@font-face {
    font-display: swap;
    font-family: "Gotham Pro Light";
    src: url("../fonts/GothamPro/GothamPro-Light.eot");
    src: url("../fonts/GothamPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro/GothamPro-Light.woff2") format("woff2"),
        url("../fonts/GothamPro/GothamPro-Light.woff") format("woff"),
        url("../fonts/GothamPro/GothamPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro";
    src: url("../fonts/GothamPro/GothamPro.eot");
    src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro/GothamPro.woff2") format("woff2"),
        url("../fonts/GothamPro/GothamPro.woff") format("woff"),
        url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: "Gotham Pro Bold";
    src: url("../fonts/GothamPro/GothamPro-Bold.eot");
    src: url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GothamPro/GothamPro-Bold.woff2") format("woff2"),
        url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"),
        url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    font-family: "Gotham Pro";
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 137, 0.1);
    padding: 5px 0;
    z-index: 999;
    background: #fff;
}

.center {
    line-height: 1.5;
}


.container {
    position: relative;
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-item {
    margin: 0 20px;
}

.nav-link {
    text-decoration: none;
    color: #09094C;
}

/* hamburger */

#pencet {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

#pencet span {
    background-color: #0000FF;
    width: 20px;
    height: 3px;
    margin: 2px 0;
    display: block;
    transition: all .4s ease;
    transform-origin: 0 0;
}

.diam span:nth-child(1) {
    transform: rotate(45deg) translate(1px, -1px);
}

.diam span:nth-child(2) {
    Transform: scaleX(0);
}

.diam span:nth-child(3) {
    transform: rotate(-45deg) translate(-1px, 0);
}

/* hamburger menu */

.slider-list {
    display: flex;
    align-items: center;
}

.slider-item {
    position: relative;
    z-index: 1;
    width: 50%;
    float: left;
}

.section-slider {
    margin: 100px 0 50px 0;
}

.slider-title {
    font-family: "Gotham Pro Bold";
    font-size: 38px;
    margin: 0 0 20px 0;
    color: #09094C;
}

.slider-subtitle {
    font-size: 24px;
    margin: 10px 0 50px 0;
}

.slider-open,
.step-btn,
.button-confirm {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background: #00f;
    width: 280px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 11px;
    border: 0;
    border-radius: 5px;
}

.button-confirm:hover,
.button-confirm:focus {
    background: #00f;
}

.step-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}

.step-btn.white {
    background: #fff;
    color: #00f;
    border: 1px solid #00f;
}

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

.slider-image {
    position: relative;
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
}

.slider-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #0000FF;
}

.slider-image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #0000FF;
}

.slick-dots {
    position: relative;
    top: -50px;
    text-align: center;
    /* display: flex; */
    display: none;
    justify-content: center;
}

.slick-dots button {
    font-size: 0;
    border: 0;
    background: #DBDBDB;
    border-radius: 50%;
    width: 8px;
    height: 12px;
    margin: 0 6px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: #00f;
}

.form-wrap {
    width: 90%;
    margin: 0 auto;
    box-shadow: 2px 0px 16px 4px rgb(0 0 0 / 5%);
    background: #fff;
    padding: 35px 0;
}

.form-inner {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
}

.form-field.phone {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0000FF;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 10px 0;
}

.form-field:focus {
    outline: none;
}

.checkbox-wrap {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    height: 15px;
}

.checkbox-custom {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: rgba(158, 158, 158, 0.296);
    border-radius: 3px;
    cursor: pointer;
    pointer-events: none;
}

.form-field.checkbox {
    opacity: 0;
}

.form-field.checkbox:checked~.checkbox-custom {
    background: #0000FF;
}

.form-field.checkbox:checked~.checkbox-custom:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: url('../images/check.svg') no-repeat;
    background-size: cover;
}

.agreement {
    text-decoration: none;
    color: #0000FF;
    font-size: 16px;
}

.form {
    display: flex;
    flex-direction: column;
}

.label-wrap {
    font-size: 14px;
    text-align: left;
}

.map-title {
    font-size: 34px;
    font-family: "Gotham Pro Bold";
    color: #09094C;
    margin: 40px 0;
}

#map {
    position: relative;
    min-height: 400px;
}

.working-row.top {
    color: rgba(9, 9, 76, 0.4);
}

.working-row {
    display: flex;
}

.working-wrap {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.width-25 {
    width: 25%;
    justify-content: center;
}

.working-row.top {
    border-bottom: 1px solid rgba(0, 0, 137, 0.1);
    width: 100%;
    padding-bottom: 10px;
    margin: 15px 0;
}

.working-el-text {
    font-family: "Gotham Pro Bold";
    font-size: 20px;
    margin-bottom: 5px;
}

.working-el-subtitle {
    margin-bottom: 5px;
}

.working-item {
    margin-bottom: 35px;
}

.footer {
    background: #ececec;
    color: #7287a2;
    padding: 50px 0;
}

.footer-block-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
}

.footer-block {
    width: 50%;
}

.footer-item {
    margin-bottom: 25px;
}

.footer-phone {
    color: #7287a2;
    text-decoration: none;
    font-size: 24px;
}

.footer-mail {
    display: block;
    color: #7287a2;
    text-decoration: none;
    margin-bottom: 15px;
}

.footer-social-list {
    display: flex;
}

.footer-social-item {
    margin-right: 10px;
}

.footer-top-text {
    color: #575556;
    margin-bottom: 20px;
    font-family: "Gotham Pro Bold";
    font-size: 14px;
    line-height: 1.5;
}

.footer-bottom-text {
    line-height: 1.5;
}

.footer-item.custom {
    padding-left: 30px;
}

.footer-mail,
.footer-item-text {
    position: relative;
}

.footer-item-text {
    line-height: 1.5;
}

.footer-mail:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    background: url('../images/mail.svg') no-repeat;
    width: 20px;
    height: 20px;
}

.footer-item-text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
    background: url('../images/pin.svg') no-repeat;
    width: 20px;
    height: 20px;
}

.remodal-close {
    color: #00f;
    top: 15px;
    right: 15px;
    left: inherit;
}

.remodal-close:before {
    font-size: 42px;
}

.steps-title {
    font-size: 33px;
    color: #09094C;
    font-weight: 300;
    margin-bottom: 50px;
}

.step {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.form-field {
    border: 0;
    border-bottom: 1px solid #0000FF;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    color: #09094cf5;
}

.form-field:focus {
    color: #000;
}

.form-field::placeholder {
    color: rgba(9, 9, 76, 0.5);
}

/* tab last */


.section-form {
    background: #E5E5E5;
    padding: 30px 0;
}

.lg-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.white-bg {
    background: #fff;
    border: 1px solid #0000FF;
    color: #0000FF;
}

.deposits-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.deposits-list::after,
.deposits-item {
    content: "";
    width: calc(33.3333% - 20px);
    margin-bottom: 40px;
}

.deposits-item {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgb(0 0 137 / 10%);
}

.deposits-title {
    text-align: center;
    font-family: "Gotham Pro Bold";
    margin-bottom: 5px;
}

.deposits-subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.deposits-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.deposits-block:first-child {
    color: rgba(9, 9, 76, 0.4);
    font-family: "Gotham Pro";
}

.deposits-block {
    color: #0000FF;
    font-family: "Gotham Pro Bold";
}

.deposits-block img {
    max-width: 15px;
}

.dep-list {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 30px 0;
}

.title {
    display: block;
    text-align: center;
    padding: 35px 0;
    margin: 0;
    font-family: "Gotham Pro Bold";
    font-size: 30px;
    color: #09094C;
}

.dep-item {
    position: relative;
}

.dep-item:nth-child(2):before {
    content: '';
    position: absolute;
    top: 33%;
    left: -50%;
    transform: translate(-50%, -50%);
    background: url('../images/arrow-right.svg') no-repeat;
    background-size: cover;
    width: 13px;
    height: 23px;
}

.dep-item:nth-child(2):after {
    content: '';
    position: absolute;
    top: 33%;
    right: -50%;
    transform: translate(-50%, -50%);
    background: url('../images/arrow-right.svg') no-repeat;
    background-size: cover;
    width: 13px;
    height: 23px;
}

.dep-block {
    background: #fff;
    position: relative;
    margin-top: -75px;
    margin-bottom: 75px;
    width: 100%;
    box-shadow: 0px 4px 15px rgb(0 0 137 / 10%);
}

.working-el-available {
    display: flex;
    align-items: center;
}

.working-el-available p {
    color: rgba(9, 9, 76, 0.4);
    margin: 0 20px 0 0;
}

.working-el-available img {
    width: 20px;
}

/* .upload-area {
    border-radius: 3px;
    height: 200px;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    color: #09094C;
    font-size: 14px;
    font-family: "Gotham Pro Light";
}

#file {
    display: none;
}

/* Thumbnail */
.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

.upload-row {
    display: flex;
    align-items: center;
}

.upload-file {
    color: #0000FF;
    margin-right: 30px;
}

.upload-image {
    position: relative;
    float: left;
    width: 25%;
    min-width: 180px;
    height: 100%;
    background: rgba(0, 0, 255, 0.1);
    margin-right: 20px;
    border-radius: 5px;
}

.upload-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/upload.svg') no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.upload-block {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.form-footer {
    margin: 15px -10px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#textarea {
    resize: none;
}

.step-btn.phone img {
    margin-right: 5px;
}

.form-description {
    margin-bottom: 15px;
}

.select-wrap select,
.span-wrap input {
    border: 0;
    border-bottom: 1px solid #0000FF;
    width: 120px;
}

.select-wrap select:focus {
    outline: none;
}

input:focus-visible {
    outline: none;
}

.select-wrap {
    display: flex;
}

.select-description {
    text-transform: uppercase;
}

.popup-title {
    display: flex;
    align-items: center;
    font-size: 33px;
    color: #09094C;
    margin: 40px 0 10px 0;
    font-family: "Gotham Pro Bold";
}

.remodal.lg {
    text-align: left;
    max-width: 1000px;
}

.popup-subtitle {
    font-size: 22px;
    margin-bottom: 40px;
}

.popup-title img {
    margin-left: 15px;
}

.btn-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-bottom: 30px;
}

/* tab */

.tab__header {
    display: block;
    clear: both;
    margin-bottom: 30px;
}

.tab__header>div {
    display: inline-block;
    vertical-align: top;
    color: #adadad;
    font-size: 20px;
    font-family: "Gotham Pro Bold";
    margin-right: 20px;
}

.tab__header>div:hover {
    cursor: pointer;
}

.tab__header>div.tab__header--active {
    color: #0000FF;
}

.tab__content {
    display: block;
    clear: both;
    color: #212121;
    padding: 0 0 20px 0;
}

.tab__content>div {
    display: inline-block;
    vertical-align: top;
    display: none;
}

.tab__content>.tab__content--active {
    display: block;
}


.tab__header {
    padding-bottom: 20px;
}

.tab-title {
    font-size: 23px;
    font-family: "Gotham Pro Bold";
}

table {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    table-layout: fixed;
}

.tariffs-table th {
    color: rgba(9, 9, 76, 0.4);
}

.tariffs-table td {
    font-family: "Gotham Pro Bold";
}

.tariffs-table tr:nth-child(1) td,
.tariffs-table tr:nth-child(1) th,
.tariffs-table tr:nth-child(2) td,
.tariffs-table tr:nth-child(2) th {
    padding-bottom: 30px;
}

.popup-list {
    display: flex;
    flex-wrap: wrap;
}

.popup-item {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 50px;
    padding: 0 60px;
}

.popup-link:hover {
    text-decoration: underline;
}

.popup-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: url('../images/pdf.svg') no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
}

.popup-link {
    font-size: 14px;
    text-decoration: none;
    color: #09094C;
}

.table-description td:nth-child(1) {
    color: rgba(9, 9, 76, 0.4);
}

.table-description td {
    width: 50%;
}

.table-description tr.width-33 td {
    width: 33%;
    font-size: 14px;
}

.table-description tr.width-33 td:not(:first-child) {
    text-align: right;
    padding-right: 20px;
    font-family: "Gotham Pro Bold";
}

.table-description td:nth-child(2) {
    text-align: right;
    font-family: "Gotham Pro Bold";
}

.table-description td p {
    font-family: "Gotham Pro";
}

.table-description td {
    padding-bottom: 30px;
    vertical-align: top;
}

.table-description tr:last-child td {
    padding-bottom: 0;
}

.tab__header.flex {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.tab__header.flex>.tab__header--active {
    color: #09094C;
    border-bottom: 3px solid #0000FF;
    font-family: "Gotham Pro Bold";
}

.tab__header.flex>div {
    font-size: 26px;
}

.success-title {
    font-size: 32px;
    color: #0000FF;
    font-family: "Gotham Pro Bold";
    display: block;
    margin: 20px 0;
}

.success-subtitle {
    font-size: 21px;
    color: #09094C;
    margin-bottom: 30px;
}

.success-ok {
    text-transform: uppercase;
    color: #fff;
    background: #0000FF;
    border-radius: 5px;
    border: none;
    height: 51px;
    width: 280px;
    max-width: 90%;
    margin: 0 auto;
    cursor: pointer;
}

.mobile {
    display: none;
}

.slider-open.desktop {
    display: block;
}

.select-name {
    border: 0;
    border-bottom: 1px solid #00f;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 10px;
}

.select-name:focus {
    outline: none;
}

.tab__content>.tab__content--active {
    text-align: left;
}

.block-wrap {
    margin-bottom: 20px;
}

.form-field.full {
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column label {
    margin-bottom: 10px;
    font-size: 16px;
}

.agreement {
    color: #000;
}

#textarea {
    border: 0;
    border: 1px solid #00f;
    border-radius: 3px;
    min-height: 150px;
    margin-bottom: 20px;
}

#textarea:hover,
#textarea:focus {
    outline: none;
}

.checkbox-wrap.custom .checkbox-custom {
    width: 20px;
    height: 20px;
}

.checkbox-wrap {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.working-list {
    position: relative;
}

.map {
    padding: 0;
    margin: 0;
    width: 550px;
    height: 300px;
}

.section-contact {
    position: relative;
}

/* .tab3-wrap {
    position: absolute;
    top: 0;
    right: 0;
} */

.flex-center {
    display: flex;
    justify-content: center;
    padding: 10px 0 40px 0;
}

.tab3-wrap .tab__header.flex div.tab__header--steps {
    font-family: "Gotham Pro Light";
    font-size: 16px;
}

.tab3-wrap .tab__header.flex div.tab__header--steps.tab__header--active {
    color: #00f;
    border-bottom: 1px solid #00f;
}

.tab3 .tab__header.flex {
    margin: 0;
    padding-bottom: 10px;
    justify-content: flex-start;
}

.header-phone {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(-50%, -50%);
}

.header-phone img {
    max-width: 35px;
}

#menu {
    display: none;
    position: relative;
    z-index: 1000;
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    display: none;
    z-index: 999;
}

#popup.active {
    display: block;
    left: 0;
}

.nav-list.nav-list-popup {
    display: flex;
    flex-direction: column;
    padding-top: 25%;
}

.nav-list.nav-list-popup .nav-item {
    padding-bottom: 20px;
}

.error {
    border-bottom: 1px solid red;
}

.error:focus {
    border-bottom: 1px solid #00f;
}

.container--tabs {
    text-align: left;
}

.personal-data {
    margin-top: 40px;
}

.modal-text {
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    font-size: 20px;
    color: #09094C;
}

.form-footer.center {
    justify-content: center;
}

.input-wrap {
    min-height: 75px;
}

.select-inner {
    display: flex;
}

.select-inner span {
    margin: 0 10px;
}

/* File Upload */

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

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

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.city {
    display: none;
}

.city.active {
    display: block;
}

.contact-block {
    display: flex;
    position: relative;
    align-items: baseline;
}

.map-wrap {
    width: 50%;
}

.tab3.phone {
    display: none;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-section {
    width: 100%;
}

input[name='radio']:after {
    width: 25px;
    height: 25px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[name='radio']:checked:after {
    width: 25px;
    height: 25px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #0000FF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[name='radio']:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/checked-white.svg') no-repeat;
    background-size: cover;
    width: 18px;
    height: 13px;
    z-index: 1;
}

.step .checkbox-wrap {
    width: 25px;
    height: 25px;
}

.step .block-wrap {
    display: flex;
    align-items: center;
}

.radio-wrap {
    display: flex;
    align-items: center;
}

.select-point {
    margin-bottom: 40px;
}

.upload-wrap {
    margin: 20px 0 40px 0;
}

.tab__header--top {
    pointer-events: none;
}

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

.submit {
    position: relative;
}

.submit.loading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.step-3 .content {
    display: none;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

datalist option {
    background: #fff;
    color: #000;
}

.span-wrap {
    width: 120px;
}

/* identification */

#cities {
    border: 0;
    border-bottom: 1px solid #00f;
}

.address {
    position: absolute;
    bottom: 0;
}

select:focus-visible {
    outline: none;
}

.outer-point {
    padding-top: 20px;
    font-weight: bold;
}

.outer-point div {
    margin-bottom: 20px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix { display: inline-block; }
  /* start commented backslash hack \*/
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
  /* close commented backslash hack */

  .map-wrap {
      display: block;
      width: 100%;
  }

  #shops {
      display: inline-block;
      margin-bottom: 20px;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
      padding: 15px 0;
      width: 100%;
  }

  #shops li {
      position: relative;
    box-sizing: border-box;
    padding: 10px 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    width: 50%;
    min-width: 200px;
    float: left;
  }

  #shops li:hover {
      color: #00f;
  }

  #shops li.active {
      background: #00f;
      color: #fff;
  }

  .ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

input[name="identification"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.office-pointer{
    cursor: pointer;
}