:root {
    --tpl-accent-color: #006AFF;
    --tpl-accent-color-hover: #0055CC;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Light.ttf');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

html, body {
    font-family: 'Open Sans', sans-serif !important;
    color: #14191F;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #E0E5EB;
}

@media screen and (min-width: 0\0) {
    body {
        height: 1px;
    }
}

#app {
    min-height: auto;
}

.page-content {
    flex-shrink: 0;
    flex-grow: 1;
    padding-top: 50px;
}

.b2c-content {
    padding-top: 44px;
}

.promo-footer {
    flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif !important;
}
.b2c-header__wrapper {
    background-color: white;
    width: 100%;
    flex-shrink: 0;
}
.b2c-header__container {
    /*width: 100%;*/
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.b2c-header__link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.b2c-header__logo {
    margin-right: 30px;
    height: 48px;
}
.b2c-header__links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.b2c-header__buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2c-header__buttons .call-back-button {
    cursor: pointer;
    color: #006AFF;
    font-size: 16px;
}

.b2c-header__link:hover,
.b2c-header__link:focus,
.b2c-header__link:active,
.b2c-header__link:link,
.b2c-header__link:visited,
.b2c-header__link {
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 3px;
    height: 32px;
    padding: 0 16px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #667B99;
}
.b2c-header__link:hover,
.b2c-header__link_active:hover,
.b2c-header__link_active:focus,
.b2c-header__link_active:active,
.b2c-header__link_active:link,
.b2c-header__link_active:visited,
.b2c-header__link_active {
    color: #006AFF;
}

.b2c-header__button:hover,
.b2c-header__button:focus,
.b2c-header__button:active,
.b2c-header__button:link,
.b2c-header__button:visited,
.b2c-header__button {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #006AFF;
    border-radius: 3px;
    height: 32px;
    padding: 0 16px;
    text-decoration: none;
}
.b2c-header__button_white:hover,
.b2c-header__button_white:focus,
.b2c-header__button_white:active,
.b2c-header__button_white:link,
.b2c-header__button_white:visited,
.b2c-header__button_white {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #006AFF;
    background: transparent;
    border-radius: 3px;
    height: 32px;
    padding: 0 16px;
    text-decoration: none;
}
.b2c-header__dropdown {
    display: inline-block;
    position: relative;
}
.b2c-header__dropdown-menu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 230px;
    box-shadow: 0px 8px 8px rgba(20, 25, 31, 0.28), 0px 0px 8px rgba(20, 25, 31, 0.16);
    border-radius: 3px;
    z-index: 5;
    list-style: none;
    padding: 8px 0;
    margin: 0;
}
.b2c-header__dropdown-menu li{
    list-style: none;
}
.b2c-header__dropdown-menu a:hover,
.b2c-header__dropdown-menu a:visited,
.b2c-header__dropdown-menu a:link,
.b2c-header__dropdown-menu a:active,
.b2c-header__dropdown-menu a:focus,
.b2c-header__dropdown-menu a {
    color: #667B99;
    padding: 8px 24px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.b2c-header__dropdown-menu a:hover {
    color: #006AFF;
}
.b2c-header__dropdown-menu a:hover {
    background-color: #FFFFFF;
}
.b2c-header__dropdown:hover .b2c-header__dropdown-menu {
    display: block;
}
.b2c-header__dropdown:hover .b2c-header__dropdown-btn {

}

.b2c-modal__overlay {
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.b2c-modal__modal {
    color: #14191F;
    position: relative;
    z-index: 9999;
    padding: 24px;
    top: 50px;
    margin: 0 auto;
    border-radius: 3px;
    background: white;
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 8px 8px rgba(20, 25, 31, 0.28), 0px 0px 8px rgba(20, 25, 31, 0.16);
}
.b2c-modal__header {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.b2c-modal__modal-close {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    color: #E0E5EB;
}
.b2c-modal__tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.b2c-modal__tab {
    width: 50%;
    border-bottom: 2px solid #E0E5EB;
    margin-right: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    cursor: pointer;
}
.b2c-modal__tab_active {
    border-bottom: 2px solid #006AFF;
}
.b2c-modal__tab:last-child {
    margin-right: 0;
}
.b2c-modal__tabs-content {
    display: none;
    padding-top: 24px;
}
.b2c-modal__tabs-content_active {
    display: block;
}


.b2c-field-float-label {
    position: relative;
    margin: 20px auto 0 auto;
}
.b2c-field-float-label input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    height: 36px;
    padding: 0 12px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E5EB;
    box-sizing: border-box;
    border-radius: 3px;
}
.b2c-field-float-label_has-error input {
    /*border: 1px solid #FF3333;*/
}
.b2c-field-float-label label {
    font-size: 14px;
    color: #A3B0C2;
    font-weight: normal;
    position: absolute;
    left: 12px;
    top: 9px;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.b2c-field-float-label_has-error label {
    color: #FF3333;
}
.b2c-field-float-label input:focus ~ label,
.b2c-field-float-label input:valid ~ label {
    top: -8px;
    left: 10px;
    color: #006AFF;
    font-size: 12px;
    background: white;
    padding: 0 5px 0 2px;
}
.b2c-field-float-label_has-error input:focus ~ label,
.b2c-field-float-label_has-error input:valid ~ label {
    color: #FF3333;
}
.b2c-field-float-label__errors {
    color: #FF3333;
}

/* The container */
.auth-checkbox {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
/* Hide the browser's default checkbox */
.auth-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.auth-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.auth-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
    border-radius: 2px;
}
/* When the checkbox is checked, add a blue background */
.auth-checkbox input:checked ~ .checkmark {
    background-color: #006AFF;
    border-radius: 2px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.auth-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.auth-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.auth-checkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b2c-modal__button:hover,
.b2c-modal__button:focus,
.b2c-modal__button:active,
.b2c-modal__button:link,
.b2c-modal__button:visited,
.b2c-modal__button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background: #006AFF;
    border-radius: 3px;
    height: 44px;
    padding: 0 16px;
    text-decoration: none;
    /*width: 100%;*/
    margin: 24px auto;
}

.b2c-modal__button_disabled {
    background: #F0F2F5 !important;
    color: #A3B0C2 !important;
}

.i-am-agent:hover,
.i-am-agent {
    position: relative;
    display: inline-block;
    margin: auto;
    text-align: center;
    color: #006AFF;
}
.i-am-agent .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: white;
    border: 1px solid transparent;
    box-shadow: 0px 8px 8px rgba(20, 25, 31, 0.18), 0px 0px 8px rgba(20, 25, 31, 0.06);
    text-align: left;
    border-radius: 3px;
    padding: 16px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -160px;
    color: #14191F;
}
.i-am-agent:hover .tooltiptext {
    visibility: visible;
}


.social-container{
    text-align: center;
}
.social{
    /*margin-top: 69px;
    margin-left: 38px;*/
    /*margin: 50px 0 0 69px;*/
    display: inline-block;
    margin-top: 20px;
}
.social a{
    display: block;
    width:40px;
    height: 40px;
    margin-right: 25px;
    float: left;
    opacity: 0.65;
    background: black;
}
.social a:last-child{
    margin-right: 0px;
}
.social a:hover{
    opacity: 1;
}
.social a#vk{
    background: url(/Assets/img/modal/social.png) 0% 0%;
}
.social a#face{
    background: url(/Assets/img/modal/social.png) 25% 0%;
}
.social a#mail{
    background: url(/Assets/img/modal/social.png) 50% 0%;
}
.social a#lin{
    background: url(/Assets/img/modal/social.png) 75% 0%;
}
.b2c-header__mobile-menu-wrapper {
    display: none;
}
.b2c-header__mobile-menu-overlay {
    display: none;
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(20, 25, 31, 0.48);
}
.b2c-header__mobile-menu {
    display: none;
    position: absolute;
    top:0;
    left: 0;
    min-height: 100vh;
    width: 250px;
    z-index: 9999;
    color: white;
    padding: 0;
    background: #29313D;
}
.b2c-header__mobile-menu-item,
.b2c-header__mobile-menu-title {
    height: 40px;
}
.b2c-header__mobile-menu-item_subitem {
    padding-left: 24px;
}
.b2c-header__mobile-menu-title {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    color: #A3B0C2;
}
.b2c-header__mobile-menu-item a:focus,
.b2c-header__mobile-menu-item a:active,
.b2c-header__mobile-menu-item a:link,
.b2c-header__mobile-menu-item a:visited,
.b2c-header__mobile-menu-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #A3B0C2;
    text-decoration: none;
}
.b2c-header__mobile-menu-lk {
    background: #14191F;
    color: #FFFFFF;
    padding: 24px;
}
.b2c-header__mobile-menu-inner {
    padding: 24px;
}
.b2c-header__mobile-menu_visible {
    display: block !important;
}
.b2c-header__mobile-menu-close {
    position: absolute;
    right: -24px;
    top: 24px;
    cursor: pointer;
    font-size: 14px;
    color: #E0E5EB;
}
.b2c-header__logo-mobile {
    display: none;
}
@media (max-width: 900px) {
    .b2c-header__container {
        padding: 12px;
    }
    .b2c-header__links {
        display: none;
    }
    .b2c-header__buttons {
        display: none;
    }
    .b2c-header__logo {
        height: 32px;
        display: none;
    }
    .b2c-header__logo-mobile {
        height: 32px;
        display: flex;
    }
    .b2c-header__hamburger {
        display: inline;
        font-size: 16px;
        color: #006AFF;
    }
    .b2c-header__mobile-menu-wrapper {
        display: block;
    }
}

.app-checkbox {
    position: relative;
    display: inline-block;
}

.app-checkbox__input {
    position: absolute;
    opacity: 0.01;
}

.app-checkbox__label {
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    margin-bottom: 0;
    background-color: transparent;
    font-weight: normal;
    cursor: pointer;
    color: #14191F;
    transition: background-color 0.3s ease-in-out;
}

.app-checkbox__input + .app-checkbox__label:before {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    content: "";
    position: static;
    display: block;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    z-index: 2;
    color: #C2CAD6;
    transition: color 0.3s ease-in-out;
}

.app-checkbox__label:before {
    margin-top: -1px;
    user-select: none;
}

.app-checkbox__label:after {
    margin-top: -1px;
    user-select: none;
}

.app-checkbox__input + .app-checkbox__label:hover,
.app-checkbox__input + .app-checkbox__label:active {
    background-color: transparent;
}

.app-checkbox__input + .app-checkbox__label:hover:before,
.app-checkbox__input + .app-checkbox__label:active:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input + .app-checkbox__label:focus {
    background-color: transparent;
}

.app-checkbox__input + .app-checkbox__label:focus:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input:focus + .app-checkbox__label {
    background-color: transparent;
}

.app-checkbox__input:focus + .app-checkbox__label:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input_hover + .app-checkbox__label {
    background-color: transparent;
}

.app-checkbox__input_hover + .app-checkbox__label:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input:checked + .app-checkbox__label {
    background-color: transparent;
}

.app-checkbox__input:checked + .app-checkbox__label:before {
    content: "";
    font-weight: 700;
    color: var(--tpl-accent-color);
}

.app-checkbox__input:checked + .app-checkbox__label:hover,
.app-checkbox__input:checked + .app-checkbox__label:active {
    background-color:transparent;
}

.app-checkbox__input:checked + .app-checkbox__label:hover:before,
.app-checkbox__input:checked + .app-checkbox__label:active:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input:checked + .app-checkbox__label:focus {
    background-color:transparent;
}

.app-checkbox__input:checked + .app-checkbox__label:focus:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input:checked:focus + .app-checkbox__label {
    background-color:transparent;
}

.app-checkbox__input:checked:focus + .app-checkbox__label:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__input_hover:checked + .app-checkbox__label:before {
    color: var(--tpl-accent-color-hover);
}

.app-checkbox__label_with-error:before {
    color: #FF4C4D !important;
}

.app-checkbox__label-inner {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0.5rem;
}

.loader-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -60px;
    width: 120px;
    z-index: 1101;
}

.loader-spinner > div {
    width: 32px;
    height: 32px;
    background-color: #17A3D8;

    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader-spinner .bounce1 {
    animation-delay: -0.32s;
}

.loader-spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.0);
    }
}

.loader-overlay {
    background-color: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
}
