
@font-face {
    font-family: 'TT Norms';
    font-display: swap;
    src: url('TTNorms-Bold.eot');
    src: local('TT Norms Bold'), local('TTNorms-Bold'),
        url('fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTNorms-Bold.woff') format('woff'),
        url('fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    font-display: swap;
    src: url('TTNorms-Thin.eot');
    src: local('TT Norms Thin'), local('TTNorms-Thin'),
        url('fonts/TTNorms-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTNorms-Thin.woff') format('woff'),
        url('fonts/TTNorms-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    font-display: swap;
    src: url('TTNorms-Regular.eot');
    src: local('TT Norms Regular'), local('TTNorms-Regular'),
        url('fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTNorms-Regular.woff') format('woff'),
        url('fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    font-display: swap;
    src: url('TTNorms-Medium.eot');
    src: local('TTNorms-Medium'), local('TTNorms-Medium'),
        url('fonts/TTNorms-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTNorms-Medium.woff') format('woff'),
        url('fonts/TTNorms-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*:after,
*:before{
	display: inline-block;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-moz-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #6a6a6a;
	opacity: 1;
}

::placeholder {
	color: #6a6a6a;
	opacity: 1;
}


body{
	line-height: 1.2;
    font-size: 15px;
    color: #333333;
    position: relative;
    font-family: 'TT Norms';
  /*  background: #E8E8E8;*/
    background:  #F2F2F2;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


h1,h2,h3,h4,h5,h6{
	 font-family: 'TT Norms';
	margin: 0;
	padding: 0;
	/*font-weight: 400;*/
	font-size: inherit;
}

p{
	margin: 0;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

img{
	vertical-align: middle;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

a{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover{
	/*color: #E11500;*/
	text-decoration: none;
}

button, input, textarea{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

input,
textarea,
button,
.swiper-button{
	outline: none;
	border: 0;
}
/*
input,
select,
textarea{
	-webkit-appearance: none;
 	-moz-appearance: none;
}*/

table{
	border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}

@media (min-width: 1451px){
	.cn-container {
        max-width: 1280px !important;
     /*  max-width: 1600px !important;*/
      /* max-width: 1920px !important;*/
      /*   max-width:100% !important;*/
	}
}

/*
@media (max-width: 575px){
	.cn-container {
	    max-width: 320px;
	}
}
*/


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Alignments end
--------------------------------------------- */


    
.mfp-iframe-holder .mfp-content{
	max-width: 1410px;
}
/* Bootstrap */

.wrap{
   /* overflow: hidden;*/
    /*background-color:#E8E8E8;*/
     background:  #F2F2F2;
}
.hide{
    display: none
}
.tabs-body{
    display: none
}

/* Modal */

.blocker{
    z-index: 10
}

/* Section */

.section{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    position: relative
}

/* Mobile */

.e-toggle{
    background-image: url(img/icon/menu.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain
}

.mobile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(var(--vh, 1vh) * 100)
}
.mobile-over{
    display: none
}
.mobile-head{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-color: #ffffff;
    min-height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    padding-top: 1.00em
}
.mobile-body{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.mobile-logo{
    margin-top: -1.10em
}

/* Текста */


/* Color */



/* Btn */

.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    border: 0px none #ddd;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}

.btn--catalog:after{
    content: url(img/down.svg);
    vertical-align: bottom;
   /* margin-bottom: 0.20em;*/
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-left: 5px;
}

.btn--catalog:hover{
   background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
   background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   transition: 0.2s;
}


/* Form */



.form-control{
    border: 1px solid #dddddd;
    padding-left: 0.60em;
    padding-right: 0.60em;
    padding-top: 0.70em;
    padding-bottom: 0.70em;
    width: 100%
}
.form-group{
    margin-bottom: 0.60em
}
.form-label{
    display: block;
    font-weight: 400
}
.form-checkbox{
    position: relative;
    vertical-align: middle;
    padding-left: 1.70em
}

.form-checkbox-wrap{
    display: flex;
}
.label-wrap{
    margin-left: 5px;
    font-size: 12px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
}
/* Input */

.input{
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.input-usher{
    color: #333333;
    font-size: 1.50em;
   
    font-weight: 500;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 1.21em;
    background-color: #fefefe;
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.input-field{
     font-family: 'TT Norms';
    font-size: 15px;   
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding-left: 1.14em;
    padding-right: 1.14em;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 3.48em
}

.input-field::placeholder {
  color: #828282;
}
.input-textarea{
     font-family: 'TT Norms';
    color: #333333;
    font-size: 15px;   
    padding-top: 1.14em;
    padding-bottom: 1.14em;
    padding-left: 1.14em;
    padding-right: 1.14em;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: auto;
    min-height: 9.09em
}
.input-textarea::placeholder {
  color: #828282;

}
.input-usher .list{
    border: 0;
    -webkit-box-shadow:  0 0.50em 0.90em 0 rgba(51, 51, 51, 0.15);
       -moz-box-shadow:  0 0.50em 0.90em 0 rgba(51, 51, 51, 0.15);
            box-shadow:  0 0.50em 0.90em 0 rgba(51, 51, 51, 0.15);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    font-size: 0.86em;
    margin-left: -0.60em;
    margin-right: -0.60em;
    overflow: hidden
}
.input-usher .list .selected{
    color: #e11500
}
.input-field:hover, .input-textarea:hover, .input-field:focus, .input-textarea:focus{
    border-color: #e11500
}

/* Shape */

.shape__head{
    background: -webkit-gradient(linear, left top, right top, from(#4b4b4d),color-stop(51%, #e3e3e3),to(#545557));
    background: -webkit-linear-gradient(left, #4b4b4d 0%,#e3e3e3 51%,#545557 100%);
    background: -moz-linear-gradient(left, #4b4b4d 0%,#e3e3e3 51%,#545557 100%);
    background: -o-linear-gradient(left, #4b4b4d 0%,#e3e3e3 51%,#545557 100%);
    background: linear-gradient(90deg, #4b4b4d 0%,#e3e3e3 51%,#545557 100%);
    padding-top: 0.26em;
    padding-bottom: 0.26em;
    padding-left: 0.90em;
    padding-right: 0.90em
}
.shape__oenal{
    background-color: #fdfdfc;
    -webkit-border-radius: 59px;
       -moz-border-radius: 59px;
            border-radius: 59px;
    /*border: 1px solid #e0e0e0;*/
    width: 2.13em;
    height: 2.13em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.shape__dots{
    margin-bottom: 0.50em
}
.shape__box{
    background-color: #ffffff
}
.shape__delic{
    background-color: #ffa500
}
.shape__box-foot{
    background-color: #303030;
    color: #F2F2F2
}
.shape__eteri{
    background-color: #fba807
}
.shape__ontra{
    background-color: #e11500
}
.shape__split{
    border-top: 1px solid #E0E0E0
}
.shape__ncept{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0
}
.shape__white{
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.89)
}
.shape__dots:after{
    content: url(img/icons/dots.svg)
}
.shape__oenal:hover{
    border-color: #e11500
}

/* Элементы */

.elem-best{
    color: #ffffff;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
    padding-left: 0.50em;
    padding-right: 0.50em
}
.elem-new{
    color: #ffffff;
    padding-top: 0.40em;
    padding-bottom: 0.40em;
    padding-left: 0.50em;
    padding-right: 0.50em
}
.elem-video{
    display: block;
    position: relative
}
.elem-vline{
    position: relative
}
.elem-sctext{
    position: relative
}
.elem-best:before{
    content: url(img/icons/best.svg);
    margin-right: 0.50em
}
.elem-new:before{
    content: url(img/icons/new.svg);
    margin-right: 0.50em
}
.elem-video:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url(img/icons/youtube.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms
}
.elem-video.small:after{
    -webkit-background-size: 1.70em 1.70em;
       -moz-background-size: 1.70em;
         -o-background-size: 1.70em;
            background-size: 1.70em
}
.elem-video:hover:after{
    background-color: rgba(255, 0, 0, 0.1)
}
.elem-sctext .scrollbar-inner{
    max-height: 37.80em
}
.elem-sctext:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3),to(rgba(210,210,210,0)));
    background: -webkit-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: -moz-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: -o-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: linear-gradient(0deg, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    height: 8.30em;
    pointer-events: none
}

/* Img */

.img-fit-contain{
    -o-object-fit: contain;
       object-fit: contain
}
.img-fit-cover{
    -o-object-fit: cover;
       object-fit: cover
}
.img-fit-full{
    -o-object-fit: unset;
       object-fit: unset
}
.img-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

/* Окна */

.modal__success{
    text-align: center
}

/* Swiper */

.swiper-outside{
    position: relative
}
.swiper-dots{
    text-align: center;
    margin-top: 2.00em
}
.swiper--auto .swiper-wrapper .swiper-slide{
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}
.swiper--same .swiper-wrapper .swiper-slide > *{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}

/* Swiper-button */

.swiper-button{
    width: 2.15em !important;
    height: 2.15em !important;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
       -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
            box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
    background-image: url(img/icon/swiper-btn.svg) !important;
    -webkit-background-size: auto auto !important;
       -moz-background-size: auto !important;
         -o-background-size: auto !important;
            background-size: auto !important;
}
.swiper-button-prev{
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1)
}
.swiper-button--static .swiper-button{
    position: static;
    margin-top: 0px
}

/* Swiper-pagination */

.swiper-pagination{
    position: static;
    background-color: #ffffff;
    -webkit-border-radius: 58px;
       -moz-border-radius: 58px;
            border-radius: 58px;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
       -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
            box-shadow: 0px 4px 4px rgba(0,0,0,0.13);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 1.50em;
    padding-left: 0.80em;
    padding-right: 0.80em;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.swiper-pagination-bullet{
    margin-left: 0.30em;
    margin-right: 0.30em;
    width: 6px;
    height: 6px;
    background-color: #BDBDBD;
    opacity: 1
}
.swiper-pagination-bullet-active{
    background-color: #e11500
}

/* S-head */

.s-head{
    z-index: 6;
}
.s-head--detach{
    position: absolute;
    left: 0;
    top: 16px;
    right: 0;
}

.s-head--other{
margin: 16px 0;
}
.s-head__search{
    padding-left: 1.20em;
    padding-right: 1.20em;
    padding-top: 0.80em;
    padding-bottom: 0.80em;
    background-color: #ffffff;
    -webkit-box-shadow:  0 0 0.80em 0 rgba(51, 51, 51, 0.16);
       -moz-box-shadow:  0 0 0.80em 0 rgba(51, 51, 51, 0.16);
            box-shadow:  0 0 0.80em 0 rgba(51, 51, 51, 0.16);
    position: relative
}
.s-head__search-go{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(img/icons/search.svg);
    bottom: 0;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 3.15em;
    cursor: pointer
}

/* S-foot */

.s-foot__split{
    border-top: 1px solid #838383;
    margin-top: 1.50em;
    margin-bottom: 1.50em
}

/* S-welcome */
/*.s-welcome{
    height: 100vh;
}*/
.s-welcome__page{
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
}


.s-welcome__video{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.5s;
    z-index: 1;
}
.s-welcome__video.hidden{
    opacity: 0;
    transition: 0.5s;
}
.s-welcome__effec{
    min-height: 57.70em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-top: 3.90em;
    z-index: 1
}
.s-welcome__post:after, .s-heading__ccedi:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3),to(rgba(210,210,210,0)));
    background: -webkit-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: -moz-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: -o-linear-gradient(bottom, #f3f3f3 0%,rgba(210,210,210,0) 100%);
    background: linear-gradient(0deg, #f3f3f3 0%,rgba(210,210,210,0) 100%)
}
.s-welcome-f{
    position: relative;
	padding:16px;
    margin-top: -6%;
    background: linear-gradient(180deg, #fafaf9 0%, rgb(242 242 242) 81.77%);
    z-index: 3;
}

.box{
    position: absolute;
    bottom: 10%;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down-paste{
    bottom: -60px;
}

.box span{
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #919191;
    border-right: 2px solid #919191;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.box span:nth-child(2)
{
    animation-delay: -0.2s;
}

.box span:nth-child(3)
{
    animation-delay: -0.4s;
}

@keyframes animate{
    
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}


.kontent_b{
    display: none;
    width: 100%;
}
.kontent_b.show{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-welcome-f.active{
   /* background: linear-gradient(180deg, #f6f6f6 0%, rgba(242, 242, 242, 0) 81.77%);*/
    background: transparent;

}


.s-welcome-title h2{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    font-feature-settings: 'liga' off;
    color: #333333;
  /*  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    margin-bottom: 10px;
}
.s-welcome-title p{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	font-feature-settings: 'liga' off;
	color: #828282;
}


.btn__more{
	display: inline-block;
	padding: 12px 16px;
	background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
	border-radius: 8px;
	font-size: 14px;
	line-height: 110%;
	color: #fff;
	text-align: center;
	transition: 0.2s;

}

.btn__more:hover{
	-webkit-animation: AnimationBtn 2s ease infinite;
    -moz-animation: AnimationBtn 2s ease infinite;
    -o-animation: AnimationBtn 2s ease infinite;
    animation: AnimationBtn 2s ease infinite;
     background-size: 300% 300%;
     transition: 0.2s;
}

.btn__more:after{
	 content: url(img/btn-more.svg);
    vertical-align: bottom;
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-left: 32px;
}


.set-time-out-b{
   display: none;
 
}
.set-time-out-b.active{
    display: block;
   
}
.main-wrap{
position: relative;
width: 100%;
}
/*.main-wrap:after{
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 16px;
    height: 69%;
    background: linear-gradient(to right, #f2f2f2 0%, #ddddde73 100%);
    z-index: 1;
}

.main-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 16px;
    height: 69%;
    background: linear-gradient(to left, #f2f2f2 0%, #ddddde73 100%);
    z-index: 2;
}*/

/*cursor*/

.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background: white;
    opacity: 0;
    filter: blur(4px);
    border-radius: 50%;
    position: absolute;
    transition-duration: 50ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .2s infinite alternate;
    pointer-events: none;
    z-index: 5;
    
}
.cursor.active{
 opacity: 0.8 !important;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 3px solid #5FC8B9;
}


/*cursor end*/
.mask{
 position: absolute;
 width: 100%;
 height:100%;
 z-index: 3; 
}

.svg-toothpaste path{
 fill: white; 
}


.Ellipse.svg-item.svg-anim{
    animation: one 2s ease-out infinite;
    filter: blur(8px);
}
.Ellipse_2.svg-item.svg-anim{
    animation: one 2s ease-out infinite;
    filter: blur(8px);
}

.Ellipse_3.svg-item.svg-anim{
   animation: two 2s ease-out infinite;
    filter: blur(8px);
}

.Ellipse_4.svg-item.svg-anim{
   animation: two 2s ease-out infinite;
    filter: blur(8px);
}

.Ellipse_5.svg-item.svg-anim{
    animation: four 2s ease-out infinite;
    filter: blur(8px);
    
}

.Ellipse_6.svg-item.svg-anim{
    animation: three 2s ease-out infinite;
    filter: blur(8px);

}

.Ellipse_8.svg-item.svg-anim{
   animation: five 2s ease-out infinite;
   filter: blur(8px);
}

.Ellipse_7.svg-item.svg-anim{
   animation: six 2s ease-out infinite;
   filter: blur(8px);
}
@keyframes one {
    from {
        cx:250.5px;
    }

    to {
        cx:430.5px;
    }
}

@keyframes two {
    from {
        cx:540px;
    }

    to {
        cx:740px;
    }
}

@keyframes three {
    from {
        cy:450px;
    }

    to {
        cy:600px;
    }
}

@keyframes four{
    from {
        cy:520px;
    }

    to {
        cy:720px;
    }
}

@keyframes five{
    from {
        cy:310px;
    }

    to {
        cy:480px;
    }
}

@keyframes six{
    from {
        cy:430px;
    }

    to {
        cy:590px;
    }
}


#picture{
position: absolute;
top: -2px;
width: 100%;
height:100%;
z-index: 1;
-webkit-transition: ease 0.8s;
-o-transition: ease 0.8s ;
-moz-transition: ease 0.8s;
-ms-transition:  ease 0.8s;
transition: ease 0.8s;
background-repeat: no-repeat;
background-position: center;
background-size: contain;

}


.preload-back{
opacity: 0;
position: absolute;
}


.hover-elem{
    width: 14%;
    height: 7%;
    z-index: 4;
    cursor: pointer;
    position: absolute;
}


.back-item-1{
  /* left: 33%;*/
  left: 31%;
  top: 44%;
}

.back-item-2{
 left: 30%;
top: 54%;
/*left: 33%;
top: 54.5%;*/
}

.back-item-3{
 left: 13%;
top: 54%;
/*left: 17.8%;
top: 54.5%;*/
}

.back-item-4{
 left: 14%;
 top: 44%;
/* left: 19%;
 top: 44%;*/
}

.back-item-5{
 left: 65%;
 top: 55%;
 height: 8%;
 transform: rotate(4deg);
}

.back-item-6{
 left: 53%;
 top: 47%;
 width: 13%;
 transform: rotate(90deg); 
}

.back-item-7{
   left: 77%;
   width: 16%;
   top: 47%;
   transform: rotate(90deg);

}

.back-item-8{
   left: 68%;
   top: 37%;
   width: 13%;
   transform: rotate(90deg);
}


.hover-elem i {
    /* positioning */
     position: absolute;
     opacity: 0;
     top: 0;
     left: 0;
    /* gradient */
     background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
     background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1);
    /* IE6-9 */
    /* forming the shine element play around with the width, skew and gradient to get different effects */
     width: 15%;
     height: 100%;
     transform: skew(-10deg, 0deg);
     -webkit-transform: skew(-10deg, 0deg);
     -moz-transform: skew(-10deg, 0deg);
     -ms-transform: skew(-10deg, 0deg);
     -o-transform: skew(-10deg, 0deg);
    /* animating it */
     animation: move 2s;
     animation-iteration-count: infinite;
     animation-delay: 1s;
     -webkit-animation: move 2s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-delay: 1s;
     -moz-transform: skew(-10deg, 0deg);
     -moz-animation: move 2s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-delay: 1s;
     -ms-transform: skew(-10deg, 0deg);
     -ms-animation: move 2s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-delay: 1s;
     -o-transform: skew(-10deg, 0deg);
     -o-animation: move 2s;
     -o-animation-iteration-count: infinite;
     -o-animation-delay: 1s;
}
/* */
 @keyframes move {
     0% {
         left: 0;
         opacity: 0;
    }
     5% {
         opacity: 0.6;
    }
     48% {
         opacity: 0.9;
    }
     80% {
         opacity: 0;
    }
     100% {
         left: 82%;
    }
}
 @-webkit-keyframes move {
     0% {
         left: 0;
         opacity: 0;
    }
     5% {
         opacity: 0.6;
    }
     48% {
         opacity: 0.9;
    }
     80% {
         opacity: 0;
    }
     100% {
         left: 82%;
    }
}
 @-moz-keyframes move {
      0% {
         left: 0;
         opacity: 0;
    }
     5% {
         opacity: 0.6;
    }
     48% {
         opacity: 0.9;
    }
     80% {
         opacity: 0;
    }
     100% {
         left: 88%;
    }
}
 @-ms-keyframes move {
     0% {
         left: 0;
         opacity: 0;
    }
     5% {
         opacity: 0.6;
    }
     48% {
         opacity: 0.9;
    }
     80% {
         opacity: 0;
    }
     100% {
         left: 82%;
    }
}
 @-o-keyframes move {
     0% {
         left: 0;
         opacity: 0;
    }
     5% {
         opacity: 0.6;
    }
     48% {
         opacity: 0.9;
    }
     80% {
         opacity: 0;
    }
     100% {
         left: 82%;
    }
}


/* S-heading */

/*.s-heading{
    padding-bottom: 3.00em;
    margin-top: -15px
}
.s-heading__note{
    position: relative;
    z-index: 1;
    padding-top: 19.90em
}
.s-heading__ccedi{
    position: relative
}
*/
/* B-head */

.b-head{
    position: relative;
    background: #FFFFFF;
    /*opacity: 0.9;*/
    /*-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);*/
    padding-left: 0.90em;
    padding-right: 0.90em;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-feature-settings: 'liga' off;
}
.b-head-front{
     margin:0 16px;
}
.b-head__speedbar{
    text-align: center;
    padding-top: 0.90em;
    padding-bottom: 0.90em;
    margin-bottom: 10px;
    font-feature-settings: 'liga' off;
}
.breadcrumb_last, .breadcrumbs__current{
    color: #828282;
     transition: 0.2s;
}

.breadcrumbs__link:hover{
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.2s;
}

/* E-menu */

.e-menu__piend, .e-menu--main li a{
    font-size: 14px;
    color: #333333;
    font-weight:400;
     transition: 0.2s;
}

.e-menu--main li a:hover{
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.2s;
}

.e-menu li.active a{
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.2s;
}
.e-menu li{
    position: relative;
    padding-right: 2.0em
}
.e-menu__drop{
    position: relative;
    padding-right: 2.0em
}
.e-menu--main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.e-menu__drop:after{
    content: url(img/icons/drop.svg);
    position: absolute;
    top: 0;
    right: 0
}
.e-menu--main .e-menu__drop > div{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 2.60em;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    pointer-events: none;
    -webkit-transform: translateY(22px);
       -moz-transform: translateY(22px);
        -ms-transform: translateY(22px);
         -o-transform: translateY(22px);
            transform: translateY(22px);
    opacity: 0;
    white-space: nowrap
}
.e-menu--main .e-menu__drop > div > ul{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    padding-left: 0.80em;
    padding-right: 0.80em;
    padding-top: 0.50em;
    padding-bottom: 0.50em;
    position: relative
}
.e-menu--main .e-menu__drop > div > ul > li > a{
    display: block;
    padding-top: 0.30em;
    padding-bottom: 0.30em
}
.e-menu--main .e-menu__drop > div > ul:before{
    content: '';
    display: block;
    position: absolute;
    width: 0.83em;
    height: 0.83em;
    left: 50%;
    top: -0.30em;
    background-color: #ffffff;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    margin-left: -0.40em
}
.e-menu--main .e-menu__drop:hover > div{
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)
}
.e-menu--mobile .e-menu__drop:after{
    display: none
}
.e-menu--mobile .e-menu__drop > div{
    padding-left: 1.14em;
    padding-top: 0.60em
}
.e-menu--mobile .e-menu__drop > div > ul > li + li{
    margin-top: 0.60em
}
.e-menu__new:after{
    content: '•';
    color: #e11500;
    margin-left: 0.30em
}


/* b-pmenu*/
.b-pmenu.drop.open .product-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.product-menu{
    position: absolute;
    left: 0;
    top: 110%;
    right: 0;
    background-color: #fff;
    border-radius: 8px;

    padding: 1em;
    
     -webkit-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
       -moz-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
            box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
    display: none;

}

.product-menu > li{
    width: 25%;
    text-align: left;
    padding: 15px;
}

.product-menu > li > a{
    font-weight: 500;
    display: block;
    transition: 0.2s;
}

.product-menu > li > a:hover{
  background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
  background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.2s;
}

.product-menu .sub-menu li{
 position: relative;
 margin-bottom:5px;
}
.product-menu .sub-menu li:before{
    content: '';
    width: 9px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.b-pmenu:hover .btn--products, .b-pmenu.open .btn--products{
    background-color: #e31e23;
     color: #ffffff
}
/* b-pmenu end*/


/* E-lang */

/*.e-lang{
    position: relative
}
.e-lang__drop{
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 1.20em;
    pointer-events: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0
}
.e-lang__item{
    display: block;
    text-align: center;
    padding-top: 0.60em;
    padding-bottom: 0.60em
}
.e-lang__inner{
    background-color: #ffffff;
    -webkit-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
       -moz-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
            box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px
}
.current__lang{
    display: flex;
    align-items: center;
}
.current__lang:after{
content: url(img/down.svg);
    vertical-align: bottom;
    margin-bottom: 0.20em;
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-left: 5px;
}
.e-lang:hover .e-lang__drop{
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)
}
.e-lang:hover .shape__oenal{
    border-color: #e11500
}*/

.wpml-ls-legacy-dropdown{
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.wpml-ls-legacy-dropdown a{
     padding: 0;
     border: none;
     padding-right: 0 !important;
     display: flex;
     align-items: center;
   
    cursor: pointer;
    padding: 5px 0;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
   content: url(img/down.svg);
    position: relative;
    margin-top: -0.30em;
    margin-left: 1em;
    top: 0;
    border: none;
}

.wpml-ls-sub-menu{
    pointer-events: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    background: #fff;
    border-top:none !important;
    border-radius: 10px !important;
    margin-top: 5px;
    padding: 5px 0 !important;

     -webkit-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
       -moz-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
            box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
}
.e-lang:hover .wpml-ls-sub-menu{
pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)
}
.wpml-ls-sub-menu a{
    display: block;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
   
}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
     background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
  background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.2s;
    /*color: #063b62;*/
}


/* B-images */

.b-images{
    position: relative
}
.b-images__mitte{
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.50em;
    padding-right: 1.50em;
    padding-top: 1.10em;
    padding-bottom: 1.10em
}
.b-images__legan{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%
}

/* B-filter */

.b-filter{
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05)
}
.b-filter > div > div:not(:first-child){
    position: relative
}


/*s-properties*/

.s-properties{
padding: 40px 0;
}

.s-properties-title{
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
	/* identical to box height, or 36px */
	font-feature-settings: 'liga' off;
	/* Gray 1 */
	color: #333333;
	/*padding-left: 16px;*/
}

.s-properties-move{

/*display: -webkit-inline-box;
overflow-x: scroll; */  
position: relative; 
display: flex;
align-items: center;
padding-bottom: 16px;
border-bottom: 1px solid #33333336;
max-width:704px;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
overflow: hidden;


/*background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 17.71%, #F2F2F2 100%);*/

}
.s-properties-move:after{
    content: ' ';
    position: absolute;
    right: 0;
    width: 20px;
    height: 69px;
    background: linear-gradient(270deg, #F2F2F2 0%, #F2F2F2 17.71%, rgba(242, 242, 242, 0) 100%);
    z-index: 2;
}

.intro{
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro video{
    width: 100%;
    max-height: 370px;
    margin: 0 auto;
    object-fit: contain;
    /*background: #efefee;*/
}

.slide-properties{
	width: max-content !important;
}
.s-properties-move p{
     cursor: pointer;
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
   /* cursor: pointer;*/
   /* width: max-content;*/
}

.list.active p{
   
line-height: 120%;
font-feature-settings: 'liga' off;
/*background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%) !important;*/
 background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;

}
.list.active p:after {
	content:' ';
	height: 2px;
	width: 100%;
	position: absolute;
	left:0;
	bottom: -16px;
	background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
}


.animation-text-b div{
    position: absolute;
    top: 50%;
    opacity: 0;
   
}
.animation-text-b div.active-text{
    opacity: 1
}

.animation-text-b h3, .tab-body h3{
font-weight: 500;
font-size: 24px;
color: #333333;
margin-bottom: 10px;
}
.animation-text-b p, .tab-body p{
font-size: 15px;
font-feature-settings: 'liga' off;
color: #828282;
max-width:352px;
}
.animation-text-b p em, .tab-body p em{
	font-style: inherit;
	color: #000;
}
.tab-body-content{
    display: none;
}
.tab-body-content.active{
    display: block;
}



/*.s-properties-move p.active{

}*/

.collections-text{
font-size: 15px;
line-height: 120%;
text-align: right;
font-feature-settings: 'liga' off;
color: #828282;
}
.collections-text em{
	font-style: inherit;
	color: #000;
}



/* B-faq */
.b-faq__dicov{
cursor: pointer;
background: #FFFFFF;
border-radius: 8px;
padding: 0 16px;
width: 100%;
margin-bottom: 8px;
position: relative;

}
h3.typo-acens{
font-weight: 500;
font-size: 24px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 16px 0;

z-index: 2;
background: white;
}
.b-faq__uatur {
  display: none;

}
.faq-body{
    border-top: 1px solid #E0E0E0;
    padding: 16px;
     overflow: hidden;
}



/*.toggled {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
   
    border-width: 0 1px;
     -webkit-transition: height .7s linear, padding-top .7s linear, padding-bottom .7s linear, border-top-width .7s linear, border-top-width .7s linear;
    transition: height .7s linear, padding-top .7s linear, padding-bottom .7s linear, border-top-width .7s linear, border-top-width .7s linear;
}*/

.typo-acens:after {
    content: "+";
    color: #fff;
    font-size: 1.3em;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 0;
    width: 29px;
    height: 29px;
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    border-radius: 40px;
    transition: 0.2s;
}

.b-faq__dicov.active .typo-acens:after {
    color: #000;
    background: #fff;
    border: 1px solid #333333;
    transform: rotate(45deg);
    transition: 0.2s;
}


.faq-body-title{
    position: relative;
    height: 300px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background: url(img/image3.jpg);*/
    margin-bottom: 16px;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-body-title h3{
    position: relative;
     font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    /* White */
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.faq-body-title:after{
    content:' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;

}

.card-b{
    padding:16px;
    background: #F2F2F2;
    border-radius: 8px;
    display: block;
    height: 100%;
}


.card-b-catalog{
margin-bottom: 0px;
}
.card-b h2{
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
}

.card-b:hover h2{
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.faq-vendor{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
}

.faq-img-b{
position: relative;
}
.faq-img-b img{
   transition: 0.2s;
   width: 100%;
   max-height: 205px;
   margin-bottom: 30px; 
   object-fit: contain;
}
.faq-img-b p{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
position: absolute;
top: 8px;
opacity: 0;
transition: 0.2s;
}
.card-b:hover .faq-img-b img{
    filter: blur(5px);
    transition: 0.2s;
}

.card-b:hover .faq-img-b p{
    opacity: 1;
    transition: 0.2s;
}

.faq-more-b .btn__more{
display:  block;
margin: 25px auto;
width: max-content;
}

/* B-faq End*/
/* s-quiz */
.s-quiz{
    margin:50px 0;
}
.quiz_desc{
    font-size: 15px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 24px;
}

.quiz_btn_b{
display: flex;
align-items: center;

}
.btn_catalog{
font-size: 14px;
padding: 12px 16px;
color: #333333;
background: #E0E0E0;
border-radius: 8px;
}
.btn_quiz_start{
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 110%;
    color: #fff;
    text-align: center;
    transition: 0.2s;
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    margin-left: 16px;
}

.quiz-block{
   /* background: url(img/quiz-back.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.quiz-block img{
    z-index: 1;

}

/* s-quiz End*/

/* Section-news*/
.last-news-body{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
}
.last-news-body h3{
font-weight: 500;
font-size: 24px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 8px;
}
.last-news-body p{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
margin-bottom: 10px;
}
.last-news-text{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.btn-last-news{
    font-size: 14px;
    line-height: 110%;
    color: #333333;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 16px;
    display: block;
    width: 165px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.btn-last-news:hover{
    background: #828282;
    color: #FFFFFF;
    transition: 0.2s;
}



.btn-last-news:after {
    content: url(img/btn-last-news.svg);
    margin-left: 32px;
    transition: 0.2s;
}
.btn-last-news:hover:after{
    content: url(img/btn-last-news-white.svg);
    transition: 0.2s;
}

.last-news-img img{
    width: 100%;
    height: 100%;
    max-height: 261px;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    filter: brightness(0.9);
}
.video-news{
    position: relative;
}
.video-news:after{
    content: url(img/play.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
}
.last-news-footer{
 border-top: 1px solid #E0E0E0;
 margin-top: 16px;
 padding-top: 16px;
 text-align: right;
}
.date{
    font-size: 14px;
    color: #828282;
}

.last-news-more-b {
    margin: 32px auto 50px;
}

.last-news-more-b .btn__more{
    display:  block;
    margin: 0 auto;
    width: max-content;
}
/* Section-news end*/

/*Footer*/
.footer-row{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px;
}
.footer-row h4{
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 24px;
}
.footer_text{
    font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
margin: 8px 0;
}
.e-menu--footer li{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
margin-bottom: 8px;

}
.e-menu--footer li a{
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}
.e-menu--footer li a:hover{
border-bottom: 1px solid #5fc8b9;
transition: 0.2s;
}
.f-adrres, .f-mail{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
}

.e-social--footer{
    display: flex;
    align-items: center;
    margin-top: 14px;
    justify-content: flex-end;
}
.e-social--footer li{
    margin-left: 16px;
    width: 16px;
    height: 16px;
    transition: 0.2s;
}

.e-social--footer li:hover, .e-social li:hover{
transform: scale(1.2);
transition: 0.2s;
}
.to-top{
padding: 14px 16px;
background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
border-radius: 8px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
transform: rotate(-90deg);
}
.to-top:after{
    content: url(img/btn-more.svg);
}
.f-bottom-b{
    margin-top: 64px;
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-bottom-b p{
    font-size: 15px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
}
.f-bottom-b a{
font-size: 15px;
line-height: 120%;
text-align: right;
text-decoration-line: underline;
font-feature-settings: 'liga' off;
color: #828282;
}

/*Footer END*/

/*Catalog*/
.title_catalog{
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin-top: 30px;
}

.catalog-wrap{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
}
.filter_b{
border-bottom: 1px solid #E0E0E0;
}
.cat-filter{
border-bottom: none;
}
.filter_b .dropdown{
margin-bottom: 16px;
cursor: pointer;
}

.filter_b h3, .filter_b h4{
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
padding: 16px;
color: #333333;
background: #FFFFFF;
border-radius: 8px 8px;
display: flex;
align-items: center;
justify-content: space-between;
}
.filter_b h3:after{
    content: '';
    transition: 0.2s;
    width: 10px;
    height: 6px;
    background: url(img/down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s;
transform: rotate(180deg);
}
.dropdown h3.active{
    border-radius: 8px 8px 0px 0px;
}
.dropdown h3.active:after{
transition: 0.2s;
transform: rotate(0deg);
}

.filter_b h4:after{
    content: '';
    transition: 0.2s;
    width: 10px;
    height: 6px;
    background: url(img/down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s;
transform: rotate(180deg);
}
.catalog-filter h4.active{
    border-radius: 8px 8px 0px 0px;
}
.catalog-filter h4.active:after{
transition: 0.2s;
transform: rotate(0deg);
}

.catalog-filter li.sf-field-tag, .catalog-filter li.sf-field-post-meta-artykul {
    margin-bottom: 16px;
    cursor: pointer; 
}

.dropdown-body{
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 8px 8px;
}



.menu-category{
display: flex;
flex-wrap: wrap;
align-items: center;

}
.cat-news-filter a{
    display: inline-block;
    font-size: 15px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
    padding: 12px 24px;
    border-radius: 8px;
    margin:4px;
    border:1px solid #82828269;
}

.cat-news-filter li.active a{
   background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%) !important;
   color: white;
   border:none;
}


.catalog-filter li ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 8px 8px;
}
/*.catalog-filter  li.sf-field-tag ul li:first-child{
    display: none;
}*/
.catalog-filter li input{
position: absolute;
opacity: 0;
}

.catalog-filter li label{
    display: block;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
    padding: 12px 24px;
    border-radius: 8px;
    margin: 4px;
    border: 1px solid #82828269;
    cursor: pointer;
}
.catalog-filter li.sf-option-active label{
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%) !important;
    color: white;
    border:none;
}
.filter_btn{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
padding: 12px 24px;
border-radius: 8px;
margin:4px;
border:1px solid #82828269;
}

.filter_btn.active{
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%) !important;
    color: white;
    border:none;
}
.to-quiz-b{
    margin-top: 16px;
    padding: 16px;
    background: white;
    border-radius: 8px;
}

.to-quiz-b h4{
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 8px;
}
.to-quiz-b p{
    color: #828282;
    margin-bottom: 24px;
}

.insta_b{
background: #FFFFFF;
border-radius: 8px;
padding: 16px;
}

.last-insta-body{
background: #F2F2F2;
border-radius: 8px;
/*padding: 16px;*/
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.last-insta-body h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #333333;
}
.insta-img{
    width: 100%;
    max-height: 206px;
    object-fit: cover;
    border-radius: 8px;
}

.insta-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    line-height: 120%;
    color: #828282;
}

.second-insta-col img{
   /* max-height: 300px;*/
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
} 

/*Catalog END*/

/*Blog*/
.blog-row{
    margin-bottom: 16px;
}
.blog-revers:nth-child(odd) .col-blog{
order: 2;
}
.blog-revers:nth-child(odd) .col-blog-2{
order: 1;
}
.card-b-blog{
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    height: 100%;
}
.card-link{
    display: block;
}
.card-link:hover h3{
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-blog-body{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.card-b-blog h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin-bottom: 8px;
}

.card-b-blog p{
    color: #828282;
}
.download_pdf{
    font-size: 14px;
    color: #333333;
    position: relative;
    padding: 12px 0px;
}

.download_pdf:before{
    content:url('img/icon/icon-pdf.svg');
    margin: 0px 8px;
}

.news-img img{
    width: 100%;
    border-radius: 8px;
    max-height: 260px;
    object-fit: cover;
}
.news-more-b .btn__more:after{
    content: url(img/icon/Icon-More.svg);
    height: 14px;
}


/*Blog END*/

/*Single END*/
.insta-filter_b{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    
}
.insta-title{
    font-weight: 500;
    font-size: 18px;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.insta-title:before{
content:' ';
width: 32px;
height: 32px;
margin-right: 16px;
background: url(img/icon/insta-logo.svg);
}
.insta-text{
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 24px;
}

.b-single__acens{
    position: relative;
    margin-bottom: 16px;
}
.b-single__acens video{
    height: 100%;
    width: 100%;
    max-height: 500px;
}
.b-single__acens .date{
padding: 12px;
position: absolute;
top: 16px;
right: 16px;
background: #FFFFFF;
border-radius: 8px;
color: #333333;
font-size: 14px;
}
.b-single__acens img{
width: 100%;
max-height: 352px;
object-fit: cover; 
border-radius: 8px;
}
.b-single__content{
    padding: 16px;
    background: white;
    border-radius: 8px;
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 16px;
}
.b-single__content h3{
    font-weight: 500;
    font-size: 18px;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin: 8px 0;
}
.b-single__content figure.wp-block-image{
    margin: auto;
}
.b-single__content img{
    width: 100%;
    height: auto;
    border-radius: 8px !important;
    margin: 16px 0;
}
.swiper-images .swiper-slide-active p{
    -webkit-text-fill-color:#828282;
}
.pos-relative{
    position: relative; 
}
/*Sinle END*/

/*Contact*/
.contact-title{
font-weight: 500;
font-size: 24px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 32px;
}
.info_b_contact h4{
font-weight: 500;
font-size: 18px;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 16px;
}
.e-social{
display: flex;
align-items: center;
}
.e-social li{
	margin-right: 16px;
    transition: 0.2s;
}
.phone_b, .adrres_b{
font-size: 15px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
}
/*Contact END*/


/*Pay*/
.pay-wrap{
	background: #FFFFFF;
	border-radius: 8px;
	align-items: center;
}
.pay-img-b{
/*	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;*/
	position: relative;
	height: 358px;

	/*background-image: url("img/TABLET iPad Pro 12.9.svg"),
                     url("img/PHONE.png");
     background-repeat: no-repeat;*/
}
.tablet-img{

	max-width: 568.06px;
	position: absolute;
	left: 75px;
	bottom: 0;
    
	/*margin:35px 80px 0;*/
}
.phone-img{
	max-width: 177.3px;
	object-fit: contain;
	position: absolute;
	right: 60px;
	top: 0;
}
.pay-content-b{
padding-top: 25px;
padding-bottom: 25px;
display: flex;
flex-direction: column;
justify-content: center;
}

.pay-content-b .btn__more{
    max-width: 215px;
}
.pay-content-b h3{
	font-weight: 500;
	font-size: 24px;
	font-feature-settings: 'liga' off;
	color: #333333;
	margin-bottom: 8px;
}
.pay-content-b p{
	font-feature-settings: 'liga' off;
	color: #828282;
	margin-bottom: 24px;
	max-width: 336px;
}
.partners-b-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.partners-b-title h3{
font-weight: 500;
font-size: 24px;
font-feature-settings: 'liga' off;
color: #333333;
}
.partners-filter_b .filter_btn{
	background: white;
	border: none;
}
.partners-wrap{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10.9136px;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.partners-wrap img{
	max-height: 70px;
}

.tab-content{
    display: none !important;
}

.tab-content.active{
    display: flex !important;
}
/*Pay end*/

/*About*/
.about-b-title{
	text-align: center;
	/*background: #efefee;*/
	border-radius: 8px;
}
.about__video{
	max-height: 500px;
	width: 100%;
}
.owner-img{
	width: 100%;
	border: 8px;
    object-fit: contain;
}
.owner-name{
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;;
	font-feature-settings: 'liga' off;
	color: #828282;
	margin-bottom: 8px;
}
.owner-name span{
color: #333333;
}

.owner-position{
line-height: 120%;
font-feature-settings: 'liga' off;
color: #828282;
margin-bottom: 24px;
}
.owner-quotes{
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	max-width:300px;
	padding-left: 16px;
	border-left: 1px solid #86d0cb;
	margin-bottom: 24px; 
	/* or 18px */

	font-feature-settings: 'liga' off;
	background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%); 
	background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.owner-text{
	max-width: 520px;
	line-height: 120%;
	font-feature-settings: 'liga' off;
	color: #828282;
}

.location-title{
font-weight: bold;
font-size: 36px;
display: flex;
align-items: center;
font-feature-settings: 'liga' off;
color: #333333;
margin-bottom: 40px;
}

.map-b{
    text-align: center;
}
.map-b img{
    width: 100%;
    margin: 0 auto;
}

.b-country-tab{
    cursor: pointer;
    opacity: 0.6;
}

.b-country-tab.active{
opacity: 1;
}
.b-country img{
	width: 48px;
	height: 48px;
	object-fit: cover;
	margin-bottom: 8px;
}
.b-country h4{
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
}

/*About end*/

/*Card*/
.section-line-top{
    position: relative;
}
.section-line-top:before{
content:' ';
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 1px;
max-width: 700px;
background-color:#E0E0E0;
}
.card-b-title{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.card-b-title h3{
font-weight: 500;
font-size: 24px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
text-align: center;
margin-bottom: 10px;
}

.card-b-title div{
    max-width: 350px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #828282;
}

.card-b-title div em{
    font-style: inherit;
    color: #000;
}
.scroll-video-wrap{
    position: relative;
}
.scroll-video-wrap video{
    width: 100%;
    max-height: 765px;
}
.video-text-wrap{
    position: relative;
}

.video-text{
    width: 100%;
    max-width: 27.75em;
    background: #FFFFFF;
    position: absolute;
    border-radius:8px;
}
.video-text h3{
    font-weight: 500;
    font-size: 1.5em;
    line-height: 120%;
    /* identical to box height, or 29px */

    text-align: center;
    font-feature-settings: 'liga' off;

    /*background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%); */
    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1em;

   
}
.video-text div{
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #828282;

}

.video-text div em, .video-text-item div em{
    font-style: inherit;
    color: #000;
}

.vd-position-1{
    left: 11.2%;
    bottom: 15.3%;
}

.vd-position-2{
    top: 8.2%;
    right: 10.6%;
}

.video-text-item{
   width: 100%;
   max-width: 27.75em;
   position: absolute;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.video-text-item h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;

    background: -webkit-linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.back-white{
    background: white;
    padding: 12px;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 16px;
}

.video-text-item div.text{
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 16px;
}
.dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    

    /* Gradient */

    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
}

.dot-position-1{
transform: rotate(19.72deg);
}
.dot-position-2{
transform: rotate(157.28deg);
}
.dot-position-3{
transform: rotate(-5.06deg);
}
.dot-position-4{
transform: rotate(182.36deg);
}

.dot:after{
     content:' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(266.72deg, #5FB4D2 0%, #5FC8B9 100%);
}
.dot:before{
    content:' ';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 700px;
    background: #E0E0E0;
    
}


.wrap-overflow{
    position: absolute;
    top: 0;
    width: 49%;
    height: 100%;
    overflow: hidden;
}

.pos-r{
    right: 0;
}

.vd-item-position-1{
top: 5%;
left: 11.2%;
}

.vd-item-position-2{
  top: 8.2%;
  right: 10.6%;
}

.vd-item-position-3{
bottom: 24.3%;
left: 10.2%;
}

.vd-item-position-4{
bottom: 22.3%;
right: 10.2%;
}

.f-scroll-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.f-scroll-wrap p{
    max-width: 360px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 24px;
}
/*Card end*/
/*Card Toothbrush*/

.section-card-toothbrush{
margin-bottom: 70px;
}

.view360-100 img{
    width: 100%;
}

.title_toothbrush{
font-weight: bold;
font-size: 30px;
line-height: 100%;
font-feature-settings: 'liga' off;
color: #333333;
text-align: center;
margin-bottom: 16px;
}
.card-toothbrush-content h3{
font-weight: 500;
font-size: 18px;
line-height: 120%;
font-feature-settings: 'liga' off;
color: #333333;
}
.card-toothbrush-content h3:after{
    width: 20px;
    height: 20px;
    font-size: 1.1em;
    line-height: 18px;
}
.card-toothbrush-content .b-faq__dicov{
margin-bottom: 16px;
}
.card-toothbrush-content .faq-body{
    border-top: none; 
    padding: 0px;
}
.toothbrush-body-content{
    line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
    padding: 16px 0;
}
.footer-card-toothbrush{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer-card-toothbrush h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin-bottom: 8px;
}

.footer-card-toothbrush p{
max-width: 440px;
line-height: 120%;
text-align: center;
font-feature-settings: 'liga' off;
color: #828282;
margin-bottom: 24px;
}

.slider-container .scale{
    display: none;
}

.theme-green .back-bar .selected-bar{
    background: transparent !important;
}
.theme-green .back-bar .pointer{
  /*  width: 45px !important;
    height: 34px !important;*/
    width: 20px !important;
    height: 20px !important;
    background: url(img/icon/drag.svg) no-repeat 50% 50% !important;
    border: 0 !important;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    top: 3px !important;
    -webkit-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
         -o-transform: translate(0%, -50%);
            transform: translate(0%, -50%)
}

/*Card Toothbrush end*/
/* Типография */

.text{
font-size: 15px;
}

/*.text > h1{
    font-size: 2.50em
}
.text > h2{
    font-size: 2.00em
}
.text > h3{
    font-size: 1.50em;
    font-family: Cormorant Garamond;
    font-weight: 500;
    margin-bottom: 0.50em;
    padding-top: 0.50em
}
.text > h4{
    font-size: 1.50em
}
.text > h5{
    font-size: 1.25em
}
.text > h6{
    font-size: 1.00em
}
.text > p{
    font-size: 0.88em;
    color: #828282
}
.text > p:last-child{
    margin-bottom: 0px
}*/
/*
 * CASCADE
 */

.tabs-body.active{
    display: block
}
.nice-select{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none
}
.nice-select .current{
    line-height: 1.2;
    height: auto;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis
}
.nice-select .list{
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px
}
.nice-select .option{
    height: auto;
    min-height: auto;
    line-height: 1.2;
    padding-top: 0.51em;
    padding-bottom: 0.51em;
    padding-left: 0.73em;
    padding-right: 0.73em
}


.wpcf7 .wpcf7-list-item {
  display: flex;
  margin: 0 0.3em 0 0.3em;
}



 input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 14px;
}
input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 2px;
}


input[type="checkbox"]:checked:before {

}
 input[type="checkbox"]:disabled {
    color: #b8b8b8;
    cursor: auto;
}
 input[type="checkbox"]:disabled:before {
    box-shadow: none;
    background: #ddd;
}
 input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 6px;
    background: #828282;;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #828282, 4px 0 0 #828282, 4px -2px 0 #828282, 4px -4px 0 #828282, 4px -6px 0 #828282, 4px -8px 0 #828282;
    transform: rotate(45deg);
}
/*qsm-quiz*/
.qsm-quiz-form{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;

    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.qsm-progress-bar{
    position: absolute;
    top: -20px;
    width: 100%;
}
.qsm-progress-bar svg path:first-child{
    stroke: #E0E0E0;
}
.qsm-progress-bar svg path:last-child{
    stroke: #5FC8B9;
    stroke-width:1;
}

.qsm-page, .qsm-pagination{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.qsm-error-message{
    position: absolute;
    bottom: 0;

    color: red;
}

.qsm-pagination{
   /* width: 35%;*/
    max-width: 350px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height:max-content;
}
.qsm-pagination a, .qsm-pagination input{
    order: 2
}
.wrap_quiz{
    order: 1;
}
.qsm-quiz-form .qsm-progress-bar .progressbar-text {
    right: auto !important;
    left: 0 !important;
    top: -20px !important;
    color: #5FC8B9;
}
.qmn_quiz_container .mlw_previous{
    margin-bottom: 0 !important;
}

.title_q{
    display: none;
     line-height: 120%;
    font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 24px;
}
.qsm-results-page p{
     font-feature-settings: 'liga' off;
    color: #828282;
    margin-bottom: 24px;
}
.title_q.show{
    display: block;
}

.title_q h3, .qsm-results-page h3{
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    font-feature-settings: 'liga' off;
    color: #333333;
    margin: 16px 0;
}

.qsm-next{
    padding: 12px 16px;
    color: white;
    background: #828282;
    border-radius: 8px;
    transition: 0.5s;
    cursor: pointer;
}

.qsm-pagination input{
    font-family: 'TT Norms';
    font-size: 15px;
    font-feature-settings: 'liga' off;
    padding: 12px 16px;
    border:none !important;
    background: #828282 !important;
    -webkit-appearance: none;
    color: white;
    border-radius: 8px !important;
    cursor: pointer;
}

.qsm-results-page a{
   padding: 12px 16px;
   color: white;
   background: linear-gradient( 266.72deg , #5FB4D2 0%, #5FC8B9 100%);
   transition: 0.5s;
   border-radius: 8px;
   cursor: pointer;
}

.qsm-next:hover{
    background: linear-gradient( 266.72deg , #5FB4D2 0%, #5FC8B9 100%);
    transition: 0.5s;
}
.qsm-pagination input:hover{
     background: linear-gradient( 266.72deg , #5FB4D2 0%, #5FC8B9 100%);
    transition: 0.5s;
}

.qsm-next:after{
    content: url(img/btn-more.svg);
    vertical-align: bottom;
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-left: 32px;
}
.qsm-results-page a:after{
    content: url(img/btn-more.svg);
    vertical-align: bottom;
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-left: 32px;}

.qsm-previous{
padding: 12px 16px;
color: #828282;
border: 1px solid #E0E0E0;
box-sizing: border-box;
border-radius: 8px;
margin-right: 14px;
}

.qsm-previous:before{
    content: url(img/prev.svg);
    vertical-align: bottom;
    border: none !important;
    border-top: none!important;
    position: relative !important;
    right: auto !important;
    top: auto!important;
    margin-right: 32px;
}
section.qsm-page div:first-child{
    display: none;
}

section.qsm-page > div{
padding: 20px 0;
border-bottom: 1px solid #E0E0E0;
}
section.qsm-page div:last-child{
border-bottom: none;
}
.qsm-page{
display: flex;
flex-direction: column;
justify-content: center;
}

.qsm-page .mlw_qmn_question {
margin-bottom: 16px;
color: #828282;
}
/*.qsm-page .qmn_radio_answers span{
    position: relative;
}*/
.qsm-page .qmn_radio_answers label{
    display: inline-block;
background: #E0E0E0;
border-radius: 8px;
margin-right: 8px;
padding: 10px 14px;
cursor: pointer;
margin-bottom: 8px;
}
.qsm-page .qmn_radio_answers label:hover{
    background: white;

}
.qsm-page input[type="radio"]{
    display: none;
}
.qsm-page input[type="radio"]:checked + label{
    background: linear-gradient( 266.72deg , #5FB4D2 0%, #5FC8B9 100%);
    transition: 0.5s;
    color: white;
}

.qsm-results-page{
padding:60px 0;
}
.qsm-results-page img{
    object-fit: contain;
}
.quiz-shortcode{
display: none;
}
.quiz__video{
width: 100%;
position: absolute;
height: 100%;
}
/*qsm-quiz end*/

/*
 * MEDIA
 */

/*@media screen and (max-width: 1650px){
.hover-elem{
    width: 223px;
    height: 72px;
  
}
}*/
@media screen and (max-width: 1450px){
    .faq-img-b img{
        max-height: 135px;
    }
    .intro video{
        max-height: 370px;
    }
    .vd-position-1 {
        left: 2.2%;
    }
    .vd-position-2 {
        right: 2.6%;
    }
	.tablet-img{
		left: 15px;
	}
    .card-link{
        margin-bottom: 8px;
    }
    .hover-elem{
        width: 160px;
        height: 46px;
    }
    
    /* E-toggle */

    .e-toggle{
        -webkit-background-size: 1.30em 1.30em;
           -moz-background-size: 1.30em;
             -o-background-size: 1.30em;
                background-size: 1.30em
    }
    
    /* E-menu */

    .e-menu--main{
        font-size: 0.90em
    }

    .hover-elem {
    width: 157px;
    height: 50px;
    }
}
@media all and (min-width: 1200px){

    /* B-head */

    .b-head__bottom{
        border-top: 1px solid #e1e1e1;
        margin-top: 0.90em;
        padding-top: 0.60em
    }
}
@media screen and (max-width: 1199px){
    .s-welcome-title h2{
        font-size: 40px;
    }

    .product-menu{
        top: 10%;
        z-index: 1;
    }
    .title_toothbrush{
        font-size: 28px;
    }
    .vd-position-1 {
        left: 0.2%;
    }
    .vd-position-2 {
        right: 0.6%;
    }

	.partners-b-title{
		flex-direction: column;
	}
	.partners-b-title h3 {
		margin-bottom: 25px;
	}

	.pay-content-b{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

    .last-news-img img{
        height: 100%;
        max-height: 100%;
    }

    .btn--catalog-mob{
        padding-left: 0em;
        padding-right: 0em;
        margin-bottom: 0.625rem;
    }

    .hover-elem {
        width: 132px;
        height: 41px;
    }
    
    /* S-welcome */

   /* .s-welcome__effec{
        min-height: calc(var(--vh, 1vh) * 100)
    }*/
    
    /* B-head */

    .b-head{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    
    /* B-roll */

    .b-roll__front{
        padding-right: 5.70em
    }
}

@media screen and (max-width: 991px){

    .qsm-results-page{
        text-align: center;
    }
    .title_q h3, .qsm-results-page h3{
        font-size: 20px;
    }
    .to-quiz-b{
        margin-bottom: 16px;
    }
    .s-properties-title{
        margin-bottom: 25px;
    }

    .product-menu > li {
        width: 50%;
    }
    .section-card-toothbrush {
        margin-bottom: 50px;
    }
    .video-text{
        width: 49%;
    }
    .vd-position-1{
        left: 0;
        bottom: auto;
    }
    .vd-position-2{
        right: 0;
        top: auto;
    }

    .wrap-overflow{
        top: auto;
    }
    .dot{
        display: none;
    }

    .video-text-item{
        max-width: 100%;
        top: auto;
        left: auto;
        right: auto;
    }
    .vd-item-position-3, .vd-item-position-4{
        bottom: 0;
    }

    .video-text-item p{
        height: 80px;
    }


	.tablet-img{
		width: 60%;
	}
	.phone-img{
		width: 30%;
	}
    .news-img{
        margin-bottom: 10px;
    }
    .order-blog-2{
        order: 2;
    }
    .order-blog-1{
        order: 1;
    }
    .card-blog-body{
        height: auto;
    }
    .last-news-img{
        margin-bottom: 10px;
    }
    .last-news-more-b{
        margin: 35px auto;
    }
    .last-news-body h3{
        font-size: 18px;
    }

    .last-news-img{
        order: 1;
    }
    .last-news-text{
        order: 2;
    }
   

    .s-properties-move p{
        font-size: 15px;
    }

    .s-properties-title{
        font-size: 20px;
    }

    .s-welcome-title h2{
        font-size: 24px;
    }

    .s-head--detach{
        position: relative;
        margin-bottom: 20px;
        top: 10px;

    }
  /*  .s-welcome__mob{
        padding-top: 90px;
    }*/

    .b-head{
        margin: 0px;
    }

    .hover-elem {
        width: 101px;
        height: 29px;
    }

    
    /* S-heading */

    .s-heading__note{
        padding-top: 15.20em
    }
    
    /* B-images */

    .b-images__legan{
        position: static;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 15px
    }
    
    /* B-media */

    .b-media__corpu{
        display: block
    }
    .b-media__eteri{
        position: static;
        margin-top: 15px
    }
    
    /* B-roll */

    .b-roll__front{
        padding-right: 4.00em
    }
    .b-roll__facer{
        padding-right: 12px
    }
    .b-roll__shadow{
        bottom: -8px
    }
}
@media screen and (max-width: 767px){
    .box{
        display: none;
    }
    .scroll-down-paste{
        display: block;
        bottom:-30px;
    }
    .scroll-down-paste span {
        display: block;
        width: 11px;
        height: 11px;
    }

    .s-welcome-title{
        text-align: center;
        margin-bottom: 15px;
    }  

     .kontent_b.show{
        flex-direction: column;
    }

    .qsm-next, .qsm-pagination input{
        margin-top: 10px;
    }
	.location-title{
		font-weight: bold;
		font-size: 24px;
	}
	.pay-img-b{
		height: 200px;
	}
	.tablet-img{
		width: 40%;
	}
	.phone-img{
		width: 20%;
	}

    .title_catalog{
        font-size: 28px;
    }
    .blog-row{
        margin-bottom: 0px;
    }
    .faq-body{
        padding: 16px 5px;
    }
    .f-bottom-b{
        margin-top: 15px;
    }
    .e-social--footer{
        justify-content: flex-start;
    }
    .s-quiz {
        margin: 20px 0;
    }
    .faq-img-b p{
        display: none;
    }
    .animation-text-b{
        position: relative;
        margin: 15px 0;
    }
    .hover-elem {
        width: 77px;
        height: 18px;
    }
    /* Элементы */

    .elem-head-img{
        min-height: 18.30em
    }
    
    /* S-heading */

    .s-heading__note{
        padding-top: 13.00em
    }
    
    /* B-head */
/*
    .b-head__speedbar{
        text-align: left;
        padding-bottom: 0px;
        padding-top: 1.38em
    }*/
    .b-head__top{
        margin-top: -0.60em
    }
    
    /* B-roll */

    .b-roll__front{
        padding-right: 1.60em
    }
    .b-roll__shadow{
        bottom: -12px
    }
    
    /* E-share */

    .e-share{
        min-width: auto;
        padding-left: 0.90em;
        padding-right: 0.90em
    }
    .e-share__img{
        min-height: 16.40em
    }
    .e-share__priva:before{
        margin-right: 0px
    }
}
@media all and (min-width: 576px){

    /* B-filter */

    .b-filter > div > div:not(:first-child):after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 1.00em;
        border-left: 1px solid #E0E0E0;
        bottom: 1.00em
    }
}
@media screen and (max-width: 575px){
    .animation-text-b div{
        position: relative;
    }
    .animation-text-b p{
        max-width: 100%;
    }
    .product-menu > li {
        width: 100%;
    }
    .card-b {
        padding: 10px;
    }

    .card-b h2, .faq-vendor{
        font-size: 15px;
    }

    .faq-img-b img{
        margin:10px 0;
    }
    .collections-text{
        text-align: center;
    }

   
    
    /* Modal */

    .blocker{
        padding-left: 0em;
        padding-right: 0em
    }
    
    /* B-images */

    .b-images__mitte{
        position: static;
        padding-left: 0px;
        padding-right: 0px
    }
    
    /* B-roll */

    .b-roll__front{
        padding-right: 1.10em;
        padding-top: 0.40em
    }
    .b-roll__logo{
        width: 2.10em
    }
    .b-roll__ognos img{
        min-width: 22.50em
    }
    
    /* E-do */

    .e-do{
        font-size: 0.64em
    }
}

@media screen and (max-width: 480px){
    .video-text-item p {
        height: 125px;
    }

    .cursor, .cursor:after {
       display: none;
    }
	.pay-img-b {
		height: 160px;
	}
	.typo-acens{
		font-size: 20px;
	}
	.typo-acens:after{
		font-size: 1.0em;
		line-height: 17px;
		width: 20px;
		height: 20px;
	}

	.hover-elem {
		width: 60px;
		height: 18px;
	}
	.btn--catalog-desc{
		display: none;
	}

    .video-text h3, .video-text-item h3{
        padding: 5px;
        font-size: 1em;
    }
    .video-text div, .video-text-item div.text{
        font-size: 13px;
    }
    .wrap-overflow{
       height: 200%; 
    }
    .hover-elem {
        width: 53px;
        height: 13px;
    }
    .qsm-previous{
        margin-right: 0;
    }
    .qsm-next:after{
        margin-left: 15px;
    }
    .qsm-previous:before{
        margin-right:15px;
    }
}
