@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

#turnoversWrap > div.registration__row.row > button.btn.btn--circle.registration__btn,
#tagsWrap > div.row.registration__row > button.btn.btn--circle.registration__btn {
    width: 100px !important;
    border-radius: 15px !important;
    position: relative;
}

#turnoversWrap > div.registration__row.row > button.btn.btn--circle.registration__btn:before,
#tagsWrap > div.row.registration__row > button.btn.btn--circle.registration__btn:before {
    content: "Добавить" !important;
    position: absolute;
    top: 20%;
    left: 10%;
}

i::before {
    font-style: initial;
}

.bx_ui_slider_track {
    display: none;
}

#filterModal37 span.irs.irs--flat.js-irs-0.irs-with-grid {
    display: none !important;
}

#filterModal37 > div > div.item_modal--content {
    max-width: 155px !important;
}

div#sliderOborot {
    display: none !important;
}

input#propYearsRange {
    display: none;
}

.firm__descr a {
    pointer-events: none;
    cursor: default;
    color: #000;
}

#calcCost > div.row.row--mob.row--gap > div:nth-child(1) > div:nth-child(2) > div.col.adv__col--second > div.adv__row.row.row--between > div:nth-child(1) {
    display: none !important;
}

.form-sell .inp .label {
    text-align: start;
    top: calc(50% - 8px);
    transform: translateY(-50%);
}

.footer .footer-nav ul {
	display: flex;
	flex-direction: column;
}

.footer .footer-nav ul li {
	padding: 0;
}

@media (min-width: 800px) {
    .form-sell {
        position: sticky;
        top: 15px;
    }
}


input#sliderOborotAfter {
    background-color: #fff;
    border: 2px solid #BAC2CE;
    border-radius: 4px;
    height: 56px;
    max-width: 317px;
    width: 100%;
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding-left: 8px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 8px 16px;
    background: #E8EBEF;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #181818;
    border: 1px solid #E8EBEF;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: #FFA200;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid #FFA200;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #FFA200;
    border-color: #FFA200;
}

.checkbox-btn-group {
    display: inline-block;
}

.checkbox-btn-group:after {
    content: "";
    clear: both;
    display: block;
}

.checkbox-btn-group label {
    display: inline-block;
    float: left;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.checkbox-btn-group input[type=checkbox] {
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-btn-group span {
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    background-color: #E8EBEF;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #181818;
    border: 1px solid #E8EBEF;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    margin-right: 16px;
}

.checkbox-btn-group input[type=checkbox]:checked + span {
    background-color: #FFA200;
}

.checkbox-btn-group .focused span {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Hover */

.checkbox-btn-group label:hover {
    color: #666;
}

/* Active */

.checkbox-btn-group input[type=checkbox]:active:not(:disabled) + span,
.disabled + span {
    background: #FFA200;
}

/* Disabled */

.checkbox-btn-group input[type=checkbox]:disabled + span,
.disabled + span {
    background: #efefef;
    color: #666;
    cursor: default;
}

.checkbox-btn-group input[type=checkbox]:checked:disabled + span,
.disabled + span {
    background: #f7efdc;
    cursor: default;
}

.disabled {
    color: #BAC2CE !important;
}

.disabled span:before {
    border-color: #E8EBEF !important;
}

.disabled span {
    border-color: #E8EBEF !important;
}

.tab-label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-label::after {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.tab-content {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.noUi-handle {
    top: -12px !important;
}

.noUi-connect {
    width: 100%;
    background-color: #FFA200 !important;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    height: 4px;
}

.noUi-target {
    background-color: #F6F6F6;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1), inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    height: 4px;
}

p,
h1,
h2,
h3,
span,
a,
button,
ul,
li,
label,
div {
    font-family: 'Montserrat', arial;
    font-style: normal;
}

html {
    font-size: 16px;
}

body {
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #FFA200;
}

.wrap {
    opacity: 1;
}

.blue {
    color: #8C99AD !important;
}

input,
textarea {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
    color: #1A345C;
    border-color: #1A345C !important;
}

.feedback input,
.feedback textarea {
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.feedback input:focus,
.feedback input:active,
.feedback textarea:focus,
.feedback textarea:active {
    color: white;
    border-color: white;
}

.label--required {
    position: relative;
}

.label--required:after {
    content: '*';
    color: red;
    position: absolute;
    top: 0;
    right: -8px;
}

.inp {
    position: relative;
    overflow: hidden;
}

.inp .label {
    position: absolute;
    top: 20px;
    left: 16px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    color: #BAC2CE;
}

.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    border: 1px solid #BAC2CE;
    color: #1A345C;
    /*color: #BAC2CE;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.inp input:not(:-moz-placeholder-shown) + .label {
    transform: translate3d(0, -15px, 0) scale(0.7);
}

.inp input:not(:-ms-input-placeholder) + .label {
    transform: translate3d(0, -15px, 0) scale(0.7);
}

.inp input:not(:placeholder-shown) + .label {
    -webkit-transform: translate3d(0, -15px, 0) scale(0.7);
    transform: translate3d(0, -15px, 0) scale(0.7);
    margin-top: -6px;

}

.inp input:focus {
    outline: none;
}

.inp input:focus + .label {
    -webkit-transform: translate3d(0, -12px, 0) scale(0.7);
    transform: translate3d(0, -12px, 0) scale(0.7);
}

.inp input:focus + .label + .focus-bg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

/*.disabled,
input:disabled {
  border: 1px solid #BAC2CE !important;
  color: #BAC2CE !important;
  cursor: default !important;
  background-color: #E8E8E8 !important;
}

.disabled:focus,
.disabled:active,
input:disabled:focus,
input:disabled:active {
  color: #BAC2CE !important;
  border-color: #BAC2CE !important;
}

.disabled {
  background-image: url("../../assets/arrow-down-light.svg") !important;
}*/

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs__label {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    width: 180px;
    height: 32px;
    color: #BAC2CE;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #BAC2CE;
    -webkit-transition: border-bottom ease 0.2s;
    -o-transition: border-bottom ease 0.2s;
    transition: border-bottom ease 0.2s;
}

.tabs label[for="myCompanies"] {
    margin-left: calc((100% - 1240px) / 2);
}

.tabs .tab-content {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
}

.tabs input[name="tabs"] {
    display: none;
}

.tabs input[name="tabs"]:checked + .tabs__label {
    border-bottom: 2px solid #1A345C;
    color: #1A345C;
    font-weight: 700;
}

.tabs input[name="tabs"]:checked + .tabs__label + .tab-content {
    display: block;
}

.start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.subtitle--blue {
    color: #1A345C !important;
    font-weight: bold !important;
    max-width: 496px;
}

.deep-blue {
    color: #1A345C;
    font-weight: bold;
}

.main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: space;
    background-position-x: 0;
    background-position-y: 0;
    -webkit-transition: background-position-y .3s ease-in-out;
    -o-transition: background-position-y .3s ease-in-out;
    transition: background-position-y .3s ease-in-out;
    /* overflow: hidden; */
    padding-top: 64px !important;
}

.main--index {
    position: relative;
    background-image: url("./../../assets/back.webp");
    padding-top: 50px;
    padding-bottom: 64px;
    --top-round: 200px;
    --bottom-town: -300px;
}

.main--index::before {
    content: '';
    position: absolute;
    background-image: url("./../../assets/round.webp");
    right: 0;
    top: var(--top-round);
    width: 449px;
    height: 1065px;
    background-repeat: no-repeat;
}

.main--index::after {
    content: '';
    position: absolute;
    background-image: url("./../../assets/town.webp");
    left: 0;
    bottom: var(--bottom-town);
    width: 449px;
    height: 1065px;
    background-repeat: no-repeat;
}

.main__title {
    font-size: 3rem;
    line-height: 3.875rem;
    font-weight: bold;
    text-align: center;
    color: #1A345C;
}

.main__search {
    position: relative;
    margin-top: 56px;
    padding: 0 102px;
}

.main__numbers {
    margin-top: 111px;
    z-index: 400;
}

.main__content {
    z-index: 400;
    width: 100%;
}

.main__content em,
.main__content i {
    font-style: italic;
}

.main__content ul {
    list-style: disc;
    padding-inline-start: 16px;
}

.main__content .h2_list li,
.main__content .h3_list li,
.main__content li,
.main__content li {
    display: list-item;
}


.main__arrow {
    position: absolute;
    background-image: url("../../assets/arrow-main.svg");
    width: 48px;
    height: 70px;
    top: 37px;
    right: -82px;
    background-size: contain;
}

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

.search__row {
    border: 1px solid #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.search__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.search__label {
    display: none;
}

.search__btn {
    height: 17px;
}

.search__select {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    white-space: pre;
    padding: 14px 36px 14px 14px;
    border: 1px solid #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("../../assets/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: 50%;
    color: #8C99AD;
    cursor: pointer;
}

.search__adv {
    text-align: center;
    margin-top: 32px;
}

.search__adv-link {
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 2px dashed #FFA200;
    color: #1A345C;
}

.search__adv-link--open {
    margin: 0 auto 42px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fcfcfc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 4px);
    border: 2px solid #1A345C;
    border-radius: 4px;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-bottom: 2px solid #1A345C;
    color: #8C99AD;
    text-align: left;
}

.select-options li:hover {
    color: #fcfcfc;
    background-color: #8C99AD;
}

.select-options li:last-child {
    border: none;
}

.select-options li[rel="hide"] {
    display: none;
}

.title-select {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    white-space: pre;
    color: #8C99AD;
    cursor: pointer;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: #FFA200;
    border: 1px solid #FFA200;
    border-radius: 4px;
    padding: 16px 24px;
    cursor: pointer;
}

.btn--apply {
    color: #181818;
}

.btn--circle {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 1rem;
    text-align: center;
    padding: 0px !important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.btn--circle:before {
    content: url("../../assets/add.svg");
    position: absolute;
    left: 3px;
    width: 24px;
    height: 24px;
}

.btn--circle:focus:before,
.btn--circle:active:before,
.btn--circle:hover:before {
    content: url("../../assets/add-orange.svg");
}

.btn--reset {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    background-color: #fff;
    border: 1px solid #1A345C;
}

.btn--add {
    padding: 16px 34px 16px 68px !important;
    width: auto !important;
}

.btn--add:before {
    content: url("../../assets/add.svg");
    position: absolute;
    left: 32px;
    width: 24px;
    height: 24px;
}

.btn--add:hover:before {
    content: url("../../assets/add-orange.svg");
}

.btn--add-light {
    background-color: transparent;
    border: 1px solid #1A345C;
    color: #1A345C;
}

.btn--add-light:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 24px;
    height: 24px;
    padding: 8px;
    background: url("../../assets/add.svg") center no-repeat, #FFA200;
    background-size: 16px 24px;
    border-radius: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn--add-light:focus:before,
.btn--add-light:active:before,
.btn--add-light:hover:before {
    content: '';
    background: url("../../assets/add-orange.svg") center no-repeat, #fff;
    background-size: 16px 24px;
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #fff;
    border: 1px solid #FFA200;
    color: #FFA200 !important;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.btn--cancel {
    background-color: #E8EBEF;
    border: 1px solid #E8EBEF;
    padding-left: 54px !important;
    color: #1A345C;
}

.btn--cancel:before {
    content: url("../../assets/close-blue.svg");
    position: absolute;
    left: 24px;
}

.btn--cancel:hover:before {
    content: url("../../assets/close-orange.svg");
}

.descr {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    text-align: center;
}

.descr--lite {
    color: #A3AEBE;
}

.descr--white {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #fff;
    text-align: center;
}

.numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.numbers__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 423px;
    padding: 32px;
    border-left: 2px dashed #1A345C;
}

.numbers__row:last-child {
    border-right: 2px dashed #1A345C;
}

.numbers__number {
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.875rem;
    margin-right: 32px;
    color: #1A345C;
    white-space: pre;
    width: 76px;
}

.numbers__number--large {
    width: 140px;
}

.numbers__number span {
    opacity: 0;
}

.numbers__descr {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #1A345C;
    white-space: pre;
}

.title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5625rem;
    color: #1A345C;
}

.title--white {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5625rem;
}

.title-small {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    color: #1A345C;
}

.title--sm {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A345C;
}

@-webkit-keyframes ants {
    to {
        background-position: 100%;
    }
}

@keyframes ants {
    to {
        background-position: 100%;
    }
}

.card {
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: left;
}

.card__title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 8px;
}

.card__numbers {
    color: #FFA200;
    margin-bottom: 16px;
}

.card__descr {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 48px;
    height: 88px;
    color: #181818;
}

.card__link {
    margin-bottom: 16px;
}

.card__link:hover,
.card__link:active,
.card__link:focus {
    color: #FFA200;
}

.card__link-row {
    position: relative;
}

.card__link-row:hover .arrow,
.card__link-row:hover .arrow,
.card__link-row:active .arrow,
.card__link-row:focus .arrow {
    -webkit-animation: ants 3s linear infinite;
    animation: ants 3s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 112px 24px 32px;
    height: 103px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 20px rgba(26, 52, 92, 0.1);
    box-shadow: 0px 4px 20px rgba(26, 52, 92, 0.1);
    border-radius: 74px 0px 0px 74px;
}

.card__time {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    color: #8C99AD;
}

.link {
    display: inline-block;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #1A345C;
    padding: 0 18px 8px 0;
    overflow: visible;
    text-align: left;
    cursor: pointer;
}

.link--hidden,
.link--open {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.link-btn {
    white-space: pre;
}

.link--disabled {
    color: #8C99AD;
    cursor: default;
    -webkit-animation: none;
    animation: none;
}

.link--disabled:hover,
.link--disabled:active,
.link--disabled:focus {
    color: #8C99AD !important;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.link--disabled .arrow {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, left top, right top, from(#8C99AD), to(#8C99AD));
    background: -o-linear-gradient(left, transparent 50%, #fff 50%), -o-linear-gradient(left, #8C99AD, #8C99AD);
    background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #8C99AD, #8C99AD);
    background-size: 16px 2px, 100% 2px;
}

@keyframes ants {
    to {
        background-position: 100%;
    }
}

.arrow {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, left top, right top, from(#FFA200), to(#FFA200));
    background: -o-linear-gradient(left, transparent 50%, #fff 50%), -o-linear-gradient(left, #FFA200, #FFA200);
    background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #FFA200, #FFA200);
    background-size: 16px 2px, 100% 2px;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    -webkit-animation-name: ants;
    animation-name: ants;
}

.arrow:after {
    content: "";
    color: #FFA200;
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    width: 8px;
    height: 1px;
    padding-top: 8px;
    bottom: -4px;
    right: -4px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: none;
    animation: none;
}

.buying {
    padding: 74px 0 64px 0px;
    --buying-bottom: 0;
}

.buying__title {
    margin-bottom: 64px;
    text-align: center;
}

.buying__img {
    height: 100%;
    width: 100%;
}

.buying__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

.buying__img-row {
    position: relative;
    width: 100%;
}

.buying__img-row:before {
    content: url("../../assets/dots2.svg");
    position: absolute;
    bottom: var(--buying-bottom);
    left: 52%;
}

.buying__img-row--even:before {
    left: 100px;
}

.buying__row {
    max-width: 1444px;
    width: 100%;
}

.buying__descr {
    display: inline-block;
    text-align: left;
    width: 600px;
    padding-right: 109px;
}

.buying__btn {
    margin-top: 40px;
    margin-left: auto;
    height: auto;
    width: 380px;
    opacity: 0;
}

.step {
    padding: 64px 0 64px 101px;
    width: 100%;
}

.step__label {
    display: inline-block;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF;
    padding: 8px 16px;
    background-color: #FFA200;
    border-radius: 58px;
    margin-bottom: 38px;
}

.step__title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin-bottom: 16px;
}

.checking {
    height: auto;
    --checking-top: 32px;
    --checking-bottom: 210px;
}

.checking::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../../assets/dots.svg") 100px var(--checking-top) no-repeat, url("../../assets/dots.svg") calc(100% - 100px) var(--checking-bottom) no-repeat;
}

.checking__title {
    margin-bottom: 66px;
}

.checking__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checking__link {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    text-decoration: none;
    text-align: center;
    color: white;
    width: 180px;
    cursor: pointer;
}

.checking__link:not(:last-child) {
    margin-right: 30px;
}

.checking__link-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checking__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
}

.questions {
    padding: 64px 102px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../../assets/horizontal-shot-abstract-buildings-with-white-metallic-ribs-glass-windows.webp") no-repeat;
    background-size: cover;
}

.questions__title {
    margin-bottom: 64px;
}

.questions__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1237px;
}

.questions__tab {
    margin-top: 14px;
}

.questions__col {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.questions__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.questions__descr {
    text-align: left;
    width: 100%;
    max-width: 493px;
    margin-bottom: 32px;
}

.questions__btn {
    width: 178px;
}

.questions__select {
    padding: 16px 18px;
}

.questions--dark {
    background: none;
}

.questions--dark::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../../assets/dots.svg) 100px var(--checking-top) no-repeat;
}

.questions--dark .btn {
    background: transparent;
    border: 1px solid #FFA200;
    color: #FFA200;
}

.questions--dark .btn:hover,
.questions--dark .btn:active,
.questions--dark .btn:focus {
    color: white !important;
    background: #FFA200;
    border: 1px solid white;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row--gap .adv__col:first-child {
    margin-right: 10%;
}

.row--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row--card {
    padding: 0;
}

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

.col--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.choice {
    padding: 64px 0 64px 0px;
    width: 100%;
    --choice-bottom: 64px;
}

.choice__title {
    margin-bottom: 64px;
}

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

.choice__col {
    width: 100%;
}

.choice__col--img {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.choice__col--img:after {
    content: url("../../assets/dots2.svg");
    position: absolute;
    bottom: var(--choice-bottom);
    right: 16px;
}

.choice__text {
    text-align: left;
    font-weight: 400;
    width: 603px;
    padding: 0 0 64px 0;
}

.choice__card {
    padding: 32px;
    text-align: left;
    border-top: 4px solid #FFA200;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 32px;
    margin-left: 32px;
    min-height: 223px;
}

.choice__card-text {
    width: 221px;
    text-align: left;
}

.choice__card--first {
    margin-left: 0;
    height: 100%;
}

.choice__card--first-btm {
    margin-left: -27px;
}

.choice__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.choice__card-title {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin-bottom: 16px;
}

.choice__img {
    width: 598px;
    height: 399px;
    margin-right: 140px;
}

.choice__img-col {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.offers {
    padding-top: 32px;
    padding-bottom: 77px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.offers:before {
    content: '';
    position: absolute;
    height: 261px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1A345C;
}

.offers__card {
    width: 810px;
    padding: 32px 110px 70px 110px;
    border-bottom: 4px solid #FFA200;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    z-index: 100;
}

.offers__icon {
    margin: 0 auto 19px auto;
    background-image: url("../../assets/document.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.offers__title {
    width: 600px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    margin: auto;
    margin-bottom: 16px;
    color: #1A345C;
}

.offers__descr {
    margin-bottom: 38px;
}

.offers__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 602px;
    padding: 6px;
    border: 2px solid #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: auto;
}

.offers__input {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 14px 16px;
    border: 2px solid #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #1A345C;
    margin-bottom: 0 !important;
}

.offers__label {
    width: 426px;
    margin-right: 4px;
}

.header {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 991;
}

.header__logo {
    margin-right: 30%;
    transform: translateY(0px);
    transition: 0.75s all;
}

.header .header__row.row {
    flex-direction: row !important;
}

.header__row {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 101px;
}

.header__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__group:not(:last-child) {
    margin-right: 20px;
}

.header__link {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    font-weight: bold;
}

@media (max-width: 967px) {
    .header__link {
        padding-left: 15px;
    }
}

/*
.header__link:not(:last-child) {
  margin-right: 48px;
}
*/
.header__link--lk {
    position: relative;
}

.header__link--lk::before {
    content: '';
    position: absolute;
    background-image: url("../../assets/user.svg");
    width: 20px;
    height: 20px;
    left: -32px;
    top: 0px;
}

.header__group--single li,
.header__group--single .menu-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__lk {
    display: inline-block;
    /* width: 249px; */
    width: 100%;
    height: 58px;
    padding: 16px 24px 16px 56px;
    /* border: 1px solid #1A345C; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.header__lk--favorites {
    display: none;
}

.header__lk--login .header__lk {
    padding: 16px 24px;
    width: 43px;
    height: 43px;
}

.header__lk--login .header__lk--favorites {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}

.header__lk--login .header__lk--favorites:before {
    content: url(../../assets/heart-blue.svg);
    position: absolute;
    width: 17px;
    height: 14px;
    left: 24px;
    top: 16px;
}

.header__lk--login .header__lk--favorites:hover:before {
    content: url(../../assets/heart-orange.svg);
}

.header__lk--login .header__lk--favorites span {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #FFA200;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 12px;
    height: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 32px;
    top: 26px;
}

.header__lk--login .header__lk .header__text {
    display: none;
}

.header__lk--login .header__lk .header__link::before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: -2px;
}

/* .header__lk:hover,
.header__lk:active,
.header__lk:focus {
  border: 1px solid #FFA200;
} */

.header__lk:hover > .header__link--lk,
.header__lk:active > .header__link--lk,
.header__lk:focus > .header__link--lk {
    color: #FFA200;
}

.header__lk:hover > .header__link--lk::before,
.header__lk:active > .header__link--lk::before,
.header__lk:focus > .header__link--lk::before {
    background: url("../../assets/user-orange.svg");
}

ul {
    list-style: none;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li {
    display: inline-block;
    padding: 10px;
    font-size: 0.88rem;
}

a {
    text-decoration: none;
}

#logo {
    margin: 20px 0 20px 20px;
    font-family: sans-serif;
    font-size: 30px;
    cursor: pointer;
    color: #e4e6e7;
    float: left;
    height: 50px;
    display: block;
}

#logo:hover {
    text-decoration: none;
    color: #FFF;
}

.links {
    float: right;
    width: 100%;
}

a .image {
    display: none;
}

#menu-icon {
    display: none;
}

.logo {
    width: 179px;
    height: 54px;
}

.tab {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    position: relative;
    background: #E8EBEF;
    border-radius: 4px;
    padding: 16px 108px 18px 72px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

.tab:after {
    content: url("../../assets/arrow-down-small.svg");
    width: 9px;
    height: 4px;
    position: absolute;
    top: 11px;
    right: 49px;
}

.tab:before {
    content: url("../../assets/fe_question.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.tab__content {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    padding: 32px;
    text-align: left;
    border-top: 4px solid #FFA200;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    word-break: break-word;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none;
}

.tab__content p {
    word-wrap: break-word;
}

.tab__input {
    display: none;
}

.tab__input :checked ~ .tab-content {
    max-height: 100vh;
}

.tab__input:checked + .tab + .tab__content {
    display: block;
}

.registration__tab {
    border-bottom: 4px solid #E8EBEF;
    background-color: #FFFFFF !important;
}

.tab__input:checked + .registration__tab {
    border-bottom: 4px solid #FFA200;
}

.tab__input:checked + .registration__tab:after {
    transform: rotate(-180deg);
}

.registration__tab:after {
    content: url(../../assets/arrow-down-small.svg);
    width: initial;
    height: initial;
    position: absolute;
    top: initial;
    right: 49px;
}

.registration__sticker--short {
    padding: 16px !important;
}

.registration__sticker--short p {
    margin-right: 16px;
}

.select2-results__option .select2-results__option {
    color: black !important;
    padding-left: 32px !important;
}

.select2-results__options--nested {
    margin-bottom: 32px !important;
}

.news {
    --news-top: 32px;
    padding: 64px 100px;
    background: url("../../assets/dots.svg") 100px var(--news-top) no-repeat, #F6F6F6;
}

.news__option {
    background-color: #fff;
    border: 1px solid #1A345C;
    color: #1A345C !important;
}

.news__option:not(:last-child) {
    margin-right: 32px;
}

.news__option:hover {
    background-color: #1A345C;
    color: #fff !important;
}

.news__share {
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24PX;
    /* position: relative; */
    color: #1A345C;
    padding: 16px 16px 16px 56px;
    cursor: pointer;
}

.news__share::before {
    content: url(../../assets/share.svg);
    position: absolute;
    left: 16px;
}

.news__aside {
    width: 286px;
    /* margin-top: 116px; */
}

.news__aside .filer {
    padding: 0;
}

.news__aside .question__btn {
    padding: 16px;
    margin-top: 12px;
    margin-bottom: 16px;
    white-space: pre;
}

.news__aside .myCompanies__btn {
    position: relative;
    top: initial;
    right: initial;
    padding: 16px 16px 16px 50px;
}

.news__aside .myCompanies__btn:before {
    left: 16px;
}

.news__aside .filter__main-title {
    background-color: #fff;
    color: #A3AEBE;
    padding: 0;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.news__category--single {
    margin-left: 0;
    padding: 8px 16px;
    background-color: #E8EBEF;
    border-radius: 20px;
    width: max-content;
    letter-spacing: 1px;
}

.news__content .filter {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news__category--single .category {
    color: #1A345C;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.news--single {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 888px;
    margin-right: 0 !important;
    margin-left: 32px !important;
    background: url(../../assets/dots.svg) 100% var(--firm-top) no-repeat;
    margin-right: 64px;
    margin-left: 20px;
    text-align: left !important;
}

.news--single .buy__labels,
.news--single .firm__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
}

.news--single .share {
    border: 1px solid transparent;
    border-bottom: 0;
    width: 206px;
}

.news--single .share:hover {
    background: #FFFFFF;
    /* Deep blue / 300 */
    /* border: 1px solid #BAC2CE; */
    border-bottom: 0;
    /* blocks-shadow */
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news--single .share:hover > .share__links {
    visibility: visible;
}

.news--single .share__links {
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    /* border: 1px solid #BAC2CE; */
    border-top: none;
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1); */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    padding-top: 0;
    width: 177px;
    margin-left: -1px;
    box-shadow: 0px 4px 25px 0px #1A345C29;
}

.news--single .share__link {
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news--single .share__link:not(:last-child) {
    margin-bottom: 16px;
}

.news--single .share__link:hover {
    color: #1A345C;
}

.news--single .share__link:first-child {
    padding-top: 16px;
    border-top: 2px solid #A3AEBE;
}

.news__share:hover + .share__links {
    visibility: visible;
}

.news__text--single p {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
    margin-bottom: 32px;
}

.news__text--single p:last-child {
    margin-bottom: 0px;
}

.news__text--single a {
    text-decoration: underline !important;
    font-weight: normal;
    word-break: break-all;
}

.row--header {
    margin-bottom: 32px;
}

body .news--single .firm__row {
    margin-bottom: 24px !important;
}

.news__img {
    max-width: 100%;
}

.news__img--descr {
    color: #8C99AD !important;
    margin-top: 16px;
    margin-bottom: 32px;
}

.news__options {
    margin-bottom: 64px;
}

.news-page {
    /*padding-top: 148px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-page .card {
    margin-bottom: 39px;
}

.news-page .link {
    /* padding-bottom: 16px; */
    padding-bottom: 8px;
    font-weight: 600;
}

.news__pagination {
    padding-top: 27px;
}

.news__title {
    margin-bottom: 64px;
    text-align: center;
}

.news__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__cards--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

.news__cards--single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 16px; */
    padding: 0;
}

.news__cards--single .card {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    max-width: none;
    margin-right: 0;
}

.news__cards--single .card .link {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.news__cards--single .card:not(:last-child) {
    margin-bottom: 20px;
}

.news__content {
    max-width: 1240px;
    padding-top: 64px;
    padding-bottom: 66px;
    background: url(../../assets/dots.svg) 23px 75px no-repeat;
    z-index: 400;
}

.news__card {
    padding: 32px 32px 51px 32px;
    border: none;
    border-top: 8px solid #1A345C;
    /*width: 100%;*/
    /* margin-right: 32px; */
    max-width: 325px;
}

.news__card:last-child,
.news__card:nth-child(3n) {
    margin-right: 0 !important;
}

.news__text {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
    margin-top: 18px;
    margin-bottom: 48px;
    max-height: 142px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 142px;
}

.news__text--single ol {
    list-style: decimal;
    align-self: flex-start;
    padding-left: 16px;
}

.news__text--single ul {
    list-style: circle;
    align-self: flex-start;
    padding-left: 16px;
}

.news__text--single li {
    display: list-item;
}

.news__text--single {
    max-height: none;
    font-weight: 400;
    height: initial !important;
}


.news__card-title a {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 16px;
    color: #8C99AD;
    font-weight: 600;
}

.news__time {
    display: inline-block;
    margin-bottom: 16px;
}

.news__descr {
    width: 100%;
    max-width: 423px;
    margin-bottom: 32px;
    text-align: left;
}

.news__link-row {
    line-height: 20px;
    max-width: max-content;
}

.news__card-link {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
}


.news__btn {
    margin-right: -100px;
}

.option--active {
    background-color: #1A345C;
    color: #fff !important;
}

.ready {
    padding: 64px 0 73px 100px;
    --ready-top-1: 685px;
    --ready-top-2: 25px;
    --ready-top-3: 185px;
    background: url("../../assets/dots.svg") 20% var(--ready-top-1) no-repeat, url("../../assets/dots.svg") 8% var(--ready-top-2) no-repeat, url("../../assets/dots.svg") 80% var(--ready-top-3) no-repeat;
}

.ready__descr {
    margin: 32px auto 64px auto;
    font-size: 1.25rem;
    line-height: 1.625rem;
    width: 839px;
}

.ready__cards {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ready__btn {
    margin-left: auto;
    position: absolute;
    right: 0;
    opacity: 0;
}

.ready__card {
    padding: 32px 32px 64px 35px;
    border-left: 8px solid #1A345C;
    -webkit-box-shadow: 0px 4px 25px rgba(26, 52, 92, 0.16);
    box-shadow: 0px 4px 25px rgba(26, 52, 92, 0.16);
}

.ready__card:first-child {
    margin-right: 5%;
}

.ready__card-descr {
    width: 100%;
    max-width: 423px;
    margin-bottom: 32px;
    text-align: left;
}

.advsearch {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 42px 103px 64px 32px;
    z-index: 9;
    box-sizing: border-box !important;
}

.advsearch__btns-row {
    justify-content: space-between;
    width: 100%;
    max-width: 798px;
    margin: 0 auto;
}

.editProfile {
    padding: 62px 0;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    text-align: left !important;
}

.search__adv-link--arrow {
    --rotate: 0;
    position: relative;
    padding-right: 26px;
    height: fit-content;
    padding-bottom: 10px;
    padding-top: 0;
}

.search__adv-link--arrow:after {
    content: url('/assets/arrow-down.svg');
    position: absolute;
    top: 1px;
    width: 10px;
    right: 5px;

    transform: rotate(var(--rotate));
}

.serach__btn-adv {
    color: #1A345C;
}

.serach__btn-adv i {
    font-size: 24px;
    margin-right: 16px;
}

.adv__radio-lbl {
    margin-right: 16px;
}

.adv--none {
    padding: 0;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.adv__form {
    display: none;
}

.adv__title {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    position: relative;
    text-align: left;
    font-weight: 500;
    width: 18%;
}

.adv__title--col {
    width: 40%;
}

.adv__title--required:after {
    content: '*';
    color: red;
    position: absolute;
    top: 0;
}

.adv__row {
    margin-bottom: 18px;
}

.adv__row--select-lrg {
    width: 20%;
}

.adv__col {
    width: 100%;
}

.adv__col--first {
    width: 40%;
}

.adv__col--first .adv__title {
    width: 100%;
}

.adv__col--second {
    width: 60%;
}

.adv__select {
    padding: 8px 65px 8px 16px;
    text-align: left;
    width: 100%;
}

.adv__text-input {
    width: 60px;
    height: 34px;
    border: 1px solid #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 18px;
    padding: 8px 16px;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #A3AEBE;
}

.adv__text-input--lrg {
    width: 99px;
}

.adv__text-lbl {
    display: none;
}

.adv__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.adv__checkbox:not(:last-child) {
    margin-right: 32px;
}

.adv__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.adv__btn {
    margin-right: 40px;
}

#cityADV + .vsb-main {
    width: 27% !important;
}

.noUi-touch-area,
.noUi-handle {
    width: 24px !important;
    height: 24px !important;
    background-color: #FFFFFF;
    border: 1px solid #E8EBEF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    margin-bottom: 8px;
    cursor: pointer !important;
}

#sliderOborot {
    margin-top: 18px;
}

.checkbox {
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox:checked + label > span {
    border: 1px solid #FFA200;
}

.checkbox:checked + label > span::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    border-right: 4px solid #FFA200;
    border-bottom: 4px solid #FFA200;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: checked-box 125ms 250ms forwards;
    animation: checked-box 125ms 250ms forwards;
}

.checkbox + label {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #181818;
}

.checkbox + label > span {
    width: 24px;
    height: 24px;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BAC2CE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    cursor: pointer;
}

@-webkit-keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #FFA200;
        -webkit-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }

    33% {
        width: 4px;
        height: 0;
        border-color: #FFA200;
        -webkit-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }

    100% {
        width: 4px;
        height: 8px;
        border-color: #FFA200;
        -webkit-transform: translate(0, -8px) rotate(45deg);
        transform: translate(0, -8px) rotate(45deg);
    }
}

@keyframes checked-box {
    0% {
        width: 0;
        height: 0;
        border-color: #FFA200;
        -webkit-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }

    33% {
        width: 4px;
        height: 0;
        border-color: #FFA200;
        -webkit-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }

    100% {
        width: 4px;
        height: 8px;
        border-color: #FFA200;
        -webkit-transform: translate(0, -8px) rotate(45deg);
        transform: translate(0, -8px) rotate(45deg);
    }
}

.textarea {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 8px 16px;
    width: 100%;
    height: 122px;
    border: 1px solid #BAC2CE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    color: #BAC2CE;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.textarea:focus {
    outline: none !important;
    border-color: #1A345C;
}

.catalog {
    padding-top: 148px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__title {
    margin-bottom: 32px;
    text-align: center;
}

.catalog__content {
    max-width: 1240px;
    padding-top: 64px;
    padding-bottom: 66px;
    background: url(../../assets/dots.svg) 23px 75px no-repeat;
    z-index: 400;
    margin: 0 auto;
}

.catalog__descr {
    margin: 32px auto 64px auto;
    width: 100%;
    max-width: 817px;
}

.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.catalog__filter {
    width: 100%;
    max-width: 286px;
}

.catalog__buttons .btn--reset {
    width: 100%;
    font-weight: 600;
}

.catalog__cards {
    margin-bottom: 34px;
}

.catalog__btn {
    margin-right: 0;
    white-space: nowrap;
}

.catalog__btn:first-child {
    margin-bottom: 16px;
}

.catalog__cards-content {
    padding-left: 31px;
}

.catalog__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog__input {
    width: 100%;
    border: 1px solid #A3AEBE;
}

.pagination {
    position: relative;
    padding: 0 51px;
    display: flex;
}

.pagination-prev,
.pagination-next {
    /*position: relative;*/
    height: 40px;
}

.pagination-prev:before {
    content: url("../../assets/arrow3.svg");
    position: absolute;
    left: 4px;
    top: 8px;
    cursor: pointer;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.pagination-list {
    display: flex;
}

.pagination-list li {
    padding: 0;
    position: relative;
}

.pagination-next:after {
    content: url("../../assets/arrow3.svg");
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: 1px;
    cursor: pointer;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    transform: translateY(-50%) rotate(-180deg);
}

.page-number {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    /*height: 20px;*/
    height: 100%;
    line-height: 20px;
    color: #8C99AD;
    cursor: pointer;
    margin: 0 3px;
    border: 2px solid transparent;
    padding: 8px 0;
    min-width: 30px;
    text-align: center;
    overflow: hidden;
}

.page-number--current {
    font-weight: 600;
    color: #1A345C;
    border-radius: 4px;
    border: 2px solid #FFA200;
}

.page-number:hover {
    color: #1A345C;
}

.breadcrumbs {
    width: 100%;
    max-width: 1200px;
    z-index: 9;
    text-align: left;
}

.breadcrumbs__link {
    padding-right: 48px;
}

.breadcrumbs__link--current:last-child {
    color: #BAC2CE;
}

.breadcrumbs__link:not(:last-child):after {
    content: url("../../assets/arrow2.svg");
    position: absolute;
    right: 17px;
    width: 10.5px;
    height: 6px;
}

.filter {
    -webkit-box-shadow: 0px 4px 25px rgba(26, 52, 92, 0.16);
    box-shadow: 0px 4px 25px rgba(26, 52, 92, 0.16);
    border-radius: 4px;
    border: 1px solid transparent;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.filter__content {
    background: #fff;
    padding: 32px 16px;
}

.filter__title {
    text-align: left;
    margin-bottom: 10px;
}

.filter__title--checkbox {
    margin-bottom: 0;
    width: 162px;
    font-weight: 500;
}

.filter__main-title {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    text-align: left;
    background: #1A345C;
    padding: 16px 17px;
}

.filter__col {
    width: 100%;
    margin-bottom: 32px;
}

.filter__radio-btns span {
    margin-right: 6px;
    margin-bottom: 8px;
    border: 0px solid transparent;
}

.filter__checkbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter #sliderOborot {
    margin-top: 26px;
}

.filter #cityADV + .vsb-main {
    width: 100% !important;
}

.filter label[for="nooborotADV"] {
    margin-top: 6px;
}

.filter .noUi-target {
    width: 95%;
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #A3AEBE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
}

.sort__title {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 77px;
}

.sort__property {
    position: relative;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-right: 12px;
    color: #1A345C;
    padding-right: 20px;
}

.sort__property--upper {
    font-weight: bold;
}

.sort__property--upper:after {
    content: url("../../assets/upper.svg");
    position: absolute;
    right: 0px;
}

.card-firm {
    margin-top: 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 32px 32px 19px 32px;
}

.card-firm__subtitle {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #BAC2CE;
    /* margin-bottom: 8px; */
}

.card-firm__title {
    /* font-size: 1.25rem;
  line-height: 1.625rem; */
    font-size: 28px;
    line-height: 34.13px;
    color: #181818;
    font-weight: bold;
}

.card-firm__title-bold {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
    font-weight: bold;
}

.card-firm__descr {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
}

.card-firm__col {
    margin-right: 18px;
    min-width: 178px;
    max-width: 465px;

}

.card-firm__col--first {
    width: 100%;
    /* max-width: 361px; */
    max-width: 500px;
    margin-right: 32px;
}

.card-firm__row {
    /*margin-bottom: 16px;*/
    position: relative;
    display: flex;
    flex-direction: column;
}

/* .card-firm__row {
  margin-bottom: 32px;
} */

.card-firm__price {
    /* padding: 0 32px 8px 32px; */
    /*padding: 0 0 8px 32px;*/
    padding: 0 !important;
    margin-left: -32px;
    border-bottom: 4px solid transparent;
    margin-right: 18px;
    background-color: transparent;
}

.card-firm__price--urgently {
    border-bottom: 4px solid #FFD24B;
}

.fw400 {
    font-weight: 400;
}

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

.card-firm__labels .card-label:first-child {
    margin-right: 13px;
}

.card-firm__labels .firm__card-label:first-child {
    margin-right: 13px;
}

.news--header {
    display: flex;
    gap: 47px;
}

.card-firm__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

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

.card-firm__link .link {
    padding-right: 0;
}

.card-firm__oborot {
    width: 178px;
}

.card-label {
    position: relative;
    padding: 8px 8px 10px 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #1A345C;
}

.card-label:before {
    position: absolute;
    left: 8px;
}

.card-label--urgently {
    color: #FFA200;
}

.card-label--urgently:before {
    content: url("../../assets/urgently.svg");
}

.card-label--exclusive:before {
    content: url("../../assets/exclusive.svg");
}

.firm__card-label {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
}

.firm__card-label:before {
    position: absolute;
    left: 8px;
    top: 8px;
}

.firm__card-label--urgently {
    color: #FFA200;
}

.firm__card-label--urgently:before {
    content: url("../../assets/urgently.svg");
}

.firm__card-label--exclusive:before {
    content: url("../../assets/exclusive.svg");
}

.feedback {
    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;
}

.feedback__title {
    margin-bottom: 32px;
    text-align: center;
}

.feedback__form {
    z-index: 9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback__descr {
    width: 100%;
    max-width: 600px;
    margin-bottom: 32px;
}

.feedback__input {
    color: white;
    background: #1A345C;
    padding: 16px;
    border: 2px solid #BAC2CE;
    width: 256px;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.feedback__input::-webkit-input-placeholder {
    color: #BAC2CE;
}

.feedback__input::-moz-placeholder {
    color: #BAC2CE;
}

.feedback__input:-ms-input-placeholder {
    color: #BAC2CE;
}

.feedback__input::-ms-input-placeholder {
    color: #BAC2CE;
}

.feedback__input::placeholder {
    color: #BAC2CE;
}

.feedback__input--comment {
    height: 128px;
    margin-left: 46px;
}

.feedback__input:hover {
    border-color: #fff !important;
}

.feedback__btn {
    margin-bottom: 16px;
    margin-top: 28px;
}

.feedback #name,
.feedback #phone {
    margin-bottom: 16px;
}

.feedback label {
    color: white;
    position: relative;
}

.feedback label::after {
    content: url("../../assets/line.svg");
    position: absolute;
    bottom: -10px;
    right: -5px;
}

.firm {
    --firm-top: 164px;
    padding-top: 148px;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.firm .filter__main-title {
    color: #fff !important;
}

.firm__title {
    margin-bottom: 32px;
    width: 100%;
    text-align: left;
}

.firm__title.title {
    color: #181818;
}

.firm__title-small--bold {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8C99AD;
    margin-bottom: 32px;
}

.firm__title-small--light {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #BAC2CE;
    margin-bottom: 8px !important;
}

.title--16 {
    margin-top: 1rem;
}

.firm__content {
    background: url(../../assets/dots.svg) 100% var(--firm-top) no-repeat;
    margin-right: 64px;
    margin-left: 20px;
    text-align: left !important;
}

.firm__content .col {
    margin-right: 36px;
}

.firm__row {
    margin-bottom: 56px;
}

.firm__col {
    width: 100%;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.firm__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1240px;
    padding-top: 64px;
    padding-bottom: 66px;
}

.firm__descr-small {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
    margin-bottom: 24px;
}

.firm__descr-small--bold {
    font-weight: bold;
}

.firm__descr {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #181818;
}

.firm .row--between {
    width: 100%;
}

.firm__card {
    border-top: none;
}

.firm__card--urgently {
    /* border-top: 4px solid #FFA200; */
    border-top: none;
}

.firm--news-aside {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.city--news-aside {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #181818 !important;
    box-sizing: border-box;
}

.news__cards--single .news__card {
    padding: 24px 16px !important;
}

.firm__card--exclusive {
    border-top: 4px solid #1A345C;
}

.buy__form {
    width: 286px;
}

.buy__wrapper {
    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: 32px;
    /* background: #FFFFFF; */
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.buy__main-title {
    text-align: center;
}

.buy__input {
    border: 1px solid #BAC2CE;
    color: #1A345C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    /* padding: 16px; */
    margin-bottom: 16px;
    width: 100%;
}

.buy__input::-webkit-input-placeholder {
    color: #BAC2CE;
}

.buy__input::-moz-placeholder {
    color: #BAC2CE;
}

.buy__input:-ms-input-placeholder {
    color: #BAC2CE;
}

.buy__input::-ms-input-placeholder {
    color: #BAC2CE;
}

.buy__input::placeholder {
    color: #BAC2CE;
}

.buy__input--comment {
    height: 143px;
}

.buy .inp {
    width: 100%;
}

.buy__btn {
    margin-bottom: 16px;
    white-space: nowrap;
}

.buy__btn--firm {
    padding-left: 54px;
}

.buy__btn--firm:before {
    content: url("../../assets/Cart.svg");
    position: absolute;
    width: 20px;
    height: 20px;
    left: 24px;
}

.buy__btn--firm:hover:before {
    content: url("../../assets/cart-orange.svg");
}

.buy__price {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 4px solid #FFA200;
    margin: 0 18px 20px 18px;
    white-space: nowrap;
}

.buy .adv__checkbox label {
    font-size: 12px;
    line-height: 18px;
    color: #181818;
    white-space: break-spaces;
    text-align: left;
}

.buy-label:first-child {
    margin-right: 34px;
}

.buy-label {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    position: relative;
    color: #BAC2CE;
    padding-left: 35px;
}

.buy-label--views:before {
    content: url("../../assets/view.svg");
    position: absolute;
    left: 0;
}

.buy-label--dates {
    position: relative;
    display: flex;
    gap: 8px;
    margin-bottom: 0 !important;
}

.buy-label--dates span, .buy-label--views span {
    color: #5F718D;
}

.buy-label--dates:before {
    content: url("../../assets/date.svg");
    /* position: absolute;
  left: 0; */
}

.buy-label--favorites {
    cursor: pointer;
}

.buy-label--favorites:before {
    content: url("../../assets/heart.svg");
    position: absolute;
    left: 0;
}

.buy-label--favorites:hover:before {
    content: url("../../assets/heart-red.svg");
}

.question {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 66px 102px;
    background: url(../../assets/question.jpg) no-repeat;
    background-size: cover;
}

.question__descr {
    text-align: left;
    margin-top: 18px;
    margin-bottom: 32px;
}

.question__btn {
    background: #1A345C;
    border: 1px solid #1A345C;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.question .arrow::after {
    content: none;
}


.question__link {
    margin-bottom: 16px;
    font-weight: 600;
    border-bottom: 2px dashed #FFA200;
}

.question__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.question__wrapper .col:first-child {
    margin-right: 34px;
}

.similar .arrow::after {
    content: none;
}

.similar {
    --similar-top: 32px;
    --similar-bottom: 500px;
    padding: 64px 100px;
    background: url(../../assets/dots.svg) 100px var(--similar-top) no-repeat, url(../../assets/dots.svg) calc(100% - 101px) var(--similar-bottom) no-repeat, #F6F6F6;
}

.similar__title {
    margin-bottom: 64px;
}

.calculator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 64px 0;
    background: url("../../assets/dots.svg") 20% var(--ready-top-1) no-repeat, url("../../assets/dots.svg") 8% var(--ready-top-2) no-repeat, url("../../assets/dots.svg") 80% var(--ready-top-3) no-repeat, #F6F6F6;
}

.calculator__content {
    max-width: 1240px;
    width: 100%;
    text-align: center;
}

.calculator .adv__title {
    width: 17%;
}

.calculator .adv__col--first .adv__title {
    width: 90%;
}

.calculator .adv__col--first {
    width: 38%;
}

.calculator__cost,
.calculator__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.calculator__cost {
    margin-top: 64px;
}

.calculator__bottom {
    margin: 32px 0;
}

.calculator .btn {
    margin-right: 66px;
}

.calculator .descr--lite {
    display: inline-block;
    width: 100%;
    max-width: 721px;
    text-align: left;
}

.calculator .checkbox:checked + label > span::before {
    top: 10px;
}

.calculator label[for="personal"] {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.calculator .link {
    padding: 0;
    margin-left: 4px;
    font-weight: bold;
    border-bottom: 1px dashed #FFA200;
}

.cost__title {
    width: 100%;
    max-width: 253px;
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
    text-align: left;
}

.cost__price {
    padding: 0 64px 8px 49px;
    margin: 0;
    text-align: center;
    border-bottom: 4px solid #FFA200;
}

.cost__price span {
    position: relative;
}

.cost__price span::after {
    content: '*';
    position: absolute;
    right: -15px;
    top: 0;
}

.sell {
    background-image: url(../../assets/sell-bg.jpg) !important;
    background-repeat: no-repeat;
    padding-top: 148px !important;
    padding-bottom: 94px !important;
}

.sell:after,
.sell:before {
    content: none;
}

.sell__title {
    margin-top: 64px;
}

.sell__checkbox {
    margin-right: 0;
    margin-bottom: 8px;
}

.sell__checkbox:not(:first-child) {
    margin-top: 24px;
}

.sell__btn--card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 32px;
}

.sell__label {
    max-width: 108px;
}

.sell__label .label {
    top: 8px !important;
}

.sell__input {
    padding: 8px 16px !important;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.sell__descr {
    display: inline-block;
    color: #181818;
    width: 100%;
    max-width: 602px;
    margin: auto;
    margin-top: 32px;
}

.sell__content {
    text-align: center;
}

form[name="form_sell"] .adv__checkbox {
    width: fit-content;
    margin: 0 auto;
}

form[name="form_sell"] .adv__checkbox .error-msg {
    left: 0;
    right: initial;
    bottom: -17px;
}

form[name="form_sell"] .adv__checkbox .error + label span {
    border-color: red;
    background-color: rgba(102, 49, 47, 0.1);
}

.header__group .menu-item:last-child a {
    margin-left: 15px;
    /*margin-right: 10px;*/
}

.sell__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
}

.sell__col:not(:last-child) {
    margin-right: 34px;
}

.sell input:not(.adv__checkbox) {
    width: 284px;
}

.sell__btn {
    width: 603px;
    margin: 16px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.sell .adv__checkbox input {
    width: 0 !important;
}

.sell .adv__checkbox .link {
    padding: 0;
    font-weight: bold;
    border-bottom: 1px dashed #FFA200;
}

.sell .adv__checkbox .link:not(:last-child) {
    margin-left: 4px;
}

.sell label[for="personalSell"] {
    width: 100%;
    max-width: 453px;
    text-align: left;
}

input[name="sell"]:checked + label {
    font-weight: bold;
}

.lk {
    padding-top: 148px;
    position: relative;
}

.lk__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.lk__exit {
    width: fit-content;
    margin-bottom: 54px;
}

.lk__content {
    padding: 62px 0;
    background: #F6F6F6;
}

.lk__title {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.services__cards {
    padding: 64px 0;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;

    gap: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.services__card {
    text-align: left;
    border-radius: 4px 0 0 4px;
    /*margin-right: 35px;*/
    -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
}

.services__card .btn.cards__btn {
    margin-top: auto;
}

.services__card--sell {
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))), no-repeat left/cover url("../../assets/sell.jpg");
    background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), no-repeat left/cover url("../../assets/sell.jpg");
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), no-repeat left/cover url("../../assets/sell.jpg");
}

.services__card--buy {
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))), no-repeat left/cover url("../../assets/buy.jpg");
    background: -o-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), no-repeat left/cover url("../../assets/buy.jpg");
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), no-repeat left/cover url("../../assets/buy.jpg");
    margin-right: 0;
}

.cards__col {
    width: 50%;
    margin-left: auto;
    padding: 38px 0 32px 30px;
    background: #FFF;
}

.cards__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 16px;
}

.cards__descr {
    text-align: left;
    margin-bottom: 28px;
}

.cards__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.consultation {
    -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
    background: no-repeat center/cover url("../../assets/consultation.jpg");
}

.consultation__wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.consultation__content {
    width: 100%;
    max-width: 816px;
    margin-left: auto;
    padding: 64px 0;
    text-align: left;
}

.consultation img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.consultation__title {
    font-weight: 700;
    margin-bottom: 16px;
}

.consultation__descr {
    text-align: left;
    margin-bottom: 32px;
}

.consultation__card {
    padding: 32px 32px 32px 0;
    width: 100%;
    max-width: 391px;
    margin-bottom: 32px;
}

.consultation__card-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 11px;
}

.consultation__card-descr {
    text-align: left;
}

.consultation__card:odd {
    margin-right: 34px;
}

.myCompanies__cards {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.myCompanies__card {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 32px 50px 32px 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

.myCompanies__card .col:last-child {
    width: 100%;
    max-width: 209px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.myCompanies__card--await .col:nth-child(2) {
    width: 100%;
    max-width: 496px;
}

.myCompanies__subtitle {
    margin-bottom: 16px;
}

.myCompanies__link {
    margin-top: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.myCompanies__link .arrow:after {
    content: none;
}

.myCompanies__link:hover .arrow,
.myCompanies__link:hover .arrow,
.myCompanies__link:active .arrow,
.myCompanies__link:focus .arrow {
    -webkit-animation: ants 3s linear infinite;
    animation: ants 3s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.myCompanies__price {
    font-size: 24px;
    line-height: 31px;
    color: #181818;
}

.myCompanies__descr {
    margin-top: 16px;
    margin-bottom: 32px;
    text-align: left;
}

.myCompanies__descr .link {
    padding: 0;
    margin-left: 4px;
    font-weight: bold;
    border-bottom: 1px dashed #FFA200;
}

.myCompanies__wrap {
    max-width: 1240px;
    margin: 0 auto;
}

.myCompanies__content {
    width: 100%;
    max-width: 602px;
}

.myCompanies__btn {
    position: absolute;
    top: 164px;
    right: calc((100% - 1240px) / 2);
    white-space: pre;
}

.myCompanies .descr--small {
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    text-align: left;
}

.companies--empty {
    background: no-repeat center/cover url("../../assets/companies-empty.jpg");
    padding-top: 128px;
    padding-bottom: 194px;
}

.deals--empty {
    background: no-repeat center/cover url("../../assets/no-deals.png");
    padding-top: 128px;
    padding-bottom: 194px;
}

.status {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.status--on-sale,
.status--end {
    background: #1A345C;
}

.status--draft,
.status--sold {
    background: #8C99AD;
}

.status--deal {
    background: #FFA200;
}

.status--awaiting-evaluation {
    background-color: #BAC2CE;
}

.status--awaiting-approval {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #1A345C;
    font-weight: bold;
}

.status--stage {
    background: #A3AEBE;
}

.status--stage span {
    font-weight: bold;
}

.view {
    position: relative;
    padding-left: 41px;
}

.view:before {
    content: url("../../assets/eye.svg");
    position: absolute;
    left: 0;
    width: 22px;
    height: 12px;
}

.deals__card {
    padding: 32px 32px 64px 32px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
    position: relative;
}

.deals__card:not(:last-child) {
    margin-bottom: 32px;
}

.deals__card .myCompanies__card {
    padding: 0 !important;
}

.deals__card .myCompanies__card--await {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.deals .opened::before {
    content: url("../../assets/arrow-down-orange.svg");
    position: absolute;
    top: 44px;
    right: 44px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 14px;
    height: 8px;
    cursor: pointer;
}

.deals__deal-number {
    font-family: 'Montserrat', arial;
    font-style: normal;
    color: #8C99AD;
    width: 254px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.deals__title {
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    margin-right: 32px;
    white-space: pre;
    color: #181818;
}

.deals__row {
    margin-bottom: 40px;
}

.deals__row:not(:first-child):not(:nth-child(2)) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deals__row:nth-child(3) .col:not(:last-child) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.deals__row:nth-child(3) .col:nth-child(4),
.deals__row:nth-child(3) .col:nth-child(5) {
    max-width: 160px;
    width: 100%;
    margin-right: 32px;
}

.deals__row:nth-child(3) .col:nth-child(1) {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.deals .arrow:after {
    content: none;
}

.deals .descr--small {
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    text-align: left;
}

.deals__add-company {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.deals__add-company a {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.line {
    width: 100%;
    max-width: 665px;
    margin-right: 15px;
    border-bottom: 2px dashed #FFA200;
}

.end .line {
    border-bottom: 2px dashed #1A345C;
}

.end .deals__row {
    margin-bottom: 32px;
}

.stages__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9375rem;
    color: #1A345C;
    font-size: 20px;
    line-height: 26px;
    margin-left: 64px;
    margin-right: 16px;
    margin-bottom: 32px;
    white-space: nowrap;
    color: #181818;
}

.stages__content {
    padding: 32px;
    background: #E8EBEF;
    margin: 0 0 32px 64px;
    border-radius: 4px;
}

.stages__col {
    width: 100%;
    max-width: 1029px;
}

.stages__bold {
    font-weight: bold;
}

.stages__stage {
    position: relative;
}

.stages__stage .stages__line {
    width: 2px;
    margin-top: 4px;
}

.stages__stage .stages__line:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 4px solid #E8EBEF;
    top: 2px;
    left: -9px;
}

.stages__stage:last-child .stages__line {
    border-left: none !important;
}

.stages__stage--last .stages__line {
    border-left: 2px dashed #1A345C;
}

.stages__stage--last .stages__line:before {
    background: #1A345C;
}

.stages__stage--active .stages__title {
    color: #FFA200;
}

.stages__stage--active .stages__line {
    border-left: 2px dashed #FFA200;
}

.stages__stage--active .stages__line:before {
    background: #FFA200;
}

.stages__stage--next .stages__title {
    color: #8C99AD;
}

.stages__stage--next .stages__line {
    border-left: 2px dashed #8C99AD;
}

.stages__stage--next .stages__line:before {
    background: #8C99AD;
}

.stages__row:nth-child(3) {
    width: 100%;
    max-width: 140px;
}

.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.section--deep-blue {
    color: #FFF;
    padding-top: 64px;
    padding-bottom: 84px;
    background: #1A345C;
}

.registration {
    padding: 62px 0;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: none;
}

.registration__title {
    text-align: left;
    margin-bottom: 64px;
}

.registration span {
    position: relative;
}

.registration .vsb-menu {
    top: 50px;
}

.registration .select,
.registration__select,
.registration label[for="keywords"] {
    width: 100% !important;
    max-width: 450px;
    text-align: left;
}

.registration__row {
    margin-bottom: 8px;
}

.registration__col {
    width: 82%;
}

.registration__col .registration__select,
.registration__col .select {
    max-width: 180px !important;
    margin-right: 32px;
}

.registration__col .input,
.registration__col label {
    max-width: 286px !important;
}

.registration__label {
    width: 100%;
    max-width: 497px;
}

.registration__textarea {
    max-width: 497px;
    height: 126px;
    overflow-y: scroll;
}

.registration__input {
    margin-bottom: 0 !important;
}

.registration__stickers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.registration__sticker {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;
    padding: 16px;
    background: #E8EBEF;
    border-radius: 4px;
    max-width: 497px;
    cursor: pointer;
    margin-bottom: 16px;
}

.registration__sticker:first-child {
    margin-top: 32px;
}

.registration__sticker--short {
    max-width: none;
    padding: 16px 72px 16px 16px;
    margin-top: 8px !important;
    margin-right: 16px;
}

.registration__sticker .btn-trash {
    display: flex;
    align-items: center;
    background-color: #F24C0C;
    border-radius: 50%;
    text-align: center;
}

.registration__tab {
    margin-bottom: 24px;
    width: 100%;
    max-width: 916.5px;
}

.registration__tab:before {
    font-family: 'Montserrat', arial;
    font-style: normal;
    background-color: #1A345C;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.registration__tab[for="regStep1"]:before {
    content: "1";
}

.registration__tab[for="regStep2"]:before {
    content: "2";
}

.registration__tab[for="regStep3"]:before {
    content: "3";
}

.registration__tab[for="regStep4"]:before {
    content: "4";
}

.registration__tab[for="regStep5"]:before {
    content: "5";
}

.registration__tab[for="regStep6"]:before {
    content: "6";
}

.registration__tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 8px 0 64px 0 !important;
}

.registration__tab-content:first-child {
    position: relative;
}

.registration__tab-content .adv__title {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 17%;
    padding-right: 8px;
    min-width: 230px !important;
}

.registration .debts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin-bottom: 0;
}

.registration .debts .adv__checkbox {
    margin-bottom: 16px;
}

.registration .btn--circle {
    margin-left: 32px;
}

.banner-popup-after {
    /* background-color: #fff; */
    max-width: 604px;
    position: absolute;
    padding: 64px;
    z-index: 99999;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.banner-popup-after .checkbox + label > span {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.banner-popup-after .link {
    border-bottom: 1px dashed #FFA200;
}

.banner-popup-after-close {
    position: absolute;
    top: 22px;
    right: 22px;
    background: none;
    border: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-image: url("../../assets/banner-close.svg");
}

.banner-popup-after p {
    color: #1A345C;
    /* margin: 32px 0; */
    font-size: 16px;
    line-height: 24px;
}

.adv__checkbox .sell__inline {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
}

.banner-popup-after img {
    width: 90px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

/* .banner-popup-after h1 {
  text-transform: uppercase;
  color: #1A345C;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  margin-top: 16px;
} */
.banner-popup-after h1 {
    color: #1A345C;
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-top: 16px;
    max-width: 290px;
    width: 100%;
}

.uk-heading-line.uk-text-center {
    display: flex;
    justify-content: center;
}

.fancybox-button svg path {
    color: #76859D;
}

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

.banner--short h1 {
    text-transform: none;
}

.banner--short p {
    max-width: 476px;
    text-align: center;
}

.banner--short .adv__btn {
    margin-right: 0;
}

.banner-popup-after-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}


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

.footer {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.footer__top {
    width: 100%;
    max-width: 1240px;
    padding: 64px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer__top .col:first-child .footer__title {
    text-align: center;
}

.footer__title {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 32px;
}

.footer__links {
    width: 100%;
    max-width: 188px;
}

.footer__links:not(:last-child) {
    margin-right: 32px;
}

.footer .col--last {
    margin-left: 127px;
}

.footer .logo {
    margin-top: -32px;
    margin-bottom: 32px;
}

.footer__social-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 64px;
    margin-bottom: 16px;
    white-space: nowrap;
}

.footer .social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__links .social-links__link img,
.footer__links .social-links__link svg {
    width: 32px;
    height: 32px;
}

.footer .social-links__link:not(:last-child) {
    margin-right: 16px;
}

.footer__bottom {
    background: #485D7D;
    padding: 32px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__bottom-content {
    width: 100%;
    max-width: 1240px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom .social-links {
    display: none;
}

.footer-bottom__link {
    color: #fff;
    margin-right: 18px;
    padding-bottom: 0;
}

.footer .copyright {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.notice {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 389px;
}

.notice__title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #1A345C;
    margin-bottom: 32px;
}

.notice__text {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #181818;
}

.notice__text:not(:last-child) {
    margin-bottom: 32px;
}

.auth {
    padding-top: 50px !important;
    padding-bottom: 127px;
    position: relative;
    --auth-top: 106px;
}

.auth::before {
    content: url("../../assets/dots.svg");
    position: absolute;
    width: 200px;
    height: 168px;
    right: 10%;
    top: var(--auth-top);
    z-index: 99;
}

.auth::after {
    content: url("../../assets/dots.svg");
    position: absolute;
    width: 200px;
    height: 168px;
    left: 10%;
    bottom: 0;
    z-index: 99;
}

.auth__title {
    margin-bottom: 64px;
}

.auth__input {
    width: 390px !important;
}

.auth__btn[type="submit"] {
    margin-top: 16px;
    margin-bottom: 32px;
}

.auth__btn--link {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    color: #8C99AD;
    cursor: pointer;
}

.auth__btn--link:not(:last-child) {
    margin-bottom: 8px;
}

.auth__btn--link:hover,
.auth__btn--link:focus,
.auth__btn--link:active {
    color: #FFA200;
}

.confirm__title {
    width: 100%;
    max-width: 347px;
    margin-bottom: 32px;
    text-align: center;
}

.confirm__img {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
}

.confirm__descr {
    margin-bottom: 64px;
}

.registration-profile__content {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1A345C;
    padding: 32px;
    text-align: left;
    background-color: #FFF;
    word-break: break-word;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.registration-profile__content p {
    word-wrap: break-word;
}

.registration-profile .adv__title {
    max-width: 180px;
}

/*.registration-profile .adv__row--short .adv__title:after {
  top: 21px;
  right: 121px;
}*/

.registration-profile__wrap {
    position: relative;
    padding: 62px 0;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    --registration-top: -200px;
}

.registration-profile__wrap::before {
    content: url("../../assets/dots.svg");
    position: absolute;
    width: 200px;
    height: 168px;
    right: 0;
    top: var(--registration-top);
    z-index: 99;
}

.registration-profile__wrap label[for="personal"] {
    max-width: 650px;
}

.registration-profile__wrap .link {
    padding: 0;
    margin-left: 4px;
    font-weight: bold;
    border-bottom: 1px dashed #FFA200;
}

.registration-profile__wrap .adv__btn {
    margin-top: 46px;
    margin-bottom: 24px;
}

.registration-profile .select,
.registration-profile__select {
    width: 100% !important;
    max-width: 497px;
    text-align: left;
}

.favorites__link {
    padding-left: 34px;
}

.favorites__link:before {
    content: url("../../assets/close-blue.svg");
    position: absolute;
    left: 0;
}

.favorites__link:hover:before {
    content: url("../../assets/close-orange.svg");
}

.favorites--empty {
    padding-top: 116px;
    padding-bottom: 64px;
}

.favorites--empty .myCompanies__wrap {
    width: 100%;
    max-width: 1240px;
}

.favorites--empty .myCompanies__content {
    max-width: none;
    width: initial;
    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;
}

.favorites--empty h2 {
    margin-bottom: 32px;
}

.favorites--empty .descr {
    width: 100%;
    max-width: 598px;
    text-align: center;
    margin-top: 0;
}

.favorites--empty .descr span {
    display: inline-block;
    background: url("../../assets/heart-blue.svg") no-repeat center;
    width: 16px;
    height: 14px;
}

.favorites--empty img {
    -webkit-filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 20px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
    width: 100%;
    max-width: 426px;
}

.favorites--empty .btn {
    margin-top: 32px;
}


@media screen and (max-width: 1732px) {
    .ready__card:first-child {
        margin-right: 5%;
    }

    .ready__card:nth-child(2) {
        margin-right: 11.67%;
    }
}

@media screen and (max-width: 1555px) {
    .ready__card:nth-child(2) {
        margin-right: 21.67%;
    }
}

@media screen and (max-width: 1440px) {
    .ready__card:first-child {
        margin-right: 32px;
    }

    .ready__card:nth-child(2) {
        margin-right: 0;
    }

    .ready__btn {
        position: relative;
    }
}

@media screen and (max-width: 1330px) {
    .numbers__row {
        padding: 16px;
    }

    .numbers__row:last-child {
        border-right: 2px dashed #1A345C;
    }

    .numbers__number {
        font-size: 2rem;
        line-height: 1rem;
        width: 32px;
    }

    .numbers__number--large {
        width: 76px;
    }

    .questions__title {
        margin-bottom: 64px;
    }

    .questions__row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .questions__col {
        text-align: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .questions__descr {
        max-width: 100%;
    }

    .questions__btn {
        margin-bottom: 40px;
    }

    .questions__select {
        padding: 16px 18px;
    }

    .choice {
        padding: 0;
    }

    .choice__container {
        background: url("../../assets/workers-considering-the-term-of-the-agreement.webp") center bottom no-repeat;
        background-size: cover;
        padding: 64px 101px 64px 101px;
    }

    .choice__icon {
        margin-right: 10px;
    }

    .choice__title {
        color: white;
        margin-bottom: 64px;
    }

    .choice__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .choice__col {
        width: 100%;
    }

    .choice__col--img {
        display: none;
    }

    .choice__col-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .choice__text {
        width: auto;
        padding: 32px;
        background-color: #FFF;
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 4px 4px;
        display: inline-block;
        margin-bottom: 32px;
    }

    .choice__card {
        margin-left: 0;
        min-height: 0;
    }

    .choice__card-text {
        width: auto;
    }

    .choice__card--first {
        margin-left: 0;
    }

    .choice__card--first-btm {
        margin-left: 0;
    }

    .choice .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tab__content {
        width: auto;
        max-width: none;
    }

    .registration-profile__content {
        width: auto;
        max-width: none;
    }
}

@media screen and (max-width: 1310px) {
    .ready__card-descr {
        max-width: 1100px;
    }

    .buying__img-row {
        display: none;
    }

    .buying__descr {
        width: auto;
    }

    .ready__title,
    .ready__row,
    .ready__cards {
        padding-right: 101px;
    }

    .ready__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ready__descr {
        width: auto;
    }

    .ready__cards,
    .ready__card {
        width: auto;
    }

    .ready__card {
        margin-bottom: 32px;
        margin-right: 0;
    }

    .ready__card:first-child {
        margin-right: 0;
    }

    .ready__btn {
        margin-top: 40px;
        margin-left: auto;
        height: auto;
        width: 380px;
        margin-right: -101px;
    }
}

@media (max-width: 1275px) {
    .header__logo {
        margin-right: 15%;
    }
}

.card-label--ready {
    background-color: #FFD24B;
}

.card-label--ready:before {
    content: url("../../assets/star.svg");
}

.card-firm__row-top {
    margin-top: -16px;
    margin-bottom: 16px;
    position: relative;
}

.favorite-btn {
    position: absolute;
    right: 0;

    /* background-image: url(/assets/favorite-grey.svg); */
    background-image: url(/assets/favorite-border.svg);
    background-repeat: no-repeat;
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
}

.favorite-btn:hover,
.favorite-btn--active {
    background-image: url(/assets/favorite-orange.svg);
}

@media screen and (max-width: 1244px) {
    .headr__row {
        max-width: 873px;
    }

    .catalog__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .catalog__cards-content {
        padding-left: 0px;
    }

    .catalog__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog__btn {
        height: 18px;
    }

    .catalog .btn--reset {
        height: 52px;
    }

    .catalog .btn--apply {
        margin-right: 32px;
    }

    .catalog {
        padding: 0 100px;
        width: auto;
    }

    .catalog__cards {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .catalog__card-firm {
        padding: 32px 32px 32px 32px;
    }

    .breadcrumbs {
        max-width: 873px;
    }

    .filter {
        max-width: none;
        width: 100%;
        margin-bottom: 32px;
    }

    .filter__col {
        margin-right: 32px;
    }

    .filter__main-title {
        cursor: pointer;
    }

    .filter__content,
    .filter .news__cards--single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
    }

    .filter__slider {
        width: 100%;
        max-width: 250px;
    }

    .filter .adv__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .filter .adv__checkbox:not(:last-child) {
        margin-right: 16px;
    }

    .card-firm__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-firm__row-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-firm__link {
        margin-left: 0;
    }

    .card-firm__labels {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-firm__labels .card-label:first-child {
        margin-bottom: 13px;
        margin-top: 32px;
    }

    .card-firm__labels .card-label:last-child {
        margin-bottom: 16px;
    }

    .card-firm__labels .firm__card-label:first-child {
        margin-bottom: 13px;
    }

    .firm {
        padding: 164px 101px 66px 101px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: auto;
    }

    .firm__wrapper {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .firm__content {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .firm__content .col {
        margin-right: 0;
    }

    .buy__form {
        width: auto;
    }

    .calculator {
        padding: 64px 100px;
        width: auto;
    }

    .sell {
        padding: 0 100px;
        width: auto;
    }
}

@media (max-width: 1244px) {
    .news-page {
        padding: 0 100px;
        /*padding-top: 148px !important;*/
        width: auto;
    }

    .news__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news__aside {
        margin-top: 32px;
    }

    .news__option {
        margin-bottom: 16px;
    }

    .news__card {
        margin-right: 0 !important;
    }

    .news__cards--wrap {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .news--single {
        margin-left: 0;
        margin-right: 0;
    }

    .news--single p {
        margin-left: 0;
        display: block;
    }

    .news--single .firm__title {
        margin-bottom: 0;
    }

    .news__cards--single .link {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .news__cards--single p {
        margin-bottom: 8px;
    }

    .news__cards--single button {
        width: 100% !important;
        margin-left: 0;
        left: 0;
    }
}


@media screen and (max-width: 1240px) {
    .lk__wrap {
        max-width: none;
        width: auto;
        padding: 0 100px;
    }

    .lk .tabs label[for="myCompanies"] {
        margin-left: 100px;
    }

    .services__cards {
        max-width: none;
        /*padding: 0 100px;*/
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*margin: 64px 0;*/
    }

    .services__card--sell {
        margin-right: 0;
        /*margin-bottom: 32px;*/
    }

    .myCompanies__btn {
        right: 100px;
    }

    .myCompanies__cards {
        max-width: none;
        width: auto;
        padding: 0 100px;
    }

    .myCompanies__wrap {
        max-width: none;
        padding: 0 100px;
        margin: 0;
    }

    .deals__card,
    .deals__add-company {
        max-width: none;
        margin: 0 100px;
        width: auto;
    }

    .deals__row .col:nth-child(4),
    .deals__row .col:nth-child(5) {
        max-width: 150px !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .registration {
        max-width: none !important;
        width: auto !important;
        padding: 64px 100px;
    }

    .registration input[type="checkbox"],
    .registration .adv__checkbox {
        margin-bottom: 8px;
    }

    .registration__tab,
    .registration label {
        width: auto !important;
        max-width: none !important;
    }

    .registration label[for="noOborotADV"] {
        margin-top: 8px;
    }

    .registration label[for="keywords"] {
        min-width: 80%;
    }

    .footer .col--last {
        margin-left: 64px;
    }

    .footer__top {
        max-width: none;
        width: auto;
        padding: 64px 100px;
    }

    .footer__bottom-content {
        max-width: none;
        width: auto;
        padding: 0 100px;
    }

    .footer__link {
        padding-right: 0;
    }

    .registration-profile__wrap {
        max-width: none !important;
        width: auto !important;
        padding: 64px 100px;
    }

    .registration-profile__wrap .adv__title {
        max-width: none;
        width: 100%;
    }

    .registration-profile__wrap .adv__title:after {
        top: 0 !important;
        right: initial !important;
    }

    .registration-profile .checkbox + label {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .registration-profile .checkbox + label > span {
        margin-top: 5px !important;
    }

    label[for="personal"] p {
        width: 80%;
        word-break: break-word;
    }

    label[for="personal"] .link {
        font-size: 0.8rem;
    }

    .favorites--empty .myCompanies__wrap {
        max-width: none;
        width: auto;
        padding: 0 100px;
    }
}

@media screen and (max-width: 1238px) {
    .myCompanies__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .myCompanies__card .col {
        margin-bottom: 16px;
    }

    .myCompanies__card .col:not(:last-child) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .myCompanies__card .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .myCompanies__card .view,
    .myCompanies__card .status,
    .myCompanies__card .col:nth-child(2) p {
        position: absolute;
        right: 32px;
    }

    .myCompanies__card .view {
        top: 140px;
    }

    .myCompanies__card .status {
        top: 42px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .myCompanies__card .col:nth-child(2) p {
        top: 102px;
    }

    .myCompanies__card__content {
        width: auto;
        max-width: none;
    }

    .myCompanies__btn {
        right: 100px;
        left: 100px;
        top: 300px;
        width: calc(100% - 200px) !important;
    }

    .myCompanies__cards {
        margin-top: 70px;
    }

    .myCompanies__link {
        margin-top: 16px;
    }

    .myCompanies__subtitle {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .adv__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }

    .adv__title {
        width: 100%;
        margin-bottom: 16px;
    }

    .adv__col--first {
        width: 100% !important;
    }

    .adv__col--second {
        width: 100% !important;
    }

    .adv__col--second .adv__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .adv__radio-lbl {
        margin-bottom: 16px;
    }

    .checkbox-btn-group span {
        margin-bottom: 16px;
    }

    #cityADV + .vsb-main {
        width: 100% !important;
    }

    .calculator__cost,
    .calculator__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calculator .adv__title {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .calculator .btn {
        margin-right: 0;
        margin-bottom: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .calculator label[for="personal"] {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        text-align: left;
    }

    .cost__title {
        max-width: none;
        margin-bottom: 16px;
    }

    .cost__price {
        font-size: 1.25rem !important;
        line-height: 1.625rem !important;
    }

    .registration .adv__title {
        max-width: none;
        width: auto;
        margin-bottom: 8px;
        padding-right: 0;
    }

    .registration__tab-content {
        padding: 8px 0 16px 0 !important;
    }

    .registration__col {
        width: 100%;
    }

    .registration .registration__col .registration__select,
    .registration .registration__col .select,
    .registration .registration__col .input,
    .registration .registration__col label {
        max-width: none !important;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .registration .btn--circle {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 16px 0;
    }

    .registration__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .registration .vsb-menu {
        top: 40px;
    }
}

@media screen and (max-width: 1160px) {
    .main {
        background-size: auto;
        padding-top: 64px;
    }

    .main--index {
        background-image: url("./../../assets/bg.webp");
    }

    .main--index::before {
        content: none;
    }

    .main--index::after {
        content: none;
    }

    .main__title {
        margin-top: 0x;
    }

    .main__search {
        margin-top: 16px;
        -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: 0 31px;
    }

    .main__numbers {
        margin-top: 81px;
        margin-bottom: 80px;
    }

    .main__arrow {
        display: none;
    }

    .block_video {
        justify-content: center;
        gap: 2rem;
    }

    .video_item iframe {
        width: 500px !important;
        height: 300px !important;
    }
}

@media (max-width: 1130px) {
    .numbers__row {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .numbers__number {
        font-size: 22px;
        margin-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 24px;
        margin-top: -8px;
    }

    .numbers__descr {
        white-space: unset;
        max-width: 300px;
        width: 100%;
    }
}

@media (max-width: 1120px) {
    .notice {
        position: relative;
        max-width: none;
        margin-bottom: 64px;
    }

    .notice__text:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1110px) {
    .search__col {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .search__row {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .search__adv {
        margin-top: 22px;
    }

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

    .header__row {
        padding: 4px 31px;
    }

    .news__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news__card {
        width: auto;
        margin-bottom: 18px;
        margin-right: 0;
    }

    .news__descr {
        height: auto;
    }

    .firm__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .firm__cards .card {
        width: 100%;
        max-width: calc(100% - 202px);
    }

    .firm__cards .card-firm__labels {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .buy__labels {
        margin-bottom: 32px;
    }

    .question {
        background-position: center;
    }

    .question__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .question__wrapper .col:first-child {
        margin-right: 0;
    }

    .question__btn {
        margin-bottom: 32px;
    }

}

@media screen and (max-width: 1100px) {
    .consultation__content {
        max-width: none;
        width: auto;
    }

    .deals__card .deals__row:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .deals__card .deals__row:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .deals__card .deals__row:nth-child(3) .col {
        margin-bottom: 16px;
        max-width: none !important;
    }

    .deals__card .deals__row:nth-child(3) .col .myCompanies__subtitle {
        display: block !important;
        margin-bottom: 8px;
    }

    .deals .line {
        opacity: 0;
    }

    .deals .stages__title {
        white-space: normal;
    }

    .deals__deal-number {
        margin-bottom: 16px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .deals .status {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .stages__title {
        margin-left: 32px;
    }

    .stages__content {
        margin: 0 0 32px 32px;
    }

    .stages__text:not(:last-child) {
        margin-bottom: 16px;
    }

    .footer__top {
        display: none;
    }

    .footer .footer-bottom__link {
        margin-bottom: 30px;
    }

    .footer__bottom-content {
        -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;
    }

    .footer__bottom-content .row:first-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__bottom-content .social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1050px) {
    .sort__property {
        margin-right: 26px;
    }

    .sort__title {
        margin-right: 7px;
    }
}

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

    .offers__card,
    .offers__title,
    .offers__row,
    .offers__input {
        width: auto;
    }

    .offers__label {
        width: 100%;
    }

    .offers__card {
        padding: 32px 31px 70px 31px;
    }
}

@media screen and (max-width: 1000px) {
    .advsearch {
        padding: 42px 32px 64px 32px;
    }
}

@media screen and (max-width: 996px) {
    .sort {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 967px) {
    #menu-icon {
        z-index: 99999;
        grid-area: menu-icon;
    }

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

    /* .menu-item {
    display: inline-block !important;
	} */
    .header__group {
        /* background-color:#DCDCDC !important;*/
        top: 125px !important;
        position: relative !important;
        margin-top: -1px;
    }

    .header__group:first-child {
        box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
    }

    .header__group:nth-child(3n) {
        box-shadow: 0 20px 8px -20px rgb(0 0 0 / 10%);
    }

    .header__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0 !important;
    }

    .header__group--single li {
        padding: 15px 0 !important;
    }

    .header__row {
        position: relative;
        padding: 26px 31px;
    }

    .header__lk {
        margin: auto;
        width: 80%;
    }

    #menu-icon {
        color: #1A345C;
        display: inline-block;
    }

    .links {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .links .__ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
        position: absolute;
        padding: 0;
        background-color: white;
        top: 76px;
        right: 0;
        width: 100%;
        left: 0;
    }

    .links:hover __ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .links .menu-item {
        text-align: center;
        width: 100%;
        padding: 15px 0;
        margin: 0;
    }

    .fas {
        font-size: 28px;
    }
}

@media (max-width: 900px) {
    .tabs__label {
        width: 150px;
    }
}

@media screen and (max-width: 900px) {
    .checking__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 101px;
    }

    .checking__link-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
    }

    .checking__title {
        padding: 0 31px;
    }
}

@media (max-width: 860px) {
    .myCompanies__card--await {
        padding-bottom: 64px;
    }

    .myCompanies__card--await .card-firm__descr,
    .myCompanies__card--await .descr--small {
        left: 31px !important;
        bottom: 32px;
        top: initial !important;
    }

    .myCompanies__card--await label {
        width: 80% !important;
    }

    .deals .descr--small {
        left: 31px !important;
        bottom: 32px;
        top: initial !important;
    }
}

@media screen and (max-width: 805px) {
    .sell__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sell__row .inp {
        width: 100%;
    }

    .sell__row input:not(.adv__checkbox) {
        width: 100% !important;
    }

    .sell__btn {
        width: 100%;
    }

    .sell__col {
        margin-right: 0 !important;
    }
}

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

    .row--mob,
    .row--card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row--mob .link,
    .row--card .link {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-bottom: 32px;
    }

    .adv {
        padding: 42px 32px 24px 32px;
    }

    .adv__row {
        margin-bottom: 16px;
    }

    .adv__buttons {
        margin-top: 32px;
    }

    .advsearch {
        padding: 16px 32px 14px 32px;
        margin: 0 auto;
    }

    #sliderOborot {
        margin-top: 2px;
    }

    .adv__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .adv__btn {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .banner__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner__btn:first-child {
        margin-bottom: 16px;
    }

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

    .banner-popup-after {
        padding: 32px;
    }
}

@media screen and (max-width: 700px) {
    .card__btn {
        width: auto;
    }

    /*br {
    display: none;
  }*/
    .buying__title {
        padding: 0 31px;
    }

    .buying__descr {
        width: auto;
    }

    .checking__links {
        padding: 64px 31px;
    }

    .questions {
        padding: 64px 31px;
    }

    .choice__container {
        padding: 64px 31px 64px 31px;
    }

    .news {
        padding: 64px 31px;
    }

    .news__btn {
        margin-right: -31px;
    }

    .news-page {
        padding: 0 31px;
    }

    .news--single .firm__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news--single .buy__labels .text {
        display: none;
    }

    .ready {
        padding: 64px 0 73px 31px;
    }

    .ready__btn {
        width: auto;
        margin-right: -20px;
    }

    .ready__cards {
        padding-right: 31px;
    }

    .ready__card {
        border-left: none;
        border-top: 1px solid #1A345C;
    }

    .ready__row,
    .ready__title {
        padding-right: 31px;
    }

    .catalog {
        padding: 0 31px;
    }

    .catalog__btn {
        margin-right: 0 !important;
    }

    .catalog__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 32px;
    }

    .filter__col,
    .filter__title {
        margin-bottom: 8px;
    }

    .filter .adv__checkbox:not(:last-child) {
        margin-right: 16px;
    }

    .card-firm__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

    .card-firm__price {
        font-size: 32px !important;
    }

    .feedback {
        padding-left: 31px;
        padding-right: 31px;
        width: auto;
    }

    .feedback__form .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feedback__input--comment {
        margin-left: 0;
    }

    .firm {
        padding: 164px 31px 66px 31px;
    }

    .firm__content {
        margin: auto 0 64px 0;
        width: 100%;
    }

    .firm__cards .card {
        width: 100%;
        max-width: calc(100% - 62px);
    }

    .question {
        padding: 66px 31px;
        background-position: right;
    }

    .calculator {
        padding: 64px 31px;
    }

    .sell {
        padding: 0 31px;
    }

    .lk__wrap {
        padding: 0 31px;
    }

    .lk .tabs label[for="myCompanies"] {
        margin-left: 31px;
    }

    .lk .tabs label {
        width: calc((100% - 64px) / 4);
        font-size: 14px;
    }

    .lk__title {
        font-size: 22px !important;
    }

    /*.services__cards {*/
    /*  padding: 0 31px;*/
    /*}*/
    .consultation__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consultation__content {
        padding: 64px 31px;
    }

    .myCompanies__btn {
        right: 31px;
        left: 31px;
        top: 300px;
        width: calc(100% - 62px) !important;
    }

    .myCompanies__cards {
        padding: 0 31px;
    }

    .myCompanies__wrap {
        padding: 0 31px;
    }

    .deals__card,
    .deals__add-company {
        margin: 0 31px;
    }

    .registration {
        padding: 64px 32px;
    }

    .footer__bottom-content {
        padding: 0 31px;
    }

    .registration-profile__wrap {
        padding: 64px 32px;
    }

    .favorites--empty .myCompanies__wrap {
        padding: 0 31px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3,
    h4 {
        font-size: 20px !important;
    }

    p {
        font-size: 12px;
    }

    .descr {
        font-size: 16px !important;
    }

    .buy__price {
        font-size: 26px;
    }
}


@media (max-width: 600px) {
    .video_item {
        width: 100%;
        max-width: 400px;
        display: flex;
        /* height: 400px; */
    }
}

@media (max-width: 570px) {
    .lk .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lk .tabs__label {
        font-size: 14px !important;
        white-space: nowrap;
        margin-left: 10px;
        width: calc(100% - 20px) !important;
    }

    .lk .tabs__label:not(:first-child) {
        padding-top: 10px;
    }

    .lk .tabs__label {
        font-size: 14px !important;
        white-space: nowrap;
        margin-left: 10px !important;
        width: calc(100% - 20px) !important;
    }

    .myCompanies__btn {
        top: 430px !important;
    }
}

@media screen and (max-width: 500px) {
    .footer .row:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-bottom__link {
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 450px) {
    .main__content {
        padding: 0;
    }

    .main__title {
        line-height: 41px;
        max-width: 300px;
        margin: 0 auto 32px auto;
    }

    .main__search {
        padding: 0 10px;
    }

    .search__select {
        font-size: 12px;
    }

    .search__adv-link {
        margin-top: 12px;
    }

    .select-options li {
        font-size: 12px;
    }

    .btn {
        padding: 16px 18px;
        font-size: 0.875rem;
        line-height: 20px;
    }

    .buying__title {
        padding: 0 10px;
        margin-bottom: 32px;
    }

    .buying__descr {
        padding-right: 31px;
    }

    .step {
        padding: 64px 0 64px 31px;
    }

    .checking {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .checking__title {
        padding: 0 31px;
        margin-bottom: 32px;
    }

    .checking__links {
        padding: 0 10px;
        margin-bottom: 0px;
    }

    .checking__link-col {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .questions {
        padding: 64px 10px;
    }

    .questions__title {
        margin-bottom: 18px;
    }

    .questions h2 {
        margin-bottom: 32px;
    }

    .questions__btn {
        width: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .questions__descr {
        margin-bottom: 18px;
    }

    .choice__title {
        margin-bottom: 32px;
    }

    .choice__container {
        padding: 32px 10px;
    }

    .choice__text {
        margin-bottom: 10px;
    }

    .choice__card {
        margin-bottom: 10px;
        padding: 18px;
    }

    .choice__icon {
        width: 30px;
        height: 30px;
    }

    .offers__card {
        padding: 32px 10px 70px 10px;
    }

    .offers__icon {
        width: 30px;
        height: 30px;
    }

    .offers__title {
        font-size: 18px;
        line-height: 25px;
    }

    .offers__input {
        padding: 16px 6px;
        font-size: 14px;
        line-height: 20px;
        height: 100%;
    }

    .offers .inp .label {
        left: 6px;
    }

    .offers .inp input:not(:-moz-placeholder-shown) + .label {
        transform: translate3d(0, -12px, 0) scale(0.7);
    }

    .offers .inp input:not(:-ms-input-placeholder) + .label {
        transform: translate3d(0, -12px, 0) scale(0.7);
    }

    .offers .inp input:not(:placeholder-shown) + .label {
        -webkit-transform: translate3d(0, -12px, 0) scale(0.7);
        transform: translate3d(0, -12px, 0) scale(0.7);
    }

    .offers .inp input:focus + .label {
        -webkit-transform: translate3d(0, -12px, 0) scale(0.7);
        transform: translate3d(0, -12px, 0) scale(0.7);
    }

    .header__row {
        padding: 26px 10px;
    }

    .links .__ul {
        top: 46px;
    }

    .tab {
        padding: 16px 32px 18px 52px;
    }

    .tab:before {
        left: 13px;
    }

    .tab:after {
        right: 18px;
    }

    .tab__content {
        width: auto;
    }

    .news {
        padding: 64px 10px;
    }

    .news-page {
        padding: 0 10px;
    }

    .news__text {
        max-height: 82px;
    }

    .news__text--single {
        max-height: none;
        height: initial !important;
    }

    .news__title {
        margin-bottom: 18px;
    }

    .news h2 {
        margin-bottom: 32px;
    }

    .news__descr {
        margin-bottom: 18px;
    }

    .news__btn {
        margin-right: -10px;
    }

    .news__share {
        padding: 16px 24px 16px 56px;
    }

    .share {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .share__links {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .share__link {
        font-size: 12px !important;
    }

    .ready {
        padding: 74px 0 52px 10px;
    }

    .ready__btn {
        margin-right: -10px;
    }

    .ready__title,
    .ready__row,
    .ready__cards {
        padding-right: 10px;
    }

    .ready__descr {
        margin: 18px auto 42px auto;
    }

    .checkbox + label {
        font-size: 0.875rem;
    }

    .adv__title {
        font-size: 0.875rem !important;
    }

    .adv__radio-lbl {
        font-size: 0.875rem;
    }

    .catalog {
        padding: 0 10px;
    }

    .catalog__buttons {
        width: 100%;
    }

    .catalog__title {
        font-size: 28px !important;
    }

    .breadcrumbs__link {
        padding-right: 38px;
    }

    .card-firm {
        padding: 32px 10px;
    }

    .card-firm h3 {
        font-size: 20px !important;
    }

    .card-firm__col {
        margin-right: 0;
    }

    .card-firm__price {
        margin-left: -10px;
        font-size: 22px !important;
        padding: 0 10px 8px 10px;
    }

    .feedback {
        padding-left: 10px;
        padding-right: 10px;
    }

    .feedback .checkbox + label {
        font-size: 12px;
    }

    .feedback .checkbox + label > span {
        margin-right: 8px;
    }

    .feedback__input {
        padding: 16px;
        height: 100%;
    }

    .firm {
        padding: 164px 10px 66px 10px;
    }

    .catalog.firm {
        padding: 32px 16px 66px 16px !important;
    }

    .catalog .catalog__content {
        padding-top: 33px !important;
    }

    .catalog .breadcrumbs__link {
        padding-bottom: 0;
    }

    .catalog > .n-container {
        width: 100%;
    }

    .firm__wrapper {
        padding-bottom: 0px;
    }

    .buy__labels {
        margin-bottom: 0px;
    }

    .question {
        padding: 66px 10px;
    }

    .calculator {
        padding: 32px 10px;
    }

    .calculator .checkbox + label > span {
        margin-top: 5px;
    }

    .calculator .checkbox + label > span::before {
        top: 12px;
    }

    .calculator__cost {
        margin-top: 18px;
    }

    .sell {
        padding: 0 10px;
    }

    .sell__content {
        padding: 0 10px;
    }

    .sell__title {
        margin-bottom: 0px;
    }

    .sell__inline {
        width: calc(100% - 30px);
    }

    .lk__wrap {
        padding: 0 10px;
    }

    .lk .tabs label {
        width: calc((100% - 20px) / 4);
        font-size: 12px !important;
    }

    .lk__content {
        padding: 31px 0;
    }

    .lk__title:after {
        right: -28px;
    }

    .services__cards {
        padding: 0 10px;
        margin: 31px 0;
    }

    .cards__col {
        width: 100%;
        padding: 18px 10px;
    }

    .consultation {
        background: #fff;
    }

    .consultation__content {
        padding: 64px 10px;
    }

    .consultation__card {
        padding: 10px 0;
        width: auto;
        max-width: none;
        margin-bottom: 0;
    }

    .myCompanies__btn {
        right: 10px;
        left: 10px;
        top: 285px;
        width: calc(100% - 20px) !important;
    }

    .myCompanies .btn--add {
        padding: 16px 34px 16px 68px;
    }

    .myCompanies__cards {
        padding: 0 10px;
    }

    .myCompanies__wrap {
        padding: 0 10px;
    }

    .myCompanies__price {
        font-size: 18px !important;
    }

    .myCompanies__subtitle {
        margin-bottom: 0px;
    }

    .myCompanies h3 {
        font-size: 18px !important;
        margin-top: 16px;
    }

    .myCompanies__link {
        margin-top: 8px;
    }

    .myCompanies__card--await {
        padding-bottom: 64px;
    }

    .myCompanies__card--await .card-firm__descr,
    .myCompanies__card--await .descr--small {
        left: 31px !important;
        bottom: 32px;
        top: initial !important;
    }

    .myCompanies__card--await label {
        width: 80% !important;
    }

    .myCompanies__card .col {
        margin-bottom: 8px;
    }

    .myCompanies__card .col:not(:last-child) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .myCompanies__card .col:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .myCompanies__card .view,
    .myCompanies__card .status,
    .myCompanies__card .col:nth-child(2) p {
        position: relative;
        left: 0;
    }

    .myCompanies__card .col:nth-child(2) p {
        position: absolute;
        top: 41px;
        right: 10px;
        left: auto;
    }

    .myCompanies__card .view {
        top: 0;
    }

    .myCompanies__card .status {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        top: 0;
    }

    .deals__card,
    .deals__add-company {
        margin: 0 10px;
        padding: 32px 10px !important;
        position: relative;
    }

    .deals__card .deals__row:nth-child(3) .col,
    .deals__add-company .deals__row:nth-child(3) .col {
        margin-bottom: 8px;
    }

    .deals .descr--small,
    .deals .card-firm__descr {
        bottom: -50px !important;
        left: 0 !important;
    }

    .deals .row--card {
        padding: 32px 0px;
    }

    .deals__title {
        margin-right: 0;
    }

    .deals__row {
        margin-bottom: 16px !important;
    }

    .deals__row .col {
        margin-bottom: 8px;
    }

    .deals__row:first-child .status {
        padding: 8px;
        border-radius: 0;
        width: auto;
        margin-top: 16px;
    }

    .deals__row:nth-child(2) .status {
        position: absolute;
        top: 16px;
        right: 10px;
    }

    .stages__title {
        margin-left: 16px;
        margin-bottom: 8px;
    }

    .stages__content {
        margin: 0 0 16px 16px;
        padding: 16px;
    }

    .registration {
        padding: 64px 10px;
    }

    .sell__inline .link {
        font-size: 12px !important;
    }

    .footer__bottom-content {
        padding: 0 10px;
    }

    .registration-profile__content {
        width: auto;
    }

    .registration-profile__wrap {
        padding: 64px 10px;
    }

    .favorites--empty .myCompanies__wrap {
        padding: 0 10px;
    }
}

@media (max-width: 450px) {
    .numbers {
        display: none;
    }
}

@media (max-width: 432px) {
    .auth__input {
        width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .card__btn {
        padding: 24px 31px 24px 32px;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    .checkbox + label {
        display: -webkit-box !important;
    }
}

.questions__title-popup {
    font-weight: 700 !important;
    margin-bottom: 16px;
    text-transform: inherit !important;
    font-size: 32px !important;
    line-height: 41px !important;
}

.questions__descr-popup {
    text-align: center;
    max-width: 516px;
    /* margin: 32px auto; */
    margin: 16px 0 32px 0;
}

.questions__bu-wrapper-popup {
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.questions__bu-wrapper-popup label,
.questions__bu-wrapper-popup textarea {
    width: 100%;
}

/* .questions__bu-wrapper-popup textarea {
  margin-bottom: 24px;
} */

input,
textarea {
    font-family: 'Montserrat', arial;
}

textarea::placeholder {
    font-family: 'Montserrat', arial;
    font-size: 16px;
    line-height: 24px;
}

.companies--empty .add {
    white-space: initial;
    text-align: left;
    margin-bottom: 128px;
    color: #1A345C;
    padding: 16px 78px 16px 34px !important;
}

.companies--empty .add:before {
    content: none;
}

.companies--empty .add:after {
    content: url('../../assets/arrow-button.svg');
    position: absolute;
    right: 32px;
    width: 24px;
    height: 24px;
}

.companies--empty .add:hover:after {
    content: url('../../assets/arrow-button-orange.svg');
}

.companies--empty h2,
.companies--empty p,
.companies--empty a {
    color: #BAC2CE;
}

.textarea,
input,
textarea:placeholder {
    font-family: 'Montserrat', arial;
}

.registration label[for="turnoversYear"] {
    margin-right: 32px;
}

.header-personal {
    position: relative;
}

.header__lk-menu {
    position: absolute;
    flex-direction: column;
    padding: 16px;
    width: fit-content;
    right: 10px;
    top: calc(100% + 5px);
    background: #FFFFFF;
    border: 1px solid #BAC2CE;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.header__text-menu {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #181818;
    padding-bottom: 16px;
    border-bottom: 1px solid #BAC2CE;
}

.header__exit {
    margin-top: 16px;
}

.btn--exit {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #1A345C;
    padding-left: 40px;
    white-space: pre;

    cursor: pointer;
}

.btn--exit:hover {
    color: #FFA200 !important;
}

.btn--exit:before {
    content: url('./../../assets/exit-icon.svg');
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}

.header-personal:hover ul {
    display: block;
}

@media (max-width: 967px) {
    .header__lk-menu {
        display: none !important;
    }
}

.lk label[for="personalData"] {
    margin-left: calc((100% - 1240px) / 2);
}

@media screen and (max-width: 1240px) {
    .lk label[for="personalData"] {
        margin-left: 100px;
    }
}

@media (max-width: 1200px) {
    .lk .editProfile .myCompanies__cards {
        margin-top: 0;
    }

    .lk .editProfile .registration-profile__wrap {
        padding: 0 !important;
    }

}

@media (max-width: 980px) {
    .lk .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lk .editProfile {
        padding-top: 64px;
        margin-bottom: -64px;
    }

    .lk .editProfile .btn {
        margin-right: 32px;
    }

    .lk .editProfile .myCompanies__cards label {
        width: 100%;
    }

    .lk .tabs__label {
        font-size: 14px !important;
        white-space: nowrap;
        margin-left: 64px !important;
        width: calc(100% - 128px) !important;
    }
}

@media (max-width: 570px) {
    .lk .tabs__label {
        margin-left: 32px !important;
        width: calc(100% - 64px) !important;
    }
}

@media (max-width: 450px) {
    .lk .tabs__label {
        margin-left: 10px !important;
        width: calc(100% - 20px) !important;
    }
}

.calculator__body {
    padding: 42px 32px 64px 32px;
}

.calculator__body .btn {
    width: 286px;
    justify-content: center;
}

.calculator__bottom-form-wrap {
    display: none;
    margin-top: 64px;
}

.calculator__bottom-form__col:first-child {
    min-width: 286px;
    margin-right: 130px;
}

.calculator__bottom-form .btn {
    margin-bottom: 8px;
}

.calculator__bottom-form .descr {
    text-align: left;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 26px;
}

.calculator__bottom-form .descr--grey {
    text-align: left;
    color: #A3AEBE;
    font-size: 16px;
    line-height: 24px;
}

.calculator__body #oborotADV {
    max-width: 109px;
}

@media (max-width: 980px) {
    .calculator__bottom-form {
        flex-direction: column;
    }

    .calculator__bottom-form__col:first-child {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .calculator__body .btn {
        width: 100%;
    }

    .calculator__bottom-form .descr {
        margin-bottom: 16px;
    }
}

.filter__title {
    font-weight: 500 !important;
}

.aboutCompany__descr {
    margin-bottom: -66px;
}

.firm__descr-okved .hidden {
    display: none;
}

.btn-okved {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
}

.aboutCompany__descr p {
    text-align: left;
    margin-bottom: 32px;
}

.nice__phone {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.5625rem;
    color: #1A345C;
    margin-bottom: 8px;
}

.logo-and-phone {
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
}

@media (max-width: 967px) {
    .logo-and-phone {
        width: 60%;
    }
}

.logo-and-phone .header__logo {
    margin-right: 20px;
}

.logo-and-phone .nice__phone {
    margin-inline: auto;
    margin-bottom: 0;
}

@media (max-width: 1217px) {
    .logo-and-phone .nice__phone {
        font-size: 18px;
    }
}

@media (max-width: 1167px) {
    .logo-and-phone .header__logo img {
        width: 100%;
        height: auto;
    }

    .logo-and-phone .header__logo {
        width: 12vw;
    }
}

@media (max-width: 1110px) {
    .logo-and-phone .header__logo {
        width: 150px;
    }
}

@media (min-width: 968px) and (max-width: 978px) {
    .logo-and-phone .nice__phone {
        font-size: 16px;
    }
}

@media (max-width: 610px) {
    .logo-and-phone {
        flex-direction: column;
        align-items: start;
        grid-area: logo-and-phone;
        width: 50%;
    }

    .header--mb .header__logo {
        transform: translateY(-100px);
    }

    .header--mb .header__row {
        flex-wrap: nowrap;
        padding: 0px 10px;
        height: 60px;
    }

    .header--mb .nice__phone {
        height: 100%;
        margin-bottom: 50px;
    }

    .header--mb #menu-icon {
        bottom: 18%;
    }

    .header--mb .make-order__btn--mb {
        transform: translateY(-100px);
        z-index: 100;
    }

    .header__lk--login .make-order__btn--mb {
        margin-top: 10px;
    }

    .header__lk--login.header--mb .make-order__btn--mb {
        transform: translateY(0);
        align-self: center !important;
        position: absolute;
        margin-top: 0;
    }

    .header__group {
        top: 150px !important;
    }

    .header--mb .header__group {
        top: 110px !important;
    }

    .logo-and-phone .header__logo {
        margin-bottom: 10px;
    }

    .make-order__btn--mb {
        width: 50%;
        align-self: flex-start !important;
        transform: translateY(0px);
        transition: 0.75s all;
        z-index: 100;
        /*margin-top: auto;*/
        /*margin-bottom: 10px;*/
    }

    .menu_sell_wrap {
        top: 0 !important;
        position: fixed !important;
        background: #fff;
        z-index: 100 !important;
    }

    .logo-and-phone .nice__phone {
        margin-inline: inherit;
        z-index: 100;
    }

    .header {
        position: fixed;
    }

    body {
        padding-top: 140px;
    }

    .header__row {
        flex-wrap: wrap;
        height: 100px;
        transition: 1s height;
    }

    #menu-icon {
        margin-left: auto;
        position: absolute;
        bottom: 25%;
        right: 10px;
    }
}

@media (min-width: 451px) and (max-width: 610px) {
    #menu-icon {
        right: 26px;
    }
}

@media (max-width: 267px) {
    .logo-and-phone .header__logo {
        width: 50vw;
    }

    .logo-and-phone .nice__phone {
        font-size: 14px;
    }
}

@media (max-width: 180px) {
    .logo-and-phone .nice__phone {
        display: none;
    }
}

.popup-form {
    max-width: 540px;
    width: auto !important;
}

@media screen and (max-width: 768px) {
    .select2-container--open .select2-dropdown--below {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border-top: 1px solid #aaa !important;
        width: 80vw !important;
    }

    .bf-chat {
        display: none;
    }
}

.sell-firm {
    display: flex;
    gap: 40px;
}

@media (max-width: 1250px) {
    .sell-firm {
        flex-direction: column-reverse;
        padding: 0 40px;
    }

    .calc_items {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .form-sell {
        display: flex;
        justify-content: center;
    }

    .calc_top {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 700px) {
    .buying__container {
        padding: 0 16px !important;
        flex-direction: column !important;
    }

    .calc_items {
        width: fit-content !important;
    }

    .form-sell form {
        width: fit-content !important;
    }
}

@media (max-width: 525px) {
    .calc_items {
        grid-template-columns: 1fr;
    }

    .btn_wrapper {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 450px) {
    .news__cards {
        flex-wrap: nowrap !important;
    }

    .pagination {
        padding: 0 !important;
    }

    .pagination-list {
        padding-inline-start: 0 !important;
    }

    .g-col-md-12 {
        padding: 0;
        margin: 0;
        padding-left: 7.5px;
    }

    .g-row {
        margin: 0;
    }

    .video_item {
        width: 100%;
        display: flex;
    }
}

@media (max-width: 400px) {
    .sell-firm {
        padding: 0 20px;
    }

    /*.main__content {*/
    /*  padding: 64px 0px !important;*/
    /*}*/
}

.make-order__btn {
    height: 50px;
    display: flex;
    align-self: center;
}

.make-order__btn--mb {
    display: none;
    align-self: center;
    height: auto;
    padding: 10px;
    grid-area: make-order-btn;
}

.header-personal {
    display: flex;
    align-items: center;
}

@media (max-width: 967px) {
    .make-order__btn {
        display: none;
    }

    .make-order__btn--mb {
        display: flex;
    }
}

.ctlg-filter--mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctlg-filter--mb .compilation-filter {
    border: none;
    width: min-content;
    padding: 23px 0;
}

.ctlg-filter__mb-open {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #8C99AD;
}

.catalog__wrapper .news--single .firm__row > ol {
    padding-inline-start: 28px;
}

.show-all {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-right: 12px;
    color: #1A345C;
    padding-right: 20px;
    font-weight: 700;
    position: relative;
}

.single--gotovye--firms p, ul {
    text-align: left;
}

.header--block-liscence {
    margin-bottom: 32px;
}

.header--block-liscence h2 {
    margin-bottom: 1rem;
}

.mt-32 {
    margin-top: 32px;
}

#not_found_form .sell__inline {
    color: #fff;
}

.swiper {
    width: 100%;
    max-width: 710px; /* Ограничение ширины для контроля */
    height: 92px; /* Автоматическая высота */
    overflow: hidden; /* Убираем скачки */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    background: #E8EBEF;
    border-radius: 10px;
}

.slider__catalog .title {
    text-align: center;
    margin-bottom: 32px;
}

.slider__catalog {
    margin: 64px 0;
}

.slider__catalog .swiper-slide {
    display: flex;
}

.slider__catalog .swiper-slide a {
    display: flex;
    color: #181818;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.slider__catalog .swiper-button-prev:after {
    display: none;
}

.slider__catalog .swiper-button-next:after {
    display: none;
}

.other-category__item {
    align-items: center;
    justify-content: center;
    background: #E8EBEF;
    border-radius: 10px;
    color: #181818;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    position: relative;
    max-width: 264px;
    display: flex;
    align-items: center;
}

.other-category__item:last-child::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 40%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20L16 11.3846L8 4' stroke='%231A345C'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.other-category__item:first-child::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 40%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4L8 12.6154L16 20' stroke='%231A345C'/%3E%3C/svg%3E");;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.other-category__item:first-child {
    padding: 20px 20px 20px 60px;
}

.other-category__item:last-child {
    padding: 20px 60px 20px 20px;
}

.other-category__item a {
    color: #181818;
}

.other-category {
    display: flex;
    justify-content: center;
    gap: 22px;
}

@media (max-width: 1280px) {
    .logo-and-phone .nice__phone {
        white-space: nowrap;
    }
}

@media (min-width: 960px) and (max-width: 1066px) {
    .logo-and-phone .nice__phone {
        font-size: 16px;
        white-space: nowrap;
    }
}

@media (max-width: 700px) {
    .other-category {
        flex-direction: column;
        align-items: center;
    }

}

#result-main_okved .calculator-label:has(.okved-value),
#result-okved .calculator-label:has(.okved-value) {
    display: grid !important;
    grid-template-columns: 35px 80px 1fr;
}

@media (min-width: 650px) {
    .filter-line__item_button.__opened::after {
        top: 15px;
    }
}

@media (max-width: 650px) {
    .filter-line__item_button.__opened::after {
        top: 0;
    }
}

.homepage-slider-section .card-firm__row {
    display: flex;
    flex-direction: column;
}

.homepage-slider-section .card-firm__row .btn-whatsapp {
    width: 100%;
    margin-top: auto;
}

#main:has(.contacts-page) {
    padding: 0 !important;
}

.full-container {
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 1100px) {
    .consultation__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services__cards {
        padding: 0;
        gap: 20px;
        /*margin: 0;*/
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .services__card .cards__col {
        width: 100%;
    }
}

.services__content {
    gap: 3rem;
    display: flex;
    flex-direction: column;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    text-align: left;
}

.services__item h2 {
    margin-bottom: 1rem;
    line-height: 1.25;
}

.services__content h3 {
    margin-top: 2.625rem;
    margin-bottom: 0.625rem;
}

.services__item h2 + h3 {
    margin-top: 1.625rem;
}

.services__item ul {
    margin-bottom: 1rem;
}

.services__item ul li {
    padding: 6px;
}

@media (max-width: 600px) {
    .services__content {
        gap: 2rem;
    }

    .services__item h2 + h3 {
        margin-top: 1rem;
    }
}

.recommend-firms {
    grid-template-columns: 1fr !important;
}