body {
    font-family: 'PT Serif', serif;
}

.pl {
    font-family: 'Playfair Display SC', serif;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.relative {
    position: relative;
}

.btn {
    cursor: pointer;
}

#header .top-header {
    background: #f1f1f1;
}

#header .top-header-btns {
    float: right;
}

.socials {
    float: left;
}

.socials a {
    color: #dfdfdf;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 6px;
    margin-top: 5px;
    display: inline-block;
}

.socials a:hover,
.socials a:focus,
.socials a:active {
    color: #000;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.btn-grey {
    background: #b75c41;
    color: #fff;
    font-weight: bold;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey:active,
.btn.btn-grey.active {
    background: #94462f;
}

.btn.btn-black {
    background: #623100;
    color: #fff;
    font-weight: bold;
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black:active,
.btn.btn-black.active {
    background: #b75c41;
}

.btn.btn-white {
    background: #fff;
    color: #111;
    font-weight: bold;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background: #111;
    color: #fff;
}

.main-header {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header-menu {
    padding-top: 16px;
}

.header-menu ul {
    float: right;
}

.header-menu .nav-link {
    padding: .5rem 0 .5rem 3rem;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.header-menu .nav-link:hover,
.header-menu .nav-link:focus,
.header-menu .nav-link:active,
.header-menu .nav-link.active {
    color: #595959;
}

.phone-bar {
    padding-top: 16px;
}

.phone-bar ul {
    float: right;
}

.phone-bar .nav-link {
    padding: .5rem 0 .5rem 4rem;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.phone-bar .nav-link:hover,
.phone-bar .nav-link:focus,
.phone-bar .nav-link:active,
.phone-bar .nav-link.active {
    color: #595959;
}

.home-slider-wraper {
    position: relative;
}

.slider-wraper-desc {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1040;
    left: 0; right: 0; margin: 0 auto; max-width:700px;   color: #fff;
    top: 180px;
    font-size: 20px;
    text-transform: uppercase;
}

#home-slider .slide {
    height: 637px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-slider .slide-title {
    font-size: 34px;
    color: #fff;
    font-weight: 900;

    margin-bottom: 30px;
    text-transform: uppercase;
}

.slide-desc-wraper {
    margin-top: 160px;
}

#home-slider .slide-desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

#advantages {
    background: #462300;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-header {
    font-size: 32px;
    color: #222222;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.block-header.white {
    color: #fff;
}

.block-header:before {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    margin: 0 auto 10px auto;
    background: #1c1c1c;
}

.block-header.white:before {
    background: #fff;
}

.helper {
    color: #989898;
    font-size: 15px;
    font-weight: bold;
}

.helper.white {
    color: #fff;
}

.about-bg {
    background: url("../img/about-bg.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 60px;
}

.about-bg-sauna {
    background: url("../img/about-bg-sauna.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 60px;
}

.about-bg-room {
    background: url("../img/about-bg-sauna.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 60px;
}

.about-text {
    background: #fff;
    padding: 65px 50px;
    font-size: 13px;
    color: #777777;
}

.about-overflow {
    max-height: 575px;
    overflow: hidden;
    -webkit-transition: max-height 1s, padding 1s;
    transition: max-height 1s, padding 1s;
}

.about-overflow.more {
    max-height: 700px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-text .more-btn {
    display: inline-block;
    color: #111;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 15px;
}

.flipster__item a {
    display: block;
    pointer-events: none;
}

.flipster__item.flipster__item--current a {
    pointer-events: auto;
}

.offers-item {
    margin-bottom: 60px;
}

.offer-title {
    font-weight: 900;
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.offer-desc {
    font-size: 13px;
    color: #777777;
}

#brands {
    background: #f7f7f7;
}

.team-img {
    width: 190px;
    height: 190px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    -webkit-background-size: cover;
    background-size: cover;
}

.team-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1b;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-title a {
    color: #1d1d1b;
}

.team-profession {
    font-size: 13px;
    text-align: center;
    color: #777777;
}

.key-benefits-wraper {
    background: url("../img/key-benefits-bg.jpg") top center no-repeat;
}

.benefit-item {
    margin-bottom: 30px;
}

.benefit-item img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
}

.benefit-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 17px;
    margin-bottom: 5px;
}

.benefit-desc {
    font-size: 13px;
    color: #ebebeb;
}

.headerphone{
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#projects .nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
}

#projects .nav-tabs .nav-link {
    font-size: 14px;
    color: #222222;
    border: 0;
    font-weight: bold;
}

#projects .nav-tabs .nav-item.show .nav-link, #projects .nav-tabs .nav-link.active, #projects .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 1px solid #222;
}

.project-img {
    display: block;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.project-img:hover {
    opacity: 0.8;
}

.project-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #1d1d1b;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-text {
    color: #777777;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

#projects .tab-nav {
    z-index: 1040;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #111;
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    top: 130px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

#projects .tab-nav.tab-next {
    right: 0px;
}

#projects .tab-nav.tab-prev {
    left: 0;
}

#projects .tab-nav:hover {
    background: #111;
    color: #fff;

}

.header-logo img {
    max-width: 100%;
}

#sale {
    background: #f5f5f5;
}

.sale-bg {
    background: #fff;
}

.sale-block {
    padding: 23px;
}

.sale-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    margin-bottom: 10px;
}

.sale-desc {
    color: #777777;
    font-size: 10px;
}

.sale-desc p {
    margin-bottom: 10px;
}

.sale-price {
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}

.sale-price i {
    font-size: 22px;
}

.sale-price .old {
    color: #c1c3c2;
    text-decoration: line-through;
    margin-left: 15px;
}

.dop-text {
    font-size: 14px;
    margin-bottom: 10px;
}

#process {
    background: url("../img/proccess-bg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.process-number {
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 120px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 15px auto;
}

.process-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#workers {
    background: url("../img/workers-bg.jpg") center center no-repeat;
}

.workers-text {
    background: #fff;
    padding: 60px;
}

.workers-item {
    font-size: 14px;
    color: #171111;
    font-weight: bold;

}

.workers-item.mb {
    margin-bottom: 50px;
}

.workers-item img {
    float: left;
    margin-right: 20px;
}

.workers-desc {
    font-size: 16px;
    color: #777777;
    margin-bottom: 30px;
}

#call-back {
    background: url("../img/call-back-bg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#call-back form {
    margin-top: 60px;
}

#call-back .form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px dashed #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

#call-back .form-control::-webkit-input-placeholder {
    color: #fff;
}

#call-back .form-control::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
#call-back .form-control:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
#call-back .form-control:-ms-input-placeholder {
    color: #fff;
}

#reviews {
    background: #f7f7f7;
}

.reviews-img {
    width: 130px;
    height: 130px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 10px auto;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.reviews-text {
    color: #989898;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.reviews-name {
    text-align: center;
    color: #1d1d1b;
    font-weight: bold;
    text-transform: uppercase;
}

#reviews .owl-dots {
    text-align: center;
}

#reviews .owl-dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d4d4d4;
    margin: 0 7px;
}

#reviews .owl-dot.active {
    background: #000000;
}

#documents .nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
}

#documents img {
    border: 1px solid #000;
}

#documents .nav-tabs .nav-link {
    font-size: 14px;
    color: #222222;
    border: 0;
    font-weight: bold;
}

#documents .nav-tabs .nav-item.show .nav-link, #documents .nav-tabs .nav-link.active, #documents .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 1px solid #222;
}

#faq {
    background: #f7f7f7;
}

.faq-arrow {
    background: #222222;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 92px;
    line-height: 92px;
}

.faq-name {
    color: #332c25;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 92px;
    padding-left: 38px;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.faq-name:hover,
.faq-name:focus,
.faq-name:active {
    background: #fff;
}

.faq-desc {
    display: none;
    background: #a1a1a1;
}

.faq-desc.show {
    display: flex;
}

.faq-desc p:last-child {
    margin-bottom: 0;
}

.faq-desc-text {
    padding: 37px 20px;
    background: #fff;
}

.faq-item {
    margin-bottom: 30px;
}

#contacts .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px dashed #b75c41;
}

.contacts-header {
    font-size: 14px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: bold;
}

.contacts-header:after {
    margin-top: 5px;
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background: #3e3e3e;
    margin-bottom: 20px;
}

#contacts p {
    color: #a1a1a1;
    font-weight: bold;
    font-size: 13px;
}

#footer {
    background: #f3f3f3;
    padding: 20px 0;
    font-weight: bold;
    color: #222222;
    font-size: 13px;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-content .form-control {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px dashed #ececec;
}

.slide-desc-wraper {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
}

#gallery-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

#gallery-carousel .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 7px;
    display: inline-block;
}

#gallery-carousel .owl-dot.active {
    background: #000;
}

.square-item {
    border: 2px solid #000;
    padding: 30px;
    margin-bottom: 30px;
}

.square-item .title {
    font-weight: bold;
}

.horizontal-line {
    height: 2px;
    width: 60px;
    margin: 0 auto;
    background: #623100;
    margin-bottom: 10px;
}

.square-item-logo {
    text-align: center;
    padding-top: 70px;
}

#h-offers {
    background: #f7f7f7;
}

.h-offers-img {
    display: block;
    height: 170px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.h-offers-img span {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 30px;
    padding-top: 30px;
}

.h-offers-img:hover span {
    background: rgba(0, 0, 0, 0.7);
}

.h-offers-price {
    background: #b75c41;
    color: #fff;
    padding: 24px 15px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.h-offers-price .currency {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
}

.h-offers-price .line {
    height: 1px;
    background: #fff;
    margin-bottom: 3px;
    margin-top: 2px;
}

.h-offers-desc {
    font-size: 11px;
    line-height: 16px;
    padding: 15px;
    background: #fff;
    font-weight: bold;
}

.h-offers-desc p {
    margin: 0;
}

.h-offers-desc .yellow {
    color: #623100;
}

#map {
    min-height: 600px;
}

.input-group.date .input-group-addon {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px dashed #b75c41;
    border-left: 0;
    color:#000;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td.today, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
    background-color: #b75c41;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.datepicker table tr td, .datepicker table tr th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.booking {
    font-size:16px;
    color:#623100;
}

.booking img {
    width: 100%;
    max-width:150px;
    margin-right:15px;
}

.footer-contacts img {
    width: 100%;
    max-width:150px;
}

@media (max-width: 1199px) {
    .project-img {
        height: 209px;
    }

    .sale-block {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .rd-mobilemenu_ul a {
        text-transform: uppercase;
    }

    .rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul a.active {
        background: #222;
        color: #FFF;
        text-decoration: none;
    }

    .header-menu .nav-link {
        padding: .5rem 0 .5rem 1rem;
    }

    #home-slider .slide {
        height: 480px;
    }

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

    .team-profession {
        margin-bottom: 30px;
    }

    .benefit-item img {
        margin-left: 15px;
        margin-bottom: 35px;
    }

    .project-img {
        height: 168px;
    }

    .process-text {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    .header-menu {
        display: none;
    }

    .header-logo {
        display: block;
        text-align: center;
    }

    .slide-desc-wraper {
        margin-top: 90px;
    }

    .key-benefits-wraper {
        background: #222;
    }

    .faq-name {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .socials {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    #header .top-header-btns {
        float: none;
    }

    #header .top-header-btns .btn {
        display: block;
        margin-bottom: 10px;
    }

    #header .top-header {
        padding-bottom: 10px;
    }  

    .advantages-item img {
        width: 32px;
        float: none;
    }

    .advantages-item {
        text-align: center;
        font-size: 12px;
    }

    .advantages-item span {
        display: block;
    }

    .block-header {
        font-size: 22px;
    }

    #brands {
        display: none;
    }
}

.reviews-list-item {
    border: 1px dashed #b75c41;
    padding:15px;
}

.reviews-list-item .img-thumbnail {
    border-radius: 0;
}

.reviews-list-title {
    color:#b75c41;
    font-size: 18px;
    font-weight: bold;
}

.reviews-list-title span {
    color:#ccc;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

#reviews-list .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px dashed #b75c41;
}

#reviews-carousel-text .owl-dots,#reviews-carousel-booking .owl-dots {
    text-align: center;
}
 
#reviews-carousel-text .owl-dot,#reviews-carousel-booking .owl-dot {
    display: inline-block;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d4d4d4;
    margin: 0 7px;
}
 
#reviews-carousel-text .owl-dot.active,#reviews-carousel-booking .owl-dot.active {
    background: #000000;
}

.banner__form-label {
    color: #fff;
}

.banner__form-input {
    color: #000;
    border-color: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.7)
}

.banner__form-select+.select2-container--default .select2-selection--single {
    color: #000;
    border-color: rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.7)
}

.banner__form-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.banner__form-btn {
    border-color: rgba(255,255,255,.8);
    color: #000;
    background-color: rgba(255,255,255,.7)
}

.form__field {
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form__field-label {
    font-size: .85rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    margin-bottom: .5rem
}

.form__field-input {
    height: 42px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    padding: .5rem 1rem;
    width: 100%;
    border: 1px solid rgba(255,255,255,.8);
    background: rgba(255,255,255,0)rgba(255,255,255,.7)
}

.form__field .select2-container--default .select2-selection--single {
    height: 42px
}

.form__btn {
    margin-top: auto
}

@media all and (max-width: 575px) {
    .form__field-input {
        height:36px;
        font-size: .875rem;
        padding: .3rem .875rem
    }

    .form__field .select2-container--default .select2-selection--single {
        height: 36px;
        padding: .3rem .875rem
    }

    .form__field .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: .875rem;
        line-height: 1.8
    }
}

.btn {
    position: relative;
    width: auto;
    max-width: auto;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    padding: .5rem 1rem;
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.5);
    -webkit-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out
}

.btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 0%;
    height: 100%;
    background: #623100;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 650ms ease-in-out,max-width 450ms ease-in-out;
    -o-transition: opacity 650ms ease-in-out,max-width 450ms ease-in-out;
    transition: opacity 650ms ease-in-out,max-width 450ms ease-in-out
}

.btn>span {
    position: relative;
    z-index: 2
}

.btn:focus-visible::after,.btn:hover::after {
    opacity: 1;
    max-width: 100%
}

.btn--alt {
    background: #623100;
    border: 1px solid rgba(30,28,26,.5);
    color: #fff;
}

.btn--alt::after {
    background: #b75c41
}

@media all and (max-width: 575px) {
    .btn {
        padding:.4rem .875rem;
        font-size: .875rem
    }
}