@font-face {
    font-family: 'ProximaNova';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/proxima_nova_bold.otf") format("opentype");
    src: url("../fonts/proxima_nova_regular.otf") format("opentype");
}

body {
    background: url("../img/bg.jpg") repeat 0 0;
    font-family: "ProximaNova", sans-serif;
    width: 100%;
}

.wrapper {
    margin: auto;
    max-width: 640px;
}

@media screen and (max-width: 320px) {
    body {
        min-width: 320px;
    }

    .wrapper {
        min-width: 320px;
    }
}

h1, h2, h3, h4, h5, h6, p {
    /*margin: 0;*/
}

ul {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 80px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    width: 110px;
}

.tell-me {
    width: 40px;
    height: 40px;
    background: url("../img/phone.jpg") no-repeat 0 0;
    display: block;
    margin-right: 35px;
}

.main-nav {
    position: absolute;
    left: -999999px;
}

.open-menu {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
    margin-top: 8px;
}

.open-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 4px;
    background: #000;
    top: 0;
}

.open-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 4px;
    background: #000;
    top: 16px;
}

.open-menu__item {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    display: block;
    height: 4px;
    background: #000;
}

.description {
    color: #48423b;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}

.slider {
    padding: 35px 0;
    text-align: center;
    position: relative;
    background: url("../img/bg-img.jpg") no-repeat 0 0;
    background-size: 100% 76%;
}

.slider__list {
    margin-bottom: 10px;
}

.slider__item {
    text-align: center;
    list-style: none;
    width: 450px;
    height: 450px;
    color: white;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.slider__item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(82, 179, 170, 0.6);
    left: 0;
    top: 0;
}

.swiper-slide-active:after {
    display: none;
}

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
    display: none;
}

.slider__item--quick {
    background: url(../../new/img/clean-3.jpg) no-repeat center;
    background-size: cover;
}

.slider__item--main {
    background: url("../img/bg-slider.png") no-repeat center 0;
    background-size: cover;
}

.slider__item--after {
    background: url("../../new/img/clean-2.jpg") no-repeat center 0;
    background-size: cover;
}

.slider__description {
    margin: 70px 0 43px 0;
    font-size: 40px;
    z-index: 1;
    position: relative;
    pointer-events: none;
}

.slider__text {
    width: 70%;
    margin: auto;
    font-size: 32px;
    z-index: 1;
    position: relative;
    pointer-events: none;
}

.fadeout_sheet {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.swiper-pagination-bullet {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border: 4px solid #3fb4ab;
    border-radius: 50%;
    box-sizing: border-box;
    background: none;
}

.swiper-pagination-bullet:hover {
    cursor: pointer;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet-active {
    background: #3fb4ab;
}

.swiper-slide-active {
    background-color: transparent;
}

.price {
    width: 90%;
    background: white;
    margin: auto;
    box-shadow: 3px 0 3px -1px rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 42px;
}

@media screen and  (max-width: 320px) {
    .price {
        width: 90%;
    }
}

.price:after {
    position: absolute;
    content: '';
    background: url("../img/image.png") no-repeat 0 0;
    width: 100%;
    height: 26px;
    bottom: -8px;
    background-size: cover;
    left: 0;
}

.view {
    margin-left: 10px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #47413a;
    font-weight: normal;
}

.price__item {
    color: #48423b;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
}

.price__item:last-child {
    border-bottom: none;
}

.price__block {
    border-bottom: 1px dashed #48423b;
    padding: 30px 0;
}

.price__name {
    font-size: 32px;
    margin: 0;
}

.price__text {
    font-weight: bold;
    margin: 30px 0 0 0;
    font-size: 44px;
}

.swiper-container {
    margin-bottom: 25px;
}

.message {
    padding: 100px 35px 0 35px;
    text-align: center;
    width: 315px;
    margin: auto;
    color: #48423b;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 175px;
}

.hide {
    display: none;
}

.message span {
    font-weight: bold;
    display: block;
}

.rooms {
    width: 95%;
    margin: auto;
    background: #ffffff;
    margin-bottom: 23px;
    box-sizing: border-box;
    position: relative;
}

.rooms__count {
    width: 180px;
    padding: 26px 5px;
    text-align: center;
    font-size: 24px;
    color: #2f2929;
    margin: auto;
}

.rooms__button {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    width: 60px;
    box-sizing: border-box;
    height: 100%;
    text-indent: -99999px;
}

.rooms__button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 19px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.rooms__button--next {
    right: -12px;
    border-left: 1px solid #e1e1e1;
}

.rooms__button--next:after {
    background: url(../img/next.png) no-repeat 0 0;
}

.rooms__button--prew:after {
    background: url(../img/prew.png) no-repeat 0 0;
}

.rooms__button--prew {
    left: -12px;
    border-right: 1px solid #e1e1e1;
}

main.container .button {
    width: 93%;
    border-radius: 4px;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    margin: auto auto 20px auto;
    font-size: 21px;
    font-weight: bold;
    color: white;
    display: block;
}

.button:hover {
    cursor: pointer;
}

.order {
    background: #8cc4c0;
}

.calculate {
    background: #43b2aa;
}

.phone {
    width: 93%;
    margin: auto auto 20px auto;
    position: relative;
}

.phone__add {
    width: 100%;
    border: none;
    padding: 22px 20px 18px 77px;
    box-sizing: border-box;
    border-radius: 4px;
}

.phone__code {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 19px 20px;
    border-right: 1px solid #e1e1e1;
}

.phone__add::placeholder, .phone__code {
    font-size: 32px;
    color: #acaaaa;
}

.clean-list {
    background: white;
    padding: 38px 15px;
}

.clean-list__link {
    display: block;
    background: #43b2aa;
    width: 100%;
    padding: 16px 70px;
    box-sizing: border-box;
    color: white;
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.clean-list__link:after {
    position: absolute;
    content: '';
    top: 18px;
    left: 18px;
    background: url("../img/plus.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
}

.clean-list__section {
    display: none;
}

.clean-list__services {
    padding: 0 50px 30px 50px;
    border-bottom: 1px dashed;
}

.clean-link {
    color: #43b2aa;
    font-size: 26px;
    font-weight: bold;
}

.clean-link.subtitle {
    display: block;
    text-align: center;
}

.clean-link b {
    display: none;
}

@media screen and (max-width: 320px) {
    .clean-link span {
        display: none;
    }

    .clean-link b {
        display: block;
    }

    .list .clean-link {
        margin-right: 50px;
    }

    .clean-list__link {
        padding-right: 15px;
        font-size: 19px;
    }

}

.list {
    display: flex;
    margin-bottom: 30px;
}

.list:last-child {
    margin-bottom: 0;
}

.list .clean-link {
    margin-right: 80px;
}

@media screen and (max-width: 320px) {
    .list .clean-link {
        margin-right: 50px;
    }

    .list {
        margin-bottom: 25px;
    }
}

.list .clean-link:last-child {
    margin-right: 0;
}

.active {
    color: black;
    text-decoration: none;
}

.more__text {
    display: none;
}

.service-change__reset {
    color: white;
    padding: 8px 20px;
    background: #43b2aa;
    border-radius: 5px;
    margin-left: 10px;
    display: none;
    font-family: "ProximaNova", sans-serif;
    border: none;
    height: 43px;
    margin-top: 12px;
}

.active-section {
    display: block;
}

.active-section .clean-list__link:after {
    position: absolute;
    background: url("../img/true.png") no-repeat 0 0;
    width: 30px;
    height: 28px;
    top: 18px;
    left: 20px;
}

.active-link {
    position: relative;
}

@media screen and (max-width: 320px) {
    .active-link:after {
        top: 13px;
    }
}

.clean-list__content {
    padding: 25px 25px 25px 65px;
}

@media screen and (max-width: 320px) {
    .clean-list__content {
        padding-left: 30px;
    }
}

.list-view__item {
    list-style: none;
    font-size: 26px;
    margin-bottom: 15px;
    color: #2f2929;
    position: relative;
}

.list-view__item:last-child {
    margin-bottom: 30px;
}

.list-view__item:after {
    position: absolute;
    content: '';
    left: -19px;
    top: 9px;
    background: #2f2929;
    width: 14px;
    height: 2px;
}

.more {
    text-align: center;
    display: block;
}

.eko-clean {
    padding: 30px 30px 25px 30px;
    border: 2px solid #43b2aa;
    position: relative;
}

.eko-clean:after {
    position: absolute;
    content: '';
    top: 28px;
    right: 32px;
    background: url("../img/eko-logo.png") no-repeat 0 0;
    width: 109px;
    height: 47px;
}

@media screen and (max-width: 320px) {
    .eko-clean {
        padding: 25px 10px 25px 10px;
    }

    .eko-clean:after {
        top: 13px;
        right: 11px;
        width: 80px;
        height: 35px;
        background-size: contain;
    }
}

.eko-clean__description {
    font-size: 32px;
    text-transform: uppercase;
    color: #43b2aa;
    font-weight: bold;
    margin-bottom: 25px;
    margin: 0;
    padding: 0;
}

.eko-clean__text {
    font-size: 26px;
    color: #2f2929;
}

.waiting {
    padding: 30px 44px 30px 88px;
    background: #edebe6;
    position: relative;
}

.waiting:after {
    position: absolute;
    content: '';
    top: 46px;
    left: 21px;
    background: url("../img/waiting.png") no-repeat 0 0;
    width: 45px;
    height: 45px;
}

.waiting__text {
    font-size: 24px;
    color: #2f2929;
}

.waiting__text--main {
    font-weight: bold;
    margin-top: 15px;
}

@media screen and  (max-width: 320px) {
    .waiting:after {
        display: none;
    }

    .waiting {
        padding: 15px;
    }
}

.socials {
    padding: 30px 60px 20px 60px;
    background: white;
    text-align: center;
    position: relative;
}

.socials:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: url("../img/line.png") no-repeat 0 0;
    width: 100%;
    height: 7px;
    background-size: cover;
}

.socials__description {
    font-size: 32px;
    color: #2f2929;
    margin-bottom: 33px;
}

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

.socials__link {
    display: block;
    margin: 15px;
}

@media screen and  (max-width: 320px) {
    .socials {
        padding: 30px 15px 20px 15px;
    }

    .socials__link {
        width: 140px;
        margin-right: 5px;
    }

    .socials__link img {
        width: 100%;
    }

}

.advantages {
    padding: 70px 110px 30px 105px;
    position: relative;
}

.advantages:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: 0;
    background: url("../img/back.png") no-repeat 0 0;
    height: 14px;
    width: 100%;
    background-size: cover;
}

.advantages__item {
    list-style: none;
    color: #48423b;
    line-height: 1.4;
    margin-bottom: 42px;
    padding-left: 15px;
    position: relative;
}

.advantages__item:after {
    position: absolute;
    content: '';
}

.advantages__item--accuracy:after {
    background: url("../img/calendar.png") no-repeat 0 0;
    width: 60px;
    height: 60px;
    top: 5px;
    left: -67px;
}

.advantages__item--steam:after {
    background: url("../img/steam.png") no-repeat 0 0;
    width: 62px;
    height: 62px;
    top: 5px;
    left: -67px;
}

.advantages__item--special:after {
    background: url("../img/cat.png") no-repeat 0 0;
    width: 62px;
    height: 64px;
    top: 5px;
    left: -67px;
}

.advantages__item--personal:after {
    background: url("../img/personal.png") no-repeat 0 0;
    width: 58px;
    height: 58px;
    top: 5px;
    left: -67px;
}

.advantages__description {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.advantages__text {
    font-size: 24px;
    margin: 0;
}

@media screen and  (max-width: 320px) {
    .advantages {
        padding: 25px 15px 2px 70px;
    }

    .advantages__item:after {
        left: -59px;
    }

    .advantages__item {
        margin-bottom: 30px;
    }

}

.calculator {
    padding: 55px 50px 20px 50px;
    background: #eeece7;
}

.calculator .rooms {
    width: 100%;
}

.calculator__description {
    position: relative;
    margin-bottom: 35px;
    text-align: left;
    margin-top: 0;
}

.calculator__description:after {
    position: absolute;
    content: '';
    background: url(../img/calculator.png) no-repeat 0 0;
    background-size: cover;
    width: 48px;
    height: 48px;
    left: -10px;
    top: -3px;
}

.calculator__elements {
    font-size: 32px;
    font-weight: bold;
    color: #47413a;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

main.container .info {
    position: absolute;
    top: -15px;
    right: -40px;
    width: 30px;
    height: 30px;
    background: #43b2aa;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    text-align: center;
}

.result-price {
    background: #43b2aa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    text-align: center;
    display: none;
}

.result-price__content {
    color: #eeece7;
    font-weight: bold;
    font-size: 50px;
    width: 100%;
    margin: 20px 0
}

.result-price__content span {
    font-size: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.result-price__number {
    color: white;
}

@media screen and  (max-width: 320px) {
    .calculator {
        padding: 55px 15px 20px 15px;
    }

    .calculator__description {
        text-align: center;
    }

    .calculator__description:after {
        left: 23px;
    }

    .calculator .clean-link {
        display: none;
    }

    .result-price {
        padding: 15px 15px;
    }
}

.price-list__table {
    width: 100%;
    border-spacing: 0;
    border: 0 solid #dad9d8;
    background: white;
}

.price-list__text {
    padding: 20px 10px 20px 27px;
    border-left: none;
    font-size: 24px;
    font-weight: bold;
    width: 45%;
    position: relative;
    box-sizing: border-box;
    line-height: 45px;
}

.price-list__text span {
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
    font-size: 22px;
}

.price-list__section .price-list__button, .price-list__section .price-list__input {
    opacity: 0;
    pointer-events: none;
}

.price-list__section.active .price-list__button, .price-list__section.active .price-list__input {
    opacity: 1;
    pointer-events: auto;
}

.price-list__last span {
    padding: 6px 20px;
}

.price-list__last.active {
    right: 0;
}

.price-list__last {
    padding-left: 35px;
    padding-right: 35px;
    background: #43b2aa;
    border-right: none;
    display: block;
    color: white;
    font-size: 38px;
    line-height: 85px;
    margin-right: -100px;
    position: absolute;
    right: 20px;
    height: 100%;
}

.price-list__question {
    padding-left: 15px;
    padding-right: 15px;
    background: #43b2aa;
    border-right: none;
    display: block;
    color: white;
    font-size: 38px;
    line-height: 85px;
    position: absolute;
    right: 0px;
    height: 100%;
}

.price-list__last.active {
    margin-right: 0;
}

.price-list__count {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.price-list__info {
    font-size: 20px;
    width: 30%;
    max-width: 30%;
    box-sizing: border-box;
    line-height: 85px;
}

.price-list__info span {
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
}

.owl-prev {
    position: absolute;
    display: block;
    text-indent: -969999px;
    border-left: 1px solid #e1e1e1;
    width: 60px;
    height: 60px;
    top: 0;
    right: -17px;
}

.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -969999px;
    top: 0;
    left: -15px;
    border-right: 1px solid #e1e1e1;
}

.owl-next:after,
.owl-prev:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
}

.price-list__button {
    width: 40px;
    display: block;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    font-size: 32px;
    color: inherit;
    line-height: 85px;
}

.button-prew {
    /*right: 10px;*/
}

.button-next {
    /*left: 10px;*/
}

.price-list__button:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    top: 7px;
}

.price-list__button--prew:after {
    background: url("../img/arrow-prew.png");
    width: 12px;
    height: 20px;
}

.button-next:after {
    /*background: url("../img/arrow-next.png") no-repeat 0 0;*/
    /*left: 12px;*/
}

.button-prew:after {
    /*background: url("../img/arrow-prew.png") no-repeat 0 0;*/
    /*left: 10px;*/
}

.owl-next:after {
    background: url("../img/prew.png") no-repeat 0 0;
}

.owl-prev:after {
    background: url("../img/next.png") no-repeat 0 0;
}

.price-list__container,
.price-list__container td {
    border: none;
}

.price-list__other {
    width: 100%;
    display: none;
    background: #f3f1f1;
    padding-right: 68px;
    position: relative;
}

.price-list__other:after {
    position: absolute;
    content: '';
    background: url("../img/false.png");
    height: 62px;
    width: 45px;
    right: -33px;
    top: -1px;
}

@media screen and  (max-width: 320px) {
    .price-list__info span,
    .price-list__underwear {
        /*display: none;*/
    }

    .price-list__underwear {
        display: none;
    }

    .price-list__other {
        display: block;
    }

    .price-list__info {
        padding-left: 30px;
    }

    .price-list__last {
        padding-left: 0;
    }

    .price-list__text {
        /*width: 65%;*/
    }
}

.special {
    display: flex;
    justify-content: flex-start;
    height: 60px;
    box-sizing: border-box;
}

.special__item {
    width: 576%;
}

.special__item--count {
    padding: 10px 30px 10px 15px;
    display: flex;
    box-sizing: border-box;
}

.special .price-list__button {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.special .price-list__button:first-child {
    margin-left: 0;
}

.special .price-list__info {
    padding: 0;
    margin-top: 11px;
}

.special .price-list__count {
    margin-top: 7px;
}

.special__item--info {
    background: #f3f1f1;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: -1;
    left: -575%;
    height: 100%;
    padding: 0 20px;
    line-height: 85px;
}

.special__item--info:after {
    position: absolute;
    content: '';
    background: url("../img/question.png") no-repeat 0 0;
    width: 35px;
    height: 65px;
    top: 2px;
    left: 0;
    display: none;
}

.special__text {
    font-size: 24px;
    color: #5f5f5f;
    text-align: center;
    margin: 0;
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.service-change {
    background: white;
}

.service-change__item {
    padding: 20px 25px 20px 30px;
    border-top: 1px solid #dad9d8;
    display: flex;
    justify-content: flex-start;
}

.service-change__item a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.service-change__item .price-list__text {
    width: 40%;
}

.service-change__item .price-list__info {
    display: block;
    text-align: left;
    margin-left: 45px;
}

.service-change__item .price-list__text,
.service-change__item .price-list__info {
    padding: 0;
}

.service-change__link {
    font-size: 18px;
    color: #43b2aa;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    background: white;
    font-family: "ProximaNova", sans-serif;
}

.service-change__reset:hover,
.service-change__link:hover,
.price-list__last:hover {
    cursor: pointer;
}

@media screen and  (max-width: 320px) {
    .special__item--count {
        display: none;
    }

    .special__item {
        width: 100%;
    }

    .special {
        display: none;
    }
}

.order-send {
    padding: 20px;
    background: #eeece7;
}

.order-result {
    margin-bottom: 25px;
    padding: 30px;
    background: white;
    position: relative;
}

.order-result:after {
    position: absolute;
    content: '';
    background: url("../img/zigzag.png") repeat-x 0 0;
    height: 8px;
    width: 100%;
    bottom: -7px;
    left: 0;
}

.order-result__text {
    font-size: 36px;
    margin: 0;
    color: #47413a;
    padding-bottom: 30px;
    border-bottom: 1px dashed #47413a;
    margin-bottom: 25px;
}

.order-result .result-price__content {
    color: #47413a;
}

.order-result .result-price__content b {
    color: #43b2aa;
    font-size: 36px;
    margin-left: 11px;
    display: inline-block;
}

.order-result .result-price__content b,
.order-result .result-price__content span {
    font-size: 60px;
}

.order-result .result-price__content span {
    vertical-align: inherit;
    margin-left: -10px;
    font-size: 50px;
}

.order-send__input, .order-send__textarea {
    width: 100%;
    background: white;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.order-send__form {
    padding: 0 35px;
}

.order-send__input::placeholder, .order-send__textarea::placeholder {
    font-size: 18px;
    color: #aaa;
}

.order-send__input::placeholder {
    font-size: 32px;
}

.order-send__input {
    border-radius: 5px;
}

.order-send__textarea::placeholder {
    font-size: 24px;
}

.order-send__textarea {
    resize: none;
    min-height: 100px;
    font-style: italic;
}

.submit {
    width: 100%;
    border: none;
    background: #43b2aa;
    font-size: 32px;
    font-weight: bold;
    color: white;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.agreement {
    font-size: 20px;
    color: #47413a;
    line-height: normal;
}

.agreement__link {
    color: #43b2aa;
    text-decoration: none;
}

.services-view {
    background: white;
    padding: 55px;
}

.services-view__block {
    padding-left: 45px;
    max-width: 330px;
    margin: auto;
}

.services-view__link {
    display: block;
    text-decoration: none;
    color: #43b2aa;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.services-view__link:after {
    position: absolute;
    content: '';
    left: -15px;
    top: 10px;
    border: 6px solid transparent;
    border-left: 6px solid #43b2aa;
}

@media screen and  (max-width: 320px) {
    .order-send {
        padding: 45px 15px;
    }

    .services-view {
        padding: 20px 5px;
    }

    .order-result {
        padding: 15px 9px;
    }

    .order-send__form {
        padding: 0;
    }

    .order-result .result-price__content b {
        margin-left: 0;
    }

    .services-view__block {
        padding-left: 23px;
    }
}

.registration {
    background: white;
}

.registration__description {
    color: white;
    font-weight: bold;
    font-size: 40px;
    min-height: 250px;
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/registration.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.registration__description span {
    font-weight: normal;
    display: block;
}

.registration__form {
    width: 75%;
    padding: 0 5% 2% 5%;
    margin: auto;
    margin-bottom: 15px;
}

.registration__input {
    background: white;
    border: 1px solid #47413a;
    border-radius: 3px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.registration__label {
    display: block;
    font-size: 28px;
    color: #48423b;
    margin-bottom: 10px;
}

.registration__button {
    background: #43b2aa;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.registration__account {
    font-size: 24px;
    color: #252525;
    text-align: center;
}

.registration__account a {
    text-decoration: none;
    color: #43b2aa;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

@media screen and  (max-width: 320px) {
    .registration__description {
        font-size: 24px;
        min-height: 140px;
    }

    .registration__form {
        width: 90%;
    }
}

.socials-account {
    width: 60%;
    margin: auto;
    display: flex;
}

.socials-account__text {
    font-size: 24px;
    color: #252525;
    margin-top: 10px;
    margin-right: 20px;
}

.socials-account__text, .socials-account__link {
    /*width: 50%;*/
}

.socials-account__link {
    display: flex;
    margin-top: 10px;
}

.socials-account__fb, .socials-account__vk {
    width: 51px;
    height: 48px;
    display: block;
}

.socials-account__fb {
    background: url("../img/FB.png") no-repeat 0 0;
    margin-right: 20px;
}

.socials-account__vk {
    background: url("../img/VK.png") no-repeat 0 0;
}

@media screen and  (max-width: 320px) {
    .socials-account {
        width: 93%;
    }
}

.advantages-account {
    padding-top: 50px;
}

.advantages-account__section {
    text-align: center;
    padding: 0 15px 40px 15px;
}

.advantages-account__description {
    font-size: 40px;
    font-weight: bold;
    color: #47413a;
}

.clean-info {
    text-align: center;
    padding: 70px 5% 35px 5%;
    border-bottom: 1px dashed #cdcac4;
    margin-bottom: 20px;
}

.advantages-account__text {
    color: #47413a;
    font-size: 28px;
    margin-top: 20px;
    padding: 0 40px;
}

.advantages-account__list {
    background: #f3f1f1;
    padding-top: 15px;
}

.list-description {
    font-size: 28px;
    font-weight: bold;
    color: #00a89e;
    margin-bottom: 20px;
    margin-top: 10px;
}

.list-text {
    color: #47413a;
    font-size: 24px;
}

.advantages-account__item {
    position: relative;
    border-bottom: 1px solid #e9e8e6;
    padding: 20px 20px 20px 145px;
    list-style: none;
}

.advantages-account__item:after {
    position: absolute;
    content: '';
    left: 47px;
}

.advantages-account__item--payment:after {
    background: url("../img/buy.png") no-repeat 0 0;
    width: 67px;
    height: 79px;
    top: 14%;
}

.advantages-account__item--list:after {
    background: url("../img/list.png") no-repeat 0 0;
    width: 54px;
    height: 72px;
    top: 27%;
}

.advantages-account__item--discount:after {
    background: url("../img/money.png") no-repeat 0 0;
    width: 66px;
    height: 63px;
    top: 30%;
}

.advantages-account__item--like:after {
    background: url("../img/women.png") no-repeat 0 0;
    width: 52px;
    height: 61px;
    top: 30%;
}

.advantages-account__item--like {
    border-bottom: none;
}

.advantages-account__item--chat {
    border-bottom: 1px solid white;
}

.advantages-account__item--chat:after {
    background: url("../img/chat.png") no-repeat 0 0;
    width: 68px;
    height: 49px;
    top: 21%;
}

.advantages-account__item--bonus:after {
    background: url("../img/bonus.png") no-repeat 0 0;
    width: 68px;
    height: 44px;
    top: 32%;
}

.arrow {
    display: none;
    position: relative;
}

.arrow:after {
    position: absolute;
    content: '';
    background: url("../img/more.png");
    width: 41px;
    height: 13px;
    top: 0;
    left: 0;
}

.advantages-account__list .waiting {
    display: none;
    border-top: 1px solid #d5d3d0;
    padding-right: 35px;
}

@media screen and  (max-width: 320px) {
    .advantages-account__description {
        font-size: 24px;
    }

    .advantages-account__text {
        font-size: 17px;
    }

    .list-text {
        display: none;
    }

    .advantages-account__item {
        padding: 20px 15px 20px 99px;
        background: white;
    }

    .advantages-account__item:after {
        left: 21px;
        top: 50%;
        transform: translateY(-50%);
    }

    .advantages-account__item--like, .advantages-account__item--chat {
        border-bottom: 1px solid #e9e8e6;
    }

    .list-description {
        color: #47413a;
    }

    .list-description b {
        color: #00a89e;
    }

    .arrow {
        display: inline-block;
    }

    .advantages-account__item .clean-link {
        display: none;
    }

    .list-description {
        margin-bottom: 0;
    }

    .advantages-account__list .waiting {
        display: block;
    }

    .advantages-account {
        margin-bottom: 30px;
    }
}

.list-description span {
    color: #47413a;
    display: block;
}

.clean-info__workers {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.clean-info__photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 8px;
    border: 2px dashed #cdcac4;
    overflow: hidden;
}

.clean-info__data {
    text-align: left;
    width: 56%;
}

.clean-info__photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.name {
    font-size: 26px;
    font-weight: bold;
    color: #48423b;
}

.rating {
    margin-left: 35px;
    padding: 5px 0 0 10px;
    color: #43b2aa;
    border-left: 1px solid #43b2aa;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rating:after {
    position: absolute;
    content: '';
    background: url("../img/start.png") no-repeat 0 0;
    width: 26px;
    height: 25px;
    left: -34px;
    top: -4px;
}

.clean-info__item {
    list-style: none;
    font-size: 24px;
    color: #48423b;
}

.guarantees {
    padding: 50px;
    background-color: #43b2aa;
    color: white;
    text-align: center;
    background-image: url("../img/guarantees.png");
    background-position: -1px -39px;
    background-repeat: no-repeat;
}

.guarantees__description {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

.guarantees__text {
    font-size: 32px;
    margin-bottom: 40px;
}

.guarantees__list {
    padding-left: 48px;
    box-sizing: border-box;
    text-align: left;
}

.guarantees__item {
    font-size: 36px;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
}

.guarantees__item:after {
    position: absolute;
    content: '';
    background: url("../img/plus-g.png") no-repeat 0 0;
    width: 22px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    left: -37px;
}

.orderNow {
    padding-top: 30px;
    background: white;
    padding-bottom: 100px;
    border-bottom: 5px solid #43b2aa;
}

.orderNow__block {
    width: 70%;
    margin: auto;
}

.orderNow .guarantees__description {
    color: #47413a;
    text-align: center;
    margin-bottom: 45px;
}

.orderNow .rooms__count {
    width: 75%;
}

.orderNow .rooms__button, .orderNow .rooms__count {
    border-top: 1px solid #48423b;
    border-bottom: 1px solid #48423b;
}

.orderNow .rooms__button--prew {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
}

.orderNow .rooms__button--next {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: none;
}

.orderNow .registration__button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.rally {
    padding: 35px 10px 20px 4%;
    background-color: white;
    position: relative;
    border-bottom: 5px solid #43b2aa;
}

.rally:after {
    position: absolute;
    content: '';
    background: url("../img/gift_box.png") no-repeat 0 0;
    top: -84px;
    width: 168px;
    height: 239px;
    right: 0;
}

.rally__text {
    color: #47413a;
    font-size: 30px;
    font-weight: bold;
    padding-right: 120px;
    margin-bottom: 43px;
}

.rally .registration__input,
.rally .registration__button {
    width: 47%;
    display: block;
    padding: 10px;
}

.rally__block {
    display: flex;
    justify-content: space-between;
}

.rally .registration__button {
    font-size: 21px;
}

.reviews {
    padding-top: 70px;
    text-align: center;
    position: relative;
    background: white;
}

.reviews:after {
    position: absolute;
    content: '';
    background: white;
    height: 35px;
    width: 100%;
    top: 0;
    left: 0;
}

.reviews .guarantees__description {
    margin-bottom: 50px;
}

.reviews__users {
    padding: 0 35px 60px 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.reviews__users a {
    margin-right: 20px;
    margin-bottom: 40px;
}

.reviews__block {
    padding: 37px;
    background: white;
    text-align: left;
}

.reviews__text {
    color: #252525;
    font-size: 16px;
}

.free {
    background: url("../img/img-1.png") no-repeat 0 0;
    color: white;
    display: block;
    padding: 5px 0 5px 15px;
}

.promo {
    background: url("../img/img-2.png") no-repeat 0 -3px;
    color: white;
    display: inline-block;
    padding: 5px 0 5px 5px;
}

.footer {
    min-height: 500px;
    background: #47413a;
    padding: 17px 0 10px 0;
}

.messanger {
    border-bottom: 2px dashed #cdcac4;
    border-top: 2px dashed #cdcac4;
}

.messanger img, .socials__item img {
    width: 220px;
    height: 79px;
}

.messanger__description {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.messanger__link {
    display: block;
    margin-right: 25px;
    margin-bottom: 30px;
}

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

.about-us {
    padding: 30px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.contacts {
    width: 40%;
}

.schedule {
    width: 53%;
}

.contacts__tell {
    font-size: 21px;
    color: white;
    text-decoration: none;
}

.social-page {
    display: flex;
    justify-content: space-between;
}

.social-page__link {
    width: 25%;
    background: #eeece7;
    padding: 15px;
    box-sizing: border-box;
    display: block;
    border-right: 1px solid #e2e1df;
    height: 75px;
    position: relative;
}

.social-page__link:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-page__link:last-child {
    border-right: none;
}

.social-page__link--fb:after {
    width: 20px;
    height: 35px;
    background: url("../img/facebook.png") no-repeat 0 0;
    background-size: cover;
}

.social-page__link--inst:after {
    width: 35px;
    height: 35px;
    background: url("../img/instagramm.png") no-repeat 0 0;
    background-size: cover;
}

.social-page__link--vk:after {
    width: 43px;
    height: 24px;
    background: url("../img/vkontakte.png") no-repeat 0 0;
    background-size: cover;
}

.social-page__link--tw:after {
    width: 32px;
    height: 28px;
    background: url("../img/twitter.png") no-repeat 0 0;
    background-size: cover;
}

@media screen and  (max-width: 320px) {
    .clean-info__workers {
        display: block;
    }

    .clean-info__photo {
        margin: auto;
        margin-bottom: 10px;
    }

    .clean-info__data {
        width: 75%;
        margin: auto;
    }

    .name {
        font-size: 21px;
        text-align: center;
    }

    .guarantees {
        padding: 30px 10px;
    }

    .guarantees__description {
        font-size: 24px;
    }

    .guarantees__text,
    .contacts__tell {
        font-size: 18px;
    }

    .guarantees__item {
        font-size: 20px;
    }

    .orderNow {
        padding-bottom: 145px;
    }

    .orderNow__block {
        width: 90%;
    }

    .orderNow .rooms__count {
        width: 60%;
    }

    .rooms__button--prew {
        left: -7px;
    }

    .rooms__button--next {
        right: -7px;
    }

    .rally:after {
        background: url(../img/gift_box2.png) no-repeat 0 0;
        top: -124px;
        width: 163px;
        height: 120px;
        right: 86px;
    }

    .rally__text {
        padding-right: 15px;
        font-size: 24px;
    }

    .rally__block, .about-us {
        display: block;
    }

    .rally .registration__input,
    .rally .registration__button,
    .contacts,
    .schedule {
        width: 100%;
    }

    .reviews__block, .about-us {
        padding: 15px;
    }

    .reviews {
        padding-top: 70px;
    }

    .messanger {
        padding: 15px 65px 55px 80px;
    }

    .contacts {
        margin-bottom: 20px;
    }

    .contacts__text {
        display: inline-block;
        margin-right: 10px;
    }

    .social-page {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .social-page__link {
        width: 50%;
    }

    .reviews__users {
        padding: 0 25px 30px 25px;
    }

    .reviews__users a {
        margin-right: 5px;
    }

    .service-change__item {
        padding: 10px 10px 20px 15px;
        position: relative;
    }

    .service-change__item:after {
        position: absolute;
        width: 9px;
        height: 100%;
        background: #43b2aa;
        content: '';
        top: 0;
        right: 0;
    }

    .service-change__item .price-list__info {
        display: none;
    }

    .service-change__item .price-list__text {
        width: 55%;
    }
}

.active-class {
    display: block;
}

.active-class .services-view__link:after {
    border: 5px solid transparent;
    border-top: 7px solid #43b2aa;
    top: 7px;
}

.dropdown {
    color: #47413a;
    font-size: 14px;
    display: none;
}

.dropdown__text {
    margin-bottom: 20px;
}

.dropdown__text span {
    display: block;
}

.dropdown__text a {
    color: #43b2aa;
    text-decoration: none;
}

.dropdown__text a:hover {
    text-decoration: underline;
}

.dropdown__list {
    padding-left: 30px;
}

.dropdown__item {
    list-style: none;
    text-decoration: underline;
    margin-bottom: 20px;
}

.dropdown__block {
    width: 100%;
}

.dropdown__block img {
    width: 100%;
}

.services-view__item {
    list-style: none;
}

.calculator .owl-prev {
    position: absolute;
    display: block;
    text-indent: -969999px;
    border-left: 1px solid #e1e1e1;
    width: 49px;
    height: 60px;
    top: 0;
    right: -1px;
}

.calculator .owl-next {
    position: absolute;
    display: block;
    text-indent: -969999px;
    border-left: 1px solid #e1e1e1;
    width: 49px;
    height: 60px;
    top: 0;
    left: -1px;
}

.orderNow .owl-next {
    border: 1px solid #48423b;
    left: -13px;
    height: 59px;
}

.orderNow .owl-prev {
    border: 1px solid #48423b;
    right: -15px;
    height: 59px;
}

.price-list__section {
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
    min-height: 80px;
    border-top: 1px solid #dad9d8;
    overflow: hidden;
    background: white;
    color: #47413a;
}

.price-list__section.active {
    background: #43b2aa;
    color: #fff;
}

.price-list__input {
    width: 20px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-family: "ProximaNova", sans-serif;
    background-color: transparent;
    color: inherit;
    padding: 0
}

.price-list__last.active .special__item--info {
    z-index: 1;
}

.bx-next {
    position: absolute;
    display: block;
    border-left: 1px solid #e1e1e1;
    width: 80px;
    height: 80px;
    top: 0;
    right: -1px;
}

.bx-prev {
    position: absolute;
    display: block;
    border-right: 1px solid #e1e1e1;
    width: 80px;
    height: 80px;
    top: 0;
    left: -1px;
}

.bx-next:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/next.png) no-repeat 0 0;
    background-size: 15px;
    background-position: center;
}

.bx-prev:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: url(../img/prew.png) no-repeat 0 0;
    background-size: 15px;
    background-position: center;
}

.orderNow .bx-prev,
.orderNow .bx-next {
    width: 80px;
    height: 80px;
    border: 1px solid #48423b;
}

.orderNow .bx-next {
    right: -14px;
}

.orderNow .bx-prev {
    left: -11px;
}

.active--slider:after {
    display: none;
}

button, input, optgroup, select, textarea {
    font-size: 30px;
}

span.calc_error {
    color: red;
    display: none;
    font-size: 24px;
    bottom: 20px;
    position: relative;
    background: transparent;
}

input.calc_error {
    border: 1px dashed red;
}

input.calc_success {
    border: 1px solid green;
}

main.container input:focus {
    font-size: 26px;
}

.sqr {
    display: block;
}

.order-send .calculator__elements .tooltip span, .calculator .calculator__elements .tooltip span {
    background-image: url(/web/images/hintBg.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    bottom: -17px;
    height: 19px;
    left: 20px;
    position: absolute;
    width: 23px;
    display: block;
    font-family: 'Proxima Nova Regular';
    margin-top: -19px;
    color: #716659;
    font-size: 11px;
}

.order-send .calculator__elements .tooltip, .calculator .calculator__elements .tooltip {
    background-color: #fff;
    border-radius: 10px;
    bottom: 45px;
    font-size: 24px;
    left: -20px;
    padding: 10px 10px;
    position: absolute;
    border: 1px solid #eee;
    /*white-space: nowrap;*/
    width: 300px;
    display: none;
    color: #47413a;
}

.order-send .calculator__elements .info:hover .tooltip, .calculator .calculator__elements .info:hover .tooltip {
    display: block;
}

.order-send .calculator__elements .info, .calculator .calculator__elements .info {
    cursor: pointer;
}

.bx-wrapper .bx-controls-direction a {
    background-color: white;
}

.bx-wrapper {
    margin-bottom: 20px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}

.order-result .additional p {
    display: inline-flex;
}

.order-result .additional p .title {
    width: 280px;
    margin-right: 20px;
}

.order-result .additional p .price_span {
    width: 110px;
}

.order-result .additional p .remove {
    color: #43b2aa;
    cursor: pointer;
}