video:fullscreen {
    object-fit: contain;
    width: 100vw;
    height: 100vh;
    /*background-color: #FAFAFA;*/
    display: flex;
    border-radius: 0;
}
@media (max-width: 77px) {
    video:fullscreen {
        background-color: #FAFAFA;
    }
}

.post-video-wrapper {
    margin: 1rem 0 0 0;
}
.post-video-wrapper .modpostvideo-wrapper {
    margin: 0;
}

.modpostvideo-wrapper::before {
    filter: blur(20px);
    transform: scale(1.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--blur-bg, none);
}
.post .modpostvideo-wrapper::before {
    filter: blur(30px);
}

@media (min-width: 768px) {
    /* Для полноэкранного режима */
    .modpostvideo-wrapper video:fullscreen::backdrop {
        filter: blur(30px);
        transform: scale(1.1);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: var(--blur-bg, none);
        /*background-color: transparent;*/
    }
}


.text .modpostvideo-wrapper {
    border-radius:9px;
}
.thumbnails .modpostvideo-wrapper {
    margin: 0;
    border-radius:7px 7px 0 0;
}
.thumbnails .modpostvideo-wrapper:before {
    padding-bottom: 66.59%;
}
.thumbnail-img.thumbnail-img--video {
    padding-bottom: 0;
}
@media (min-width: 1280px) {
    .thumbnail-img.thumbnail-img--video {
        padding-bottom: 0 !important;
    }
}
.thumbnails .modpostvideo-player,
.thumbnails .modpostvideo-poster{
   /*object-fit: cover;*/
   background-size: auto 100%;
}
.text > .modpostvideo-wrapper:first-child,
.text > .post-video-wrapper:first-child {
    margin: 0;
}

.sort-view .dropdown-menu>li>a,
#product-description a:not([class]),
.page-content--post .post p a:not([class]),
.user-content a:not([class]) {
        transition: all .3s ease-out;
}
#product-description a:not([class]):hover,
.page-content--post .post p a:not([class]):hover,
.user-content a:not([class]):hover {
    text-decoration: none;
        color: #E74618;
}
.footer .g-trustpilot-widget {
    margin-top: 50px;
}

.footer .g-trustpilot-widget .button {
    border: 1px solid #00b67a;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0;
    padding: 15px;
    line-height: 1;
}
.footer .g-trustpilot-widget .reviewus {
        font-size: 16px;
        margin-right: 6px;
}
.footer .g-trustpilot-widget .tp-widget-logo {
        width: 80px;
    }
.footer .g-trustpilot-widget .logo-wrapper {
        position: relative; height: 0; width: 100%; padding: 0; padding-bottom: 24.6031746031746%;
    }
@media(max-width:680px) {
    .footer .g-trustpilot-widget {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
}
.tags.chips {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 3px;
}
.tags-section {
    display: flex;
    gap: 5px;
    font-size: 16px;
}
.timeline-body .text_after {
    display: none;
}
/*
.videoframe {
    position: relative;
    background-color: #FAFAFA;
    border-radius: 7px;
    overflow: hidden;
 }

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10;
 }
  
.play-button svg {
    width: 68px;
    height: 48px;
 }
 */
 .youtube-player {
    position: relative;
    max-height: 720px;
    background: #FAFAFA;
    border-radius: 7px;
    overflow: hidden;
    width: 100%; aspect-ratio: 16/9;
}

.youtube-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    border-radius: 9px;
    overflow: hidden;
}

.youtube-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-height: 720px;
}

.play-button {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
}
.play-button:not(:hover):after {
        opacity: 0.85;
    filter: grayscale(1);
}
.play-button:after {
    content: '';
    display: block;
    margin: auto;
    width: 68px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 68 48' width='68' height='48'%3E%3Cpath d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");

}
.youtube-iframe {
  width: 100%;
  height: 100%;
}

.sell_btn{
    background: #48b9e7;
    padding: 7px 15px;
    text-align:center;
    font-weight: 500;
    font-size: 16px;
    border-radius: 7px;
    color: white !important;
    width: 61px;
    height: 30px;
    display: inline-block;
    line-height: 1;
}
.g-header__sell{
    margin-right: 32px;
        margin-left: 11px;
}
.sell_btn:hover{
    background: #1cd1ff !important;
}

.g-header__auth .phone-profile-icon{
  display:none;    
}


@media (max-width: 992px){
    .sell_btn{
        font-size: 13px;
        padding: 6px 15px;
        width: 56px;
        height: 25px;
    }
}

@media (max-width: 500px){
    /*.g-header__auth .user-name{*/
    /*    display: none;*/
    /*}*/
    /*.g-header__auth .phone-profile-icon{*/
    /*    display: block;*/
    /*}*/
    
    /*.auth-icons--auth a.svg-wrapper{*/
    /*         height: 27px;*/
    /*}*/
    /*.auth-icons--auth a.svg-wrapper .svg-sprite{*/
    /*         height: 27px;*/
    /*}*/
    /*.auth-icons--auth a.phone-profile-icon {*/
    /*    height: 27px;*/
    /*}*/
    /*.auth-icons--auth a.phone-profile-icon .svg-sprite{*/
    /*    height: 27px;*/
    /*}*/
    .g-header__sell{
        margin-right: 0px;
        margin-left: 0;
    }
}

body .fancybox__backdrop {
    opacity: 0.8;
}
@media(min-width:768px) {
    body .is-idle .fancybox__nav,
    body .is-idle .fancybox__toolbar {
        animation: none;
    }
    body .f-button svg {
        stroke-width: 2px;
    }
    body .f-button {
        width: 60px;
        height: 60px;
        border: 1px solid;
        color: #fff;
    }
    body .f-button[data-fancybox-close] {
        border-radius: 50%;
        margin: 16px;
        background: transparent;
        border-color: transparent;
    }
    body .is-horizontal .f-carousel__nav .f-button.is-prev,
    body .is-horizontal .fancybox__nav .f-button.is-prev {
        left: 5%;
    }
    body .is-horizontal .f-carousel__nav .f-button.is-next,
    body .is-horizontal .fancybox__nav .f-button.is-next {
        right: 5%;
    } 
    body .f-button svg {
        filter: none;
    }
}
@media (hover: hover) {
    body .f-button:hover:not([disabled]) {
        border-color: #3FB9E4;
        background-color: #3FB9E4;
    }
}
.tracking {
    font-size: 15px;
    color: #192E40;
    border-radius: 12px;
    background: #FFC;
    padding: 9px;
    display: inline-block;
    margin-bottom: 10px;
}
.tracking__hint {
    margin-right: 4px;
}
.add2cart-buttons .compare-remove{position: relative;
    left: -42px;}
.method-logo-wrapper{width:69px; height:32px;}
.auth-icons > .svg-wrapper:first-child {margin-left:7px;}
.g-forms--pin{max-width:262px;padding-top:5px;}

@media (max-width: 768px) {
    #paypal-button-container {
        max-width: none !important;
    }
    .tab-dsv .nav-tabs {
        margin-top: -7px;
    }
    .tab-dsv .nav-tabs a {
        margin-top: 7px;
    }
}
@media(min-width:769px) {
    .affiliate-current {
        margin-top: -60px;
        margin-bottom: 34px;
    } 
}
/* CSS стили */
.svg-icon {
    display: inline-block;
    margin-right: 3px;
}
.svg-icon svg {
    fill: currentColor;
}
.svg-icon {
    color: #ACACAC;
}
.svg-icon--pencil,
.svg-icon--pencil svg{
    width: 15px;
    height: 15px;
}
.svg-icon--comment,
.svg-icon--comment svg{
    width: 15px;
    height: 15px;
}
.svg-icon--calendar,
.svg-icon--calendar svg{
    width: 16px;
    height: 16px;
}
.product-viewed .svg-icon {
    color: #b8b8b8;
    fill: #b8b8b8;
}

.checkout-step-content blockquote small a {
    white-space: nowrap;
}


/* тут был css, который я удалил из-за смещений сайта */

/* тут был css, который я удалил из-за смещений сайта */

/* расстояние текста и объектов от края сайта */

#page-content .container {
    padding: 0 30px;
}
@media (max-width:768px){
    #page-content .container {
        padding: 0 15px;
    }
}

/* расстояние логотипа от края верхнего меню */

.header {
padding: 24px 0;
}

/* tab styles */

.tabs_container {
    
  padding: 20px;
}

.tabs{
  padding: 0;
  
}

.tabs_container .tabs{
  margin: 0 !important;
}

.tabs_container .tabs li {
  cursor: pointer;  
  background: #fff;
  border-bottom: 0px solid #e0e0e0;
  padding: 5px 25px;
  margin: 0 !important;
  color: #515151;
}

.tabs_container .tabs li.active {
  border: 0px solid #e0e0e0;
  border-bottom: 3px solid #3fb9e4;
  color: #000;
}

.tab_container {
  display: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 25px;
  margin: -1px 0 0 0;
}

.tab_container ul li {
  margin: 0 0 8px 0;
}

/* end */

.inl-bl{
  display: inline-block;
}

/* шрифт сайта */

 body.boxed-layout { background-color: #f9f9f9; }

/* цвет ссылок */

a,
a:hover { color: #48B9E7;}

/* h */

h4 {
  color: #515151;
  font-weight: 400;
}

h3 {
  font-weight: 400;
}

/* обновление 2.4.5 */

.lazyloading-load-more { visibility:visible !important } 

.da-slide h2 { font-size: 40px !important; line-height: 45px !important } 

.da-slide p { font-size: 16px !important }

/* иконки */

.fa-home {
    color: #3fb9e4;
}

.fa-newspaper-o {
    color: #E56A00;
}

.fa-gamepad {
    color: #3fb9e4;
}

.fa-credit-card {
    color: #3fb9e4;
}

.fa-truck {
    color: #3fb9e4;
}

.fa-life-ring {
    color: #3fb9e4;
}

.fa-thumbs-o-up {
    color: #3fb9e4;
}

.fa-arrows {
    color: #3fb9e4;
}

.fa-rocket {
    color: #3fb9e4;
}

.fa-group {
    color: #3fb9e4;
}

.fa-file-powerpoint-o {
    color: #3fb9e4;
}



.jumbotron {
    background: #fff;
    border: 4px solid #3fb9e4;
}

.jumbotron-1 {
    background: #fff;
    border: 4px solid #fe9751;
}


/* отступ RSS в блоге */
.breadcrumb .subscribe { padding: 10px; }



/* ютуб видео */

.videoframe > iframe {
width: 100%;
height: 500px;
    
}

@media (max-width: 480px){
.videoframe > iframe {
width: 100%;
height: auto;
min-height: 185px;
}
}

/* поле день рождения в личном кабинете */

.wa-field-birthday select {
    margin-right: 10px;
    min-width: auto !important;
    width: auto !important;
}
.wa-field-birthday input[type="text"] { display: inline-block }

/* написать комментарий (ответить) */

.comment .row { 
    margin: 0 !important;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
   .wa-form .wa-field .wa-value textarea { min-width: 95%; }
}

/* курсив в цитатах */
blockquote { 
font-style: italic; 
color:#686868;
} 

.navbar-inverse .navbar-nav>li>a {
  height: 32px;
}

/*xv lazyload*/
.lazy {
    opacity: 1;
    transition: opacity 0.3s;
}
.lazy[data-src] {
    opacity: 0;
}


body #page-content .preorder,
body #dsvdialog .preorder {
    background-color: #FF8C00 !important;
}
body #page-content .preorder:hover,
body #dsvdialog .preorder:hover {
    background-color: #FFA500 !important;
}

/* ссылки на категории и тэги на странице товара */

#product-categories {
    margin-bottom: 5px;
}
.tags-headline {
    font-size: 16px;
}

#cart-flyer #product-categories a, #cart-flyer #product-tags a {
    background: #FAFAFA;
    border: 1px solid #E9E9E9;
    border-radius: 27px;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 12px;
    z-index: 10;
    position: relative;
    color: #48B9E7;
    text-decoration: none;
    margin-left: 2px;
    margin-bottom: 4px;
    transition: all .3s ease-out;
}
#cart-flyer #product-categories a:hover, #cart-flyer #product-tags a:hover {
    text-decoration: none;
    background-color: #48B9E7;
    border-color: #48B9E7;
    color: #fff;
}
.bx-wrapper .bxbanner img {
    margin: 0 auto;
}

@media(min-width:1200px) {
    .bannerslider {height: 500px;}
    .filters .slider {
        height: 84px;
    }
}

.bannerslider .bx-wrapper {
    max-width: 1140px !important;
    margin: 0 auto;
}
.bannerslider .bx-wrapper .bxbanner img {
    margin: 0;
    border-radius: 7px;
}

body .fancybox-type-image .fancybox-skin {
    padding: 0 !important;
}
body .fancybox-type-image .fancybox-close,
body .fancybox-type-image .fancybox-title,
body .fancybox-type-image .fancybox-nav span {
    display: none;
}

.svg-sprite--camera,
.svg-sprite--scrollbar-cart{
    width: 21px;
    height: 21px;
}
.svg-sprite--add {
    width: 18px;
    height: 18px;
}
.product-links .svg-sprite--add {
   /* width: 17px;
    height: 17px;*/
    position: relative;
    top: 1px;
}
.product-links .svg-sprite--add.svg-sprite--compare {
    top: 0;
    width: 16px;
    height: 16px;
}/*
.favourite .svg-sprite--add {
    top: 3px
}*/ 
.addtouserbar .svg-sprite--add {
    top: 1px;
    position: relative;
}

.a-icon-wrap {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #192E40;
    border: 1px solid #B4B4B4;
    border-radius: 7px;
    transition: all .3s ease-out;
}
.custom:not(.touch) .a-icon-wrap:hover,
.a-icon-wrap.active {
    background-color: #48b9e7 !important;
    border: 1px solid #48b9e7;
}

@media (min-width: 768px) {
    .product-links>div {
        min-height: 24px;
    }
}
.product-links a:not(.print-link) {
    color: #474747;
}
.svg-sprite--compare {
    stroke: currentColor;
}

ul.product-items li .addtouserbar span.active,
.custom:not(.touch) ul.product-items li .addtouserbar span:hover{
    color: #48B9E7;
}
.custom:not(.touch) ul.product-items li .addtouserbar span:hover {
    background-color: transparent !important;
}
.user-toolbar {
    font-family: Manrope,sans-serif;
}
.user-toolbar ul>li>a.btn-blog {
    color: #192E40;
    border: 1px solid #192E40;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    margin-left: 15px;
    transition: all .3s ease-out;
}
.user-toolbar ul>li>a.btn-blog:hover {
    background: #48B9E7;
    color: #fff;
    border: 1px solid #48B9E7;
}
.user-toolbar ul>li>a.btn-blog .toolbar-title {
    margin-top: 2px;
}
.btn-blog svg {
    margin-right: 8px;
}
.svg-sprite--toolbar {
    width: 19px;
    height: 19px;
    margin-right: 5px;
}
.user-toolbar .pull-right svg {
    margin-right: 5px;
}
@media (max-width: 480px) {
    .svg-sprite--camera {
        width: 25px;
        height: 25px;
    }
    #count-viewed,
    #count-compare,
    #count-wishlist {
        position: relative;
        top: -2px;
    }
    .user-toolbar ul>li>a.btn-blog {
        margin-left: 0;
    }
    body ul.product-items li .addtouserbar {
        bottom: 10px;
    }
}

#product-core-image {
    height: 0;
    position: relative;
}
#product-core-image {
    display: block; 
    padding-bottom: 100%;
}
.more-images .image {
    width: 70px;
    height: 70px;
}
#product-core-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: auto;
    object-fit: contain;
        border-radius: 7px;
}
@media(max-width:1199px) {
    #product-core-image {
        padding-bottom: 77%;
    }
}
@media(max-width:991px) {
    #product-core-image {
        padding-bottom: 58%;
    }
}
@media(max-width:580px) {
    #product-core-image {
        padding-bottom: 80%;
    }
}
@media(max-width:480px) {
    #product-core-image {
        padding-bottom: 100%;
    }
}

@media(max-width:350px) {
    .add2cart-buttons {
        flex-wrap: wrap;
    }
   .add2cart button {
        flex: 1;
        flex: calc(100% - 100px) !important;
        margin-right: 0 !important;
    } 
    .add2cart .product-links {
        margin-top: 10px;
    }
    .user-toolbar ul>li>a {
        padding: 0 5px;
    }
}

@media(max-width:319px) {
    .user-toolbar ul>li>a {
        padding: 0 3px;
    }
}

html {
  scrollbar-gutter: stable both-edges;
}

.thumbnails .modpostvideo-player.video-landscape:not(:fullscreen) {
    object-fit: cover;
}