

/* Start:/local/templates/site/components/bitrix/sender.subscribe/f_subscribe/style.css?15871356184301*/
.bx-subscribe div.bx-block-title {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bx-subscribe-desc {
    color: #aaa;
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 71px;
    padding: 25px;
    font-size: 14px;
    color: #555;
    background-color: #F8FAFC;
    outline: none;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #F3CFC4;
    border: none;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    width: 71px;
    height: 71px;
    vertical-align: middle;
    outline: none;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.btn-subscribe:hover {
    background: #B8877F;
}
.btn-subscribe:hover .i-icon *{
    stroke: #F3CFC4;
}
.btn-subscribe span {
    display: block;
}
.btn-subscribe.send {
    padding: 5px 40px;
    -webkit-animation-name: MeilSend;
    animation-name: MeilSend;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    outline: none;
    color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
    width: 0;
    background-position: 100px 50%;
    -webkit-animation-name: MeilSendButton;
    animation-name: MeilSendButton;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
    padding: 40px;
    color: #35414E;
}
.bx_subscribe_response_container img {
    width: 71px;
    height: 71px;
}
.popup-window-close-icon {
    opacity: 1;
    transition: transform .3s;
}

.popup-window-close-icon:hover:after,
.popup-window-close-icon:hover:before
{
    background-color: #B8877F;
}

.popup-window-close-icon:after,
.popup-window-close-icon:before {
    content: '';
    background-image: none;
    position: absolute;
    top: 25px;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #81878D;
    transition: .2s;
}

.popup-window-close-icon:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.popup-window-close-icon:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.f-subs {
    font-family: "Gilroy";
}

.f-subs__img {
    padding: 0 40px 0 0;
    height: 65px;
}

.f-subs__title {
    font-size: 22px;
}

.f-subs__text {
    font-size: 16px;
}

.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
    font-weight: 100;
    font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 500px) {
    .f-subs__wrap {
        display: flex;
        flex-direction: column;
    }

    .f-subs__img {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* End */


/* Start:/local/templates/site/styles.css?17615647741792*/
.title-1 {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title-1 h1, .title-1 span {
    font-family: Playfair Display;
    font-size: 33px;
    line-height: 1.2;
    color: #44495b;
    font-weight: 400;
    margin-bottom: 0;
}

.title-2 {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title-2 h2, .title-2 span {
    font-family: Playfair Display;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #44495b;
    margin-bottom: 0;
}

.title-3 {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title-3 h3, .title-3 span {
    font-family: Playfair Display;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    color: #44495b;
    margin-bottom: 0;
}

.title-4 {
    display: flex;
    margin-bottom: 30px;
}

.title-4 span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #44495b;
}

.link {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #b8877f;
    border-bottom: 1px solid #b8877f;
    cursor: pointer;
    transition: .2s;
}

.btn .h__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f3cfc4;
    color: #b8877f;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    min-width: 192px;
    height: 90px;
    padding: 35px 60px;
    border: none;
    transition: .2s;
    cursor: pointer;
}

.t-grid__bg[href="/"] {
    min-height: 25px;
}
/* End */
/* /local/templates/site/components/bitrix/sender.subscribe/f_subscribe/style.css?15871356184301 */
/* /local/templates/site/styles.css?17615647741792 */
