@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSans.eot');
    src: url('../fonts/GillSans.eot') format('embedded-opentype'),
    url('../fonts/GillSans.woff2') format('woff2'),
    url('../fonts/GillSans.woff') format('woff'),
    url('../fonts/GillSans.ttf') format('truetype'),
    url('../fonts/GillSans.svg#GillSans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansLight.eot');
    src: url('../fonts/GillSansLight.eot') format('embedded-opentype'),
    url('../fonts/GillSansLight.woff2') format('woff2'),
    url('../fonts/GillSansLight.woff') format('woff'),
    url('../fonts/GillSansLight.ttf') format('truetype'),
    url('../fonts/GillSansLight.svg#GillSansLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*common*/
body, input, button, textarea {
    font-family: 'GillSans', sans-serif;
    font-weight: 400;
}
input, textarea {
    font-weight: 300;
}
input, button, textarea {
    border: none;
    outline: none;
}
input, button, textarea, .box {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.content {
    padding: 0 20px;
    margin: 0 auto;
}
.spacer {
    text-align: justify;
    font-size: 0.1px;
}
.spacer > * {
    display: inline-block;
    vertical-align: top;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.hidden {
    display: none;
}
.page-wrap {
    overflow: hidden;
}
.br {
    display: block;
}
/*end common*/

/*icon*/
.icon {
    background: url('../images/icons.png') no-repeat;
    display: inline-block;
}
.icon-check {
    width: 34px;
    height: 35px;
}
.icon-about-1 {
    width: 34px;
    height: 29px;
    background-position: 0 -63px;
}
.icon-about-2 {
    width: 34px;
    height: 29px;
    background-position: 0 -94px;
}
.icon-about-3 {
    width: 48px;
    height: 34px;
    background-position: 0 -125px;
}
.icon-about-4 {
    width: 41px;
    height: 35px;
    background-position: 0 -161px;
}
.icon-about-5 {
    width: 38px;
    height: 39px;
    background-position: 0 -198px;
}
.icon-about-6 {
    width: 39px;
    height: 29px;
    background-position: 0 -239px;
}
.icon-about-7 {
    width: 31px;
    height: 39px;
    background-position: 0 -270px;
}
/*end icon*/

/*header*/
.header {
    background: url('../images/bg/header-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.header .content {
    max-width: 660px;
}
.h-top {
    padding-top: 14px;
    text-align: center;
}
.logo {
    background: url('../images/logo.png') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 312px;
    height: 96px;
    display: block;
    margin: 0 auto;
}
.address {
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    text-transform: uppercase;
}
.phone {
    display: inline-block;
    font-size: 23px;
    font-weight: 300;
    margin-top: 12px;
    color: #ffffff;
    padding-bottom: 6px;
    border-bottom: 1px dashed #fefeff;
}
.header-text {
    padding: 28px 0 16px;
    margin-top: 493px;
    max-width: 510px;
    background: #ff0006;
    position: relative;
}
.header-text:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: -1000px;
    width: 1000px;
    background: #ff0006;
}
.header-text__present {
    position: absolute;
    top: -92px;
    right: -3px;
    font-size: 111px;
    font-weight: 300;
}
.header-text__date {
    font-size: 25px;
    text-transform: uppercase;
}
.header-text__title {
    font-size: 82px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-top: 14px;
}
.phone:hover {
    border-bottom-color: transparent;
}
/*end header*/

/*text-block*/
.text-block {
    padding-top: 45px;
    padding-bottom: 58px;
    max-width: 660px;
}
.text-block p {
    font-size: 36px;
    color: #7f7f7f;
    line-height: 1.2;
    margin-bottom: 28px;
}
.text-block p:last-child {
    margin-bottom: 0;
}
/*end text-block*/

/*offers*/
.offers {
    background: #999999;
    color: #ffffff;
}
.offers .content {
    max-width: 660px;
}
.offers__title {
    text-align: right;
    font-size: 115px;
    font-weight: 300;
    position: relative;
    bottom: -19px;
    right: -20px;
}
.offer {
    position: relative;
    height: 596px;
    overflow: hidden;
}
.offer__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.offer-top {
    position: relative;
    z-index: 4;
}
.tariffs-control__prev a, .tariffs-control__next a,
.offers-slider__prev a, .offers-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.tariffs-control__prev, .tariffs-control__next,
.offers-slider__prev, .offers-slider__next {
    bottom: 162px;
    position: absolute;
    cursor: pointer;
    background: url('../images/slider-arrows.png') no-repeat;
    width: 114px;
    height: 220px;
}
.tariffs-control__prev,
.offers-slider__prev {
    left: -20px;
}
.tariffs-control__next,
.offers-slider__next {
    right: -20px;
    background-position: 0 -221px;
}
.tariffs-control__prev:hover,
.offers-slider__prev:hover {
    background-position: -116px 0;
}
.tariffs-control__next:hover,
.offers-slider__next:hover {
    background-position: -116px -221px;
}
.offers-slider {
    position: relative;
}
.offers-slider-control {
    max-width: 660px;
    z-index: 3;
    position: absolute;
    left: 0; right: 0; top: 0;
    margin: 0 auto;
    height: 100%;
}
.tariffs-control-links,
.offers-slider-links {
    position: absolute;
    bottom: 21px;
    right: -18px;
    width: 100%;
    text-align: right;
}
.tariffs-control-links__link,
.offers-slider-links__link {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    border: 1px solid #ffffff;
}
.tariffs-control-links__link.active, .tariffs-control-links__link:hover,
.offers-slider-links__link.active, .offers-slider-links__link:hover {
    background: #ffffff;
}
.offer-top {
    padding-top: 23px;
    min-height: 132px;
    background: rgba(0, 0, 0, 0.4);
}
.offer__discount {
    position: relative;
    padding-left: 46px;
    font-size: 38px;
    line-height: 1.2;
}
.offer__discount .icon {
    position: absolute;
    top: 11px;
    left: -18px;
}
.offers-params {
    padding-top: 25px;
    padding-bottom: 68px;
}
.offers-params li {
    padding-left: 52px;
    position: relative;
    font-size: 33px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 19px;
}
.offers-params li:after {
    content: '';
    position: absolute;
    left: 0; top: 17px;
    width: 16px;
    height: 16px;
    background: #ffffff;
}
.offers-params li:last-child {
    margin-bottom: 0;
}
.offer__discount small {
    font-size: 34px;
}
.offer__discount_sm {
    line-height: 1;
}
.offer__discount_sm .icon {
    top: 8px;
}
.offer__info {
    margin-top: 306px;
    padding: 1px 0 13px;
    position: relative;
    left: -16px;
    z-index: 8;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    max-width: 610px;
    font-size: 34px;
    line-height: 0.85;
}
.offer__info:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1000px;
    height: 100%;
    width: 1000px;
    background: rgba(0, 0, 0, 0.4);
}
/*end offers*/

/*tariffs*/
.tariffs {
    position: relative;
}
.tariffs .content {
    max-width: 700px;
}
.tariffs-control {
    position: absolute;
    max-width: 700px;
    height: 684px;
    left: 0; right: 0; top: 0;
    margin: 0 auto;
    z-index: 3;
}
.tariff {
    position: relative;
    overflow: hidden;
}
.tariff__bg {
    height: 684px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0; top: 0;
}
.tariff .content {
    position: relative;
    z-index: 4;
}
.tariffs__title {
    height: 161px;
    line-height: 140px;
    color: #ffffff;
    padding-right: 40px;
    background: rgba(255, 0, 6, 0.4);
    font-size: 115px;
    font-weight: 300;
    position: relative;
}
.tariffs__title:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    left: -1000px;
    top: 0;
    background: rgba(255, 0, 6, 0.4);
}
.tariffs__info {
    padding-top: 37px;
    height: 161px;
    width: 161px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    background: rgba(255, 0, 6, 0.4);
    font-size: 33px;
    color: #ffffff;
}
.tariff__excl {
    text-align: right;
    font-size: 34px;
    color: #23140c;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 364px;
}
.tariffs-control__prev, .tariffs-control__next {
    bottom: 220px;
}
.tariffs-control-links {
    right: auto;
    left: 0;
    text-align: left;
    bottom: 170px;
}
.tariffs-control__prev {
    left: 0;
}
.tariffs-control__next {
    right: 0;
}
.tariff__title {
    margin-top: 11px;
    height: 110px;
    line-height: 110px;
    font-size: 38px;
    color: #ffffff;
    background: rgba(255, 0, 6, 0.4);
    position: relative;
}
.tariff__title:after, .tariff__title:before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 100%;
    background: rgba(255, 0, 6, 0.4);
    top: 0;
}
.tariff__title:after {
    left: -1000px;
}
.tariff__title:before {
    right: -1000px;
}
.tariff__title small {
    font-size: 34px;
}
.tariff-params {
    padding-top: 20px;
    padding-bottom: 58px;
}
.tariff-params li {
    padding-left: 60px;
    position: relative;
    font-size: 34px;
    color: #7f7f7f;
    line-height: 1.3;
}
.tariff-params li:after {
    content: '';
    position: absolute;
    left: 0; top: 12px;
    background: url('../images/icons.png') no-repeat 0 -37px;
    width: 31px;
    height: 24px;
}
.tariff__bonus {
    max-width: 330px;
    margin-left: auto;
    height: 52px;
    line-height: 52px;
    background: rgba(255, 0, 6, 0.4);
    font-size: 33px;
    color: #ffffff;
    text-align: right;
    margin-top: 359px;
    margin-bottom: -11px;
    position: relative;
}
.tariff__bonus:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1000px;
    top: 0;
    background: rgba(255, 0, 6, 0.4);
}
.tariff__visible {
    padding-right: 28px;
    font-size: 33px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: right;
    margin-top: 367px;
    padding-bottom: 2px;
}
.tariff__title span {
    left: 536px;
    position: absolute;
    bottom: 3px;
    font-size: 34px;
    line-height: 1.3;
}
/*end tariffs*/

/*form-block*/
.form-block {
    border: 1px solid #ff0006;
    text-transform: uppercase;
    padding-top: 53px;
    text-align: right;
}
.form-block .content {
    max-width: 700px;
}
.form-block__title {
    font-size: 72px;
    font-weight: 300;
    color: #ff0006;
    line-height: 1.2;
}
.form-block__date {
    font-weight: 300;
    font-size: 43px;
    color: #7f7f7f;
}
.form__title {
    font-size: 57px;
    font-weight: 300;
    color: #ff0006;
    line-height: 1.2;
    margin-top: 43px;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
}
.form__field {
    border: 1px solid #bfbfbf;
    height: 96px;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #7f7f7f;
    width: 100%;
    letter-spacing: 0.07em;
    margin-bottom: 22px;
}
.form__field.error {
    border-color: darkred;
}
.about__link,
.add__link,
.form__btn {
    height: 96px;
    background: #ff0006;
    color: #ffffff;
    font-size: 38px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.form__btn:hover {
    background: #e1070c;
}
.form__info {
    text-transform: none;
    font-size: 34px;
    letter-spacing: 0.085em;
    text-align: justify;
    white-space: nowrap;
    padding-top: 20px;
    color: #7f7f7f;
    font-weight: 300;
}
.form {
    padding-bottom: 65px;
}
/*end form-block*/

/*adv*/
.add {
    padding-top: 185px;
    border-top: 118px solid #e9e9e9;
    border-bottom: 118px solid #e9e9e9;
    min-height: 839px;
    background: url('../images/bg/header-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}
.add .content {
    max-width: 700px;
}
.add-block {
    padding-top: 56px;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
.add__desc, .add__date, .add__title, .add__tag {
    padding-left: 32px;
    padding-right: 32px;
}
.add__tag {
    font-size: 43px;
    color: #7f7f7f;
}
.add__title {
    font-size: 72px;
    color: #ff0006;
    line-height: 1.05;
    margin-top: 61px;
}
.add__date {
    font-size: 43px;
    color: #7f7f7f;
    margin-top: 8px;
}
.about__link,
.add__link {
    line-height: 96px;
    display: block;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
}
.add__desc {
    font-size: 43px;
    color: #ff0006;
    margin-top: 54px;
    margin-bottom: 46px;
}
/*end adv*/

/*about*/
.about {
    padding-bottom: 77px;
}
.about .content {
    text-align: center;
    max-width: 700px;
}
.about__bg {
    display: block;
    height: 861px;
    background: url('../images/bg/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: -224px;
}
.about-top {
    text-align: left;
    padding-top: 41px;
    padding-left: 52px;
    padding-bottom: 43px;
    position: relative;
    max-width: 498px;
    margin-left: auto;
    background: #ff0006;
    font-weight: 300;
    color: #ffffff;
}
.about-top:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1000px;
    right: -1000px;
    background: #ff0006;
    top: 0;
}
.about__title {
    text-transform: uppercase;
    font-size: 71px;
}
.about__desc {
    margin-top: 13px;
    font-size: 38px;
}
.about-list {
    margin-top: 39px;
}
.about-item {
    padding-right: 86px;
    text-align: right;
    position: relative;
    font-size: 33px;
    color: #7f7f7f;
    line-height: 1.2;
    margin-bottom: 17px;
}
.about-item:last-child {
    margin-bottom: 0;
}
.about-item__icon-wr {
    position: absolute;
    right: 2px;
    width: 48px;
    height: 39px;
    top: -1px;
}
.about__link {
    margin-top: 45px;
}
.about__site {
    font-size: 29px;
    color: #7f7f7f;
    display: inline-block;
    margin-top: 7px;
    letter-spacing: 0.1em;
}
/*end about*/

/*video-preview*/
.video-preview {
    background: url('../images/video-preview.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 981px;
    position: relative;
}
.video-preview video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.video-preview__btn {
    width: 197px;
    height: 197px;
    z-index: 2;
    cursor: pointer;
    background: url('../images/play.png') no-repeat;
}
.video-preview__btn:hover {
    background-position: 0 -199px;
}
/*end video-preview*/

/*footer*/
.footer {
    border: 2px solid #ff0006;
    padding-top: 63px;
    padding-bottom: 29px;
}
.footer .content {
    max-width: 700px;
    text-align: center;
}
.footer-logo {
    background: url('../images/logo-black.png') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 646px;
    height: 204px;
    display: block;
    margin: 0 auto;
}
.footer__phone-title {
    margin-top: 84px;
    font-size: 38px;
    font-weight: 300;
    color: #7f7f7f;
    line-height: 1.2;
}
.footer__phone {
    margin-top: 16px;
    display: inline-block;
    padding-bottom: 13px;
    font-size: 43px;
    font-weight: 300;
    color: #ff0006;
    letter-spacing: 0.12em;
    border-bottom: 2px dotted #ff282d;
}
.footer__phone:hover {
    border-bottom-color: transparent;
}
.footer__desc {
    margin-top: 76px;
    text-transform: uppercase;
    line-height: 1.5;
}
.footer__hotel, .footer__desc {
    font-size: 38px;
    font-weight: 300;
    color: #7f7f7f;
}
.footer__hotel {
    margin-top: 76px;
}


.success {
    text-align: center;
    line-height: 1.4;
    color: green;
    font-size: 36px;
    padding-top: 20px;
}

/*end footer*/
























































@media all and (max-width: 750px) {
    .tariffs-control__prev,
    .offers-slider__prev {
        left: 10px;
    }
    .tariffs-control__next,
    .offers-slider__next {
        right: 10px;
    }
    .tariffs-control-links {
        left: 10px;
    }
    .offers-slider-links {
        right: 10px;
    }
    .form__info {
        font-size: 26px;
        letter-spacing: 0.05em;
    }
}

@media all and (max-width: 700px) {
    .text-block .br {
        display: inline;
    }
    .text-block p {
        font-size: 27px;
    }
    .header-text {
        margin-top: 390px;
    }
    .offers__title {
        font-size: 102px;
        bottom: -16px;
    }
    .offer__discount {
        font-size: 30px;
    }
    .offer__discount .icon {
        left: -6px;
    }
    .offers-params li {
        font-size: 28px;
    }
    .offers-params li:after {
        top: 10px;
    }
    .tariff-params li {
        font-size: 28px;
    }
    .tariff-params li:after {
        top: 8px;
    }
    .tariff__excl {
        font-size: 28px;
        padding-bottom: 8px;
    }
    .tariff__title {
        font-size: 28px;
    }
    .tariff__title small,
    .tariff__title span {
        font-size: 26px;
    }
    .tariff__title span {
        left: 393px;
        bottom: 10px;
    }
    .tariffs__title {
        font-size: 84px;
        line-height: 151px;
    }
    .tariff__bonus {
        font-size: 30px;
        margin-top: 361px;
    }
    .form-block__title {
        font-size: 60px;
    }
    .form-block__date {
        font-size: 35px;
    }
    .form__title {
        font-size: 42px;
    }
    .add__tag {
        font-size: 36px;
    }
    .add__title {
        font-size: 60px;
    }
    .add__date {
        font-size: 34px;
    }
    .add__desc {
        font-size: 30px;
    }
    .about__title {
        font-size: 60px;
    }
    .about__desc {
        font-size: 33px;
    }
    .about-item {
        font-size: 24px;
    }
    .footer__hotel, .footer__desc {
        font-size: 28px;
    }
    .footer-logo {
        width: 269px;
        height: 85px;
    }
    .footer__phone-title {
        font-size: 30px;
    }
    .footer__phone {
        font-size: 34px;
    }
}

@media all and (max-width: 550px) {
    .header {
        position: relative;
        margin-top: 188px;
        padding-top: 373px;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tariffs .content,
    .offers .content,
    .text-block, .header .content {
        max-width: 290px;
    }
    .logo {
        background: url('../images/logo-black.png') no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 269px;
        height: 85px;
    }
    .h-top {
        padding-top: 10px;
        position: absolute;
        padding-bottom: 17px;
        left: 0; right: 0;
        width: 100%;
        top: -188px;
        border: 2px solid #ff0006;
    }
    .header-text {
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 0;
        height: 86px;
    }
    .address {
        margin-top: 21px;
        font-size: 16px;
        color: #7f7f7f;
    }
    .phone {
        margin-top: 8px;
        color: #7f7f7f;
        border-bottom-color: #7f7f7f;
        padding-bottom: 3px;
    }
    .header-text__present {
        right: 0;
        top: -341px;
        font-size: 60px;
    }
    .header-text__date {
        top: -357px;
        right: 0;
        position: absolute;
        font-size: 18px;
    }
    .header-text__title {
        margin-top: 0;
        font-size: 47px;
    }
    .header-text__title span {
        position: absolute;
        bottom: -55px;
        left: 0;
        color: #ff0006;
    }
    .text-block {
        padding-top: 72px;
        padding-bottom: 23px;
    }
    .text-block p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .text-block .br {
        display: block;
    }

    .offers__title {
        right: 0;
        bottom: -7px;
        font-size: 48px;
    }
    .offer__discount {
        padding-left: 26px;
        font-size: 16px;
    }
    .offer__discount .icon {
        top: 4px;
    }
    .offer__discount small {
        font-size: 14px;
    }
    .offer-top {
        padding-top: 10px;
        min-height: 55px;
    }
    .icon-check {
        width: 15px;
        height: 14px;
        background-position: 0 -311px;
    }
    .offers-slider-links {
        right: 0;
        bottom: 2px;
    }
    .offer {
        height: 249px;
    }
    .tariffs-control-links__link,
    .offers-slider-links__link {
        width: 7px;
        height: 7px;
    }
    .offers-slider-control {
        max-width: 290px;
    }
    .tariffs-control__prev, .tariffs-control__next,
    .offers-slider__prev, .offers-slider__next {
        background: url('../images/slider-arrows-sm.png') no-repeat;
        width: 49px;
        height: 92px;
        bottom: 68px;
    }
    .tariffs-control__prev,
    .offers-slider__prev {
        left: -2px;
    }
    .tariffs-control__prev:hover,
    .offers-slider__prev:hover {
        background-position: -51px 0;
    }
    .tariffs-control__next,
    .offers-slider__next {
        right: -2px;
        background-position: 0 -94px;
    }
    .tariffs-control__next:hover,
    .offers-slider__next:hover {
        background-position: -51px -94px;
    }
    .offer__info {
        margin-top: 127px;
        font-size: 14px;
        max-width: 250px;
        left: 0;
        padding: 2px 0 4px;
    }
    .offers-params li {
        padding-left: 22px;
        font-size: 14px;
        line-height: 1.15;
        margin-bottom: 10px;
    }
    .offers-params li:after {
        width: 7px;
        height: 7px;
        top: 6px;
    }
    .offers-params {
        padding-top: 11px;
        padding-bottom: 30px;
    }
    .tariffs__title {
        font-size: 48px;
        height: 67px;
        line-height: 67px;
        padding-right: 16px;
    }
    .tariffs__info {
        height: 67px;
        line-height: 1.2;
        font-size: 14px;
        padding-top: 15px;
        width: 67px;
    }
    .tariffs-control-links {
        bottom: 53px;
        left: 0;
    }
    .tariffs-control {
        max-width: 290px;
    }
    .tariffs-control__prev, .tariffs-control__next {
        bottom: 86px;
    }
    .tariffs-control, .tariff__bg {
        height: 285px;
    }
    .tariff__excl {
        padding-right: 0;
        font-size: 14px;
        margin-top: 152px;
    }
    .tariff__title {
        height: 46px;
        margin-top: -4px;
        line-height: 46px;
        font-size: 16px;
    }
    .tariff__title small,
    .tariff__title span {
        font-size: 14px;
    }
    .tariff-params li {
        padding-left: 24px;
        font-size: 14px;
    }
    .tariff-params {
        padding-top: 10px;
        padding-bottom: 27px;
    }
    .tariff-params li:after {
        top: 4px;
        width: 14px;
        height: 10px;
        background-position: 0 -327px;
    }
    .tariff__bonus {
        margin-top: 147px;
        height: 25px;
        line-height: 25px;
        max-width: 137px;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .tariff__visible {
        font-size: 14px;
        margin-top: 153px;
        padding-right: 0;
        padding-bottom: 9px;
    }
    .tariff__title span {
        left: 226px;
        bottom: 2px;
    }
    .form-block__title {
        font-size: 30px;
    }
    .form-block {
        padding-bottom: 26px;
        padding-top: 21px;
    }
    .form-block__date {
        font-size: 18px;
    }
    .form__title {
        white-space: nowrap;
        margin-top: 17px;
        margin-bottom: 4px;
        font-size: 24px;
        letter-spacing: 0.01em;
    }
    .form__field {
        height: 40px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .about__link,
    .add__link,
    .form__btn {
        height: 40px;
        font-size: 16px;
    }
    .form-block .content {
        max-width: 290px;
    }
    .form__info {
        padding-top: 8px;
        font-size: 14px;
        padding-bottom: 0;
        letter-spacing: 0.09em;
    }

    .add .content {
        max-width:  290px;
    }

    .add__desc, .add__date, .add__title, .add__tag {
        padding-left: 12px;
        padding-right: 12px;
    }
    .about__link,
    .add__link {
        line-height: 40px;
    }
    .add {
        padding-top: 77px;
        border-top: 49px solid #e9e9e9;
        border-bottom: 49px solid #e9e9e9;
        min-height: 350px;
    }
    .add-block {
        padding-top: 23px;
    }
    .add__tag {
        font-size: 18px;
    }
    .add__title {
        font-size: 30px;
        margin-top: 25px;
    }
    .add__date {
        font-size: 18px;
        margin-top: 3px;
    }
    .add__desc {
        margin-top: 22px;
        margin-bottom: 19px;
        font-size: 18px;
    }

    .about .content {
        max-width: 290px;
    }
    .about__bg {
        height: 361px;
        margin-bottom: -94px;
    }
    .about-top {
        padding-left: 22px;
        padding-top: 16px;
        padding-bottom: 18px;
        max-width: 208px;
    }
    .about__title {
        font-size: 30px;
    }
    .about__desc {
        font-size: 16px;
        margin-top: 5px;
    }
    .about-list {
        margin-top: 17px;
    }
    .about-item {
        padding-right: 34px;
        font-size: 14px;
        margin-bottom: 7px;
    }
    .about-item__icon-wr {
        width: 21px;
        height: 16px;
        right: 0;
        top: 0;
    }
    .icon-about-1 {
        width: 15px;
        height: 12px;
        background-position: 0 -339px;
    }
    .icon-about-2 {
        width: 15px;
        height: 12px;
        background-position: 0 -353px;
    }
    .icon-about-3 {
        width: 21px;
        height: 14px;
        background-position: 0 -367px;
    }
    .icon-about-4 {
        width: 17px;
        height: 16px;
        background-position: 0 -383px;
    }
    .icon-about-5 {
        width: 17px;
        height: 16px;
        background-position: 0 -401px;
    }
    .icon-about-6 {
        width: 17px;
        height: 12px;
        background-position: 0 -419px;
    }
    .icon-about-7 {
        width: 14px;
        height: 16px;
        background-position: 0 -433px;
    }
    .about__link {
        margin-top: 18px;
    }
    .about__site {
        margin-top: 4px;
        font-size: 12px;
    }
    .about {
        padding-bottom: 32px;
    }
    .video-preview__btn {
        width: 83px;
        height: 83px;
        background-position: 0 -398px;
    }
    .video-preview__btn:hover {
        background-position: 0 -483px;
    }
    .video-preview {
        min-height: 571px;
    }
    .footer {
        padding-top: 25px;
        padding-bottom: 11px;
    }
    .footer .content {
        max-width: 290px;
        text-align: left;
    }
    .footer__phone-title {
        margin-top: 34px;
        font-size: 16px;
    }
    .footer__phone {
        margin-top: 6px;
        font-size: 18px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #ff0006;
    }
    .footer__hotel, .footer__desc {
        font-size: 16px;
    }
    .footer__desc {
        margin-top: 32px;
    }
    .footer__hotel {
        margin-top: 31px;
    }

    .success {
        text-align: center;
        line-height: 1.4;
        padding-top: 10px;
        color: darkgreen;
        margin-top: 0;
        font-size: 16px;
    }
}


