@charset "UTF-8";

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-MediumItalic.ttf);
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: url(../fonts/Rubik-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-BoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSans';
    src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Rubik';
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-color: #dcf4ff;
    padding-top: 150px;
}

.container {
    width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}

.menu_wrap + .button_container{
    /* margin-left: 21px; */
}

.button {
    display: inline-block;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background-color: #159fdb;
    border-radius: 12px;
    box-shadow: 1.5px 2.6px 15px rgba(21, 159, 219, 0.4);
    text-decoration: none;
    height: 43px;
    padding: 12px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: normal;
}

.big_item_describes table td{
    padding: 8px;
}

.button:hover {
    background-color: #0cf;
    box-shadow: 0 3px 15px rgba(21, 159, 219, 0.4);
}

.button:active {
    background-color: #159fdb;
    box-shadow: 1.5px 2.6px 15px rgba(21, 159, 219, 0.4);
}

.foot_social a:nth-of-type(1) {
    background-image: url(../img/facebook.svg);
    height: 19px;
    width: 10px;
}

.foot_social a:nth-of-type(2) {
    background-image: url(../img/inst.svg);
    height: 19px;
    width: 19px;
}
.foot_social a img {
    display: none;
}

.article_page table tr td {
    padding: 5px;
    text-shadow: 0px 0px 0px #282828;
}

.article_page table {
    text-align: center;
}

.article_page table tr td p {
    text-align: center!important;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 45px;
    z-index: 10;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_other_page {
    background-color: white;
    top: 0;
    box-shadow: 0 0 21px #ddd;
}

.backdown {
    width: 100%;
    padding-top: 150px;
}

.header_other_page .container {
    padding-bottom: 50px;
    padding-top: 50px;
}

/* .logo_wrap {
    margin-right: 20px;
} */

.logo {
    max-width: 160px;
    display: block;
}

.logo img {
    width: 100%;
}

.menu {
    display: flex;

}

.foot_social p {
    color: white;
    margin-right: 10px;
    margin-bottom: -4px;
}

.fixed_header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 45px;
    background-color: white;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 21px #ddd;
}

.fixed_header .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu li {
    list-style: none;
    margin: 0 28px;
}


.search-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px 0 150px;
}

.search-box h2{
    margin-bottom: 30px;
    width: 100%;
}

.search-box__form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.search-box__form div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.container.change ~ footer .container::before{
    display: none;
}

.search-box__cities-item{
    font-size: 12px;
    padding: 0 8px 10px;
    border-bottom: 1px solid #e8e3df;
    margin-top: 15px;
    width: 100%;
}

.search-box-citi i{
    border: solid #159fdb;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    margin-left: 10px;
    color: #159fdb;
    margin-bottom: 4px;
}

.search-box-citi .down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.search-box-citi.active i{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.search-box__clinic-item:first-child{
    margin-top: -12px;
}

.search-box__clinic {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.search-box__cities span, .search-box__clinic{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    font-family: sans-serif;
    color: #159fdb;
    text-decoration: none;
    padding: 12px 8px 12px;
   

}

.search-box__clinic-item{
    border: none!important;
    width: 100%;
    display: block;
    font-size: 16px!important;
    padding: 5px 8px 5px!important;
}

.search-box__clinic-item:last-child{
    margin-bottom: -10px;
}

.search-box__clinic{
    background: none;
    /* text-decoration: underline; */
    border-bottom: none;
}

.search-box__form label{
    font-size: 13px;
    display: block;
    width: 100%;
}

.search-box__form button{
    width: 100px;
    margin-top: 5px!important;
}

.search-box__form input{
    width: 85%;
    height: 43px;
    margin-right: 10px;
    border: 0;
    border: 1px solid #e8e3df;
    outline: none;
    border-radius: 4px;
    font-size: 13px;
    padding: 0 15px;
    display: block;
    margin-top: 5px;
}

.search-box__cities{
    width: 25%;
    display: flex;
    flex-direction: column;
}

.search-box__map{
    width: 72%;
}

.menu.menu-change li {
    margin: 0 13px;
}

@media screen and (max-width: 1170px){
    .menu.menu-change li {
        margin: 0 8px;
    }
}

@media(max-width: 768px){
    .search-box__map, .search-box__cities{
        width: 100%;
    }
    .search-box__cities{
        margin-bottom: 30px;
    }
    .search-box__map{
        height: 500px;
    }
    .search-box-citi{
        width: max-content;
    }
    .search-box {
        margin: 60px 0 60px;
    }
}

@media(max-width: 568px){
    .search-box__map{
        height: 400px;
    }
}

.menu_item {
    color: #282828;
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
}

.menu_item:hover {
    border-bottom: 3px solid #159fdb;
    padding-bottom: 3px;
}

main {
    background-color: #dcf4ff;
}

.intro_wrap {
    padding-top: 180px;
    padding-bottom: 193px;
    background-image: url(../img/intro_b.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-top: -150px;

}

.intro_wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.intro_left_side {
    width: 50%;
    padding-top: 90px;
}

.intro_left_side .intro_title span {
    display: block;
    width: 100%;
}

.intro_right_side {
    width: 50%;
    overflow: hidden;
}

.intro_title {
    color: #282828;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.intro_sub_title {
    display: block;
    color: #969696;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 12px;
}

.intro_left_side .button {
    margin-top: 70px;
}

.catalog {
    margin-top: 35px;

}

.catalog .container {
    display: flex;
    justify-content: space-between;
    
    flex-wrap: wrap;
}

.catalog_item {
    width: calc(50% - 15px);
    padding: 65px 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: white;
    flex-wrap: wrap;
    
    border-radius: 14px;
    box-shadow: 4px 6.9px 48px rgba(155, 181, 191, 0.37);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.other_pages .catalog_item {
    box-shadow: none;
}

.catalog_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    content: '';
    background-image: url(../img/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    
}

.cat_item_text {
    width: 50%;
}

.cat_lens_name {
    color: #282828;
    font-weight: 400;
    font-size: 18px;
}

.cat_lens_model {
    color: #282828;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 32px;
    position: relative;
}

.cat_lens_model::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 120px;
    background-color: #bee4ff;
    content: "";
}

.cat_lens_price {
    opacity: 0.5;
    color: #282828;
    font-family: Rubik;
    font-weight: 400;
    line-height: 23px;
    font-size: 30px;
}

.cat_lens_price {
    font-size: 18px;
    margin-top: 32px;
}

.button.cat_detail {
    margin-top: 65px;
}

.quessions-about-wrapper {
    background-image: url(../img/bac2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 450px;
    margin-top: -350px;
    padding-bottom: 145px;
}

.questions {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: rgba(21, 159, 219, 1);
    background: -moz-linear-gradient(left, rgba(21, 159, 219, 1) 0%, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(21, 159, 219, 1) 38%, rgba(21, 159, 219, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21, 159, 219, 1)), color-stop(0%, rgba(246, 246, 246, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(38%, rgba(21, 159, 219, 1)), color-stop(100%, rgba(21, 159, 219, 1)));
    background: -webkit-linear-gradient(left, rgba(21, 159, 219, 1) 0%, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(21, 159, 219, 1) 38%, rgba(21, 159, 219, 1) 100%);
    background: -o-linear-gradient(left, rgba(21, 159, 219, 1) 0%, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(21, 159, 219, 1) 38%, rgba(21, 159, 219, 1) 100%);
    background: -ms-linear-gradient(left, rgba(21, 159, 219, 1) 0%, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(21, 159, 219, 1) 38%, rgba(21, 159, 219, 1) 100%);
    background: linear-gradient(to right, rgba(21, 159, 219, 1) 0%, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(21, 159, 219, 1) 38%, rgba(21, 159, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#159fdb', endColorstr='#159fdb', GradientType=1);
    padding: 40px;
    border-radius: 14px;
    overflow: hidden;
}

.questions::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/face.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 25%;
}

.questions_title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    width: 40%;
    margin-right: 100px;
}

.button.grey_butt {
    background-color: #ecf6fa;
    padding: 18px 35px;
    color: black;
    font-size: 18px;
    height: 57px;
    border-radius: 14px;
}

.button.grey_butt:hover {
    background-color: white;
    box-shadow: 0 10px 27px rgba(59, 59, 59, 0.3);
}

.button.grey_butt:active {
    background-color: #ecf6fa;
}

.aboutCompany {
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

}

.about_leftSide {
    width: 22%;
}

.about_rightSide {
    width: 70%;
}

.title {
    color: #282828;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 40px;
}

@media(max-width: 768px){
    .title {
        margin-bottom: 30px;
    }
}

.under_title_img {
    margin-top: 60px;
    width: 100%;
    padding-top: 120%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 10px;
}

.about_rightSide p {
    color: #282828;
    font-size: 16px;
    line-height: 30px;
}

.about_rightSide_frase2 {
    font-weight: 500;
    margin-top: 40px;
}

.about_rightSide .about_rightSide_frase3 {
    color: #159fdb;
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
}

.about_rightSide .button {
    margin-top: 60px;
}

.advantages {
    background-color: #159fdb;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.advantages .key_to_succes {
    position: absolute;
    display: block;
    bottom: -22px;
    left: 0;
    opacity: 0.05;
    color: white;
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    letter-spacing: 10px;
}

.advantages .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advan_item {
    width: 15%;
}

.advan_item p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.conection {
    padding: 110px 0;
    background-color: white;
    overflow: hidden;
}

.other_pages .conection {
    margin-top: 85px;
}

.conection .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.conection .container::after {
    position: absolute;
    top: -100px;
    right: 0;
    transform: translateX(50%);
    content: url(../img/small_romb.png);
}

.conection_leftSide {
    width: 23%;
}

.conection_rightSide {
    width: 68%;

}

.conection_rightSide form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.conection_rightSide input {
    width: calc(50% - 15px);
    display: block;

}

.conection_rightSide textarea {
    width: 100%;
    display: block;
    margin-top: 20px;
    height: 45px;
}

.conection_rightSide input,
.conection_rightSide textarea {
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 14px 15px;
    resize: none;
    outline: none;
    background-color: transparent;
}

.conection_rightSide button {
    margin-top: 49px;
}

footer {
    background-color: #282828;

}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    padding-top: 34px;
    padding-bottom: 34px;
}

footer .container::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: url(../img/romb.png);
    z-index: 0;
}

.foot_logo {
    width: 20%;
    z-index: 1;
    position: relative;
}

.foot_logo a {
    display: block;
}

.footer_contact {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 13px;
}

.foot_call {
    width: 55%;
}

.foot_mail {
    width: 45%;
    text-align: right;
}

.foot_policy {
    width: 30%;
    color: #565656;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: -17px;
}

.foot_social {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
}

.foot_social a {
    display: block;
    margin-left: 25px;
}

.foot_call_number {
    position: relative;
    padding-left: 40px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;

}

.foot_call_toMe {
    color: #159fdb;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 15px;
}

.foot_call_number::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: url(../img/phone.png);
}

.foot_mail a {
    position: relative;
    padding-left: 40px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
}

.foot_mail a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: url(../img/mail.png);
}

/*    other pages    */
.title_page {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}

.catalog_filter {
    width: 100%;
    padding: 20px 25px;
    background-color: white;
    border-radius: 14px;
    margin-bottom: 50px;
}

.catalog_filter form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-icd .re-fill, .form-icd .le-fill{
    width: 90%;
    overflow-x: hidden;
    min-width: 100px;
    max-width: 100%;
}

.form-icd input.re-fill, .form-icd input.le-fill{
    height: 20px;
    position: absolute;
    top: 2px;
    left: 10px;
}

/* .js-order-fm .le-fill:-moz-placeholder{
    overflow-y: scroll;
    overflow-y: auto;
} */

.le-fill, .re-fill{
    font-size: 13px;
} 
@media(max-width: 1500px){
    /* .over-y{
        overflow-y: scroll;
        height: 80px;
    } */
    .le-fill.height, .re-fill.height{
        height: 90px;
        width: 100%;
        min-width: 300px;
    }
}

/* .le-fill.height, .re-fill.height{
    height: 100px;
}  */

/* .form-icd-td span{
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin-left: -14%;
} */

.form-icd .table tr td {
    padding: 0 .4em;
    position: relative;
}

.filter_options_left {
    width: calc(50% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter_options_left select {
    width: calc(50% - 15px);
    color: #898989;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 15px;
    resize: none;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(../img/arr_filt.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.filter_options_left select::-ms-expand {
    display: none;

}

.button.all_grey {
    box-shadow: none;
    background-color: #e7e7e7;
    color: #aaa;
    border: 1px solid transparent;
}

.button.all_grey:hover {
    background-color: white;
    box-shadow: 0 4px 27px rgba(59, 59, 59, 0.12);
    border: 1px solid #e6e6e6;
}

.button.all_grey:active {
    background-color: #e7e7e7;
    box-shadow: 0 4px 27px rgba(59, 59, 59, 0.12);
    border: 1px solid #e6e6e6;
}


.filter_buttons_right .button.all_grey {
    margin-right: 30px;
}

.catalog_big_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: white;
    border-radius: 14px;
    padding: 60px 0 70px 0;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.big_item_left {
    width: 33%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.big_item_left .cat_lens_price {
    font-size: 36px;
    width: 100%;
    margin-top: 100px;
}

.big_item_left .cat_lens_price span {
    font-size: 24px;
}

.big_item_left .button_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.transitions {
    display: flex;
    padding-top: 80px;
}
.transitions-link{
    font-size: 14px;
    margin-right: 7px;
    color: #b7b8b9;
    text-decoration: none;
}

.transitions p:last-child:before {
    content: '\2022';
    margin-right: 7px;
}

.transitions p {
    font-size: 14px;
    margin-right: 7px;
    color: #b7b8b9;
}

.transitions-mg {
    margin-top: 0;
    margin-bottom: 60px;
}

.big_item_left .button_wrapper .button {
    text-align: center;
    min-width: 148px;
}

.big_item_right {
    width: 60%;
    padding-right: 15px;
}

.big_item_right table {
    margin-top: 40px;
    width: 100%;
}

.big_item_right table tr {
    display: flex;
    padding: 0 15px;
}

.big_item_right table td {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.big_item_right table td.left {
    width: 40%;
}

.big_item_right table td.right {
    width: 60%;
}

.row_grey {
    background-color: #f2f7f9;
    border-radius: 5px;
    overflow: hidden;
}

.button_menu {
    display: none;
}

.small_logo {
    display: none;
}

.contact {
    position: relative;
    z-index: 2;
    padding-bottom: 150px;
}

.contact_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact .sub_title {
    color: #282828;
    line-height: 30px;
}

.contact .contact_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

.contact .contact_data .phone,
.contact .contact_data .mail {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    position: relative;
    padding-left: 40px;
    margin-top: 60px;
}

.contact .contact_data .phone span,
.contact .contact_data .mail span {
    position: absolute;
    top: -25px;
    left: 40px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;

}

.contact .contact_data .phone::before {
    position: absolute;
    content: url(../img/phone_blue.png);
    top: 0;
    left: 0;

}

.contact .contact_data .mail::before {
    position: absolute;
    content: url(../img/mail_blue.png);
    top: 0;
    left: 0;
}

.contact .social {
    padding-left: 40px;
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.contact .social span {
    display: block;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
}

.contact .social a {
    display: block;
    margin-right: 30px;
}

.jssocials-share-link{
    padding: 0 !important;
}

.jssocials-share{
    margin:  0 0 0 30px !important;
}

@media(max-width: 768px) {
    .jssocials-share{
        margin: 0 !important;
    }

    .jssocials{
        width: 100%;
    }

    .shareIcons{
        width: 100%;
    }

    .jssocials-shares{
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .share_material a{
        margin: 0;
    }
}

.contact_send_message {
    width: 65%;
    background-color: white;
    border-radius: 8px;
    padding: 34px 95px 100px 95px;
}

.contact_send_message .conection_rightSide form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.contact_send_message form .input_wraper {
    position: relative;
    width: 100%;
}

.contact_send_message form label {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    padding-left: 15px;
    color: #898989;
    font-size: 13px;
    font-weight: 400;
}

.contact_send_message .error_enter {
    display: none;
    position: absolute;
    bottom: -17px;
    left: 15px;
    width: 100%;
    color: #ea3c3c;
    font-size: 11px;
    font-weight: 400;
}

.contact_send_message .error_x {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 15px;
    height: 15px;
    content: url(../img/err.png);
    display: none;
}

.contact_send_message .good_enter {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 20px;
    height: 15px;
    content: url(../img/good.png);
    display: none;
}

.contact_send_message .good_enter.active {
    display: block;
}

.contact_send_message .error_x.active {
    display: block;
}

.contact_send_message .error_enter.active {
    display: block;

}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 15px;
    }
}

.contact_send_message form .active_animation label {
    animation: slideToTop 0.5s;
    top: 15px;
    transform: none;
    font-size: 12px;
}

.contact_send_message form input,
.contact_send_message form textarea {
    display: block;
    width: 100%;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    padding: 25px 45px 0px 15px;
    resize: none;
    outline: none;
    background-color: transparent;
    margin-top: 5px;
}

.contact_send_message form textarea {
    line-height: 20px;
    padding-top: 30px;
}

.contact_send_message .button {
    margin-top: 60px;
}

.articles_list {
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.articles_list input {
    display: none;
}

.articles_list label {
    z-index: 1;
    font-size: 14px;
    order: 3;
    font-weight: bold;
    border-bottom: 1px dotted;
    margin: 20px;
    margin: 0 auto;
    color: white;
}

.articles_list .title {
    width: 100%;
    margin-bottom: 40px;
}

.articles_list .container {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.articles_list_item {
    width: calc(50% - 15px);
    background-color: #ffffff;
    align-items: flex-start;
    margin-bottom: 30px;
    text-decoration: none;
    outline: none;
}

.article_img_back {
    width: 100%;
    padding-top: 53%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.article_description_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    padding: 20px 35px;
}

.article_description_title {
    color: #159fdb;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.article_description {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.articles_list_button {
    margin: 30px auto 0 auto;
}

.article_page {
    z-index: 2;
    position: relative;
    padding: 70px 0;
}

.articles_list .content-more {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 1264px;
    overflow: hidden;
}

#check:checked ~ .content-more {
    height: auto;
    z-index: 0;
    position: relative;
}

.article_page_title {
    position: relative;
    padding-right: 25%;
    margin-bottom: 50px;
}

.back_toPrev {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    color: #159fdb;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;

}

.back_toPrev img {
    margin-right: 10px;
    transform: translateY(2px);
}

.article_text_special {
    padding-left: 8%;
}

.about .about-img {
    width: 350px;
    height: 600px;
}

.article_text {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 40px 0;
}

.about {
    background: #f1fbff;

}

.about .about-company {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about .about-company .about-title .about-button {
    width: 255px;
    text-align: center;
    margin-bottom: 100px;
}

.about .about-company .about-title p, .cntnt p{
    margin-bottom: 45px;
}

.cntnt blockquote{
    position: relative;
    padding-left: 40px;
}

@media(max-width: 768px){
    .cntnt blockquote{
        padding-left: 20px;
    }
}

.cntnt blockquote::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #159fdb;
}

.text_special_title {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}

.about .about-company .about-img {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.about .about-company .about-img-container{
    width: 350px;
    height: 600px;
    margin-top: 50px;
    position: relative;
}
.about .about-company .about-title{
    width: 60%;
    padding-right: 10px;
    font-weight: 400;
}

.mission {
    background: url('../../user/img/bgc-mis.png');
    padding: 100px 0 1px;
    font-family: Rubik-re sans-serif;
}

.mission-text.cntnt p:last-of-type{
    margin: 0;
}

.mission-block-img{
    align-self: flex-start;
}

.mission img {
    width: 350px;
    height: 320px;
    border-radius: 5px;
    object-fit: cover;
}

.mission .mission-nam {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}

.mission .mission-nam .mission-nam__blocks {
    display: flex;
    width: 50%;
    
}
.mission-text{
    width: 60%;
}
.mission-describe-text{
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    
}

.mission .mission-nam .mission-nam__blocks .mission-nam__block {
    width: 120px;
    height: 120px;
    background: #f1fbff;
    border-radius: 15px;
    margin-left: 25px;
}

.mission .mission-nam .mission-nam__blocks .mission-nam__text {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    max-width: 230px;
}

.mission .mission-nam .mission-nam__blocks .mission-nam__number {
    font-size: 48px;
    color: #159fdb;
    font-weight: bold;
    margin-top: 15px;
    margin-left: -25px;
}

.mission .mission-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}



.mission .mission-block h4 {
    font-weight: 600;
    font-size: 24px;
    font-family: Rubik sans-serif;
    color: #34ace0;
    margin-top: 80px;
    margin-bottom: 15px;
}

.command {
    padding: 100px 0;
}

.command .command-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 120px;
}

.command .command-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-right: -255px;*/
    position: relative;
    outline: none;
}

/*.slick-slide {
    width: 370px;
}*/

.slick-list{
    width: 100%
}
.command .command-slider:nth-of-type(4) {
    background: #ea3c3c;
}

.command .command-slider .command-slider__title {
    width: 255px;
    outline: none;
}

.command .command-slider div {
    outline: none;
}

/*.command .command-slider div:nth-of-type(4) > .command-slider__title > img{*/
/*    background: #b3babd;*/
/*    opacity: 0.5;*/
/*}*/
.command .command-slider .command-slider__title img {
    width: 100%;
    height: 285px;
    border-radius: 10px;
    margin-bottom: 35px;
}
/*.command .command-slider .command-slider__title img[alt="Ковальчук Сергей"]{
    
 background: #898989;
    opacity: 0.5;
    display: block;
    
}*/

.command .command-slider .command-slider__title .command-slider__name {
    font-size: 18px;
    font-weight: bold;
    color: #159fdb;
}

.contact-block {
    display: flex;
    justify-content: space-between;
}

.contact-block h4 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

#prev, #next {
    width: 34px;
    height: 34px;
    background: url("../../user/img/next.png");
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: -100px;
    right: 27%;
    /*background: #ecf9ff;*/
    /*border: 1px solid #d2e9f4;*/
    /*border-radius: 5px;*/
}

#next {
    background: url("../../user/img/prew.png");
    right: 30%;
}

.slick-list {
    padding: 0;
    /*margin-left: -50px;*/
}

.slick-list {
    /*padding:0 10% 0 0;*/
}

.contact-block {
    background: white;
    padding-top: 100px;
}

.contact-block .contact-block-form .contact_send_block {
    margin-top: 0;
}

.contact-block .contact-block-form .contact_send_block .input_wrap {
    display: flex;
}

.contact-block .contact-block-form .contact_send_block .input_wrap > p:first-child {
    margin-right: 30px;
}

.contact-block-form {
    display: flex;
    justify-content: space-between;
}

.citation {
    padding: 40px 30px 70px 8%;
    border-top: 2px solid #159fdb;
    border-right: 2px solid #159fdb;
    border-bottom: 2px solid #159fdb;
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.citation .quotes {
    position: absolute;
    top: 13%;
    left: 0;
    transform: translateX(-50%);
    max-height: 55px;

}

.citation::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 10%;
    width: 2px;
    background-color: #159fdb;
    content: "";
}

.citation::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52%;
    width: 2px;
    background-color: #159fdb;
    content: "";
}

.citation p {
    color: #282828;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 26px;
    position: relative;

}

.citation p span {
    position: absolute;
    bottom: -40px;
    left: 0;
    color: grey;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

main ul {
    /*list-style: none;*/
    /*margin-top: 25px;*/
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

main ul li {
    /*position: relative;
    padding-left: 20px;*/
    /*line-height: 36px;*/
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
}

main ul li::before {
    /*position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    overflow: hidden;
    content: "";
    background-color: #159fdb;*/
    position: absolute;
    top: 9px;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    overflow: hidden;
    content: "";
    background-color: #159fdb;
}

.share_material {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
}

.share_material a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
   
    background-position-y: 0;
}

.socials-share{
    margin-left: 30px
}

.jssocials-share-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.read_too {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.read_too .title {
    width: 100%;
    margin-bottom: 50px;
}

.article_image {
    width: 100%;
}

.command .command-slider .command-slider__title .command-slider__img {
    background: #898989;
    opacity: 0.5;
    display: block;
}

.command .command-slider .command-slider__title .command-slider__n {
    color: #afdff4;
    display: block;
}

.command .command-slider .command-slider__title .command-slider__pro {
    color: #c4cbcd;
    display: block;
}

@media screen and (max-width: 1470px) {
    .command .command-slider {
        margin-right: 0;
    }

    #next {
        right: 31%;
    }

    /*.command .command-slider .command-slider__title img{*/
    /*    background: none;*/
    /*    opacity: 1;*/
    /*}*/
    .command .command-slider .command-slider__title .command-slider__img {
        opacity: 1;
    }

    .command .command-slider .command-slider__title .command-slider__n {
        color: #159fdb;
    }

    .command .command-slider .command-slider__title .command-slider__pro {
        color: black;
    }
    .command .command-slider .command-slider__title img[alt="Ковальчук Сергей"]{
    opacity: 1;
}
}

@media screen and (max-width: 1170px) {
    .container {
        width: 992px;
    }
    .menu_wrap + .button_container {
        margin-left: 0;
    }
    .menu_item.login_btn{
        margin-right: 0;
        font-size: 13.7px;
    }
    .menu_item, .menu li:last-child a {
        font-size: 12.7px!important;
    }
    .logo {
        max-width: 125px;
    }
    .menu_wrap + .button_container a{
        font-size: 12.7px!important;
    }
   
    .about .about-company .about-img {
        position: relative;
    }

    .intro_left_side {
        width: 60%;
        padding-top: 0;
    }

    .intro_right_side {
        width: 40%;
    }

    .intro_right_side img {
        width: 100%;
    }

    .logo_wrap {
        margin-right: 0;
    }

    .big_item_left .button_wrapper .button {
        min-width: 0;
    }
}

@media screen and (max-width: 992px) {
    header .container {
        justify-content: flex-end;
        position: relative;
    }

    .menu_wrap + .button_container a {
        font-size: 15px!important;
    }

    .menu_item, .menu li:last-child a {
        font-size: 15px!important;
    }

    .logo {
        max-width: 180px;
    }

    .menu_item {
        font-size: 15px;
    }

    .foot_social {
        width: 100%;
    }

    .command .command-slider div {
        margin: 0 auto;
    }

    .button_menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 40px;
        height: 29px;
        margin-right: 40px;
    }

    .menu {
        display: none;
    }

    #next {
        right: 36%;
    }

    .menu.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        width: 100%;
        background-color: #159fdb;
        padding: 10px;
    }

    .menu.active li {
        padding: 10px 0;
    }

    .menu.active .menu_item {
        color: white;
    }

    .button_menu span {
        display: block;
        height: 3px;
        background-color: black;
        text-align: right;
    }

    .button_menu .line1 {
        width: 80%;

    }

    .button_menu .line2 {
        width: 60%;
        margin: 10px 0;
    }

    .button_menu .line3 {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .logo_wrap {
        min-width: 150px;
        margin-right: auto;
    }

    .intro_left_side {
        width: 65%;
    }

    .intro_title {
        font-size: 41px;
        line-height: 51px;
    }

    .intro_left_side .button {
        margin-top: 45px;
    }

    .intro_right_side {
        width: 35%;
    }

    .cat_item_text {
        width: 65%;
        z-index: 1;
    }

    .cat_item_img {
        width: 35%;
    }

    .cat_item_img img {
        width: 100%;
    }

    .catalog_item {
        padding: 25px 20px;
        
    }

    .button.cat_detail {
        margin-top: 40px;
    }

    .questions_title {
        margin-right: 0;
        padding-right: 10px;
    }

    .about_leftSide {
        width: 35%;
    }

    .about_rightSide {
        width: 55%;
    }

    .advantages .key_to_succes {
        font-size: 60px;
        bottom: -16px;
    }

    .conection_leftSide {
        width: 35%;
    }

    .conection_rightSide {
        width: 60%;
    }

    .conection_rightSide input,
    .conection_rightSide textarea {
        width: 80%;
    }

    .conection_rightSide textarea {
        margin-top: 0;
    }

    .foot_logo {
        width: 30%;
    }

    .footer_contact {
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot_call,
    .foot_mail {
        width: 100%;
    }

    .foot_mail {
        text-align: left;
        margin-top: 15px;
    }

    .foot_social {
        margin-left: 0;
        justify-content: flex-start;
    }

    .foot_social a {
        margin-left: 0;
        margin-right: 25px;
    }

    .filter_options_left {
        width: 100%;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .filter_options_left select {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .filter_buttons_right {
        width: calc(50% - 10px);
        margin-left: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter_buttons_right .button.all_grey {
        margin-right: 0;
    }

    .contact .contact_data {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contact .social {
        max-width: 250px;
        margin-top: 34px;
    }

    .contact_send_message {
        width: 100%;
    }

    .big_item_left {
        width: 100%;
        padding-left: 0;
    }

    .big_item_left img {
        max-width: 100px;
    }

    .big_item_left .cat_lens_price {
        width: auto;
        margin-top: 40px;
    }

    .big_item_right {
        width: 100%;
        margin-top: 40px;
        padding: 0 30px;
    }

    .big_item_left .button_wrapper {
        justify-content: center;
    }

    .big_item_left .button_wrapper .button {
        margin: 0 20px;
        min-width: 140px;
    }

    .article_page_title {
        padding-right: 0;
        padding-top: 50px;
    }

    .back_toPrev {
        left: 0;
    }

}

@media screen and (max-width: 767px) {
    header {
        top: 0px;

    }

    header .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .command .command-title {
        margin-bottom: 50px;
    }

    #prev, #next {
        opacity: 0;
    }

    .big_logo {
        display: none;
    }

    .command {
        padding: 30px 0;
    }

    .contact-block {
        padding-top: 25px;
    }

    .contact-block-form {
        flex-wrap: wrap;
    }

    .contact-block h4 {
        margin: 0 auto;
        text-align: center;
    }

    .logo img {
        width: auto;
    }

    .about .about-company {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .about .about-company .about-img {
        height: auto;
    }

    .about .about-company .about-title{
        width: 100%;
    }

    .about .about-company .about-title p, .cntnt p{
        margin-bottom: 25px;
    }

    .about .about-company .about-title .about-button {
        margin-bottom: 0;
    }

    .about .about-company .about-img-container{
        margin-bottom: 50px;
        height: auto;
    }

    .mission .mission-block h4 {
        margin-top: 0;
    }

    .mission .mission-nam {
        margin: 15px 0;
        flex-wrap: wrap;
    }

    .mission {
    padding: 50px 0 15px;
    }
    .mission .mission-nam .mission-nam__blocks:last-child {
        margin-right: 0;
    }

    .mission img {
        order: 2;
        width: 100%;
    }

    .logo_wrap {
        min-width: 80px;
    }
    .mission .mission-block-img{
        width: 350px;
        height: 320px;
        order: 2;
    }
    .mission .mission-block {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .mission .mission-block .mission-text {
        width: 100%;
    }
    .mission .mission-block .mission-block-img{
        width: 350px;
        height: 320px;
        margin: 50px 0;
    }
    
    .mission .mission-nam .mission-nam__blocks{
        width: 100%;
        margin-bottom: 35px;
    }
    
    .mission-describe-text{
        margin-top: 10px;
    }
    .small_logo {
        display: block;
    }

    .container {
        width: 100%;
        padding: 0 18px;
    }

    .button_menu {
        margin-right: 15px;
    }

    .intro_wrap {
        background-position: -130px 0;
        padding-top: 120px;
    }

    .intro_left_side {
        width: 100%;
    }

    .intro_right_side {
        display: none;
    }

    .intro_title {
        font-size: 27px;
        line-height: 35px;
    }

    .catalog {
        margin: 0;
    }

    .catalog_item {
        width: 100%;
        height: 400px;
        padding: 15px 20px;
    }

    .cat_item_text {
        width: 100%;
        order: 2;
    }

    .cat_lens_model {
        padding-bottom: 15px;
        font-size: 26px;
    }

    .cat_lens_price {
        margin-top: 15px;
    }

    .button.cat_detail {
        margin-top: 20px;
    }

    .cat_item_img {
        width: 100%;
        order: 1;

    }

    .cat_item_img img {
        max-width: 80px;
        margin: 0 auto;
        display: block;
    }

    .questions {
        flex-direction: column;
        padding: 20px 10px;
        align-items: flex-end;
    }

    .questions::before {
        background-position: -182px 0px;
        width: 40%;
    }

    .questions_title {
        font-size: 20px;
        line-height: 30px;
        width: 59%;
        padding-right: 0;
    }

    .button.grey_butt {
        margin-top: 15px;
        font-size: 14px;
        padding: 12px 20px;
        height: 41px;
    }

    .quessions-about-wrapper {
        margin-top: -389px;
        padding-bottom: 90px;
    }

    .aboutCompany {
        margin-top: 80px;
    }

    .about_leftSide {
        width: 100%;
       
    }

    .under_title_img {
        display: none;
    }

    .about_rightSide {
        width: 100%;
    }

    .advantages {
        padding: 35px 0 20px 0;
    }

    .advantages .key_to_succes {
        display: none;
    }

    .advan_item {
        width: calc(50% - 5px);
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .advan_item p {
        width: 130px;
    }

    .conection {
        padding: 70px 0;
    }

    .conection_leftSide {
        width: 100%;
        
    }

    .conection_rightSide {
        width: 100%;
    }

    .conection_rightSide input,
    .conection_rightSide textarea {
        width: 100%;
        margin-top: 10px;
    }

    .foot_logo {
        width: 100%;
    }

    .footer_contact {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .foot_call {
        display: flex;
        flex-direction: column;
    }

    .foot_call_toMe {
        margin-left: 0;
        margin-top: 7px;
        padding-left: 40px;
    }

    .foot_call,
    .foot_mail {
        width: 100%;
    }

    .foot_policy {
        width: 100%;
        margin-top: 15px;
    }

    .contact .contact_data {
        flex-direction: column;

    }

    .contact_send_message {
        padding: 0 20px 40px 20px;
    }

    .big_item_right {
        padding: 0;
    }

    .big_item_left .button_wrapper .button {
        min-width: 0;
        margin: 0;
    }

    .big_item_left .button_wrapper {
        justify-content: space-around;

    }

    .small_catalog .cat_lens_name,
    .small_catalog .cat_lens_model {
        margin-left: 20px;
    }

    .big_item_right table tr {
        padding: 5px;
    }

    .big_item_right table td {
        line-height: 26px;
    }

    .big_item_right table td.left {
        font-weight: 500;
    }

    .filter_options_left select {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_buttons_right {
        width: 100%;
        margin-left: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter_buttons_right .button.all_grey {
        margin-right: 0;
    }

    .filter_buttons_right .all_grey span {
        display: none;
    }

    .articles_list_item {
        width: 100%;
    }

    .title {
        font-size: 34px;
    }

    .article_text_special {
        padding-left: 0;
    }

    .citation {
        padding-top: 30px;
        padding-left: 45px;
        padding-right: 10px;
        margin-left: 15px;
    }

    .citation .quotes img {
        width: 40px;
    }

    .citation::before {
        height: 7%;
    }

    .citation::after {
        height: 70%;
    }

    .share_material span {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    

    .articles_list_item {
        max-height: none;
    }
}

@media screen and (max-width: 540px) {
    .command .command-slider .command-slider__title {
        margin: 0 auto;
    }

  
}


/**/

.cntnt{
    line-height: 30px;
}

/*main catalog items lnk*/

.catalog_item{
    position: relative;
}

.catalog_item__lnk{
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*.button.js-buy-item{
    position: relative;
    z-index: 7;
}*/

.btn_wrapp{
    display: flex;
    align-items: flex-end;
}

.btn_wrapp .button{
    margin-right: 15px;
    position: relative;
    z-index: 7;
}

@media screen and (max-width: 1170px){
    .cat_lens_model{
        font-size: 2.2vw;
    }

    .cat_lens_name{
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 992px){
    .cat_lens_model{
        font-size: 2.5vw;
    }

    .cat_lens_name{
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 767px){
    .cat_lens_model{
        font-size: 26px;
    }

    .cat_lens_name{
        font-size: 18px;
    }
}

.table .tr-info input {
    width: 83%;
}
.table tr td span, .table tr th span {
    display: inline!important;
}
.table tr td span span, .table tr th span span {
    display: inline-block!important;
}
.table .tr-info th {
    padding: .15em .5em;
}

.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.rounded {
counter-reset: li; 
list-style: none; 
font: 14px "Trebuchet MS", "Lucida Sans";
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #DAD2CA;
color: #444;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded a:hover {background: #E9E4E0;}
.rounded a:hover:before {transform: rotate(360deg);}
.rounded a:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -1.3em;
top: 50%;
margin-top: -1.3em;
background: #8FD4C1;
height: 2em;
width: 2em;
line-height: 2em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}

.spoiler_body{display:none;}

.menu-production-list{
    display: none;
  }
  .menu-change .menu-production-li a:hover{
    text-decoration: underline;
  }
  .menu-change .menu-production{
    color: #282828;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    position: relative;
  }
  .menu-change .menu-production.active:after{
    transform: rotate(182deg);
  }
  .menu-change .menu-production:after{
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    background-image: url("../img/sort-down.svg");
    background-size: cover;
  }
  .menu-change .menu-production-list{
    display: none;
    -webkit-box-shadow: -1px 6px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 6px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 6px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 15px;
  }
  .menu-change .menu-production-list.active{
    display: block;
    position: absolute;
    top: 45px;
    background: white;
    color: #282828;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    white-space: nowrap;
    min-width: 390px;
  }
  .menu-change .menu-production-inside{
      margin: 15px 15px 15px 0;
  }
  .menu-change .menu-production-li{
    display: block;
    margin: 15px 15px 15px 35px!important;
    position: relative;
  }
  .menu-change .menu-production-li span{
    position: relative;
    cursor: pointer;
  }
  .menu-change .menu-production-li.active ul{
    margin-top: 5px;
  }
  .menu-change .menu-production-li.active .menu-production-inside{
    display: block;
  }
  .menu-change .menu-production-li.active span:after{
    transform: rotate(182deg);
  }
  .menu-change .menu-production-li:last-child:after{
    display: none;
  }
  .menu-change .menu-production-li span:after{
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    background-image: url("../img/sort-down.svg");
    background-size: cover;
    position: absolute;
    top: 5px;
    right: -17px;
  }
  .menu-change .menu-production-li span:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: -12px;
    color: #159fdb;
  }
  .menu-change .menu-production-li ul{
    display: none;
  }
  .menu-change .menu-production-li a{
    color: #159fdb!important;
    background-color: white!important;
    border-radius: 0!important;
    box-shadow: none!important;
   padding: 0!important;
    text-decoration: none;
    display: block!important;
  }
  .menu-production-inside li{
    margin: 15px!important;
  }
  .menu-production-inside li.active ul{
    display: block;
  }
  .menu-production-inside li span:after{
    transform: rotate(0deg)!important;
  }
  .menu-production-inside li.active span:after{
    transform: rotate(182deg)!important;
  }
  .menu-change .menu-production-li.active .menu-production-inside li.active ul{
    display: block;
}
.menu-change .menu-production-li .menu-production-inside ul.active{
    display: block;
}
.menu-change .menu-production::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background-image: url(../img/sort-down1.svg);
    background-size: cover;
}
.menu-change .all_product_link{
    color: #159fdb;
    text-decoration: underline;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
}
@media screen and (min-width: 992px) and (max-width: 1170px){
    .menu.menu-change .menu-production{
        white-space: nowrap;
    }
}

  @media screen and (max-width: 992px){
    .menu-change .menu-production-list.active{
        position: relative;
        background: inherit;
        box-shadow: none;
        top: 0;
        color: white;
      }
      .menu.other_pages.menu-change li.menu-production-li:last-child{
        margin: 15px 15px 15px 35px;
      }
      .menu-change .all_product_link {
        margin-left: -10px;
        margin-bottom: 0px;
        color: white;
        margin-top: -10px;
    }
      .menu-change .menu-production-li a{
        color: white!important;
        text-decoration: underline!important;
        background-color: #159fdb!important;
      }
      .menu-change .menu-production-li{
        margin: 0!important;
      }
      .menu-change .menu-production:after {
        background-image: url(../img/sort-down1.svg);
        top: 17px;
        left: 95%;
        position: absolute;
    }
    .menu-change .menu-production-li span{
        color: white;
    }
    .menu-change .menu-production-li span:after{
        background-image: url(../img/sort-down1.svg);
    }
    .menu-production-inside li{
        margin: 0!important;
    }
    .menu-change .menu-production-list{
        padding: 10px 5px;
    }
    .menu.menu-change .menu-production.active{
        padding: 10px 0 0;
    }
    .menu-change .menu-production-list.active{
        padding-bottom: 0;
        margin-left: 12px;
    }
    .menu-change .menu-production-inside{
        margin: 10px;
    }
    .menu-change .menu-production-li.active .menu-production-inside{
        margin-bottom: 0;
    }
    .menu-change .menu-production-li.active .menu-production-inside li:last-child{
        padding: 10px 0 0 0;
    }
    .menu-change .menu-production.active:after {
        left: 20%;
    }
    .menu.menu-change.active{
        height: 400px;
        overflow-y: auto;
    }
    .menu-change .menu-production{
        margin: 0;
    }
    .menu-change .menu-production-inside li ul li{
        margin-left: 10px!important;
    }
    
   
}
.re-fill.hide, .le-fill.hide{
    display: none;
}
.re-fill-sp{
    color: gray;
    font-size: 13px;
}
.re-fill, .le-fill{
    border: none;
    outline:none;
    height: 45px;
    width: 104px;
    height: 80px;
    resize: none;
    text-align: center;
}
.re-fill:focus{
    border: none;
}
.le-fill{
    
}
.popup-bl.popup-scroll{
    max-width: 1300px;
    height: 800px;
    max-height: 800px;
    padding: 35px 30px;
}
.form .table {
    margin: 5px auto 15px;
}
.sh-tr .le-fill, .sh-tr .re-fill{
    height: 50px;
    width: 130px;
}
.form .table tr td {
    text-align: center;
}
.form .table .tr-info:first-child td{
    text-align: left;
}
.form .table tr td {
    padding: .4em;
}
.form .table tr th{
    padding: .3em;
}
.popup-bl.popup-scroll{
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}
.re-fill::placeholder{
    text-align: center;
    vertical-align: middle;
}
.re-fill::-moz-placeholder{
    text-align: center;
    vertical-align: middle;
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: white;
    z-index: 1001;
  }

  .preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
  }

  @keyframes preloader-rotate {
    100% {
      transform: rotate(360deg);
    }
  }

  .loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }

  .loaded.preloader {
    display: none;
  }

  .preloader.loaded{
    display: none;
  }


  
