@charset "UTF-8";
.alert-message {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

.alert-message.active {
    top: 0;
}

.description p .phone-link a {
    color: #6e130b;
    line-height: 18px;
    font-weight: 500;
}

.alert-message.active .alert-message__overlay, .alert-message.active .alert-message__content {
    opacity: 1;
}

.alert-message__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.alert-message__content {
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #2048be;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
    z-index: 10;
}

.alert-message__close.close {
    position: absolute;
    top: -35px;
    right: -35px;
}

.alert-message__text {
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
}

.apps-pages-mobile {
    background: #e7e7e7;
    margin-bottom: 15px;
}

.apps-pages-mobile__block {
    display: block;
    border-bottom: 1px solid #ebebeb;
}

.apps-pages-mobile__link {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 12px 3%;
}

.apps-pages-mobile__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 100%;
    margin-left: auto;
    cursor: pointer;
}

/* modules/breadcrumbs/breadcrumbs.sass */
.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs__wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
}

.breadcrumbs__block, .breadcrumbs__arrow {
    margin-right: 8px;
}

.breadcrumbs__link:hover {
    color: #2048be;
}

/* modules/breadcrumbs-mobile/breadcrumbs-mobile.sass */
.breadcrumbs-mobile {
    margin-bottom: 15px;
}

.breadcrumbs-mobile__wrapper {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #2048be;
}

.breadcrumbs-mobile_block {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.breadcrumbs-mobile__link {
    display: block;
    padding-right: 10px;
}

.breadcrumbs-mobile__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    color: #313030;
}

/* modules/contact-list/contact-list.sass */
.contact-block {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.contact-block__phone {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 5px;
}

.contact-block__phone span {
    display: block;
    margin-right: 10px;
}

.contact-block__phone span:last-child {
    margin-right: 0;
}

.contact-block__phone-icon {
    font-size: 20px;
    width: 20px;
}

.icon-fonticon_phone-soc-vb {
    color: #7C529E;
}

.icon-fonticon_phone-soc-wa {
    color: #25D366;
}

.icon-fonticon_phone-soc-tg {
    color: #2CA5E0;
}

.contact-block_email {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.contact-block_email span {
    display: block;
    margin-right: 5px;
}

.contact-block_email span:last-child {
    margin-right: 0;
}

.contact-block__email-icon {
    font-size: 20px;
    width: 20px;
}

.icon-fonticon_email-gp {
    color: #DC4E41;
}

.icon-fonticon_email-ho {
    color: #82B750;
}

.icon-fonticon_email-ya {
    color: #ED1E24;
}

.contact-block_workhours__text {
    color: #ff9100;
    font-size: 20px;
}

.contact-block__link {
    color: #ff9100;
    text-decoration: underline;
}

.contact-block__link:hover {
    text-decoration: none;
}

.contact-block__link_skype {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.contact-block__link_skype-icon {
    color: #12A5F4;
    font-size: 20px;
    margin-right: 10px;
}

.copyright {
    font-size: 16px;
}

/* modules/custom-label/custom-label.sass */
.custom-label {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 2;
    transition: all 0.3s;
    padding-right: 10px;
    cursor: pointer;
}

.custom-label .custom-label__input {
    flex: 0 0 auto;
    color: #313030;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    order: -1;
}

.custom-label .custom-label__input::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #5e5e5e;
    transition: all 0.3s;
}

.custom-label .custom-label__input::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #2048be;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    opacity: 0;
    transition: all 0.3s;
}

.custom-label [type=checkbox],
.custom-label [type=radio] {
    position: absolute;
    left: -9999px;
}

.custom-label [type=checkbox]:not(:disabled):hover ~ .custom-label__input:before,
.custom-label [type=radio]:not(:disabled):hover ~ .custom-label__input:before {
    border-color: #2048be;
}

.custom-label [type=checkbox]:checked ~ .custom-label__input::after,
.custom-label [type=radio]:checked ~ .custom-label__input::after {
    opacity: 1;
}

.custom-label [type=checkbox]:checked ~ .custom-label__input::before,
.custom-label [type=radio]:checked ~ .custom-label__input::before {
    border-color: #2048be;
}

.custom-label [type=checkbox]:disabled ~ .custom-label__input,
.custom-label [type=radio]:disabled ~ .custom-label__input {
    opacity: .2;
}

.custom-label .custom-label__text_inline {
    flex: 1 1 0;
}

.custom-label a {
    color: #2048be;
    text-decoration: underline;
}

.custom-label a:hover {
    text-decoration: none;
}

.custom-label_radio .custom-label__input {
    border-radius: 100%;
}

.custom-label_radio .custom-label__input::after {
    border-radius: 100%;
}

.layout_mobile .custom-label {
    flex: 1 1 auto;
}

.layout_mobile .custom-label .custom-label__input {
    width: 30px;
    height: 30px;
}

.layout_mobile .custom-label .custom-label__input::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.layout_mobile .select2-container {
    line-height: 30px;
}

.layout_mobile .select2-container .select2-selection__arrow {
    bottom: 10px;
}

/* modules/logo/logo.sass */
.default-logo {
    display: flex;
    align-items: flex-end;
    color: #2048be;
    margin: 0 15px;
}

.default-logo__img {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border: 8px solid #2048be;
    margin-right: 5px;
}

.default-logo__text {
    display: block;
    line-height: 24px;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.default-logo_mobile .default-logo__img {
    width: 20px;
    height: 20px;
    border-width: 5px;
}

.default-logo_mobile .default-logo__text {
    display: none;
}

.default-logo.main-menu__logo .default-logo__img {
    border-color: #fff;
    width: 24px;
    height: 24px;
    border-width: 6px;
}

.default-logo.main-menu__logo .default-logo__text {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 20px;
}

/* modules/footer/footer.sass */
.layout__footer {
    padding: 25px 0 35px;
    color: #fff;
    background-image: url('../img/footer-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.layout__footer .header__phone-text {
    padding-left: 0;
}

.layout__footer .header__phone-text::after {
    content: none;
}

.footer-info {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px 25px;
}

.footer-info__block {
    flex: 1;
    min-width: 220px;
    margin: 0 10px 10px;
}

.footer-info__block p {
    margin-bottom: 10px;
}

.footer-info__block p a:hover {
    color: #ff9100;
}

.footer-info__block-content_payments {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.footer-info__block-content_payments .footer-info__block-link {
    width: 100%;
}

.footer-info__block-payment {
    display: block;
    max-width: 48px;
    max-height: 32px;
    margin: 0 10px 10px 0;
}

.footer-info__block_socials {
    text-align: center;
}

.footer-info__block_socials .socials-icons {
    width: 100%;
    max-width: 220px;
}

.footer-info__block_socials .socials-icons__icon {
    margin: 0 10px 20px;
}

.footer-info__block-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-info__block-link {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-info__block-link:hover {
    color: #ff9100;
}

.footer-info__block-link_icon {
    display: flex;
    align-items: center;
}

.footer-info__block-link_icon .icon {
    font-size: 20px;
    display: block;
    margin-right: 5px;
}

.layout_mobile .footer-info,
.layout_mobile .footer-info__block {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1240px) {
    .footer-info__block_socials {
        flex: 0;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0 10px;
    }
    .footer-info__block_socials .socials-icons {
        max-width: 100%;
        justify-content: flex-start;
        margin: 0 -10px;
    }
}

@media screen and (max-width: 520px) {
    .footer-info__block_socials .socials-wrap {
        margin: 0 -5px;
    }
    .footer-info__block_socials .social-icon {
        margin: 0 5px;
    }
}

/* modules/header/header.sass */
.header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: rgb(0 0 0 / 0%);
}

.header__block_info {
    display: flex;
    align-items: center;
    flex: unset;
}

.header__menu-trigger {
    margin-right: 50px;
}

.header__contacts {
    position: relative;
}

.header__contacts:hover .header__phone, .header__contacts.active .header__phone {
    color: #2048be;
}

.header__contacts:hover .header__phone-text::after,
.header__contacts:hover .header__phone-text::after, .header__contacts.active .header__phone-text::after,
.header__contacts.active .header__phone-text::after {
    border-color: transparent transparent transparent #2048be;
}

.header__contacts.active .header__phone-icon-block {
    visibility: visible;
}

.header__phone {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    z-index: 10;
}

.header__phone.video-white-space {
    background-color: transparent;
    color: #ffffff;
}

.header__phone.video-white-space .header__phone-text::after {
    border-color: transparent transparent transparent #ffffff;
}

.header__phone-icon {
    font-size: 20px;
}

.header__phone-text {
    display: block;
    color: inherit;
    line-height: 20px;
    padding-left: 5px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
}

.header__phone-text::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #313030;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.header__phone-icon-block {
    font-size: 20px;
    margin-left: 10px;
    visibility: hidden;
}

.header__hint {
    min-width: 100%;
    padding: 10px;
    background: #fff;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    z-index: 5;
}

.header__hint::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    background: #fff;
    opacity: 0.9;
    left: -30px;
    top: -30px;
    z-index: -1;
}

.header__hint-block {
    padding: 15px;
}

.header__hint-text, .header__hint-text p {
    margin-bottom: 15px;
}

.header__hint-workhours {
    color: #2048be;
    font-size: 20px;
    margin-bottom: 15px;
}

.header__hint-workhours div {
    margin-bottom: 5px;
}

.header__hint-btn {
    width: 100%;
}

.header__contacts.active .header__hint {
    transform: scaleY(1);
}

.openform .header__callbackform {
    display: block;
}

.openform .header__hint-info {
    display: none;
}

.header__block_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__block_logo .logo_mobile,
.header__block_logo .default-logo_mobile {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header__block_logo .logo_mobile .default-logo__img,
.header__block_logo .default-logo_mobile .default-logo__img {
    margin: 0;
}

.header__block_icons {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-icon.icon-block {
    height: auto;
    align-items: flex-end;
}

.header-icon.icon-block .icon-fonticon_alt {
    display: none;
}

.header-icon.icon-block.active .icon-fonticon_default {
    display: none;
}

.header-icon.icon-block.active .icon-fonticon_alt {
    display: block;
}

.header-icon.icon-block.ready {
    color: #2048be;
}

.header-icon.icon-block.ready .icon-block__count {
    visibility: visible;
    line-height: 12px;
}

.header-icon.icon-block .icon-block__text {
    margin-left: 10px;
}

.header-icon__block.icon-block__block {
    height: auto;
    margin-left: 20px;
}

.header-icon.cart-leash {
    color: #2048be;
}

.header-icon.currency-toggle {
    margin-right: 7px;
}

.layout_mobile .header__contacts {
    margin-bottom: -5px;
}

.header_opened-search .header__block_info {
    width: 100%;
}

.header_opened-search .header__block_icons {
    flex: 0 0 auto;
}

.header_opened-search .header__menu-trigger {
    margin-right: 30px;
}

.header_opened-search .default-logo {
    flex: 0 0 auto;
    margin: 0 45px 0 0;
}

.header_opened-search .header__contacts {
    flex: 0 0 auto;
}

.header_opened-search .header__contacts .header__phone {
    align-items: flex-end;
}

.header_opened-search .header__contacts .header__phone .icon-block {
    height: 20px;
}

.header_opened-search .header__contacts .header__phone .header__phone-text {
    line-height: 16px;
}

.header_opened-search .header__contacts .header__phone .header__phone-icon-block {
    line-height: 16px;
}

.header_opened-search .search-form-simple__form {
    max-width: 100%;
    flex: 1 1 auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 380px;
    height: auto;
    margin-right: 55px;
}

.header_opened-search .search-form-simple__form .search-form-simple__input {
    flex: 1;
    border: 0;
}

.header_opened-search .search-form-simple__form .search-form-simple__button {
    flex: 0 0 auto;
    border-radius: 0;
    margin-left: 0;
    border: 0;
    border-left: 1px solid #CCCCCC;
    background: #ebebeb;
    color: #888888;
}

.header_opened-search .search-form-simple__form .search-form-simple__button:hover {
    border: 0;
    border-left: 1px solid #2048be;
    color: #fff;
    background: #2048be;
}

.alternitive__header .header__block_pages {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 44%;
}

.alternitive__header .header__block_info {
    display: flex;
    align-items: center;
    flex: unset;
    width: 20%;
    justify-content: center;
}

.alternitive__header .header__block_logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 44%;
}

.alternitive__header .header__block_logo .logo_mobile,
.alternitive__header .header__block_logo .default-logo_mobile {
    margin: 0;
    position: static;
    transform: translate(0%);
}

.alternitive__header .header__block_logo .logo_mobile .default-logo__img,
.alternitive__header .header__block_logo .default-logo_mobile .default-logo__img {
    margin: 0;
}

.alternitive__header-mobile .header__hint {
    left: -120px;
}

.alternitive__header-mobile .header__phone-text {
    padding-left: 0;
}

.alternitive__header-mobile .header__phone-text::after {
    content: none;
}

@media screen and (max-width: 1240px) {
    .alternitive__header .header__block_info {
        width: auto;
    }
    .alternitive__header .header__block_pages {
        width: auto;
    }
    .header_opened-search .default-logo {
        margin-right: 30px;
    }
    .header_opened-search .search-form-simple__form {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .header__contacts {
        display: none;
    }
}

.alternitive__header-mobile .header__contacts {
    display: block;
}

.alternitive__header-mobile .header__menu-trigger {
    margin-right: 0;
}

.alternitive__header-mobile .header__block_pages {
    width: 44%;
}

@media screen and (max-width: 760px) {
    .header__menu-trigger {
        margin-right: 0;
    }
}

/* modules/loading/loading.sass */
.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.loading > i {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 4px solid #2048be;
    margin: 0 1px;
    -webkit-animation: loading 1.4s infinite ease-in-out both;
    animation: loading 1.4s infinite ease-in-out both;
}

.loading .a {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}

.loading .b {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading .c {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes loading {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

@keyframes loading {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

/* modules/logo/logo.sass */
.logo {
    display: block;
    color: #2048be;
    margin: 0 15px;
}

.logo img {
    display: block;
    max-height: 75px;
    max-width: 200px;
}

.logo_mobile img {
    max-width: 80px;
    max-height: 30px;
}

.logo_mobile.main-menu__logo img {
    width: unset;
}

.main-benefits__blocks {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.main-benefits__block {
    width: calc(20% - 50px);
    min-width: 190px;
    margin: 0 25px 25px;
}

.main-benefits__image {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70px;
    color: #ff9100;
    margin-bottom: 35px;
}

.main-benefits__image img, .main-benefits__image svg {
    display: block;
    width: auto;
    height: 70px;
    max-height: 70px;
    max-width: 100%;
}

.main-benefits__image img .alt, .main-benefits__image svg .alt {
    fill: #2048be;
}

.main-benefits__image img .alt-no-fill, .main-benefits__image svg .alt-no-fill {
    stroke: #2048be;
}

.main-benefits__text, .main-benefits__link {
    color: #313030;
    font-size: 20px;
    text-align: center;
}

.main-benefits__link:hover {
    color: #2048be;
}

@media screen and (max-width: 520px) {
    .main-benefits__block {
        width: calc(50% - 20px);
        min-width: unset;
        word-break: break-word;
        margin: 0 10px 20px;
    }
    .main-benefits__text,
    .main-benefits__link {
        font-size: 14px;
        line-height: 18px;
    }
}

.main-form {
    background: #FFF9B5;
    width: 100%;
    background: linear-gradient(to top right, #FFFAB5, #FFF793);
    margin-top: 50px;
}

.main-form .layout__wrapper {
    display: flex;
}

.main-form .layout__wrapper .main-form__img {
    width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: url(../img/man.png) no-repeat;
    background-size: cover;
}

.main-form .layout__wrapper .main-form__form {
    background: #FFF793;
    width: 33%;
    padding: 0 0 0 15px;
    position: relative;
    box-shadow: -3px 0px 1px -1px black;
}

.main-form .layout__wrapper .main-form__form .wa-field {
    margin-bottom: 15px;
}

.main-form .layout__wrapper .main-form__form .main-form__title {
    font-size: 24px;
    margin-bottom: 35px;
    margin-top: 40px;
}

.main-form .layout__wrapper .main-form__info {
    width: 33%;
    padding: 40px 40px;
    display: block;
    z-index: 1;
    background: rgba(255, 249, 181, 0.8);
}

.main-form .layout__wrapper .main-form__info .main-form__phone {
    font-size: 36px;
    margin-bottom: 50px;
}

.main-form .layout__wrapper .main-form__info .main-form__phone.main-form__phone-tel {
    font-size: 24px;
}

.main-form .layout__wrapper .main-form__info .main-form__li {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    list-style-type: none;
}

.main-form .layout__wrapper .main-form__info .main-form__li:last-child {
    margin-bottom: 0;
}

.main-form .layout__wrapper .main-form__info .main-form__li .main-form__orange {
    color: #FF6600;
    font-weight: 400;
}

.main-form .layout__wrapper input[type="text"], .main-form .layout__wrapper input[type="search"], .main-form .layout__wrapper input[type="password"], .main-form .layout__wrapper input[type="email"] {
    width: 50%;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 1240px) {
    .main-form .layout__wrapper .main-form__info .main-form__phone {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .main-form .layout__wrapper {
        flex-wrap: wrap;
    }
    .main-form .layout__wrapper .main-form__info {
        width: auto;
    }
    .main-form .layout__wrapper .main-form__form {
        width: 100%;
        box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.5);
    }
    .main-form .layout__wrapper .main-form__img {
        width: 100%;
        margin-right: 0;
        height: 550px;
    }
}

@media screen and (max-width: 760px) {
    .main-form .layout__wrapper {
        flex-wrap: wrap;
    }
    .main-form .layout__wrapper .main-form__info {
        width: auto;
    }
    .main-form .layout__wrapper .main-form__form {
        width: 100%;
        box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.5);
    }
    .main-form .layout__wrapper .main-form__img {
        width: 100%;
        height: 415px;
    }
}

@media screen and (max-width: 520px) {
    .main-form .layout__wrapper {
        flex-wrap: wrap;
    }
    .main-form .layout__wrapper .main-form__info {
        width: auto;
    }
    .main-form .layout__wrapper .main-form__form {
        width: 100%;
        box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.5);
    }
    .main-form .layout__wrapper .main-form__img {
        width: 100%;
        height: 270px;
    }
	#feedback-form-1::before {
		top: -300px;
	}
}

@media screen and (max-width: 400px) {
    .main-form .layout__wrapper {
        flex-wrap: wrap;
    }
    .main-form .layout__wrapper .main-form__img {
        width: 100%;
        height: 168px;
    }
}

.main-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    transition: all 0.6s;
}

.main-menu.active {
    left: 0;
}

.main-menu.active .main-menu__overlay {
    opacity: 1;
}

.main-menu.active .main-menu__content {
    transition: left 1s ease-out;
    left: 0;
}

.main-menu__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s;
}

.main-menu__overlay::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #2048be;
    opacity: 0.80;
    position: absolute;
    left: 0;
    top: 0;
}

.main-menu__content {
    box-sizing: border-box;
    width: 255px;
    height: 100%;
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
    left: -50px;
    transition: left 0.3s;
}

.main-menu__content::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #2048be;
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
}

.main-menu__logo.logo,
.main-menu__logo.default-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.main-menu__logo.logo img,
.main-menu__logo.default-logo img {
    max-width: 180px;
    max-height: 68px;
}

.main-menu__empty-logo-container {
    height: 35px;
}

.main-menu__close {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 2;
}

.main-menu__info {
    height: 100%;
    max-height: 92%;
    overflow-y: auto;
    padding: 0 25px 0 15px;
    position: relative;
    z-index: 1;
}

.main-menu__links {
    margin-bottom: 40px;
}

.main-menu__links:last-child {
    margin-bottom: 0;
}

.main-menu__block {
    display: block;
}

.main-menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #fff;
    font-size: 18px;
}

.main-menu__link:hover {
    color: #ff9100;
}

.main-menu__link.ready .main-menu__count {
    visibility: visible;
}

.main-menu__icon {
    width: 30px;
    font-size: 20px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.main-menu__name {
    margin-right: auto;
    padding-right: 0;
    position: relative;
}
.main-menu__link .main-menu__name::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    transform-origin: right;
}
.main-menu__link:hover .main-menu__name::after {
    transform: scaleX(1);
    transform-origin: left;
}

.main-menu__count {
    padding: 1px 5px;
    line-height: 16px;
    background: #ff9100;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    display: flex;
    visibility: hidden;
}

.main-menu__pages {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    height: 40px;
}

.main-menu__pages .main-menu__links {
    display: flex;
}

.main-menu__pages .main-menu__links .main-menu__block {
    display: block;
    height: 40px;
}

.main-menu__pages .main-menu__links .main-menu__block .main-menu__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.main-menu__pages .main-menu__links .main-menu__block .main-menu__link:hover {
    color: #fff;
    text-decoration: none;
}

.main-menu__pages .main-menu__links .main-menu__block .main-menu__link.video-white-space {
    color: #ffffff;
}
.main-menu__block.main-menu__block--parent > .main-menu__link > .main-menu__name::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 3px;
    right: -8px;
    transition: all 0.3s;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--parent {
    position: relative;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--parent > .main-menu__link > .main-menu__name::after {
    display: none;
}
.main-menu__pages .main-menu__links .main-menu__links--childs {
    position: absolute;
    top: 20px;
    left: -30px;
    width: 200px;
    padding: 0 30px 30px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s;
}
.main-menu__block.main-menu__block--parent:hover .main-menu__links--childs {
    top: 40px;
    opacity: 1;
    pointer-events: initial;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--child {
    display: block;
    height: auto;
    background: #fff;
    transition: background-color 0.3s ease-in-out;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--child:hover {
    background: #ccc;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--child .main-menu__link {
    display: block;
    height: auto;
    padding: 10px;
    color: #383838;
    font-size: 14px;
    margin-right: 0;
}
.main-menu__pages .main-menu__links .main-menu__block.main-menu__block--child .main-menu__name::after {
    display: none;
}

.main-menu-alt-mobile {
    right: -100%;
    left: inherit;
}

.main-menu-alt-mobile.active {
    right: 0;
    left: inherit;
}

.main-menu-alt-mobile .main-menu__content {
    left: 0 !important;
    float: right;
}

.main-menu-alt-mobile .main-menu__content .main-menu__pages .main-menu__links {
    display: block;
}

.main-menu-alt-mobile .main-menu__content .main-menu__pages .main-menu__links .main-menu__link {
    color: #fff;
}

/* modules/main-menu-trigger/main-menu-trigger.sass */
.main-menu-trigger {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column wrap;
    width: 30px;
    cursor: pointer;
}

.main-menu-trigger:hover {
    color: #2048be;
}

.main-menu-trigger:hover .main-menu-trigger__element {
    background: #2048be;
}

.main-menu-trigger__icon {
    font-size: 30px;
}

.main-menu-trigger__element {
    display: block;
    width: 100%;
    height: 4px;
    background: #313030;
    margin: 3px 0;
}

.layout_mobile .main-menu-trigger {
    margin-bottom: -5px;
}

.main-menu-alt-trigger__icon {
    width: 5px;
    height: 5px;
    background: #313030;
    border-radius: 50%;
    position: relative;
    top: -10px;
    right: -20px;
}

.main-menu-alt-trigger__icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #313030;
    border-radius: 50%;
    position: absolute;
    top: 8px;
}

.main-menu-alt-trigger__icon::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #313030;
    border-radius: 50%;
    position: absolute;
    top: -8px;
}

.main-page.layout__wrapper {
    margin-bottom: 50px;
}

.main-page .main-pages__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-page .main-page__blocks {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}

.main-page .main-page__blocks .main-page__pages {
    list-style-type: none;
    margin-right: 15px;
    width: 285px;
    margin-bottom: 5px;
}

.main-page .main-page__blocks .main-page__pages .main-pages__link {
    width: 100%;
}

.main-page .main-page__blocks .main-page__pages .main-pages__link.main-page__parent {
    font-weight: 400;
}

.main-promo-slider.layout__wrapper {
    margin-bottom: 5px;
    margin-top: 50px;
    display: flex;
    position: static;
    flex-wrap: wrap;
}
.main-promo-slider__title {
    margin-bottom: 20px;
    font-size: 36px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

@media screen and (max-width: 400px) {
    .main-promo-slider.layout__wrapper {
        flex-wrap: wrap;
    }
}

.main__hero {
    position: relative;
    z-index: -10;
    top: -94px;
    height: 100vh;
    overflow: hidden;
}

.main__hero .main__heading {
    position: absolute;
    bottom: -5px;
    min-height: 160px;
    width: 100%;
}

.main__hero .main__heading .slogan-orange {
    color: #ff6600;
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 400;
}

.main__hero .main__heading .slogan-white {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 5px;
}

.main__hero .layout__wrapper {
    position: static;
}

#video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 1240px) {
    .main__hero {
        top: 0;
        height: auto;
    }
    .main__hero .main__heading {
        bottom: 5px;
        min-height: auto;
    }
    .main__hero .main__heading .slogan-orange {
        font-size: 24px;
    }
    .main__hero .main__heading .slogan-white {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    .main__hero .main__heading .slogan-orange {
        font-size: 16px;
    }
    .main__hero .main__heading .slogan-white {
        font-size: 16px;
    }
}

/* modules/mobile-call-btn/mobile-call-btn.sass */
.mobile-call-btn-wrap {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.mobile-call-btn {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    padding: 10px;
    background: #2048be;
    color: #fff;
}

.mobile-call-btn .mobile-call-btn__icon {
    font-size: 36px;
    margin-right: 10px;
}

.mobile-call-btn .mobile-call-btn__text {
    font-size: 20px;
}

/* modules/nav-menu/nav-menu.sass */
.nav-menu {
    height: 52px;
    position: relative;
    margin-bottom: 20px;
    z-index: 3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.nav-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #2048be;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-menu:hover .nav-menu__link_has-sublinks::after {
    opacity: 1;
}

.nav-menu__links {
    position: relative;
    z-index: 1;
}

.nav-menu__links_visible {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    height: 52px;
}

.nav-menu__links_visible .nav-menu__link {
    margin-right: 25px;
}

.nav-menu__links_visible .nav-menu__link::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff9100;
    visibility: hidden;
}

.nav-menu__links_visible .nav-menu__link:hover::before, .nav-menu__links_visible .nav-menu__link.nav-menu__link_current::before {
    visibility: visible;
}

.nav-menu__block,
.nav-menu__links_visible > li {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1;
}

.nav-menu__link,
.nav-menu__links_visible > li > a {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    transition: all 0.3s;
    position: relative;
}

.nav-menu__link:hover,
.nav-menu__links_visible > li > a:hover {
    color: #ff9100;
}

.nav-menu__link.nav-menu__link_highlighted {
    color: #ff4141;
    font-size: 19px;
    font-weight: 700;
}

.nav-menu__link_has-sublinks::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #fff;
    position: relative;
    margin: 8px 0 0 5px;
    transition: all 0.3s;
    opacity: 0;
}

.nav-menu__link_has-sublinks.nav-menu__link_highlighted::after {
    border-color: transparent transparent transparent #ff4141;
}

.nav-menu__link_has-sublinks:hover::after {
    border-color: transparent transparent transparent #ff9100;
}

.nav-menu__links_visible .nav-menu__show-more {
    height: 52px;
    width: 15px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
    display: none;
    cursor: pointer;
}

.nav-menu__links_visible .nav-menu__show-more span {
    display: block;
}

.nav-menu__links_visible .nav-menu__show-more span i {
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    margin-bottom: 4px;
}

.nav-menu__links_visible .nav-menu__show-more span i:last-child {
    margin-bottom: 0;
}

.nav-menu__links_visible .nav-menu__show-more:hover i, .nav-menu__links_visible .nav-menu__show-more.active i {
    background: #ff9100;
}

.nav-menu__links_visible .nav-menu__show-more.activated {
    display: flex;
}

.nav-menu__links_additional {
    display: none;
    padding: 10px 0;
    position: absolute;
    right: 0;
}

.nav-menu__links_additional::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #2048be;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-menu__links_additional .nav-menu__link,
.nav-menu__links_additional > li a {
    padding: 0 15px;
}

.nav-menu__links_additional .nav-menu__link::after,
.nav-menu__links_additional > li a::after {
    display: none;
}

.nav-menu__sublinks {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    display: none;
}

.nav-menu__sublinks-content {
    max-height: 70vh;
    margin: 0 -10px 5px;
    overflow-y: auto;
}

.nav-menu__sublinks-content ul li {
    display: block;
}

.nav-menu__sublinks-content ul li a {
    display: flex;
    color: #313030;
    font-size: 16px;
    margin-bottom: 10px;
}

.nav-menu__sublinks-content ul li a:hover {
    color: #2048be;
}

.nav-menu__sublinks-content ul li a .new {
    color: #2048be;
    font-size: 14px;
    margin-left: 10px;
}

.nav-menu__sublinks-content ul.level_1 {
    width: 220px;
    margin: 20px 10px 0;
}

.nav-menu__sublinks-content ul.level_1 > li > a {
    font-size: 18px;
    font-weight: 400;
}

.nav-menu__sublinks-content ul.level_2 .has-sublinks {
    position: relative;
    padding-right: 7px;
}

.nav-menu__sublinks-content ul.level_2 .has-sublinks::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #313030;
    position: relative;
    margin: 8px 0 0 5px;
    transition: all 0.3s;
}

.nav-menu__sublinks-content ul.level_2 .has-sublinks:hover::after {
    border-color: transparent transparent transparent #2048be;
}

.nav-menu__sublinks-content .nav-menu__more {
    display: block;
    color: #2048be;
    margin-top: 5px;
}

.nav-menu__sublinks-content .nav-menu__more:hover {
    text-decoration: underline;
}

.nav-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
}

/* modules/nav-menu-v/nav-menu-v.sass */
.nav-menu-v {
    width: 228px;
    height: 45px;
    margin-right: 30px;
    position: relative;
    color: #313030;
}

.nav-menu-v__trigger {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.nav-menu-v__trigger.nav-menu-v__trigger_interactive {
    cursor: pointer;
}

.nav-menu-v__trigger.nav-menu-v__trigger_interactive:hover, .nav-menu-v__trigger.nav-menu-v__trigger_interactive.active {
    color: #ff9100;
}

.nav-menu-v__trigger::after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    padding-bottom: 2px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 4;
}

.nav-menu-v__trigger-icon {
    font-size: 22px;
    margin-right: 10px;
}

.nav-menu-v__links {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0 0 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.nav-menu-v__links.collapsed {
    min-height: auto;
    display: none;
}

.nav-menu-v__links::after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
}

.nav-menu-v__block,
.nav-menu-v__links > li {
    display: block;
}

.nav-menu-v__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 10px;
    min-height: 22px;
    line-height: 20px;
    transition: all 0.2s ease-out;
}

.nav-menu-v__link.nav-menu-v__link_highlighted {
    color: #ff9100;
    font-weight: 400;
}

.nav-menu-v__link:hover {
    background: #fff;
}

.nav-menu-v__link:hover .nav-menu-v__link-arrow {
    color: #313030;
}

.nav-menu-v__link-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 100%;
    color: #dadada;
    font-size: 16px;
}

.nav-menu-v__sublinks {
    width: calc(120px*12);
    min-height: 100%;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #fff;
    padding-left: 5px;
    padding-right: 8px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    display: none;
}

.nav-menu-v__sublinks-wrap {
    box-sizing: border-box;
    min-height: 100%;
    padding: 25px 10px 25px 0;
}

.nav-menu-v__subblock {
    display: block;
    width: calc(20% - 30px);
    min-width: 150px;
    margin: 0 0 25px 25px;
}

.nav-menu-v__sublink,
.nav-menu-v__subcat-sub {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.nav-menu-v__sublink:hover,
.nav-menu-v__subcat-sub:hover {
    color: #2048be;
}

.nav-menu-v__subcat-sub {
    font-weight: 300;
}

.nav-menu-v__showmore {
    display: block;
    color: #ff9100;
    font-size: 14px;
    line-height: 18px;
}

.nav-menu-v__showmore:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1720px) {
    .nav-menu-v__sublinks {
        width: calc(120px*10);
    }
}

@media screen and (max-width: 1480px) {
    .nav-menu-v__sublinks {
        width: calc(120px*8);
    }
}

@media screen and (max-width: 1240px) {
    .nav-menu-v__sublinks {
        width: calc(120px*6);
    }
}

@media screen and (max-width: 1000px) {
    .nav-menu-v__sublinks {
        width: calc(120px*4);
    }
}

.news-announces {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -5px;
}

.news-announces__block {
    display: block;
    width: 270px;
    position: relative;
    margin: 0 5px 10px;
}

.news-announces__block:hover .news-announces__text {
    background: rgba(255, 145, 0, 0.8);
}

.news-announces__image {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-shadow: inset 0 0 0 1px #e0e7fa;
    color: #ebebeb;
    font-size: 15px;
}

.news-announces__image img {
    display: block;
    width: 100%;
}

.news-announces__image .no-photo {
    margin: 20px 0 100px;
}

.news-announces__text {
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-announces__text div {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1720px) {
    .news-announces__block {
        width: 278px;
    }
}

@media screen and (max-width: 1480px) {
    .news-announces {
        margin: 0 -5px;
    }
    .news-announces__block {
        width: 230px;
        margin: 0 5px 10px;
    }
}

@media screen and (max-width: 520px) {
    .news-announces {
        margin: 0;
    }
    .news-announces__block {
        width: 290px;
        margin: 0 auto 10px;
    }
}

/* modules/pagination/pagination.sass */
.pagination__show-more {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    border: 1px solid transparent;
    background: #2048be;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s;
}

.pagination__show-more:hover, .pagination__show-more.active {
    background: #FFFFFF;
    color: #2048be;
    border-color: #2048be;
}

.pagination__show-more.active .pagination__show-more-block {
    display: none;
}

.pagination__show-more.active .pagination__show-more-loading {
    display: flex;
}

.pagination__show-more-block {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.pagination__show-more-image {
    font-size: 30px;
    margin-right: 10px;
}

.pagination__show-more-loading.loading {
    display: none;
}

.pagination {
    width: 100%;
    padding-top: 15px;
    clear: both;
}

.pagination:before {
    content: '';
    display: block;
    clear: both;
}

.pagination ul {
    display: flex;
    align-items: center;
}

.pagination ul li {
    display: block;
    margin: 0 10px 0 0;
}

.pagination ul li:last-child {
    border-right: 0;
}

.pagination ul li a {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0 5px;
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.pagination ul li a:hover {
    color: #2048be;
    border-color: #2048be;
    background: #fff;
}

.pagination ul li.selected a:not(.inline-link), .pagination ul li.pseudo-selected a:not(.inline-link) {
    color: #fff;
    background: #2048be;
}

.pagination ul li span {
    display: flex;
    align-items: center;
    height: 26px;
    padding: 0 5px;
    font-size: 20px;
}

.pagination_desktop {
    display: flex;
    align-items: center;
}

.pagination_desktop .pagination__show-more {
    margin: 0 90px 0 0;
}

/* modules/preloader/preloader.sass */
.preloader {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preloader__animation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader__animation-item {
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 7px solid #2048be;
    margin: 0 3px;
    -webkit-animation: preloader__animation 1.4s infinite ease-in-out both;
    animation: preloader__animation 1.4s infinite ease-in-out both;
}

.preloader__animation-item_1 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}

.preloader__animation-item_2 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.preloader__animation-item_3 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/* animations */
@-webkit-keyframes preloader__animation {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

@keyframes preloader__animation {
    0%, 80%, 100% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
}

/* modules/profile-links/profile-links.sass */
.profile-links {
    flex: 0 0 auto;
    margin: 0 75px 40px 0;
}

.profile-links__block {
    display: block;
    margin-bottom: 5px;
}

.profile-links__link {
    display: block;
    padding: 0 15px;
    color: #313030;
    font-size: 16px;
    line-height: 40px;
    border-radius: 3px;
}

.profile-links__link:hover {
    color: #2048be;
}

.profile-links__block_selected .profile-links__link {
    color: #2048be;
    background: #e8e8e8;
}

@media screen and (max-width: 1000px) {
    .profile-links {
        width: 100%;
        margin: 0 0 20px;
    }
    .profile-links__link {
        line-height: 35px;
        padding: 0 5px;
        border-radius: 0;
    }
}

/* modules/promo-blocks/promo-blocks.sass */
.promo-blocks img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.promo-blocks__wrap {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
}

.promo-blocks__wrap:last-child {
    margin-bottom: 0;
}

.promo-blocks__wrap .promo-blocks-center {
    display: flex;
    flex-direction: column-reverse;
    width: 60%;
    padding-right: 5px;
    box-sizing: border-box;
}

.promo-blocks__wrap .promo-blocks-right {
    width: 40%;
}

.promo-block {
    display: block;
    width: auto;
    height: auto;
    cursor: default;
    position: relative;
    overflow: hidden;
}

.promo-block.promo-block_50 {
    width: 100%;
    height: 250px;
    margin-bottom: 5px;
}

.promo-block .promo_block_text-50 {
    position: absolute;
    z-index: 20;
    top: 0px;
    max-width: 240px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 5px;
    color: #000000;
}

.promo-block .promo_block_text-50 span {
    font-size: 24px;
}

.promo-blocks-center .promo-block.promo-block_25:first-child {
    box-sizing: border-box;
    margin-right: 5px;
}

.promo-block[href] {
    cursor: pointer;
}

.promo-block[href]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 30;
}

.promo-block[href]:hover::before {
    opacity: 1;
}

.promo-block_25-wrap {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.promo-block_25 {
    width: 50%;
    height: 250px;
}

.promo-block_25 .promo_block_text-25 {
    position: absolute;
    z-index: 20;
    padding: 5px 2px;
    top: 0px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #000;
    font-size: 16px;
}

.promo-block_25 .promo_block_text-25 span {
    font-size: 24px;
}

.promo-block_75 {
    height: 250px;
}

.promo-block_75:first-child {
    margin-bottom: 5px;
}

@media screen and (max-width: 1240px) {

}

@media screen and (max-width: 1000px) {
    .promo-blocks__wrap {
        flex-flow: nowrap;
    }
}

@media screen and (max-width: 760px) {
    .promo-blocks__wrap {
        flex-flow: nowrap;
    }
}

@media screen and (max-width: 520px) {
    .promo-blocks__wrap {
        flex-flow: nowrap;
    }
}

/* promo-slider.sass */
.promo-slider {
    width: 40%;
    height: 505px;
    box-sizing: border-box;
    padding: 0 5px 0 15px;
    position: relative;
}
.promo-blocks {
    width: 60%;
    height: 505px;
    box-sizing: border-box;
    padding: 0 15px 0 0;

}
.promo-slider__container_vertical {
    width: calc(100% - 120px*2 + 7px);
    margin: 0 0 0 auto;
    margin-left: 233px;
}

.promo-slider__slide {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.promo-slider__slide .promo_slider_img {
    width: 100%;
    height: 100%;
}

.promo-slider__slide .promo_slider_text {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    max-width: 240px;
    min-width: 175px;
}

.promo-slider__slide .promo_slider_text span {
    font-size: 24px;
}

.promo-slider__image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.promo-slider__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 100%;
    padding: 95px 0;
}

.promo-slider__block {
    max-width: 50%;
    color: #fff;
    font-weight: 900;
}

.promo-slider__block > div {
    box-sizing: border-box;
    border: 10px solid #313030;
    padding: 20px 10px;
    text-transform: uppercase;
}

.promo-slider__name {
    font-size: 56px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.promo-slider__name span {
    position: relative;
    z-index: 1;
}

.promo-slider__name span.bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 0;
}

.promo-slider__text {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
}

.promo-slider__countdown {
    display: flex;
    background: none;
    border: 0;
    color: inherit;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

.promo-slider__countdown span {
    display: block;
    line-height: 43px;
    background: #f3f3f3;
    padding: 0 10px;
    margin-right: 24px;
}

.promo-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 20px;
    position: absolute;
    margin-top: -32px;
    z-index: 1;
    top: 260px;
    left: -80px;
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.3);
}

.promo-slider__bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 3px;
    background: none;
    background: #fff;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
}

.promo-slider__bullet:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #F14841;
    position: absolute;
    left: 0;
}

.promo-slider.inited .promo-slider__bullet_active::before {
    transition: width 5s linear;
    width: 100%;
}

.layout_mobile .promo-slider_mobile.layout__wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.promo-slider__slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-slider .swiper-slide-active {

}

@media screen and (max-width: 1720px) {
    .promo-slider_horizontal.layout__wrapper {
        width: 100%;
    }
    .promo-slider_vertical.layout__wrapper .promo-slider__slide {
        height: 335px;
    }
}

@media screen and (max-width: 1480px) {
    .promo-slider_vertical.layout__wrapper .promo-slider__slide {
        height: 300px;
    }
    .promo-slider_vertical.layout__wrapper .promo-slider__slide .promo_slider_img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .promo-slider {
        height: 305px;
    }
    .promo-blocks {
        height: 305px;
    }
    .promo-slider .promo-slider__pagination {
        transform: rotate(0deg);
        bottom: 10px;
        left: 10%;
        top: inherit;
        width: 80%;
    }
    .promo-slider_vertical.layout__wrapper .promo-slider__slide {
        height: 200px;
    }
    .promo-block_25 {
        height: 150px;
    }
    .promo-block.promo-block_50 {
        height: 150px;
    }
    .promo-block_75 {
        height: 150px;
    }
    .promo-slider__slide .promo_slider_text {
        padding: 5px;
    }
    .promo-slider__slide .promo_slider_text span {
        font-size: 20px;
    }
    .promo-block .promo_block_text-50 {
        padding: 5px;
    }
    .promo-block .promo_block_text-50 span {
        font-size: 20px;
    }
    .promo-block_25 .promo_block_text-25 {
        padding: 5px;
    }
    .promo-block_25 .promo_block_text-25 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .promo-slider__slide .promo_slider_text {
        left: 0;
    }
    .promo-slider .promo-slider__wrapper {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .promo-slider .promo-slider__block {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
    }
    .promo-slider .promo-slider__name {
        display: table;
        font-size: 20px;
        border-width: 3px;
        line-height: 1;
        margin: 0 auto 25px;
        padding: 10px;
    }
    .promo-slider .promo-slider__text {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .promo-slider .promo-slider__countdown {
        justify-content: center;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .promo-slider .promo-slider__countdown span {
        height: 30px;
        line-height: 30px;
        margin: 0 10px;
    }
    .promo-slider .promo-slider__pagination {
        left: 12%;
    }
    .promo-slider .promo-slider__bullet {
        flex: 1;
        max-width: 65px;
        margin: 0 10px;
    }
    .promo-slider .promo-slider__bullet::before {
        height: 4px;
    }
    .promo-slider_vertical.layout__wrapper {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .promo-slider__slide {
        height: 300px;
    }
    .promo-slider {
        height: 300px;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .promo-blocks {
        width: 100%;
        padding: 0;
        height: 385px;
    }
    .promo-block.promo-block_50 {
        height: 190px;
    }
    .promo-block_25 {
        height: 190px;
    }
    .promo-block_75 {
        height: 190px;
    }
}

@media screen and (max-width: 520px) {
    .promo-slider__slide {
        height: 250px;
    }
    .promo-slider {
        height: 250px;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .promo-blocks {
        width: 100%;
        padding: 0;
        height: 305px;
    }
    .promo-block.promo-block_50 {
        height: 150px;
    }
    .promo-block_25 {
        height: 150px;
    }
    .promo-block_75 {
        height: 150px;
    }
}

@media screen and (max-width: 400px) {
    .promo-slider__slide {
        height: 150px;
    }
    .promo-slider {
        height: 150px;
        margin-bottom: 15px;
    }
}

/* modules/search-form/search-form.sass */
.search-form {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: top 0.6s;
    overflow: hidden;
}

.search-form.active {
    top: 0;
}

.search-form.active .search-form__overlay {
    opacity: 0.9;
}

.search-form.active .search-form__form {
    bottom: 0;
    opacity: 1;
}

.search-form__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2048be;
    opacity: 0;
    transition: opacity 1s;
}

.search-form__wrapper {
    padding-top: 80px;
}

.search-form__close {
    position: absolute;
    top: 30px;
    right: 5px;
}

.search-form__form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    transition: all 0.6s;
}

.search-form__input, .search-form .search-form__input {
    width: 530px;
    max-width: 100%;
    height: 48px;
    border-color: #fff;
    color: #fff;
    font-size: 16px;
}

.search-form__button, .search-form .search-form__button {
    padding: 0 5px;
    height: auto;
    background: transparent;
    border: 0;
    font-size: 20px;
    margin-left: -30px;
}

.search-form__button:hover, .search-form .search-form__button:hover {
    color: #ff9100;
    background: transparent;
}

.search-form-products {
    box-sizing: border-box;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2px;
    max-height: 70vh;
    display: none;
}

.search-form-products.active {
    display: flex;
}

.search-form-products__wrap {
    width: 530px;
    max-width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 15px;
}

.search-form-products__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.search-form-products__count {
    color: #313030;
    font-weight: 400;
}

.search-form-products__results {
    color: #2048be;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 10px;
}

.search-form-products__results:hover {
    text-decoration: none;
}

.search-form-products__list {
    display: flex;
    flex-flow: row wrap;
    max-height: calc(100% - 36px);
    overflow-y: auto;
}

.search-form-product {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 10px 5px;
}

.search-form-product:hover {
    background: #ecf4ff;
}

.search-form-product__image {
    width: 40px;
}

.search-form-product__image img {
    display: block;
    max-width: 40px;
    max-height: 100px;
}

.search-form-product__image .no-photo {
    min-height: auto;
    justify-content: flex-start;
}

.search-form-product__image .no-photo .no-photo__img {
    width: 40px;
    height: 40px;
    margin: 0;
}

.search-form-product__name {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
    flex: 1;
}

.search-form-product__name-highlight {
    background: #BCCDFF;
}

.search-form-product__prices {
    margin-left: auto;
}

.search-form-product__price {
    color: #2048be;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.search-form-product__price.search-form-product__price_old {
    color: #313030;
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
}

.search-form__nothing {
    color: #2048be;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 530px;
    background: #fff;
}

.search-form-products__list .mCSB_vertical {
    width: 100%;
}

.search-form-products__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #2048be;
}

@media screen and (max-width: 1000px) {
    .search-form,
    .search-form__overlay,
    .search-form__form {
        transition: unset;
    }
}

/* modules/search-form-simple/search-form-simple.sass */
.search-form-simple__form {
    display: flex;
    align-items: center;
    width: 470px;
    height: 45px;
    max-width: 50%;
    position: relative;
}

.search-form-simple__form .search-form-simple__input {
    border-radius: 2px;
    height: 36px;
    background: rgba(255, 255, 255, 0.75);
    padding-left: 10px;
}

.search-form-simple__form .search-form-simple__button {
    width: 72px;
    height: 36px;
    margin-left: -72px;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0;
    background: #ff9100;
    font-size: 20px;
}

.search-form-simple__form .search-form-simple__button:hover {
    color: #ff9100;
    border: 1px solid #ff9100;
    background: rgba(255, 255, 255, 0.5);
}

.search-form-simple__form .search-form-simple__products {
    background: #fff;
    position: absolute;
    margin-top: 0;
    top: 100%;
    left: 0;
    z-index: 5;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.35);
}

/* modules/socials-icons/socials-icons.sass */
.socials-icons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 280px;
    margin: 0 auto;
}

.socials-icons__icon {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 20px 15px;
}

.socials-icons__icon:hover {
    border-color: #2048be;
    color: #2048be;
}

.socials-icons__icon_facebook:hover {
    color: #3B5998;
    border-color: #3B5998;
}

.socials-icons__icon_vkontakte:hover {
    color: #6383A8;
    border-color: #6383A8;
}

.socials-icons__icon_google:hover {
    color: #DC4E41;
    border-color: #DC4E41;
}

.socials-icons__icon_twitter:hover {
    color: #1DA1F2;
    border-color: #1DA1F2;
}

.socials-icons__icon_yandex:hover {
    color: #FF0000;
    border-color: #FF0000;
}

.socials-icons__icon_instagram:hover {
    color: #239AB9;
    border-color: #239AB9;
}

.socials-icons__icon_mailru:hover {
    color: #0099CC;
    border-color: #0099CC;
}

.social-widgets {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.social-widgets__likebox {
    display: block;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0 25px 25px;
}

.social-widgets__likebox iframe {
    max-width: 100%;
}

/* modules/subpages/subpages.sass */
.subpages {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin-bottom: 25px;
}

.subpages__item {
    display: block;
    margin: 0 0 10px 0;
    color: #2048be;
}

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

/* modules/top-panel/top-panel.sass */
.top-panel {
    background: #2048be;
    margin-bottom: 20px;
    position: relative;
}

.top-panel::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
}

.top-panel_category {
    margin-bottom: 0;
}

.top-panel__wrapper {
    display: flex;
    align-items: center;
}

/* modules/totop-btn/totop-btn.sass */
.totop-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #9a4141;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 44px;
    opacity: 0.7;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
}

.totop-btn:hover {
    background-color: #ff9100;
}

.totop-btn .totop-btn__icon {
    font-size: 20px;
}

.totop-btn_mobile:hover {
    background-color: #2048be;
}

/* modules/wa-auth-adapters/wa-auth-adapters.sass */
.wa-auth-adapters {
    margin-bottom: 25px;
}

.wa-auth-adapters__name {
    font-size: 19px;
    margin-bottom: 20px;
}

.wa-auth-adapters__text {
    display: block;
    font-size: 14px;
    color: #313030;
    line-height: 18px;
    margin-bottom: 40px;
}

.wa-auth-adapters__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.wa-auth-adapters__block {
    display: block;
    margin: 0 10px 10px 0;
    position: relative;
    border-radius: 100%;
}

.wa-auth-adapters__link {
    color: #313030;
    border-color: #313030;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .wa-auth-adapters {
        margin-left: 0;
        width: 100%;
    }
}

/* modules/wa-form/wa-form.sass */
.wa-form {
    width: 100%;
    max-width: 400px;
}

.wa-form .wa-field {
    position: relative;
    margin-bottom: 25px;
}

.wa-form .wa-field span.field {
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.wa-form .wa-field .wa-name, .wa-form .wa-field span.field > span {
    color: #585858;
    font-size: 16px;
    line-height: 18px;
    transition: 0.2s ease all;
}

.wa-form .wa-field .wa-value {
    position: relative;
}

.wa-form .wa-field .wa-value.wa-submit {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 14px;
    line-height: 42px;
    white-space: nowrap;
    margin-top: 30px;
}

.wa-form .wa-field .wa-value.wa-submit input[type='submit'] {
    min-width: 120px;
    border-radius: 3px;
    height: 42px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin: 0 5px 5px 0;
}

.wa-form .wa-field .wa-value.wa-submit a {
    color: #2048be;
    margin: 0 5px;
    text-decoration: underline;
}

.wa-form .wa-field .wa-value.wa-submit a:hover {
    text-decoration: none;
}

.wa-form .wa-field .wa-value .wa-captcha {
    font-size: 14px;
}

.wa-form .wa-field .wa-value .wa-captcha p:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-flow: row wrap;
}

.wa-form .wa-field .wa-value .wa-captcha p:first-child > * {
    margin-right: 10px;
}

.wa-form .wa-field .wa-value .wa-captcha p:first-child input {
    width: calc(100% - 154px);
    margin-right: 0;
}

.wa-form .wa-field .wa-value .wa-captcha .wa-captcha-refresh {
    display: block;
    color: #2048be;
    text-decoration: underline;
    margin-bottom: 25px;
}

.wa-form .wa-field .wa-value .wa-captcha .wa-captcha-refresh:hover {
    text-decoration: none;
}

.wa-form .wa-field.focused .wa-value input {
    border-color: #2048be;
}

.wa-form .wa-field.wa-required .wa-name::before,
.wa-form .wa-field.wa-required span.field > span::before {
    content: '*';
    color: red;
    margin-right: 2px;
}

.wa-form .wa-field:not(.wa-field-address):not(.wa-field-sex) .wa-name {
    position: absolute;
    top: 10px;
}

.wa-form .wa-field:not(.wa-field-address):not(.wa-field-sex) .wa-name.on, .wa-form .wa-field:not(.wa-field-address):not(.wa-field-sex) .wa-name.show {
    color: #2048be;
    font-size: 12px;
    top: -17px;
}

.wa-form .wa-field:not(.wa-field-address):not(.wa-field-sex) .wa-name.wa-name-static {
    position: static;
    font-size: 14px;
}

.wa-form .wa-field.wa-field-address .wa-name {
    color: #313030;
    font-size: 18px;
    margin-bottom: 20px;
}

.wa-form .wa-field.wa-field-address span.field > span {
    position: absolute;
    top: 10px;
}

.wa-form .wa-field.wa-field-address span.field > span.show, .wa-form .wa-field.wa-field-address span.field > span.on {
    color: #2048be;
    font-size: 12px;
    top: -17px;
}

.wa-form .wa-field.wa-field-address span.field input {
    position: relative;
    z-index: 1;
}

.wa-form .wa-field.wa-field-sex .wa-name {
    top: -17px;
    color: #2048be;
}

.wa-form .wa-field.wa-field-sex .wa-value {
    height: 35px;
    display: flex;
}

.wa-form select.watermark ~ span {
    opacity: 1;
}

.wa-form select ~ span {
    opacity: 0;
}

.wa-form div.hint {
    color: #313030;
    font-size: 14px;
    margin-top: 15px;
}

.wa-form.wa-form_static-names .wa-field .wa-name {
    position: static !important;
    color: #313030 !important;
    font-size: 18px !important;
    margin-bottom: 20px;
}

.wa-form.wa-form_static-names .wa-field .wa-value > p > span {
    margin-bottom: 10px;
}

.wa-form.wa-form_static-names .wa-field .wa-value > p > span .hint {
    color: #2048be;
    font-size: 12px;
}

/* modules/welcome-text/welcome-text.sass */
.welcome-text__content.description {
    overflow: hidden;
    margin-bottom: 0;
}

.welcome-text__content_collapsed {
    max-height: 180px;
    position: relative;
}

.welcome-text__content_collapsed::after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.welcome-text__show-more {
    color: #2048be;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}

.welcome-text__show-more:hover {
    text-decoration: none;
}

/* auth */
.auth-wrap__content {
    display: flex;
    padding-bottom: 25px;
}

.auth-wrap__content .wa-form {
    margin-right: 15px;
}

.auth-wrap__content .wa-form .wa-field:last-child {
    margin-bottom: 0;
}

.auth-wrap__content .wa-form .wa-field .wa-value.wa-submit input[type='submit'] {
    margin-bottom: 0;
}

.auth-wrap__content .wa-form .wa-field .wa-value.wa-submit a:last-child {
    margin-right: 0;
}

.auth-wrap__content .wa-auth-adapters {
    display: block;
    width: 220px;
    margin: 0 0 0 15px;
}

.auth-wrap__content .wa-auth-adapters__text {
    margin-bottom: 20px;
}

.auth-wrap__content .wa-auth-adapters__block {
    margin: 0 30px 15px 0;
}

.auth-hr {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    padding-top: 55px;
    position: relative;
}

.auth-hr__line {
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: gray;
    top: 0;
    left: 50%;
}

.auth-hr__text {
    display: block;
    color: gray;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    position: relative;
}

.login-page .wa-form {
    width: 360px;
}

.login-page .wa-form .wa-field .wa-value.wa-submit a:last-child {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #2048be;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 10px;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #2048be;
    transition: all 0.3s;
    margin-left: auto;
}

.login-page .wa-form .wa-field .wa-value.wa-submit a:last-child:hover {
    color: #fff;
    background: #2048be;
}

@media screen and (max-width: 1000px) {
    .auth-wrap__content .wa-auth-adapters {
        margin-left: 0;
        width: 100%;
    }
    .auth-wrap__content .wa-auth-adapters__block {
        margin-right: 5px;
    }
}

@media screen and (max-width: 520px) {
    .login-page .wa-form .wa-field .wa-value.wa-submit a:last-child {
        margin: 15px 0 0 0;
        min-width: 120px;
        justify-content: center;
    }
}

.blog-main {
    display: flex;
}

.blog-content {
    flex: 1 1 auto;
    overflow: hidden;
    margin-right: 10px;
}

.blog-sidebar {
    width: 230px;
    flex: 0 0 auto;
    color: #313030;
    margin-left: auto;
}

.blog-sidebar__block {
    margin-bottom: 35px;
}

.blog-sidebar__block-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-sidebar__block-content li {
    display: block;
}

.blog-sidebar__block-content li a {
    display: block;
    padding: 5px 10px;
    color: #313030;
    font-size: 16px;
    line-height: 18px;
}

.blog-sidebar__block-content li a:hover {
    color: #2048be;
}

.blog-sidebar__block-content li.selected > a {
    background: #ebebeb;
}

.blog-sidebar__block-content li li a {
    padding-left: 20px;
}

.blog-post__author {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 10px;
}

.blog-post__author-item {
    display: block;
    margin-right: 10px;
}

.blog-post__author-item_date {
    white-space: nowrap;
    color: grey;
    font-size: 14px;
}

.blog-post__author-item-image {
    display: block;
}

/* checkout */
.checkout {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

.checkout__steps {
    max-width: 100%;
    flex: 1;
    margin-right: 15px;
}

.checkout__step {
    margin-bottom: 25px;
}

.checkout__user-type {
    margin-bottom: 25px;
}

.checkout__user-type-block {
    display: block;
    margin-bottom: 15px;
}

.checkout__step-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    padding: 10px;
    color: #2048be;
    background: #f3f3f3;
    margin-bottom: 25px;
}

.checkout__step-header-link {
    display: flex;
    align-items: center;
}

.checkout__contact-form {
    width: 360px;
}

.checkout__autorized {
    margin-bottom: 20px;
}

.checkout__autorized-block {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.checkout__autorized-block:last-child {
    margin-bottom: 0;
}

.checkout__autorized-block a {
    color: #2048be;
}

.checkout__autorized-block a:hover {
    text-decoration: underline;
}

.checkout__submit {
    min-width: 150px;
}

.checkout__options-label {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.checkout__options-text {
    line-height: 1;
}

.checkout__options-description {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}

.checkout__options-block-wrap {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.checkout__options-block-wrap input, .checkout__options-block-wrap select {
    width: 195px;
}

.checkout__options-block {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.checkout__options-block:last-child {
    border-bottom: 0;
}

.checkout__options-price {
    color: #2048be;
    font-size: 18px;
    white-space: nowrap;
    font-weight: 400;
}

.checkout__options-hint {
    display: block;
    color: #a6a6a6;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.checkout__options-logo {
    margin-right: 20px;
}

.checkout__options-logo img {
    display: block;
}

.checkout__options-rate.rate {
    display: block;
    text-align: right;
}

.step-confirmation .wa-form, .step-confirmation table {
    width: 100%;
}

.step-confirmation .wa-field {
    margin-bottom: 25px;
}

.step-confirmation .description h3 {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.checkout__success {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 460px;
    max-width: 100%;
    height: 70vh;
    margin: 0 auto;
}

.checkout__success .image {
    width: 140px;
    color: #2048be;
    margin-bottom: 30px;
}

.checkout__success .text {
    margin-bottom: 25px;
}

.checkout__success .text h1 {
    display: block;
    color: #2048be;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.checkout__success .text p {
    font-size: 18px;
    line-height: 28px;
}

.checkout__success .text p .order_id {
    font-weight: 700;
}

.checkout__success .back {
    color: #2048be;
    background: #fff;
    border-radius: 2px;
    font-size: 18px;
    margin: 15px 0 35px;
}

.checkout__success .back:hover {
    color: #fff;
    background: #2048be;
}

.billing-address-fake .wa-value {
    font-size: 14px;
    padding: 5px 0;
}

.billing-address-fake .wa-value a {
    color: #2048be;
}

@media screen and (max-width: 1000px) {
    .checkout__wrap {
        flex: 0 0 auto;
        width: 100%;
        margin: 0;
    }
    .checkout__step-header {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .checkout__step-content {
        margin-bottom: 15px;
    }
    .checkout__options-block-wrap {
        flex-flow: row wrap;
        margin-bottom: 15px;
    }
    .checkout__options-block-wrap input, .checkout__options-block-wrap select {
        width: 100%;
    }
    .checkout__options-label.custom-label {
        flex-wrap: wrap;
        margin: 0 0 10px;
    }
    .checkout__options-description {
        margin: 0;
    }
    .checkout__options-text {
        flex: 0 0 auto;
        width: 100%;
        font-size: 16px;
        margin: 10px 0 0;
    }
    .checkout__options-rate.rate {
        text-align: left;
        padding: 0;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .checkout__user-type-label.custom-label {
        flex-flow: unset;
    }
    .checkout-content .description {
        max-width: 100%;
        overflow-x: auto;
    }
    .checkout-content .description table td {
        padding: 5px;
    }
    .checkout-content .description table td:last-child {
        text-align: right;
    }
}

/* comments */
.comments-wrap {
    display: flex;
    align-items: flex-start;
}

.comments {
    max-width: 540px;
    flex: 0 0 auto;
    font-size: 15px;
    margin-right: 35px;
    margin-bottom: 45px;
}

.comment-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.comments-list__title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comments-list__title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list__content-block, .comments-list li {
    display: block;
    margin-bottom: 25px;
}

.comments-list__content-title {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.comments-list__content-author {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comments-list__content-icon {
    margin-right: 10px;
}

.comments-list__content-name {
    font-size: 13px;
    font-weight: 500;
    margin-right: auto;
}

.comments-list__content-site {
    opacity: 0.5;
    margin-left: 10px;
}

.comments-list__content-staff {
    color: #fff;
    font-size: 13px;
    background: #2048be;
    padding: 2px 4px;
    margin: 0 auto 0 5px;
}

.comments-list__content-date {
    color: #313030;
    font-size: 11px;
}

.comments-list__content-rating {
    margin-bottom: 10px;
}

.comments-list__content-text {
    font-size: 15px;
    line-height: 18px;
}

.comments-list__content-reply {
    display: block;
    margin: 15px 0;
    color: #2048be;
    font-size: 14px;
}

.comments-list__content-reply span {
    text-decoration: underline;
}

.comments-list__content-reply:hover span {
    text-decoration: none;
}

.comments-list__button-btn {
    color: #2048be;
    background: #fff;
}

.comments-list__button-btn:hover {
    color: #fff;
    background: #2048be;
}

.comment-form {
    width: 100%;
    max-width: 540px;
    margin-bottom: 50px;
}

.comment-form .wa-auth-adapters__block:last-child {
    margin-right: 0;
}

.comment-form .service-agreement-wrapper {
    display: block;
    font-size: 14px;
    margin: 15px 0;
}

.comment-form .wa-field.flexed {
    display: flex;
    align-items: center;
}

.comment-form .wa-field.flexed > * {
    margin-right: 10px;
}

.comment-form .wa-field a {
    color: #2048be;
    text-decoration: underline;
}

.comment-form .wa-field a:hover {
    text-decoration: none;
}

.comment-form__title {
    margin-bottom: 20px;
}

.comment-count-text {
    color: #2048be;
    margin: 15px 0;
    float: left;
}

.comment {
    padding: 5px;
    margin-bottom: 25px;
}

.comment.new {
    background: #e6eff7;
}

.depth_1 > .comment, .depth_2 > .comment {
    padding-left: 10px;
    border-left: 2px solid #2048be;
    margin-left: 10px;
}

.depth_2 > .comment {
    border-left: 2px solid gray;
}

.comments-pagination .paging-nav {
    position: absolute;
    left: -999px;
}

@media screen and (max-width: 1000px) {
    .comments-wrap {
        flex-flow: row wrap;
    }
    .comment-form {
        order: -1;
    }
    .comments {
        width: 100%;
    }
}

/* <reset> */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    min-width: 0;
}

html {
    height: 100%;
    font-weight: normal;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1;
}

body.no-scroll {
    width: 100%;
    position: fixed;
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5 {
    font-weight: inherit;
}

b, strong {
    font-weight: 700;
}

input, button, textarea {
    border: 0;
    padding: 0;
    font-weight: inherit;
    background: transparent;
    line-height: 1;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #ada29c;
    margin: 0;
    padding: 0;
    border: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
    color: inherit;
}

input::placeholder {
    color: inherit;
    opacity: 0.7;
}

/* remove chrome input cross */
input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

select:disabled {
    opacity: 0.6;
}

.nowrap {
    white-space: nowrap;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    color: #313030;
    text-align: left;
    font-size: 16px;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #aeaeae;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

textarea, select, .like_input {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    color: #313030;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #aeaeae;
    background: transparent;
}

textarea {
    padding-top: 10px;
    min-height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.blured {
    position: relative;
}

.blured::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nothing {
    color: #2048be;
    padding: 20px 0;
}

.alert_message {
    color: #4886a9;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.success_message {
    color: #6cd002;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

.hidden {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.description {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.description:after {
    content: '';
    display: block;
    clear: both;
}

.description h1, .description h2, .description h3, .description h4 {
    line-height: 1;
    margin: 15px 0;
}

.description h1 {
    font-size: 30px;
}

.description h2 {
    font-size: 26px;
}

.description h3 {
    font-size: 22px;
}

.description h4 {
    font-size: 18px;
}

.description ul, .description ol {
    list-style-position: inside;
    padding-left: 15px;
    margin-bottom: 15px;
}

.description p {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.description li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
}

.description a {
    color: #6e130b;
    line-height: 18px;
    font-weight: 500;
}

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

.description blockquote {
    font-style: italic;
    line-height: 24px;
    background: #f4f4f4;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.description blockquote:before {
    content: "\00ab";
}

.description blockquote:after {
    content: "\00bb";
}

.description table {
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 15px;
}

.description table td, .description table th {
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
}

.description table thead td, .description table th {
    font-weight: 600;
    background: #f4f4f4;
}

.description pre {
    padding: 10px;
    background: #eaeaea;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    overflow: auto;
    margin-bottom: 10px;
}

.description hr {
    display: block;
    border: 0;
    height: 1px;
    background: #000;
    margin: 5px 0 10px;
}

.description img {
    max-width: 100%;
    height: auto;
}

.description .two_columns {
    content: '';
    display: block;
    clear: both;
    width: 49%;
}

.description .text-center {
    text-align: center;
}

.description .text-left {
    text-align: left;
}

.description .text-right {
    text-align: right;
}

.description figure {
    margin: 0;
}

input[type="button"], [type="submit"], .btn {
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1;
    padding: 2px 10px;
    height: 50px;
    border: 1px solid transparent;
    position: relative;
    background: #2048be;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s;
    cursor: pointer;
}

input[type="button"]:hover, input[type="button"].active, [type="submit"]:hover, [type="submit"].active, .btn:hover, .btn.active {
    background: #FFFFFF;
    color: #2048be;
    border-color: #2048be;
}

a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saved {
    color: #31dc31;
    margin: 10px 0;
    font-size: 18px;
}

.wa-error, input.error, .quickorder-empty-field {
    border-color: red !important;
}

.wa-error-msg, .errormsg, .checkout_result.error, .rate .hint.error, em.error {
    display: block;
    color: red;
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0 10px;
}

h1.title, h2.title, h3.title, h4.title {
    display: block;
    color: #313030;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 15px;
}

h2.title {
    font-size: 28px;
    display: flex;
    align-items: center;
}

h3.title {
    font-size: 26px;
}

h4.title {
    font-size: 24px;
}

div.title {
    color: #313030;
    font-size: 30px;
}

h1.title sup.new {
    color: #313030;
}

[class^="icon-fonticon_"] {
    font-size: inherit;
}

.external-links {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.developer-link {
    margin-right: 10px;
}

.developer-link__img {
    display: block;
    max-width: 20px;
}

.webasyst-link {
    display: flex;
    margin: 5px 5px 5px 0;
}

.webasyst-link__dot {
    display: block;
    width: 4px;
    height: 4px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    margin: 0 6px 0 0;
}

.webasyst-link__dot_1 {
    background: #FF0000;
}

.webasyst-link__dot_2 {
    background: #44AAFB;
}

.webasyst-link__dot_3 {
    background: #F3E245;
}

.webasyst-link__dot_4 {
    background: #ED6699;
}

.webasyst-link__dot_5 {
    background: #9CE233;
}

.webasyst-link__dot_6 {
    background: #45ADFF;
}

.select2-container span {
    display: block;
}

.select2-container .select2-selection--single {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    position: relative;
    padding: 0 10px 0 0;
}

.select2-container .select2-selection__rendered {
    color: #2048be;
    font-size: 14px;
    white-space: nowrap;
}

.select2-container .select2-selection__arrow {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #2048be;
    position: absolute;
    bottom: 2px;
    right: 0;
}

#_atssh {
    display: none;
}

.site-sidebar__block-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
    .description h1 {
        font-size: 24px;
    }
    .description h2 {
        font-size: 20px;
    }
    .description h3 {
        font-size: 18px;
    }
    .description h4 {
        font-size: 16px;
    }
    .header__contacts,
    .header-icon.compare-leash,
    .header-icon.favorites-leash,
    .header-icon.profile-leash,
    .auth-hr {
        display: none;
    }
    .auth-wrap__content {
        flex-flow: row wrap;
    }
    .auth-wrap__content .wa-form {
        width: 460px;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .site-main,
    .blog-main {
        flex-flow: row wrap;
    }
    .site-content, .blog-content {
        width: 100%;
        margin: 0;
    }
    .site-sidebar,
    .blog-sidebar {
        order: -1;
        width: 100% !important;
        margin: 0;
    }
    .site-sidebar__block,
    .blog-sidebar__block {
        background: #e7e7e7;
        margin-bottom: 15px;
        padding: 10px 0;
    }
    .site-sidebar__block-title,
    .blog-sidebar__block-title {
        display: none;
    }
    .site-sidebar__block-content li,
    .blog-sidebar__block-content li {
        border-bottom: 1px solid #ebebeb;
    }
    .site-sidebar__block-content li a,
    .blog-sidebar__block-content li a {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        padding: 12px 3%;
    }
    .site-sidebar__block-content li a::after,
    .blog-sidebar__block-content li a::after {
        content: "\e902";
        font-family: 'icomoon' !important;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 100%;
        margin-left: auto;
        cursor: pointer;
    }
    .subpages,
    .social-widgets {
        display: none;
    }
}

/* modules/currency-toggle/error-page.sass */
.error-page {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    text-align: center;
    height: calc(100vh - 300px);
    color: #767678;
    font-weight: 300;
    letter-spacing: 0.4px;
    min-height: 325px;
}

.error-page__title {
    width: 100%;
    display: block;
    font-size: 120px;
    margin-bottom: 35px;
}

.error-page__text {
    font-size: 30px;
    width: 100%;
    font-weight: 400;
    line-height: 36px;
    margin: 0 auto 35px;
}

.error-page__text span {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.error-page__link {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    border: 1px solid #2048be;
    border-radius: 3px;
    color: #2048be;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 50px;
}

.error-page__link:hover {
    color: #fff;
    background: #2048be;
}

.forgotpassword-page .wa-form {
    width: 460px;
    max-width: 100%;
}

.forgotpassword-page .wa-form .wa-field .wa-value.wa-submit a {
    margin: 0 0 0 auto;
}

/* homepage.sass */
.homepage-benefits .title {
    margin-bottom: 25px;
}

.homepage-news-announces {
    overflow: hidden;
    margin-bottom: 60px;
}

.homepage-news-announces__title-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.homepage-news-announces__title.title {
    margin: 0 60px 0 0;
}

.homepage-news-announces__readmore {
    display: block;
    color: #2048be;
    font-size: 16px;
    margin-bottom: 4px;
}

.homepage-news-announces__readmore:hover {
    text-decoration: underline;
}

.homepage-tags {
    font-size: 18px;
    margin-bottom: 45px;
}

.homepage-tags__title {
    color: #313030;
    font-size: 30px;
    margin-bottom: 20px;
}

.homepage-tags__link {
    display: inline-block;
    margin: 0 0 10px 0;
}

.homepage-tags__link:hover {
    text-decoration: underline;
}

.homepage-last-reviews__title {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 25px;
}

.homepage-last-reviews__title span {
    margin-right: 80px;
}

.homepage__welcome-text {
    margin-bottom: 45px;
}

.homepage-wrap {
    display: flex;
}

.homepage-content {
    flex: 1 1 auto;
    width: calc(100% - 240px);
}

.homepage-sidebar {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 233px;
    border-right: 1px solid #e6eff7;
    padding-bottom: 5px;
    background: #fff;
    margin-right: 7px;
    padding-right: 5px;
}

.homepage-banner {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.homepage-banner img {
    display: block;
    max-width: 100%;
}

.homepage-wrap_cut .promo-blocks__wrap {
    margin-bottom: 20px;
}

.homepage-wrap_cut .promo-block {
    width: 350px;
    height: 350px;
    margin-right: 20px;
}

.homepage-wrap_cut .promo-block:last-child {
    margin-right: 0;
}

.homepage-wrap_cut .promo-block_100 {
    width: 700px;
}

.homepage-wrap_cut .promo-block_25-wrap {
    width: 330px;
}

.homepage-wrap_cut .promo-block_25 {
    width: 100%;
    height: 165px;
}

.homepage-related-product {
    display: flex;
    flex-flow: row wrap;
}

.homepage-related-product .product-list_num-1 {
    flex: 1;
    order: -1;
}

@media screen and (max-width: 1720px) {
    .homepage-wrap_cut .promo-block {
        width: 290px;
        height: 290px;
    }
    .homepage-wrap_cut .promo-block_100 {
        width: 580px;
    }
    .homepage-wrap_cut .promo-block_25-wrap {
        width: 270px;
    }
    .homepage-wrap_cut .promo-block_25 {
        width: 100%;
        height: 135px;
    }
}

@media screen and (max-width: 1480px) {
    .homepage-wrap_cut .promo-block {
        width: 230px;
        height: 230px;
    }
    .homepage-wrap_cut .promo-block_100 {
        width: 460px;
    }
    .homepage-wrap_cut .promo-block_25-wrap {
        width: 210px;
    }
    .homepage-wrap_cut .promo-block_25 {
        width: 100%;
        height: 105px;
    }
}

@media screen and (max-width: 1240px) {
    .homepage-wrap_cut .promo-blocks {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .homepage-wrap {
        flex-flow: row wrap;
    }
    .homepage-sidebar {
        width: 100%;
        order: 9999;
    }
}

/* icons.sass */
.icon-block {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.icon-block:hover {
    color: #2048be;
}

.icon-block_active {
    color: #2048be;
}

.icon-block__block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    position: relative;
}

.icon-block__count {
    display: block;
    font-size: 14px;
    visibility: hidden;
}

.icon-block__alert-message {
    display: block;
    box-sizing: border-box;
    padding: 5px;
    white-space: nowrap;
    color: #313030;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 1;
}

.icon-block__hint {
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    top: -100vh;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 4;
}

.icon-block__hint::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 30px #fff;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.icon-block__hint a {
    display: block;
    color: #313030;
    padding: 5px 20px;
    cursor: pointer;
}

.icon-block__hint a:hover {
    color: #2048be;
}

.icon-block__text {
    font-size: 14px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 2px;
    white-space: nowrap;
}

.icon-block__text.icon-block__text_align-right {
    text-align: right;
    min-width: 120px;
    transform: translate(0);
    left: auto;
    right: 0;
}

.icon-block.active .icon-block__block,
.icon-block.active .icon-block__count {
    z-index: 5;
}

.icon-block.active .icon-block__hint {
    opacity: 1;
    top: 100%;
}

.icon-block.active .icon-block__count {
    visibility: visible;
}

.icon-fonticon_home {
    font-weight: bold;
}

.compare-icon .icon-fonticon_compare-f {
    display: none;
}

.compare-icon.active .icon-fonticon_compare {
    display: none;
}

.compare-icon.active .icon-fonticon_compare-f {
    display: block;
}

.favorites-icon .icon-fonticon_favorites-f {
    display: none;
}

.favorites-icon.active .icon-fonticon_favorites {
    display: none;
}

.favorites-icon.active .icon-fonticon_favorites-f {
    display: block;
}

.label-block {
    position: absolute;
    top: 0;
    left: 0;
}

.badge {
    background-color: transparent !important;
    margin-bottom: 2px;
}

.badge span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
    background: #474545;
    position: relative;
    transition: all 0.3s;
}

.badge.bestseller span {
    background-color: #2048be;
}

.badge.new span {
    background-color: #4FAE48;
}

.badge.low-price span {
    background-color: #FF3300;
}

.badge.markdown span {
    background-color: #FF3300;
}

.rating, .rate {
    display: flex;
}

.rating i, .rate i {
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 5px;
    border: 1px solid #ff9100;
    position: relative;
    margin-right: 5px;
}

.rating i::before, .rate i::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #ff9100;
}

.rating i.star-half::before, .rate i.star-half::before {
    width: 50%;
}

.rating i.star::before, .rating i.star-hover::before, .rate i.star::before, .rate i.star-hover::before {
    width: 100%;
}

.arrows_hidden {
    visibility: hidden;
}

.layout__main-wrapper {
    min-height: 100%;
    margin-bottom: -150px;
}

.layout__main-wrapper::after {
    content: "";
    display: block;
 /*   height: 150px; */
    display: block;
}

.layout__content {
    height: 100%;
}

.layout__wrapper {
    width: 1680px;
    margin: 0 auto;
    position: relative;
}

.close {
    color: #fff;
    cursor: pointer;
}

.close:hover {
    color: #ff9100;
}

.no-photo {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 170px;
}

.no-photo__img {
    display: block;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    border: 8px solid #ebebeb;
    margin: 0 auto 10px;
}

.no-photo__text {
    display: block;
    color: #b5b5b5;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.swiper-container,
.swiper-wrapper {
    z-index: unset;
}

.layout .fancybox-thumbs {
    background: rgba(30, 30, 30, 0.6);
}

@media screen and (max-width: 1720px) {
    .layout__wrapper {
        width: 1440px;
    }
}

@media screen and (max-width: 1480px) {
    .layout__wrapper {
        width: 1200px;
    }
}

@media screen and (max-width: 1240px) {
    .layout__wrapper {
        width: 960px;
    }
}

@media screen and (max-width: 1000px) {
    .layout__wrapper {
        width: 720px;
    }
}

@media screen and (max-width: 760px) {
    .layout__wrapper {
        box-sizing: border-box;
        width: 480px;
    }
}

@media screen and (max-width: 520px) {
    .layout__wrapper {
        width: 300px;
    }
}

.layout_mobile .layout__wrapper {
    width: calc(100% - 20px);
}

.layout_mobile .layout__main-wrapper {
    margin-bottom: 0;
}

.layout_mobile .layout__main-wrapper::after {
    display: none;
}

.profile-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.profile-wrapper table td, .profile-wrapper table th {
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
}

.profile-wrapper table thead td, .profile-wrapper table th {
    font-weight: 600;
    background: #f4f4f4;
}

.profile-wrapper .info_wrapper {
    margin-bottom: 50px;
}

.profile-wrapper__profile-content {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
}

.profile-wrapper__profile-info {
    flex: 1 1 auto;
}

/* profile page */
#wa-my-info-edit-wrapper select {
    height: 35px;
}

#wa-my-info-edit-wrapper .wa-field-photo .wa-name {
    position: static;
    font-size: 16px;
    margin-bottom: 10px;
}

#wa-my-info-edit-wrapper .wa-field-photo .wa-value {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}

#wa-my-info-edit-wrapper .wa-field-photo .wa-value img {
    display: block;
    margin-right: 10px;
}

#wa-my-info-edit-wrapper .wa-field-photo .wa-value a {
    color: #2048be;
}

#wa-my-info-edit-wrapper .wa-field-photo .wa-value p {
    display: block;
    width: 100%;
    margin-top: 15px;
}

#wa-my-info-edit-wrapper .wa-field-address .wa-value span.field, #wa-my-info-edit-wrapper .wa-field-password .wa-value span.field {
    display: block;
    margin-bottom: 25px;
}

#wa-my-info-edit-wrapper .wa-field-address .wa-value span.field span, #wa-my-info-edit-wrapper .wa-field-password .wa-value span.field span {
    position: absolute;
    top: 10px;
}

#wa-my-info-edit-wrapper .wa-field-address .wa-value span.field span.show, #wa-my-info-edit-wrapper .wa-field-address .wa-value span.field span.on, #wa-my-info-edit-wrapper .wa-field-password .wa-value span.field span.show, #wa-my-info-edit-wrapper .wa-field-password .wa-value span.field span.on {
    color: #2048be;
    font-size: 12px;
    top: -17px;
}

#wa-my-info-edit-wrapper .wa-field-address .wa-value span.field input, #wa-my-info-edit-wrapper .wa-field-password .wa-value span.field input {
    position: relative;
    z-index: 1;
}

#wa-my-info-edit-wrapper .wa-field-birthday .wa-value {
    display: flex;
    align-items: center;
}

#wa-my-info-edit-wrapper .wa-field-birthday .wa-value select {
    width: 140px;
    margin-right: 20px;
}

#wa-my-info-edit-wrapper .wa-field-birthday .wa-value input {
    width: 100% !important;
    flex: 1;
}

#wa-my-info-edit-wrapper .wa-field-password .wa-name {
    color: #252525;
    font-size: 18px;
    position: static;
    margin-bottom: 20px;
}

#wa-my-info-edit-wrapper .wa-field-password a {
    color: #2048be;
    text-decoration: underline;
}

#wa-my-info-edit-wrapper .wa-field-password a:hover {
    text-decoration: none;
}

#wa-my-info-edit-wrapper .wa-field-sex .wa-value > p {
    display: flex;
    align-items: center;
}

#wa-my-info-edit-wrapper .wa_buttons {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

#wa-my-info-edit-wrapper .wa_buttons * {
    width: 100px;
}

#wa-my-info-edit-wrapper .wa_buttons .button {
    margin-right: 10px;
}

/* affiliate page */
.affiliate-page__balance {
    font-size: 19px;
    margin-bottom: 15px;
}

.affiliate-page__balance .bonus {
    color: #2048be;
    font-weight: 700;
}

.affiliate-page__table {
    max-width: 780px;
    width: 100%;
}

.affiliate-page__table td, .affiliate-page__table th {
    border: 0;
    padding: 0;
    background: none;
}

.affiliate-page__table-head th {
    text-align: center;
    font-weight: 400;
    height: 30px;
    padding: 0 5px;
}

.affiliate-page__table-items {
    border: 1px solid #d8d9da;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 17px;
}

.affiliate-page__table-items td {
    padding: 10px;
    vertical-align: middle;
    position: relative;
}

.affiliate-page__table-items td:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 68%;
    position: absolute;
    right: 0;
    top: 16%;
    background: #d8d9da;
}

.affiliate-page__table-date {
    width: 19%;
}

.affiliate-page__table-order {
    width: 52%;
}

.affiliate-page__table-order-link {
    margin-bottom: 10px;
}

.affiliate-page__table-order-comment {
    color: #fd939d;
    font-size: 14px;
}

.affiliate-page__table-price {
    white-space: nowrap;
}

.affiliate-page__table-price_income {
    width: 12%;
    color: #477eaa;
    text-align: center;
    font-weight: 400;
}

.aaffiliate-page__table-price_expense {
    width: 13%;
    color: #ff4141;
    text-align: center;
    font-weight: 400;
}

.affiliate-page__table-price_balance {
    width: 14%;
    color: #56911c;
    text-align: center;
    font-weight: 400;
}

.affiliate-page__table-price_order {
    color: #ff4141;
}

.affiliate-page__table-order-link {
    display: block;
    color: #477eaa;
    text-decoration: underline;
}

.affiliate-page__table-order-link:hover {
    text-decoration: none;
}

.affiliate-page__table-separate {
    height: 17px;
}

@media screen and (max-width: 1000px) {
    .profile-wrapper__profile-content {
        flex-flow: row wrap;
    }
    .profile-wrapper__profile-info {
        width: 100%;
    }
    .affiliate-page__table {
        display: block;
        box-sizing: border-box;
    }
    .affiliate-page__table tbody {
        display: block;
    }
    .affiliate-page__table tr {
        display: block;
        margin-bottom: 35px;
    }
    .affiliate-page__table tr td {
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: left !important;
        border-bottom: 1px solid #eaeaea;
    }
    .affiliate-page__table tr td::after {
        display: none !important;
    }
    .affiliate-page__table-head, .affiliate-page__table-separate {
        display: none !important;
    }
    .affiliate-page__table-date,
    .affiliate-page__table-order,
    .affiliate-page__table-price_income,
    .affiliate-page__table-price_expense,
    .affiliate-page__table-price_balance {
        width: 100%;
    }
    .affiliate-page__table-items td:before {
        color: #313030;
        display: inline-block;
        padding-right: 10px;
        font-weight: 300;
    }
    .affiliate-page__table-date {
        font-size: 14px;
    }
    .affiliate-page__table-order a {
        margin-bottom: 10px;
    }
    .affiliate-page__table-price_income:before, .affiliate-page__table-price_expense:before, .affiliate-page__table-price_balance:before {
        content: attr(data-title);
    }
}

.sidebar {
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 228px;
    border: 1px solid #e6eff7;
    background: #fff;
    margin-right: 14px;
}

.sidebar__block {
    width: 100%;
}

.sidebar__title {
    display: flex;
    align-items: center;
    height: 38px;
    padding-left: 23px;
    color: #313030;
    background: #e6eff7;
}

.sidebar__title [class^="icon-fonticon_"] {
    font-size: 20px;
}

.sidebar__content {
    padding: 20px 15px;
}

.sidebar__filters {
    background: #fff6da;
}

@media screen and (max-width: 1480px) {
    .sidebar_grid {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1240px) {
    .sidebar_grid {
        margin-right: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .sidebar_grid {
        margin-right: 18px;
    }
}

@media screen and (max-width: 760px) {
    .sidebar {
        width: 100%;
    }
}

.site-main {
    display: flex;
    overflow: hidden;
}

.site-content {
    flex: 1 1 auto;
}

.site-sidebar {
    width: 230px;
    flex: 0 0 auto;
    color: #313030;
    margin-right: 10px;
}

.site-sidebar__block {
    margin-bottom: 35px;
}


.site-sidebar__block-title span {
    margin-right: 10px;
}

.site-sidebar__block-content li {
    display: block;
}

.site-sidebar__block-content li a {
    display: block;
    padding: 5px 10px;
    color: #313030;
    font-size: 16px;
    line-height: 18px;
}

.site-sidebar__block-content li a:hover {
    color: #2048be;
}

.site-sidebar__block-content li.selected > a {
    background: #ebebeb;
}

.site-sidebar__block-content li li a {
    padding-left: 20px;
}

.site-sidebar__block-content li li li a {
    padding-left: 30px;
}

svg {
    display: block;
    fill: currentColor;
    stroke-miterlimit: 1;
    width: 20px;
    height: 20px;
    overflow: visible;
}

.svg-fill-none {
    fill: none;
    stroke: currentColor;
}

.svg-stroke-white {
    stroke: #fff;
}

.svg-fill-white {
    fill: #FFFFFF;
}

/* HERO */
.hero {
    height: 100vh;
    min-height: 640px;
    margin-top: -40px;
    background-image:url('../img/hero.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero--page {
    height: 130px;
    min-height: 130px;
}
.hero__title {
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.5);
}
.hero__wrapper {
    box-sizing: border-box;
    padding: 0 15px;
}
.hero H1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    padding: 30px 0 10px;
    letter-spacing: 1px;
    padding-right: 300px;
}
.hero__subtitle {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 20px;
    padding-right: 300px;
    margin: 0;
    opacity: 0.95;
}
.hero--page H1 {
    padding-right: 0;
}
@media screen AND (max-width: 640px) {
    .hero H1 {
        padding-right: 0;
    }
    .hero__subtitle {
        padding-right: 0;
        font-size: 18px;
    }
    .header-form {
        margin-top: calc(0px - 100vh + 150px);
    }
    .hero {
        height: calc(100vh + 150px);
    }
    .hero--page {
        height: 130px;
        min-height: 130px;
    }
}
@media screen AND (max-width: 550px) {
    .hero H1 {
        font-size: 30px;
        text-align: center;
    }
    .hero__subtitle {
        font-size: 15px;
        text-align: center;
    }
    .header-form {
        margin-top: calc(0px - 100vh + 130px);
    }
    .hero {
        height: calc(100vh + 130px);
    }
    .hero--page {
        height: 112px;
        min-height: 112px;
    }
}
@media screen AND (max-width: 380px) {
    .hero H1 {
        font-size: 22px;
        text-align: center;
        padding: 10px 0;
    }
    .header-form {
        margin-top: calc(0px - 100vh + 100px)!important;
    }
    .hero {
        height: calc(100vh + 100px);
    }
    .hero--page {
        height: 84px;
        min-height: 84px;
    }

}


/* HEADER FORM */
.header-form {
    margin-top: -100vh;
    width: 100%;
    pointer-events: none;
}
@media screen AND (max-height: 560px) {
    .header-form {
        margin-top: -640px;
    }
}
.header-form__wrapper {
    box-sizing: border-box;
    padding: 0 15px;
}
.header-form__wrapper::after {
    content:"";
    clear: both;
    height: 0;
    display: block;
}
.header-form__content {
    width: 300px;
    float:right;
    height: calc(100vh - 10px);
    min-height: 620px;
    background: rgba(255,255,255, 0.92);
    pointer-events: initial;
    border-radius: 0 0 4px 4px;
}
.header-form__title {
    height: 90px;
    background: #780101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#feedback-form-2 {
    padding: 40px 20px;
}
#user-message-2 P {
    padding: 40px 20px;
}
#feedback-form-2 .text-shadow-black {
    display: block;
    margin-bottom: 15px;
}
#feedback-form-2 INPUT {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    color: #313030;
    text-align: left;
    font-size: 20px;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #780101;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-style: italic;
    padding: 2px 4px;
}
#feedback-form-2 INPUT::-webkit-input-placeholder,
#feedback-form-2 INPUT::-moz-placeholder,
#feedback-form-2 INPUT:-ms-input-placeholder,
#feedback-form-2 INPUT:-moz-placeholder {
    color: #777676;
}
#feedback-form-2 INPUT[type="submit"] {
    width: 100%;
    height: 40px;
    border-bottom: none;
    background: #780101;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #780101;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    margin-top: 40px;
}

.wa-captcha > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.wa-captcha .wa-captcha-img {
    flex-shrink: 0;
}
.wa-captcha .wa-captcha-refresh {
    margin-top: 8px;
    font-size: 12px;
    color: #777;
    text-decoration: underline;
    cursor: pointer;
}

.header-form__phones,.header-form__socials {
    padding: 0 20px;
}
.header-form__phones-title,.header-form__socials-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
}
.header-form__phone {
    font-size: 20px;
    margin-bottom: 3px;
    font-style: italic;
    font-weight: 400;
}

.header-form__phone :hover{
    color: #6e130b;
}

.header-form__phone I {
    font-size: 12px;
    color: #666666;
    font-weight: 300;
    margin-right: 3px;
}
.header-form__socials {
    display: block;
	margin-top: 10px;
}

.header-form__socials .socials-block {
    margin-bottom: 10px;
}
.header-form__socials .socials-block IMG {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

@media screen AND (max-width: 380px) {
    .header-form__content {
        width: 270px;
        height: auto;
    }
}

/* MAIN ADVANCES */
.main-advances {
    background-image: url('../img/main-advances.jpg');
    background-position: 50% 0;
    background-size: cover;
    color: #fff;
}
.main-advances__content {
    box-sizing: border-box;
    padding: 40px 15px;
}
.main-advances__box {
    margin-bottom: 40px;
}
.main-advances__box:last-child {
    margin-bottom: 0;
}
.main-advances__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
.main-advances__title SPAN {
    position: relative;
}
.main-advances__title SPAN::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}
.main-advances__list {
    margin: 50px 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main-advances__item {
    width: 15%;
    max-width: 200px;
}
.main-advances__item .main-advances__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}
.main-advances__item.main-advances__item--main {
    width: 110px;
    text-align: center;
}
.main-advances__item.main-advances__item--main .main-advances__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}
.main-advances__item.main-advances__item--arrow {
    width: 110px;
    height: 110px;
    background: url('../img/advances-arrow.png') 50% 50% no-repeat;
}
@media screen AND (max-width: 640px) {
    .main-advances__list {
        flex-wrap: wrap;
    }
    .main-advances__item {
        width: 30%;
        max-width: 200px;
        margin-bottom: 20px;
    }
    .main-advances__item.main-advances__item--main {
        margin-bottom: 0;
    }
}
@media screen AND (max-width: 640px) {
    .main-advances__item.main-advances__item--arrow {
        display: none;
    }
}
@media screen AND (max-width: 380px) {
    .main-advances__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .main-advances__item.main-advances__item--main {
        width: 80px;
        text-align: center;
    }
    .main-advances__item.main-advances__item--main .main-advances__text {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        margin-top: 5px;
    }
    .main-advances__icon IMG {
        width: 80px;
    }
    .main-advances__item {
        width: 46%;
        margin-bottom: 20px;
    }
    .main-advances__list {
        margin: 50px 0 0px;
    }
}

/* HOW WE WORK */
.how-we-work__content {
    box-sizing: border-box;
    padding: 20px 15px;
}
.how-we-work__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
.how-we-work__title SPAN {
    position: relative;
}
.how-we-work__title SPAN::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #990000;
}
.how-we-work__list {
    margin: 50px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.how-we-work__item {
    width: 24%;
    max-width: 180px;
}
.how-we-work__icon {
    text-align: center;
    margin-bottom: 20px;
}
.how-we-work__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 5px;
    color: #383838;
    text-align: center;
}


.main-advances__icon {
    text-align:center;
}


@media screen AND (max-width: 640px) {
    .how-we-work__list {
        flex-wrap: wrap;
    }
    .how-we-work__item {
        width: 44%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    .how-we-work__text{
        text-align: center;
    }
}

/* WHY US */
.why-us__content {
    box-sizing: border-box;
    padding: 20px 15px;
}
.why-us__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #282828;
}
.why-us__title SPAN {
    position: relative;
}
.why-us__title SPAN::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 90%;
    background: #990000;
}
.why-us__box {
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.why-us__box.why-us__box--first {
    margin-top: 40px;
}
.why-us__text {
    box-sizing: border-box;
    padding: 10px;
    background: #ececec;
    color: #282828;
    font-size: 16px;
    line-height: 18px;
}
.why-us__image {
    width: 300px;
    min-width: 300px;
    height: 160px;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 10px;
}
@media screen AND (max-width: 740px) {
    .why-us__image {
        width: 30%;
        min-width: 30%;
        height: auto
    }
}
@media screen AND (max-width: 480px) {
    .why-us__image {
        display: none;
    }
}

/* PAWNSHOP */
.pawnshop {
    background-image: url('../img/pawnshop_bg.jpg');
    background-position: 50% 0;
    background-size: cover;
    color: #fff;
}
.pawnshop__content {
    box-sizing: border-box;
    padding: 40px 15px;
}
.pawnshop__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
.pawnshop__title SPAN {
    position: relative;
}
.pawnshop__title SPAN::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 380px;
    height: 1px;
    background: #fff;
}
.pawnshop__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.pawnshop__image {
    margin-right: 20px;
    width: 380px;
    min-width: 380px;
}
.pawnshop__text {
    font-size: 18px;
    line-height: 22px;
}
.pawnshop__text P,
.pawnshop__text UL {
    margin-bottom: 10px;
}
.pawnshop__text UL {
    list-style: none;
}
@media screen AND (max-width: 760px) {
    .pawnshop__image {
        margin-right: 20px;
        width: 200px;
        min-width: 200px;
    }
    .pawnshop__image IMG {
        width: 200px;
    }
}
@media screen AND (max-width: 540px) {
    .pawnshop__image {
        display: none;
    }
}
@media screen AND (max-width: 480px) {
    .pawnshop__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .pawnshop__title SPAN::after {
        width: 80%;
    }
}
@media screen AND (max-width: 420px) {
    .pawnshop__text {
        font-size: 16px;
        line-height: 20px;
    }
}

/* PAGE CONTENT */
.page-content {
    box-sizing: border-box;
    padding: 0 15px 40px 15px;
    font-size: 18px;
}
.page-content .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 700;
    color: #282828;
    position: relative;
}
.page-content .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 300px;
    background: #990000;
}
.page-content__box {
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.page-content__box--no-padded {
    margin-bottom: 0;
}
.page-content__box--reverse {
    flex-direction: row-reverse;
}
.page-content__text {
    box-sizing: border-box;
    padding: 10px;
    background: #ececec;
    color: #282828;
    font-size: 16px;
    line-height: 18px;
    flex-grow: 1;
}
.page-content__text--transparent {
    background: transparent;
    padding: 0;
}
.page-content__image {
    width: 300px;
    min-width: 300px;
    height: 160px;
    background-position: 50% 50%;
    background-size: cover;
    margin-left: 20px;
}
.page-content__box--reverse .page-content__image {
    margin-left: 0;
    margin-right: 20px;
}
@media screen AND (max-width: 740px) {
    .page-content__image {
        width: 30%;
        min-width: 30%;
        height: auto
    }
}
@media screen AND (max-width: 480px) {
    .page-content__image {
        display: none;
    }
}
@media screen AND (max-width: 360px) {
    .page-content .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .page-content .title::after {
        width: 260px;
    }
}

/* BOTTOM FORM */
.bottom-form {
    margin-top: 50px;
}
.bottom-form__wrapper {
    box-sizing: border-box;
    padding: 0 15px;
}
.bottom-form__wrapper::after{
    content: "";
    clear: both;
    height: 0;
    display: block;
}
.bottom-form__phone-block {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.bottom-form__phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #fffefe;
    font-weight: 500;
}
.bottom-form__phones {
    padding: 20px 30px;
    color: #fff;
    background: #9a4141;
}
.bottom-form__phones-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}
.bottom-form__socials-block {
	display:flex;
	display: -webkit-flex;
	margin-top:20px;
	clear:both;
	font-size:18px;
}
.bottom-form__socials-block .bottom-form__socials {
	display:flex;
	-webkit-flex-wrap: nowrap;
	align-items: center;
    white-space: nowrap;
}
.bottom-form__socials-block .bottom-form__socials IMG {
	margin:0 8px;
	width:30px;
	height:30px;
}
.bottom-form__socials-block .bottom-form__socials A {
	width:100%;
	height:100%;
}
.bottom-form__content {
    background-image: url('../img/bottom-form-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
}
.bottom-form__content .bottom-form__wrapper {
    height: 410px;
}
.bottom-form__title {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #780101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#feedback-form-1 {
    position: relative;
    top: -190px;
    float: right;
    width: 300px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    padding: 110px 20px 30px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}
#user-message-1 {
    position: relative;
    top: -190px;
    float: right;
    width: 300px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    display: none;
}
#feedback-form-1::before,
#feedback-form-1::after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 39px;
    right: 146px;
    background: url('../img/bottom-form-arrow.png');
}
#feedback-form-1::before {
    top: -75px;
}
#feedback-form-1::after {
    bottom: -85px;
}
#feedback-form-1 .text-shadow-black {
    display: block;
    margin-bottom: 30px;
}
#feedback-form-1 .text-shadow-black SPAN {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
#feedback-form-1 INPUT {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    color: #313030;
    text-align: left;
    font-size: 20px;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 2px solid #024681;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-style: italic;
    padding: 2px 4px;
}
#feedback-form-1 INPUT:active,
#feedback-form-1 INPUT:hover,
#feedback-form-1 INPUT:focus {
    border-bottom: 2px solid #780101;
}
#feedback-form-1 INPUT::-webkit-input-placeholder,
#feedback-form-1 INPUT::-moz-placeholder,
#feedback-form-1 INPUT:-ms-input-placeholder,
#feedback-form-1 INPUT:-moz-placeholder {
    color: #777676;
}
#feedback-form-1 INPUT[type="submit"] {
    width: 100%;
    height: 40px;
    border-bottom: none;
    background: #780101;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #780101;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    margin-top: 40px;
}
@media screen AND (max-width: 1000px) {
    #feedback-form-1 {
        width: 300px;
    }
    #feedback-form-1::before,
    #feedback-form-1::after {
        right: 136px;
    }
    #user-message-1 {
        width: 300px;
    }
}
@media screen AND (max-width: 760px) {
    .bottom-form__phone-block {
        float: none;
        margin-right: 0;
    }
    #feedback-form-1 {
        top: -258px;
    }
    #user-message-1 {
        top: -258px;
    }
    .bottom-form__content .bottom-form__wrapper {
        height: 410px;
    }
}
@media screen AND (max-width: 640px) {
    .bottom-form__phone-block {
        float: left;
        margin-right: 20px;
    }
    #feedback-form-1 {
        top: 0;
    }
    #user-message-1 {
        top: 0;
    }
    .bottom-form__content .bottom-form__wrapper {
        height: 630px;
    }
    #feedback-form-1::before {
        top: -240px;
    }
    #feedback-form-1::before,
    #feedback-form-1::after {
        right: 128px;
    }
}
@media screen AND (max-width: 500px) {
    .bottom-form__phones {
        padding: 20px 0;
    }
}
@media screen AND (max-width: 440px) {
    .bottom-form__phones {
        padding: 20px 0;
    }
    .bottom-form__phone-block {
        float: left;
        margin-right: 10px;
    }
    .bottom-form__phone {
        font-size: 22px;
        line-height: 20px;
    }
}
@media screen AND (max-width: 350px) {
    .bottom-form__phones {
        padding: 20px 0;
    }
    .bottom-form__phone-block {
        float: left;
        margin-right: 15px;
    }
    .bottom-form__phone {
        font-size: 14px;
        line-height: 18px;
    }
    #feedback-form-1 {
        width: 270px;
    }
    #user-message-1 {
        width: 270px;
    }
    #feedback-form-1::before {
        top: -240px;
    }
}

/* FOOTER */
.footer-content {
    box-sizing: border-box;
    padding: 0 15px;
}
.footer-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}
.footer-content P {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
.footer-messages {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-message:last-child {
    text-align: right;
}
@media screen AND (max-width: 460px) {
    .footer-messages {
        display: block;
    }
    .footer-message:last-child {
        text-align: left;
    }
}

/* Форма Contact Form 7 в нижнем блоке */
.bottom-form__content .wpcf7 {
    position: relative;
    float: right;
    width: 300px;
    top: -190px;
    margin-bottom: -190px;
}

.bottom-form__content .wpcf7-form {
    background: rgba(255, 255, 255, 0.85);
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.31);
    overflow: hidden;
}

/* Заголовок формы */

/* Контент формы */
.bottom-form__content .wpcf7-form > div,
.bottom-form__content .wpcf7-form .bottom-form__fields {
    padding: 15px 0px 0px
}

.bottom-form__content .wpcf7-form p {
    margin: 0 0 10px 0;
    padding: 0 20px;
}

.bottom-form__content .wpcf7-form input[type="text"],
.bottom-form__content .wpcf7-form input[type="tel"] {
    box-sizing: border-box;
    width: 100%;
    color: #313030;
    text-align: left;
    font-size: 20px;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #780101;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-style: italic;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.bottom-form__content .wpcf7-form input[type="submit"] {
    width: 100%;
    height: 40px;
    border-bottom: none;
    background: #780101;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #780101;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    margin-top: 40px;
}

.bottom-form__content .wpcf7-form br {
    display: none;
}

/* Мобильная версия формы */
@media (max-width: 768px) {
    .bottom-form__content .wpcf7 {
        float: none;
        width: 100%;
        top: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    
    .bottom-form__content .wpcf7-form {
        border-radius: 5px;
    }
    
    .bottom-form__content .wpcf7-form input[type="submit"] {
        width: calc(100% - 40px);
    }
}

/* Форма Contact Form 7 в нижнем блоке */
.header-form__content .wpcf7 {
    position: relative;
    float: right;
    width: 300px;
}

.header-form__content .wpcf7-form {
    padding: 0;
    overflow: hidden;
}

/* Заголовок формы */

/* Контент формы */
.header-form__content .wpcf7-form > div,
.header-form__content .wpcf7-form .header-form__fields {
    padding: 15px 0px 0px
}

.header-form__content .wpcf7-form p {
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-size: 22px;
}

.header-form__content .wpcf7-form input[type="text"],
.header-form__content .wpcf7-form input[type="tel"] {
    box-sizing: border-box;
    width: 100%;
    color: #313030;
    text-align: left;
    font-size: 20px;
    font-family: inherit;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #780101;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    font-style: italic;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.header-form__content .wpcf7-form input[type="submit"] {
    width: 100%;
    height: 40px;
    border-bottom: none;
    background: #780101;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #780101;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    margin-top: 40px;
}

.header-form__content .wpcf7-form br {
    display: none;
}

/* Мобильная версия формы */
@media (max-width: 768px) {
    .header-form__content .wpcf7 {
        float: none;
        width: 100%;
        top: 0;
        margin-bottom: 0;
    }
    
    .header-form__content .wpcf7-form {
        border-radius: 0px;
    }
    
    .header-form__content .wpcf7-form input[type="submit"] {
        width: calc(100% - 40px);
    }

    .header-form {
    margin-top: -85vh;
}

.header-form__content {
    width: 300px;
    float: right;
    height: calc(85vh - 10px);
    min-height: 620px;
    background: rgba(255, 255, 255, 0.92);
    pointer-events: initial;
    border-radius: 0 0 4px 4px;
}
}