@charset "UTF-8";

/****************************************************
  *
  * Ядро сайта 1.0
  *
*****************************************************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************
  *
  * Навигация
  *
*****************************************************/

.nav::after,
.nav::before {
    content: "";
    width: 100%;
    display: table;
}

.nav-left li {
    float: left;
    margin-right: 44px;
}

.nav-left li:last-child {
    margin-right: 0;
}

.nav-right li {
    float: right;
    margin-left: 44px;
}

.nav-inline li {
    display: inline-block;
    vertical-align: top;
}

.li-col-2,
.li-col-3 {
    margin: 0 -20px;
}

.li-col-2 li {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}

.li-col-2 li:nth-child(2n+1) {
    clear: both;
}

.li-col-3 li {
    width: 33.33333%;
    margin-left: 0;
    margin-right: 0;
}

.li-col-2 li label.radio-button-label,
.li-col-3 li label.radio-button-label {
    margin: 0 20px;
}

/****************************************************
  *
  * Каркас
  *
*****************************************************/

.clearboth::after,
.clearboth::before {
    display: table;
    width: 100%;
    content: '';
}

.section-left {
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
    overflow: hidden;
}

.section-left-big {
    width: 600px;
    background: #f9f9f9;
}

.section-left-big img.login-image {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 182px;
    position: relative;
}

.section-main {
    margin-left: 260px;
    margin-right: 20px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.section-main-min {
    margin-left: 660px;
}

.row {
}

.row:after,
.row:before {
    content: '';
    width: 100%;
    display: table;
}

.row-inner {
    padding: 0 20px;
}

.row-inner:after,
.row-inner:before {
    content: '';
    width: 100%;
    display: table;
}

.section {
}

.section-inner {
    padding: 0 20px;
}

.section-inner:after,
.section-inner:before {
    content: '';
    width: 100%;
    display: table;
}

/****************************************************
  *
  * Колонки
  *
*****************************************************/

.row-column {
    margin-left: -20px;
    margin-right: -20px;
}

.row-column::after,
.row-column::before {
    display: table;
    width: 100%;
    content: '';
}

.row-column-middle {
    display: table;
    width: 100%;
}

.table-row {
    width: 100%;
    display: table-row;
}

.column-middle {
    display: table-cell;
    vertical-align: middle;
}

.column {
    float: left;
}

.col-3 {
    width: 33.333333%;
}

.col-6 {
    width: 66.666666%;
}

.col-5 {
    width: 10%;
}

.col-10 {
    width: 10%;
}

.col-15 {
    width: 15%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-65 {
    width: 65%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-80 {
    width: 80%;
}

.col-85 {
    width: 85%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.left-col-3 {
    margin-left: 33.333333%;
}

.left-col-5 {
    margin-left: 10%;
}

.left-col-10 {
    margin-left: 10%;
}

.left-col-15 {
    margin-left: 15%;
}

.left-col-20 {
    margin-left: 20%;
}

.left-col-25 {
    margin-left: 25%;
}

.left-col-30 {
    margin-left: 30%;
}

.left-col-35 {
    margin-left: 35%;
}

.left-col-40 {
    margin-left: 40%;
}

.left-col-45 {
    margin-left: 45%;
}

.left-col-50 {
    margin-left: 50%;
}

.left-col-55 {
    margin-left: 55%;
}

.left-col-60 {
    margin-left: 60%;
}

.left-col-65 {
    margin-left: 65%;
}

.left-col-70 {
    margin-left: 70%;
}

.left-col-75 {
    margin-left: 75%;
}

.left-col-80 {
    margin-left: 80%;
}

.left-col-85 {
    margin-left: 85%;
}

.left-col-90 {
    margin-left: 90%;
}

.left-col-100 {
    margin-left: 100%;
}

.right-col-3 {
    margin-right: 33.333333%;
}

.right-col-5 {
    margin-right: 10%;
}

.right-col-10 {
    margin-right: 10%;
}

.right-col-15 {
    margin-right: 15%;
}

.right-col-20 {
    margin-right: 20%;
}

.right-col-25 {
    margin-right: 25%;
}

.right-col-30 {
    margin-right: 30%;
}

.right-col-35 {
    margin-right: 35%;
}

.right-col-40 {
    margin-right: 40%;
}

.right-col-45 {
    margin-right: 45%;
}

.right-col-50 {
    margin-right: 50%;
}

.right-col-55 {
    margin-right: 55%;
}

.right-col-60 {
    margin-right: 60%;
}

.right-col-65 {
    margin-right: 65%;
}

.right-col-70 {
    margin-right: 70%;
}

.right-col-75 {
    margin-right: 75%;
}

.right-col-80 {
    margin-right: 80%;
}

.right-col-85 {
    margin-right: 85%;
}

.right-col-90 {
    margin-right: 90%;
}

.right-col-100 {
    margin-right: 100%;
}

.inner-column {
    margin: 0 20px;
}

.inner-column img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.p-20 {
    padding: 20px;
}

.border-one {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

/****************************************************
  *
  * Формы и input
  *
*****************************************************/

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-style: normal;
    font-family: inherit;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    height: 46px;
    padding: 0 14px;
}

textarea {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-style: normal;
    font-family: inherit;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 100px;
    max-width: 100%;
    outline: none;
    padding: 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
    border: 1px solid #466dad;
    background: #fff;
}

button,
input[type="submit"],
input[type="button"]{
    border: 1px solid #456cac;
    background: #fff;
    color: #456cac;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;
    min-height: 46px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s linear;
    margin: 0;
    padding: 0 32px;
}

button:hover,
input[type="submit"]:hover {
    background: #456cac;
    color: #fff;
}

span.close,
button.close {
    background: none;
    border: none;
    border-radius: 0;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    min-height: auto;
    background-image: url("../images/icons/close.svg");
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s linear;
}

button.close-bg {
    background-color: #ccc;
    border-radius: 5px;
    background-size: 14px;
    background-position: center;
    width: 24px;
    height: 24px;
}

span.close:hover,
button.close:hover {
    opacity: 1;
}

input[type="submit"].btn-blue {
    background: #456cac;
    color: #fff;
}

input[type="submit"].btn-blue:hover {
    background: #1f3e7d;
}

.row-form span.error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: #b93c3c;
}

.input {
    padding: 10px 0;
}

.input-submit {
    padding: 20px 0 0 0;
}

.input .input-help {
    font-size: 12px;
    color: #a0a2a5;
    padding-top: 5px;
}

label {
    display: block;
    padding-bottom: 5px;
}

.input-group {
    margin-left: -20px;
    margin-right: -20px;
}

.input-group:before,
.input-group:after {
    content: '';
    width: 100%;
    display: table;
}

.inner-input:after,
.inner-input:before {
    content: '';
    width: 100%;
    display: table;
}

.input-col-2 .input {
    width: 50%;
}

.input-group .input {
    float: left;
}

.input-group .inner-input {
    margin: 0 20px;
}

.checkbox-over {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    padding-bottom: 0;
}

input.checkbox {
    height: auto;
    margin: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: -9999.9rem;
}

.checkbox-custom {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ccc;
    border-radius: 2px;
}

.checkbox-over .label {
    display: block;
    line-height: 22px;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.checkbox:checked + .checkbox-custom:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 4px;
    bottom: 0;
    left: 4px;
    background-image: url("../images/icons/checkbox.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.checkbox:checked + .checkbox-custom:before,
input[type=checkbox].valid + .checkbox-custom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #50b834;
    border-radius: 2px;
}

.checkbox-over .label .services-product-label {
    background: #ff9000;
    color: #fff;
    border-radius: 5px;
    padding: 1px 10px;
    margin-left: 5px;
}

.required {
    color: #d21313;
    font-size: 14px;
}

/****************************************************
  *
  * Ссылки кнопки
  *
*****************************************************/

a {
    color: #000;
}

.btn-link {
    background: #c5c8cc;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 47px;
    height: 46px;
    padding: 0 40px;
    color: #464646;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.btn-link:hover {
    background: #276db1;
    color: #fff;
}

.btn-transparent {
    background: transparent;
    padding: 0;
}

.btn-transparent:hover {
    background: transparent;
    color: #276db1;
}

.btn-cyan {
    background: #21407b;
    color: #fff;
}

.btn-blue {
    background: #456cac;
    color: #fff;
}

/****************************************************
  *
  * Изображения
  *
*****************************************************/

.img-respons {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.img-icon {
    position: relative;
    padding-left: 40px;
}

.img-icon img {
    position: absolute;
    width: auto;
    max-width: 24px;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border-radius: 0!important;
}

svg {
    fill: currentColor;
}

/****************************************************
  *
  * Radio button
  *
*****************************************************/

.radio-button-input {
    display: none;
}

.checkout-radio-item {
    margin-bottom: 40px;
}

.checkout-radio-item .radio-button-label {
    cursor: pointer;
    padding: 20px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f3f3f3;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.checkout-radio-item .radio-button-label:before {
    border-radius: 2px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    z-index: 1;
    position: absolute;
    transition: box-shadow .1s;
    -webkit-backface-visibility: hidden;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.checkout-radio-item .radio-button-label:hover {
    border: 1px solid #ccc;
    background: #fbfbfb;
}

.radio-button-content {
    position: relative;
    z-index: 2;
}

.checkout-radio-item .radio-button-title {
    position: relative;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 6px;
    font-weight: bold;
}

/*.checkout-radio-item .radio-button-title:before {*/
    /*top: 0px;*/
    /*left: 0;*/
    /*height: 26px;*/
    /*width: 26px;*/
    /*border: 2px solid #575757;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*content: "";*/
/*}*/

/*.checkout-radio-item .radio-button-title:after {*/
    /*top: 9px;*/
    /*left: 9px;*/
    /*height: 12px;*/
    /*width: 12px;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*content: "";*/
    /*opacity: 0;*/
    /*transform: scale(0);*/
    /*transition: all .2s;*/
/*}*/

.radio-button-input:checked+.radio-button-label {
    border-color: transparent;
    border-style: solid;
    z-index: 999;
}

.radio-button-input:checked+.radio-button-label:before,
.checkout-radio-item.active-btn .radio-button-label:before {
    box-shadow: 0 0 0 2px #276cae;
}

/*.radio-button-input:checked:checked+.radio-button-label .radio-button-title:before {*/
    /*border-color: #456cac;*/
    /*background: #456cac;*/
/*}*/

/*.radio-button-input:checked:checked+.radio-button-label .radio-button-title:after {*/
    /*opacity: 1;*/
    /*transform: scale(1);*/
/*}*/

/****************************************************
  *
  * Input File
  *
*****************************************************/

.btn-file {
    background: #ccc;
    text-align: center;
    font-weight: bold;
    width: auto;
    line-height: 50px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-file:hover {
    background: #2f4179;
    color: #fff;
}

.managed-file .input-file-upload {
    position: absolute;
    border: none;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    padding: 0;
    pointer-events: none;
    user-select: none;
}

/****************************************************
  *
  * Подсказки
  *
*****************************************************/

.more-info-vr1 {
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.more-info-vr1 .circle {
    width: 6px;
    height: 6px;
    display: block;
    position: relative;
    background: #ccc;
    border-radius: 50%;
}

.more-info-vr1 .circle:after,
.more-info-vr1 .circle:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    background: #ccc;
    border-radius: 50%;
}

.more-info-vr1 .circle:after {
    left: -10px;
}

.more-info-vr1 .circle:before {
    right: -10px;
}

.more-info-body {
    z-index: 10;
    cursor: default;
    padding: 20px;
    position: absolute;
    top: 32px;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(6,116,243,.2), 0 30px 23px -20px rgba(0,118,255,.08);
}

.more-info-body:before {
    content: '';
    position: absolute;
    right: 94px;
    top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
}

.more-info-body p:last-child {
    padding-bottom: 0;
}

.more-bg-white {
    background: #fff;
}

.more-bg-blue {
    background: #197efb;
    color: #fff;
}

.more-bg-blue:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #197efb;
    border-left: 10px solid #197efb;
}

.more-info-vr1:hover .more-info-body {
    visibility: visible;
    opacity: 1;
}

.more-info-vr1:hover .circle,
.more-info-vr1:hover .circle:after,
.more-info-vr1:hover .circle:before {
    background: #286cae;
}

