

/* Start:/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/style.css?15427395906489*/
.insta-slide {
    padding: 0px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    width: 80%;
    height: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
.owl-dots {
    text-align: center;
    margin-top: 8px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-dots .owl-dot:hover span,
.owl-dots .owl-dot.active span {
    background: #515151;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-close {
    background-color: white!important;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.insta-img {
    float: left;
    width: 60%;
}
.insta-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.insta-cont {
    float: right;
    width: 40%;
}
.insta-slide:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 640px) {
    .insta-img,
    .insta-cont {
        float: none;
        width: auto;
    }
    .insta-slide {
        width: auto;
    }
}
.insta-head {
    padding: 20px;
    margin-bottom: 15px;
}
.insta-body {
    padding: 20px;
}
.insta-cont .insta-avatar {
    float: left;
    margin-right: 10px;
}
.insta-cont .insta-avatar img {
    padding: 3px;
    background: #ffffff;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.insta-cont .insta-name {
    font-size: 15px;
    margin-top: 40px;
}
.insta-cont .insta-name a {
    color: #4285f4!important;
}
.insta-cont .insta-name a:hover {
    color: #000!important;
}
.insta-cont .insta-full-name {
    margin-top: 5px;
    color: #000;
}
.insta-body p {
    color: #000;
    font-size: 15px;
    word-wrap: break-word;
}
.insta-img video {
  width: 100%    !important;
  height: auto   !important;
}
.insta-props a {
    margin-top: 30px;
    display: inline-block;
    padding: 60px 0 30px 0;
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    float: left;
    color: #515151!important;
    text-decoration: none;
}
.insta-props a:hover {
    color: #000!important;
}
.insta-likes a {
    background: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/heart.png) center top no-repeat;
}
.insta-comments a {
    background: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/comments.png) center top no-repeat;
}
.instagram-slider-item {
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
    display: none;
}
.loading-placeholder {
    background: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/loader.gif) center center no-repeat;
    width: 25px;
    height: 25px;
    margin: 50px auto;
}
.instagram-slider-item img {
   
    transition: opacity 0.25s, transform 0.25s; 
     -webkit-transform: scale(1); 
     transform: scale(1); 
}
.instagram-slider-item:hover img{

     transition: opacity 0.25s, transform 0.25s; 
     -webkit-transform: scale(1.25); 
     transform: scale(1.25); 
}
.photo-slider__inner {
    position: relative;
}

.photo-slider__inner:hover .mask,
.instagram-slider-item:hover .mask {
    opacity: 1;
    visibility: visible;
}
.photo-slider__inner .mask,
.instagram-slider-item .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.photo-slider__inner .mask i,
.instagram-slider-item .mask i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/zoom.png) no-repeat;
    width: 40px;
    height: 40px;
    margin: -15px 0 0 -15px;
}
.owl-controls .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/right.png); 
    right: 6px;
    top: -45px;
    text-indent: -9999px;
    opacity: 0.5;
}
.owl-controls .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(/bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/images/left.png); 
    right: 40px;
    top: -45px;
    text-indent: -9999px;
    opacity: 0.5;
}
.owl-controls .owl-nav .owl-prev:hover,.owl-controls .owl-nav .owl-next:hover {
    opacity: 1;
}
.instagram-subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    color: #515151;
    font-size: 14px;
}
.instagram-subtitle a {
    color: #4285f4!important;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.instagram-subtitle a:hover {
    color: #515151!important;
}

.insta-main-avatar {
width: 300px;
margin: 0 auto 50px auto;
    
}
.insta-main-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 2px solid #ffffff;
}

.insta-count span{
    font-size: 18px;
}
/* End */
/* /bitrix/templates/main2/components/kolored/insta.gallery.pro/instagram-gallery/style.css?15427395906489 */
