/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*GLOBAL*/
html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
*::after,
*::before{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a{
	text-decoration: none;
}
ul,
li{
    margin: 0;
    padding: 0;
    list-style: none;
}
button{
	cursor: pointer;
}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
/*POPUP FORM*/
.lock{
	overflow: hidden;
}
.overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 25;
}
.popup{
	width: 370px;
    height: 555px;
	background-color: #eaedf1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
}
.popup__form{
	padding: 60px 39px 65px 39px;
	  width: 100%;
  	position: relative;
  	display: block;
}
.form-text{
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 45px;
}
.popup__form-title{
	font-size: 28px;
	line-height: 30px;
	color: #2a2a2a;
	font-weight: bold;
}
.popup__form-input{
	width: 270px;
	height: 60px;
	border-radius: 35px;
	background: -webkit-gradient(linear, left bottom, left top, from(#f3f4f5), to(#f3f5f6));
	background: -o-linear-gradient(bottom, #f3f4f5, #f3f5f6);
	background: linear-gradient(to top, #f3f4f5, #f3f5f6);
	text-align: center;
    outline: none;
    font-size: 14px;
    color: #3f3f3f;
    border: 1px solid #f0f5f9;
    cursor: pointer;
	margin-bottom: 13px;
}


.popup__form-input::-webkit-input-placeholder{
    color: #3f3f3f;
    font-size: 14px;
}


.popup__form-input::-moz-placeholder{
    color: #3f3f3f;
    font-size: 14px;
}


.popup__form-input:-ms-input-placeholder{
    color: #3f3f3f;
    font-size: 14px;
}


.popup__form-input::-ms-input-placeholder{
    color: #3f3f3f;
    font-size: 14px;
}


.popup__form-input::placeholder{
    color: #3f3f3f;
    font-size: 14px;
}
.popup__form-input:focus::-webkit-input-placeholder { color:transparent; }
.popup__form-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.popup__form-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.popup__form-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.close-popup{
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 20;

}
.close-popup:before{
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.close-popup:after{
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*END POPUP FORM*/
.header-img--mob{
	display: none;
}
.header-img--4mob{
	display: none;
}

.btn{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#0561a8), to(#1c7cc8));
	background: -o-linear-gradient(bottom, #0561a8, #1c7cc8);
	background: linear-gradient(to top, #0561a8, #1c7cc8);
	width: 370px;
	height: 60px;
	border: 1px solid #0d10c5;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0px 10px 36px -7px rgba(19,114,188,1);
	box-shadow: 0px 10px 36px -7px rgba(19,114,188,1);
}
.btn:hover{
	background-color: #0e5f9e;
}
.wrapper{
	max-width: 1920px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.title{
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	color: #1372bc;
	line-height: 55px;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.subtitle{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #1372bc;
	line-height: 48px;
    padding: 5px 10px;
    -webkit-box-shadow: 10px 0 0 #1372bc, -10px 0 0 #1372bc;
            box-shadow: 10px 0 0 #1372bc, -10px 0 0 #1372bc;
}
	.team__bloks-overlay{
		display: none;
	}

/*HEADER*/

.header{
    min-height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f0f5f9;
}
.header:after{
	content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-right: 100vw solid transparent;
    z-index: 5;
}
.header-img{
	position: absolute;
}
.header-img--1{
	top: 0;
	left: -340px;
}
.header-img--2 {
    bottom: -12%;
    left: 35%;
    opacity: 0.3;
}
.header-img--3{
	bottom: 0;
    right: 13%;
    z-index: 2;
}
.header-img--4{
        top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}
.header__descr{
	padding-top: 12px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-logo{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.logo{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo-link{
	width: 63px;
	height: 63px;
}
.logo-link img{
	width: 63px;
	height: 63px;
}
.logo-text{
	margin-top: 15px;
    margin-left: 7px;
}
.logo-title{
	font-family: Roboto, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #0081c7;
	font-weight: 600;
}
.logo-subtitle{
	font-size: 8px;
    color: #4b4b4b;
    font-weight: 600;
    line-height: 12px;
    margin-top: 7px;
}
.logo-descr{
	margin-left: 16px;
	padding-top: 15px;
}
.header-contacts{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    align-self: center;
	position: relative;
	z-index: 2;
}
.header-contacts::before{
	content: '';
	height: 114px;
	width: 100vw;
	background-color: #1372bc;
	position: absolute;
	bottom: -25px;
    left: -50px;
    z-index: -1;
    border-radius: 60px;
    -webkit-box-shadow: 0px 8px 15px 4px rgba(19,114,188,1);
	box-shadow: 0px 8px 15px 4px rgba(19,114,188,1);
	}
.phone {
	color: #eff6fb;
	line-height: 18px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
.phone span{
	font-weight: 600;
	color: #fff;
}
.phone a{
	color: #eff6fb;
}
.header-btn{
	font-weight: bold;
	color: #fff;
	width: 270px;
	height: 55px;
	border: 2px solid #fff;
	border-radius: 28px;
	background-color: #1372bc;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	margin-left: 37px;
}
.header-btn:hover{
	background-color: #0e5f9e;
}
.header__content{
	    max-width: 670px;
	margin-top: 90px;
	z-index: 2;
}
.content-title{
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #4b4b4b;
}
.verification-list{
	margin-top: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.verification-item{
	font-size: 16px;
	line-height: 24px;
	color: #4b4b4b;
	max-width: 500px;
	padding-left: 80px;
	position: relative;
	margin-bottom: 50px;
}
.verification-item:nth-last-child(1){
	line-height: 50px;
}
.verification-item::before{
	content: '';
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background-image: url(../images/verified.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.btn-verification {
    position: relative;
    z-index: 22;
}

/*ADVANTAGES*/

.advantages{
	margin-top: 67px;
	position: relative;
}
.advantages-title h3{
	margin-bottom: 16px;
}
.advantages-subtitle{
	position: relative;
    left: 0;
    padding-left: 0;
    padding-right: 0;

}
.advantages-descr{
	font-size: 18px;
	line-height: 28px;
	color: #4b4b4b;
	font-weight: bold;
	margin-top: 37px;
	    font-weight: 600;
    margin-top: 37px;
}
.advantages__items{
	margin-top: 90px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.advantages-item {
	text-align: center;
	width: 370px;
}
.advantages-item img{
	width: 320px;
	height: 320px;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ball-mini{
	height: 225px;
	width: 225px;
	border-radius: 50%;
	background: #EFF7FA;
	background: -o-radial-gradient(center, ellipse, #EFF7FA 0%, #FFFFFF 0%, #E5EFF7 100%);
	background: radial-gradient(ellipse at center, #EFF7FA 0%, #FFFFFF 0%, #E5EFF7 100%);
	position: absolute;
	left: 80%;
    top: -30%;
    z-index: 5;
}
.ball-small{
	z-index: 5;
	height: 320px;
	width: 320px;
	border-radius: 50%;
	background: #E7F1F8;
background: -o-radial-gradient(center, ellipse, #E7F1F8 0%, #FFFFFF 0%, #E7F1F8 100%);
background: radial-gradient(ellipse at center, #E7F1F8 0%, #FFFFFF 0%, #E7F1F8 100%);
	position: absolute;
	top: -56%;
    left: -2%;
    -webkit-box-shadow: 0px 0px 73px 52px rgba(231,241,248,1);
box-shadow: 0px 0px 73px 52px rgba(231,241,248,1);
}

/*GLASSES*/

.glasses{
	margin-top: 154px;
	position: relative;
}
.glasses-img{
	position: absolute;
	top: -24%;
    right: -335px;
    z-index: -1;
}
.glasses-row{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 90px;
	position: relative;
}
.title-descr{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	color: #4b4b4b;
	margin-top: 45px;
	margin-bottom: 51px;
}
.glasses__item-title{
	font-size: 20px;
	line-height: 24px;
	color: #4b4b4b;
	font-weight: 600;
}
.glasses-descr{
	font-size: 14px;
	line-height: 15px;
	color: #b4b4b4;
}
.descr--mod{
	font-size: 14px;
	color: #b4b4b4;
	font-style: italic;
	margin-bottom: 20px;
    margin-top: 25px;
}
.glasses__item{
	width: 370px;
	text-align: center;
	position: relative;
}
.glasses__item-img{
	width: 370px;
	height: 370px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.glasses__item-img img{
	width: 370px;
	height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
}
.circle{
	width: 256px;
	height: 256px;
	border: 2px solid #adcfea;
	border-radius: 50%;
	position: absolute;
}
.circle--1{
	   top: 53px;
    left: -120px;
}
.circle--2{
	top: 205px;
    left: 253px;
}
.circle--3{
	    top: 146px;
    right: -65px;
}
.ball-medium{
	width: 450px;
	height: 450px;
	border-radius: 50%;
	position: absolute;
	top: 591px;
    right: -114px;
	background: #E9F1F9;
background: -o-radial-gradient(center, ellipse, #E9F1F9 0%, #EFF6FB 0%, #e9f1f9 100%);
background: radial-gradient(ellipse at center, #E9F1F9 0%, #EFF6FB 0%, #e9f1f9 100%);
-webkit-box-shadow: 0px 0px 70px 75px rgba(233,241,249,1);
box-shadow: 0px 0px 70px 75px rgba(233,241,249,1);
}

/*ACCESSORIES*/

.axessories{
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.axessories-img{
	position: absolute;
	top: -108px;
    left: -488px;
    z-index: -1;
}
.axessories-title{
	margin-bottom: 70px;
}
.axessories-item--title{
	font-size: 20px;
	line-height: 24px;
	color: #4b4b4b;
	font-weight: 600;
}
.axessories-item:nth-child(1){
	padding-top: 8px;
}
.axessories-item:nth-child(2){
	padding-top: 8px;
}
.axessories-item{
	width: 270px;
	text-align: center;
	height: 350px;
	position: relative;
	margin-bottom: 25px;
}
.axessories-item img{
	position: absolute;
	top: 75px;
	left: 0;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(232,241,249,1);
box-shadow: 10px 10px 0px 0px rgba(232,241,249,1);
}
.axessories__items{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: distribute;

	    justify-content: space-around;
}
.axessories-btn{
	margin-top: 75px;
}

/*DIAGNOSTIC*/

.diagnostik{
	margin-top: 90px;
	height: 700px;
	position: relative;
	background-color: #1878c3;
}
.diagnostik--img{
	position: absolute;
	bottom: 13px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-35%) rotate(1deg);
        -ms-transform: translateX(-35%) rotate(1deg);
            transform: translateX(-35%) rotate(1deg);
}
.diagnostik__img-container{
	overflow: hidden;
	position: relative;
	height: 700px;
}
.diagnostik__img-container:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-right: 100vw solid transparent;
}
.diagnostic-bg--wrapper{
	height: 700px;
	width: 100%;
	position: relative;
	top: 0;
	left: -225px;
}
.diagnostic-bg{
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.5;
}
.diagnostic-bg--wrapper:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 225px;
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 100vw solid transparent;
}
.diagnostik-title{
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 90px;
}
.diagnostik__descr{
	width: 550px;
}
.diagnostik-descr{
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	width: 450px;
}
.diagnostik-descr--mob{
	display: none;
}
.diagnostik-descr span{
	font-weight: 600;
}
.diagnostik-container{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: absolute;
    top: 132px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}
.form{
	width: 370px;
	height: 455px;
	background-color: #e8f1f9;
	text-align: center;
}
.form-btn{
	width: 270px;
	height: 60px;

}
.form-input{
	width: 270px;
	height: 60px;
	border-radius: 35px;
	background-color: #fff;
	text-align: center;
    outline: none;
    border: none;
    font-size: 16px;
    color: #3f3f3f;
    border: 1px solid #cee5f9;
    margin-bottom: 2px;
    cursor: pointer;
}
.form-input::-webkit-input-placeholder{
    color: #3f3f3f;
    font-size: 16px;
}
.form-input::-moz-placeholder{
    color: #3f3f3f;
    font-size: 16px;
}
.form-input:-ms-input-placeholder{
    color: #3f3f3f;
    font-size: 16px;
}
.form-input::-ms-input-placeholder{
    color: #3f3f3f;
    font-size: 16px;
}
.form-input::placeholder{
    color: #3f3f3f;
    font-size: 16px;
}
.form-input:focus::-webkit-input-placeholder { color:transparent; }
.form-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.form-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.form-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.diagnostik-container{
	width: 1170px;
}
.form-title{
	font-size: 16px;
	line-height: 26px;
	color: #2a2a2a;
	padding: 60px 35px;
}
.form-title span{
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
}
.diagnostik-ball{
	top: 576px;
    left: 116px;
    z-index: 10;
}
.text--decor{
	font-size: 340px;
	font-weight: 900;
	color: #fff;
	mix-blend-mode: multiply;
    position: absolute;
    top: 411px;
    left: 695px;
    z-index: 10;
    text-shadow: 0px 28px 40px rgba(179,206,226,1);
}

/*GLASSES-SLIDERS*/

.glasses-sliders{
	margin-top: 90px;
	text-align: center;
}

.glasses-slider__container{
	margin-top: 30px;
}
.glasses-slider__item{
	width: 600px;
}
.glasses-slider-img{
	width: 560px;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 auto;
}


.slider-arrows{
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.slider-arrows:hover{
	opacity: 1;
}
.slider-arrows__left{
	right: 115px;
	bottom: -100px;
}
.slider-arrows__right{
	right: 27px;
	bottom: -100px;
}
.slider-glasses-btn{
	width: 270px;
	height: 60px;
	margin-top: 46px;
}

/*REVIEW*/

.review{
	margin-top: 190px;
	position: relative;
}
.ball--review{
	left: 1340px;
	top: -107px;
}
.review-img{
	position: absolute;
	right: -450px;
    top: -187px;
    z-index: -1;
}
.review-title{
	margin-bottom: 10px;
}
.review__slider-item{
	width: 980px;
	margin: 0 auto;
}
.slider-item__photo{
	width: 250px;
    height: 250px;
    border-radius: 50%;
}
.slider-item__photo img{
	width: 250px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;

}
.slider-item__info{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	width: 980px;
	margin: 48px auto 38px;
	min-height: 450px;
}
.slider-item__info-text{
	position: absolute;
    left: 240px;
    top: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	font-size: 16px;
	color:  #4b4b4b;
	line-height: 24px;
	padding-left: 30px;
}
.slider-item__info-text p{
	margin-bottom: 30px;
}
.slider-item__info-text span{
	font-weight: bold;
}
.quotes{
	font-size: 260px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	text-shadow: 2px 4px 15px rgba(0,0,0,0.3);
	z-index: -1;
}
.left--quotes{
	    top: -147px;
    left: 148px;
}
.right--quotes{
	    top: 195px;
    right: -5%;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.dots-style{
        margin-top: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
.dots-style button {
    border: none;
    background: #cecece;
    border-radius: 50%;
    font-size: 0;
    height: 7px;
    width: 7px;
    margin-left: 15px;
    padding: 0;
}
.slick-active{
        position: relative;
    }
    .dots-style .slick-active::after{
        background-image: url(../images/dot-active.png);
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        width: 13px;
        height: 13px;
        position: absolute;
        top: 7px;
        left: 12px;
    }
    .review-arrows__left{
		left: 37%;
    	bottom: -26px;
    	z-index: 9;
    }
    .review-arrows__right{
		left: 59%;
    	bottom: -26px;
    }

/*TEAM*/

    .team{
    	margin-top: 100px;
    	margin-bottom: 100px;
    	position: relative;
    	background-image: url(../images/bg-team.jpg);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: 0 0;
    	min-height: 1070px;
    }
	.team-title{
		padding-top: 150px;
		margin-bottom: 100px;
	}
    .team__info{
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: justify;
    	    -ms-flex-pack: justify;
    	        justify-content: space-between;
    }
    .team__info-item{
    	text-align: center;
    	width: 370px;
    }
    .team__info-photo{
    	width: 370px;
    	height: 370px;
    	margin-bottom: 30px;
    	margin: 0 auto 30px;
    }
   .team__info-photo img{
   	-o-object-fit: cover;
   	   object-fit: cover;
   	width: 370px;
   	height: 370px;
   }
   .team__info-text{
   	width: 370px;
   	color: #4b4b4b;
    text-align: center;
    margin: 0 auto;
   }
   .team__info-text span{
   	font-size: 20px;
   	font-weight: 600;
   }
   .team__info-text p{
   	padding: 20px 10px 25px 10px;
   }
   .team-btn{
	width: 270px;
	height: 60px;
   }
   .team--ball{
   	top: -253px;
    left: -221px;
   }

/*SERTIFICATES*/

   .sertificates{
   	position: relative;
   }
   .sertificates-img{
   	position: absolute;
   	left: 0;
   	bottom: 0;
   }
.sertificates__slider-item{
	width: 370px;
	text-align: center;
}
.sertificates__slider-img{
	width: 370px;
	height: 490px;
	margin: 0 auto 40px
}
.sertificates__slider-img img{
	width: 370px;
	height: 490px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.sertificates-title{
	margin-bottom: 70px;
}
.sertificates__slider-text{
	font-size: 18px;
	color: #4b4b4b;
	font-weight: 600;
}
.sertificates-arrows__left{
	left: 418px;
    bottom: -26px;
}
.sertificates-arrows__right{
	left: 680px;
    bottom: -26px;
}
.sertificates-dots{
	margin-top: 80px;
}

/*CONTACTS*/

.contacts{
	margin-top: 155px;
	position: relative;
}
.contacts-bg{
	position: relative;
}
.contacts-container{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contacts-title{
	text-align: left;
	margin-bottom: 40px;
}
.contacts-subtitle{
	margin: 17px 0 0 0;
}
.contacts__info{
	text-align: left;
}
.adress-title{
	margin-bottom: 10px;
	font-size: 16px;
	color: #4b4b4b;
	font-weight: 600;
}
.adress-items{
	margin-bottom: 35px;
}
.adress-link a{
	font-size: 16px;
	text-decoration: underline;
	color: #588ef7;
	line-height: 26px;
}
.contacts-req{
	margin-bottom: 35px;
}
.contacts-req--link a {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 600;
    line-height: 26px;
}
.callback-text span{
	font-size: 20px;
	font-weight: 600;
	color: #4b4b4b;
	line-height: 26px;
}
.callback-text{
	font-size: 16px;
    color: #4b4b4b;
    line-height: 26px;
}
.contacts-btn{
	margin-top: 40px;
	width: 270px;
	height: 60px;
}
.map-photos{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 24px;
}
.map-img{
	position: relative;
}
.marker{
	position: absolute;
	left: 366px;
    top: 145px;
}

/*FOOTER*/

.footer{
	margin-bottom: 70px;
	margin-top: 80px;

}
.footer-container{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer-item{
	text-align: center;
	color: #4b4b4b;
}
.footer__logo-img{
	margin-left: 30px;
}
.footer-item--dev{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    text-align: right;
    line-height: 22px;
}
.footer-item a{
	color: #588ef7;
	text-decoration: underline;
}
.footer-item--copy{
	margin-left: 60px;
}
.footer-item--copy p{
	padding-top: 7px;
}
.wrapper:after{
	content: '';
	width: 900px;
	height: 900px;
	border-radius: 50%;
	position: absolute;
	bottom: -50px;
    right: -300px;
    z-index: -1;
	background: #E9F1F9;
background: -o-radial-gradient(center, ellipse, #E9F1F9 0%, #EFF6FB 0%, #e9f1f9 100%);
background: radial-gradient(ellipse at center, #E9F1F9 0%, #EFF6FB 0%, #e9f1f9 100%);
-webkit-box-shadow: 0px 0px 70px 75px rgba(233,241,249,1);
box-shadow: 0px 0px 70px 75px rgba(233,241,249,1);
}

/*MEDIA*/

@media (max-width: 2175px){
.diagnostik--img {
    bottom: 15px;
}
}
@media (max-width: 1750px){
	.ball-small{
		display: none;
	}
	.diagnostik-ball{
		display: none;
		}
		.ball--review{
			display: none;
		}
}
@media (max-width: 1630px){
	.glasses-img{
		display: none;
	}
	.text--decor{
		display: none;
	}
}
@media (max-width: 1600px){

	.verification-list {
    margin-top: 25px;
}
	.header__content {
    margin-top: 20px;
}

	.content-title{
		font-size: 30px;
    line-height: 35px;
	}
	.header-img--1{
		display: none;
	}
	.header-img--3{
		right: 0;
	}
	.circle{
		display: none;
	}
	.ball-medium{
		display: none;
	}
	.axessories-img{
		display: none;
	}
	.axessories-title {
    margin-bottom: 35px;
}
	.sertificates-img{
		display: none;
	}
	.sertificates-title{
	margin-bottom: 25px;
}
.sertificates__slider-img{
	width: 250px;
	height: auto;
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sertificates__slider-img img {
    width: 250px;
    height: auto;
    }
.team {
    margin-top: 90px;
    margin-bottom: 0;
    min-height: 720px;
    }
    .title{
		font-size: 30px;
		line-height: 35px;
	}
	.subtitle{
		font-size: 20px;
	}
	.team-title{
		margin-bottom: 25px;
	}

.team__info{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.team__info-item {
    margin-bottom: 30px;
}
.team__info-text {
    width: 320px;
}
.team__info-photo img {
    width: 320px;
    height: 320px;
}
.team__info-photo {
    width: 320px;
    height: 320px;
}
.team__info-item {
    width: 320px;
}
.contacts {
    margin-top: 90px;
}

    .team-title {
    padding-top: 0;
    margin-bottom: 45px;
}
.review-dots {
    margin-top: 10px;
    }



}
@media (max-width: 1366px){
	.header-img--2{
		display: none;
	}
	.ball-medium{
		display: none;
	}
	.glasses__item {
    width: 380px;
    margin-bottom: 30px;
}
.glasses-row{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.glasses{
	margin-top: 30px;
}
.axessories__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.review-img{
	display: none;
}
}

@media (max-width: 1250px){

    .verification-item {
    margin-bottom: 35px;
}

}


@media (max-width: 1170px){

	.btn{
		width: 270px;
	}

	.diagnostik-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.form-btn{
	width: 270px;
}


.slider-arrows__left {
    right: 245px;
    bottom: -105px;
}
.slider-arrows__right {
    right: 150px;
    bottom: -105px;
}


.glasses-slider-img{
	width: 500px;
}

.glasses-slider__item{
	width: 500px;
}


.review {
    margin-top: 45px;
}

.right--quotes {
    top: 245px;
    right: 1%;
}


.sertificates-arrows__left {
    left: 200px;
}
.sertificates-arrows__right {
    left: 550px;
}
.sertificates__slider{
	width: 800px;
	margin: 0 auto;
}
}
@media(max-width: 1110px){

	.header::after{
		display: none;
	}
	.header-img--3{
		    right: 0;
	    width: 40%;
	}
	.ball-mini{
		display: none;
	}
	.advantages__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.advantages-item {
    margin-bottom: 15px;
}
.diagnostik__img-container:after{
	display: none;
}
.diagnostic-bg--wrapper:after {
    display: none;
}
	.diagnostik--img {
    width: 50%;
    bottom: -40px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 68%;
}
.diagnostik-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.contacts-container {
    display: block;
    }
    .contacts__info {
    text-align: center;
    margin-bottom: 30px;
}
.contacts-title {
    text-align: center;
}

.map-img {
    text-align: center;
}
.map-photos {

    -ms-flex-pack: distribute;

        justify-content: space-around;
}
.wrapper:after{
	display: none;
}
}
@media(max-width: 1020px){

	.header-contacts{
		-webkit-transform: translateX(66%);
		    -ms-transform: translateX(66%);
		        transform: translateX(66%);
		position: absolute;
    	right: 0;
	}

	.axessories-title {
    margin-bottom: 30px;
	}
	.header-img--3{
		display: none;
	}
	.header-img--3mob{
		position: absolute;
		display: block;
		bottom: 0;
    	right: 0;
    	z-index: 2;
	}
	.header-img--4{
		display: none;
	}
	.header-img--4mob{
		position: absolute;
		display: block;
		bottom: 0;
    	right: 24%;
	}

	.review__slider-item{
		width: 100%;
	}
	.slider-item__info{
		width: 100%;
	}


	.team__slider-dots{
		margin-bottom: 30px;
	}
	.team__slider-arrows--left{
		left: 200px;
		bottom: 0;
	}
	.team__slider-arrows--right{
		right: 200px;
		bottom: 0;

	}
}
@media(max-width: 960px){
	.header-img--4 {
		top: 100%;
		-webkit-transform: translate(0, -100%);
		    -ms-transform: translate(0, -100%);
		        transform: translate(0, -100%);
    	width: 100%;
}
	.verification-list {
    margin-top: 30px;
    display: block;
	}
	.verification-item {
    margin-bottom: 30px;
}
	.header-btn{
		margin-left: 0;
	}
	.phone{
		margin-right: 15px;
	}

	.glasses__item-title {
    font-size: 18px;
        padding: 0 15px;
}
.descr--mod{
	margin-top: 20px;
    margin-bottom: 20px;
}
.glasses-row{
	margin-bottom: 30px;
}
.axessories-item--title {
    font-size: 18px;
}
.diagnostik-title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 28px;
}
.diagnostik-descr {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 316px;
}
.diagnostik {
    margin-top: 30px;
    height: auto;
}

.glasses-slider-img{
	width: 350px;
}

.glasses-slider__item{
	width: 350px;
}
.slider-arrows__left {
    right: 210px;
}
.slider-arrows__right {
    right: 110px;
    }

.form{
	margin-left: 40px;
}

.slider-item__photo {
    width: 200px;
    height: 200px;
    }
.slider-item__photo img {
    width: 200px;
    height: 200px;
}
.slider-item__info-text{
	left: 200px;
	padding-left: 10px;
}
.left--quotes {
    left: 110px;
}
.review-dots{
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.review-arrows__left{
	bottom: -50px;
}
.review-arrows__right{
	bottom: -50px;
}

.footer-container{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.footer-item{
	margin-bottom: 30px;
}
.footer{
	margin-top: 30px;
	margin-bottom: 30px;
}
}
@media(max-width: 850px){
	.advantages-item {
    width: 315px;
}
.advantages-item img {
    width: 315px;
    height: 315px;
}
.slider-arrows__left {
    right: 170px;
}
.slider-arrows__right {
    right: 70px;
}
.slider-item__info{
	min-height: 570px;
}
.map-img {
    text-align: center;
    width: 480px;
    margin: 0 auto;
}
.map-img--mod{
	width: 480px;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.map-photos {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.map-photos img{
	margin-bottom: 30px;
}
.marker {
    left: 210px;
    top: 62px;
    }
}
@media(max-width: 790px){
	.review-dots {
     margin-bottom: 35px;
}
	}
@media(max-width: 780px){
	.content-title {
    	font-size: 26px;
    	line-height: 35px;
	}
	.header__content {
    	max-width: 436px;
    }
    .verification-item {
    font-size: 14px;
	}
	.header-img--4mob {
		top: 100%;
		-webkit-transform: translate(0, -150%);
		    -ms-transform: translate(0, -150%);
		        transform: translate(0, -150%);
    	width: 100%;
}
.title{
		font-size: 26px;
		line-height: 28px;
	}
	.subtitle{
		font-size: 16px;
	}
	.advantages {
    margin-top: 30px;
}
.advantages__items {
    margin-top: 30px;
    }
.advantages-descr {
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.advantages-item img {
    width: 250px;
    height: 250px;
}
.advantages-item {
    width: 250px;
}
.diagnostik-container {
    left: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    display: block;
}
.form{
	margin-left: 0;
	margin-top: 30px;
}
	.diagnostik-descr--mob{
		display: block;
	}
	.diagnostik-descr--desctop{
		display: none;
	}
.diagnostik-descr {
    line-height: 20px;
    }
    .diagnostik-title {
    margin-bottom: 10px;
}
.diagnostik--img {
    width: 66%;
    left: 46%;
    }
    .glasses-sliders {
    margin-top: 30px;
}

.glasses-slider-img{
	width: 320px;
}

.glasses-slider__item{
	width: 320px;
}

.slider-arrows__left {
    right: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -65px;
	}

.slider-arrows__right {
    right: 50%;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    bottom: -65px;
	}

	.slider-glasses-btn {
    margin-top: 85px;
}

.review-arrows__left{
	bottom: -50px;
	-webkit-transform: translateX(-26%);
	    -ms-transform: translateX(-26%);
	        transform: translateX(-26%);
}



	.team-title {
		margin-top: 55px;
	    padding-top: 60px;
	    margin-bottom: 30px;
	}
	.team {
	    margin-top: 0;
	    margin-bottom: 0;
	    }


.sertificates-title {
    margin-bottom: 15px;
}
.sertificates-arrows__right {
    left: 350px;
}
.sertificates-arrows__left {
    left: 100px;
}
.sertificates__slider{
	width: 500px;
	margin: 0 auto;
	}
	}
	@media(max-width: 710px){
		.team__slider-arrows--right {
		    right: 20%;
		}
		.team__slider-arrows--left {
		    left: 20%;
		}
	}


	@media(max-width: 700px){
	.logo-descr {
    display: none;
	}
	.slider-item__photo{
		display: none;
	}
	.slider-item__info-text {
	    left: 0;
	    padding-left: 0;
	}
	.review-dots {
	    position: static;
	    left: 0;
	    -webkit-transform: none;
	        -ms-transform: none;
	            transform: none;
	}
	.review-arrows__left {
     	bottom: -26px;
	}
	.review-arrows__right {
     	bottom: -26px;
	}
	.left--quotes{
		left: 0;
	}
}

@media(max-width: 640px){
	.glasses-slider-img{
	width: 400px;
}

.glasses-slider__item{
	width: 400px;
}

}

@media(max-width: 620px){
.header-contacts.active {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
}

.header-img--3mob {
          right: -21%;
    width: 57%;
}
.header-img--4mob {
    -webkit-transform: translate(0, -138%);
        -ms-transform: translate(0, -138%);
            transform: translate(0, -138%);
}
.verification-list {
    width: 340px;
}
.header-img--4 {
    -webkit-transform: translate(17%, -100%);
        -ms-transform: translate(17%, -100%);
            transform: translate(17%, -100%);
    width: 135%;
}
.verification-item{
	line-height: inherit;
}
.verification-item:nth-last-child(1){
	line-height: 20px;
}
.content-title {
    line-height: inherit;
    margin-top: 45px;
}

.header-contacts.active {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
}

.btn{
	width: 270px;
}

.review-arrows__left {
    left: 21%;
	}
.review-arrows__right {
    left: 73%;
	}

.diagnostik--img{
	display: none;
}

.diagnostic-bg{
	display: none;
	}
.diagnostik-container {
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    }

    .form {
    	margin: 30px auto;
    }


.diagnostik__descr {
    width: 100%;
    text-align: center;
	}

	.diagnostik-descr{
		margin: 0 auto;
		width: 100%;
	}

	.team__slider-arrows--right {
	    right: 18%;
	}
}
@media(max-width: 500px){
	.header-contacts {
	    -webkit-transform: translateX(60%);
	        -ms-transform: translateX(60%);
	            transform: translateX(60%);
	}

	.popup__form {
    padding: 60px 12px 65px 12px;

	}
	.header-img--3mob {
    right: -25%;
    width: 66%;
	}
.verification-list {
    width: 320px;
	}
	.verification-item:nth-last-child(1){
		width: 250px;
	}
.header-btn{
	width: 220px;
	}
.header-contacts.active {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
	}
.diagnostik--img{
	display: none;
	}
.form {
    width: 316px;
    }
    .form-title {
    padding: 30px 6px;
	}
	.slider-item__info {
	    min-height: 650px;
	}

.sertificates__slider {
    width: 320px;
	}
.sertificates__slider-item {
    width: 320px;
	}
.sertificates__slider-img {
    width: 320px;
    margin-right: 0;
	}
.sertificates__slider-img img {
    width: 320px;
    }
    .sertificates-arrows__left {
    left: 40px;
	}
.sertificates-arrows__right {
    left: 230px;
	}
.map-img {
    width: 320px;
	}
.map-img--mod{
	width: 320px;
	}

.marker {
    left: 140px;
    top: 30px;
    width: 50px;
    height: auto;
    }

.map-photos img {
    margin-bottom: 30px;
    width: 320px;
    height: auto;
	}
.footer-item--copy {
    margin-left: 0;
	}
	.popup-form {
    margin: 0 auto;
    width: 320px;
}
.popup{
	width: 320px;
}


}

@media(max-width: 445px){
	.slider-item__info {
    	min-height: 700px;
	}
}

@media(max-width: 415px){
	.header-contacts {
	    -webkit-transform: translateX(0%);
	        -ms-transform: translateX(0%);
	            transform: translateX(0%);
	}
	.header-contacts::before {
	    left: -30px;
	}
	.logo-link {
	    width: 55px;
	    height: 55px;
	}
	.logo-link img {
	    width: 55px;
	    height: 55px;
	}
	.logo-title {
	    font-size: 16px;
	}
	.logo-subtitle {
	    font-size: 8px;
	    line-height: 10px;
	    margin-top: 5px;
	}
	.phone {
	    font-size: 12px;
	}
	.header-btn {
    	display: none;
	}
	.verification-item::before {
	    width: 30px;
	    height: 30px;
	    background-size: cover;
	    top: 15px;
    }
    .verification-item {
		padding-left: 35px;
    }
	.subtitle{
		padding: 0;
		line-height: 20px;
	}
	.title-descr{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.glasses-slider-img{
	width: 320px;
	}

	.glasses-slider__item{
	width: 320px;
	}

}



@media(max-width: 380px){

	.glasses__item {
	    width: 320px;
	    margin-bottom: 15px;
	}
.glasses__item-img {
    width: 320px;
    height: 320px;
    margin-bottom: 20px;
	}
.glasses__item-img img {
    width: 320px;
    height: 320px;
	}

.btn {
    width: 280px;
	}
.header-btn{
	margin-left: -31px;
	}
.form {
    width: 100%;
	}
	.slider-item__info {
    	min-height: 800px;
	}
	.review-arrows__right {
    	left: 70%;
	}

	.team__slider-arrows--right {
	    right: 0;
	}
	.team__slider-arrows--left {
	    left: 0;
	}


}
@media(max-width: 360px){
	.header-contacts::before {
	    left: -10px;
	}
	.phone {
	     margin-right: 5px;
	}
	.slider-item__info {
    	min-height: 850px;
	}
	.team__info-text {
	    width: 100%;
	}
}