

/* Start:/local/templates/finance/css/reset.css?16799231571495*/
* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Calibri', Arial, sans-serif;
    line-height: 1.5rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

:focus,
:active {
    /*outline: none;*/
}

a:focus,
a:active {
    /* outline: none;*/
}

/* Links */

a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ol, ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1680190158618*/
/* Breadcrumb */

.breadcrumb {
	padding: .3rem 0 .75rem 0;
	color: #798697;
}
.breadcrumb-item{
	color: #424242;
	text-decoration: none;
	font-size: 14px;
	padding-right: 0.5rem;
	font-weight: 300;
	float: left;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus  {
	color: #424242;
}
.breadcrumb-item.active {
	color: #17181b;
}
.breadcrumb-item:last-child {
	font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 8px;
	background: url(/local/templates/.default/components/bitrix/breadcrumb/breadcrumb/images/arrow.png) no-repeat;
	background-size: contain;
	margin-right: .5em;
	margin-left: .2em;
}




/* End */


/* Start:/local/templates/finance/template_styles.css?175308999549169*/
body {
    color: #121417;
    position: relative;
    overflow-x:hidden;
    background-color: #F7F9FE;
}
h1 {
    font-size: 3.3rem;
    margin: 2rem 0;
    line-height: 4rem;
    color: #003053;
}
h2 {
    font-size: 2rem;
    margin: 2rem 0;
    line-height: 2.3rem;
    font-weight: bold;
}
h3 {
    color: #003053;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.agreement h3 {
    margin: 1rem 0;
}
.agreement p {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 1rem 0;
}
.agreement div {
    max-width: 1200px;
}
hr {
    border-bottom: 1px solid #2d98e5;
}
.bold {
    font-weight: bold;
}
.white {
    color: #fff;
}
.red {
    color: #B90D0D;
}
.green {
    color: #025500;
}
.blue {
    color: #0fb7ff;
}
.bold {
    font-weight: bold;
}
.dark {
    color:#17181B;
}
.dark-blue {
    color: #003053;
}
.light-blue {
    color: #326bee;
}
.dark-green {
    color: #467B1D;
}
.grey {
    color: #484E5A;
}
.light-grey {
    color: #525d8b;
}
.pink {
    color: #FF7A6F;
}
.orange {
    color: #e14917;
}
.stock_black {
    color: #000 !important;
}
.work {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.strong  {
    font-weight: 500;
}
.strike {
    text-decoration: line-through;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top4 {
    margin-top: 4rem;
}
.top2, .section-title.top2  {
    margin-top: 1rem;
}
.btm-2 {
    margin-bottom: 2rem !important;
}
.yellow-arrow {
    margin-right: 2.5rem;
    width: 30px;
    height: 24px;
}
.blue-list li, .green-list li {
    list-style: none;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 4rem;
    margin-left: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.yellow-list {
    margin-top: 2rem;
}
.yellow-list li {
    list-style: none;
    margin-bottom: 1.7rem;
    position: relative;
    padding-left: 4rem;
    margin-left: 0.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
    max-width: 38rem;
}
.blue-list li:before {
    content: url(/images/arrow-blue.svg);
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.green-list li:before {
    content: url(/images/arrow-green.svg);
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.yellow-list li:before {
    content: url(/images/yellow-arrow.svg);
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}
.btn {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 2rem;
    margin: 0 auto 2rem auto;
}
.btn-contour {
    color: #2D2F34;
    border: 3px solid #B90D0D;
}
.btn-contour:hover {
    color: #fff;
    border: 3px solid #B90D0D;
    background-color: #B90D0D;
}
.btn-contour-yel a {
    color: #FAFF00;
}
.btn-contour-yel {
    color: #FAFF00;
    border: 3px solid #FAFF00;
    background-color: #037bc0;
}
.btn-contour-yel:hover {
    color: #2D2F34;
    border: 3px solid #FAFF00;;
    background-color: #FAFF00;;
}
.btn-contour-yel:hover a {
    color: #2D2F34;
}
.btn-blue {
    color: #fff;
    background-color: #003053;
    font-size: 1.2rem;
    font-weight: normal;
    max-width: 22rem;
    border-radius: 3.5rem;
    padding: 1rem 2.5rem;
    line-height: 1.2rem;
}
.btn-blue:hover {
    background-color: #B90D0D;
}
.btn-red {
    background-color: #B90D0D;
    color: #fff;
    font-size: 1.2rem;
    max-width: 22rem;
    border-radius: 3.5rem;
    line-height: 1.4rem;
    padding: 1rem 2.5rem;
    margin-bottom: 0;
}
.btn-red:hover {
    background-color: #003053;
}
.show-less {
    display: none;
}
.btn-outline-light {
    color: #1b1f23;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0.3rem;
    padding: .75rem 3.5rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #788898;
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0 0;
}
.text-center {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.container.objects .title, .container.cont .title, .sitemap-page .section-title, .agreement .section-title {
    margin-top: 2rem;
}
.all-proj.title {
    width: 100%;
    margin: 0 !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}
@media (min-width: 993px) {
    .all-proj.title {
        display: none;
    }
}

.general .more a img,
.container.services .more a img,
.container.objects .more a img {
    height: 48px;
    width: 50px;
}
.about .more a img {
    height: 36px;
    width: 36px;
}
.block-a, .block-img, .block-box, .btn, .more img, .more a, .social img, .header-phone svg {
    -moz-transition: all 0.2s 0.01s ease-in-out;
    -o-transition: all 0.2s 0.01s ease-in-out;
    -webkit-transition: all 0.2s 0.01s ease-in-out;
}
.container {
    padding: 0 5.5rem;
    max-width: 1720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
}

/* Title */

.title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.title.light {
    border-bottom: 1px solid #2d98e5;
}
.title.light .section-title {
    font-weight: normal;
}
.section-title {
    color: #003053;
    font-size: 2.3rem;
    margin: 2rem 0;
    line-height: 2.5rem;
}
.base-block .section-title {
    width: 100%;
}
.more {
    font-size: 1.3rem;
    font-weight: 600;
    margin: auto 0 auto 1rem;
}
.more a {
    color: #17181B;
    display: block;
    line-height: 2rem;
}
.more a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.more span {
    margin-right: .5rem;
}
.block-date {
    line-height: 2rem;
    color: #025500;
}

/* Col */

.base-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.base-block-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.col-2{
    width: 49%;
}
.col-3{
    width: 30%;
}
.col-4{
    width: 23%;
}

/* Decor */

.decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    background-color: #064979;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 6, 57, 0.25);
    box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
}
.block-a {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.block-img {
    border-radius: 12px;
}
.block-a:hover .block-img  {
    transform: scale(1.1);
}
.block-box {
    background-color: rgba(6, 73, 121, 0.7);
    color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 9rem;
    width: 100%;
}
.block-box img {
    margin-right: 1.5rem;
    width: 90px;
}
.service-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-a:hover .block-box {
    background-color: #003053;
}
.block-a:hover .objects .block-box{
    background-color: unset;
}

.block-title {
    font-size: 1.3rem;
    text-transform: uppercase;
}
.block-detail {
    margin-top: 0.3rem;
    line-height: 1.15rem;
    overflow: hidden;
}
.blue-text {
    padding: 1.5rem 2rem;
    background-color: #e9effe;
    border-radius: 0.5rem;
}

@media (max-width: 1200px) {
    .block-title {
        font-size: 1.2rem;
        text-transform: none;
        margin: auto 0;
    }
    .services .service-title .block-title {
        margin: 1rem 1rem 0 0;
    }
    .block-detail {
        margin-top: 0.2rem;
        font-size: .8rem;
        line-height: 1rem;
    }
    .block-box img {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 1.7rem !important;
        margin: 1rem 0;
        line-height: 2rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    .col-2, .col-3 {
        width: 100%;
    }
    .col-4 {
        width: 48%;
    }
    .top4 {
        margin-top: 2rem;
    }
    .top2, .section-title.top2 {
        margin-top: 0;
    }
    .block-box img {
        margin: auto 1.5rem;
    }
    .sitemap-page .section-title, .agreement .section-title {
        margin-top: 2rem;
    }
    .blue-list li, .green-list li, .yellow-list li {
        margin-bottom: 1.5rem;
        padding-left: 3.5rem;
        margin-left: 0.5rem;

    }
    .yellow-list li {
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: normal;
    }
    .blue-list li:before, .green-list li:before {
        top: 0;
    }
    .btn-blue, .btn-red {
        font-weight: normal;
    }
    .blue-text {
        padding: 1rem;
        background-color: #e9effe;
    }
}

@media (max-width:500px) {
    h2 {
        font-size: 1.5rem !important;
        margin: 1rem 0;
        line-height: 1.9rem;
    }
    .yellow-arrow {
        margin-right: 1.5rem;
    }
    .more {
        font-size: 1rem;
    }
    .more span {
        display: none;
    }
    .more img {
        max-width: 2rem;
    }
    .section-title {
        font-size: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        line-height: 2rem;
    }

     .article h3 {
        font-size: 1.5rem !important;
        line-height: 2rem;
    }
    .une-title h3 {
        font-size: 1.5rem !important;
        line-height: 2rem;
        margin: .5rem auto !important;
    }
    .col-uneven1 .une-title {
        margin-bottom: 1rem !important;
    }
    .col-uneven1 img {
        margin-right: 1rem !important;
    }
    .blue-list li, .green-list li {
        font-size: 1.2rem;
    }
    .block-img {
        display: none;
    }
    .block-box {
        position: unset;
        border-radius: 12px;
        height: 5rem;
        padding: 1rem 1rem 1rem 1.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .btn-contour-yel {
        padding: 1rem;
        font-size: 1.35rem !important;
        margin: 0 auto 0.5rem auto;
        display: block;
    }
    .block-box img {
        margin: 0 1.5rem 0 0;
    }
}

/* Header */

.header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 1.3rem;
}
.header-logo {
    margin-right: 1rem;
}
.header-logo a {
    height: 62px;
    width: 245px;
    display: block;
}
.img-logo {
    height: 57px;
    width: 225px;
}
.header-menu-mobile {
    display: none;
}
.header-menu {
    width: 65%;
    max-width: 55rem;
    margin: 0 auto;
}
.header-menu ul {
    margin: 0 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-menu ul li a {
    color: #161616;
    font-size: 18px;

    height: 100%;
    display: block;
}
.header-menu ul li a:hover {
    color: #B90D0D;
    text-decoration: underline;
}
.header-menu ul li a.active {
    color: #B90D0D;
}
.header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
/*.header-consult .btn {
    margin: 0;
    width: 229px;
    height: 62px;
    padding: 1rem;
}*/

.header-phone a {
    color: #B90D0D;
    font-size: 1.45rem;
    font-weight: 600;
}

.social {
    margin-right: 0.5rem;
}
.social a {
    width: 36px;
    height: 36px;
}
.social a:first-child {
    margin-right: 0.5rem;
}
.social a:hover img, .header-phone a:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer .social {
    margin-top: 0.8rem;
}
.btn-call {
    font-size: .95rem;
    margin-top: 0.1rem;
    line-height: 35px;
}

.btn-call svg {
    margin-right: 0.2rem;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
.btn-call svg, .btn-call img {
    display: none;
}
.mobile-burger {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-right: 1rem;
}
.mobile-burger svg {
    width: 35px;
}
.mobile-menu {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 5000;
    background: white;
    left: -100%;
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    color: #0c0c0c;
    overflow-y: scroll;
}
.mobile-menu.active {
    left: 0;
}
.menu-mobile-close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/images/delete-cross.svg) no-repeat center center;
    background-size: contain;
    right: 30px;
    top: 15px;
    cursor: pointer;
}
.mob-phone {
    padding: 20px 30px 15px 30px;
}

.header-phone-mobile {
    display: none;
    margin-right: 0.5rem;
}
.header-phone-mobile-menu {
    color: #B90D0D;
    font-size: 1.5rem;
    font-weight: 600;
}
.mob-menu ul li a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
    display: block;
    padding: 11px 30px;
    cursor: pointer;
    border-bottom: 1px solid #aabadf;
}
.mob-menu ul li a:hover {
    background-color: #d6deef;
}
.mob-menu ul li a.active  {
    background-color: #d6deef;
    color: #B90D0D;
}
.menu-child {
    background-color: #eef3ff;
}
.mob-menu .menu-child li a {
    font-weight: normal;
    font-size: 1.1rem;
    padding: 11px 30px 11px 50px;
}
.callback1 {
    display: none;
}
.callback2 {
    font-weight: bold;
    color: #004aad;
    border-bottom: 1px dashed;
}
.callback2:hover {
    color: #2470d5;
}
.header-phone-desk {
    margin-top: 0.5rem;
    display: block;
}

@media(max-width:1580px) {
    .header-menu {
        width: 75%;
    }
}
@media(max-width:1280px) {
    .header-menu ul li a {
        font-size: 18px;
        font-weight: normal;
    }
    .header-phone a {
        font-size: 1.4rem;
    }
    .btn-call {
        font-size: 0.9rem;
    }
}

@media(max-width:1200px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-right {
        background-color: #2E3440;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        order: 1;
        padding: 0.5rem 1rem;
        width: 100%;
        position: fixed;
        z-index: 1;
    }
    .header-left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        order: 2;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5rem 0 1rem 0;
        margin-top: 3rem;
    }
    .header-menu {
        display: none;
    }
    .header-menu-mobile {
        display: block;
    }
    .header-phone a {
        display: none;
    }
    .mobile-burger {
        margin-right: 0;
    }
    .header-phone {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .header-phone-desk {
        display: block;
    }
    .header-phone-mobile {
        display: block;
        order: 2;
    }
    a.header-phone-desk {
        color: #fff;
        font-weight: unset;
        font-size: 1.1rem;
        display: block;
    }
    .btn-call {
        color: #fff;
        margin-top: 0;
    }
    .btn-call img {
        display: block;
        margin: auto 0.3rem auto 0;
    }
    .btn-call svg, .callback2 {
        display: none;
    }
    .callback1 {
        display: block;
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-left: 0.2rem;
    }
}
@media(max-width:500px) {
    .header-right {
        padding: 0.5rem;
    }
    .header-logo a {
        height: 45px;
        width: 180px;
    }
    .img-logo {
        height: 45px;
        width: 180px;
    }
    .header-phone-desk {
        margin-top: 0;
    }
}

/* General */

.general-main {
   /* background: linear-gradient(180deg, #0FA9C7 0%, #006EBE 100%);*/
}
.general {
    text-align: right;
   /* max-width: 1920px;*/
    margin: 0 auto;
    position: relative;
   /* border: 1px solid #D3E1FA;*/
    background: url('/images/bg.webp')  no-repeat 100% 100%;
}
.general.inner .container {
   position: absolute;
    top: 50%;
    max-width: 62rem;
    -webkit-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    transform: translate(0, -55%);
}
.general .container > div {
    text-align: left;
}
.general.first .container > div {
    margin-bottom: 3rem;
}
.general h1 {
    max-width: 50rem;
    margin-top: 5rem;
}
.general p {
    font-size: 1.6rem;
    max-width: 40rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.general img {
    height: 100%;
}
.general .more {
    margin: 0 0 5rem 0;
    font-weight: normal;
}
.general .more a {
    color: #003053;
    line-height: 2.8rem;
    max-width: 17rem;
    font-size: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.general .more a:hover {
    color: #B90D0D;
}
.slide-img {
    height: 657px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

.general.first img {
    display: none;
}
.general.first ul {
    margin-bottom: 2.5rem;
}
.general.first ul li {
    list-style: none;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 3rem;
    font-size: 1.5rem;
}
.general.first ul li:before {
    content: url(/images/ok1.png);
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}

/* General inner */

.general.inner {
    background: url(/images/cube-w.webp) no-repeat 0 100%, linear-gradient(180deg, #0FA9C7 0%, #006EBE 100%);
}
.general.inner h1 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 3rem;
}
.general.inner img {
    max-width: 43%;
}

@media(max-width:1400px) {
    .general.inner h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .general.inner p {
        font-size: 1.3rem;
        line-height: 1.8rem;
        max-width: 30rem;
    }
    .slide-img {
        height: 550px !important;
    }
    .general.first p {
        margin-bottom: 0;
    }
    .general h1, .general.inner h1 {
        line-height: 3.2rem;
    }
}
@media(max-width:1200px) {
    .general h1 {
        font-size: 2.5rem;
        max-width: 40rem;
    }
}
@media (max-width: 992px) {
    .general h1  {
        font-size: 2.2rem;
        line-height: 2.3rem;
    }
    .general.inner h1 {
        margin: 0 0 1rem 0;
    }
    .general .btn-contour {
        background-color: rgb(198 231 255 / 75%);
        font-size: 1.5rem;
    }
    .general .btn-contour:hover {
        color: #fff;
        border: 3px solid #B90D0D;
        background-color: #B90D0D;
    }
    .general.inner img {
        opacity: 0;
    }
    .general.inner {
        background-size: 80%;
    }
    .general p {
        margin-bottom: 2rem;
    }
}
@media (max-width: 515px) {
    .general .container, .general.inner .container {
        position: unset;
        padding: 1rem 1.5rem 2rem 1.5rem;
        transform: none;
    }
    .general.first .container > div {
        margin-bottom: 0;
    }
    .general {
        background: #c7e8ff;
        border-bottom: 1px solid #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgb(0 6 57 / 15%);
        -moz-box-shadow: 0 10px 20px 0 rgba(0, 6, 57, 0.15);
        box-shadow: 0 10px 20px 0 rgb(0 6 57 / 15%);
    }
    .general.inner h1 {
        color: #fff;
    }
    .general h1 {
        margin-top: 0;
    }
    .general h1, .general.inner h1  {
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center;
    }
    .general .red {
        font-weight: 600;
    }
    .general > img {
        display: none;
    }
    .general.first {
        padding-top: 35%;
        background-image: url(/images/banner-min.webp);
        background-color: #c7e8ff;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .general .more, .general .more span {
        display: block;
        float: left;
        line-height: 2rem;
    }
    .general .more {
        width: 100%;
        margin-bottom: 0;
    }
    .general .more span {
        font-size: 1.5rem;
        min-width: 155px;
    }
    .general .more a {
        line-height: 2rem;
        width: 100%;
        max-width: none;
    }
    .slide-img {
        height: 180px !important;
    }
    .general .btn-contour {
        width: 100%;
    }
    .btn {
        border-radius: 5rem;
    }
    .general p {
        margin-bottom: 0;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .general .btn-contour-yel {
        margin-top: 1.5rem;
    }
    .general.first ul li {
        margin-bottom: 1.3rem;
        font-size: 1.3rem;
    }
    .general.first ul {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }
}

/* Services & Steps & About & Objects & News */

.services {
    padding-top: 1.5rem;
}

.base-block, .article {
    margin: 2rem 0 6rem 0;
}

.base-block .decor .block-img {
    width: 100%;
}
.base-block .col-3 {
    max-width: none!important;
}

.base-block p {
    font-size: 1.3rem;
    line-height: 1.7rem;
}
.ballon {
    -webkit-box-shadow: 0 0 1rem 0 #dfe2ec;
    box-shadow: 0 0 3rem 0 #dfe2ec;
    background-color: #fff;
    border: 0;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 2.5rem 0;
}
.article:last-child .base-block {
    margin-bottom: 0;
}
.article h2 {
    font-weight: bold;
    margin-bottom: 1rem;
}
.article h3 {
    font-size: 1.9rem;
    font-weight: normal;
    margin: 2rem auto 1rem auto;
}
.article ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.article ul li {
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.5rem;
}
.article ul li::before {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: 0;
    border-radius: 50%;
    background-color: #467b1d;
    position: absolute;
    top: 0.53rem;
    left: 0.2rem;
}

.base-block-small .block-logo {
    margin-bottom: 1rem;
    max-height: 6rem;
}
.logo-about .block-logo{
   /* border: 2px solid #e0e9f3;*/
    border-radius: 0.5rem;
    font-size: 0.8rem;
    color: #565f69;
    text-align: center;
    padding: 1.3rem 1rem;
    /*background: #fff;*/
}
.block40{
    max-width: 40rem;
}
.white-block {
    margin-top: 1rem;
}
.white-decor {
    background-color: #fff;
    color: #2D2F34;
    padding: 1.5rem 1.5rem 2rem 2rem;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 6, 57, 0.25);
    box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
    margin-bottom: 4rem;
}
.white-block-icon {
    margin: 1rem 0;
    text-align: center;
}
.white-block-title {
    color: #064979;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}
.white-block-detail {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.reviews {
    background: linear-gradient(180deg, #0FA9C7 0%, #006EBE 100%);
}
.about {
    margin-top: -4rem;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(149 180 215 / 25%);
    box-shadow: 0 10px 30px 0 rgb(149 180 215 / 25%);
    border-top: 1px solid #f1f6ff;
    padding: 1rem 0;
}
.stage {
    margin-top: -5.5rem;
    background-color: #F7F9FE;
}

.about p {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.about .base-block {
    margin-bottom: 0;
}
.white-about .block40 {
    margin: 2rem 0;
}
.white-about .block40 h3 {
    margin-bottom: 2rem;
    line-height: 2.4rem;
}
.white-about .block40:nth-child(odd) {
    padding-right: 1rem;
}
.block-text {
    margin-bottom: 3.5rem;
    max-width: 40rem;
}
.block-text > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blue-image-building img {
    border-radius: 12px;
}
.blue-image {
    padding: 2rem 0 2rem 2rem;
}
.blue-image-building {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    max-width: 808px;
    border: 1px solid #bbd4db;
}
.about-list {
    position: absolute;
    top: 0;
    left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    height: 100%;
}
.blue-mark {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    justify-content: center;
    flex-direction: column;
    font-size: 1.5rem;
    background: radial-gradient(rgb(255,255,255,40%) 30%, transparent),
                linear-gradient(240deg, transparent, #fff);
}
.blue-mark0 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    padding: 0 1rem;
}
.blue-mark1 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0 1rem;
    line-height: 3rem;
}
.blue-mark2 {
    max-width: 20rem;
    margin: 1.5rem auto 0 auto;
    line-height: 1.9rem;
    padding: 0 1rem;
    font-size: 1.2rem;
}
.stage {
    margin-bottom: 3rem;
}
.stage-row {
    width: 100%;
    background: #fff;
    padding: 2rem 1rem;
    border-radius: .5rem;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 10px 30px 0 rgb(149 180 215 / 25%);
    box-shadow: 0 10px 30px 0 rgb(149 180 215 / 25%);
}
.stage h2 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 7rem;
    margin-right: 2rem;
}
.co-block-stage {
    margin-left: 5rem;
    position: relative;
}
.co-block-stage.block1:before {
    content: '01';
}
.co-block-stage.block2:before {
    content: '02';
}
.co-block-stage.block3:before {
    content: '03';
}
.co-block-stage.block4:before {
    content: '04';
}
.co-block-stage::before {
    display: block;
    position: absolute;
    top: 2rem;
    left: -3rem;
    font-weight: 800;
    color: #E4ECF9;
    font-size: 6rem;
    font-family: 'Open Sans', sans-serif;
}
.stage .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stage-row li {
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #2D2F34;
    position: relative;
    padding-left: 1.7rem;
}
.stage-row li::before {
    content: '\2713';
    color: #08B004;
    position: absolute;
    top: 0;
    left: 0;
}
.objects .col-2 {
    margin-bottom: 1.5rem;
}
.objects .block-box {
    background: none;
    padding: 0;
    height: auto;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.objects .block-title {
    font-size: 1.8rem;
    text-transform: none;
    background-color: rgba(0, 110, 190, 0.85);
    padding: 1.3rem 1.5rem 1.5rem 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.objects .block-detail {
    color: #03365a;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin: 1rem 0 0 1.5rem;
    text-align: left;
}
.objects .block-a:hover .block-box {
    background-color: unset;
}
.objects .min-grey {
    color: #576983;
    font-size: 1rem;
    font-weight: normal;
    margin-top: -.2rem;
    display: block;
}
.objects .block-box .detail-min {
    background-color: rgb(255 255 255 / 85%);
}
.objects .detail-min {
    float: left;
    background-color: #f6f9fe;
    padding: 0.3rem .8rem 0.3rem 2rem;
    border-radius: 5px;
    margin-right: 1.5rem;
    color: #000;
    margin-bottom: 1.3rem;
    font-weight: normal;
    position: relative;
}
.objects .detail-min:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    left: 10%;
    top: 22%;
}

.news {
    background-color: #c8e1f3;
}
.news .base-block {
    margin-top: 2.5rem;
}
.news .title.light {
    border-bottom: 1px solid #006EBE;
}
.news-detail img {
    margin: 1rem 1rem 1rem 0;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid #aed2d9;
}
.news-date-time {
    color: #025500;
    display: none;
}
.news-detail-text {
    font-size: 1.1rem;
    max-width: 70rem;
}
.news-detail-text p {
    margin-bottom: 1rem;
}
.news-detail h1 {
    margin-bottom: 1rem;
    margin-top: 0;
}
.news-detail .block-position {
    margin-bottom: 1rem;
    display: block;
}
.reviews .title.light {
    border-bottom: 1px solid #fff;
}
.block-position {
    color: #0172be;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    line-height: 1.4rem;
}
.news .section-title {
    margin: 2rem 0 2rem 0;
}
.news .more span {
    color: #fff;
}
.news .block-a  {
    position: unset;
    border-radius: 12px;
}
.news .image-block {
    height: 15rem;
    overflow: hidden;
}
.news .block-img {
    border-radius: 12px 12px 0 0;
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news .block-box {
    background-color: #fff;
    color: #2D2F34;
    height: 100%;
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.reviews .block-box {
    height: 13.5rem;
}
.news .block-title {
    color: #17181B;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.news .block-detail {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    line-height: 1.4rem;
}
.news .block-a:hover .block-box {
    background-color: #fff;
}
.news .block-a:hover .block-title {
    color: #006EBE;
}
.news .block-date {
    line-height: 1.65rem;
    padding-left: 1.5rem;
    display: none;
}
@media (min-width: 1700px) {
    .general.inner .container {
        right: 52%;
    }
}
@media (min-width: 992px) and (max-width: 1360px) {

    .block-box img {
        margin-right: 1rem;
    }
    .block-box.buz .block-detail {
        display: none;
    }
}
@media (max-width: 1200px) {
    .blue-mark0 {
        font-size: 3rem;
    }
    .blue-mark1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .objects .block-title {
        font-size: 1.3rem;
        padding: 1rem 1.5rem 1.1rem 1.5rem;
    }
    .news .block-detail {
        display: none;
    }
    .news .block-title {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    .news .block-box {
        overflow: hidden;
    }
    .reviews .block-box {
        height: 9rem;
    }
}
.services-other .block-box {
    position: unset;
    border-radius: 12px;
}
.service-page .col-3 {
    margin-bottom: 4rem;
}
@media (max-width: 1100px) {
    .blue-mark2 {
        font-size: 1.1rem;
        line-height: 1.5rem;
        margin-top: .5rem;
        padding: 0 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .objects .detail-min {
        margin-right: 5rem;
    }
}
@media (max-width: 992px) {
    .services .col-3, .white-block .col-3, .services-other .col-3 {
        margin-bottom: 1.5rem;
        max-width: 500px;
    }
    .objects .col-2 {
        max-width: 802px;
    }
    .news .col-3 {
        margin-bottom: 1.5rem;
    }
    .about {
        padding-bottom: 2rem;
    }
    .about .col-2 {
        margin-bottom: 1.5rem;
    }
    .stage h2 {
        font-size: 1.5rem;
        margin-left: 1.5rem;
    }
    .stage .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .stage li {
        margin-left: .3rem;
        margin-bottom: .5rem;
    }
    .stage .d-flex:first-child {
        margin-top: -1rem;
    }
    .stage-row {
        padding: 2rem;
    }
    .co-block-stage::before {
        left: -5rem;
        font-size: 4rem;
        top: 1rem;
    }
    .blue-image {
        padding: 2rem 0;
    }
    .block-text {
        margin-bottom: 0.5rem;
    }
    .white-about .block40 h3 {
        margin-bottom: 1.5rem;
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
    .base-block p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    .white-about .block40 {
        margin: 1.5rem 0;
    }
    .block-logo {
        width: 48%;
    }
}

@media (max-width: 650px) {
    .objects .detail-min {
        padding: 0.2rem 1rem 0.2rem 2.5rem;
        font-size: 1.1rem;
    }
    .stage h2 {
        margin-bottom: 0;
        line-height: 1.7rem;
    }
}
@media (min-width: 555px) and (max-width: 650px) {
    .objects .detail-min {
        margin-right: 5rem;
    }
}
@media (max-width: 555px) {
    .container {
        padding: 0 1.5rem;
    }

    .base-block {
        margin: 1rem 0 1rem 0;
    }
    .about-list {
        position: unset;
    }
    .about {
        margin-top: -2rem;
    }
    .stage {
        margin-top: -1rem;
    }
    .stage h2 {
        margin-left: 1rem;
        margin-top: 0;
        font-size: 1.3rem !important;
        margin-right: 0;
        min-height: 3rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .stage-row li {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .stage-row {
        padding: 1rem 1rem 1rem 1.5rem;
    }
    .co-block-stage::before {
        left: -5rem;
    }
    .about .col-2 {
        margin-bottom: 0;
    }
    .blue-image {
        padding: 1rem 0 0 0;
    }
    .blue-mark {
        width: 100%;
        font-size: 1.1rem;
        background: #ECF2FF;
        margin-top: 1rem;
        border-radius: 12px;
        padding: 1rem 0;
        border: 1px solid #d6e4e7;
    }
    .blue-mark2 {
        margin: 0.8rem auto 0 auto;
        line-height: 1.3rem;
        font-size: 1.1rem;
    }
    .blue-mark0 {
        font-size: 2rem;
    }
    .blue-image-building img {
        display: none;
    }
    .blue-image-building {
        border:none;
    }
    .objects .block-a:hover .block-box {
        background-color: unset;
    }
    .objects .block-img {
        display: block;
        border-radius: 12px 12px 0 0;
    }
    .objects .block-box {
        border-radius: 0 0 12px 12px;
        position: absolute;
        height: auto;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }
    .objects .block-title {
        padding: .5rem 1rem .7rem 1rem;
        font-size: 1.2rem;
    }
    .objects .block-box .detail-min {
        padding-left: 1.9rem;
        margin-right: .8rem;
        margin-bottom: 0.8rem;
        font-size: 0.8rem;
        background-color: rgb(255 255 255 / 85%);
    }
    .objects .min-grey {
         font-size: 0.8rem;
        margin-top: -.5rem;
    }
    .objects .block-detail {
        margin-left: .8rem;
    }
    .news .block-img {
        display: block;
    }
    .news .block-box {
        border-radius: 0 0 12px 12px;
    }
    .news .image-block {
        height: 10rem;
    }
    .news .block-box > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news .block-title {
        margin-bottom: 0.5rem;
    }
    .news .block-date {
        padding-left: 0;
    }
    .white-block-icon img {
        max-width: 6rem;
        max-height: 4rem;
    }
    .white-block-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.7rem;
    }
    .white-block-detail {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .reviews .title, .reviews .block-position {
        width: 100%;
    }
    .service-title .block-detail {
        display: none;
    }
    .services .block-box img {
        margin: 0 1.5rem 0 0;
    }
    .services .service-title .block-title {
        margin: 0 1rem 0 0;
    }
    .services .service-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}
@media (max-width: 390px) {
    .objects .block-box .detail-min:before {
        left: 7%;
    }
    .objects .block-box .detail-min {
        padding: 0 1rem 0 1.5rem;
    }
    .objects .detail-min:before {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 370px) {
    .objects .block-title {
        font-size: 1rem;
    }
    .objects .block-detail {
        font-size: 1rem;
    }
    .objects .block-box .detail-min:before {
        display: none;
    }
    .objects .block-box .detail-min {
        padding-left: 1rem;
    }
}
/* Partners */

.partners {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
    -moz-box-shadow: 0 10px 30px 0 rgba(0, 6, 57, 0.25);
    box-shadow: 0 10px 30px 0 rgb(0 6 57 / 25%);
    padding-top: 1rem;
}
.block-logo {
  /*  background-color: #FFF;*/
    border-radius: 12px;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    max-width: 500px;
}
.block-logo img {
    -o-object-fit: cover;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .block-logo {
        margin-bottom: 1rem;
    }
    .base-block-small .block-logo {
        margin-bottom: 1rem;
    }
    .base-block-small.logo-about .block-logo:last-child,
    .base-block-small.logo-service .block-logo:last-child{
        display: none;
    }
    .partners .base-block {
        margin-bottom: 0.5rem;
    }
}

/* Form block */

.feedback {
    background-image: url("/images/cube-g.webp");
    background-repeat: no-repeat;
    background-position: 0 100%;
    text-align: center;
}
.feedback.feed-inner {
    background: url(/images/cube-w.webp) no-repeat 0 100%, linear-gradient(180deg, #0FA9C7 0%, #006EBE 100%);
}
.feedback .container {
    padding-bottom: 5rem;
}
.feedback .btn-contour {
    background: #f7f9fe;
}
.feedback .btn-contour:hover {
    background-color: #B90D0D;
}
.feedback.feed-inner .container {
    padding-bottom: 7rem;
}
.feedback .section-title {
    color: #B90D0D;
    margin: 5rem auto 2rem auto;
    max-width: 50rem;
    line-height: 2.8rem;
    font-size: 2rem;
}
.feedback.feed-inner .section-title {
    color: #fff;
    font-size: 2.3rem;
}
.feedback.feed-inner .btn-contour {
    color: #fff;
    border: 3px solid #B90D0D;
    background-color: #B90D0D;
}

@media (max-width: 992px) {
    .feedback {
        background-size: 80%;
    }
}
@media (max-width: 500px) {
    .feedback .section-title {
        line-height: 1.5rem;
        font-size: 1.3rem;
        margin: 2rem auto 1.5rem auto;
    }
    .feedback .container {
        padding: 1rem;
    }
    .cont-us {
        display: none;
    }
}

/* Article */

.col-uneven1 {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.col-uneven2 {
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.col-uneven1 .une-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    min-height: 5.5rem;
}
.col-uneven1 img {
    margin-right: 2rem;
}
.result-raw {
    width: 100%;
    margin-bottom: 2.5rem;
}
.step {
    color: #0FA9C7;
    font-size: 1.3rem;
    font-weight: bold;
    border: 3px solid #D3E6F4;
    border-radius: 50%;
    padding: 1.6rem 0.7rem;
    margin-bottom: 2.5rem;
}
.co-block {
    margin: 4rem 0 4rem 2.5rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
    position: relative;
}
.co-block h3 {
    color: #064979;
    margin-bottom: 1.5rem;
}
.co-block .btn {
    margin-top: 4rem;
}
.co-block::before {
    display: block;
    position: absolute;
    top: -2.5rem;
    left: -3rem;
    font-weight: 800;
    color: #e1ebff;
    font-size: 7rem;
    z-index: -1;
    font-family: Arial, sans-serif;
}
.co-block:nth-child(1):before {
    content: '01';
}
.co-block:nth-child(2):before {
    content: '02';
}
.co-block:nth-child(3):before {
    content: '03';
}
.co-block:nth-child(4):before {
    content: '04';
}
.co-block:nth-child(6):before {
    content: '05';
}
.co-block:nth-child(8):before {
    content: '06';
}
.dot {
    background: url(/images/dot.svg) repeat-y 50% 0;
    width: 1px;
    height: 100%;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .btn-none {
        display: none;
    }
}
@media (max-width: 992px) {
    .col-uneven1,.col-uneven2 {
        width: 100%;
    }
    .col-uneven2 {
        order: 1;
    }
    .col-uneven1 {
        order: 2;
    }
    .result-raw {
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.5rem;
    }
    .dot {
        display: none;
    }
    .col-uneven1 img {
        max-width: 4rem;
    }
    .step {
        margin-bottom: 1rem;
    }
    .col-uneven1 .une-title {
        margin-bottom: 2rem;
        min-height: unset;
    }

    .co-block .btn {
        margin-top: 0;
    }
    .co-block {
        margin: 3rem 0 2rem 1rem;
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .co-block::before {
        left: -2rem;
        font-size: 6rem;
    }
    .co-block h3 {
        line-height: 1.9rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 500px) {
    .co-block::before {
        top: -2rem;
        left: -1rem;
    }
    .article {
        margin: 2rem 0 2rem 0;
    }
}


/* Forms */

.compensate-for-scrollbar {
   margin-right: 0 !important;
}
.fancybox-content {
    cursor: default !important;
}
.calculation_header {
    font-size: 1.8rem;
    font-weight: bold;
    color: #161616;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 2.2rem;
}
.calculation-form {
    margin-bottom: 30px;
}
.form-group-checkbox {
    margin: 0;
}
#form_consultation {
    max-width: 27rem;
}
.calculation-control1 {
    background: url(/images/user.png) no-repeat bottom 12px left 3%;
}
.calculation-control2 {
    background: url(/images/phone.png) no-repeat bottom 12px left 3%;
}
.calculation-control1, .calculation-control2 {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 34px;
    padding: 20px 10px 20px 40px;
    color: #616161;
    border: none;
    border-bottom: 1px solid #9A9A9A;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn.btn-calculation {
    font-size: 1.4rem;
    height: 52px;
    width: 100%;
    background-color: #DF1021;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 3px #DF1021;
    color: #fff;
    padding: 0 23px;
    -moz-transition: all 0.2s 0.01s ease-in-out;
    -o-transition: all 0.2s 0.01s ease-in-out;
    -webkit-transition: all 0.2s 0.01s ease-in-out;
    margin: 0;
    max-width: 350px;
    border-radius: 2rem;
}
.btn.btn-calculation:hover {
    background-color: #fff;
    color: #161616;
    text-decoration: none;
    -moz-transition: all 0.2s 0.01s ease-in-out;
    -o-transition: all 0.2s 0.01s ease-in-out;
    -webkit-transition: all 0.2s 0.01s ease-in-out;
}
.calculation-form.form-group-checkbox {
    margin-top: 25px;
}
.d-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.calculation-form input[type=checkbox] {
    display: none;
    visibility: hidden;
}
.calculation-control1:focus ,
.calculation-control2:focus {
    border-color: #000;
    outline: 0;
}
.calculation-form .personal-dat {
    font-size: .9rem;
    padding-left: 0.7rem;
    cursor: auto;
    color: #686868;
    line-height: 1rem;
    width: 95%;
}
.calculation-form .personal-dat a {
    line-height: 1rem;
}
.calculation-form .personal-dat a:hover {
    text-decoration: underline;
}
.checkbox_label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox_label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: #ddd;
    border-radius: 2px;
    content: "";
    display: flex;
    margin-top: 3px;
    cursor: pointer;
}
.calculation-form input[type=checkbox]:checked+.checkbox_label:before {
    background: #079D3F url(/images/check.png) no-repeat center center;
    border: 1px solid #079D3F;
    speak: none;
    content: " ";
}
.form-control {
    display: block;
    width: 100%;
    max-width: 30rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    color: #2c3946;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    border: 1px solid #aed2d9;
    margin-bottom: 1rem;
}
textarea.form-control {
    min-height: 10rem;
}
.form-control:focus-visible {
    outline: 1px solid #869497;
}
.control-name {
    background: url(/images/user.png) no-repeat bottom 50% left 2% #fff;
    padding-left: 2.5rem;
}
.control-phone {
    background: url(/images/phone.png) no-repeat bottom 50% left 2% #fff;
    padding-left: 2.5rem;
}
.control-mail {
    background: url(/images/mail1.svg) no-repeat bottom 50% left 2% #fff;
    padding-left: 2.5rem;
}
#company_map iframe {
    border: 1px solid #aed2d9;
    border-radius: 0.5rem;
}

    /* Footer */

.footer {
    background-color: #2D2F34;
    min-height: 20rem;
}
.footer-all {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}
.footer .container {
    padding-top: 5rem;
}
.footer-item {
    margin-right: 8rem;
}
.footer, .footer a {
    color: #ECF2FF;
}
.footer a:hover {
    text-decoration: underline;
}
.footer li {
    line-height: 2rem;
}
.footer-title {
    color: #0fb7ff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.footer-item-contacts, .item-contacts {
    margin-bottom: 1rem;
}
.footer-item-contacts img, .header-phone img {
    width: 24px;
    height: 24px;
}
.item-contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
}
.item-contacts a {
    color: #17181B;
    font-weight: bold;
}
.item-contacts a:hover {
    text-decoration: underline;
}
.item-contacts-text {
    font-weight: bold;
}
.footer-item-contacts a {
    color: #0fb7ff;
}
.item-contacts-img {
    background-color: #2d2f34;
    padding: 0.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}
.item-contacts .social {
    margin-left: 1rem;
}
.footer-item-contacts-img {
    margin-right: 1rem;
}
.footer-item-contacts-phone {
    font-size: 1.5rem;
}
.footer-copyright {
    font-size: 0.85rem;
    color: #9099b1;
    margin: 1rem 0 2rem 0;
}
.footer-copyright a {
    color: #0fb7ff;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 992px) {
    .footer-all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .footer-item {
        margin: 0 0 2rem 0;
    }
    .footer .container {
        padding-top: 1.5rem;
    }
    .footer-item:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    .footer-item:nth-child(1), .footer-item:nth-child(2) {
        display: none;
    }
    .fancybox-content {
        padding: 2.2rem;
    }
}
.forms{
    display:none;
}
/* End */
/* /local/templates/finance/css/reset.css?16799231571495 */
/* /local/templates/.default/components/bitrix/breadcrumb/breadcrumb/style.css?1680190158618 */
/* /local/templates/finance/template_styles.css?175308999549169 */
