@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@font-face {
    font-family: "ALS Rubl";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url(../fonts/ALSRubl.eot);
    src: url(../fonts/ALSRubl.eot?#iefix) format("embedded-opentype"), url(../fonts/ALSRubl.woff2) format("woff2"), url(../fonts/ALSRubl.woff) format("woff"), url(../fonts/ALSRubl.svg#ALSRubl) format("svg");
    unicode-range: U+0020-0078
}

@font-face {
    font-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")
}


body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

footer, header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

body, html {
    min-height: 100vh
}

html {
    width: 100%;
    margin: 0;
    padding: 0
}

body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%
}

.pin img {
    max-width: 100%;
    height: 100%
}

.breadcrumb__item a:hover, a {
    text-decoration: underline
}
a {
    color: #0067C1;
}
a:hover {
    text-decoration: none
}

.card-price-big__list ul li:last-child, p:last-child {
    margin-bottom: 0
}

.article-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -32px;
    padding: 0;
    list-style: none
}

.article-header__item {
    margin-bottom: 32px;
    margin-left: 32px
}

.autocomplete-suggestions {
    overflow: auto;
    cursor: default;
    border: 1px solid #999;
    background: #fff;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 8px 32px;
    white-space: nowrap
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    color: #0067bd
}

.autocomplete-group {
    display: block;
    padding: 2px 5px;
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700
}

.suggestions-suggestions {
    margin-top: -3px;
    border-radius: 0 0 5px 5px;
}

.bg-img-blue, .bg-img-grey {
    background-image: url(../images/bg-img-grey.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-img-blue {
    background-color: #0065bf;
    color: #fff;
    background-image: url("../images/background.svg");
    background-size: cover;
    padding: 36px 12px 50px;
}

.bg-color-grey {
    background-color: #f4f7fb;
}

.breadcrumb__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px
}

.breadcrumb__item {
    margin-left: 16px;
    letter-spacing: .01rem;
    color: #505050;
    font-size: 1rem;
    font-weight: 400
}

.breadcrumb__item a {
    text-decoration: none;
    color: inherit
}

.breadcrumb__item a:after {
    display: inline-block;
    content: "/";
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
    margin-left: -16px
}

.btn-row > * {
    margin-bottom: 16px;
    margin-left: 16px
}

.btn-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-decoration: none;
    color: #fff;
    border: 2px solid;
    font-weight: 500;
    height: 100%;
    padding: 0;
    cursor: pointer
}

.btn-text--color-red {
    border-color: #f20030;
    background-color: #f20030
}

.btn-text--color-red:hover .btn-text__left {
    color: #fff;
    background-color: #f20030
}

.btn-text--color-red:hover .btn-text__right {
    color: #f20030;
    background-color: #fff
}

.btn-text--color-red .btn-text__left {
    color: #f20030
}

.btn-text--size-sm, .btn-text--size-sm .btn-text__left, .btn-text--size-sm .btn-text__right {
    min-height: 40px
}

.btn-text__left {
    background-color: #fff
}

.btn-text__left, .btn-text__right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn, .card-aricle {
    text-decoration: none
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: .01875rem;
    color: inherit;
    border: 0;
    border-radius: 5px;
    background-color: transparent;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1
}

.btn:hover {
    opacity: .8
}

.btn.btn-icon {
    padding-top: 8px;
    padding-bottom: 8px
}

.btn.btn-icon i.icon {
    margin-right: 6px;
    margin-top: 6px;
}

.btn.btn-icon.btn-rs i.icon {
    margin-right: 0;
    margin-left: 16px
}

.btn.btn-sm {
    min-height: 40px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1rem
}

.btn.btn-sm i.icon {
    width: 16px;
    height: 16px
}

.btn.btn-lg {
    min-height: 56px;
    padding-right: 48px;
    padding-left: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.btn.btn-red {
    color: #fff;
    background-color: #E21438;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.btn.btn-red-sm {
    color: #fff;
    background-color: #E21438;
}

.btn.btn-outline-blue {
    color: #0065BF;
    border: 2px solid #0065BF;
}

a.btn.btn-outline-red,  a.btn.btn-outline-red:hover{
    color: #E21438;
    border: 2px solid #E21438;
    border-radius: 2px;
    outline: none;
}

.btn.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0
}

.btn-loader {
    position: relative;
}

.btn-loader:before {
    content: '';
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.btn-loader:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border: 1px solid #000000;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation-name: btn-loader-rotation;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes btn-loader-rotation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.card-aricle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-aricle:hover {
    outline: 2px solid #ec1b3f
}

[class|=col] .card-aricle {
    height: 100%
}

.card-aricle__img-wrap {
    position: relative;
    overflow: hidden;
    height: 230px
}

.card-aricle__img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover
}

.card-aricle__img-inner {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0b0f1c), to(transparent));
    background-image: -o-linear-gradient(bottom, #0b0f1c 0%, transparent 100%);
    background-image: linear-gradient(to top, #0b0f1c 0%, transparent 100%)
}

.card-aricle__img-rating {
    margin-right: 16px
}

.card-aricle__img-views {
    color: #fff
}

.card-aricle__desc {
    padding: 16px;
    background-color: #f4f7fb;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-aricle__title {
    letter-spacing: .0275rem;
    color: #505050;
    font-size: 1.375rem;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -moz-box-orient: vertical;
    -mox-line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-feature {
    position: relative;
    padding-top: 32px
}

.card-feature:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 8px;
    content: ""
}

.card-feature__title {
    letter-spacing: .0375rem;
    color: #0067bd;
    font-size: 1.5rem;
    font-weight: 700
}

.card-feature__desc {
    letter-spacing: .0375rem;
    color: #505050;
    font-size: 1.5rem
}

.card-info, .card-price-big__list ul li, .card-price-small__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-info__icon, .card-price-big__list ul li:before {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-right: 8px;
    border: 5px solid #f20030;
    border-radius: 50%;
    background-color: #fff
}

.card-info__desc {
    letter-spacing: .0225rem;
    color: #484848;
    font-size: 1.25rem
}

.card-info__desc b {
    color: #505050
}

.card-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    padding: 32px;
    border: 1px solid #d6d6d6
}

.card-price-big-row {
    margin-bottom: calc(var(--grid-gutter) * 2);
}

@media (min-width: 768px) {
    .card-price-big-row {
        justify-content: center;
        margin-bottom: calc(var(--grid-gutter) * 6);
    }
}

.card-price-big {
    padding: calc(var(--grid-gutter) * 3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(68, 98, 121, 0.15);
    box-shadow: 0px 2px 10px rgba(68, 98, 121, 0.15);
}

@media (max-width: 1279px) {
    .card-price-big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 980px) {
    .card-price-big {
        padding: 32px 16px;
    }
}

.card-price-big:hover {
    -webkit-box-shadow: 0 0 32px 1px rgba(121, 121, 121, .4);
    box-shadow: 0 0 32px 1px rgba(121, 121, 121, .4)
}

.card-price-big__notice-personal-data {
    color: #5E6D7A;
    font-size: 12px;
    line-height: 1.5;
}

.card-price-big__title {
    margin-bottom: calc(var(--grid-gutter) * 2);
    text-align: center;
    letter-spacing: .00563rem;
    text-transform: none;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
}

@media (max-width: 980px) {
    .card-price-big__title {
        margin-bottom: 16px;
        font-size: 18px;
    }
}

.card-price-big__list {
    margin-bottom: 16px;
    color: #505050;
    width: 100%;
}

.card-price-big__list ul, .card-price-small__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside
}

.card-price-big__list ul li, .card-price-small__list ul li {
    min-height: 22px;
    margin-bottom: 8px
}

.card-price-big__list ul li {
    padding-left: 24px;
    background-image: url("../icons/check.svg");
    background-repeat: no-repeat;
    background-position: left 6px;
}
.card-price-big__list.business-list ul li {
    padding-left: 24px;
    background-image: url("../icons/check.svg");
    background-repeat: no-repeat;
    background-position: left 5px;
}
.card-price-big__list ul li.through {
    padding-left: 24px;
    background-image: url("../icons/uncheck.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

.card-price-big__list ul li.through>span {
    color: #c4c4c4;
}

.card-price-big__wrap {
    width: 100%;
    grid-gap: 16px;
}
.card-more {
    padding: 0 0;
    text-align: center;
    width: 100%;
    margin: auto auto;
    top: 50%;
}


.card-price-big__link-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -24px -33px;
    padding: 15px 0;
    text-align: center;
    background: #f8f8f8;
    height: 70px;
}

.card-price-big__link-example>a.btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #0065BF;
}

.card-price-big__link-example>a.btn:hover {
    text-decoration-line: none;
}

.card-price-big__value {
    text-align: center;
    color: #484848;
    font-size: 48px;
    line-height: 53px;
}

.card-price-big__discount {
    text-align: center;
    color: #f20030;
    font-size: 1.125rem
}

.card-price-big__discount + .card-price-big__link-buy {
    margin-top: 24px
}

.card-price-big__link-buy {
    margin-top: 8px;
}

.card-price-big__popup-link {
    margin-top: 8px;
}

.card-link-business {
    margin: 20px 0 0;
}
@media (max-width: 1280px) {
    .card-link-business {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .card-link-business {
        margin: 0;
    }
}
.card-price-big__link-buy>a.btn-outline-red {
    color: #E21438;
}
.card-price-big__link-buy>a.btn-red, .card-price-big__link-buy>a.btn-red:hover {
    color: #fff;
}
.card-feature:before, .card-price-small--color-red .card-price-small__list ul li.dash:after, .card-price-small--color-red .card-price-small__list ul li:before {
    background-color: #f20030
}

.card-price-small__title {
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 700
}

.card-price-small__title--color-blue {
    color: #0067bd
}

.card-price-small__discount {
    display: inline-block;
    margin-top: 16px;
    padding: 4px 8px;
    color: #fff;
    background-color: #f20030;
    font-size: .9375rem;
    font-style: italic
}

.card-price-small__list {
    font-size: .875rem
}

.card-price-small__list ul li:last-child {
    margin-bottom: 0
}

.card-price-small__list ul li:before {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 6px;
    height: 6px;
    margin-top: 7px;
    margin-right: 8px;
    content: "";
    border-radius: 50%;
    background-color: #fff
}

.card-price-small__list ul li.through {
    text-decoration: line-through;
    opacity: .5
}

.card-prop--hide .card-prop__title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 70%;
    margin-right: 16px
}

@media (max-width: 767px) {
    .card-prop--hide .card-prop__title {
        width: 100%
    }
}

.card-prop--hide .card-prop__main {
    display: none;
    margin: -10px;
    padding: 26px 10px 10px
}

.card-prop--hide .card-prop__main-inner {
    padding: 32px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(187, 187, 187, .3);
    box-shadow: 0 0 10px 1px rgba(187, 187, 187, .3)
}

.card-prop__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .card-prop__header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.card-prop__header + .card-prop__main {
    padding-top: 32px
}

.card-prop__header-left {
    max-width: 65%
}

@media (max-width: 1023px) {
    .card-prop__header-left {
        max-width: 100%
    }
}

.card-prop__header-right {
    max-width: 35%;
    margin-left: auto
}

@media (max-width: 1023px) {
    .card-prop__header-right {
        display: none
    }
}

.card-prop__status {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px
}
.card-prop__link-example {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #0065BF;
}

.card-prop__link-example_2 {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 8px;
    margin-top: 40px;
    color: #0065BF;
    font-size: 14px;
    line-height: 16px;
}
.card-prop__link-example_2>a {
    text-decoration: none;
}
.blue-value {
    color: #0067C1;
}
.card-prop__main {
    font-size: .875rem
}

.card-prop__items {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.card-prop__items:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.card-prop__item {
    margin-bottom: 10px
}

.card-prop__item:last-child {
    margin-bottom: 0
}

.card-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 8px 1px rgba(80, 80, 80, .3);
    box-shadow: 0 0 8px 1px rgba(80, 80, 80, .3)
}

.card-steps:hover {
    -webkit-box-shadow: 0 0 16px 1px rgba(80, 80, 80, .3);
    box-shadow: 0 0 16px 1px rgba(80, 80, 80, .3)
}

.card-steps[class*="--step"] {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%
}

.card-steps--step-1 {
    background-image: url(../images/icons/icon-step-1.png)
}

.card-steps--step-2 {
    background-image: url(../images/icons/icon-step-2.png)
}

.card-steps--step-3 {
    background-image: url(../images/icons/icon-step-3.png)
}

.card-steps--step-4 {
    background-image: url(../images/icons/icon-step-4.png)
}

.card-steps__title {
    margin-bottom: 16px;
    letter-spacing: .0375rem;
    color: #0067bd;
    font-size: 1.5rem;
    font-weight: 500
}

.card-steps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-bottom: 16px
}

.card-steps__desc {
    max-width: 100%;
    color: #505050
}

[class|=col] .card-steps {
    height: 100%
}

.card-sum {
    padding: 24px;
    text-align: center;
    background-color: #fff
}

.card-sum__title {
    margin-bottom: 16px;
    color: #000;
    font-size: 1.375rem;
    font-weight: 500
}

.card-sum__discount {
    color: #f20030;
    font-size: 1.125rem;
    font-style: italic
}

.card-toggle {
    --icon-plus-display: block;
    --icon-minus-display: node;
}

.card-toggle.open {
    --icon-plus-display: none;
    --icon-minus-display: block;
}

.card-toggle.open .card-toggle__header-icon:before {
    opacity: 0
}

.card-toggle.open .card-toggle__header-icon:after {
    opacity: 1
}

.card-toggle.open .card-toggle__main {
    display: block
}

.card-toggle__header {
    --svg-stroke: #E6EDF3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: .3s;
    cursor: pointer
}

.card-toggle__header:hover {
    --svg-stroke: #0065bf;
    color: #0065bf;
}

.card-toggle__header:hover .card-toggle__header-left .title-small {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #0066bd
}

.card-toggle__header-left {
    width: 100%;
    max-width: calc(100% - 28px - 24px)
}

.card-toggle__header-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}

.card-toggle__header-icon:after, .card-toggle__header-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/icon-toggle-plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.card-toggle__header-icon:after {
    opacity: 0;
    background-image: url(../images/icons/icon-toggle-minus.png)
}

.card-toggle__header-icon--no-npg:after,
.card-toggle__header-icon--no-npg:before {
    display: none;
}

.card-toggle__header-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 28px;
    height: 28px
}

.card-toggle__header-svg {
    width: 30px;
    height: 30px;
}

.list-toggle__svg {
    transition: .3s;
    stroke: var(--svg-stroke);
}

.list-toggle__svg-plus {
    display: var(--icon-plus-display);
}

.list-toggle__svg-minus {
    display: var(--icon-minus-display);
}

.card-toggle__main {
    display: none
}

.card-toggle__main-wrap {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.code-example__title, .pin ol li {
    margin-bottom: 16px
}

.code-example__title > *, .form-group label {
    margin-bottom: 0
}

.code-example__line {
    margin-bottom: 32px
}

.code-example__line:last-child {
    margin-bottom: 0
}

.code-example__toggle {
    border: 1px solid #000;
    border-radius: 4px
}

.code-example__toggle-link:hover .code-example__toggle-btn, .code-example__toggle.open .code-example__toggle-btn {
    border-color: #000
}

.code-example__toggle.open .code-example__toggle-btn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.code-example__toggle-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 32px;
    text-decoration: none;
    color: inherit
}

.code-example__toggle-link:hover, .footer__link a {
    color: inherit
}

.code-example__toggle-title {
    width: 100%;
    max-width: calc(100% - 2.5rem - 32px);
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.code-example__toggle-title > * {
    margin: 0
}

.code-example__toggle-btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    height: 40px;
    margin-left: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 2.5rem
}

.code-example__toggle-btn:after {
    display: block;
    content: "\E313";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000;
    font-family: "Material Icons"
}

.code-example__toggle-main {
    display: none
}

.code-example__toggle-main-content {
    padding: 16px 32px 24px
}

.decor-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b8b8b9;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .01125rem
}

.decor-text:after, .decor-text:before {
    content: '';
    width: 20%;
    height: 1px;
    background-color: #b8b8b9
}

.decor-text:before {
    margin-right: 5px
}

.decor-text:after {
    margin-left: 5px
}

.down-info {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 19px 2px rgba(34, 37, 49, .24);
    box-shadow: 0 7px 19px 2px rgba(34, 37, 49, .24)
}

@media (max-width: 767px) {
    .down-info {
        position: fixed;
        z-index: 99;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #464646;
        -webkit-box-shadow: 0 -3px 12px 1px rgba(27, 21, 18, .71);
        box-shadow: 0 -3px 12px 1px rgba(27, 21, 18, .71)
    }
}

.down-info--fixed {
    position: fixed;
    z-index: 99;
    top: 64px;
    left: 0;
    width: 100%
}

@media (max-width: 767px) {
    .down-info--down-end .down-info__left {
        display: none
    }

    .down-info--down-end .down-info__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .down-info__left {
        min-width: 290px;
    }
}

.down-info--down-end .down-info__btn-price {
    display: block
}

.down-info--down-end .down-info__icon-count {
    display: none
}

.down-info--down-end .down-info__icon-full {
    display: block;
    min-width: 25px;
}

.down-info__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px
}

.down-info__inner, .down-info__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.down-info__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 32px
}

@media (max-width: 767px) {
    .down-info__right {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: 0
    }
    .footer {
        padding-bottom: 32px;
    }
}

.down-info__btn-price {
    display: none
}

.down-info__icon {
    margin-right: 16px
}

.down-info__icon-count {
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center
}

@media (max-width: 767px) {
    .down-info__icon-count {
        width: 44px;
        height: 44px
    }
}

.down-info__icon-count svg {
    width: 100%
}

.down-info__icon-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    color: #f20030;
    font-size: 1.875rem;
    font-weight: 400
}

@media (max-width: 767px) {
    .down-info__icon-text {
        font-size: 1.25rem
    }
}

.down-info__svg-a {
    fill: none;
    stroke: #f20030;
    stroke-width: 15px
}

.down-info__svg-b {
    fill: none;
    stroke: #7d7d7d;
    stroke-width: 5px
}

@media (max-width: 767px) {
    .down-info__svg-b {
        stroke: #fff
    }
}

.down-info__icon-full, .form-group .form-checkbox input, .form-radio label > input {
    display: none
}

.down-info__title {
    letter-spacing: .02813rem;
    color: #505050;
    font-size: 1.125rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .down-info__title {
        color: #fff;
        font-size: .75rem
    }
}

.down-info__text {
    letter-spacing: .01625rem;
    color: #505050;
    font-size: .8125rem;
    font-weight: 400
}

@media (max-width: 767px) {
    .down-info__text {
        color: #fff;
        font-size: .6875rem
    }
}

.down-info__progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #f20030
}

.down-info__progress-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #002dc3
}

.error-page, .error-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    min-height: 100vh;
    padding: 50px 16px;
    color: #fff;
    background-color: #0067bd
}

.error-page__wrap {
    max-width: 760px
}

@media (max-width: 767px) {
    .error-page__wrap {
        -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
    }
}

.error-page__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 152px;
    margin-right: 32px
}

@media (max-width: 767px) {
    .error-page__left {
        margin-right: 0;
        margin-bottom: 64px
    }
}

.error-page__title {
    margin-bottom: 8px
}

.fancybox-close {
    background-image: url(../images/icons/icon-close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 13px;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.fancybox-close:hover {
    opacity: .6
}

.fancybox-overlay {
    background: rgba(54, 54, 54, .5)
}

.file-actions__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -16px
}

.file-actions__item {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 29px;
    margin-left: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.file-actions__item:hover {
    opacity: .8
}

.file-actions__item img {
    max-height: 100%
}

.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #505050
}

.file__icon-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px
}

.files__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -32px;
    padding: 0;
    list-style: none
}

.files__item {
    margin-bottom: 8px;
    margin-left: 32px
}

.footer {
    color: #fff;
    background-color: #0067bd
}

.footer__link {
    margin-bottom: 8px;
    color: #9cbeda;
    font-size: .8125rem
}

.footer__link:last-child {
    margin-bottom: 0
}

.footer__help {
    color: #9cbeda;
    font-size: 14px;
    line-height: 1.6
}

.footer__help a {
    text-decoration: none;
    color: #fff
}

.footer__help a:hover, . {
    color: #58d6ff
}

.footer__social-link {
    justify-content: center;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .footer__social-link {
        justify-content: flex-end;
    }
}

.form-aside {
    padding: 32px 16px
}

.form-group .form-control {
    border: 1px solid #ebebeb;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem;
    padding: 14px 20px;
    line-height: 1
}

.form-group .form-control::-webkit-input-placeholder {
    line-height: 1;
    color: #b8b8b9
}

.form-group .form-control:-ms-input-placeholder, .form-group .form-control::-ms-input-placeholder {
    line-height: 1;
    color: #b8b8b9
}

.form-group .form-control::placeholder {
    line-height: 1;
    color: #b8b8b9
}

.form-group .invalid-feedback {
    color: #ef0000;
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .015rem
}

.form-group.has-error .form-control {
    border: 1px solid red
}

.form-group.has-error .invalid-feedback {
    display: block
}

.form-group .form-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.form-group .form-checkbox label:hover > * {
    opacity: 1
}

.form-group .form-checkbox input:checked + i {
    background-image: url(../images/icons/icon-checked.svg)
}

.form-group .form-checkbox i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/icon-not-checked.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.form-group .form-checkbox span {
    display: inline-block;
    color: #080808;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .01125rem
}

.form-group label {
    font-size: 1.125rem
}

.form-radio--border label > input:checked + * {
    border: 2px solid #f20030
}

.form-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    cursor: pointer
}

.form-radio label > input:checked + i:after {
    display: block
}

.form-radio label > i, .form-radio label > i:after {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%
}

.form-radio label > i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
    border: 2px solid #d7d7d7;
    position: relative;
    width: 18px;
    height: 18px
}

.form-radio label > i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 9px;
    height: 9px;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f20030
}

.hamburger {
    z-index: 101;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    font: inherit
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 21px
}

.hamburger--slider .hamburger-inner::before, .hamburger-inner {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 28px;
    height: 3px;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #0065BF;
    display: block
}

.blue .hamburger-inner,
.blue .hamburger-inner::after,
.blue .hamburger-inner::before,
.header__header--blue .hamburger-inner,
.header__header--blue .hamburger-inner::after,
.header__header--blue .hamburger-inner::before {
    background-color: #fff;
}

.hamburger-inner {
    margin-top: -1.5px;
    top: 50%
}

.hamburger-inner::after, .hamburger-inner::before {
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    content: ""
}

.hamburger-inner::before {
    top: -9px
}

.hamburger-inner::after {
    bottom: -9px
}

.hamburger--slider .hamburger-inner {
    top: 1.5px
}

.hamburger--slider .hamburger-inner::before {
    top: 9px;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.hamburger--slider .hamburger-inner::after {
    top: 18px
}

.nav-main-mobile.open .hamburger--slider .hamburger-inner {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg)
}

.nav-main-mobile.open .hamburger--slider .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-4px, -6px, 0);
    transform: rotate(-45deg) translate3d(-4px, -6px, 0);
    opacity: 0
}

.nav-main-mobile.open .hamburger--slider .hamburger-inner::after {
    -webkit-transform: translate3d(0, -18px, 0) rotate(-90deg);
    transform: translate3d(0, -18px, 0) rotate(-90deg)
}

.header {
    --header-app-download-block-scale: 0;
    --header-app-download-block-height: 0px;

    padding-top: 64px;
    transition: all 0.2s;
}

.header--downloadable {
    --header-app-download-block-scale: 1;
    --header-app-download-block-height: 64px;

    padding-top: 128px;
}

@media (min-width: 1024px) {
    .header {
        --header-app-download-block-scale: 0;
        --header-app-download-block-height: 0px;
    }

    .header--downloadable {
        padding-top: 64px;
    }
}

.header__top-lines {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 999999;
}

.header__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    max-height: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #464646;
    background-color: #F3F7FB;
    width: 100%;
    z-index: 20000;
}

.header__header.blue {
    color: #fff;
    background-color: #0065BF;
}

.header__header--blue {
    color: #fff;
    background-color: #0065BF;
}


.header__app-download {
    flex: 1 1 100%;
    height: var(--header-app-download-block-height);
    max-height: var(--header-app-download-block-height);
    transition: all 0.2s;
    transform: scaleY(var(--header-app-download-block-scale));
    transform-origin: top center;
}

.header__row {
    display: grid;
    grid-template: "logo addons hamburger"/128px auto 28px;
    grid-gap: 16px;
}

@media (min-width: 375px) {
    .header__row {
        grid-template: "logo addons hamburger"/200px auto 28px;
    }
}

@media (min-width: 1024px) {
    .header__row {
        grid-template: "logo nav-main"/200px auto;
        grid-gap: 8px;
    }
}

.header__main-wrap {
    margin-right: auto;
}

@media (min-width: 1024px) {
    .header__main-wrap {
        width: 100%;
    }
}

.header__statement-wrap {
    grid-area: addons;
}

@media (min-width: 1024px) {
    .header__statement-wrap {
        display: none;
    }
}

.header__burger-wrap {
    grid-area: hamburger;
    display: flex;
    justify-content: flex-end;
    justify-self: flex-end;
}
@media (min-width: 1024px) {
    .header__burger-wrap {
        display: none;
    }
}

.header__info {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    background-color: #f20030
}

.header__info-text {
    letter-spacing: .0075rem;
    color: #fff;
    font-size: .75rem;
    font-weight: 400
}

.header__main {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    background-image: url(../images/background.svg);
    background-position: center;
    background-size: cover;
    background-color: #0065bf;
    z-index: 1;
}

.header__nav-main {
    grid-area: nav-main;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 100%
}

.header__btn-statement.btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    padding: 4px 20px;
    border-radius: 5px;
    display: none;
}

.header__header.blue .header__btn-statement {
    display: inline-block;
}

@media (max-width: 1023px) {
    .header__nav-main {
        position: absolute;
        display: none;
        min-width: 278px;
        height: 85vh;
        background-color: #002dc3;
        -webkit-box-shadow: 3px 4px 12px 1px rgba(10, 10, 10, .3);
        box-shadow: 3px 4px 12px 1px rgba(10, 10, 10, .3)
    }
}

@media (max-width: 767px) {
    .header__nav-main {
        position: fixed;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh
    }
}

.header__nav-main-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header__title-big {
    text-align: center
}

.header__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header__help-info {
    padding-top: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #2f3b45
}

.header__help-info a, .link-text a {
    text-decoration: none;
    color: #2f3b45
}

@media (max-width: 1023px) {
    .header__help-info span {
        display: none
    }
}

@media (min-width: 1024px) {
    .header__help-info br {
        display: none
    }
}

@media (max-width: 767px) {
    .header__help-info {
        font-size: .875rem;
        padding: 6px 0;
        color: #fff;
    }

    .header__help-info.a {
        color: #fff
    }
}

.header__person-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

@media (max-width: 767px) {
    .header__logo-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.help-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help-info__icon {
    margin-right: 32px
}

.hr--color-white {
    border-color: #fff
}

.icon {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: 1.5rem
}

.icon-search {
    background-image: url(../images/icons/icon-search.png)
}

.icon-file {
    background-image: url(../images/icons/icon-file.png)
}

.icon-arr-right {
    width: 26px;
    background-image: url(../images/icons/icon-arr-right.png)
}

.icon-arr-left {
    width: 26px;
    background-image: url(../images/icons/icon-arr-left.png)
}

.icon-eye-w {
    background-image: url(../images/icons/icon-eye-w.png)
}

.icon-like-g {
    width: 16px;
    height: 14px;
    background-image: url(../images/icons/icon-like-g.png)
}

.icon-eye-g {
    width: 17px;
    height: 11px;
    background-image: url(../images/icons/icon-eye-g.png)
}

.info-count, .info-count__icon, .link-accent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-count__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
    margin-right: 8px
}

.link-accent__title {
    margin-right: 16px;
    font-weight: 700
}

.link-text {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .01125rem
}

.link-text a {
    color: #61a2e8;
    border-bottom: 1px dashed #b7b7b7
}

.link-text a:hover {
    border-bottom: transparent
}

.link-text, .link-text--color-grey a {
    color: #b8b8b9
}

.list-card__item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.list-card__item:last-child, .pin ol li:last-child, .pin ul li:last-child {
    margin-bottom: 0
}

.list-toggle__item {
    border-bottom: 1px solid #E6EDF3;
}

.list-toggle__item:last-child {
    border: 0
}

.loader > * {
    width: 19px;
    height: 19px;
    -webkit-animation: rotation .7s infinite linear;
    animation: rotation .7s infinite linear
}

.loading {
    background-image: url(../images/pic-loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.logo-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-main--small .logo-main__img {
    max-width: 29px;
    margin-right: 16px;
}

.logo-main--small .logo-main__title {
    margin-bottom: 8px;
    font-size: 1.125rem
}

.logo-main--small .logo-main__sub-title {
    font-size: .625rem
}

.logo-main > a, .logo-main__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.logo-main > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-main > a:hover {
    color: inherit
}
.header__nav-logo {
    grid-area: logo;
    display: inline-block;
}
.logo-main__img {
    background: url("/assets/frontend/images/logo_fullcolor.svg") no-repeat;
    width: 128px;
    height: 46px;
    background-size: contain;
}

@media (min-width: 375px) {
    .logo-main__img {
        width: 160px;
    }
}

.header__header.blue .logo-main__img,
.header__header.header__header--blue .logo-main__img {
    background: url("/assets/frontend/images/logo_mono.svg") no-repeat;
    background-size: contain;
}

.logo-main__img>img {
    height: 46px;
}
.logo-main__img__footer>img {
    height: 41px;
}
.logo-main__title {
    margin-bottom: 16px;
    letter-spacing: .01313rem;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1
}

.logo-main__sub-title {
    letter-spacing: .02563rem;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1
}

.map {
    width: 100%;
    height: 300px
}

.blue .nav-main-mobile__slot-menu,
.header__header--blue .nav-main-mobile__slot-menu {
    background-color: #0065BF;
}

.header__header.blue .nav-main__item.active span,
.header__header--blue .nav-main__item.active span {
    display: inline;
    border-bottom: 2px solid #fff;
}

.nav-main-mobile__slot-menu {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background-color: #F3F7FB;
    -webkit-box-shadow: 0 6px 12px 1px rgba(10, 10, 10, .3);
    box-shadow: 0 6px 12px 1px rgba(10, 10, 10, .3)
}

@media (max-width: 767px) {
    .nav-main-mobile__slot-menu {
        position: fixed;
        overflow: auto;
        width: 100vw;
        height: 100vh
    }
}

.open .nav-main-mobile__slot-menu {
    display: block
}

.nav-main__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
}

@media (max-width: 1023px) {
    .nav-main__items {
        display: block;
        margin-left: 0;
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.nav-main__item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
}

.nav-main__item--mobile, .rating__form input {
    display: none
}

@media (max-width: 1023px) {
    .nav-main__item {
        margin-bottom: 16px;
        margin-left: 0;
    }

    .nav-main__item--mobile {
        display: block
    }

    .nav-main__item:last-child {
        margin-bottom: 0
    }
}

.nav-main__item.active, .person-menu__item--person-doc .person-menu__item-icon[data-items] {
    position: relative
}

@media (max-width: 1023px) {
    .nav-main__item.active {
        background-color: transparent;
    }
}

.nav-main__item.active span {
    display: inline;
    border-bottom: 2px solid #464646;
}

@media (max-width: 1023px) {
    .nav-main__item.active:after {
        display: none
    }
}

.nav-main__item:hover {
    opacity: .9
}

.logo-main > a, .nav-main__item > a {
    text-decoration: none;
    color: inherit
}

.nav-main__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .nav-main__item-link {
        margin-left: 0;
        padding: 8px 16px
    }
}

.nav-main__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 18px;
    margin-right: 16px
}

@media (max-width: 1023px) {
    .nav-main__item-icon {
        display: none;
    }
}

.nav-main__item-icon img {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-height: 100%;
    line-height: 1
}

@media (min-width: 1024px) {
    .nav-main__item-icon {
        display: none
    }
}

.pay-logo, .person-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[class|=col] .pay-logo {
    height: 100%
}

.person-menu__items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.person-menu__item {
    margin-right: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .person-menu__item {
        margin-right: 16px
    }
}

.person-menu__item:hover, .socials__item a:hover {
    opacity: .9
}

.person-menu__item:last-child {
    margin-right: 0
}

.person-menu__item--person-doc .person-menu__item-icon[data-items]:after, .person-menu__item-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.person-menu__item--person-doc .person-menu__item-icon[data-items]:after {
    position: absolute;
    top: 0;
    left: calc(100% - 7px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    content: attr(data-items);
    border-radius: 50%;
    background-color: #f20030
}

.person-menu__item--person-lk .person-menu__item-link {
    position: relative;
    padding-right: 26px
}

@media (max-width: 767px) {
    .person-menu__item--person-lk .person-menu__item-link {
        padding-right: 0
    }
}

.person-menu__item--person-lk .person-menu__item-link:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent
}

@media (max-width: 767px) {
    .person-menu__item--person-lk .person-menu__item-link:after {
        display: none
    }
}

.person-menu__item-link {
    text-decoration: none;
    color: inherit;
    font-size: .8125rem;
    font-weight: 700
}

.person-menu__item-link:hover, .pin h1 > a:hover, .pin h2 > a:hover, .pin h3 > a:hover, .pin h4 > a:hover, .pin h5 > a:hover, .pin h6 > a:hover {
    color: inherit
}

.person-menu__item-icon {
    margin-right: 16px
}

@media (max-width: 767px) {
    .person-menu__item-icon {
        margin-right: 0
    }

    .person-menu__item-text {
        display: none
    }
}

.pin--font-medium {
    font-size: 1.125rem
}

.pin--font-medium > * {
    margin-bottom: 32px
}

.pin table {
    border-collapse: collapse;
    border-color: #DEDFE0;
}

.pin td {
    border-width: 1px 0 0 0;
    border-color: #DEDFE0;
    border-style: solid;
    vertical-align: center;
    padding: 20px 20px 20px 32px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.pin tr td:first-child{
    text-align: left;
    padding: 20px 20px 20px 4px;
}

.pin tr:first-child td, .pin  th{
    border-top-width: 0;
    vertical-align: top;
    padding: 4px 0 16px 32px;
    font-weight: 500;
    font-size: 14px;
}

.pin tr:first-child td:first-child , .pin  th:first-child {
    padding: 4px 0 16px 4px;
}

.pin ul {
    padding: 0;
    list-style: none
}

.pin ul li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 24px
}

.pin ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 13px;
    height: 15px;
    content: "";
    background-image: url(../images/icons/icon-list.png);
    background-repeat: no-repeat;
    background-position: center
}

.pin h1, .pin h2, .pin h3 {
    margin-bottom: 24px;
    color: inherit;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem
}

.pin h1 > a, .pin h2 > a, .pin h3 > a, .pin h4 > a, .pin h5 > a, .pin h6 > a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: inherit
}

.pin h2, .pin h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.5rem
}

.pin h3 {
    margin-bottom: 16px;
    font-size: 1.625rem;
    line-height: 2rem
}

.pin h4, .pin h5, .pin h6 {
    margin-bottom: 16px;
    color: inherit;
    font-size: 1.375rem
}

.pin h5, .pin h6 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem
}

.pin h4, .pin h6 {
    font-weight: 400;
    line-height: 1.75rem
}

.pin blockquote {
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 32px;
    padding: 24px 40px;
    letter-spacing: .0125rem;
    color: #fff;
    background-color: #002dc3;
    -webkit-box-shadow: 0 0 17px 1px rgba(0, 19, 39, .43);
    box-shadow: 0 0 17px 1px rgba(0, 19, 39, .43);
    font-size: 1.25rem;
    line-height: 1.625rem
}

.pin blockquote:before {
    position: absolute;
    top: 30%;
    right: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-width: 12px 24px 12px 0;
    border-style: solid;
    border-color: transparent #002dc3 transparent transparent
}

.pin__shadow-img {
    -webkit-box-shadow: 0 0 14px 2px rgba(94, 124, 156, .25);
    box-shadow: 0 0 14px 2px rgba(94, 124, 156, .25)
}

.popular-articles__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.popular-articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px
}

.popular-articles__item:last-child {
    margin-bottom: 0
}

.popular-articles__item-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 16px
}

.popular-articles__item-img-wrap {
    overflow: hidden;
    width: 100px;
    height: 85px
}

.popular-articles__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.popular-articles__item-title {
    color: #1c1c1c
}

.popular-articles__item-counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    color: #818080;
    font-size: .875rem
}

.popular-articles__item-count {
    margin-left: 16px
}

.popular-articles__item-link, .prop {
    font-size: .875rem
}

.pupop-big {
    overflow: hidden;
    overflow-y: auto;
    min-height: 100%;
    background-color: #fff;
    width: 1152px
}

@media (max-width: 1279px) {
    .pupop-big {
        width: 95vw
    }
}

.pupop-small {
    padding: 32px;
    width: 545px;
    -webkit-box-shadow: 0 0 34px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 34px 4px rgba(0, 0, 0, .3);
    border-radius: 3px
}

@media (max-width: 767px) {
    .pupop-small {
        width: 100%;
        padding: 16px
    }
}

.rating {
    --rating-fs: var(--custom-rating-fs, 1.5rem);
}

.rating__title {
    margin-bottom: 8px;
    letter-spacing: .00875rem;
    color: #505050;
    font-size: .875rem
}

.rating__form {
    float: left
}

.rating__form input:checked ~ label {
    color: #ffd700
}

.rating__form label {
    float: right;
    margin: 0;
    cursor: pointer;
    color: #ddd
}

.rating__form label:before {
    margin-right: 5px;
    margin-left: 5px
}

.rating__form label:hover, .rating__form label:hover ~ label {
    color: #ffd700
}

.rating__form label.half:before {
    position: absolute;
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    content: "\f089"
}

.rating__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px
}

.rating__result-item {
    margin-left: 5px;
    color: #ffd700
}

.rating__form label:before, .rating__result-item:before {
    display: inline-block;
    content: "\f005";
    font-family: FontAwesome;
    font-size: var(--rating-fs);
}

.rating__result-item--part:before {
    content: "\f123"
}

.rating__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    margin-left: 8px;
    letter-spacing: .00875rem;
    color: #505050;
    font-size: .875rem
}

@media (max-width: 767px) {
    .results * {
        word-break: break-word
    }
}

.results__items > .row > [class|=col]:nth-child(even) > .results__line-text {
    background-color: #f8f8f8
}

.results__loading {
    padding: 48px 0
}

.results__line-title {
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px solid rgba(160, 160, 160, .3)
}

.results__title {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #a9a9a9;
    font-size: .875rem;
    font-weight: 500
}

@media (max-width: 1023px) {
    .results__title {
        padding: 0;
    }
}

.results__line-text {
    height: 100%;
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px solid rgba(160, 160, 160, .3)
}

@media (max-width: 1023px) {
    .results__line-text {
        background-color: #f8f8f8
    }
}

.results__text {
    color: #080808;
    font-size: .875rem;
    overflow-wrap: break-word
}

.result-summary {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .results__text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        line-clamp: 10;
        -webkit-box-orient: vertical;
    }

    .result-summary {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.results__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media (max-width: 1023px) {
    .results__btn {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.results__error-search {
    padding: 16px 0
}

.results__error-search-title {
    margin-bottom: 16px
}

.results__btn-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
}

@media (max-width: 1023px) {
    .results__btn-btn {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .results__lines-wrapper--ab-test {
        margin: 0 !important;
    }
    .results__line-text--ab-test {
        position: relative;
        background: none;
        border: 0;
        border-top: 2px solid #E2ECFB;
        margin: 0;
        padding: 20px 0;
    }
    .results__line-text--ab-test .result-summary {
        margin-top: 0;
        margin-bottom: 0;
    }
    .results__line-text--ab-test .results__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #797F84
    }
    .results__line-text--ab-test .results__cadastral {
        font-size: 12px;
    }
    .results__line-text--ab-test .results__address {
        color: #121212;
    }
    .results__line-text--ab-test .results__area-type {
        margin-top: 8px;
    }
    .results__line-text--ab-test .results__square {
        margin-top: 8px;
    }
    .results__line-text--ab-test .results__btn--ab-test {
        padding: 0;
        display: block;
        height: auto;
    }
    .results__line-text--ab-test .results__btn--ab-test .btn,
    .results__line-text--ab-test .results__btn--ab-test .btn:active {
        position: absolute;
        display: block;
        bottom: -13px;
        right: 13px;
        border: none;
        padding: 0;
        width: 24px;
        height: 24px;
        line-height: 0;
        font-size: 0;
        background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H20M20 11L9.99996 21M20 11L9.99996 1' stroke='%23E21438' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center / 20px 20px;
    }
    .results__line-text--ab-test .results__btn--ab-test .btn:hover {
        outline: 2px solid #E21438;
        border: none;
        transition: none;
    }
}
@media (min-width: 1024px) {
    .results__line-text--ab-test .results__square-unit {
        display: none;
    }
}

.rubl-symbol {
    font-family: "ALS Rubl"
}

.btn-search {
    min-height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .btn-search {
        min-height: 60px;
        border-radius: 5px;
        font-size: 20px;
        width: 100%;
    }
}

.sidebar__items {
    border-radius: 2px;
    background-color: #f6f6f6
}

.sidebar__item {
    position: relative;
    color: #505050
}

.sidebar__item:after {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 40px;
    height: 100%;
    content: "";
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 110%
}

@media (max-width: 1023px) {
    .sidebar__item:after {
        display: none
    }
}

.sidebar__item--icon-check.active a:before, .sidebar__item--icon-check.hover a:before {
    background-image: url(../images/icons/icon-check.svg)
}

.sidebar__item--icon-accent a:before, .sidebar__item--icon-check a:before {
    position: absolute;
    top: 15px;
    right: calc(100% - 20px);
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(../images/icons/icon-check.svg);
    background-repeat: no-repeat;
    background-position: center
}

.sidebar__item--icon-accent.active a:before, .sidebar__item--icon-accent.hover a:before {
    background-image: url(../images/icons/icon-accent-w.svg)
}

.sidebar__item--icon-accent a:before {
    background-image: url(../images/icons/icon-accent.svg)
}

.sidebar__item.active, .sidebar__item.hover {
    color: #fff;
    background-color: #002dc3
}

.sidebar__item.active:after, .sidebar__item.hover:after {
    background-image: url(../images/bg-sidebar-arr-w.svg)
}

.sidebar__item a {
    display: block;
    padding: 12px 40px 12px 24px;
    text-decoration: none;
    color: inherit
}

.socials, .socials__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__items {
    margin-right: -6px
}

.socials__item {
    border-radius: 2px;
    margin-right: 6px;
    width: 45px;
    height: 45px
}

.socials__item a {
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease
}

.socials__item img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.socials__item--icon-fb a {
    background-color: #2c558b
}

.socials__item--icon-fb img {
    width: 8px;
    height: 17px
}

.socials__item--icon-vk a {
    background-color: #4775a6
}

.socials__item--icon-vk img {
    width: 11px;
    height: 13px
}

.stop-scroll {
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

.tab__items-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tab__item-nav {
    margin-right: 50px;
    border-bottom: 1px solid #b9b7b4
}

@media (max-width: 767px) {
    .tab__item-nav {
        margin-right: 20px;
        font-size: 14px
    }
}

.tab__item-nav.active {
    border-bottom: 3px solid #002dc3
}

.tab__item-nav.active a {
    color: #002dc3;
    font-weight: 700
}

.tab__item-nav.active .rubl-symbol {
    font-weight: 700
}

.tab__item-nav:last-child {
    margin-right: 0
}

.tab__item-nav a {
    display: block;
    padding-bottom: 6px;
    color: #818181;
    text-decoration: none
}

.tab__items-content {
    padding-top: 50px
}

.tab__item-content {
    display: none
}

.tab__item-content.active, .tooltip:hover:before {
    display: block
}

.text-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text-icon--color-red {
    color: #f20030
}

.text-icon--size-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-icon--size-medium .text-icon__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 8px
}

.text-icon--size-small .text-icon__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    line-height: 1rem
}

.text-icon--size-small .text-icon__icon img {
    display: inline-block;
    max-height: 100%;
    line-height: inherit
}

.title-big {
    letter-spacing: .025rem;
    color: inherit;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3
}

@media (max-width: 767px) {
    .title-big {
        font-size: 1.75rem
    }
}

.title-big--color-blue {
    color: #002dc3
}

.title-big--color-grey {
    color: #484848;
    font-weight: 400
}

.title-big--line-red {
    position: relative;
    padding-bottom: 32px
}

.title-big--line-red:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 192px;
    height: 8px;
    content: "";
    background-color: #f20030
}

.title-big > * {
    margin: 0;
    letter-spacing: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-icon--small .title-icon__icon {
    width: 25px;
    height: 25px;
    margin-right: 16px;
    text-align: center
}

.title-icon--small .title-icon__text {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3
}

@media (max-width: 767px) {
    .title-icon--small .title-icon__text {
        font-size: 1rem
    }
}

.title-icon__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.title-icon__icon img {
    max-height: 100%
}

.title-medium {
    letter-spacing: .03rem;
    color: inherit;
    font-size: 32px;
    line-height: 37px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .title-medium {
        font-size: 1.5rem
    }
}

.title-medium--color-blue {
    color: #002dc3
}

.title-medium--color-grey {
    color: #484848;
    font-weight: 400
}

.title-medium > * {
    margin: 0;
    letter-spacing: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.title-small {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3
}

.title-small--color-blue {
    color: #002dc3
}

.title-small--color-grey {
    color: #484848
}

.title-small--color-white {
    color: #fff
}

.title-small--color-red {
    color: #f20030
}

.title-small > * {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

@media (max-width: 1023px) {
    .title-small-h--ab-test {
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        color: #121212;
        margin-bottom: 10px;
    }

    .title-small-objects-query--ab-test {
        display: none;
    }
}
@media (min-width: 1024px) {
    .title-small-h--ab-test {
        color: #002dc3;
    }
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip.tooltip-center .tooltip__content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.tooltip-sm .tooltip__content {
    width: 150px
}

.tooltip.tooltip-sm .tooltip__text {
    font-size: .8125rem
}

.tooltip:before, .tooltip__content {
    position: absolute;
    top: calc(100% + 16px);
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(13, 44, 71, .1), 0 1px 2px rgba(13, 44, 71, .1);
    box-shadow: 0 8px 16px rgba(13, 44, 71, .1), 0 1px 2px rgba(13, 44, 71, .1)
}

.tooltip:before {
    left: 50%;
    width: 16px;
    height: 16px;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.tooltip:hover .tooltip__content {
    display: block
}

.tooltip__wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer
}

.tooltip__content {
    z-index: 10;
    padding: 16px;
    border-radius: 2px
}

.tooltip__content:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 16px;
    content: ""
}

.tooltip__text {
    text-align: center;
    font-size: .875rem
}

.tooltip__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

.header__header__main {
    padding: 20px 0;
    background: #f3f7fb
}

.logo-main__img__mobile {
    margin-top: -4px;
    display: none;
}

@media (max-width: 767px) {
    .header__header__main {
        margin-top: 48px;
        padding-top: 30px;
    }
}

.mobile__phones__xs > a {
    color: #fff;
    font-weight: bold;
}

.phone__note {
    font-size: 10px;
    display: block;
}

.example__link {
    margin-top: 24px;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.375rem;
    color: #fff;
    display: block;
}

.example__link > a {
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.example__link > a:hover {
    color: #fff;
    text-decoration: none;
}

.example__link > svg {
    margin-bottom: -2px;
}

.header__search-big__label {
    font-size: 30px;
    line-height: 43px;
    text-align: left;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 35px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .header__search-big__label {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header__search-big__label {
        font-size: 32px;
        line-height: 33px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: normal;
        margin-top: 0;
    }
}

.c-underline {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .nav-main {
        width: 100%;
    }

    .nav-main__item {
        margin-right: 29px;
        text-align: center;
    }

    .nav-main__item > a {
        display: block;
    }

    .nav-main__item:first-child > a > div {
        text-align: left;
    }

    .nav-main__item:last-child > a > div {
        text-align: right;
    }

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

@media (max-width: 1279px) {
    .nav-main__item {
        margin-right: 14px;
        text-align: center;
        font-size: 14px;
    }
}

.footer__logo-main {
    margin-top: 10px;
}

@media (max-width: 1023px) {
    .header__header .container, .header__header__main .container {
        max-width: 100%;
    }
}

.search-big__input-desc > a, .search-big__input-desc > a:hover {
    color: #fff;
}
.search-map-link, .search-map-link:hover{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 55px;
    background-image: url("/assets/frontend/icons/map-icon.svg");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 4px;
    background-position-y: 5px;
}
.search-map-link:hover>span {
    text-decoration: none;
}
.search-map-link>span {
    text-decoration: underline;
}
.for-map-link {
    margin-bottom: -40px;
}

p.new-red {
    font-weight: 600;
    color: #f20030;
    border-bottom: none;
    display: inline-block;
    padding: 0 5px 0 0;
    margin: 0;
    opacity: 1;
}
.guarantee-substrate{
    position: relative;
    z-index: 2;
    height: 236px;
    background-image: url("../images/guarantee-bg.svg");
    background-repeat: no-repeat;
    background-position-x: 128px;
    margin-top: 60px;
    padding: 44px 0 38px;
}
.guarantee-bg{
    background: #F3F7FB;
    border-radius: 1px;
    height: 155px;
    position: absolute;
    margin-top: 44px;
}
@media (min-width: 1280px) {
    .guarantee-bg {
        width: 1122px;
    }
}
@media (max-width: 1024px) {
    .guarantee-bg {
        width: 930px;
    }
}
@media (max-width: 1023px) {
    .guarantee {
        display: none;
    }
}
.guarantee-substrate h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 5px;
}
.guarantee-substrate p {

}
.guarantee-desc {
    padding: 40px 70px 20px 0;
}

.card-price-package-discount {
    margin-bottom: 24px;
}

.card-price-package-discount>div {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
}
.card-price-package-discount>.through {
    text-decoration: line-through;
    color: #C4C4C4;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.blue-discount {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0067C1;
    margin: 16px 0 24px 0;
}
.package-prise-desc {
    position: relative;
    display: block;
    width: 100%;
    margin: 16px 0 8px 0;
}
.package-prise-desc > .badges {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #E21438;
    border-radius: 20px;
    display: inline-block;
    float: right;
    height: 22px;
    width: 47px;
    padding-top: 2px;
}
.select-packages {
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    outline: none;
    height: 48px;
    min-width: 100px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
}
.package-prise-desc.c-black {
    color: #484848;
    background: #fff;
    margin-bottom: 0;
}
.available-payment-types {
    display: none;
}
@media (min-width: 1280px) {
    .available-payment-types {
        display: block;
    }
    .package-prise-desc {
        display: block;
    }
}
.payment-type-item {
    float: left;
    width: 20%;
}
.payment-type-item > .pay-logo {
    border: 1px solid #B8D0E9;
    box-sizing: border-box;
    height: 140px;
    margin: 0 20px;
    padding: 20px;
}
.payment-type-item:nth-child(3) > .pay-logo {
    padding: 0;
}
.package-info>.pin>p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.order-sums {
    padding: 0 16px;
    margin-bottom: 10px;
}
.order-total-sum {
    background: #F3F7FB;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #484848;
    text-align: left;
}
.order-discount {
    background: #F3F7FB;
    color: #0067C1;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    padding: 10px 15px;
}
. color-black {
    color: #000;
}
.order-rules {
    background: #F3F7FB;
    padding: 15px 30px;
}
.red-icon-block {
    background-image: url("../icons/shield.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-style: normal;
    font-size: 11px;
    color: #464646;
    min-height: 26px;
}
.red-icon-times {
    background-image: url("../icons/clock.svg");
}
.red-icon-print {
    background-image: url("../icons/print.svg");
}
.for-package-select {
    background: #F3F7FB;
    border-radius: 2px;
    padding: 16px;
}

@media (max-width: 1023px) {
    .info__package-icon {
        display: none;
    }
}

.mobile-apps-banner__wrapper {
    display: grid;
    grid-template: "text" auto
                   "image" auto
                   / 1fr;
    padding-top: 25px;
}

.mobile-apps-banner__link-block {
    padding-bottom: 25px;
}

.mobile-apps-banner__text-block {
    max-width: 288px;
    margin: 0 auto;
}

.mobile-apps-banner__heading {
    padding-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
}

.mobile-apps-banner__preview {
    grid-area: image;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-self: center;
}

.mobile-apps-banner__list {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    list-style-position: outside;
    font-size: 14px;
}

.mobile-apps-banner__list-item {
    padding-left: 24px;
    background-image: url(../icons/check.svg);
    background-repeat: no-repeat;
    background-position: left 15%;
    padding-bottom: 10px;
}

.mobile-apps-banner__links--desktop {
    display: none;
}

.mobile-apps-banner__title {
    padding: 24px 0 20px 0;
    font-size: 16px;
    font-weight: 500;
}

.mobile-apps-banner__links--mobile {
    max-width: 288px;
    margin: 0 auto;
}

.mobile-apps-banner__links--mobile-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.mobile-apps-banner__app-card {
    max-width: 152px;
    min-height: 160px;
    background: #FFFFFF;
    padding: 18px;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 1.2469px 28px rgb(26 50 135 / 20%);
    flex-direction: column;
    grid-gap: 14px;
    align-items: center;
    width: 100%;
}

.mobile-apps-banner__app-card:hover {
    box-shadow: 0 5px 20px rgba(26, 50, 135, 0.2);
}

.mobile-apps-banner__app-link {
    background: #E7F0FA;
    border-radius: 10px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}

.mobile-apps-banner__app-card-icon {
    width: 100%;
    max-width: 36px;
    max-height: 36px;
}

.mobile-apps-banner__preview-wrapper  {
    margin: 0 auto;
    max-width: 300px;
}

.mobile-apps-banner__app-card-qrcode {
    max-height: 116px;
    aspect-ratio: 1 / 1;
}

@media (min-width: 576px) {
    .mobile-apps-banner__link-block {
        grid-area: text;
        padding-bottom: 20px;
    }

    .mobile-apps-banner__wrapper {
        padding-top: 50px;
        display: grid;
        grid-template: "text image" auto
                  / 1fr  1fr;
        grid-gap: 20px;
    }

    .mobile-apps-banner__preview {
        height: 100%;
    }

    .mobile-apps-banner__preview {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }

    .mobile-apps-banner__preview-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .mobile-apps-banner__text-block,
    .mobile-apps-banner__links--mobile,
    .mobile-apps-banner__preview-wrapper,
    .mobile-apps-banner__preview-image  {
        margin: 0;
    }

    .mobile-apps-banner__links--mobile-wrapper {
        display: flex;
        justify-content: start;
        grid-gap: 10px;
    }

    .mobile-apps-banner__title,
    .mobile-apps-banner__text-block {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .mobile-apps-banner__links--desktop {
        display: flex;
        grid-gap: 30px;
        padding-top: 30px;
    }

    .mobile-apps-banner__links--mobile {
        display: none;
    }

    .mobile-apps-banner__text-block {
        max-width: 493px;
    }

    .mobile-apps-banner__heading {
        font-size: 32px;
    }

    .mobile-apps-banner__preview-wrapper {
        max-width: 500px;
    }

    .mobile-apps-banner__title {
        padding: 10px 0;
    }

    .mobile-apps-banner__wrapper {
        grid-gap: 60px;
    }

    .mobile-apps-banner__app-card-icon {
        max-width: 88px;
    }
}

.long-wrapper {
    display: inline-block;
}
