body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow-x: hidden;
    color: #252F3B;
}

input:focus,
textarea:focus {
    outline: 0;
}

.container {
    width: 1290px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.pr-1 {
    padding-right: 1%;
}

.pr-5 {
    padding-right: 5%;
}

.pr-10 {
    padding-right: 10%;
}

.pl-1 {
    padding-left: 1%;
}

.pl-3 {
    padding-left: 3%;
}

.pl-5 {
    padding-left: 5%;
}

.pl-7 {
    padding-left: 7%;
}

.pl-10 {
    padding-left: 10%;
}

.pt-5 {
    padding-top: 5%;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-5 {
    margin-bottom: 5%;
}

.col {
    width: 100%;
    box-sizing: border-box;
}

.col-3 {
    width: 25%;
    box-sizing: border-box;
}

.col-4 {
    width: 33.33333%;
    box-sizing: border-box;
}

.col-5 {
    width: 41.666666%;
    box-sizing: border-box;
}

.col-6 {
    width: 50%;
    box-sizing: border-box;
}

.col-7 {
    width: 58.33333%;
    box-sizing: border-box;
}


.col-8 {
    width: 66.666666666%;
    box-sizing: border-box;
}

.badge {
    border-radius: 100px;
    background: #EBF2FA;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.badge-white {
    border-radius: 100px;
    background: #fff;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    padding: 5px 30px 5px 20px;
}

h1, .h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.92px;
    line-height: 100%;
}

h1 + *, .h1 + * {
    margin-top: 40px;
}

h2, .h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 44.8px */
    letter-spacing: -0.96px;
    margin: 0;
}


h2 + *, .h2 + * {
    margin-top: 30px;
}

h3, .h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 44.8px */
    letter-spacing: -0.96px;
    margin: 0;
}

h3 + *, .h3 + * {
    margin-top: 20px;
}

h4, .h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36.4px */
    letter-spacing: -0.78px;
    margin: 0;
}

h4 + *, .h4 + * {
    margin-top: 20px;
}

h4 + h6, .h4 + .h6 {
    margin-top: 20px;
}

h5, .h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}

h5 + *, .h5 + * {
    margin-top: 40px;
}

h5 + p, .h5 + p {
    margin-top: 16px
}

h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.42px;
    margin: 0 0 20px;
}

p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    margin: 16px 0 24px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

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


.wrap-typography {

}

.wrap-typography time {
    display: block;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    padding: 40px 0 10px;
}


.wrap-typography .h6,
.wrap-typography h6 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 25px;
}

.wrap-typography p {
    margin-bottom: 15px;
}

.wrap-typography ul {
    margin: 15px 0 15px 10px;
}

.wrap-typography ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
}

.wrap-typography ul li + li {
    margin-top: 5px;
}


.bold {
    font-weight: 700;
}

form.loading .lds-ellipsis {
    display: block;
    margin: 0 auto;
}

form.loading .loading-hide {
    display: none;
}

.lds-ellipsis {
    display: none;
    position: relative;
    width: 80px;
    height: 20px;
}

.lds-ellipsis i {
    display: block;
    position: absolute;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis i:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis i:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis i:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis i:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}


@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 6px 20px 6px 16px;
    text-decoration: none;
    color: #014576;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.42px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    position: relative;
}

.btn + .btn {
    margin-left: 10px;
}

.btn-circle {
    height: 32px;
    padding: 0;
    width: 32px;
}

.btn-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    /*  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
      mask-image: -webkit-radial-gradient(#fff, #000);*/
}

.btn-mask span {
    display: block;
    background-position: 100% 100%;
    background-position: calc((100 - var(--mouse-x, 0)) * 1%) calc((100 - var(--mouse-y, 0)) * 1%);
    background-size: 200% 200%;
    transition: opacity 1.25s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.btn:hover .btn-mask span {
    opacity: 1;
}


.btn .btn-inner-text {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-inner-text > * + * {
    margin-left: 20px;
}

.btn-inner-text > .icon {
    margin-right: 0;
}

.btn.btn-xl {
    padding: 24px 48px;
}

.btn.btn-lg {
    padding: 14px 24px;
}

.btn-wide {
    width: 100%;
    text-align: center;
}

.btn-wide50 {
    width: 50%;
    text-align: center;
}

.btn.btn-transparent {
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.btn.btn-transparent:hover {
    background: #f6f8fc;
}

.btn.btn-bordered {
    background: #fff;
    border: 1px solid #C3CBD4;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.btn.btn-bordered:hover {
    background: #EBF2FA;
}

.btn.btn-primary {
    background: #0E3853;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border: 1px solid #0E3853;
}


.btn.btn-primary .btn-mask span {
    /*background-image: radial-gradient(circle, rgba(17,146,183,1) 0%, rgba(255,255,255,0) 100%);*/
    background-image: radial-gradient(circle at center, rgba(17, 146, 183, 0.8) 0, #0E3853 90%);
    z-index: 0;
}


.btn.btn-second {
    background: #EBF2FA;
    text-transform: uppercase;
}

.btn.btn-second .btn-mask span {
    /*background-image: radial-gradient(circle, rgba(17,146,183,1) 0%, rgba(255,255,255,0) 100%);*/
    background-image: radial-gradient(circle at center, rgba(250, 250, 250, 0.9) 0, #EBF2FA 90%);
    z-index: 0;
}

@keyframes letter {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}


.js-animation-text div {
    animation: letter 0.5s;
    display: inline-block;
}


.icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBF2FA;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    flex: 0 0 64px;
    margin-bottom: 30px;
    color: #0E3853;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: -0.6px;
}

.main-header .container {
    align-items: center;
    padding: 20px 0;
    width: 1380px;
}

.js-mobile-menu {
    display: none;
}

.main-header_logo {
    width: 140px;
    display: block;
}

.main-header_logo img {
    width: 100%;
    display: block;
}

.main-header_nav {
    position: relative;
    display: flex;
}

.main-header_nav ul {
    list-style: none;
    display: flex;
}

.main-header_nav ul li {
    background: #fff;
}

.main-header_nav ul li a {
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 100px;
    transition: all 0.3s linear 0s;
}

.main-header_nav ul li a:hover {
    background: #EBF2FA;
}

.main-header_btns {
    display: flex;
}

.main-header_nav_btns {
    display: none;
}

.hero-animation {
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
}

.hero-animation .container {
    border-radius: 10px;
    padding: 150px 45px;
    width: 1380px;
    position: relative;
}

.hero-animation.mod-img .container {
    padding: 70px 45px 100px;
    overflow: hidden;
}


.hero-animation_obj {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.hero-animation_text {
    text-align: left;
    width: 40%;
    z-index: 2;
}

.hero-animation.mod-img .hero-animation_text {
    width: 35%;
}

.hero-animation_img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.hero-animation_img img {
    display: block;
    width: 100%;
}

.our-clients {
    margin: 100px 0;
}

.our-clients_list {
    display: flex;
    align-items: center;
}

.our-clients_list_item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #C3CBD4;
    border-bottom: 1px solid #C3CBD4;
    border-right: 1px solid #C3CBD4;
    height: 110px;
    width: 20%;
    box-sizing: border-box;
    padding: 0 2%;
}

.our-clients_list_item:first-child {
    border-left: 1px solid #C3CBD4;

}

.our-clients_list_item img {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 160px;
}

.cabinet-section {
    margin: 100px 0;
}

.cabinet-section .container {
    border-radius: 10px;
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
    width: 1380px;
    padding: 100px 45px;
}

.cabinet-section_img1 {
    margin-top: 50px;
    background: url(../img/userapp.png) no-repeat top center / 80%;
    flex: 1 1 auto;
}

.icons-columns {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #C3CBD4;
    border-radius: 10px;
    overflow: hidden;
}

.icons-columns.mod-h100 {
    height: 100%;
}

.icons-columns.mod-column .icons-columns_item {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.icons-columns.mod-one .icons-columns_item {
    width: 100%;
}

.icons-columns.mod-one .icons-columns_item + .icons-columns_item {
    border-left: 0 !important;
    border-top: 1px solid #C3CBD4 !important;
}

.icons-columns.mod-column .icons-columns_item .icon {
    margin-bottom: 20px;
}

.icons-columns.mod-3 .icons-columns_item {
    width: 33.333333333%;
}

.icons-columns.mod-4 .icons-columns_item {
    width: 25%;
}

.icons-columns_custom_row3 {
    display: flex;
}


.icons-columns_custom_row2 {
    display: flex;
    border-top: 1px solid #C3CBD4;
}

.icons-columns_custom_row2 .icons-columns_item {
    width: auto;
}

.icons-columns_custom_row3 .icons-columns_item {
    border-top: 0 !important;
}

.icons-columns_custom_row3 .icons-columns_item + .icons-columns_item {
    border-left: 1px solid #C3CBD4;
}

.icons-columns_custom_row2 .icon-number,
.icons-columns_custom_row3 .icon-number {
    margin-bottom: 0;
    margin-right: 20px;
}


.icons-columns_item {
    width: 50%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    background: #fff;
    padding: 30px;
    text-decoration: none;
    color: #252F3B;
    transition: all 0.5s ease-in-out 0s;
}

.icons-columns_item.mod-wrap {
    flex-wrap: wrap;
    align-items: flex-start;
}

/*
.icons-columns_item .h5 div {
    text-transform: uppercase;
}*/

.icons-columns_item .h5 span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
}


.icons-columns.mod-hover .icons-columns_item:hover {
    background: #EBF2FA;
}

.icons-columns.mod-hover .icons-columns_item:hover .icon {
    background: #fff;
}

.icons-columns_item:nth-child(2),
.icons-columns.mod-3 .icons-columns_item:nth-child(1),
.icons-columns.mod-3 .icons-columns_item:nth-child(2),
.icons-columns.mod-3 .icons-columns_item:nth-child(3),
.icons-columns.mod-4 .icons-columns_item:nth-child(1),
.icons-columns.mod-4 .icons-columns_item:nth-child(2),
.icons-columns.mod-4 .icons-columns_item:nth-child(3),
.icons-columns.mod-4 .icons-columns_item:nth-child(4) {
    border-top: 0 !important;
}


.icons-columns_item:nth-child(2n) {
    border-left: 1px solid #C3CBD4;
}

.icons-columns_item + .icons-columns_item {
    border-top: 1px solid #C3CBD4;
}


.icons-columns.mod-3 .icons-columns_item,
.icons-columns.mod-4 .icons-columns_item {
    border-left: 1px solid #C3CBD4;
}


.icons-columns.mod-3 .icons-columns_item:nth-child(3n+1),
.icons-columns.mod-4 .icons-columns_item:nth-child(4n+1) {
    border-left: 0;
}


.icons-columns.mod-flex-start .icons-columns_item {
    align-items: flex-start;
}

.icons-columns.mod-flex-start .icons-columns_item .h5 {
    padding-top: 4px;
}


.icons-columns_item .icon {
    background: #EBF2FA;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    margin-right: 24px;
    flex: 0 0 64px;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}


.icons-columns.mod-hover .icons-columns_item .icon svg:first-child {
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}

.icons-columns.mod-hover .icons-columns_item:hover .icon svg:first-child {
    top: 60px;
    opacity: 0;
}

.icons-columns.mod-hover .icons-columns_item .icon svg:last-child {
    position: absolute;
    top: -60px;
    left: 16px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.icons-columns.mod-hover .icons-columns_item:hover .icon svg:last-child {
    top: 16px;
    opacity: 1;
}


.icons-columns_item .h5 {
    line-height: 110%;
}

.calculator-section {
    margin: 100px 0;
}

.calculator-obj {
    display: flex;
    padding: 10px 30px 30px 30px;
    background: #EBF2FA;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}

.calculator_form {
    width: 100%;
}

.calculator_form .form-line {
    position: relative;
}

.mod-flex {
    display: flex;
}

.form-line.mod-flex {
    display: flex;
    align-items: center;
}

.form-line .nice-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C3CBD4;
    background: transparent;
    border-radius: 0;
}

.form-line .nice-select .current {
    font-weight: 700;
}

.form-line > input[type=text],
.form-line > input[type=email],
.form-line > input[type=tel],
.form-line > input[type=password] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #C3CBD4;
    background: transparent;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 18px;
    padding-right: 30px;
    box-sizing: border-box;
    color: #252F3B;
}


.form-white .form-line textarea {
    width: 100%;
    border: 0;
    display: block;
    height: 250px;
    border-radius: 0;
    line-height: 60px;
    padding-left: 18px;
    padding-right: 30px;
    box-sizing: border-box;
    background: #fff;
    resize: none;
    color: #252F3B;
}

.form-line_step {
    padding-left: 40px;
    padding-right: 30px;
    font-size: 15px;
}

.datepicker-input {
    font-weight: 700;
}

.form-line_step_title {
    font-weight: 600;
    padding: 20px 0 12px;
}

.form-line_step a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #0E3853;
}

.form-line_step a:hover {
    text-decoration: none;
}

.form-line-file {
    padding: 5px 0 10px;
}


.form-white .form-line input[type=text],
.form-white .form-line input[type=email],
.form-white .form-line input[type=tel],
.form-white .form-line input[type=password] {
    border: 0;
    background: #fff;
    -webkit-appearance: none;
}

.form-white .form-line + .form-line input {
    border-top: 1px solid #C3CBD4;
}

.form-white .mod-flex .form-line input {
    border-top: 0;
    border-bottom: 1px solid #C3CBD4;
}

.form-white .mod-flex .form-line + .form-line input {
    border-left: 1px solid #C3CBD4;
}


.form-white .mod-flex .form-line label.error {
    font-size: 12px;
    border: 3px;
}

.form-white .form-line {
    position: relative;
}

.form-success {
    font-size: 14px;
    color: #399f47;
    font-weight: 600;
    padding: 10px 0 0 18px;
    display: block;
}

.form-error {
    font-size: 14px;
    color: #fb3838;
    font-weight: 600;
    padding: 10px 0 0 18px;
    display: block;
}

.form-white .form-line label.error {
    position: absolute;
    bottom: 1px;
}


.form-white fieldset {
    padding: 0;
    margin: 0 0 20px;
    border: 1px solid #C3CBD4;
    border-radius: 10px;
    overflow: hidden;
}

.form-line_text {
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    margin-left: 20px;
}

.form-line_text a {
    color: #252F3B;
}

.form-line_text a:hover {
    text-decoration: none;
}

.text-block {
    margin-bottom: 40px;
    padding-right: 5%;
}

.text-block div {
    color: #0E3853;
    margin-bottom: 12px;
    font-size: 15px;
}

.text-block a,
.text-block span {
    color: #0E3853;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

.section-header {
    display: flex;
    margin-bottom: 60px;
}

.section-header .h6 {
    margin: 15px 0 0 45px;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.btn-all-items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 6px 20px 6px 16px;
    text-decoration: none;
    color: #014576;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.42px;
    background: #EBF2FA;
    margin: 0;
}

.btn-all-items .icon {
    margin-left: 10px;
    margin-right: 0;
}

.benefits-section {
    border-top: 1px solid #C3CBD4;
    padding: 100px 0;
}

.about-company-section {
    border-top: 1px solid #C3CBD4;
    padding: 100px 0;
}

.about-company-section_map {
    width: 100%;
    height: 100%;
    padding: 0 0 0 5%;
    background: url("../img/map.png") no-repeat top right / contain;
    box-sizing: border-box;
}

.cooperation-section {
    border-top: 1px solid #C3CBD4;
    padding: 100px 0;
}

.consultation-section {
    padding: 92px 0 80px;
    background-color: #E1F1FC;
}

.blog-section {
    border-top: 1px solid #C3CBD4;
    padding: 100px 0;
}

.animation-banner_text {
    width: 250px;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.42px;
}

.animation-banner {
    border-radius: 10px;
    border: 1px solid #C3CBD4;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
}

.blog-list {
    display: flex;
    border: 1px solid #C3CBD4;
    border-radius: 15px;
    overflow: hidden;
    flex-wrap: wrap;
}

.blog-list_title {
    color: #252F3B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: -0.6px;
    padding: 30px 30px 0;
    width: 100%;
}

.blog-list.mod-one {
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.blog-list.mod-one .blog-list_item {
    width: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0;
    border: 0 !important;
}

.blog-list.mod-one .blog-list_item:before {
    position: absolute;
    left: 30px;
    right: 30px;
    border-top: 1px solid #C3CBD4;
    content: "";
    display: block;
    top: 20px;
}

.blog-list_item {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 30px;
    border-top: 1px solid #C3CBD4;
}

.blog-list_item:first-child,
.blog-list_item:nth-child(2),
.blog-list_item:nth-child(3) {
    border-top: 0;
}

.blog-list_item + .blog-list_item {
    border-left: 1px solid #C3CBD4;
}

.blog-list_item:nth-child(3n+1) {
    border-left: 0
}

.blog-list_item_thumb {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-list_item_thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.8s ease-in-out 0s;
}

.blog-list_item_thumb:hover img {
    transform: scale(1.2);
}

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

.blog-list_item_tags a {
    color: #014576;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    border-radius: 100px;
    background: rgba(1, 69, 118, 0.10);
    text-decoration: none;
    padding: 4px 13px;
    margin-right: 5px;
}

.blog-list_item a {
    text-decoration: none;
    color: #252F3B;
}

.blog-list_item a:hover {
    text-decoration: underline;
}

.blog-list_item a > * {
    color: #252F3B;
}

.blog-list_item time {
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
}


.blog-list_item_icon_link {
    display: flex;
    align-items: center;
}


.blog-list_item_icon_link .icon {
    background: #EBF2FA;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 14px;
    flex: 0 0 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

.blog-list_item_icon_link .icon svg {
    width: 20px;
}

.blog-list_item_icon_link .icon svg:first-child {
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}

.blog-list_item_icon_link:hover .icon svg:first-child {
    top: 60px;
    opacity: 0;
}

.blog-list_item_icon_link .icon svg:last-child {
    position: absolute;
    top: -40px;
    left: 10px;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.blog-list_item_icon_link:hover .icon svg:last-child {
    top: 3px;
    opacity: 1;
}

.blog-list_item_icon_link .h6 {
    margin-bottom: 0;
}


.section_lead-form {
    padding: 0 0 30px;
}

.section_lead-form .container {
    border-radius: 10px;
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
    width: 1380px;
    padding: 100px 45px;
}

.documents-section {
    margin: 100px 0 80px;
}

.info-panel {
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
}

.info-panel .container {
    border-radius: 10px;
    width: 1380px;
    padding: 40px 45px 100px;
}

.contact-page {
    margin-bottom: 100px;
}

.contact-page .text-block {
    padding: 30px 0;
    margin-bottom: 0;
    border-top: 1px solid #C3CBD4;
}

.contact-page .text-block div {
    color: #0E3853;
    margin-bottom: 6px;
    font-size: 14px;
}

.contact-page .text-block a,
.contact-page .text-block span {
    font-size: 14px;
}

.contact-page .container {
    border-radius: 10px;
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
    width: 1380px;
    padding: 40px 45px 100px;
}

.map iframe {
    width: 100%;
    height: 500px;
}


.auth-page {
    margin-bottom: 100px;
}

.auth-page .container {
    border-radius: 10px;
    background: #EBF2FA;
    width: 1380px;
    padding: 40px 45px 100px;
}


.auth-form-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.breadcrumbs {
    display: flex;
    margin-bottom: 80px;
}

.breadcrumbs a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    text-decoration: none;
    color: #0E3853;
    margin-right: 36px;
    position: relative;
}

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

.breadcrumbs a:after {
    content: "";
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb25zLWxpYnJhcnkiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MjZfMzcxNikiPgo8cGF0aCBpZD0iVW5pb24iIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi42NjEwOSAxMi4yNTI2QzIuNDQ2MyAxMi4wMzc4IDIuNDQ2MyAxMS42ODk2IDIuNjYxMDkgMTEuNDc0OEw3LjkyOTA0IDYuMjA2ODVMMi42NjEwOSAwLjkzODkwOEMyLjQ0NjMgMC43MjQxMiAyLjQ0NjMgMC4zNzU4OCAyLjY2MTA5IDAuMTYxMDkxQzIuODc1ODggLTAuMDUzNjk3MSAzLjIyNDEyIC0wLjA1MzY5NzEgMy40Mzg5MSAwLjE2MTA5MUw5LjA5NTc2IDUuODE3OTRDOS4zMTA1NSA2LjAzMjczIDkuMzEwNTUgNi4zODA5NyA5LjA5NTc2IDYuNTk1NzZMMy40Mzg5MSAxMi4yNTI2QzMuMjI0MTIgMTIuNDY3NCAyLjg3NTg4IDEyLjQ2NzQgMi42NjEwOSAxMi4yNTI2WiIgZmlsbD0iIzBFMzg1MyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYyNl8zNzE2Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    width: 12px;
    height: 12px;
    position: absolute;
    right: -24px;
    top: 4px;
}


.breadcrumbs span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    text-decoration: none;
    color: #0E3853;
    opacity: 0.5;
}


.info-panel .h5 {
    width: 500px;
}

.line {
    border: 1px solid #C3CBD4;
    margin: 40px 0;
}

.info-panel + .blog-section {
    border-top: 0;
}

.categories {
    margin-bottom: 30px;
}

.pagination {
    margin-top: 30px;
    display: flex;
}


.pagination a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #C3CBD4;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.pagination a:hover {
    background: #EBF2FA
}


.article-section {
    border-top: 1px solid #C3CBD4;
    padding-top: 60px;
    padding-bottom: 80px;
}

.article-section .breadcrumbs {
    margin-bottom: 50px;
}

.article-section_bottom {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.article-section_bottom_text {
    color: #0E3853;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    margin-right: 20px;
}

.article-section_bottom a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #C3CBD4;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.article-section_bottom a:hover {
    background: #EBF2FA;
}

.section-two-cols {
    margin: 100px 0;
}

.banners-section {
    margin: 100px 0;
}

.banner-wrap {
    border: 1px solid #C3CBD4;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.banner-wide {
    display: flex;
    padding: 40px;
    width: 100%;
}

.banner-wide + .banner-wide {
    border-top: 1px solid #C3CBD4;
}

.banner-wide_img {
    width: 416px;
    display: block;
    margin: 0 100px 0 0;
    flex: 0 0 416px;
}

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

.banner-wide_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-col3 {
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #C3CBD4;
}

.banner-col3_img {
    margin: 0 0 30px;
    overflow: hidden;
}

.banner-col3_img img {
    width: 100%;
    display: block;
    height: auto;
}

.banner-col3 + .banner-col3 {
    border-left: 1px solid #C3CBD4;
}

.banner-col3:first-child,
.banner-col3:nth-child(2),
.banner-col3:nth-child(3) {
    border-top: 0;
}

.invest-section {
    margin: 0 0 100px;
}

.invest-section .container {
    border-radius: 10px;
    background: rgb(219, 238, 251);
    background: radial-gradient(circle at left top, rgba(219, 238, 251, 1) 0%, rgba(242, 249, 255, 1) 100%);
    padding: 100px 45px;
    width: 1380px;
    position: relative;
}

.icons-columns_item .flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C3CBD4;
}

.icons-columns_item_text {
}

.hero-animation + .benefits-section {
    border-top: 0;
}

.invest-section + .benefits-section {
    border-top: 0;
    padding-top: 0;
}


.accordion {
    border: 1px solid #C3CBD4;
    border-radius: 10px;
    overflow: hidden;
}

.accordion_item + .accordion_item {
    border-top: 1px solid #C3CBD4;
}

.accordion_item.active .accordion_item_head_btn {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb25zLWxpYnJhcnkiPgo8cGF0aCBpZD0iVW5pb24iIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy41ODY5MSAxNi4wMDAyQzMuNTg2OTEgMTUuMzkyNyA0LjA3OTQgMTQuOTAwMiA0LjY4NjkxIDE0LjkwMDJIMTYuMDAwNkgyNy4zMTQzQzI3LjkyMTggMTQuOTAwMiAyOC40MTQzIDE1LjM5MjcgMjguNDE0MyAxNi4wMDAyQzI4LjQxNDMgMTYuNjA3NyAyNy45MjE4IDE3LjEwMDIgMjcuMzE0MyAxNy4xMDAySDE2LjAwMDZINC42ODY5MUM0LjA3OTQgMTcuMTAwMiAzLjU4NjkxIDE2LjYwNzcgMy41ODY5MSAxNi4wMDAyWiIgZmlsbD0iIzBFMzg1MyIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat center;
}

.accordion_item_head {
    padding: 30px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.accordion_item_head:hover,
.accordion_item_head.active {
    background: #EBF2FA;
}

.accordion_item_head_btn {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb25zLWxpYnJhcnkiPgo8cGF0aCBpZD0iVW5pb24iIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMDk5NiA0LjY4NjQzQzE3LjA5OTYgNC4wNzg5MSAxNi42MDcyIDMuNTg2NDMgMTUuOTk5NiAzLjU4NjQzQzE1LjM5MjEgMy41ODY0MyAxNC44OTk2IDQuMDc4OTEgMTQuODk5NiA0LjY4NjQzVjE0LjkwMDFINC42ODU5NEM0LjA3ODQyIDE0LjkwMDEgMy41ODU5NCAxNS4zOTI2IDMuNTg1OTQgMTYuMDAwMUMzLjU4NTk0IDE2LjYwNzYgNC4wNzg0MiAxNy4xMDAxIDQuNjg1OTQgMTcuMTAwMUgxNC44OTk2VjI3LjMxMzhDMTQuODk5NiAyNy45MjE0IDE1LjM5MjEgMjguNDEzOCAxNS45OTk2IDI4LjQxMzhDMTYuNjA3MiAyOC40MTM4IDE3LjA5OTYgMjcuOTIxNCAxNy4wOTk2IDI3LjMxMzhWMTcuMTAwMUgyNy4zMTM0QzI3LjkyMDkgMTcuMTAwMSAyOC40MTM0IDE2LjYwNzYgMjguNDEzNCAxNi4wMDAxQzI4LjQxMzQgMTUuMzkyNiAyNy45MjA5IDE0LjkwMDEgMjcuMzEzNCAxNC45MDAxSDE3LjA5OTZWNC42ODY0M1oiIGZpbGw9IiMwRTM4NTMiLz4KPC9nPgo8L3N2Zz4K") center no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 0;
}

.accordion_item_body {
    display: none;
    padding: 10px 20px 30px;
}

.accordion_item_body ul {
    margin: 0;
}


.section-docs {
    padding: 100px 0;
    border-top: 1px solid #C3CBD4;
}

.js-datepicker-month + label.error {
    position: absolute;
    top: 42px;
    left:0;
}


.main-footer {
    padding: 75px 0 60px;
    border-top: 1px solid #C3CBD4;
}

.main-footer .container {
    justify-content: space-between;
}

.main-footer_left {
    width: 220px;
}

.main-footer_logo {
    display: block;
    width: 140px;
    margin-bottom: 16px;
}

.main-footer_logo img {
    width: 100%;
    height: auto;
}

.main-footer_list {
    width: 250px;
}

.main-footer_list + .main-footer_list {
    width: 200px;
}

.main-footer_list .h6 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-footer_list span,
.main-footer_list a {
    display: flex;
    align-items: center;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 141%; /* 19.6px */
    letter-spacing: -0.42px;
    margin-bottom: 15px;
    text-decoration: none;
}

.main-footer_list a:hover {
    text-decoration: underline;
}

.main-footer_text_links {
    display: flex;
}

.main-footer_text_links a {
    margin-right: 10px;
}


.main-footer_text_img {
    display: block;
}

.main-footer_text_img.mod-energy {
    background: url("../img/energy2x.jpg") no-repeat 0 0 / cover;
    width: 180px;
    height: 48px;
}

.main-footer_text_img.mod-google {
    background: url("../img/google2x.jpg") no-repeat 0 0 / cover;
    width: 141px;
    height: 48px;
}

.main-footer_text_img.mod-apple {
    background: url("../img/apple2x.jpg") no-repeat 0 0 / cover;
    width: 141px;
    height: 48px;
}

.main-footer_text {
    width: 500px;
}


.quiz {
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
    width: 95%;
    max-width: 1200px;
}

.quiz .btn-xl,
.modal-box .btn-xl {
    padding: 16px 28px;
    min-width: 170px;
}


.quiz_bottom {
    padding: 0 20px 20px;
    display: flex;
}

.quiz_item, .modal-box {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}


.modal-box_inner {
    border-radius: 10px;
    background: #EBF2FA;
    padding: 30px 30px;
    position: relative;
}

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

.quiz_item_wrap {
    border-radius: 10px;
    background: #EBF2FA;
    padding: 100px 30px 30px;
    position: relative;
    min-height: 500px;
}

.quiz_item-animation_obj {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}


.quiz_item_title,
.quiz_item_subtitle {
    width: 70%;
    position: relative;
    z-index: 1;
}

.quiz_item_body {
    position: relative;
    padding-bottom: 50px;
}

.quiz_item_body .form-line {
    width: 70%;
}

.quiz_item_body_error {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #fb3838;
    font-weight: 600;
}

.quiz_item_finish_answers_list {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

.quiz_item_finish_answers_list li + li {

}

.quiz_item_finish_answers_list li {
    color: #2F3945;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.64px;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #C3CBD4;
}

.quiz_item_finish_answers_list li span {
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #2F3945;
    display: block;
    padding-left: 5px;
    padding-bottom: 4px;
    width: 70%;
    padding-right: 5%;
}

.quiz_item_bottom {
    position: relative;
    z-index: 1;
}


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

.radio-item {
    margin-right: 14px;
    flex: 1 0 auto;
}


.radio-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.radio-item input + label {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.64px;
    color: #252F3B;
    text-align: center;
    padding: 16px 15px;
    cursor: pointer;
    border: 1px solid #C3CBD4;
    transition: all 0.4s ease-in-out 0s;
    background: transparent;
    border-radius: 10px;
}


.radio-item label:hover {
    background: #C3CBD4;
}

.radio-item input:checked + label {
    background: #fff;
}

.quiz_item_map path {
    cursor: pointer;
}

.quiz_item_map path.hovered {
    fill: #0E3853;
    stroke-width: 1.36px;
}

.quiz_item_map path.active {
    fill: #0E3853;
    stroke-width: 1.36px;
}

.quiz_item_map path.hovered.name,
.quiz_item_map path.name.active {
    fill: #fff;
}

.quiz_item_map {
    width: 560px;
    float: right;
}

.mod-float-left {
    float: left;
}

/*
.quiz_item_map path:hover+ path {
    fill: #015269;
    stroke-width: 1.36px;
}*/

.checkbox-item {
    margin-right: 14px;
    flex: 1 0 auto;
}


.checkbox-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.checkbox-item input + label {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.64px;
    color: #252F3B;
    text-align: center;
    padding: 16px 15px;
    cursor: pointer;
    border: 1px solid #C3CBD4;
    transition: all 0.4s ease-in-out 0s;
    background: transparent;
    border-radius: 10px;
}

.checkbox-item input + label:hover {
    background: #C3CBD4;
}

.checkbox-item input + label:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.40);
}

.checkbox-item input + label:after {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    background: url("../img/check.jpg") no-repeat center / 100%;
}

.checkbox-item input:checked + label:after {
    display: block;
}

.progress {
    position: relative;
    flex: 1 0 auto;
    margin-left: 15px;
    border: 1px solid #C3CBD4;
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
}

.progress_title {
    color: #252F3B;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.progress_title span {
    background: #EBF2FA;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    justify-content: center;

}

.progress_line {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}

.progress_line > span {
    display: block;
    flex: 1 0 auto;
    height: 4px;
    border-radius: 10px;
    background: #d1d9e2;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}


.progress_line > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(19, 69, 101);
    /*  background: linear-gradient(90deg, rgba(14,56,83,1) 0%, rgba(17,146,183,1) 100%);*/
    transition: all 1s ease-in-out 0s;
}

.progress_line > span.active:after {
    width: 100%;
}

/*
.progress_line span {
    width: 0;
    transition: 0.5s ease-in-out 0s;
    position: absolute;
    height: 4px;
    background: #02FFFF;
    box-shadow: 0 0 10px 1px rgba(2, 255, 255, 0.9);
}*/

.modal-box {
    max-width: 700px;
    width: 95%;
}


.quiz.fancybox__content > .f-button.is-close-btn,
.modal-box.fancybox__content > .f-button.is-close-btn,
.is-compact .modal-box.fancybox__content > .f-button.is-close-btn {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 1;
    border-radius: 45px;
    color: #0E3853;
}


.quiz.fancybox__content > .f-button.is-close-btn:hover,
.modal-box.fancybox__content > .f-button.is-close-btn:hover,
.is-compact .modal-box.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 0.6;
}

.quiz .md-select {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.64px;
    color: #252F3B;
    height: 54px;
    border: 1px solid #C3CBD4;
    background: #fff;
    border-radius: 10px;
    width: 70%;
    padding: 0 15px;
}

.quiz .md-select:focus {
    outline: 0;
}

.mod-mobile-show {
    display: none;
}


.fancybox__content .form-line + .form-line {
    margin-top: 15px;
}

.fancybox__content .form-line input[type=text],
.fancybox__content .form-line input[type=email],
.fancybox__content .form-line input[type=tel] {
    width: 100%;
    border: 1px solid #C3CBD4;
    background: #fff;
    height: 50px;
    border-radius: 10px;
}

.form-line label.error {
    font-size: 14px;
    color: #fb3838;
    font-weight: 600;
    padding: 3px 0 0 18px;
    display: block;
}

.contacts-panel {
    border: 1px solid #C3CBD4;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    max-width: 335px;
}


.contacts-panel_text span,
.contacts-panel_text a {
    display: flex;
    align-items: center;
    color: #252F3B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.42px;
    margin-bottom: 15px;
    text-decoration: none;
}

.accept_cookies {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1230px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -600px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    z-index: 2;
}

.accept_cookies_btn {
    flex: 0 0 auto;
    display: flex;
    margin-left: 25px;
}

.modal-box_wide {
    background: #F7FAFD;
    border-radius: 20px;
    padding: 30px 40px;
    max-width: 1120px;
    width: 95%;
}

.modal-box_wide_flex {
    display: flex;
    justify-content: space-between;
}

.interval-form_text {
    width: 30%;
    margin-right: 100px;
}

.modal-box_wide .form-white fieldset {
    border: 0;
    border-radius: 0;
}


.modal-box_wide.fancybox__content > .f-button.is-close-btn {
    background: #fff;
    color: #0E3853;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 1;
    top: -50px;
    right: 0;
}

.modal-box_wide.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 0.8;
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 400px;
    overflow-y: scroll;
    padding: 0 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 53px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100% !important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    display: none;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.mod-nice-select-search .nice-select .nice-select-search-box {
    display: block;
}

.mod-nice-select-search .nice-select .list {
    padding-top: 26px;
}


.account-page .container {
    padding: 50px 0 100px;
    width: 1380px;
}

.account-menu {
    display: flex;
    padding: 40px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #C3CBD4;
}

.account-menu a {
    flex: 0 0 auto;
}

.account-menu .btn.btn-xl {
    padding: 19px 30px;
}


.account-menu .btn.btn-primary path {
    fill: #fff
}

.account-info-cards {
    display: flex;
    justify-content: flex-start;
}

.account-info-card {
    border-radius: 10px;
    background: #EBF2FA;
    padding: 30px 20px;
    flex: 0 0 25%;
    margin: 0 5px 10px 5px;
    box-sizing: border-box;
}

.account-info-card_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 20px;
}

.account-info-card_data {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
}

.control-panel {
    display: flex;
    padding: 0 0 40px;
}

.control-panel .btn.btn-xl {
    padding: 19px 30px;
    width: 300px;
    margin-right: 15px;
}

.control-panel-form {
    display: flex;
}

.control-panel-input {
    width: 300px;
    height: 62px;
    line-height: 60px;
    border: 1px solid #C3CBD4;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-align: left;
    margin-right: 15px;
}


.overflow-x-scroll {
    width: 100%;
    max-width: 100%;
    max-height: 50em;
    overflow: scroll;
    position: relative;
}


.dayPriceTable {
    border: 1px solid #C3CBD4;
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
}

.dayPriceTable th,
.dayPriceTable td {
    border: 1px solid #C3CBD4;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 10px 4px;
    white-space: nowrap;
}

.dayPriceTable th {
    background: #DEE6EF;
    font-weight: 600;
}

.dayPriceTable td:first-child {
    font-weight: 600;
}

.dayPriceTable tr:nth-child(2n) td {
    background: #edf1f5;
}

.dayPriceTable.fixed-head thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: -1px;
}

.dayPriceTable.fixed-head thead th:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #CCC;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.dayPriceTable.fixed-head thead th:first-child {
    left: -1px;
    z-index: 1;
    padding: 5px 10px;
}

.dayPriceTable.fixed-head thead th:first-child:after {

}

.dayPriceTable.fixed-first-col tbody tr td:first-child {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: -1px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 5px 10px;
}

.dayPriceTable.fixed-first-col tbody tr td:first-child:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.7);
}

.dayPriceTable.fixed-first-col tbody tr td:first-child:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #DEE6EF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


.map-wrap {
    margin: 60px 0 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 15px;
}


.map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.js-scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.js-scroll-top.active {
    opacity: 1;
    visibility: visible;

}


.table-invoice {
    width: 100%;
}

.table-invoice th {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
}

.table-invoice td {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
}

.table-invoice td:last-child {
    text-align: right;
}

.table-invoice td .btn.btn-second {
    padding: 8px 25px;
    text-transform: none;
}


.table-invoice th, .table-invoice td {
    border-bottom: 1px solid #C3CBD4;
    padding: 15px 0;
}

.table-tabs {
    position: relative;

}

.table-tabs-head .btn {
    font-weight: 600;
    margin-bottom: 20px;
}

.table-tabs-body {

}

.table-tabs-item {
    position: relative;
}


.total-block {
    position: absolute;
    right: 0;
    top: -50px;
    font-weight: 600;
    font-size: 16px;
}

.total-block .badge-primary {
    font-size: 19px;
    margin-left: 10px;
}

.badge-primary {
    padding: 5px 18px;
    border-radius: 50px;
    background: #EBF2FA;
}

.flatpickr-monthSelect-months {
    margin: 10px 1px 3px 1px;
    flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0.5px;
    justify-content: center;
    padding: 10px;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
    color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover,
.flatpickr-monthSelect-month.flatpickr-disabled:focus {
    cursor: not-allowed;
    background: none !important;
}

.flatpickr-monthSelect-theme-dark {
    background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
    color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
    color: #fff;
    fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
    color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
    border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-month.inRange.today,
.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
    background: #e6e6e6;
    cursor: pointer;
    outline: 0;
    border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
    background: #646c8c;
    border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
    background: #959ea9;
    border-color: #959ea9;
    color: #fff;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
    background-color: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
    background: #80cbc4;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #80cbc4;
}

.section-text-image-50 {
    padding: 100px 0;
}

.img100 {
    margin: 0;
    width: 100%;
}

.img100 img {
    display: block;
    width: 100%;
}

.link-wide .btn {
    width: 100%;
}

.banners-section-2 {
    padding: 100px 0;
}

.banners-section-2 .container {
    border-radius: 10px;
    background: #EBF2FA;
    width: 1380px;
    padding: 45px 45px 430px;
    background: url("../img/banner2.jpg") no-repeat bottom center / 100%;
}

.banners-section-2 + .cooperation-section {
    border-top: 0;
    padding-top: 0;
}

.section-text-image-50 + .benefits-section {
    padding-bottom: 0;
}

.account-docs {
    margin-bottom: 100px;
}


.top-banner-wrap {
    position:relative;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
}

.top-banner-wrap.mod-margin-50 {
    margin-top: 50px;
}

.top-banner-wrap.mod-margin-b-50 {
    margin-bottom: 50px;
}

.top-banner {
    width:33%;
    display:flex;
    flex-wrap: wrap;
    border-radius: 15px;
    padding: 20px 20px 20px 40px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    backdrop-filter: blur(38px);
    border: 1px solid #fff;
}

.top-banner-wrap.mod-bg  .top-banner {
    background: rgba(180, 228, 255,0.3);
}


.top-banner:hover {
    backdrop-filter: blur(80px);
}

.top-banner_title {
    color: #252F3B;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}

.top-banner_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #014576;
    font-size: 14px;
    font-weight: 600;
    position:relative;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.top-banner_button:hover {
    top: -8px;
    text-decoration:underline;
}

.top-banner_button i {
    display:block;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 2px solid #0E3853;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjY2NjMgMi4yOTgzOEM3LjM0NDEgMS45NzYyIDcuMzQ0MSAxLjQ1Mzg0IDcuNjY2MyAxLjEzMTY2QzcuOTg4NCAwLjgwOTQ2NyA4LjUxMDggMC44MDk0NjcgOC44MzMgMS4xMzE2NkwxNi4yNTc2IDguNTU2MzFDMTYuNTc5OCA4Ljg3ODQxIDE2LjU3OTggOS40MDA4MSAxNi4yNTc2IDkuNzIzMDFMOC44MzMgMTcuMTQ3NkM4LjUxMDggMTcuNDY5OCA3Ljk4ODQgMTcuNDY5OCA3LjY2NjMgMTcuMTQ3NkM3LjM0NDEgMTYuODI1NCA3LjM0NDEgMTYuMzAzMSA3LjY2NjMgMTUuOTgwOUwxMy42ODI1IDkuOTY0NjFIMC44MjVDMC4zNjkzNyA5Ljk2NDYxIDAgOS41OTUzMSAwIDkuMTM5NjFDMCA4LjY4NDAxIDAuMzY5MzYgOC4zMTQ2MSAwLjgyNSA4LjMxNDYxSDEzLjY4MjVMNy42NjYzIDIuMjk4MzhaIiBmaWxsPSIjMEUzODUzIi8+Cjwvc3ZnPgo=") no-repeat center
}

.md-overflow {
    overflow: hidden;
}

.md_content_banner1 {
    padding-left: 43%;
    padding-right: 20%;
    position: relative;
}

.md_content_banner1_img1 {
    position: absolute;
    left: -70px;
    top: -90px;
}

.md_content_banner1_img2 {
    position: absolute;
    left: -120px;
    top: -90px;
}


.md_content_banner1_img3 {
    position: absolute;
    right: 120px;
    top: 30px;
    width: 200px;
    opacity: 0.2;
}

.md_content_banner1 .h2 {
    color: #014576;
}

.md_content_banner1_links {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    padding: 10px 24px;
    border: 1px solid rgb(1, 69, 118);
    border-radius: 100px;
    gap: 20px;
    width: max-content;
}

.main-footer_list_message {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: max-content;
}

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

    .md_content_banner1 {
        padding-left: 45%;
        padding-right: 15%;
        position: relative;
    }

    .container {
        width: 92%;
        max-width: 1290px;
    }

    .hero-animation .container,
    .cabinet-section .container,
    .section_lead-form .container,
    .main-header .container,
    .info-panel .container,
    .invest-section .container,
    .contact-page .container,
    .banners-section-2 .container,
    .account-page .container,
    .auth-page .container{
        max-width: 1380px;
        width: 95%;
    }

    .banners-section-2 .container {
        padding: 45px 45px 330px;
    }


    .main-header_btns .btn-second .btn-inner-text span {
        text-indent: -9999px;
        font-size: 0;
        display: none;
    }

    .main-header_nav ul li a {
        padding: 6px 6px;
        font-size: 13px;
    }

    .main-header_btns .btn-second .icon {
        margin-right: 0;
    }

    .about-company-section_map {
        background-size: 90%;
    }

    .blog-list_item a {
        margin-bottom: 8px;
    }

    .main-footer_list {
        width: 200px;
    }


    .account-menu .btn.btn-xl {
        padding: 15px 20px;
        flex: 1 1 auto;
        font-size: 13px;
    }

    .account-menu .btn-inner-text > * + * {
        margin-left: 10px;
    }


}

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

    .md_content_banner1 {
        padding-left: 49%;
        padding-right: 0%;
        position: relative;
    }

    .accept_cookies {
        left: 2%;
        width: 96%;
        margin-left: 0;
        font-size: 14px;
    }

    .hero-animation_img img {
        width: 90%;
    }
}

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


    .top-banner-wrap {
        position:relative;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }


    .top-banner {
        padding-left: 30px
    }

    .top-banner_title {
        font-size: 18px;
        line-height: 130%;

    }

    .top-banner_button {
        font-size: 14px;
    }

    .form-white .mod-flex .form-line label.error {
        font-size: 10px;
        left: -10px;
    }

    .hero-animation .container,
    .cabinet-section .container,
    .section_lead-form .container,
    .info-panel .container,
    .invest-section .container,
    .contact-page .container {
        padding: 80px 30px;
    }


    .banners-section-2 .container {
        padding: 45px 45px 235px;
    }


    .hero-animation_text {
        width: 50%;
    }

    h1, .h1 {
        font-size: 42px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    .icons-columns_item {
        padding: 20px;
    }

    .main-footer_list {
        width: 170px;
    }

    .main-footer_list {
        width: 170px;
    }

    .section-header .h1 br {
        display: none;
    }

    .hero-animation_img img {
        width: 80%;
    }


}

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


    .md_content_banner1_img1 {
        left: -140px;
    }

    .md_content_banner1_img2 {
        left: -40px;
        top: -90px;
        z-index: 1;
    }

    .md_content_banner1_img3 {
        right: 0;
        width: 168px;
    }


    .md_content_banner1 {
        padding-left: 52%;
        padding-right: 0%;
        position: relative;
    }


    .account-menu {
        flex-wrap: wrap;
    }

    .account-menu .btn.btn-xl {
        padding: 15px 20px;
        flex: 1 1 20%;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .main-header .container {
        flex-wrap: nowrap;
    }

    .main-header_nav ul {
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .main-header_btns .btn {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .main-header_nav ul li a {
        padding: 8px 10px;
    }

    .main-footer_list {
        order: 1;
    }

    .main-footer_text {
        width: 570px;
        order: 0;
        padding-right: 70px;
    }

    .hero-animation_img img {
        width: 75%;
    }


    .banners-section-2 .container {
        padding: 35px 45px 200px;
    }

}


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

    .md_content_banner1_img1 {
        left: 50%;
        transform: translateX(-108%);
    }

    .md_content_banner1 {
        padding-left: 40%;
    }

    .account-menu .btn.btn-xl {
        padding: 5px 17px;
        flex: 1 1 20%;
        font-size: 13px;
        margin-bottom: 15px;
        height: 48px
    }

    .table-invoice th {
        font-size: 16px;
    }

    .table-invoice td {
        padding: 10px;
        font-size: 15px;
    }

    .table-invoice td .btn.btn-second {
        padding: 8px 15px;
    }

    .control-panel .btn.btn-xl {
        width: 200px;
    }

    .control-panel-input {
        width: 220px;
    }

    .account-info-cards {
        flex-wrap: wrap;
    }

    .account-info-card {
        flex: 0 0 100%
    }

    .contact-page .col-6.pr-1,
    .contact-page .col-6.pl-1 {
        padding-left: 0;
        padding-right: 0;
    }


    .form-white .mod-flex .form-line label.error {
        font-size: 12px;
        left: 0
    }

    .mod-flex .form-line {
        flex: 1 0 auto;
    }

    .radio-item {
        flex: 1 1 auto;
    }

    .quiz_item_finish_answers_list li span {
        flex: 0 0 60%;
    }

    .info-panel .container,
    .contact-page .container {
        padding: 40px 30px;
    }

    .breadcrumbs {
        margin-bottom: 50px;
    }

    .section-header {
        display: block;
        position: relative;
    }

    .section-header .h6 {
        width: 50%;
        margin: 18px 0 0;
    }

    .section-header .h6 br {
        display: none;
    }

    .btn-all-items {
        position: absolute;
        right: 0;
        top: 2px;
        margin-top: 0 !important;
    }

    h1, .h1 {
        font-size: 35px;
    }

    h1 + *, .h1 + * {
        margin-top: 30px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
    }


    .main-header .container {
        position: relative;
    }


    .main-header_nav_btns {
        display: block;
        margin-top: 50px;
    }


    .main-header_nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 88px;
        border-radius: 10px;
        background: #EBF2FA;
        z-index: 10;
        padding: 40px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out 0s;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }


    .main-header_nav.active {
        opacity: 1;
        visibility: visible;
    }


    .main-header_nav ul {
        display: block;
        background: transparent;
    }

    .main-header_nav ul li {
        display: block;
        background: transparent;
        margin-bottom: 15px;
    }

    .main-header_nav ul li a {
        color: #252F3B;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 56px */
        letter-spacing: -1.2px;
        padding: 0;
    }

    .js-mobile-menu {
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        border: 0;
        background: #EBF2FA;
        border-radius: 50px;
        justify-content: center;
        margin-right: 30px;
    }

    .js-mobile-menu svg:first-child {
        display: block;
    }

    .js-mobile-menu svg:last-child {
        display: none;
    }


    .js-mobile-menu.active svg:first-child {
        display: none;
    }

    .js-mobile-menu.active svg:last-child {
        display: block;
    }

    .main-header_nav_btns a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .our-clients_list {
        flex-wrap: wrap;
    }

    .our-clients_list_item {
        width: 33.3333333%;
    }

    .our-clients_list_item:nth-child(1),
    .our-clients_list_item:nth-child(2),
    .our-clients_list_item:nth-child(3) {
        border-bottom: 0;
    }

    .our-clients_list_item:nth-child(3n+1) {
        border-left: 1px solid #C3CBD4;
    }


    .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .col-5 {
        width: 100%;
    }

    .col-8 {
        width: 100%;
    }

    .col-7 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .contact-page .request-form {
        margin-top: 50px;
    }

    .icons-columns.mod-3 .icons-columns_item {
        width: 50%;
    }

    .icons-columns.mod-3 .icons-columns_item:nth-child(2n+1) {
        border-left: 0;
    }

    .icons-columns.mod-3 .icons-columns_item:nth-child(2n) {
        border-left: 1px solid #C3CBD4;
    }

    .icons-columns.mod-3 .icons-columns_item:nth-child(3) {
        border-top: 1px solid #C3CBD4 !important;
    }

    .about-company-section_map {
        padding: 75% 0 0;
        height: auto;
        background-position: center bottom;
        background-size: 100%;
    }

    .cooperation-section .icons-columns.mod-3 .icons-columns_item {
        width: 100%;
        border-left: 0 !important;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .cooperation-section .icons-columns.mod-3 .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
    }

    .cooperation-section .icons-columns.mod-3 .icon-number {
        margin-bottom: 0;
        margin-right: 30px;
    }

    .blog-list_item {
        width: 100%;
        overflow: hidden;
        border-left: 0 !important;
    }

    .blog-list_item + .blog-list_item {
        border-top: 1px solid #C3CBD4;
    }

    .blog-list_item_thumb {
        float: left;
        margin-right: 20px;
        width: 45%;
    }

    .blog-list_item_tags a {
        font-size: 12px;
        padding: 3px 11px;
        margin-right: 5px;
    }

    .blog-list_item a > * {
        font-size: 15px;
    }

    .section_lead-form form {
        margin-top: 40px;
    }

    .main-footer_list {
        order: 0;
    }

    .main-footer_text {
        padding-top: 25px;
        padding-right: 0;
        width: 100%;
    }

    .article-section .col-4.pl-7 {
        padding-left: 0;
    }

    .categories {
        margin-bottom: 30px;
        display: flex;
        overflow: scroll;
    }

    .categories a {
        white-space: nowrap;
    }

    .banner-col3 {
        width: 50%;
    }

    .banner-col3:nth-child(2n+1) {
        border-left: 0;
    }

    .banner-col3:nth-child(3) {
        border-top: 1px solid #C3CBD4;
    }

    .icons-columns.mod-4 .icons-columns_item {
        width: 50%;
    }

    .icons-columns.mod-4 .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
    }


    .icons-columns.mod-4 .icons-columns_item:nth-child(2) {
        border-top: 0 !important;
    }

    .icons-columns.mod-4 .icons-columns_item:nth-child(2n+1) {
        border-left: 0;
    }

    .hero-animation_img img {
        width: 67%;
    }

    .hero-animation.mod-img .hero-animation_text {
        width: 100%;
        padding-bottom: 380px;
    }

    .hero-animation.mod-img .hero-animation_text .h5 br,
    .hero-animation.mod-img .hero-animation_text h5 br {
        display: none;
    }

    .hero-animation_img {
        position: absolute;
        width: 100%;
        margin-top: 0;
    }

    .hero-animation.mod-img .container {
        padding-bottom: 0;
    }

    .pl-3 {
        padding-left: 0;
    }

    .accordion {
        margin-top: 35px;
    }

    .icons-columns_custom_row3,
    .icons-columns_custom_row2 {
        flex-wrap: wrap;
    }

    .icons-columns_custom_row3 .icons-columns_item,
    .icons-columns_custom_row2 .icons-columns_item {
        width: 100%;
        border-left: 0 !important;
    }

    .icons-columns_custom_row3 .icons-columns_item + .icons-columns_item,
    .icons-columns_custom_row2 .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
    }

    .icons-columns.mod-column.mod-mobile-direction-row .icons-columns_item {
        flex-direction: row;
        align-items: center;
    }

    .icons-columns.mod-column.mod-mobile-direction-row .icons-columns_item .icon {
        margin-bottom: 0;
    }


    .section-two-cols .pr-1,
    .section-two-cols .pl-1 {
        padding: 0;
    }

    .section-two-cols .col-6:first-child {
        margin-bottom: 35px;
    }

    .banner-wide {
        padding: 30px;
    }


    .banner-wide_img {
        width: 350px;
        display: block;
        margin: 0 50px 0 0;
        flex: 0 0 350px;
    }

    .modal-box_wide_flex {
        flex-wrap: wrap;
    }

    .interval-form_text {
        width: 100%;
        flex: 1 0 auto;
        margin-bottom: 30px;
    }

    .interval-form_text br {
        display: none;
    }

    .form-line label.error {
        font-size: 12px;
    }


    .banners-section .col-6 + .col-6 {
        margin-top: 30px;
    }


    .banners-section-2 .container {
        padding: 25px 25px 12%;
        background-size: cover;
    }

    .section-text-image-50 .img100 {
        max-width: 50%;
        margin: 50px auto 0;
    }

    .section-text-image-50 {
        padding: 50px 0;
    }
}


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

    .md_content_banner1_img3 {
        right: -70px;
        width: 168px;
        height: auto;
        bottom: -118px;
        top: initial;
    }

    .top-banner {
      padding: 10px 10px 10px 15px;
    }

    .top-banner_title {
        font-size: 15px;
        line-height: 130%;
    }

    .top-banner_button {
        font-size: 13px;
    }

    .top-banner_button i {
        width: 30px;
        height: 30px;
    }

    .banners-section-2 .container {
        padding: 25px;
    }

    .accept_cookies {
        display: flex;
        flex-wrap: wrap;
    }

    .accept_cookies_text {
        width: 100%;
    }

    .accept_cookies_btn {
        justify-content: flex-end;
        margin: 15px 0 0;
        width: 100%;
    }

    .banner-wide_img {
        width: 300px;
        display: block;
        margin: 0 40px 0 0;
        flex: 0 0 300px;
    }

    .quiz_item_title, .quiz_item_subtitle {
        width: 100%;
    }

    .quiz_item_wrap {
        min-height: 300px;
        padding-top: 50px !important;
    }

    .quiz_item .mod-mobile-hide {
        display: none;
    }

    .progress_line > span {
        margin: 0 2px;
    }

    .quiz_item_body_btns {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .radio-item {
        flex: 0 0 49%;
        margin: 0 0 15px;
    }

    .quiz_item .flex {
        flex-wrap: wrap;
        align-items: flex-start;
        width: 90%;
    }

    .quiz_item_map {
        display: none;
    }

    .quiz_item .mod-mobile-show {
        display: block;
    }

    .quiz_item_finish_answers_list li {
        font-size: 14px;
        padding: 8px 0;
    }

    .quiz {
        overflow: scroll;
    }


}

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


    .md_content_banner1_img1 {
        left: 0;
        top: 245px;
        width: 90%;
        height: auto;
        margin-left: 5%;
        transform: translateX(0);
    }

    .md_content_banner1_img2 {
        display: none;
    }

    .md_content_banner1_img3 {
        display: none;
    }


    .md_content_banner1 {
        padding: 0 0 300px;
        text-align: center;
    }

    .md_content_banner1_links {
        margin: 20px auto 0;
    }


    .modal-box_wide {
        padding: 20px;
    }

    .banner-wide {
        flex-direction: column;
    }

    .banner-wide_img {
        width: 100%;
        float: none;
        margin-right: 0;
        flex: 0 0 0;
    }

    .form-white .mod-flex {
        flex-wrap: wrap;
    }

    .form-white .mod-flex input {
        border-left: 0 !important;
    }

    .form-white .mod-flex .form-line {
        flex: 1 0 100%;
    }


}


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

    .control-panel {
        flex-wrap: wrap;
    }

    .control-panel-form {
        width: 100%;
    }

    .control-panel-input {
        width: auto;
    }

    .control-panel .btn.btn-xl {
        width: auto;
    }

    .control-panel > .btn.btn-xl {
        display: none;
    }

    .table-tabs-head .btn {
        margin-bottom: 75px;
    }

    .account-page .container {
        padding-top: 10px;
    }


    .control-panel .btn.btn-xl {
        width: 150px;
        font-size: 13px;
        padding: 0;
    }

    .account-menu {
        justify-content: space-between;
        padding: 20px 0 0;
        margin-bottom: 20px;
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .account-menu .btn.btn-xl {
        flex: 0 0 49%;
        margin: 0 10px 15px 0;
        height: 40px;
    }

    .control-panel-input {
        height: 45px;
    }

    .account-info-card {
        padding: 15px 10px;
        box-sizing: border-box;
        margin: 0 0 10px;
    }

    .account-info-card_title {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .account-info-card_data {
        font-size: 18px;
    }


    .cooperation-section.mod1 .icon-number {
        margin-bottom: 0;
        margin-right: 25px;
    }

    .section-text-image-50 .img100 {
        max-width: 80%;
    }

    .accept_cookies {
        padding: 12px;
        font-size: 12px;
    }

    .quiz_item_title {
        width: 90%;
        font-size: 25px;
    }

    .radio-item {
        flex: 0 0 100%;
        margin: 0 0 15px;
    }

    .quiz_item_subtitle {
        width: 90%;
        font-size: 18px;
    }

    .quiz_bottom {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .quiz_item_body .form-line {
        width: 100%;
    }

    .quiz_item .flex {
        width: 100%;
    }

    .quiz_item_wrap {
        padding-top: 50px !important;
    }

    .quiz_item_finish_answers_list li {
        display: block;
        padding: 12px 0;
    }

    .quiz_item_finish_answers_list li span {
        display: block;
        padding: 0 0 5px;
    }

    .quiz .md-select {
        width: 100%;
    }

    .progress {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 5px 20px;
    }

    .hero-animation_text .btn {
        width: 100%;
        padding: 20px 36px;
    }

    .hero-animation_img {
        position: relative;
        display: block;
        margin-bottom: 35px;
    }

    .hero-animation_img img {
        width: 100%;
    }

    .hero-animation.mod-img .hero-animation_text {
        padding-bottom: 40px;
    }

    .btn.btn-xl {
        padding: 18px 22px;
    }

    .our-clients,
    .cabinet-section,
    .calculator-section {
        margin: 60px 0;
    }

    .benefits-section,
    .about-company-section,
    .cooperation-section,
    .blog-section {
        padding: 60px 0;
    }


    .hero-animation_text {
        width: 60%;
    }

    .blog-list_item_thumb {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .blog-list_item a > * {
        font-size: 18px;
    }

    .our-clients_list_item img {
        max-width: 130px;
    }

    .article-section .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
    }

    .info-panel .h5 {
        width: 100%;
    }

    .info-panel .container {
        padding: 50px 25px;
    }

    .breadcrumbs {
        margin-bottom: 50px;
    }

    .pagination a {
        width: 45px;
        height: 45px;
    }

    .contact-page .col-7 .mod-flex {
        margin-top: 25px;
        flex-wrap: wrap;
        border-top: 1px solid #C3CBD4;
        padding: 0;
    }

    .contact-page .col-7 .mod-flex .text-block {
        padding: 0;
        border-top: 0;
    }

    .contact-page .col-7 .mod-flex .text-block {
        margin-top: 20px;
    }

    .contact-page .col-7 .mod-flex > * {
        width: 100%;
    }

    .form-line_text {
        margin: 10px 0 0;
        text-align: center;
        width: 100%;
    }


    .main-header_nav_btns a {
        margin: 0 0 15px !important;
        display: flex;
    }

}


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


    .md_content_banner1 {
        padding: 0 0 50%;
    }



    .top-banner-wrap {
        flex-wrap: wrap;
    }

    .top-banner {
        width: 100%;
        margin-top: 10px;
    }

    .top-banner_title {
        font-size: 18px;
        line-height: 130%;
    }

    .top-banner_button {
        font-size: 15px;
    }


    .quiz_item, .modal-box {
        padding: 0;
    }

    .quiz.fancybox__content > .f-button.is-close-btn,
    .modal-box.fancybox__content > .f-button.is-close-btn,
    .is-compact .modal-box.fancybox__content > .f-button.is-close-btn {
        top: 10px;
        right: 10px;
    }

    .quiz_bottom {
        padding-top: 20px;
    }

    .quiz_bottom .btn-xl {
        min-width: auto;
        flex: 1 0 auto;
    }

    .quiz_item_wrap {

        padding: 100px 20px 20px;
    }

    .contact-page .mod-flex {
        flex-wrap: wrap;
    }

    .mod-mobile-hide {
        display: none !important;
    }


    .main-header_btns .btn-transparent {
        display: none;
    }

    .main-header_btns .btn-second {
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        border: 0;
        background: #EBF2FA;
        border-radius: 50px;
        justify-content: center;
        padding: 0;
    }

    .main-header_logo {
        position: absolute;
        left: 50%;
        margin-left: -70px;
    }

    .hero-animation_text {
        text-align: center;
        width: 100%;
    }

    h1, .h1 {
        font-size: 28px;
    }

    .hero-animation_text .btn {
    }

    .our-clients_list_item {
        width: 50%;
    }

    .our-clients_list_item:nth-child(4) {
        border-bottom: 0;
    }

    .our-clients_list_item:nth-child(2n+1) {
        border-right: 0;
        border-left: 1px solid #C3CBD4;
    }

    .our-clients_list_item:nth-child(2n) {
        border-left: 1px solid #C3CBD4;
    }

    .section-header .h6 {
        width: 100%;
    }

    .icons-columns_item {
        width: 100%;
    }

    .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
        border-left: 0;
    }

    .animation-banner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .animation-banner_text {
        text-align: center;
        margin-bottom: 25px;
    }

    .btn-all-items {
        padding: 4px 17px 4px 13px;
        font-size: 13px;
    }

    .section_lead-form .pr-10 {
        padding-right: 0;
    }

    .form-line.mod-flex {
        display: block;
    }

    .form-line_text {
        margin: 15px 0 0 0;
    }

    .main-header_nav {
        padding: 25px;
    }

    .main-header_nav ul li a {
        font-size: 24px;
    }

    .main-header_nav_btns {
        display: block;
    }


    .main-footer_text_links {
        flex-wrap: wrap;
    }

    .main-footer_text_img.mod-energy {
        width: 100%;
        background-size: 190px;
        margin-bottom: 10px;
    }

    .hero-animation .container {
        padding: 0 20px;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hero-animation.mod1 .container {
        height: auto;
        padding: 100px 20px 50px;
    }

    .hero-animation .container:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        content: "";
        background: linear-gradient(180deg, rgba(235, 242, 250, 0.00) 0%, #EBF2FA 50%);
        z-index: 2;
    }

    .cabinet-section .container, .section_lead-form .container {
        padding: 50px 20px;
    }

    .calculator-obj {
        padding: 10px 20px 30px 20px;
    }

    .icons-columns.mod-3 .icons-columns_item {
        width: 100%;
    }

    .icons-columns.mod-3 .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
        border-left: 0 !important;
    }

    .btn-all-items {
        position: relative;
        margin-top: 15px !important;
        display: inline-flex;
    }

    .blog-list_item {
        padding: 20px;
    }

    .main-footer_list {
        margin-bottom: 25px;
    }

    .main-footer_text {
        padding-top: 0;
    }

    .btn.btn-xl {
        padding: 12px 30px;
    }

    .banner-col3 {
        padding: 20px;
        width: 100%;
    }

    .banner-col3 + .banner-col3 {
        border-top: 1px solid #C3CBD4;
    }

    .banner-col3 {
        border-left: 0 !important;
    }

    .banner-col3:nth-child(3) {
        border-top: 1px solid #C3CBD4;
    }


    .icons-columns.mod-4 .icons-columns_item {
        width: 100%;
        border-left: 0 !important;
    }

    .icons-columns.mod-4 .icons-columns_item + .icons-columns_item {
        border-top: 1px solid #C3CBD4 !important;
    }

    .cooperation-section .icons-columns.mod-4 .icons-columns_item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .cooperation-section .icons-columns.mod-4 .icons-columns_item .icon {
        margin-bottom: 0;
    }

    .cooperation-section .icons-columns.mod-4.mod-mobile-direction-column .icons-columns_item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cooperation-section .icons-columns.mod-4.mod-mobile-direction-column .icons-columns_item .icon {
        margin-bottom: 25px;
    }

    .banner-wide .btn {
        width: 100%;
    }

    .hero-animation_text .btn {
        width: 100%;
        padding: 20px 36px;
    }

    .banners-section-2 .container {
        padding: 25px 15px;
    }

    .table-invoice th {
        font-size: 14px;
        padding: 10px 5px;
    }

    .table-invoice td {
        padding: 10px 5px;
        font-size: 12px;
        line-height: 15px;
    }

    .table-invoice .loading-hide {
        display: none;
    }

    .table-invoice .btn-inner-text > * + * {
        margin-left: 0;
    }

    .dayPriceTable th, .dayPriceTable td {
        font-size: 12px;
    }
}

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


    .md_content_banner1 {
        padding: 0 0 50%;
    }

    .md_content_banner1_img1 {
        left: 0;
        top: 315px;
    }
}


