/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/* Remove spinners
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template,
[hidden] {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* Global styles */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.App {
    position: relative;
    font-family: 'Lato-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.title-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc0514;
}

.default-title-block {
    padding: 0 15px;
    font-size: 18px;
    color: #3a3a3a;
}
@media (max-width: 1140px) {
    .default-title-block {
        text-align: center;
    }
}

.annotation {
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}
@media (max-width: 1140px) {
    .annotation {
        padding: 0 15px;
    }
}

.custom-btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.custom-btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-btn:focus {
    outline: none;
}
.custom-btn--accent {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-btn--no-accent:hover {
    color: #cc0514;
    background-color: #fff;
}

/* style pages global */
.wrap-page-content {
    position: relative;
    background-color: #f9f9f9;
}

.trigger-left-menu {
    display: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #f9f9f9;
}
@media (max-width: 1140px) {
    .trigger-left-menu {
        display: block;
    }
}

/*@media (max-width: 1140px) {*/
/*    [class*='__left-col'] {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (max-width: 1140px) {*/
/*    [class*='__left-col'].active {*/
/*        display: block;*/
/*    }*/
/*}*/

/* style pages global */
/* helpres */
.pt-30 {
    padding-top: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-150 {
    padding-bottom: 150px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

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

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

/* helpers */
/* стили для страницы ВХОД В КАБИНЕТ */
.login-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.login-page__wrap-elemets-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 90px;
}
@media (max-width: 1140px) {
    .login-page__wrap-elemets-page {
        padding: 0;
    }
}

.login-page__left-col {
    width: 50%;
}
@media (max-width: 1140px) {
    .login-page__left-col {
        width: 100%;
        margin-bottom: 40px;
    }
}

.login-page__right-col {
    width: 50%;
}
@media (max-width: 1140px) {
    .login-page__right-col {
        width: 100%;
    }
}

/* стили для страницы ВХОД В КАБИНЕТ */
/* стили для страницы РЕГИСТРАЦИЯ */
.registration-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1140px) {
    .registration-page__container {
        margin: 0;
        padding: 0 15px;
    }
}

.registration-page__wrap-elemets-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 90px;
}
@media (max-width: 1140px) {
    .registration-page__wrap-elemets-page {
        margin: 0;
        padding: 0;
    }
}

.registration-page__left-col {
    width: 50%;
    padding: 0 20px;
}
@media (max-width: 1140px) {
    .registration-page__left-col {
        width: 100%;
        margin-bottom: 40px;
    }
}

.registration-page__right-col {
    width: 50%;
    padding: 0 20px;
}
@media (max-width: 1140px) {
    .registration-page__right-col {
        width: 100%;
    }
}

/* стили для страницы РЕГИСТРАЦИЯ */
/* стили для страницы РЕГИСТРАЦИЯ ЮР ФОРМА*/
.registration-legal-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.registration-legal-page__wrap-elemets-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* стили для страницы РЕГИСТРАЦИЯ ЮР ФОРМА*/
/* ТАБЫ */
.active[data-tab-nav] {
    display: block;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

/* ТАБЫ */
/* стили для страницы УСПЕХ */
.succes-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.succes-page__wrap-elemets-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* стили для страницы УСПЕХ */
/* стили для страницы ПРОФИЛЬ */
.profile-page__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px 24px;
}

.profile-page__wrap-elemets-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -15px;
}

.profile-page__left-col {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    margin-right: 40px;
}

.profile-page__right-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1140px) {
    .profile-page__right-col {
        width: 100%;
    }
}

/* стили для страницы ПРОФИЛЬ */
/* обертка для карточек информации */
.wrap-small-info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 1140px) {
    .wrap-small-info-card {
        margin: 0;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .wrap-small-info-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* обертка для карточек информации */
/* обертка для карточек товара */
.wrap-product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 1140px) {
    .wrap-product-card {
        margin: 0;
    }
}

/* обертка для карточек товара */
/* обертка для карточек категорий */
.wrap-category-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 1140px) {
    .wrap-category-card {
        margin: 0;
    }
}

/* обертка для карточек категорий */
/* хлебные крошки */
.breadcrumbs {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
}
@media (max-width: 1140px) {
    .breadcrumbs {
        padding: 0 15px;
    }
}
.breadcrumbs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs__link {
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #cc0514;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
}
.breadcrumbs svg {
    margin-right: 15px;
}

/* хлебные крошки */
.wrap-btn-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1140px) {
    .wrap-btn-center {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wrap-btn-center__btn {
    margin-right: 30px;
}
@media (max-width: 1140px) {
    .wrap-btn-center__btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.order-search {
    display: flex;
    padding: 30px;
    align-items: flex-end;
}

@media (max-width: 576px) {
    .order-search {
        flex-direction: column;
        align-items: center;
    }
}

.order-search__input {
    flex: 1;
    margin-right: 10px;
}

@media (min-width: 576px) {
    .order-search__input {
        margin-bottom: 0 !important;
    }
}

/* Blocks */
.login-form {
    max-width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 50px 70px;
}
@media (max-width: 1140px) {
    .login-form {
        padding: 35px 30px;
    }
}

.login-form__wrap-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.login-form__input {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.login-form__input:last-of-type {
    margin-bottom: 15px;
}
.login-form__input:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.login-form__input::-webkit-input-placeholder {
    color: #999999;
}
.login-form__input::-moz-placeholder {
    color: #999999;
}
.login-form__input:-ms-input-placeholder {
    color: #999999;
}

.login-form__input_hidden {
    display: none;
}

.masked-input {
    position: absolute;
    top: -12px;
    width: 100%;
    padding-left: 86px;
}

.login-form__forgot-password {
    margin-bottom: 40px;
    font-size: 14px;
    color: #cc0514;
    text-decoration: none;
}
.login-form__wrap-login-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.login-form__login-btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background-color: #cc0514;
}
.login-form__registration {
    text-align: center;
    color: #3a3a3a;
    font-size: 14px;
}
.login-form__registration span {
    margin-right: 20px;
}
.login-form__registration a {
    color: #cc0514;
    text-decoration: none;
}

.advantages-cabinet {
    padding-top: 50px;
    padding-left: 65px;
}
@media (max-width: 1140px) {
    .advantages-cabinet {
        padding: 35px;
    }
}
.advantages-cabinet__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 50px;
}
.advantages-cabinet__item:last-child {
    margin-bottom: 0;
}
.advantages-cabinet__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 55px;
    margin-right: 30px;
}
.advantages-cabinet__icon {
    display: block;
}
.advantages-cabinet__title {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #232221;
}
.advantages-cabinet__text {
    font-size: 14px;
    color: #999999;
    line-height: 160%;
}

.choice-block {
    padding: 45px 55px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1140px) {
    .choice-block {
        padding: 45px 25px;
    }
}
.choice-block__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 65px;
}
.choice-block__icon {
    display: block;
}
.choice-block__title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.choice-block__text {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #999999;
}
.choice-block__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.choice-block__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.choice-block__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.legal-form {
    max-width: 470px;
    padding: 45px 25px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 500px) {
    .legal-form {
        padding: 45px 55px;
    }
}
.legal-form__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 65px;
}
.legal-form__icon {
    display: block;
}
.legal-form__title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.legal-form__text {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #999999;
}
.legal-form__wrap-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.legal-form__nav-item {
    font-size: 14px;
    padding: 0 0 5px 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #777777;
}
.legal-form__nav-item.active {
    color: #cc0514;
    border: 0;
}
.legal-form__nav-item:focus {
    outline: none;
}
.legal-form__input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.legal-form__input:last-child {
    margin-bottom: 0;
}
.legal-form__input:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.legal-form__input::-webkit-input-placeholder {
    color: #999999;
}
.legal-form__input::-moz-placeholder {
    color: #999999;
}
.legal-form__input:-ms-input-placeholder {
    color: #999999;
}
.legal-form__input--textarea {
    max-width: 100%;
}
.legal-form__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 50px;
}
.legal-form__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.legal-form__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.legal-form__btn:focus {
    outline: none;
}

.succes {
    max-width: 450px;
}
.succes__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 65px;
}
.succes__icon {
    display: block;
}
.succes__title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.succes__text {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #999999;
}
.succes__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.succes__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.succes__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.succes__btn:focus {
    outline: none;
}

.App .menu {
    padding: 30px 20px 5px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.menu__wrap-items {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu__item {
    list-style-image: none;
    border-bottom: 1px solid #ececec;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.menu__item:hover {
    border-color: #cc0514;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.menu__icon-wrap {
    min-width: 25px;
    margin-right: 15px;
    height: 24px;
}
.menu__icon {
    display: block;
}
.menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    color: #232221;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.menu__link--disabled {
    opacity: 0.5;
}

.menu__item:first-child .menu__link {
    padding-top: 0;
}
.menu__item:last-child {
    border: none;
}
.menu__icon-wrap svg {
    fill: #bdbdbd;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.menu__icon-wrap--menu svg {
    stroke: #bdbdbd;
}
.menu__item:hover .menu__icon-wrap svg {
    fill: #cc0514;
    -webkit-transition: fill 0.4s;
    -o-transition: fill 0.4s;
    transition: fill 0.4s;
}
.menu__item:hover .menu__icon-wrap--menu svg {
    stroke: #cc0514;
    -webkit-transition: stroke 0.4s;
    -o-transition: stroke 0.4s;
    transition: stroke 0.4s;
}

.profile-card {
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.profile-card__title {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
}
.profile-card__wrap-photo {
    margin-bottom: 10px;
    text-align: center;
}
.profile-card__photo {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    border-radius: 50%;
}
.profile-card__name {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color: #333333;
}
.profile-card__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.profile-card__phone span {
    font-size: 14px;
    color: #777777;
}
.profile-card__skype {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.profile-card__skype span {
    font-size: 14px;
    color: #777777;
}
.profile-card__work-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.profile-card__work-time span {
    font-size: 14px;
    color: #777777;
}
.profile-card__wrap-icon {
    margin-right: 18px;
}
.profile-card svg {
    display: inline-block;
}
.profile-card__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 35px;
}

.private-form {
}

.private-form__wrap-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 65px;
}
.private-form__icon {
    display: block;
}
.private-form__title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.private-form__text {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 164%;
    text-align: center;
    color: #999999;
}
.private-form__input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.private-form__input:last-of-type {
    margin-bottom: 0;
}
.private-form__input:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.private-form__input::-webkit-input-placeholder {
    color: #999999;
}
.private-form__input::-moz-placeholder {
    color: #999999;
}
.private-form__input:-ms-input-placeholder {
    color: #999999;
}
.private-form__input--textarea {
    max-width: 100%;
}
.private-form__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 50px;
}
.private-form__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.private-form__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.private-form__btn:focus {
    outline: none;
}

.small-info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: calc(100% / 12 * 4 - 30px);*/
    margin: 0 15px 30px 15px;
    padding: 30px;
    background-color: #f2e3e6;
    flex-basis: 250px;
}
/*@media (max-width: 1140px) {*/
/*    .small-info-card {*/
/*        width: 100%;*/
/*    }*/
/*}*/
.small-info-card--col-6 {
    width: calc(100% / 12 * 6 - 30px);
}
@media (max-width: 1140px) {
    .small-info-card--col-6 {
        width: 100%;
    }
}
.small-info-card__title {
    margin-bottom: 25px;
    font-size: 16px;
    color: #8b6164;
}
.small-info-card__wrap-content {
    margin-top: auto;
    color: #710626;
}
.small-info-card__wrap-content--accent {
    color: #cc0514;
}
.small-info-card__wrap-content--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1140px) {
    .small-info-card__wrap-content--flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.small-info-card__big-text {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 61px;
    line-height: 1;
}
.small-info-card__big-text--accent {
    color: #cc0514;
    font-size: 44px;
}
.small-info-card__big-text--fz-45 {
    font-size: 45px;
}
.small-info-card__small-text {
    font-weight: 300;
    font-size: 28px;
}
.small-info-card__big-text--date-group {
    margin-right: 0;
    font-size: 28px;
    line-height: 1.2;
}
.small-info-card__big-text--time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #cc0514;
    font-weight: 300;
}
.small-info-card__wrap-group-time {
    margin-right: 20px;
}
.small-info-card__wrap-group-time:last-child {
    margin-right: 0;
}
.small-info-card__number {
    margin-right: 10px;
    font-size: 61px;
}
.small-info-card__text {
    font-size: 24px;
}
.small-info-card__small-text--accent {
    color: #cc0514;
}
.small-info-card__right-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}
.small-info-card__right-text span:first-child {
    margin-bottom: 5px;
}
.small-info-card__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.small-info-card__text-wrap {
    width: 40%;
    margin-left: 25px;
    font-size: 14px;
}
@media (max-width: 1140px) {
    .small-info-card__text-wrap {
        width: 100%;
        margin: 0;
        padding-top: 25px;
    }
}

.tech-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.tech-service__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tech-service__icon-wrap {
    margin-right: 15px;
}
.tech-service__wrap-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1140px) {
    .tech-service__wrap-content {
        width: 100%;
        padding: 20px 0;
    }
}
@media (max-width: 1140px) {
    .tech-service__wrap-content div {
        width: 100%;
        margin-right: 0 !important;
        padding: 15px 0;
    }
}
.tech-service__wrap-content div {
    margin-right: 30px;
}
.tech-service__wrap-content div:last-child {
    margin-right: 0;
}
@media (max-width: 1140px) {
    .tech-service__btn {
        width: 100%;
    }
}

.table {
    min-width: 100%;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}
.table table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.table td,
.table th {
    border-bottom: 1px solid #ececec;
}
.table td {
    padding: 20px 10px;
    line-height: 1.6;
    color: #3a3a3a;
}
@media (max-width: 1140px) {
    .table td {
        white-space: nowrap;
        padding: 20px;
    }
}
.table td:first-child {
    padding-left: 0;
}
@media (max-width: 1140px) {
    .table td:first-child {
        padding-left: 0;
    }
}
.table td:last-child {
    padding-right: 0;
}
@media (max-width: 1140px) {
    .table td:last-child {
        padding-left: 0;
    }
}
.table th {
    padding: 20px 10px;
    font-weight: 400;
    text-align: left;
    color: #777777;
}
@media (max-width: 1140px) {
    .table th {
        white-space: nowrap;
        padding: 20px;
    }
}
.table th:first-child {
    padding-left: 0;
}
.table .ellipse {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ellipse--100 {
    background: url(../img/ellipse100.svg) no-repeat right;
}
.ellipse--75 {
    background: url(../img/ellipse75.svg) no-repeat right;
}
.ellipse--50 {
    background: url(../img/ellipse50.svg) no-repeat right;
}
.table .text-center {
    text-align: center;
}
.table .text-right {
    text-align: right;
}
.table__link-arrow {
    display: inline-block;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
}

.product-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 15px;
    padding: 15px 25px;
    color: #3a3a3a;
    text-decoration: none;
    background-color: #fff;
}
@media (max-width: 1140px) {
    .product-card {
        width: 100%;
        margin-bottom: 25px;
    }
}
.product-card__wrap-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}
.product-card__img {
    display: block;
    max-width: 100%;
}
.product-card__title {
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.product-card__wrap-prop {
    margin-bottom: 30px;
}
.product-card__item-prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #777777;
    font-size: 13px;
}
.product-card__item-prop:last-child {
    margin-bottom: 0;
}
.product-card__wrap-price {
    text-align: center;
}
.product-card__price-new {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #cc0514;
}
.product-card__price-old {
    text-align: center;
    color: #828282;
    text-decoration: line-through;
}
.product-card__wrap-price {
    margin-bottom: 25px;
}

.category-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% / 12 * 6 - 30px);
    margin: 0 15px;
    padding: 25px 25px 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1140px) {
    .category-card {
        width: 100%;
        margin-bottom: 25px;
    }
}
.category-card__date-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f2e3e6;
}
.category-card__wrap-img {
    margin-bottom: 15px;
}
.category-card__date {
    font-size: 30px;
    color: #cc0514;
}
.category-card__date span {
    font-size: 19px;
}
.category-card__title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.showLink {
    cursor: pointer;
}

.showLink_active {
    color: #cc0514;
}

.filter-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1140px) {
    .filter-sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
    }
}
.filter-sort__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 50px;
    line-height: 1;
}
@media (max-width: 1140px) {
    .filter-sort__filter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        font-size: 22px;
        text-align: center;
    }
}
.filter-sort__icon-filter {
    margin-right: 10px;
}
.filter-sort__wrap-sort-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
@media (max-width: 1140px) {
    .filter-sort__wrap-sort-search {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}
.filter-sort__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1140px) {
    .filter-sort__sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 285px;
    }
}

.filter-sort__sort-label {
    margin-right: 20px;
    align-self: flex-end;
}
@media (max-width: 1140px) {
    .filter-sort__sort-label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}
.filter-sort__select {
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    border: none;
    border-bottom: 1px solid #999999;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
@media (max-width: 1140px) {
    .filter-sort__select {
        width: 100%;
    }
}
.filter-sort__search {
    position: relative;
    width: 230px;
}

@media (max-width: 1140px) {
    .filter-sort__search {
        width: 285px;
    }
}

.filter-sort__input {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    color: #999999;
    border: none;
    border-bottom: 1px solid #afafaf;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
@media (max-width: 1140px) {
    .filter-sort__input {
        padding: 10px 35px 10px 0;
    }
}
.filter-sort__icon-search {
    position: absolute;
    top: 10px;
    right: 0;
    width: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    border: none;
    background: transparent;
    overflow: visible;
}
.filter-sort input:focus,
.filter-sort select:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.filter-sort input::-webkit-input-placeholder,
.filter-sort select::-webkit-input-placeholder {
    color: #999999;
}
.filter-sort input::-moz-placeholder,
.filter-sort select::-moz-placeholder {
    color: #999999;
}
.filter-sort input:-ms-input-placeholder,
.filter-sort select:-ms-input-placeholder {
    color: #999999;
}

.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1140px) {
    .search {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.search__input {
    display: block;
    width: 100%;
    margin-right: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
@media (max-width: 1140px) {
    .search__input {
        margin-right: 0;
        margin-bottom: 25px;
    }
}
.search__input:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 1140px) {
    .search__input:last-of-type {
        margin-bottom: 25px;
    }
}
.search__input:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.search__input::-webkit-input-placeholder {
    color: #999999;
}
.search__input::-moz-placeholder {
    color: #999999;
}
.search__input:-ms-input-placeholder {
    color: #999999;
}
.search__input--textarea {
    max-width: 100%;
}
.search__btn {
    white-space: nowrap;
}
@media (max-width: 1140px) {
    .search__btn {
        width: 100%;
    }
}

.points-card {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.points-card__wrap-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1140px) {
    .points-card__wrap-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.points-card__points-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 65px;
}
@media (max-width: 1140px) {
    .points-card__points-wrap {
        margin-bottom: 20px;
    }
}
.points-card__wrap-icon {
    margin-right: 15px;
}
@media (max-width: 1140px) {
    .points-card__wrap-icon {
        margin-right: 0;
    }
}
.points-card__point {
    position: relative;
    top: 6px;
    white-space: nowrap;
    font-size: 61px;
    line-height: 1;
    font-weight: 300;
    color: #cc0514;
}
.points-card__point span {
    font-size: 28px;
}
.points-card__text {
    font-size: 14px;
    line-height: 23px;
    color: #777777;
}
@media (max-width: 1140px) {
    .points-card__text {
        width: 100%;
    }
}

.order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1140px) {
    .order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 40px 0;
        padding: 0 15px;
    }
}
.order__title-img-wrap {
    width: calc(100% / 12 * 4 - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 20px 25px 35px 25px;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 1140px) {
    .order__title-img-wrap {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
.order__img {
    margin-bottom: 10px;
    max-width: 175px;
}
.order__title {
    text-transform: uppercase;
}
.order__info {
    width: calc(100% / 12 * 8 - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1140px) {
    .order__info {
        width: 100%;
        margin: 0;
    }
}
.order__header {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.order__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
@media (max-width: 1140px) {
    .order__main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1140px) {
    .order__main-left {
        width: 100%;
    }
}
.order__main-right {
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    margin-bottom: 40px;
}
@media (max-width: 1140px) {
    .order__main-right {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .order__main-right {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1140px) {
    .order__btn {
        width: 100%;
        text-align: center;
    }
}

.order__button {
    margin-right: 20px;
}

@media (max-width: 575px) {
    .order__button {
        margin: 0 0 20px 0;
    }
}

.order__details {
    display: flex;
}

@media (max-width: 1140px) {
    .order__details {
        align-items: center;
        flex-direction: column;
    }
}

.order__details-item {
    padding-right: 20px;
    margin-right: 20px;
    max-width: 350px;
    font-size: 14px;
    border-right: 1px solid #ececec;
    text-align: center;
}

@media (max-width: 1140px) {
    .order__details-item {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
}

.order__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1140px) {
    .order__footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1140px) {
    .order__footer > div {
        width: 100%;
    }
}
.order__link {
    color: #cc0514;
}
@media (max-width: 1140px) {
    .order__link {
        display: block;
        padding: 15px 0;
    }
}
.order__wrap-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    max-width: 350px;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
}
.order__wrap-item:last-child {
    margin-bottom: 0;
}
.order__key {
    width: 150px;
    margin-right: 20px;
    color: #777777;
}

.info-company {
    max-width: 100%;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.info-company__wrap-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.info-company__wrap-input {
    position: relative;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.info-company__wrap-input--w50 {
    width: calc(100% / 12 * 6 - 30px);
}
@media (max-width: 1140px) {
    .info-company__wrap-input--w50 {
        width: 100%;
    }
}
.info-company__input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px dashed #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.info-company__input:last-of-type {
    margin-bottom: 0;
}
.info-company__input:focus {
    outline: none;
    border-bottom: 1px dashed #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.info-company__input::-webkit-input-placeholder {
    color: #999999;
}
.info-company__input::-moz-placeholder {
    color: #999999;
}
.info-company__input:-ms-input-placeholder {
    color: #999999;
}
.info-company__input--textarea {
    width: 100%;
    max-width: 100%;
}
.info-company__label {
    font-size: 13px;
    color: #999999;
}
.info-company__select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #999999;
    border: none;
    border-bottom: 1px dashed #999999;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.info-company__error-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 15px;
    padding: 20px;
    font-size: 14px;
    background-color: #ececec;
}
@media (max-width: 1140px) {
    .info-company__error-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.info-company__wrap-icon {
    margin-right: 10px;
}
.info-company__error-block span {
    margin-right: 15px;
}
@media (max-width: 1140px) {
    .info-company__error-block span {
        width: 80%;
        margin-right: 0;
    }
}
.info-company__error-block a {
    color: #cc0514;
    text-decoration: none;
}
@media (max-width: 1140px) {
    .info-company__error-block a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
}

.setting-subscriber {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.setting-subscriber__title {
    margin-bottom: 15px;
    font-size: 13px;
    color: #999999;
}
.setting-subscriber__select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #999999;
    border: none;
    border-bottom: 1px solid #999999;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.setting-subscriber__label {
    font-size: 13px;
    color: #999999;
}
.setting-subscriber__wrap-checkboxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.setting-subscriber__wrap-checkboxs:last-child {
    margin-right: 0;
}
@media (max-width: 1140px) {
    .setting-subscriber__wrap-checkboxs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.setting-subscriber__item-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 90px;
    font-size: 14px;
}
@media (max-width: 1140px) {
    .setting-subscriber__item-checkbox {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}
.setting-subscriber__checkbox {
    display: none;
}
.setting-subscriber__checkbox:checked + .setting-subscriber__check {
    border-color: #cc0514;
}
.setting-subscriber__checkbox:checked + .setting-subscriber__check:after {
    display: block;
}
.setting-subscriber__check {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #afafaf;
}
.setting-subscriber__check:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    display: none;
    background-color: #cc0514;
}
.setting-subscriber__item-checkbox {
    line-height: 1;
}

.reset-password {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.reset-password__wrap-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reset-password__wrap-input {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.reset-password__wrap-input--w50 {
    width: calc(100% / 12 * 6 - 30px);
}
@media (max-width: 1140px) {
    .reset-password__wrap-input--w50 {
        width: 100%;
        margin-bottom: 15px;
    }
}
.reset-password__input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.reset-password__input:last-of-type {
    margin-bottom: 0;
}
.reset-password__input:focus {
    outline: none;
    border-color: #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.reset-password__input::-webkit-input-placeholder {
    color: #999999;
}
.reset-password__input::-moz-placeholder {
    color: #999999;
}
.reset-password__input:-ms-input-placeholder {
    color: #999999;
}
.reset-password__input--textarea {
    width: 100%;
    max-width: 100%;
}

.tech-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1140px) {
    .tech-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tech-block__item {
    width: calc(100% / 12 * 4);
    margin: 0 -15px;
    padding: 0 15px;
    text-align: center;
}
@media (max-width: 1140px) {
    .tech-block__item {
        width: 100%;
        margin-bottom: 50px;
    }
}
.tech-block__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}
.tech-block__small-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #777777;
}
.tech-block__big-title {
    font-size: 24px;
}

.tech-form {
    max-width: 100%;
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.tech-form__wrap-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.tech-form__wrap-input {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.tech-form__wrap-input--w50 {
    width: calc(100% / 12 * 6 - 30px);
}
@media (max-width: 1140px) {
    .tech-form__wrap-input--w50 {
        width: 100%;
    }
}
.tech-form__input {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px dashed #afafaf;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.tech-form__input:last-of-type {
    margin-bottom: 0;
}
.tech-form__input:focus {
    outline: none;
    border-bottom: 1px dashed #cc0514;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.tech-form__input::-webkit-input-placeholder {
    color: #999999;
}
.tech-form__input::-moz-placeholder {
    color: #999999;
}
.tech-form__input:-ms-input-placeholder {
    color: #999999;
}
.tech-form__input--textarea {
    width: 100%;
    max-width: 100%;
}
.tech-form__label {
    font-size: 13px;
    color: #999999;
}
.tech-form__select {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #999999;
    border: none;
    border-bottom: 1px dashed #999999;
    background-color: transparent;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.tech-form__error-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 15px;
    padding: 20px;
    font-size: 14px;
    background-color: #ececec;
}
.tech-form__wrap-icon {
    margin-right: 10px;
}
.tech-form__error-block span {
    margin-right: 15px;
}
.tech-form__error-block a {
    color: #cc0514;
    text-decoration: none;
}
.tech-form__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
}
.tech-form__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.tech-form__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tech-form__btn:focus {
    outline: none;
}

.all-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.all-services__item {
    width: calc(100% / 12 * 6);
    margin: 0 -15px;
    padding: 30px 50px;
    text-align: center;
}
@media (max-width: 1140px) {
    .all-services__item {
        width: 100%;
    }
}
.all-services__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}
.all-services__title {
    margin-bottom: 20px;
    color: #2a2b30;
    font-size: 16px;
}
.all-services__text {
    text-align: center;
    color: #828282;
    line-height: 20px;
}
.all-services__wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
}
.all-services__btn {
    display: inline-block;
    padding: 1.2em 4em 1.15em 4em;
    font-size: 12px;
    color: #cc0514;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #cc0514;
    background-color: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.all-services__btn:hover {
    color: #ffffff;
    background-color: #cc0514;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.all-services__btn:focus {
    outline: none;
}

.sprite-icon {
    width: 100%;
    height: 100%;
}

.privilege-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
@media only screen and (max-width: 991px) {
    .privilege-list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.privilege-list__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .privilege-list__col {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .privilege-list__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 575px) {
    .privilege-list__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .privilege-list__col {
        margin-bottom: 10px;
    }
}

.privilege-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 22px 30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    .privilege-card {
        padding: 22px 20px;
    }
}
@media only screen and (max-width: 575px) {
    .privilege-card {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 374px) {
    .privilege-card {
        padding: 15px;
    }
}
.privilege-card--disabled {
    color: rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}
.privilege-card:not(.privilege-card--disabled) {
    border: 1px solid #34c99c;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: white !important;
    display: flex !important;
    position: absolute;
    top: -8px;
    height: 0;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    padding-left: 5px !important;
}

.iti--allow-dropdown {
	display:none;
}
