@import url(bootstrap.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
@import url(font-awesome.css);

@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
}

.alert.alert-warning a {
  color: #533f03;
  font-weight: bold;
}

.alert.alert-warning .alert-link:hover {
  text-decoration: underline;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -400px 0;
}
.footer-push{
    height: 400px;
}
.footer-wrapper{
    min-height: 400px;
    background: #70C7B6 url(../images/group-13_4.png) 50% -210px no-repeat;
    background-color: #70C7B6;
}
.footer-wrapper .container{
    position: relative;
}
.footer-wrapper .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 80px;
    left: -150px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    opacity: 0.5;
}
.footer-top{
    display: none;
    height: 240px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-wrapper .footer-bottom{
    padding: 50px 0;
    font-size: 14px;
    color: #ffffff;
}
.copyright{
    margin-bottom: 10px;
}
.footer-wrapper .development a:hover{
    color: #fff;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #70C7B6;
    overflow-x: hidden;
    background: #fff;
}
blockquote{
    border-left: 3px solid #FFBB90;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #FFBB90;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}

ul.list li{
    min-height: 30px;
    margin-bottom: 30px;
    padding-left: 44px;
}
ul.list li:after{
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
ul.list li:before{
    content: "";
    position: absolute;
    z-index: 5;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 11px;
    left: 9px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.content table{
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
}
.content table th{
    background: #70C7B6;
    color: #000;
    font-weight: 600;
    padding: 20px;
    vertical-align: middle;
}
.content table .ms-header th:first-child {
    border-top-left-radius: 15px;
}
.content table .ms-header th:last-child {
    border-top-right-radius: 15px;
}
.content table .ms-footer th:first-child {
    border-bottom-left-radius: 15px;
}
.content table .ms-footer th:last-child {
    border-bottom-right-radius: 15px;
}
.content table .ms-remove button {
    background: #C90808;
    box-shadow: inset 0 -5px 0 0 #830303;
    border-radius: 14px;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    font-size: 30px !important;
}
.content table td{
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
    color: #22212a;
    background-color: #F2F2F2;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.content .ms-image {
    text-align: center;
}
.content .title {
    text-align: center;
    margin-top: 10px;
}
#msCart .btn-danger {
    background: #C90808;
    box-shadow: inset 0 -5px 0 0 #830303;
    font-size: 12px;
    padding: 10px 25px;
    border-radius: 13px;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 30px;
    color: #70C7B6;
}
h2,
.title-h2{
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 30px;
}
h3,
.title-h3{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.91;
    margin-bottom: 30px;
}
h4,
.title-h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
@media (max-width: 1229px) {
    h1,
    .title-h1{
        font-size: 36px;
        margin-bottom: 25px;
    }
    h2,
    .title-h2{
        font-size: 36px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 32px;
    }
    h2,
    .title-h2{
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 28px;
    }
    h2,
    .title-h2{
        font-size: 28px;
    }
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FFBB90;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.content a:hover{
    color: #70C7B6;
    text-decoration: none;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #FFBB90;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 35px 20px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: none;
    line-height: 1.56;
    letter-spacing: normal;
    box-shadow: inset 0 -5px 0 0 #BF9981;
}
.btn:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #fff;
}

.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #FFBB90;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #FFBB90;
}
.btn.btn-white{
    background: #fff;
    border-color: #fff;
    color: #FFBB90;
}
.btn.btn-white:hover{
    background: transparent;
    border-color: #FFBB90;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.big{
    padding: 15px 55px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 35px 25px;
}
.modal .title-h3{
    text-transform: uppercase;
    color: #70C7B6;
    margin-bottom: 0;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/

/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: #70C7B6;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #FFBB90;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 15px;
    top: 25px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1200;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -470px;
    background: #70C7B6;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    padding-top: 100px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #FFBB90;
    background: #2b3a4a;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #FFBB90;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 991px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@media (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */
.header-wrapper{
    background: #f9f9f9;
    border-bottom: 1px solid #FFBB90;
}
.header-top-inner{
    height: 100px;
}
.header-top-inner .logo{
    height: 100%;
    display: inline-block;
    margin-right: 35px;
}
.header-top-inner .logo img {
    max-width: 90px;
}
.lk-block{
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -40px;
    z-index: 300;
}
.header-contacts-block{
    float: right;
    height: 100%;
    width: 650px;
    max-width: 100%;
}
.header-contacts-block .table-cell > div{
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
.header-contacts-block .table-cell > div:last-of-type{
    margin-right: 0;
}
.header-contacts-block .table-cell > div img{
    vertical-align: middle;
    margin-right: 10px;
}
.header-contacts-block .table-cell > div > a{
    color: #000;
    font-weight: 600;
}
.header-contacts-block .header-phone a i {
    font-size: 25px;
    margin-right: 10px;
}
.header-contacts-block .header-vk a i {
    font-size: 27px;
}
.header-contacts-block .header-lk a i {
    font-size: 25px;
}
.header-contacts-block .table-cell > div > a:hover{
    color: #FFBB90;
}
.header-phone a{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    bottom: -2px;
}


/* ======= TOP MENU ======= */
.header-bottom{
    position: relative;
    background-color: #FFBB90;
}
.header-bottom:before{
    content: "";
    background: #FFBB90;
    height: 1px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-menu{
    text-align: center;
}
.top-menu > ul{
    display: flex;
    justify-content: space-between;
}
.top-menu > ul > li{
    height: 65px;
    line-height: 65px;
    margin: 0 20px;
    position: relative;
}
.top-menu > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.top-menu > ul > li > a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
}
.top-menu > ul > li.active > a:after{
    background: #FFBB90;
}
.top-menu > ul > li:hover > a{
    color: #fff;
}
.top-menu > ul > li > ul{
    position: absolute;
    left: -20px;
    top: 100%;
    width: 300px;
    text-align: left;
    z-index: 800;
    line-height: 1.2;
    background: #1a2f45;
    padding: 30px 25px 5px;
    font-size: 16px;
    display: none;
}
.top-menu > ul > li:hover > ul{
    display: block;
}
.top-menu > ul > li > ul > li{
    margin-bottom: 25px;
}
.top-menu > ul > li > ul > li > a{
    color: #fff;
}
.top-menu > ul > li > ul > li > a:hover,
.top-menu > ul > li > ul > li.active > a{
    color: #FFBB90;
}
/* ======= /. TOP MENU ======= */

@media(max-width:991px){
    .header-contacts-block {
        width: 380px;
        float: none;
        display: inline-block;
        position: relative;
        margin-left: 60px;
    }
    .header-phone a {
        font-size: 18px;
        position: relative;
        top: -2px;
    }
    .header-phone a i {
        font-size: 18px;
        position: relative;
        top: 3px;
    }
    .header-contacts-block .table-cell > div{
        margin-right: 10px;
    }
    .header-contacts-block .table-cell > div img {
        margin-right: 5px;
    }
    .header-city{
        position: absolute;
        left: 0;
        top: 20px;
    }
    .header-email{
        position: absolute;
        left: 0;
        bottom: 20px;
    }
    .header-phone{
        position: absolute;
        right: 0;
        top: 18px;
    }
    .header-wrapper{
        height: 100px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1100;
    }
    .header-wrapper-push{
        height: 100px;
    }
}
@media(max-width: 830px){
    .header-contacts-block {
        width: 360px;
        margin-left: 40px;
    }
}
@media(max-width: 767px){
    .header-wrapper,
    .header-wrapper-push,
    .header-top-inner{
        height: 60px;
    }
    .header-top-inner .logo{
        margin-right: 15px;
    }
    .header-top-inner .logo img{
        height: 40px;
    }
    .language-block-inner{
        height: 40px;
        padding-top: 40px;
        line-height: 40px;
    }
    .header-phone{
        position: static;
    }
    .header-contacts-block{
        margin-left: 0;
        width: auto;
        float: right;
        display: block;
        margin-right: 60px;
    }
    .menu-button{
        top: 20px;
    }
    .mobile-menu{
        padding-top: 60px;
    }
}
@media(max-width: 470px){
    .header-contacts-block{
        margin-right: 50px;
    }
    .header-phone img{
        display: none;
    }
    .header-phone a {
        font-size: 11px;
        font-weight: normal;
        bottom: auto;
    }
    .header-top-inner .logo {
        margin-right: 5px;
    }
    .language-block{
        font-size: 13px;
    }
    .language-block-inner{
        width: 45px;
    }
    .language-block a{
        padding: 0 8px;
    }
    .language-block-inner:after {
        border-top-width: 4px;
        border-right-width: 3px;
        border-left-width: 3px;
        right: 6px;
        margin-top: -1px;
    }
}

/* ======= TOP SLIDER ======= */
.top-slider .item{
    height: 775px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 40px 0 150px;
}
.top-slider .title{
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.top-slider .text{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.top-slider .slider-content .btn{
    margin-bottom: 0;
}
/* ======= /. TOP SLIDER ======= */
@media (max-width: 1229px) {
    .top-slider .title{
        font-size: 48px;
    }  
    .top-slider .item{
        height: 640px;
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .top-slider .title{
        font-size: 32px;
    }
    .top-slider .item{
        padding: 70px 0;
        height: 500px;
    }
    .top-slider .item .btn{
        font-size: 16px;
        padding: 12px 25px 17px;
    }
}

@media (max-width: 767px) {
    .top-slider .title{
        font-size: 26px;
    }
    .top-slider .text{
        font-size: 16px;
    }
}

/* ======= /. HEADER ======= */
.about-section{
    background: #70C7B6;
    position: relative;
}
/* .about-section:before{
    content: "";
    background: url(../images/bg1.png);
    width: 112px;
    height: 112px;
    position: absolute;
    top: 124px;
    left:50%;
    margin-left: -800px;
} */
.about-section .inner{
    background: #fff;
    margin-top: -95px;
    position: relative;
    z-index: 10;
}
.about-section  .element-bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #ccc;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-section  .element-content{
    padding: 60px;
}
@media(min-width: 1230px){
    .about-section h1{
        font-size: 40px;
    }
}
@media (max-width: 1229px) {
    .about-section{
        padding-top: 70px;
    }
    .about-section .inner{
        margin-top: 0;
    }
    .about-section  .element-content{
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .about-section  .element-bg{
        width: 41.66666667%;
    }
    .about-section  .element-content{
        padding: 45px;
    }
}
@media (max-width: 767px) {
    .about-section  .element-bg{
        display: none;
    }
    .about-section  .element-content{
        padding: 30px;
    }
}

.num-section{
    padding: 170px 0 70px;
    /* background: url(../images/bg2.png) 50% 0 no-repeat #70C7B6; */
    position: relative;
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .title{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 120px;
}
.num-section .element{
    margin-bottom: 50px;
}
.num-section .element-num{
    font-size: 90px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 7.88px;
    color: #FFBB90;
    margin-bottom: 15px;
    visibility:hidden;
}
.num-section .element-num.visible{
    visibility:visible;
}
.num-section .element-text{
    font-size: 18px;
    line-height: 1.56;
    color: #ffffff;
}
@media (max-width: 1229px) {
    .num-section .element{
        padding: 0 15px;
    }
    .num-section .element-num{
        font-size: 70px;
    }
    .num-section .element-text{
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .num-section .row > hr:nth-of-type(2n){
        clear: both;
    }
    .num-section .title{
        font-size: 46px;
        padding-bottom: 80px;
    }
}

.logo-csrousel-section{
    background: #70C7B6;
}
.logo-csrousel-section .inner{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 70px 0;
}
.logo-carousel .element{
    padding: 0 15px;
}
.logo-carousel > div{
    display: none;
}
.logo-carousel > div:first-of-type{
    display: block;
}
.logo-carousel.slick-slider > div{
    display: block;
}

.application-section{
    position: relative;
    z-index: 20;
    background: url(../images/application-section-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.application-section .container:after{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -54px;
    left: -95px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
}
.application-section .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: -34px;
    left: -190px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
}
.application-section .inner{
    height: 670px;
}
.application-section .inner .title{
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e1925;
    margin-bottom: 40px;
}
.application-section .inner .text{
  font-size: 24px;
  line-height: 1.8;
  color: #0e1925;
}
.application-section .application-block{
    min-height: 670px;
    background: #fff;
    padding: 55px 70px 50px;
    position: relative;
    bottom: -100px;
    box-shadow: 0 10px 40px 0 rgba(4, 20, 36, 0.2);
}


@media (max-width: 991px) {
    .application-section .inner{
        height: auto;
        padding: 80px 0 55px;
        text-align: center;
    }
    .application-section .application-block{
        min-height: auto;
        bottom: auto;
        width: 600px;
        max-width: 100%;
        margin: 0 auto 100px;
    }
    .application-section .container:before,
    .application-section .container:after{
        display: none;
    }
}
@media (max-width: 767px) {
    .application-section .inner .title{
        font-size: 36px;
        margin-bottom: 20px;
    }
    .application-section .inner .text{
        font-size: 20px;
    }
    .application-section .application-block{
        padding: 30px;
    }
}

.location-section{
    background: #70C7B6 url(../images/location-bg.png) 50% 50% no-repeat;
    padding-top: 130px;
    position: relative;
}
.location-bg-1{
    position: absolute;
    width: 364px;
    height: 593px;
    right: 0;
    bottom: -300px;
}
.location-section .inner{
    color: #fff;
    padding: 200px 0;
}
.location-section .inner .title{
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}
.location-section .inner .text{
    font-size: 18px;
    line-height: 1.56;
}
@media (max-width: 1229px) {
    .location-section{
        background-size: contain;
    }
    .location-section .inner .title{
        font-size: 46px;
    }
    .location-section .inner {
        padding: 150px 0;
    }
    .location-bg-1{
        display: none;
    }
}
@media (max-width: 991px) {
    .location-section{
        background: #70C7B6;
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .location-section .inner .title{
        font-size: 26px;
    }
}


.feauters-section{
    background: #70C7B6;
}
.feauters-section .title{
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 70px;
    font-weight: 800;
    color: #fff;
}
.feauters-section .element{
    object-fit: contain;
    box-shadow: inset 1px 1px 0 0 #70C7B6;
    background-color: #E1E0FF;
    padding: 60px 50px;
    color: #A65E2F;
}
.feauters-section .element.white-element{
    background: #fff;
    color: #A65E2F;
}
.feauters-section .element .element-icon{
    height: 100px;
    margin-bottom: 50px;
}
.feauters-section .element .text{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
}
.feauters-section .container:before{
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 80px;
    left: -150px;
    z-index: 30;
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    opacity: 0.5;
}
@media (max-width: 1229px) {
    .feauters-section .title{
        font-size: 46px;
    }
    .feauters-section .element .text{
        height: 100px;
        font-size: 17px;
    }
    .feauters-section .element {
        padding: 40px;
    }
    .feauters-section .container:before{
        display: none;
    }
}
@media (max-width: 991px) {
    .feauters-section .element .text{
        height: 84px;
        font-size: 14px;
    }
    .feauters-section .element {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .feauters-section .title{
        font-size: 26px;
    }
}


.index-services-section{
    padding-top: 290px;
    min-height: 730px;
    background: #152436 url(../images/bg3.png) 0 40px no-repeat;
}
.index-services-section .title{
    font-size: 56px;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 110px;
}
.index-services-section .element{
    background: #fff;
    padding: 100px 80px;
    color: #70C7B6;
    position: relative;
}
.index-services-section .element-title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.index-services-section .element-text{
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 40px;
}
.index-services-section .element .btn{
    border: solid 2px #FFBB90;
    background: transparent;
    color: #70C7B6;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 17px 35px 17px 50px;
    position: relative;
}
.index-services-section .element .btn:before{
    width: 25px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 15px;
    background: #FFBB90;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.index-services-section .element .btn:hover{
    background: #FFBB90;
    color: #fff;
}
.index-services-section .element .btn:hover:before{
    background: #fff;

}
.index-services-section .element.el-red{
    background: #FFBB90;
    color: #fff;
    top: -80px;
    left: -30px;
}
.index-services-section .element.el-red .btn{
    border-color: #fff;
    color: #fff;
}
.index-services-section .element.el-red .btn:before{
    background: #fff;
}
.index-services-section .element.el-red .btn:hover{
    background: #fff;
    color: #FFBB90;
}
.index-services-section .element.el-red .btn:hover:before{
    background: #FFBB90;
}

.index-services-section .element.el-white:after{
    background: url(../images/group-3_red.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 10;
}
@media (max-width: 1229px) {
    .index-services-section .element {
        padding: 80px 60px;
    }
    .index-services-section .element-title {
        font-size: 30px;
    }
    .index-services-section .element-text {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .index-services-section .element {
        padding: 70px 50px;
    }
    .index-services-section .element.el-white:after{
        display: none;
    }
    .index-services-section .element-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .index-services-section .element.el-red{
        top: 0;
        left: 0;
        margin-top: 10px;
    }
    .index-services-section .title {
        font-size: 32px;
        margin-bottom: 60px;
    }
    .index-services-section {
        padding-top: 100px;
        min-height: auto;
    }
    .index-services-section .element {
        padding: 50px 30px;
    }
}

.content-section{
    background: #0b3454;
    padding: 140px 0 100px;
}
@media (max-width: 767px) {
    .content-section{
        padding: 80px 0 60px;
    }
}
.content-section .content{
    line-height: 1.8;
    opacity: 0.8;
}
.map-wrapper{
    height: 630px;
}

.map-section .contacts-block{
    width: 570px;
    height: 480px;
    background: #fff;
    text-align: center;
    max-width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -285px;
    top: -240px;
    box-shadow: 0 -10px 40px 0 rgba(4, 20, 36, 0.2);
    z-index: 20;
    padding: 60px;
    font-size: 18px;
}
.map-section .contacts-block:before{
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -23px;
    z-index: 30;
    box-shadow: 0 -10px 40px 0 rgba(4, 20, 36, 0.2);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.map-section .contacts-block:after{
    content: "";
    background: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
}
.map-section .contacts-block address{
    margin-bottom: 20px;
}
.map-section .contacts-block .element-phone a{
    font-size: 24px;
    font-weight: bold;
    color: #70C7B6;
}
.map-section .contacts-block .element-email a{
    font-size: 24px;
    font-weight: bold;
    color: #70C7B6;
    display: inline-block;
    margin-bottom: 30px;
}
.map-section .contacts-block .element-phone a:hover,
.map-section .contacts-block .element-email a:hover{
    color: #FFBB90;
}
.element-schedule .element-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2px;
    color: #70C7B6;
    text-transform: uppercase;
    padding: 15px 0 6px;
}
@media (max-width: 590px) {
    .map-section .contacts-block {
        width: 100%;
        height: auto;
        position: static;
        margin: 0;
        padding: 60px 30px;
    }
    .map-section .container{
        padding: 0;
    }
    .map-wrapper {
        height: 400px;
    }
    .footer-top {
        height: 120px;
        border: none;
    }
}

.middle-section{
    padding: 120px 0;
    background: url(../images/group-13.png) 0 -100px no-repeat;
    position: relative;
}
.middle-section:before{
    content: "";
    width: 488px;
    height: 340px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/group-13.png) 0 50px no-repeat;
}
.middle-section:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: 200px;
    right: 100px;
    opacity: 0.5;
}
.middle-section.no-bg{
    background: none;
}
.middle-section.no-bg:before,
.middle-section.no-bg:after{
    display: none;
}
.middle-section .container{
    position: relative;
    z-index: 20;
}

@media(max-width:767px){
    .middle-section{
        padding: 80px 0;
    }
}


.to-custom{
    width: 770px;
    max-width: 100%;
    margin: auto;
}

.about-page-section{
    padding: 120px 0;
}
.about-page-top{
    position: relative;
    z-index: 20;
}
.about-page-top .left-block{
    padding-right: 20px;
    position: relative;
}
.about-page-top .left-block:before{
    background: url(../images/group-2.png) 0 0 no-repeat;
    content: "";
    width: 112px;
    height: 112px;
    position: absolute;
    bottom: 30px;
    left: -200px;
    opacity: 0.8;
}
.about-page-top .right-block{
    position: relative;
    padding-top: 100px;
}
.about-page-top .right-block:before{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    top: 30px;
    right: 100px;
    opacity: 0.8;
}
.about-page-top .right-block:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: -50px;
    right: 150px;
    opacity: 0.5;
}
.about-page-top .img1{
    padding-left: 70px;
}
.about-page-top .img2{
    margin-top: -70px;
}
.about-page-middle{
    padding: 190px 0;
    background: url(../images/group-13.png) 50% 50% no-repeat;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.64;
    position: relative;
}
.about-page-middle .inner{
    width: 780px;
    max-width: 100%;
    margin: auto;
}
.about-page-middle:after{
    background: url(../images/group-3_2.png) 0 0 no-repeat;
    content: "";
    width: 108px;
    height: 108px;
    position: absolute;
    bottom: 0;
    left: -100px;
}

.lk {
    padding: 60px 0;
    color: #fff;
}

.lk__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lk h1 {
    color: #70C7B6;
    font-size: 35px;
}
.lk .lk-info {
    background: #70C7B6;
    border-radius: 20px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
    color: #22212a;
    padding: 30px;
    margin-bottom: 40px;
    width: 50%;
}
.lk .lk-postavki h3 {
    color: #FFBB90;
    font-size: 30px;
    font-weight: 700;
}
.lk-postavki-item {
    background: #F2F2F2;
    border-radius: 20px;
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
}
.lk-postavki-item .lk-postavki-item-title {
    color: #70C7B6;
    font-size: 30px;
}
.lk-postavki-item .lk-postavki-item-time {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.lk-postavki-item .lk-postavki-item-cart {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #FFBB90;
    color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    font-weight: 600;
}
.btn-open-postavka {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #FFBB90;
    padding: 0;
    border-bottom: 2px solid #FFBB90;
    margin-bottom: 0;
}
.btn-open-postavka:hover {
    color: #70C7B6;
    border-bottom: 2px solid #70C7B6;
}
.btn-postavka {
    border-radius: 20px;
    margin-right: 20px;
    width: 290px;
}
.btn-postavka:hover {
    background: #BF9981;
}
.btn-lk-logout {
    border-radius: 20px;
    background: #C90808;
    box-shadow: inset 0 -5px 0 0 #830303;
    font-size: 12px;
    padding: 10px 25px;
    border-radius: 13px;
}
@media (max-width: 767px) {
    .lk .lk-info {
        width: 100%;
    }
    .lk-postavki-item .lk-postavki-item-title {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .lk-postavki-item .lk-postavki-item-cart span {
        display: none;
    }
    .lk-postavki-item .lk-postavki-item-cart i {
        position: relative;
        left: -1px;
    }
    .lk-postavki-item .lk-postavki-item-time {
        font-size: 12px;
    }
    .btn-postavka {
        font-size: 16px;
        padding: 10px 15px;
        width: 245px;
        border-radius: 15px;
    }
    .btn-open-postavka {
        font-size: 14px;
    }
    .btn-lk-logout {
        margin-left: 10px;
    }
}

.cart h1 {
    font-size: 35px;
}

.auth-form,
.user-profile {
    padding: 60px 0;
}

.auth-form__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-form__form {
    max-width: 600px;
    width: 100%;
}

.auth-form__form form {
    display: flex;
    flex-direction: column;
}

.auth-form__form form input {
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .lk {
        padding: 30px 0;
    }
    .lk__inner {
        gap: 30px;
    }
    .auth-form,
    .user-profile {
        padding: 30px 0;
    }
}

@media (max-width: 1429px) {
    .about-page-middle:after{
        left: 50px;
        bottom: 50px;
    }
}
@media (max-width: 1229px) {
    .about-page-middle{
        margin-top: -100px;
    }
}
@media (max-width: 900px) {
    .about-page-top .img1{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .about-page-top .img2{
        margin-top: 0;
    }
    .about-page-top .img1 img,
    .about-page-top .img2 img{
        width: 100%;
    }
    .about-page-top .right-block:before,
    .about-page-top .right-block:after,
    .about-page-middle:after{
        display: none;
    }
    .about-page-top .left-block .f18{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .about-page-top .img1,
    .about-page-top .img2{
        width: 48%;
        padding: 0 1%;
        display: inline-block;
        height: 30vw;
        overflow: hidden;
        vertical-align: top;
    }
    .about-page-top .right-block{
        text-align: center;
        padding-top: 40px;
    }
    .about-page-top .left-block{
        padding-right: 0;
    }
    .about-page-section{
        padding: 80px 0;
    }
}
@media (max-width: 460px) {
    .about-page-top .img1,
    .about-page-top .img2{
        padding: 0;
        display: block;
        width: 100%;
        height: auto;
    }
}

.about-page-section .about-bottom{
    padding-top: 200px;
    position: relative;
}
.about-page-section .about-bottom:before{
    content: "";
    position: absolute;
    width: 473px;
    height: 612px;
    top: 0;
    left: -240px;
    background: url(../images/group-13_4.png) 0 0 no-repeat;
}
.about-page-section .about-bottom .content p{
    line-height: 2;
    opacity: 0.8;
}
.about-page-section .about-bottom .inner{
    position: relative;
    z-index: 20;
}
.about-page-section .about-bottom .img-wrapper img{
    width: 100%;
}
@media (max-width: 900px) {
    .about-page-section .about-bottom {
        margin-top: -100px;
    }
}

.content p{
    line-height: 1.9;
}


.services-page-top .content-block{
    padding-bottom: 70px;
}
@media (min-width: 768px) {
    .services-page-top .content-block{
        padding-right: 20px;
    }
}
@media (min-width: 992px){
    .services-page-top .img-wrapper{
        position: relative;
    }
    .services-page-top .img-wrapper:before{
        background: url(../images/group-3_2.png) 0 0 no-repeat;
        content: "";
        width: 108px;
        height: 108px;
        position: absolute;
        top: -40px;
        right: -50px;
    }
    .services-page-top .img-wrapper:after{
        background: url(../images/group-3_2.png) 0 0 no-repeat;
        content: "";
        width: 108px;
        height: 108px;
        position: absolute;
        bottom: -60px;
        left: 0;
        opacity: 0.5;
    }
}
@media (max-width: 991px) {
    .services-page-top .content-block{
        padding-bottom: 0;
        font-size: 14px;
    }
    .services-page-top{
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .services-page-top .img-wrapper img{
        width: 100%;
    }
    .services-page-top .content-block{
        margin-bottom: 50px;
    }
}

.services-list-section{
    padding: 130px 0 80px;
    background: #E1E0FF;
    position: relative;
    margin-top: -40px;
}
.services-list-section .element{
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 15px;
}
.services-list-section .element-text{
    opacity: 0.8;
}
.services-list-section .row > hr:nth-of-type(4n){
    clear: both;
}
.services-list-section .container{
    position: relative;
}
.services-list-section .container:before{
    background: url(../images/group-2.png) 0 0 no-repeat;
    content: "";
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: -200px;
    opacity: 0.8;
}
.services-list-section{
    position: relative;
}
.services-list-section:after{
    background: url(../images/group-13_4.png) 0 -50px no-repeat;
    content: "";
    width: 431px;
    height: 593px;
    position: absolute;
    right: 0;
    bottom: -300px;
}
@media (max-width: 991px) {
    .services-list-section{
        margin-top: 0;
        padding-top: 90px;
    }
    .services-list-section .row > hr:nth-of-type(4n){
        clear: none;
    }
    .services-list-section .row > hr:nth-of-type(2n){
        clear: both;
    }
}

.question-section .element{
    object-fit: contain;
    box-shadow: inset 1px 1px 0 0 #70C7B6;
    background-color: #E1E0FF;
    padding: 80px 30px;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.question-section .element:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.question-section .element .img-wrapper{
    height: 90px;
    margin-bottom: 30px;
}
.question-section .element .element-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    height: 64px;
    overflow: hidden;
}
@media (max-width: 1229px) {
    .question-section .element .element-title{
        font-size: 16px;
        height: 50px;
    }
}
@media (max-width: 991px) {
    .question-section .element{
        padding: 50px 15px;
    }
    .question-section .element .element-title{
        font-size: 14px;
        height: 44px;
    }
    .services-list-section + .content-section{
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .services-list-section + .content-section{
        padding-bottom: 60px;
    }
}

.transport-types .element{
    background: #f6f6f6;
    margin-bottom: 40px;
    color: #152436;
}
.transport-types .element .chars{
    padding: 50px 40px;
}
.transport-types .element .chars table{
    margin-bottom: 0;
}
@media (max-width: 1229px) {
    .transport-types .element .chars {
        padding: 30px;
    }
    .transport-types .element .img-wrapper{
        padding: 30px 0 30px 30px;
    }
    .content table td{
        padding: 5px 15px;
    }
}
@media (max-width: 991px) {
    .transport-types .element .img-wrapper{
        padding: 30px 30px 0 30px;
    }
}
@media (max-width: 767px) {
    .content table td{
        padding: 5px 10px;
        font-size: 13px;
    }
    .transport-types .element .img-wrapper{
        padding: 20px 20px 0 20px;
    }
    .transport-types .element .chars {
        padding: 20px;
    }
}

.content a[href$=".doc"],
.content a[href$=".docx"],
.content a[href$=".xlsx"],
.content a[href$=".xls"],
.content a[href$=".pdf"],
.content a[href$=".zip"],
.content a[href$=".rar"],
.content a[href$=".txt"],
a.download-link{
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding-left: 30px;
    border: 2px solid;
    padding: 8px 20px 8px 50px;
    text-decoration: none !important;
    margin: 20px 0;
}
.content a[href$=".doc"]:before,
.content a[href$=".docx"]:before,
.content a[href$=".xlsx"]:before,
.content a[href$=".xls"]:before,
.content a[href$=".pdf"]:before,
.content a[href$=".zip"]:before,
.content a[href$=".rar"]:before,
.content a[href$=".txt"]:before,
a.download-link:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    content: "\f016";
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 22px;
}









/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1229px) {
    
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}



@media (min-width: 768px) {

}
@media (min-width: 992px){

}
@media (min-width: 1230px) {

}

.cat-ms2 {
    display: flex;
    flex-direction: row;
    /* column-gap: 20px; */
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    width: 21px;
    height: 18px;
    border-radius: 4px;
    border: 3px solid #ffbb90;
}

.ms2_product {
    background: #fff;
    padding: 15px 5px;
    border-radius: 20px;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, .4);
    box-sizing: border-box !important;
    margin: 0px !important; 
    flex-basis: 33%;
    position: relative;
}

.cat-ms2 .row {
    display: flex;
    column-gap: 20px;
}

.filter-form input {
    color: black;
}


.content {
    position: relative;
}

.text-center.text-md-left.mb-2.mb-md-0 {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
}

.text-center.text-md-left.mb-2.mb-md-0 span {
    color: black;
    padding: 5px;
    border: 1px solid #FFBB90;
    border-radius: 8px;
    background: #FFBB90; 
    box-shadow: 3px 6px 20px 1px #00000059;
}

.form-horizontal.ms2_form label{
    font-size: 16px;
    font-weight: 900;
}

.form-horizontal.ms2_form .col-6.col-md-9 {
    font-weight: 700;
    text-shadow: 1px 1px 6px #ffbb90a8;
}

.old_price.ml-2 {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

input, select {
    padding: 0 15px !important;
}

.form-horizontal.ms2_form .form-group.row.align-items-center button {
    margin-left: 140px;
}

.form-horizontal.ms2_form .form-group.row.align-items-center button:hover {
    text-shadow: 2px 2px 8px #0000006e;
}



#mse2_results {
    display: inline-flex;
    justify-content: space-between;
    column-gap: 15px;
}

#mse2_results .ms2_form.d-flex.flex-column.flex-md-row.align-items-center.no-gutters {
        display: flex;
        flex-direction: column;
    }

#mse2_results .ms2_form.d-flex.flex-column.flex-md-row.align-items-center.no-gutters img {
    width: 100%;
}


#mse2_results .ms2_form.d-flex.flex-column.flex-md-row.align-items-center.no-gutters > .col-md-2.text-center.text-md-left {
    width: 100%;
}

#mse2_results  .col-12.col-md-8.mt-2.mt-md-0.flex-grow-1 {
    width: 100%;
    text-align: center;
}

#mse2_results .col-md-10.d-flex.flex-column.flex-md-row.align-items-center.no-gutters {
    width: 100%;
}

#mse2_results .d-flex.justify-content-around.justify-content-md-start a {
    display: block;
    margin-top: 25px;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #000;
    height: 100px;
}


#mse2_results .btn.btn-primary {
    font-size: 15px;
    padding: 5px;
    width: 100%;
    position: absolute;
    right: -5px;
    bottom: -30px;
    width: 220px;
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#mse2_results .col-12.col-md-4.mt-2.mt-md-0.text-center.text-md-right {
    width: 100%;
}
#mse2_results .price {
    color: #FFBB90;
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin-bottom: 15px;
    position: relative;
    top: -50px;
}
@media (max-width: 767px) {
    #mse2_results {
        display: block;
    }
    .ms2_product {
        margin-bottom: 15px !important;
    }
}
.ms2_product .old_price {
    display: none;
}

#mse2_filters fieldset h4 {
    display: none;
}
#mse2_filters select {
    font-size: 12px;
    width: 340px;
    padding: 0 !important;
}
#mse2_sort {
    background: #fff;
    text-align: left;
    color: #000;
    height: 55px;
    width: 340px;
    position: relative;
    top: 5px;
    border-radius: 10px;
    align-content: center;
}
.hpage {
    background: #fff;
    text-align: left;
    color: #000;
    height: 55px;
    width: 340px;
    position: relative;
    top: 5px;
    border-radius: 10px;
    align-content: center;
}
.hpage .form-group {
    display: flex;
}
.hpage .form-group select {
    width: 80px;
}
.hpage .form-group label {
        position: relative;
    top: 14px;
}