

/* Start:/local/templates/cofe/css/style.css?175647899133050*/
.cofe h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.btn-c {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-c:hover {
    color: inherit;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
}

.container-e {
    max-width: 1180px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* .header-container {
    display: none;
} */

.header-img {
    display: none;
}

.header {
    background-image: url(/local/templates/cofe/css/../img/header-bg.png);
    background-position: center;
    background-size: 1900px;
    background-repeat: no-repeat;
    background-color: #353535;
    border-radius: 0 0 0 80px;
    height: 725px;
    box-sizing: border-box;
    padding-top: 50px;
}

.header-mobile {
    display: none;
}

.splash-mobile {
    display: none;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav-mobile {
    display: none;
}

.header-nav-tel {
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 70px;
}

.header-nav-tel:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.header-nav-btn {
    color: #FFFFFF;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    width: 157px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;


    
}

.header-nav-btn:hover {
    color: #353535;
    background: #ADE255;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border: 0;
}

.header-img {
    position: absolute;
    top: 0;
}

.header-text {
    width: 658px;
    margin-left: auto;
}

.header-title {
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 70px;
}

.gold {
    color: #e5ba62;
}

.header-subtitle {
    z-index: 20;
    position: sticky;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #FFFFFF;
}

.header-btn {
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    position: sticky;
    z-index: 9;
}

.header-btn:hover {
    background-color: #9EC957;
}

.main {
    padding-top: 65px;
}

.main-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #353535;
}

.desc-cell-list {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.desc-cell-item {
    width: 380px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 25px -25px 60px rgba(48, 11, 11, 0.04), -25px 25px 60px rgba(48, 11, 11, 0.04);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 13px 20px 15px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

/* .long {
    padding-right: 8px;
} */

.desc-cell-icon {
    width: 55px;
    height: 55px;
}

.desc-cell-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #353535;
    padding-left: 15px;
    box-sizing: border-box;
}

.desc-btn {
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.desc-btn:hover {
    background-color: #9EC957;
}

.slider {
    margin-top: 50px;
    margin-bottom: 20px;
}

.slider-row {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(53, 53, 53, 0.05), -25px 25px 60px rgba(53, 53, 53, 0.05);
    border-radius: 30px;
    text-align: center;
    padding-top: 50px;
}

.slider-content {
    display: flex;justify-content: center;
    align-items: center;
}

.carousel {
    margin-top: 20px;
    width: 80%;
    /* margin-bottom: 82px; */
}

.carousel .carousel__slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel .slider-img {
    height: 320px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.carousel .slider-img img {
    width: 60%;
}


.carousel .slider-text {
    text-align: center;
    display: flex;
    height: 240px;
}

.carousel .slider-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 110%;
    color: #7F65A0;
    margin-bottom: 5px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.carousel .slider-desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #353535;
    width: 380px;
}

.slider-desc-mobile {
    display: none;
}

.slider-next, .slider-prev {
    margin-bottom: 200px;
}

.carousel .slick-slide,
.carousel .slick-active + .carousel .slick-active ~ .slick-active{
  display: block;
  background: none;
  color: #fff;
  border-radius: 10px;
  
  transform: scale(.9);
  
  transition: .5s ease ;
}

.carousel .slick-active + .slick-active{
  transform: scale(1);
  opacity: 1;
}


.carousel .slider-img {
    opacity: 0.2;
}

.carousel .slider-text {
    display: none;
}

.carousel .slick-current + .slick-active .slider-text{
    display: block;
}

.carousel .slick-current + .slick-active .slider-img {
    opacity: 1;
}

.splash {
    position: absolute;
        display: flex;
    justify-content: flex-end;
    width: 100%;
    top: 536px;
    z-index: 5;
}

.splash img {
    width: 1179px;
    height: 453px;
}

@media (max-width: 1920px) {
    .splash {
        width: 100%;
        display: block;
        text-align: right;
        overflow: hidden;
    }

    .splash img {
        width: 1179px;
        height: 453px;
        /* margin-right: -100px; */
        margin-left: 600px;
    }
}

.list {
    text-align: center;
    background-color: #FCFCFC;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.list-row {
    display: flex;
    flex-direction: row;
}

.list-col {
    width: 400px;
    text-align: left;
}

.list-col:last-child {
    text-align: right;
}

.list-img {
    margin-top: 20px;
    width: 544px;
    height: 862px;
}

.list-img img {
    width: 100%;
    height: 100%;
}

.list-item {
    margin-bottom: 20px;
}

.list-item-icon {
    margin-bottom: 10px;
}

.list-item-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #353535;
}

.list-item-text-mobile {
    display: none;
}

.list-hglt {
    background-color: #EB5757;
    color: #fff;
    padding: 3px;
}

.list-btn {
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 271px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.list-btn:hover {
    background-color: #9EC957;
}

.why {
    text-align: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

.why-content {
    padding-left: 190px;
    text-align: center;
    color: #353535;
    margin-top: 30px;
    position: relative;
}

.why-bg {
    position: absolute;
    left: -60px;
    top: -80px;
}

.why-bg img {
    width: 408px;
}

.why-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why-list-item {
    width: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}

.why-icon {
    width: 144px;
    height: 144px;
    box-shadow: -5.78313px 5.78313px 23.1325px rgba(224, 210, 252, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

#why-icon1 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon1.png);
    background-size: 60px 104px;
}

#why-icon2 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon2.png);
    background-position: bottom;
    background-size: 125px 124px;
}

#why-icon3 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon3.png);
    background-size: 87px 90px;
}

#why-icon4 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon4.png);
    background-size: 62px 104px;
}

#why-icon5 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon5.png);
    background-size: 114px 109px;
    background-position: bottom;
}

#why-icon6 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon6.png);
    background-size: 120px 129px;
    background-position: bottom;
}

#why-icon7 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon7.png);
    background-size: 69.63px 104px;
}

#why-icon8 {
    background-image: url(/local/templates/cofe/css/../img/why/list-png/icon8.png);
    background-size: 86px 89px;
}

.why-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #353535;
    margin-top: 8px;
}

.why-btn {
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 271px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.why-btn:hover {
    background-color: #9EC957;
}

.main-sub_title {
    font-size: 18px;
    line-height: 110%;
    color: #353535;
    margin-bottom: 15px;
}

.results {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FCFCFC;
}

.results-content {
    margin-top: 10px;
}

.results-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.results-list-item {
    background: #554F5C;
    border-radius: 30px;
    width: 280px;
    height: 256px;
    position: relative;
    padding: 35px 13px 23px 13px;
    /* padding-top: 35px;
    padding-bottom: 23px; */
    box-sizing: border-box;
    text-align: center;
    margin-top: 65px;
}

.results-icon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -45px;
    width: 70px;
    height: 70px;
}

.results-icon img {
    width: 100%;
}

.results-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    color: #FFFFFF;
    /* margin-top: 35px; */
    margin-bottom: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.results-sub_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.3;
    margin-bottom: 15px;
}

.results-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}

.results-price {
    font-weight: 600;
    font-size: 35px;
    line-height: 110%;
    color: #ADE255;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-top: 15px;
    margin-bottom: 2px;
}

.results-price_text {
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.3;
}

.events-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(53, 53, 53, 0.05), -25px 25px 60px rgba(53, 53, 53, 0.05);
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.events-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.events-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.events-item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.events-item_spec-left {
    margin-left: 200px;
}

.events-item_spec-right {
    margin-right: 200px;
}

.events-num {
    background: #ECBA50;
    font-family: Yanone Kaffeesatz;
    font-weight: 600;
    font-size: 80px;
    line-height: 110%;
    color: #7F65A0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 11px;
}

.events-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #353535;
}

.events-img {
    position: absolute;
    margin: auto;
    top: 80px; left: 0; bottom: 0; right: 0;
    width: 585px;
    height: 585px;
}

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

.event-mobile-img {
    display: none;
}

.models {
    padding-top: 50px;
}

.models-content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.models-slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* justify-content: space-between; */
}

/* .model-next, .model-prev {
    margin-bottom: 200px;
} */

.models-item {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 40px 25px;
    width: 280px ;
    height: 623px;
}

.models-img {
    display: flex;
    justify-content: center;
}

.models-img img {
    width: 100% !important;
}

.models-title {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    color: #353535;
    margin-top: 30px;
    font-family: Raleway;
    margin-bottom: 0;
}

.models-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #353535;
    margin-top: 8px;
}

.models-text_hglt {
    font-weight: 500;
}

.models-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #353535;
    margin-top: 13px;
}

.models-price_hglt {
    font-size: 20px;
}

.model-dis {
    opacity: 0.3;
}

.slick-track {
    display: flex !important;
    justify-content: space-between;
}

.adv {
    padding-top: 50px;
    padding-bottom: 50px;
}

.adv-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 22px;
}

.adv_our {
    width: 580px;
    height: 364px;
    background: #374028;
    box-shadow: 0px 4px 60px rgba(53, 53, 53, 0.04), -25px 25px 60px rgba(53, 53, 53, 0.04);
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.adv_our-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #ADE255;
    margin-bottom: 15px;
}

.adv_our-list {
    padding: 0;
}

.adv_our-list-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    list-style-type: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.adv_our-list-item::before {
    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-right: 8px;
    background-image: url(/local/templates/cofe/css/../img/adv/our-icon.svg);
}

.adv_oth {
    width: 580px;
    height: 364px;
    background: #372323;
    box-shadow: 0px 4px 60px rgba(53, 53, 53, 0.04), -25px 25px 60px rgba(53, 53, 53, 0.04);
    border-radius: 30px;
    padding: 30px;
    box-sizing: border-box;
}

.adv_oth-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    color: #EB5757;
    margin-bottom: 15px;
}

.adv_oth-list {
    padding: 0;
}

.adv_oth-list-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    list-style-type: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.adv_oth-list-item::before {
    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-right: 8px;
    background-image: url(/local/templates/cofe/css/../img/adv/oth-icon.svg);
}

.info {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.info-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.info-col {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.info-col-block {
    width: calc(100% / 3);
}

/* .info-block {
    width: 10px
} */

.info-num {
    font-family: Yanone Kaffeesatz;
    font-weight: bold;
    font-size: 60px;
    line-height: 120%;
}

.info-num_text {
    font-size: 40px;
}

.info-prpl {
    color: #7F65A0;
}

.info-red {
    color: #EB5757;
}

.info-green {
    color: #ADE255;
}

.info-yelow {
    color: #FDAE2A;
}

.info-title {
    font-family: Raleway;
    font-weight: bold;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #353535;
    margin-bottom: 3px;
}

.info-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #353535;
}

.info-str {
    margin-top: 20px;
}

.info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.info-btn {
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 271px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.info-btn:hover {
    background-color: #9EC957;
}

.question {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FCFCFC;
}

.question-content {
    margin-top: 22px;
}

.question-item {
    margin-top: 10px;
}

.question-block {
    width: 980px;
    background: #CACACA;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.question-answer {
    width: 980px;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgba(53, 53, 53, 0.04), -25px 25px 60px rgba(53, 53, 53, 0.04);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.question-text {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #353535;
    box-sizing: border-box;
    text-align-last: left;
}

.open {
    background-image: url(/local/templates/cofe/css/../img/question/question-open.svg);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

.close {
    background-image: url(/local/templates/cofe/css/../img/question/question-close.svg);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
}

.hidden {
    display: none;
}

.footer {
    background: #353535;
    padding-bottom: 50px;
    padding-top: 50px;
    height: 100%;
}

.footer-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #353535;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-col {
    width: 380px;
}

.footer-block {
    margin-bottom: 20px;
}

.footer-dark-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.3;
    margin-bottom: 5px;
}

.footer-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.sdf {
    display: none;
}

.footer-input {
    width: 380px;
    height: 50px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 4px;
    padding: 17px 20px;
    font-weight: 600;
    border: 0;
    font-size: 14px;
    line-height: 110%;
    color: rgb(53, 53, 53);
    margin-bottom: 25px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.footer-input::placeholder {
    color: rgb(53, 53, 53, 0.3);
}

.footer-btn {
    margin-top: 10px;
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 271px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 60px;
}

.footer-btn:hover {
    background-color: #9EC957;
}

.slick-list {
    padding-bottom: 20px !important;
}

.slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.modal {
    justify-content: center;
    align-items: center;
}

.show {
    display: flex !important;
}

.modal-body {
    width: 580px;
    height: 443px;
    text-align: center;
    background-color: #353535;
    box-sizing: border-box;
    padding: 40px 100px;
}

.modal-title {
    color: #fff;
    margin-bottom: 20px;
}

.modal-input {
    width: 380px;
    height: 50px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 4px;
    padding: 17px 20px;
    font-weight: 600;
    border: 0;
    font-size: 14px;
    line-height: 110%;
    color: rgb(53, 53, 53);
    margin-bottom: 25px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.modal-input::placeholder {
    color: rgb(53, 53, 53, 0.3);
}

.modal-btn {
    margin-top: 10px;
    color: #353535;
    background-color: #ADE255;
    box-shadow: -10px 10px 35px rgba(140, 191, 31, 0.2), 10px -10px 35px rgba(140, 191, 31, 0.2);
    border-radius: 5px;
    width: 271px;
    height: 55px;
    font-size: 18px;
    font-weight: 600;
}

.modal-btn:hover {
    background-color: #9EC957;
}

.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.slick-dots li {
    position: relative;
    display: block;
    float: left;
    margin: 0 7px 0 0 ;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #B1A2C5;
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 500%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #353535;
    opacity: 0.3;
    padding: 0;
}

.form-control {
    border: 0;
}

@media (max-width: 768px) {

    body {
        font-size: 16px;
    }

    .splash {
        display: none;
    }

    .header-btn {
        font-size: 16px;
        width: 55%;
    }

    .container-e {
        max-width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header {
        display: block;
        background-color: #353535;
        height: 1025px;
        box-sizing: border-box;
        padding-top: 35px;
        background-image: none;
        /* background-image: url(/local/templates/cofe/css/../img/header-mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; */
        /* background-position-x: -10px; */
        padding-bottom: 0;
        border-radius: 0px;
    }

    .header-img {
        display: block;
    }

    /* .desc-btn {
        font-size: 16px;
    }

    .list-btn {
        font-size: 16px;
    } */

    .btn  {
        font-size: 16px;
    }

    .splash-mobile {
        display: block;
    }

    .header .container-e {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }

    .header-nav-mobile {
        display: flex;
        justify-content: center;
    }

    .header-nav {
        display: none;
    }

    .header-nav-tel {
        margin: 0;
    }

    .header-img {
       width: 100%;
       max-height: 600px;
       position: relative;
       margin-top: -50px;
    }

    .header-img img {
        width: 100%;
        max-height: 650px;
    }

    .header-text {
        margin-top: -100px;
        width: auto;
        padding: 0 15px;
        position: sticky;
        z-index: 20;
    }

    .header-title {
        font-size: 32px;
    }

    .header-subtitle {
        font-size: 14px;
    }

    .splash-mobile {
        width: 100%;
        position: absolute;
        margin-top: -100px;
        
    }

    .splash-mobile img {
        width: 100%;
       
    }

    .main-title {
        font-size: 32px;
    }

    .desc-cell-item {
        height: auto;
        padding: 15px;
        padding-right: 13px;
    }

    .desc-cell-list {
        margin-top: 17px;
    }

    .desc-cell-text {
        font-size: 12px;
    }

    .desc br {
        display: none;
    }

    .desc-btn {
        width: 58%;
    }

    .carousel .slider-img {
        opacity: 1;
        height: 200px;
    }

    .carousel .slider-text {
        display: block; 
        height: 150px;
        width: 130%;
    }
    
    .carousel .slider-desc {
        font-size: 12px;
        width: 100%;
    }

    .carousel .slider-title {
        font-size: 26px;
        width: 100%;
    }

    .slider {
        margin-bottom: 0;
    }

    .slider-desc {
        display: none;
    }

    .slider-desc-mobile {
        display: block;
    }

    .slider-row {
        border-radius: 0;
    }

    .list {
        margin-top: 0;
        padding-top: 40px;
    }

    .list-hglt {
        background-color: #EB5757;
        color: #fff;
        padding: 1px;
    }

    .list-img {
        display: none;
    }

    .list-row {
        flex-direction: column;
    }

    .list-content {
        margin-top: 20px;
    }

    .list-col {
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .list-col:last-child {
        text-align: center;
    }


    .list-item {
        width: 50%;
    }

    .list-item-text {
        font-size: 12px; 
        display: none;
    }

    .list-item-text-mobile {
        display: block;
    }

    .list-btn {
        width: 85%;
    }

    .why-bg {
        display: none;
    }

    .why-content {
        padding-left: 0;
    }

    .why-list {
        justify-content: center;
    }

    .why-list-item {
        width: 50%;
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .why-icon {
        width: 110px;
        height: 110px;
    }

    .why {
        padding-top: 40px;
    }

    .why br {
        display: none;
    }

    .why-text {
        font-size: 12px;
        width: 93%;
    }

    .why-btn {
        width: 85%;
    }

    .main-sub_title {
        font-size: 13px;
    }

    .results {
        padding-bottom: 40px;
    }

    .results-sub_title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .results-text {
        font-size: 12px;
    }

    .results-price {
        margin-top: 10px;
    }

    .results-price_text {
        font-size: 13px;
    }

    .results-list {
        justify-content: center;
    }

    .results-list-item {
        height: 231px;
    }

    .events br {
        display: none;
    }

    .events {
        background-color: #fff;
    }

    .events-content {
        box-shadow: none;
        background-color: #fff;
        border-radius: 0;
        margin-top: 0;
    }

    .events-img {
        display: none;
    }

    .event-mobile-img {
        width: 100%;
        display: block;
    }

    .event-mobile-img img{
        width: 100%;
    }

    .events-row {
        flex-direction: column;
    }

    .events-col {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .events-item {
        width: 50%;
    }

    .events-text {
        font-size: 12px;
        width: 90%;
    }

    .events-num {
        font-size: 60px;
        width: 60px;
        height: 60px;
    }

    .events-item_spec-left {
        margin-left: 0;
    }

    .events-item_spec-right {
        margin-right: 0;
    }

    .slick-slide {
        margin-left: 25px;
        margin-right: 25px;
    }

    .models {
        text-align: center;
        padding-top: 0;
    }

    .models-content {
        position: relative;
        text-align: left;
    }

    .model-prev{
        position: absolute;
        top: 50%;
        left: -5px;
        z-index: 9;
    }

    .model-next {
        position: absolute;
        top: 50%;
        right: -5px;
        z-index: 9;
    }

    .slider-next, .slider-prev {
        margin-bottom: 0;
    }

    .models-text {
        font-size: 12px;
    }

    .adv-content {
        flex-direction: column;
    }

    .adv {
        background-color: #FCFCFC;
        padding-top: 30px;
    }

    .sdf {
        display: block;
    }

    .adv_our {
        width: 100%;
        height: auto;
        padding: 30px 20px 15px 20px;
        margin-bottom: 20px;
    }

    .adv_our-title {
        text-align: center;
    }

    .adv_our-list-item {
        font-size: 12px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .adv_our-list-item::before {
        width: 34px;
        background-repeat: no-repeat;
    }

    .adv_oth {
        width: 100%;
        height: auto;
        padding: 30px 20px 15px 20px;
    }

    .adv_oth-title {
        text-align: center;
    }

    .adv_oth-list-item {
        font-size: 12px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .adv_oth-list-item::before {
        width: 24px;
        background-repeat: no-repeat;
    }

    .info-content {
        flex-direction: column;
    }

    .info-col {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    .info-col-block {
        width: calc(100% / 2);
    }

    .info-num_text {
        font-size: 30px;
    }

    .info-num {
        font-size: 45px;
    }

    .info-text {
        font-size: 12px;
    }

    .info-col-red {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }

    .info-row {
        flex-direction: column;
        margin-top: 0;
    }

    .info-row br {
        display: none;
    }

    .info-title {
        font-size: 13px;
    }

    .info-next {
        transform: rotate(90deg);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .info-block .info-text {
        width: 270px;
    }

    .info-btn {
        width: 85%;
    }

    .question {
        background: #fff;
        padding-top: 0;
    }

    .question-content {
        text-align: left;
        margin-top: 22px;
    }

    .question-block {
        width: 100%;
        padding: 10px;
        padding-right: 10px;
    }

    .question-text br {
        display: none;
    }

    .question-text {
        font-size: 12px;
        font-weight: 600;
        width: 90%;
    }

    .question-answer {
        width: 100%;
        padding: 10px;
    }

    .question-answer .question-text {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-title {
        font-size: 32px;
    }

    .footer-dark-text {
        font-size: 14px;
    }

    .footer-text {
        font-size: 18px;
    }

    .footer-col {
        width: 100%;
    }

    .footer-col form {
        text-align: center;
    }

    .footer-input {
        width: 100%;
    }

    .footer form {
        margin-top: 20px;
    }

    .footer-btn {
        margin-left: 0;
        font-size: 16px;
        width: 85%;
    }

    .modal-body {
        width: 100%;
        padding: 30px 10px;
        height: auto;
    }

    .modal-input {
        width: 100%;
    }

    
}

.modal-body div.modal-title {
    margin-top: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.footer-text a {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.marquiz-footer-button {
    position: fixed;
    bottom: 10px;
    left: auto;
    z-index: 9999;
}
/* End */
/* /local/templates/cofe/css/style.css?175647899133050 */
