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

body {
    font-family: "ProximaNova", sans-serif;
    width: 100%;
}

.wrapper {
    margin: auto;
    max-width: 1200px;
    width: 100%;
}

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

ul {
    margin: 0;
    padding: 0;
}

.header {
    min-height: 80px;
    padding: 20px 0;
    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;
    width: 750px;
}

.logo {
    width: 110px;
}

.header__right .submit {
    font-size: 16px;
    padding: 20px 35px;
    width: 205px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    text-decoration: none;
}

.personalArea {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #47413a;
    position: relative;
    margin-top: 17px;
    margin-left: 50px;
}

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

.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;
}

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

.personalArea:after {
    position: absolute;
    content: '';
    background: url("../img/user.jpg");
    width: 51px;
    height: 51px;
    top: -17px;
    left: -70px;
}

.personalArea:hover {
    text-decoration: underline;
}

.tell-us {
    font-size: 24px;
    color: #47413a;
    text-decoration: none;
    font-weight: bold;
    text-align: end;
}

.tell-us span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

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

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

.container .slider .slider__list {
    margin-bottom: 10px;
    /*min-height: 400px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.slider__item {
    text-align: center;
    list-style: none;
    width: 31%;
    height: 350px;
    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;
}

.slider__item:hover {
    cursor: pointer;
}

.slider__item--quick {
    background: url(../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("../img/clean-2.jpg") no-repeat center 0;
    background-size: cover;
}

.slider__description {
    margin: 120px 0 23px 0;
    font-size: 36px;
    padding: 0 60px;
    z-index: 1;
    position: relative;
    pointer-events: none;
}

.slider__text {
    width: 69%;
    margin: auto;
    z-index: 1;
    position: relative;
    pointer-events: none;
}

.active--slider:nth-child(3):after {
    background: rgba(0, 0, 0, 0.3);
}

.active--slider:nth-child(2):after {
    display: none;
}

.active--slider:nth-child(1):after {
    background: rgba(0, 0, 0, 0.3);
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-bottom: 70px;
}

.price .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.price__item {
    color: #48423b;
    text-align: center;
    padding: 40px 25px 15px 25px;
    width: 250px;
    background: white;
    position: relative;
    -webkit-box-shadow: 5px 4px 4px -4px rgba(209, 205, 203, 1);
    box-shadow: 5px 4px 4px -4px rgba(209, 205, 203, 1);
    min-height: 256px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price__item:after {
    position: absolute;
    content: '';
    background: url("../img/pri.png") no-repeat 0 0;
    width: 100%;
    height: 16px;
    bottom: -8px;
    left: 0;
    background-size: 101% 100%;
}

.price__block {
    padding: 30px 0 0 0;
}

.price__name {
    font-size: 24px;
    margin-bottom: 30px;
}

.price__text {
    font-weight: bold;
    font-size: 34px;
    padding-bottom: 20px;
}

.price__content {
    padding-top: 23px;
    border-top: 1px dashed #817d78;
}

.price__content--text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

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

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

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

.rooms__count {
    width: 70%;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #2f2929;
    margin: auto;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rooms__button {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    width: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    text-indent: -99999px;
    border: 1px solid #e1e1e1;
}

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

.rooms__button--next {
    right: 6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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: 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

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

.button:hover {
    cursor: pointer;
}

.container .order,
.container .calculate,
.rooms {
    width: 260px;
    height: 50px;
}

.container .order {
    background: #8cc4c0;
    margin: 25px 0 0 0;
}

.container .calculate {
    background: #43b2aa;
    margin: 25px 0 0 0;
}

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

.phone__add {
    width: 100%;
    border: none;
    padding: 16px 20px 12px 77px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 20px;
    color: #acaaaa;
}

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

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

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

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

.form-order {
    margin-bottom: 60px;
}

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

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

.wrapper-content {
    background: white;
    padding-bottom: 50px;
    padding-top: 50px;
}

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

.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 {
    padding: 30px 0;
    margin-bottom: 0px;
    padding-bottom: 0;
    display: none;
}

.clean-list__services {
    padding: 0 85px 30px 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

.clean-list__slider {
    position: relative;
}

.swiper-container {
    width: 100%;
}

.clean-link, .clean-list-link {
    color: #43b2aa;
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    display: block;
    float: right;
    padding-right: 5px;
}

.calculator__block {
    width: 50%;
    margin-right: 65px;
}

.clean-link b {
    display: none;
}

.calculator__section .rooms {
    width: 265px;
}

.clean-list__slider {
    margin-bottom: 50px;
    /*display: none;*/
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

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

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

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

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

.active-link {
    position: relative;
}

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

.list-view__item {
    list-style: none;
    font-size: 18px;
    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: 50px 30px 25px 30px;
    border: 2px solid #43b2aa;
    position: relative;
    max-width: 470px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

.waiting {
    padding: 70px 70px 45px 135px;
    background: #edebe6;
    position: relative;
    max-width: 660px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

.socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.advantages {
    padding: 95px 0;
    position: relative;
    background: url("../img/advantages.jpg") no-repeat 0 0;
    background-size: cover;
    min-width: 1200px;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1210px;
    margin: auto;
}

.advantages .wrapper {
    max-width: 100%;
    background: url(../img/bg.jpg) repeat 0 0;
    padding: 50px 0;
    position: relative;
}

.advantages .description {
    position: relative;
    width: 360px;
    margin: auto;
    margin-bottom: 50px;
}

.advantages .description:after {
    position: absolute;
    content: '';
    /*background: url("../img/true-advantage.png") no-repeat 0 0;*/
    width: 30px;
    height: 30px;
    top: 6px;
    left: -37px;
}

.advantages .wrapper:after {
    position: absolute;
    content: '';
    top: -28px;
    left: 0;
    background: url(../img/advantage-line.png) no-repeat 0 0;
    height: 55px;
    width: 100%;
}

.advantages .wrapper:before {
    position: absolute;
    content: '';
    bottom: -28px;
    left: 0;
    background: url(../img/advantage-line.png) no-repeat 0 0;
    height: 55px;
    width: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.advantages__item {
    list-style: none;
    color: #48423b;
    line-height: 1.4;
    margin-bottom: 42px;
    padding-top: 115px;
    position: relative;
    width: 205px;
    text-align: center;
}

.advantages__item:after {
    position: absolute;
    content: '';
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.advantages__item--no-money:after {
    background: url("../img/no-pay.png") no-repeat 0 0;
    width: 83px;
    height: 83px;
}

.advantages__item--guarantee:after {
    background: url("../img/guarantee.png") no-repeat 0 0;
    width: 79px;
    height: 79px;
}

.advantages__item--mkda:after {
    background: url("../img/mkda.png") no-repeat 0 0;
    width: 79px;
    height: 79px;
}

.advantages__item--personal-img:after {
    background: url("../img/personal-img.png") no-repeat 0 0;
    width: 80px;
    height: 80px;
}

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

.advantages__item--dryCleaning:after {
    background: url("../img/drycleaning.png") no-repeat 0 0;
    width: 83px;
    height: 83px;
}

.advantages__item--steam:after {
    background: url("../img/steam.png") no-repeat 0 0;
    width: 79px;
    height: 79px;
}

.advantages__item--special:after {
    background: url("../img/cat.png") no-repeat 0 0;
    width: 84px;
    height: 84px;
}

.advantages__item--personal:after {
    background: url("../img/personal.png") no-repeat 0 0;
    width: 80px;
    height: 80px;
}

.advantages__description {
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
}

.advantages__text {
    font-size: 16px;
}

.calculator__description {
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    margin-left: 40px;
    margin-top: 20px;
    display: block;
}

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

.calculator__block .calculator__elements {
    font-size: 18px;
}

.calculator__elements {
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    color: #47413a;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    margin-top: 13px;
}

.container-second .calculator__elements {
    width: 30%;
}

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

.container-sections {
    background: white;
}

.container-sections form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
}

.container .info {
    position: absolute;
    top: -10px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #43b2aa;
    font-size: 20px;
    font-family: 'Proxima Nova Bold';
    border-radius: 50%;
    color: white;
    text-decoration: none;
    text-align: center;
}

.result-price {
    padding: 17px 30px;
    background: #43b2aa;
    display: none;
}

.container-first {
    width: 50%;
    padding-left: 50px;
    padding-right: 30px;
}

.container-second {
    width: 40%;
    padding-top: 100px;
    background: #eeece7;
}

.result-price__content {
    color: #eeece7;
    font-family: 'Proxima Nova Bold';
    font-size: 26px;
}

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

.result-price__number {
    color: white;
}

.price-list__table {
    width: 100%;
    border-top: 1px solid #dad9d8;
}

.price-list__description {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
}

td {
    padding: 5px 10px;
    /*height: 50px;*/
}

.price-list__text {
    padding: 12px 10px 6px 0px;
    border-left: none;
    font-size: 15px;
    width: 290px;
    position: relative;
    font-family: "Proxima Nova Bold";
    white-space: nowrap;
}

.price-list__text:before {
    content: '+';
    margin: 10px;
}

.active .price-list__text:before {
    font-size: 14px;
    content: 'x';
    bottom: 2px;
    position: relative;
}

.price-list__last {
    width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
    font-size: 21px;
    font-family: 'Proxima Nova Bold';
    color: #43b2aa;
    text-align: center;
    margin-left: 40px;
    line-height: 40px;
}

.active .price-list__last {
    color: #fff;
}

.price-list__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dad9d8;
    position: relative;
    height: 40px;
    cursor: pointer;
}

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

.price-list__section:last-child {
    /*border-bottom: none;*/
}

.price-list__last:hover {
    cursor: pointer;
}

.price-list__count {
    font-family: 'Proxima Nova Bold';
    font-size: 20px;
    text-align: center;
}

.price-list__count form {
    width: 40px;
}

.price-list__input {
    width: 20px;
    border: none;
    text-align: center;
    /*border-left: 1px solid #dad9d8;*/
    /*border-right: 1px solid #dad9d8;*/
    font-size: 15px;
    background-color: transparent;
}

.price-list__input:focus {
    outline: none;
}

.price-list__info {
    padding-left: 10px;
    position: relative;
    width: 180px;
    font-size: 13px;
    line-height: 40px;
    margin-right: 20px;
}

.price-list__button {
    width: 30px;
    height: 40px;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    color: inherit;
    line-height: 40px;
    text-align: center;
}

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

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

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

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

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

.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;
}

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

.special__item {
    width: 100%;
}

.special__item--count {
    padding: 10px 30px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    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;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 358px;
    top: 0;
    z-index: -1;
    right: 33px;
    height: 100%;
    line-height: 45px;
}

.special__item--info:after {
    /*position: absolute;*/
    /*content: '';*/
    /*top: 12px;*/
    /*right: -2px;*/
    /*border: 12px solid transparent;*/
    /*border-right: 13px solid #43b2aa;*/
}

.special__text {
    font-size: 12px;
    color: #5f5f5f;
    margin: 0;
    line-height: 14px;
    vertical-align: middle;
    display: inline-block;
}

.price-list__block {
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
}

.service-change__link {
    /*font-size: 18px;*/
    /*color: #43b2aa;*/
    /*text-decoration: none;*/
    /*font-family: 'Proxima Nova Bold';*/
    /*padding-top: 5px;*/
    /*border: none;*/
    /*background-color: transparent;*/
    /*padding-left: 15px;*/
}

.service-change__link:hover {
    /*text-decoration: underline;*/
}

.service-change__link:focus {
    outline: none;
}

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

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

.service-change__reset {
    background: #43b2aa;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    border: none;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: 20px;
    display: none;
    margin-right: 5px;
}

.order-result__text {
    font-size: 21px;
    color: #47413a;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
}

.order-result__text p {
    margin: 5px 10px;
    font-size: 16px;
    display: inline-flex;
}

.order-result .result-price__content {
    color: #47413a;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: -10px;
}

.order-result #result_text {
    font-size: 18px;
}

.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: 26px;
}

.order-result .result-price__content span {
    vertical-align: inherit;
    margin-left: 0;
}

.order-send__input, .order-send__textarea {
    width: calc(75% - 32px);
    margin-top: 20px;
    background: white;
    border: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order-send__input::-webkit-input-placeholder,
.order-send__textarea::-webkit-input-placeholder {
    font-size: 18px;
    color: black;
}

.order-send__input:-ms-input-placeholder,
.order-send__textarea:-ms-input-placeholder {
    font-size: 18px;
    color: black;
}

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

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

.order-send__textarea {
    resize: none;
    min-height: 80px;
    font-style: italic;
    margin-bottom: -10px;
}

.container .submit {
    width: 100%;
    border: none;
    background: #43b2aa;
    font-size: 26px;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    border-radius: 0;
    font-family: 'Proxima Nova Bold';
}

.agreement {
    font-size: 13px;
    color: #47413a;
    text-align: center;
    width: 90%;
    margin: auto;
    margin: 20px auto 35px auto;
}

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

.services-view__block {
    padding-left: 18px;
    max-width: 330px;
}

.services-view__link {
    display: block;
    text-decoration: none;
    color: #43b2aa;
    font-size: 16px;
    font-family: 'Proxima Nova Bold';
    position: relative;
    margin-bottom: 15px;
}

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

.dropdown {
    display: none;
}

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

.registration {
    background: white;
    min-width: 1200px;
}

.registration__description {
    color: white;
    font-family: 'Proxima Nova Bold';
    font-size: 36px;
    min-height: 122px;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: url("../img/registration.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin-bottom: 30px;
    margin-top: 0;
    display: block;
}

.registration__container {
    max-width: 535px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.registration__description span {
    font-weight: normal;
    display: block;
    font-family: "ProximaNova", sans-serif;
}

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

.registration__input {
    background: white;
    border: 1px solid #47413a;
    border-radius: 3px;
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    font-size: 22px;
}

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

.registration__button {
    background: #43b2aa;
    border: none;
    color: white;
    font-family: 'Proxima Nova Bold';
    font-size: 21px;
    height: 50px;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

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

.registration__account a {
    text-decoration: none;
    color: #43b2aa;
    font-family: 'Proxima Nova Bold';
    margin-left: 5px;
    display: inline-block;
}

.socials-account {
    padding: 115px 15px 10px 30px;
}

.socials-account__text {
    font-size: 18px;
    color: #252525;
    margin-bottom: 18px;
}

.socials-account__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}

.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;
}

.advantages-account {
    padding-top: 115px;
    background: white;
    padding-bottom: 45px;
    min-width: 1200px;
}

.advantages-account__section {
    text-align: center;
    padding: 0 15px 40px 15px;
    max-width: 595px;
    margin: auto;
}

.advantages-account__description {
    font-size: 36px;
    font-family: 'Proxima Nova Bold';
    color: #47413a;
    margin: 0;
}

.clean-info {
    text-align: center;
    padding: 70px 0 35px 0;
    border-bottom: 1px dashed #cdcac4;
    min-width: 1200px;
}

.advantages-account__text {
    color: #47413a;
    font-size: 24px;
    margin-top: 20px;
}

.advantages-account__list {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front {
    position: relative;
    padding: 145px 45px 45px 45px;
    width: 370px;
    height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 2px solid #d2d2d2;
    background: white;
    color: #47423a;
}

.advantages-account__item_container:hover .advantages-account__item {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
}

.advantages-account__item_container {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 0.6s;
    position: relative;
    width: 370px;
    height: 400px;
    margin-bottom: 10px;
}

.advantages-account__item {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 0.6s;
    position: relative;
    width: 370px;
    height: 400px;
    margin-bottom: 10px;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.back {
    position: relative;
    padding: 145px 45px 45px 45px;
    width: 370px;
    height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #d2d2d2;
    color: #47423a;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.list-description {
    font-size: 22px;
    font-family: 'Proxima Nova Bold';
    color: #00a89e;
    margin-bottom: 20px;
    margin-top: 1.33em;
    display: block;
}

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

.advantages-account__item {
    list-style: none;
}

.advantages-account__item .clean-link {
    text-align: left;
    padding-right: 0;
    margin-top: 70px;
}

.advantages-account__item--payment .list-description,
.advantages-account__item--list .list-description {
    color: #47423a;
    font-size: 28px;
}

.back:after,
.front: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: 40px;
}

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

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

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

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

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

.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%;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-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-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.clean-info__data {
    text-align: left;
}

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

.clean-list__services .clean-link {
    padding-right: 0;
}

.name {
    font-size: 23px;
    font-family: 'Proxima Nova Bold';
    color: #48423b;
    text-align: center;
}

.rating {
    margin-left: 60px;
    padding: 5px 0 0 10px;
    color: #43b2aa;
    border-left: 1px solid #43b2aa;
    position: relative;
    font-size: 14px;
    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: 20px;
    color: #48423b;
    margin-bottom: 25px;
}

.guarantees {
    background: url(../img/guarantee.jpg) no-repeat right 0;
    color: white;
    text-align: center;
    background-size: cover;
    min-width: 1200px;
}

.guarantees__block {
    background-color: #43b2aa;
    width: 70%;
    padding: 5% 10% 5% 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.guarantees__block:after {
    position: absolute;
    content: '';
    background: url("../img/guarantees-line.png") no-repeat 0 0;
    width: 131px;
    height: 100%;
    top: 0;
    right: -10px;
}

.guarantees__description {
    font-size: 35px;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    display: block;
}

.guarantees__description:after {
    position: absolute;
    content: '';
    background: url("../img/guarantees.png") no-repeat 0 0;
    width: 209px;
    height: 322px;
    top: -81px;
    left: -198px;
}

.guarantees__text {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: left;
    max-width: 440px;
}

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

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

.guarantees__item span {
    font-family: 'Proxima Nova Bold';
}

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

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

.orderNow__block .guarantees__description:after {
    display: none;
}

.orderNow {
    padding-top: 30px;
    background: white;
    /*padding-bottom: 100px;*/
    position: relative;
}

.orderNow__block {
    padding-bottom: 60px;
    text-align: center;
}

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

.orderNow .rooms__count {
    width: 100%;
}

.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: 268px;
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 13px;
    margin-top: 40px;
}

.flex-container .rooms {
    height: 51px;
}

.flex-container .rooms__button--next {
    right: -5px;
}

.flex-container .rooms__button--prew {
    left: -5px;
}

.flex-container .calculator__elements {
    font-weight: normal;
}

.rally {
    padding: 22px 10px 65px 4%;
    background-color: white;
    border-bottom: 10px solid #43b2aa;
    border-top: 10px solid #43b2aa;
    position: relative;
}

.rally:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #faf9f7;
    top: 0;
    right: 0;
}

.rally .wrapper {
    position: relative;
}

.rally .wrapper:after {
    position: absolute;
    content: '';
    background: url(../img/gift_box.png) no-repeat 0 0;
    top: -80px;
    width: 453px;
    height: 416px;
    right: 0px;
    z-index: 2;
}

.rally__text {
    color: #47413a;
    font-size: 30px;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 43px;
    max-width: 645px;
}

.rally__form {
    max-width: 645px;
}

.rally .registration__input,
.rally .registration__button {
    width: 45%;
    display: block;
    padding: 10px;
    margin-right: 10px;
    font-size: 24px;
}

.rally__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

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

.reviews {
    padding-top: 70px;
    text-align: center;
}

.reviews .wrapper {
    max-width: 1050px;
}

.reviews__block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

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

.reviews__users {
    padding: 0 35px 60px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews .clean-link {
    text-align: left;
    padding-right: 0;
    max-width: 1050px;
    margin: auto;
}

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

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

.reviews__text {
    color: #252525;
    font-size: 15px;
    width: 495px;
    margin-bottom: 35px;
    margin-right: 30px;
    text-align: left;
}

.free {
    background: url(../img/img-1.png) no-repeat 0 0;
    background-size: cover;
    color: white;
    display: inline-block;
    padding: 5px 20px 5px 15px;
    width: auto;
}

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

.footer {
    min-height: 500px;
    padding: 45px 0 25px 0;
    background: url("../img/footer-bg.jpg") repeat 0 0;
}

main.container .messanger {
    padding: 15px 65px 15px 65px;
}

.messanger__description {
    color: #433d36;
    font-size: 18px;
    font-family: 'Proxima Nova Bold';
    text-align: center;
    margin-bottom: 35px;
}

.messanger__link {
    display: block;
    margin-right: 25px;
    margin-bottom: 30px;
    width: 135px;
    height: 45px;
}

.messanger__link img {
    width: 100%;
    height: 100%;
}

.messanger__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__description {
    margin-bottom: 50px;
    font-size: 16px;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    color: #47413a;
}

.footer__item {
    list-style: none;
    line-height: 25px;
}

.footer__link {
    font-size: 13px;
    color: #6f6c74;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}

.schedule {
    font-size: 13px;
    color: #4b463f;
    line-height: 25px;
}

.tell {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Proxima Nova Bold';
    color: #6f6659;
    margin-bottom: 30px;
    display: block;
}

.adress {
    line-height: 25px;
    font-size: 13px;
    font-family: 'Proxima Nova Bold';
    color: #716659;
}

.tell:hover {
    text-decoration: underline;
}

.wrapper__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.social-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 230px;
    position: relative;
    padding-top: 11px;
}

.social-page:after {
    position: absolute;
    content: '';
    background: url("../img/footer-img.jpg") no-repeat 0 0;
    width: 108px;
    height: 138px;
    top: -103px;
    left: -155px;
}

.social-page__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 20px;
}

.footer__section {
    max-width: 900px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.social-page__link--fb {
    background: url("../img/facebook.png") no-repeat 0 0;
    background-size: contain;
}

.social-page__link--inst {
    background: url("../img/instagramm.png") no-repeat 0 0;
    background-size: contain;
}

.social-page__link--vk {
    background: url("../img/vkontakte.png") no-repeat 0 0;
    background-size: contain;
}

.social-page__link--tw {
    background: url("../img/twitter.png") no-repeat 0 0;
    background-size: contain;
}

.share {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.share__text {
    font-size: 11px;
    color: #402d1f;
}

.share__text a {
    color: #3662a0;
    text-decoration: none;
}

.share__social {
    color: #ffffff;
    position: relative;
    font-size: 11px;
    font-family: 'Proxima Nova Bold';
    background: #4267b2;
    padding: 5px 5px 5px 25px;
    border-radius: 3px;
    text-decoration: none;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
}

.advantages__link {
    display: block;
    text-decoration: none;
}

.form-order .rooms__count {
    border: none;
}

.form-order__block .rooms__button--prew {
    border: none;
    border-right: 1px solid #e1e1e1;
}

.form-order__block .rooms__button--next {
    border: none;
    border-left: 1px solid #e1e1e1;
}

.icon {
    /*position: absolute;*/
    /*top: 3px;*/
    /*left: 4px;*/
    width: 17px;
    height: 15px;
}

/*@media screen and (max-width: 1200px) {*/

/*.wrapper__block {*/
/*width: 90%;*/
/*}*/

/*.wrapper__block {*/
/*margin: auto;*/
/*margin-bottom: 30px;*/
/*}*/

/*.wrapper-content .wrapper {*/
/*width: 95%;*/
/*}*/

/*.advantages__list {*/
/*padding: 0 15px;*/
/*}*/

/*.advantages-account__list {*/
/*padding-right: 15px;*/
/*padding-left: 15px;*/
/*}*/

/*.guarantees__block {*/
/*padding: 10% 10% 5% 10%;*/
/*width: 60%;*/
/*}*/

/*.rally__block {*/
/*width: 75%;*/
/*}*/

/*.rally .registration__input,*/
/*.rally .registration__button {*/
/*height: 50px;*/
/*}*/

/*.reviews__text {*/
/*width: 45%;*/
/*}*/

/*.advantages-account__item {*/
/*width: 33%;*/
/*}*/

/*.footer__section {*/
/*max-width: 840px;*/
/*}*/

/*.social-page:after {*/
/*left: -125px;*/
/*}*/

/*.header {*/
/*padding: 20px 10px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*.calculator__section .rooms {*/
/*width: 275px;*/
/*}*/

/*.form-order__block,*/
/*.order,*/
/*.calculate {*/
/*width: 230px;*/
/*}*/

/*.form-order__block .phone {*/
/*width: 100%;*/
/*margin: 0;*/
/*}*/

/*.phone__add {*/
/*padding: 15px 20px 15px 58px;*/
/*}*/

/*.phone__code {*/
/*padding: 15px 12px;*/
/*}*/

/*.rooms {*/
/*width: auto;*/
/*}*/

/*.price__item {*/
/*width: 225px;*/
/*}*/

/*.wrapper {*/
/*padding: 0 15px;*/
/*width: auto;*/
/*}*/

/*.social-page {*/
/*width: 165px;*/
/*margin-top: 8px;*/
/*}*/

/*.footer__section {*/
/*max-width: 760px;*/
/*}*/

/*.guarantees__block {*/
/*padding: 5% 10% 5% 22%;*/
/*width: 100%;*/
/*}*/

/*.guarantees__block:after {*/
/*display: none;*/
/*}*/

/*.messanger__link {*/
/*width: 120px;*/
/*}*/

/*.guarantees__description:after {*/
/*top: -56px;*/
/*left: -96px;*/
/*}*/

/*.rally .wrapper:after {*/
/*background: url(../img/gift_box-2.png) no-repeat 0 0;*/
/*top: -90px;*/
/*width: 304px;*/
/*height: 416px;*/
/*right: -10px;*/
/*}*/

/*.rally:after {*/
/*display: none;*/
/*}*/

/*.wrapper__block {*/
/*width: 95%;*/
/*}*/

/*.footer__list {*/
/*width: 200px;*/
/*margin-right: 17px;*/
/*}*/

/*.footer__list:last-child {*/
/*margin-right: 0;*/
/*}*/

/*.footer__description {*/
/*margin-bottom: 21px;*/
/*font-size: 15px;*/
/*}*/

/*.slider__list {*/
/*padding: 0 15px;*/
/*}*/
/*}*/

.hide-list {
    display: none;
}

/*@media screen and (max-width: 800px) {*/

/*.personalArea {*/
/*display: none;*/
/*}*/

/*.slider__text {*/
/*width: 90%;*/
/*margin: auto;*/
/*}*/

/*.rooms__block .rooms__count {*/
/*width: 240px;*/
/*}*/

/*.slider__description {*/
/*margin: 40px 0 23px 0;*/
/*font-size: 25px;*/
/*padding: 0 20px;*/
/*}*/

/*.swiper-slide-next,*/
/*.slider__item:first-child {*/
/*height: 255px;*/
/*margin-top: 22px;*/
/*}*/

/*.swiper-slide-active {*/
/*height: 295px;*/
/*}*/

/*.slider__list {*/
/*padding: 0 0 0 15px;*/
/*}*/

/*.slider__item:last-child {*/
/*margin-right: 0;*/
/*}*/

/*.header__right {*/
/*width: 480px;*/
/*}*/

/*.hide-list {*/
/*width: 645px;*/
/*margin: auto;*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-orient: horizontal;*/
/*-webkit-box-direction: normal;*/
/*-ms-flex-direction: row;*/
/*flex-direction: row;*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*-webkit-box-pack: justify;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*}*/

/*.hide-list__item {*/
/*list-style: none;*/
/*font-size: 15px;*/
/*color: #2f2929;*/
/*width: 130px;*/
/*padding-left: 70px;*/
/*margin-bottom: 50px;*/
/*position: relative;*/
/*}*/

/*.hide-list__item:after {*/
/*position: absolute;*/
/*content: '';*/
/*left: 13px;*/
/*}*/

/*.hide-list__item--windows:after {*/
/*top: -9px;*/
/*background: url("../img/icon-1.png") no-repeat 0 0;*/
/*width: 35px;*/
/*height: 39px;*/
/*}*/

/*.hide-list__item--fridge:after {*/
/*top: -5px;*/
/*background: url("../img/icon-2.png") no-repeat 0 0;*/
/*width: 31px;*/
/*height: 44px;*/
/*}*/

/*.hide-list__item--svch:after {*/
/*top: 1px;*/
/*background: url("../img/icon-3.png") no-repeat 0 0;*/
/*width: 42px;*/
/*height: 30px;*/
/*}*/

/*.hide-list__item--iron:after {*/
/*top: -3px;*/
/*background: url("../img/icon-4.png") no-repeat 0 0;*/
/*width: 47px;*/
/*height: 23px;*/
/*}*/

/*.hide-list__item--main:after {*/
/*top: -9px;*/
/*background: url("../img/icon-5.png") no-repeat 0 0;*/
/*width: 35px;*/
/*height: 33px;*/
/*}*/

/*.hide-list__item--underwear:after {*/
/*top: 1px;*/
/*background: url("../img/icon-6.png") no-repeat 0 0;*/
/*width: 44px;*/
/*height: 25px;*/
/*}*/

/*.hide-list__item--eko:after {*/
/*top: -7px;*/
/*background: url("../img/icon-7.png") no-repeat 0 0;*/
/*width: 36px;*/
/*height: 37px;*/
/*}*/

/*.hide-list__item--flat:after {*/
/*top: -7px;*/
/*background: url("../img/icon-8.png") no-repeat 0 0;*/
/*width: 40px;*/
/*height: 39px;*/
/*}*/

/*.hide-list__item--balcony:after {*/
/*top: -7px;*/
/*background: url("../img/icon-9.png") no-repeat 0 0;*/
/*width: 38px;*/
/*height: 38px;*/
/*}*/

/*.clean-list__content {*/
/*display: none;*/
/*}*/

/*.open-menu {*/
/*display: block;*/
/*}*/

/*.header {*/
/*padding: 20px 30px;*/
/*}*/

/*.container-sections .wrapper {*/
/*display: block;*/
/*}*/

/*.container-first {*/
/*padding: 0;*/
/*width: 100%;*/
/*}*/

/*.calculator {*/
/*background: #eeece7;*/
/*padding: 40px 90px 20px 90px;*/
/*}*/

/*.calculator__description {*/
/*padding-left: 66px;*/
/*}*/

/*.calculator__description:after {*/
/*left: 19px;*/
/*top: 2px;*/
/*}*/

/*.calculator__block .rooms {*/
/*margin: inherit;*/
/*}*/

/*.rooms__button--prew {*/
/*left: -2px;*/
/*}*/

/*.rooms__button--next {*/
/*right: -2px;*/
/*}*/

/*.wrapper {*/
/*padding: 0;*/
/*}*/

/*.clean-link {*/
/*padding-right: 142px;*/
/*margin-bottom: 20px;*/
/*margin-top: 10px;*/
/*}*/

/*.price-list {*/
/*padding: 30px 90px;*/
/*}*/

/*.result-price,*/
/*.advantages-account__list,*/
/*.clean-info__workers-list {*/
/*display: block;*/
/*}*/

/*.container-second,*/
/*.advantages-account__item,*/
/*.reviews__text,*/
/*.orderNow .registration__button {*/
/*width: 100%;*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*.order-send {*/
/*width: 470px;*/
/*margin: auto;*/
/*}*/

/*.guarantees__description {*/
/*font-size: 30px;*/
/*}*/

/*.order-send__form {*/
/*padding: 0 50px;*/
/*}*/

/*.orderNow__block {*/
/*width: 40%;*/
/*display: block;*/
/*margin: auto;*/
/*}*/

/*.agreement {*/
/*padding: 0 35px;*/
/*}*/

/*.services-view__block {*/
/*width: 275px;*/
/*}*/

/*.advantages-account__item {*/
/*padding: 80px 200px 45px 200px;*/
/*height: auto;*/
/*}*/

/*.advantages-account__item:after {*/
/*top: 50%;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*}*/

/*.advantages-account {*/
/*padding-bottom: 27px;*/
/*}*/

/*.clean-info__workers {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-pack: justify;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*width: 530px;*/
/*margin: auto;*/
/*margin-bottom: 80px;*/
/*}*/

/*.clean-info__data {*/
/*width: 270px;*/
/*}*/

/*.clean-info__photo {*/
/*width: 180px;*/
/*height: 180px;*/
/*}*/

/*.guarantees__block {*/
/*padding: 5% 10% 5% 8%;*/
/*}*/

/*.rally .wrapper:after {*/
/*background: url(../img/gift_box2.png) no-repeat 0 0;*/
/*top: -90px;*/
/*width: 267px;*/
/*height: 337px;*/
/*right: -10px;*/
/*}*/

/*.rally__text {*/
/*max-width: 500px;*/
/*}*/

/*.reviews__users a {*/
/*margin-right: 15px;*/
/*}*/

/*.form-order .wrapper {*/
/*width: 340px;*/
/*margin: auto;*/
/*display: block;*/
/*}*/

/*.wrapper__block {*/
/*width: 95%;*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*}*/

/*.phone,*/
/*.rooms,*/
/*.form-order__block,*/
/*.order,*/
/*.calculate {*/
/*width: 100%;*/
/*}*/

/*.phone__add {*/
/*padding: 15px 20px 18px 77px;*/
/*}*/

/*.price__item {*/
/*width: 175px;*/
/*padding: 30px 10px 15px 10px;*/
/*}*/

/*.phone__code {*/
/*padding: 17px 20px;*/
/*}*/

/*.price__name {*/
/*font-size: 18px;*/
/*}*/

/*.price__text {*/
/*font-size: 26px;*/
/*}*/

/*.price {*/
/*padding: 0 20px;*/
/*}*/

/*.price__content {*/
/*padding-top: 15px;*/
/*}*/

/*.clean-list__services {*/
/*padding: 0 15px 30px 15px;*/
/*}*/

/*.clean-list__link,*/
/*.clean-list__section {*/
/*margin-bottom: 5px;*/
/*}*/

/*.more {*/
/*display: none;*/
/*}*/

/*.waiting__text,*/
/*.eko-clean__text {*/
/*font-size: 16px;*/
/*}*/

/*.waiting:after {*/
/*top: 27px;*/
/*left: 14px;*/
/*background: url(../img/wait2.png) no-repeat 0 0;*/
/*width: 43px;*/
/*height: 41px;*/
/*}*/

/*.waiting {*/
/*padding: 30px 35px 35px 70px;*/
/*width: 430px;*/
/*}*/

/*.eko-clean {*/
/*padding: 25px 30px 25px 20px;*/
/*border: 2px solid #43b2aa;*/
/*position: relative;*/
/*width: 315px;*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*.eko-clean__description {*/
/*font-size: 21px;*/
/*width: 40px;*/
/*}*/

/*.eko-clean:after {*/
/*top: 17px;*/
/*}*/

/*.socials {*/
/*padding: 30px 30px 20px 30px;*/
/*}*/

/*.socials__link {*/
/*margin-right: 25px;*/
/*}*/

/*.advantages {*/
/*padding: 0;*/
/*}*/

/*.advantages__list {*/
/*width: 410px;*/
/*display: block;*/
/*}*/

/*.advantages__item {*/
/*padding-top: 30px;*/
/*width: 100%;*/
/*text-align: left;*/
/*padding-left: 100px;*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*margin-bottom: 35px;*/
/*}*/

/*.advantages__item:after {*/
/*top: 33px;*/
/*left: 35px;*/
/*}*/

/*}*/

.orderNow .guarantees__description:after {
    display: none;
}

.active-slider,
.active-class {
    display: block;
}

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

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

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

.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%;
}

.rooms__block .rooms__count {
    width: 180px;
    height: 50px;
}

.rooms .owl-prev {
    display: block;
    text-align: center;
    position: absolute;
    top: 25px;
    left: -4px;
    width: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #1c1c1c;
    height: 50px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: url(../img/prew.png) no-repeat center 13px;
}

.registration__form .registration__button {
    margin-bottom: 10px;
}

.more__text {
    display: none;
}

.more__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.background {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 31px;
    left: 0;
    top: -10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(48%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 1) 100%);
}

.hide {
    display: none;
}

.active-section {
    display: block;
}

.bx-next {
    /*border-bottom-right-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e1e1e1;
    height: 100%;
    background: url(../img/next.png) #fff no-repeat center;
    border-radius: 0px 5px 5px 0px;
}

.bx-prev {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    background: url(../img/prew.png) #fff no-repeat center;
    border-radius: 5px 0px 0px 5px;
}

.flex-container .bx-next,
.flex-container .bx-prev {
    border: 1px solid #48423b;
}

span.calc_error {
    color: red;
    display: none;
    font-size: 14px;
    margin-left: 160px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    width: calc(75% - 32px) !important;
    position: relative;
    text-align: left;
    /*font-family: 'Proxima Nova';*/
}

input.order-send__input.calc_promo.error {
    border: 1px solid red;
}

input.order-send__input.calc_promo.success {
    border: 1px solid green;
}

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

.form-order__block .bx-prev,
.form-order__block .bx-next {
    border: none;
}

.form-order__block .bx-next {
    border-left: 1px solid #e1e1e1;
}

.form-order__block .bx-prev {
    border-right: 1px solid #e1e1e1;
}

input:focus {
    outline: none;
}

input.sqr {
    width: 275px;
    height: 50px;
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

.sqr {
    display: none;
    margin-top: 13px;
}
.newitem1,.newitem2, .franch, .wcrem {
    display: none;
}
p.time{
    background: #f5f5f5;
    font-size: 13px;
    padding: 5px;
    display: block;
}
.order-result .totaltime, .timespan {
    font-size: 16px;
    color: #515151;
}
.order-result .totaltime span{
    font-size: 16px;
}
.order-result .totaltime b{
    font-size: 20px;
}
.price .hidden {
    display: none;
}

main.container {
    min-width: 1200px;
}

.promo-hover {
    top: -15px;
    right: -279px;
}

.promo-hover:after {
    display: none;
}

.calculator__elements:hover .promo-hover {
    z-index: 1;
}

.clean-list__content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.clean-list__content .bx-prev {
    background: none;
    background-image: url("../img/arrowNext.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.clean-list__content .bx-next {
    background: none;
    background-image: url("../img/arrowPrew.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    width: 55px;
    height: 55px;
    text-indent: -99999px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.calculator__elements .tooltip span {
    background-image: url(../../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;
}

.calculator__elements .tooltip {
    background-color: #fff;
    border-radius: 10px;
    bottom: 30px;
    font-size: 11px;
    left: -20px;
    padding: 10px 10px;
    position: absolute;
    border: 1px solid #eee;
    white-space: nowrap;
    display: none;
    color: #47413a;
}

.calculator__elements .info:hover .tooltip {
    display: block;
}

.calculator__elements .info {
    cursor: pointer;
}

.price__item {
    cursor: pointer;
}

.clean-info .wrapper {
    max-width: 900px;
}

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

main.container .wrapper h2 {
    font-family: 'Proxima Nova Bold';
}

.orderNow .flex-container {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

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

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

.order-result__text p .title {
    width: 150px;
    margin-right: 20px;
}

.order-result__text p .price_span {
    width: 80px;
}

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

.bx-wrapper img {
    width: 100%;
}

.check_button {
    width: 90px;
    line-height: 40px;
    color: #43b2aa;
    margin-right: -5px;
    margin-left: 5px;
    font-size: 15px;
}

.active .check_button {
    color: #fff;
}