@charset "UTF-8";

a.btn,
input[type=submit],
button {
    padding: 14px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-family: "NT Somic Bd";
}

/* main styles */
body {
    background-color: #fff;
    color: #252628;
    font-family: "NT Somic";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

body.--popup-opened {
    overflow: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #252628;
}

a:hover {
    color: #252628;
}

h1+section {
    padding-top: 20px;
}

section {
    padding: 60px 0px;
}
section section{
    padding: 0!important;
}

section section {
    padding: 0 !important;
}

p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
}

b {
    font-family: "NT Somic Bd";
    font-style: normal;
    font-weight: bold;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

h1,
.h1 {
    font-family: "NT Somic Med";
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
}

h1+section,
.h1+section {
    margin-bottom: 0px;
}

h2,
.h2 {
    font-family: "NT Somic Med";
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px;
}

h1+h2,
.h1+h2,
h1+.h2,
.h1+.h2 {
    padding-top: 11px;
}

h3,
.h3 {
    font-family: "NT Somic Med";
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
}

h4,
.h4 {
    font-family: "NT Somic Med";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}

h5,
.h5 {
    font-family: "NT Somic Med";
    font-size: 18px;
    line-height: 28px;
}

h6,
.h6 {
    font-family: "NT Somic Med";
    font-size: 16px;
    line-height: 28px;
}

button {
    border: none;
    background: none;
}

input {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    border: none;
    border: solid 1px transparent;
    border-color: transparent;
    outline: none;
}

input[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

a.btn {
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-yellow {
    padding: 17px 24px;
    background-color: #FFEB36;
    color: #000;
}

.btn-yellow:hover,
.btn-yellow.btn-static.active {
    background-color: #F7DE00;
}

.btn-green {
    color: #fff;
    background-color: #069347;
    border: solid 1px #069347;
}

.btn-green:hover,
.btn-green.btn-static.active {
    background-color: #008841;
    border: solid 1px #008841;
}

a.btn-green:hover {
    color: #fff;
}

.btn-transparent {
    color: #252628;
    background-color: transparent;
    border: solid 1px #069347;
}

.btn-transparent:hover,
.btn-transparent.btn-static.active {
    background-color: #069347;
    color: #fff;
}

a.btn-transparent:hover {
    color: #fff;
}

.btn-rounded {
    border-radius: 100px !important;
}

.btn-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-family: "NT Somic Bd";
    gap: 10px;
    border-radius: 6px;
    padding-left: 20px;
    cursor: pointer;
    outline: 0;
}

.btn-file input {
    position: absolute;
    width: 2px;
    height: 2px;
    opacity: 0.02;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}

.btn-file svg path {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    fill: #252628;
}

.btn-file:hover svg path {
    fill: #fff;
}

.btn-messenger {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    padding: 0px !important;
    position: relative;
}

.btn-messenger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}

.btn-messenger--max:after {
    content: url("../img/max-icon.svg");
}

.drop-filter-btn {
    padding-left: 47px;
    position: relative;
    padding-right: 17px;
}

.drop-filter-btn::after,
.drop-filter-btn::before {
    width: 17px;
    height: 2px;
    background-color: #252628;
    position: absolute;
    content: "";
    left: 18px;
    top: 26px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.drop-filter-btn:hover::after,
.drop-filter-btn:hover::before {
    background-color: #fff;
}

.drop-filter-btn::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drop-filter-btn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.btn.drop-filter-btn {
    padding-left: 50px;
}

.btn-with-arrow {
    padding: 10px 35px 10px 15px;
    position: relative;
}

.btn-with-arrow:before {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: url("../img/dropdownMark.png");
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.active .btn-with-arrow:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    top: 57%;
}

.dropdown-btn {
    position: relative;
}

.dropdown-btn__content {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    border-radius: 6px;
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    z-index: 3;
}

.dropdown-btn__content ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.dropdown-btn__content ul li {
    margin-bottom: 6px;
    list-style-type: none;
    padding: 0px;
}

.dropdown-btn__content ul li::before {
    display: none;
}

.dropdown-btn__content ul li:last-child {
    margin-bottom: 0px;
}

.dropdown-btn__content ul li a {
    text-decoration: none;
    color: #252628;
    font-weight: 400;
    white-space: nowrap;
}

.dropdown-btn.active .dropdown-btn__content {
    display: block;
}

.link-with-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    color: #069347;
    font-family: "NT Somic Bd";
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.link-with-arrow svg path {
    fill: #069347;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.link-with-arrow:hover {
    color: #008841;
}

.link-with-arrow:hover svg path {
    fill: #008841;
}

ul li {
    padding-left: 32px;
    margin-bottom: 0px;
    position: relative;
}

ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #252628;
    left: 16px;
    top: 12px;
}

ul.check-mark-list li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

ul.check-mark-list li:before {
    position: absolute;
    content: url("../img/check mark.svg");
    left: 0px;
    top: 4px;
    background: none;
    border-radius: 0px;
    width: 26px;
    height: 20px;
}

ul.check-mark-list--negative:before {
    content: url("../img/cross mark.svg");
}

ol {
    padding-left: 0px;
    counter-reset: item;
}

ol li {
    padding-left: 52px;
    margin-bottom: 30px;
    position: relative;
}

ol li::before {
    content: counter(item);
    counter-increment: item;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #069347;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
}

.list-in-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-in-cols--2-cols li {
    max-width: calc(50% - 22px);
}

.list-in-cols--3-cols li {
    max-width: calc((100% - 96px) / 3);
}

table {
    width: 100%;
}

table tr {
    border-bottom: solid 1px #E5E5E5;
}

table tbody tr:last-child {
    border: none;
}

table.small-table {
    font-size: 18px;
    line-height: 32px;
    padding-right: 40px;
    padding-left: 40px;
}

table.small-table tr:first-child {
    padding-top: 0px;
}

table.small-table tr:last-child {
    padding-bottom: 0px;
}

.gray-block table.small-table tr:last-child td {
    padding-bottom: 0px;
}

table.small-table tr th {
    padding: 29px 6px;
    vertical-align: top;
    font-style: normal;
    font-weight: 400;
}

.gray-block table.small-table tr th {
    padding-top: 0px;
    padding-bottom: 13px;
}

table.small-table tr td {
    padding: 30px 6px;
    font-family: "NT Somic Bd";
    font-size: 18px;
    line-height: 32px;
    padding-top: 21px;
    padding-bottom: 18px;
}

table.small-table tr td:first-child {
    text-align: left;
}

table.small-table th {
    color: #7E7E7E;
    line-height: 26px;
}

table.big-table {
    padding: 40px 0px;
    font-size: 18px;
    font-family: "NT Somic";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.03em;
}

table.big-table tr {
    padding: 0px;
}

table.big-table tr th {
    padding: 20px 6px;
}

table.big-table tr th:first-child {
    padding-left: 40px;
}

table.big-table tr th:last-child {
    padding-right: 40px;
}

table.big-table tr td {
    padding: 20px 6px;
}

table.big-table tr td:first-child {
    padding-left: 40px;
}

table.big-table tr td:last-child {
    padding-right: 40px;
}

table.big-table th {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

table.big-table td {
    padding-right: 6px;
    min-width: 66px;
}

table.big-table thead tr {
    vertical-align: top;
}

table.big-table tbody tr td:first-child {
    padding-right: 16px;
    font-weight: bold;
    white-space: nowrap;
}

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

.row--g-20 {
    gap: 20px;
}

.row--a-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row--a-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row--a-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row--j-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row--j-fs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.row--j-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

.gray-block {
    background-color: #F8F8F8;
    border-radius: 20px;
}

.green-block {
    background-color: #069347;
    color: #FFF;
    border-radius: 20px;
}

.gray-block--p60 {
    padding: 60px;
}

.gray-block--p50 {
    padding: 50px;
}

.gray-block--p40 {
    padding: 40px;
}

.gray-block--p30 {
    padding: 30px;
}

.gray-block--p0 {
    padding: 0px;
}

.accent-text {
    color: #069347;
}

.container {
    max-width: 1410px;
    padding: 0 10px;
    margin: 0 auto;
}

.get-app {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    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;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background-color: #fff;
}

.get-app--gray {
    background-color: #F4F4F4;
}

.get-app svg path {
    fill: #252628;
}

.get-app:hover {
    background-color: #069347;
}

.get-app:hover svg path {
    fill: #fff;
}

.main-banner {
    width: 100%;
    position: relative;
    background-color: #008841;
    color: #fff;
    min-height: 580px;
    overflow: hidden;
}

.main-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 580px;
    max-width: 1600px;
    padding: 0 100px;
}

.main-banner h1,
.main-banner .h1 {
    margin-bottom: 20px;
}

.main-banner .btn {
    margin-top: 15px;
}

.main-banner__content,
.main-banner__img-wrapper {
    width: 100%;
    max-width: 50%;
}

.main-banner__img-wrapper {
    padding-right: 23px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-banner__img-wrapper img {
    max-width: 100%;
}

.main-banner__content {
    padding-right: 50px;
    font-size: 18px;
    line-height: 28px;
}

.main-banner__content p {
    max-width: 460px;
    font-size: 18px;
    line-height: 28px;
    text-wrap: balance;
}

.main-banner__img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
    background: transparent;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.main-banner__img {
    width: 530px;
    position: relative;
    z-index: 2;
}

.main-banner ul li:before {
    background-color: #fff;
    left: 12px;
}

.breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumbs > * {
    margin-right: 6px;
}

.breadcrumbs a {
    color: #AEAEAE;
    display: inline;
}

.breadcrumbs span {
    display: inline;
    font-family: "NT Somic";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.breadcrumbs .breadcrumbs__last-element,
.breadcrumbs .breadcrumbs__last-element span {
    font-family: "NT Somic";
    font-weight: 600;
}

.offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 48px;
}

.offers-title {
    margin-bottom: 50px;
}

.offers-item {
    height: 280px;
    position: relative;
    background-color: #F8F8F8;
    border-radius: 20px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    padding: 30px;
    width: 100%;
}
.offers-item--img-empty .offers-item__img-wrapper{
    display: none;
}

.offers-item--md-3 {
    height: 374px;
    max-width: calc((100% - 96px) / 3);
}

.offers-item--md-2,
.offers-item--md-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.offers-item--md-2 .offers-item__title,
.offers-item--md-1 .offers-item__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.offers-item--md-2 .offers-item__img-wrapper,
.offers-item--md-1 .offers-item__img-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: static;
}

.offers-item--md-2 {
    max-width: calc((100% - 48px) / 2);
}

.offers-item--md-2 .offers-item__title {
    max-width: 240px;
}

.offers-item--md-1 {
    max-width: 100%;
}

.offers-item:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.offers-item__title {
    font-family: "NT Somic Med";
    font-size: 28px;
    line-height: 32px;
}

.offers-item__img-wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 220px;
    width: 220px;
    max-width: 225px;
}

.offers-item__img-wrapper img {
    max-width: 100%;
}

.offers-item__icon {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background-color: #069347;
    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;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.search .search-form input {
    border: #D0D5D3 solid 1px;
    border-radius: 6px;
    display: flex;
    flex-direction: row-reverse;
}

.search-input {
    position: relative;
    width: 100%;
    max-width: 547px;
}

.search-input a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.main-slider {
    position: relative;
    min-height: 580px;
    margin-bottom: 3px;
}

.main-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-slider .slick-slide {
    height: auto;
}

.main-slider .slick-slide > div,
.main-slider .slick-slide .main-slider__element,
.main-slider .slick-slide .main-banner {
    height: 100%;
}

.main-slider .slick-dots {
    position: absolute;
    left: calc((100% - 1395px) / 2);
    bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    z-index: 2;
}

.main-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 0.3;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}

.main-slider .slick-dots li:before,
.main-slider .slick-dots li button {
    display: none;
}

.main-slider .slick-dots li.slick-active {
    width: 24px;
    opacity: 1;
}

.main-slider__arrow--prev {
    left: 40px;
}

.main-slider__arrow--next {
    right: 40px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    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: #069347;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.slider-arrow svg path {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    fill: #fff;
}

.slider-arrow:hover {
    background-color: #fff;
}

.slider-arrow:hover svg path {
    fill: #000;
}

.slider-arrow.slick-disabled {
    opacity: 0.6;
}

.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-size: 18px;
    color: #AEAEAE;
    line-height: 28px;
    font-family: "NT Somic Med";
}

.feedback-block h2 {
    margin-bottom: 50px;
}

.feedback-block .row {
    gap: 48px;
}

.feedback-block-element {
    display: block;
    cursor: pointer;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.feedback-block-element__content {
    width: 350px;
}

.feedback-block-element__img-wrapper {
    max-width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 145px;
}

.feedback-block-element__img-wrapper img {
    max-width: 100%;
}

.feedback-block-element__description {
    font-size: 18px;
    line-height: 28px;
    color: #7E7E7E;
    max-width: 265px;
}

.feedback-block-element h3 {
    margin-bottom: 15px;
}

.img-wrapper {
    border-radius: 20px;
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 22px;
}

.form__row+.form__row {
    margin-top: 15px;
}

.checkbox {
    position: relative;
    font-size: 12px;
    font-size: 12px;
    font-weight: 400;
}

.checkbox input {
    width: 2px;
    height: 2px;
    opacity: 0.2;
    position: absolute;
    bottom: 0px;
    left: 9px;
}

.checkbox input:checked+label:after {
    background: #252628;
    background-image: url("../img/cb-mark.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    min-height: 22px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    width: 20px;
    height: 20px;
    border: solid 1px #252628;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    padding-left: 1px;
}

.confidentiality-cb {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 18px;
}

.confidentiality-cb span {
    display: inline-block;
}

.confidentiality-cb a {
    color: #069347;
}

.confidentiality-cb a:hover {
    color: #008841;
}

.block-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}

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

.block-link__deescription {
    color: #7E7E7E;
    font-size: 18px;
    line-height: 28px;
}

.block-link .img-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 113px;
    width: 100%;
    max-width: 113px;
    width: 100%;
    max-width: 113px;
    height: 113px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.block-link .block-link__img-title {
    display: none;
}

.block-link .btn {
    margin-top: 30px;
}

.advantage-item {
    padding: 40px;
}

.advantage-item__img-container.img-wrapper {
    display: none !important;
}

.advantage-item__title {
    margin-bottom: 0;
}

.advantage-item .img-wrapper {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-color: #fff;
    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;
    border-radius: 20px;
}

.advantage-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantage-item__head .img-wrapper {
    width: 100%;
    max-width: 100px;
    height: 100px;
    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;
}

.advantage-item__head .img-wrapper img {
    max-width: 60px
}

.advantage-item__description {
    margin-top: 30px;
    color: #7E7E7E;
}

.our-advantages h2 {
    margin-bottom: 51px;
}

.advantages-list.row {
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advantages-list.row .advantage-item {
    width: 100%;
    max-width: calc((100% - 96px) / 3);
    font-size: 18px;
    line-height: 28px;
}

.more-information__title {
    margin-bottom: 50px;
}

.more-information__list {
    padding: 37px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 91px;
    -moz-column-gap: 91px;
    column-gap: 91px;
}

.more-information .information-item {
    width: 100%;
    max-width: calc(50% - 46px);
}

.information-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-right: 30px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}

.information-item.hide {
    display: none;
}

.riv2-document-type-group:not(:has(.information-item:not(.hide))) {
    display: none;
}

.riv2-document-type-heading {
    font-family: "NT Somic Med";
    font-size: 22px;
    font-weight: 550;
    line-height: 130%;
    color: #252628;
    margin-bottom: 32px;
}

.riv2-document-type-group+.riv2-document-type-group {
    margin-top: 50px;
}

.information-item:hover {
    color: #069347;
}

.information-item span {
    font-family: "NT Somic Med";
    line-height: 110%;
}

.service-item {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width: 100%;
}

.service-item.hide {
    display: none;
}

.service-item__img-title.img-wrapper {
    display: none;
}

.service-item__head > div {
    width: 100%;
}

.service-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.service-item:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.service-item+.service-item {
    margin-top: 40px;
}

.service-item__img-wrapper {
    width: 100%;
    max-width: 260px;
    height: 260px;
    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;
    border-radius: 0;
    background-color: transparent;
}
.service-item__inner.service-item__inner--img-empty .service-item__img-wrapper,
.service-item__inner.service-item__inner--img-empty .service-item__img-title{
    display: none;
}

.service-item__inner--dop-text-empty .service-item__title{
    margin-bottom: 0px;
}

.service-item__img-wrapper img {
    width: 100%;
    max-width: 245px;
}

.service-item__content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.service-item__title {
    margin-bottom: 20px;
}

.service-item__description {
    color: #7E7E7E;
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

.service-item__btns-wrapper {
    width: 100%;
    max-width: fit-content;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px;
}

.service-item__btns-wrapper .btn {
    width: 100% !important;
}

.service-item--credit .service-info-table {
    gap: 55px;
}

.service-item--credit .service-info-table .col {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.service-info-table {
    width: 100%;
    font-family: "NT Somic Bd";
    font-size: 20px;
    line-height: 32px;
    gap: 55px;
}

.service-info-table .col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right: 30px;
}

.service-info-table .col-name {
    font-family: "NT Somic";
    font-size: 18px;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 100;
    background: rgba(7, 20, 12, 0.55);
    cursor: pointer;
    display: none;
}

.overlay.active {
    display: block;
}

.popup {
    display: none;
    border-radius: 20px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 90vh;
    /* 100vh на мобильных больше видимой области */
    max-height: 90dvh;
    overflow: hidden;
}

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

/* скроллим тело, а не попап: крестик остаётся на месте */
.popup>.popup__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: inherit;
}

.popup>.popup__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.popup .popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    /* зона касания 44px, margin возвращает иконку на место */
    padding: 12px;
    margin: -12px;
    z-index: 2;
    background: inherit;
    border-radius: 50%;
}

.marked-text {
    position: relative;
    padding-left: 35px;
    font-family: "NT Somic Med";
}

.marked-text:after {
    position: absolute;
    left: 0px;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 26px;
    height: 26px;
}

.marked-text--positive:after {
    background-image: url("../img/check mark.svg");
    background-size: 26px 26px;
}

.marked-text--negative:after {
    content: url("../img/cross mark.svg");
}

.select {
    position: relative;
    width: 280px;
}

.select select {
    display: none;
}

.custom-select {
    border: 1px solid #D0D5D3;
    border-radius: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
    background: #fff;
    position: relative;
}

.custom-select:after {
    position: absolute;
    right: 16px;
    top: 24px;
    content: url("../img/dropdownMark-black.png");
    height: 8px;
    width: 16px;
    line-height: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select.active {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

.custom-select.active:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.custom-select__current {
    font-size: 16px;
    height: 54px;
    width: 100%;
    line-height: 20px;
    padding: 16px;
}

.custom-select__list {
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    border: 1px solid #D0D5D3;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    /* по умолчанию скрыт */
    z-index: 10;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
    width: calc(100% + 2px);
}

.custom-select.active .custom-select__list {
    display: block;
}

.custom-select__item {
    padding: 16px 20px 16px;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.custom-select__item:hover {
    background-color: #F3F3F3;
    font-family: "NT Somic Bd";
}

.custom-select__item.selected {
    background-color: #F3F3F3;
    font-family: "NT Somic Bd";
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: "NT Somic Bd";
    text-align: center;
    line-height: 46px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination a {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.pagination a:hover {
    color: #069347;
}

.pagination a.active {
    color: #fff;
    background-color: #069347;
}

.pagination a.active:hover {
    color: #fff;
}

.pagination .separator {
    padding: 0 17px;
}

.images-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.images-set .img-wrapper {
    width: 100%;
    max-width: calc(50% - 24px);
}

.images-set .img-wrapper img {
    border-radius: 20px;
    max-width: 100%;
    width: 100%;
}

.socials span,
.socials a {
    display: inline-block;
}

.socials span {
    margin-right: 27px;
}

.socials a+a {
    margin-left: 12px;
}

.small-banner {
    width: 100%;
    height: 410px;
    background: #069347;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-banner .img-wrapper,
.small-banner__content {
    width: 100%;
    max-width: 50%;
}

.small-banner .img-wrapper {
    position: relative;
    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;
}

.small-banner .img-wrapper img {
    max-width: 100%;
}

.small-banner__content {
    padding-left: 30px;
    padding-right: 50px;
}

.small-banner__title {
    font-family: "NT Somic Med";
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.small-banner .btn {
    margin-top: 40px;
}

.address {
    font-family: "NT Somic Med";
    display: inline-block;
    padding-left: 32px;
    position: relative;
}

.address--green {
    color: #069347;
}

.address svg {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.location-item {
    position: relative;
}

.location-item.active {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.location-item__dropdown-icon {
    display: none;
    position: absolute;
    top: 30px;
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.location-item.active .location-item__dropdown-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.location-item__title {
    font-family: "NT Somic Med";
    font-size: 24px;
    line-height: 32px;
}

.location-item__title .location-item__cart-icon {
    display: none;
    margin-right: 0px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.location-item__sub-title {
    max-width: 585px;
}

.location-item__content {
    padding-top: 20px;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.location-item.active .location-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.location-item__element {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px;
    margin: 0px;
    padding-right: 30px;
}

.location-item__element--sub-title {
    width: 100%;
}

.location-item__element--right-position {
    text-align: right;
}

.location-item__element--right-position img {
    margin-right: 50px;
}

.location-item__element--address {
    width: 100%;
    max-width: 385px;
}

.location-item__bold {
    font-size: 18px;
    line-height: 28px;
    font-family: "NT Somic Med";
}

.location-item .btn {
    white-space: nowrap;
}

.locations-filter form {
    margin-bottom: 40px;
}

.location-item__text-with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.location-item__sub-title{
    color: #7E7E7E;
}

.location-item__sub-title {
    color: #7E7E7E;
}

.location-item__text-with-icon img {
    margin-top: 5px;
}

.location-item--office .location-item__element--address {
    max-width: 335px;
}

.location-item--office .location-item__element--phone {
    width: 100%;
    max-width: 230px;
}

.location-item--with-cart .location-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.location-item--with-cart .location-item__btn .location-item__cart-icon {
    max-width: 88px;
}

.promo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.promo-block .img-wrapper img {
    max-width: 100%;
}

.promo-block__content {
    width: 100%;
    max-width: 850px;
    padding-right: 50px;
}

.promo-block__content .img-wrapper {
    display: none;
}

.promo-block__content h1 {
    margin-bottom: 40px;
}

.promo-block__content p {
    font-size: 18px;
    line-height: 28px;
}

.promo-block__content p+p {
    margin-top: 30px;
}

.promo-block__content button {
    margin-top: 27px;
}

.single-arrow-icon {
    width: 100%;
    max-width: 58px;
    height: 58px;
    border-radius: 10px;
    background-color: #069347;
    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;
}

.single-arrow-icon svg path {
    fill: #fff;
}

.contact-info {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.contact-info:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 20px;
    height: 20px;
}

.contact-info--fio:before {
    content: url("../img/fio-icon.svg");
}

.contact-info--mail:before {
    content: url("../img/mail-icon.svg");
}

.contact-info--phone:before {
    content: url("../img/phone-green-icon.svg");
}

a.contact-info:hover {
    color: #069347;
}

.info-note {
    position: relative;
    padding-left: 45px;
    line-height: 26px;
    font-size: 20px;
}

.info-note:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: url("../img/info-note-mark.svg");
}

.block-with-top-margin {
    margin-top: 90px;
}

.block-with-icon-in-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.block-with-icon-in-head__description {
    color: #7E7E7E;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-with-icon-in-head h2 {
    margin-bottom: 28px;
}

.block-with-icon-in-head .img-wrapper {
    width: 100%;
    max-width: 100px;
    min-width: 100px;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-color: #fff;
    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;
    border-radius: 20px;
}

.block-with-icon-in-head p {
    color: #7E7E7E;
    font-size: 18px;
    line-height: 28px;
}

.success-popup {
    width: 100%;
    min-width: 465px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 40px;
    text-align: center;
}

.success-popup__title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdown-table {
    padding: 40px;
    padding-top: 20px;
}

.dropdown-table__element {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: solid 1px #ddd;
}

.dropdown-table__element-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.dropdown-table__element-sub-title {
    color: #7E7E7E;
    font-size: 20px;
    line-height: 26px;
}

.dropdown-table__element-title {
    font-size: 20px;
    line-height: 32px;
    font-family: "NT Somic Med";
}

.dropdown-table__element-arrow {
    position: absolute;
    right: 0px;
    top: 10px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-table__element.active .dropdown-table__element-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dropdown-table__element-content {
    padding: 20px 0px;
    display: none;
}

.dropdown-table__element.active .dropdown-table__element-content {
    display: block;
}

.dropdown-table__row-name {
    font-size: 20px;
    line-height: 20px;
}

.dropdown-table__row-value {
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 32px;
}

.dropdown-table__row+.dropdown-table__row {
    margin-top: 15px;
}

.show-on-tablet {
    display: none;
}

.show-on-mob {
    display: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    /* цвет дорожки */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #069347;
    /* цвет плашки */
    border-radius: 2px;
    /* закругления плашки */
    border: none;
    /* padding вокруг плашки */
}

.sorting-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "NT Somic Bd";
    font-size: 18px;
    line-height: 28px;
    color: #7E7E7E;
    gap: 10px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sorting-link svg path {
    fill: #7E7E7E;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sorting-link.active,
.sorting-link:hover {
    color: #069347;
}

.sorting-link.active svg path,
.sorting-link:hover svg path {
    fill: #069347;
}

.sorting-link--with-arrow-up svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.toggle-item__switch {
    position: relative;
    display: inline-block;
    min-width: 56px;
    height: 30px;
}

.toggle-item__switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-item__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D0D5D3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 24px;
}

.toggle-item__slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.toggle-item input:checked+.toggle-item__slider {
    background-color: #069347;
}

.toggle-item input:checked+.toggle-item__slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.calculator-wrapper {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
}

.calculator-wrapper.row {
    gap: 80px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.calculator-info {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #252628;
    width: 100%;
    max-width: 507px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.calculator-info__wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    padding-right: 30px;
}

.calculator-info__product-name {
    font-weight: 600;
}

.calculator-info__product-name--RKO {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.calculator-info__elements-row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.calculator-info__element-name {
    color: #7E7E7E;
}

.calculator-info__element-value {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.calculator-info__element-value span{
    font-family: 'NT Somic Bd';
}

/* Длинные значения (диапазон ПСК) не помещаются в 48px — отдельный кегль */
.calculator-info__element-value--psk {
    font-size: 32px;
    line-height: 42px;
}

.calculator-info__footer {
    margin-top: 55px;
}

.calculator-info__notification {
    font-size: 14px;
    line-height: 18px;
    color: #7E7E7E;
}

.calculator-wrapper--RKO .calculator-info__element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculator-wrapper--RKO .calculator-info__element {
    width: auto;
    max-width: none;
}

.calculator-wrapper--RKO .calculator-info__element .btn {
    white-space: nowrap;
}

.calculator-wrapper--RKO .calculator-info__footer {
    margin-top: 30px;
}

.calculator-wrapper--RKO .calculator-info__element-value {
    font-size: 32px;
    line-height: 44px;
}

/* Заголовки слайдеров ломались на две строки: поле ввода забирало лишнюю ширину.
   Только desktop/планшет — на узких экранах раскладка своя (см. max-width: 550px). */
@media (min-width: 551px) {
    .calculator-range__name {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 15px;
    }

    .calculator-range__value-input {
        width: 190px;
        min-width: 140px;
    }

    /* У РКО подписи длиннее остальных калькуляторов */
    .calculator-wrapper--RKO .calculator-range__value-input {
        width: 160px;
        min-width: 160px;
        font-size: 28px;
        line-height: 38px;
    }

    .calculator-wrapper--RKO .calculator-range__name {
        font-size: 15px;
        line-height: 22px;
    }

    .calculator-wrapper--RKO .calculator-info__elements-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.calculator-actions {
    width: 100%;
}

.calculator-switcher-group {
    margin-top: 40px;
}

.calculator-switcher-group__element {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator-switcher-group__element .toggle-item__text {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 24px;
}

.calculator-switcher-group__element+.calculator-switcher-group__element {
    margin-top: 15px;
}

.calculator-range__header {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calculator-range__name {
    font-size: 16px;
    line-height: 24px;
    color: #252628;
    font-weight: 600;
}

.calculator-range__value-input {
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252628;
    text-align: right;
    max-width: 300px;
    min-width: 190px;
}

.calculator-range__value-input::-webkit-inner-spin-button,
.calculator-range__value-input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.calculator-range__value-input[type=number] {
    -moz-appearance: textfield;
}

.calculator-range__element+.calculator-range__element {
    margin-top: 30px;
}

.range-element {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.range-element__input {
    background: transparent;
}

.range-element__scale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.range-element__scale div {
    font-size: 14px;
    line-height: 18px;
    color: #7E7E7E;
}

.range-element--hide-days-scale .range-element__scale,
.range-element--hide-sum-scale .range-element__scale,
.range-element--sum-input-only .range-element__scale,
.range-element--sum-input-only input[type="range"].range-element__input {
    display: none;
}

.range-element--fixed-term-single .range-element__scale,
.range-element--fixed-term-single input[type="range"].range-element__input {
    display: none;
}

.range-element__value-display {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.range-element__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    accent-color: #069347;
    padding: 0px;
}

.range-element__input::-webkit-slider-runnable-track {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 4px !important;
    background-color: #D0D5D3;
}

.range-element__input::-moz-range-track {
    box-sizing: border-box;
    background-color: #D0D5D3;
    height: 4px !important;
}

.range-element__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border: none;
    border-radius: 50%;
    background: #069347;
    -webkit-box-shadow: 0 0 0 5px inset #069347;
    box-shadow: 0 0 0 5px inset #069347;
    -webkit-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

.range-element__input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    margin-top: 0;
    border: none;
    border-radius: 50%;
    background: #069347;
    box-shadow: 0 0 0 5px inset #069347;
    -moz-transition: 300ms;
    transition: 300ms;
}

.range-element__input:hover::-webkit-slider-thumb,
.range-input:focus-visible::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 24px inset #008841;
    box-shadow: 0 0 0 24px inset #008841;
}

.range-element__input:hover::-moz-range-thumb,
.range-element__input:focus-visible::-moz-range-thumb {
    box-shadow: 0 0 0 24px inset #008841;
}

.range-element__input::-moz-range-progress {
    height: 4px;
    background-color: #069347;
}

.range-element__input::-webkit-slider-thumb {
    border-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #069347), color-stop(0, #ababab)) 0 1/calc(50% - 3px) 100vw/0 100vw;
    border-image: linear-gradient(90deg, #069347 50%, #ababab 0) 0 1/calc(50% - 3px) 100vw/0 100vw;
}

.range-element__input {
    height: 30px;
    margin-top: -20px;
}

/*header*/
.header {
    position: relative;
    z-index: 3;
}

.header .logo-link+.menu-list {
    margin-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header{
    position: fixed;
    background: #fff;
    width: 100vw;
    top: 0px;
    left: 0px;
}
.to-top-btn{
    display: none;
     position: fixed;
    bottom: 50px;
    right: 50px;
}
.to-top-btn__inner{
    width: 54px;
    height: 54px;
    background-color: #fff;
    border-radius: 100%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;   
    cursor: pointer;
    transition: all linear .3s;    
}


.to-top-btn svg{
    fill:#069347;
    transform: rotate(-90deg);
    transition: all linear .3s;
}
.to-top-btn:hover .to-top-btn__inner{
    background-color: #069347;
}
.to-top-btn:hover svg{
    fill:#fff;
}

body{
    padding-top: 162px;
}
@media(max-width:736px){
    body{
        padding-top: 137px;
    }
}

.menu-list {
    gap: 30.4px;
}

.menu-list li {
    padding-left: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: static;
    border-bottom: solid 3px transparent;
    white-space: nowrap;
}

.menu-list li::before {
    display: none;
}

.menu-list li .menu-item__link {
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.menu-list li:hover .menu-item__link {
    color: #069347;
}

.menu-list li:hover .popup-menu {
    bottom: 0px;
}

.menu-list li.hide {
    display: none;
}

.menu-list a {
    color: #252628;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

.current .menu-list a {
    font-family: "NT Somic Bd";
}



.zero-line {
    display: none;
}

.zero-line .menu-list li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.zero-line .current > a {
    font-family: "NT Somic Med";
}

.zero-line .search {
    position: relative;
    min-width: 56px;
    height: 56px;
}

.zero-line .search__open-btn {
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}

.search.active .zero-line .search__open-btn {
    left: 16px;
    opacity: 0.6;
    cursor: a;
}

.zero-line .search__input-element {
    width: 0px;
    max-width: 0px;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    right: 0px;
    opacity: 0;
}

.zero-line .search__input-element a {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6;
}

.zero-line .search.active .search__input-element {
    width: 50vw;
    max-width: 547px;
    opacity: 1;
}

.first-line {
    padding: 0px 0px;
    position: relative;
}

.first-line .dropdown-btn {
    margin-left: 50px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.first-line .current > a {
    font-family: "NT Somic Med";
}

.first-line .current.active {
    border-color: #069347;
}

.first-line .current.active .popup-menu {
    display: block;
}

.first-line .logo-link {
    padding: 18px 0px;
}

.second-line {
    padding: 0px 0px;
    position: relative;
}

.second-line:after,
.second-line:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 100vw;
    height: 1px;
    background-color: #E6E6E6;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.second-line:before {
    top: 0px;
}

.second-line:after {
    bottom: 0px;
}



.second-line .menu-list li:hover .popup-menu {
    bottom: 0px;
}

.second-line .menu-list li {
    font-family: "NT Somic Med";
}

.second-line .show-more {
    padding-bottom: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
    font-family: "NT Somic Med";
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: none;
}

.second-line .show-more.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.second-line .show-more img {
    margin-top: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.second-line .show-more__inner {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    border-radius: 6px;
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    z-index: 2;
}

.second-line .show-more__inner a {
    white-space: nowrap;
}

.second-line .show-more__inner a+a {
    margin-top: 7px;
    display: block;
}

.second-line .show-more:hover .show-more__inner,
.second-line .show-more.opened .show-more__inner {
    display: block;
}

.second-line .search {
    position: relative;
    min-width: 56px;
    height: auto
}
.second-line .search.active .search__input-element{
    top: 12px;
}

.second-line .search.active .search__input-element {
    top: 12px;
}

.second-line .search__open-btn {
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    z-index: 2;
    cursor: pointer;
}

.search.active .second-line .search__open-btn {
    left: 16px;
    opacity: 0.6;
    cursor: a;
}

.second-line .search__input-element {
    width: 0px;
    max-width: 0px;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    right: 0px;
    opacity: 0;
}

.second-line .search__input-element a {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6;
}

.second-line .search.active .search__input-element {
    width: 547px;
    max-width: 547px;
    opacity: 1;
}

/* Форма поиска в шапке: кнопка сабмита по абсолюту, поле ввода справа от неё, в одну строку */
.search__input-element .search-form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.zero-line .search__input-element .search-form,
.second-line .search__input-element .search-form {
    min-height: 44px;
}

.search__input-element .search__btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search__input-element .search__btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search__input-element .search-form input {
    flex: 1;
    min-width: 0;
    padding-left: 36px;
    box-sizing: border-box;
}

.popup-menu {
    position: absolute;
    bottom: 1px;
    left: 1px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    padding: 40px 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.15);
    box-shadow: 0px 4px 20px rgba(128, 128, 128, 0.15);
    z-index: 4;
    display: none;
    width: 100%;
}

.popup-menu .row {
    padding-right: 17px;
    scrollbar-width: 2px;
    max-height: calc(100vh - 48px - 144px);
}

.popup-menu .col {
    width: 100%;
    max-width: 33.3333333333%;
    padding-right: 50px;
}

.popup-menu__element.active .popup-menu__element-content {
    display: block;
}

.popup-menu__element+.popup-menu__element {
    margin-top: 40px;
}

.popup-menu__element-title {
    font-family: "NT Somic Bd";
    font-size: 20px;
    line-height: 30px;
}

.popup-menu__element-content {
    padding-top: 10px;
    white-space: normal;
    font-family: "NT Somic";
}

.popup-menu__element-content a {
    display: inline-block;
    padding: 5px 0px;
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.popup-menu__element-content a:hover {
    color: #069347;
}

.popup-menu--solo-link .popup-menu__element-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 60px;
    column-gap: 60px;
}

.popup-menu--solo-link .popup-menu__element-content a {
    display: inline-block;
    width: auto;
    max-width: 33.3333333333%;
}

.tablet-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

.tablet-menu-btn span {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #252628;
}

.tablet-menu-btn.active span {
    display: none;
}

.tablet-menu-btn:before,
.tablet-menu-btn:after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #252628;
    left: 0px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    position: absolute;
    display: block;
}

.tablet-menu-btn:before {
    top: 0px;
}

.tablet-menu-btn:after {
    bottom: 0px;
}

.tablet-menu-btn.active {
    background-color: transparent;
}

.tablet-menu-btn.active:before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tablet-menu-btn.active:after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-menu.popup-menu--main {
    left: 0px;
    bottom: 78px;
}

.popup-menu.popup-menu--main.active {
    display: block;
}

.popup-menu.popup-menu--main .row {
    max-height: none;
}

.popup-menu.popup-menu--main .popup-menu__search {
    width: 100%;
    max-width: 343px;
    position: relative;
}

.popup-menu.popup-menu--main .popup-menu__search a {
    position: absolute;
    right: 20px;
    top: 16px;
}

.popup-menu.popup-menu--main .row__footer {
    display: none;
}

.popup-menu.popup-menu--main .popup-menu__inner {
    max-height: calc(100vh - 142px);
    overflow-y: auto;
}

.popup-menu.popup-menu--main .popup-menu__element-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.popup-menu.popup-menu--main .dropdown-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.popup-menu.popup-menu--main .popup-menu__element.active .dropdown-btn {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.footer {
    border-top: solid 1px #E6E6E6;
    padding-top: 50px;
    margin-top: 60px;
}

.footer__menu-element-dropdown-icon {
    display: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer__sub-title {
    font-family: "NT Somic Bd";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

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

.footer__menu-links {
    gap: 150px;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer__menu-element {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-right: 0px;
}

.footer__menu-element ul {
    padding-top: 20px;
}

.footer__menu-element ul li {
    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}

.footer__menu-element ul li a {
    font-family: "NT Somic";
    color: #252628;
}

.footer__menu-element ul li a:hover {
    color: #252628;
}

.footer__menu-element ul li::before {
    display: none;
}

.footer__menu-element ul li:last-child {
    margin-bottom: 0;
}

.footer__menu-element.active .footer__menu-element-dropdown-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.footer__contacts {
    padding-right: 105px;
}

.footer__phone {
    font-family: "NT Somic Bd";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 4px;
}

.footer__phone img {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__contacts-element {
    margin-bottom: 30px;
}

.footer__contacts-element .footer__sub-title {
    margin-bottom: 2px;
}

.footer__phone-description {
    font-family: "NT Somic";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer__show-on-map-btn,
.footer__get-apps {
    margin-top: 15px;
}

.footer-information {
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: solid 1px #E6E6E6;
}

.footer-information .row {
    gap: 30px;
}

.footer-information .col {
    width: 100%;
    max-width: calc(50% - 15px);
    padding-right: 150px;
}

.footer-information a {
    display: inline-block;
    margin-bottom: 24px;
    font-family: "NT Somic";
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.footer-information__cookie {
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    font-family: "NT Somic";
    color: rgba(37, 38, 40, 0.6);
}

.footer-last-line {
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "NT Somic";
    color: rgba(37, 38, 40, 0.6);
    font-size: 16px;
    line-height: 24px;
    padding-right: 116px;
}

.footer-last-line__element {
    max-width: 340px;
    margin-left: 50px;
}

.footer-last-line__element:first-child {
    margin-left: 0px;
}

.footer-last-line a {
    color: rgba(37, 38, 40, 0.6);
}

.footer-last-line > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*Главная*/
.currency-exchange-and-bank-branches {
    gap: 48px;

}

.currency-exchange-block {
    width: 100%;
}

.currency-exchange-block__title {
    margin-bottom: 30px;
}

.currency-exchange-block__update {
    color: #7E7E7E;
    font-size: 18px;
    line-height: 28px;
}

.currency-exchange-block__description {
    font-size: 14px;
    line-height: 18px;
    color: #7E7E7E;
}

.currency-exchange-block__map img {
    max-width: 100%;
}

.currency-exchange-block .currency-exchange {
    margin-top: 30px;
}

.currency-exchange-block .currency-exchange .row {
    gap: 110px;
}

.currency-exchange {
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 30px;
}

.currency-exchange__col-title {
    font-family: "NT Somic";
    font-size: 18px;
    line-height: 28px;
}

.currency-exchange__currency-name {
    padding-right: 23px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.currency-exchange__currency-name:before {
    position: absolute;
    content: "";
    right: 0px;
    top: 10px;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-bottom: 12px solid black;
}

.currency-exchange__currency-name.is-rising:before {
    border-bottom-color: #069347;
}

.currency-exchange__currency-name.is-falling:before {
    border-bottom-color: #ED4444;
    -webkit-transform: rotate(180DEG);
    -ms-transform: rotate(180DEG);
    transform: rotate(180DEG);
}

.currency-exchange .col > div {
    margin-bottom: 30px;
}

.currency-exchange__cbr {
    margin-top: 20px;
    margin-bottom: 30px;
}

.currency-exchange__cbr-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.currency-exchange__cbr-title {
    margin-bottom: 0;
    font-family: "NT Somic";
}

.currency-exchange__cbr .acc-arrow {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
    color: #888;
}

.currency-exchange__cbr.open .acc-arrow {
    transform: rotate(180deg);
}

.currency-exchange__cbr .acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.currency-exchange__cbr.open .acc-body {
    max-height: 9000px;
}

.currency-exchange__cbr .currency-exchange {
    margin-top: 16px;
}

.bank-branches-block {
    width: 100%;
}

.bank-branches-block__title {
    margin-bottom: 30px;
}

.bank-branches-block__content {
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bank-branches-block__content p {
    font-size: 18px;
    line-height: 28px;
}

.bank-branches-block__map {
    width: 100%;
    max-width: 265px;
}

.bank-branches-block__map img {
    width: 100%;
}

.bank-branches-block .row {
    gap: 33px;
}

/*Для бизнеса*/
.settlement-account-on-favorable-terms {
    margin-top: 60px;
}

.settlement-account-on-favorable-terms .row {
    gap: 93px;
}

.settlement-account-on-favorable-terms__content {
    width: 100%;
}

.settlement-account-on-favorable-terms__content .check-mark-list li {
    font-size: 18px;
    line-height: 28px;
}

.settlement-account-on-favorable-terms .img-wrapper {
    width: 100%;
}

.settlement-account-on-favorable-terms .img-wrapper img {
    max-width: 100%;
}

.settlement-account-order input {
    border-color: transparent;
}

.settlement-account-order .confidentiality-cb {
    width: 100%;
    margin-top: 7px;
}

.settlement-account-order .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.settlement-account-order__input {
    width: 100%;
    max-width: 349px;
}

.tariffs-rko-and-online-banking {
    gap: 48px;
}

.tariffs-rko-and-online-banking .block-link {
    width: 100%;
}

/*Депозиты*/
.deposits-and-accounts h2 {
    margin-bottom: 48px;
}

.deposits-and-accounts .services-list {
    margin-top: 40px;
}

.deposits-and-accounts__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    font-size: 18px;
    line-height: 28px;
    font-family: "NT Somic Bd";
}

.deposits-and-accounts__nav .deposits-filter-btn {
    font-size: 18px;
    line-height: 28px;
}

.deposits-and-accounts .services-item.hide {
    display: none;
}

.deposit-popup {
    padding: 50px;
    width: 100%;
    max-width: 637px;
}

.deposit-popup .sub-title {
    margin-bottom: 36px;
}

.deposit-popup .submit-btn {
    width: 100%;
    margin-top: 20px;
}

.deposit-popup .confidentiality-cb {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.deposit-popup input[type=text] {
    background-color: #F8F8F8;
}

.service-element-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 38px;
}

.service-element-head__img-wrapper {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}

.service-element-head__img-wrapper img {
    width: 100%;
    max-width: 343px;
}

.service-element-head__sub-title {
    font-size: 20px;
}

.service-element-head__sub-title+ul {
    margin-top: 15px;
}

.service-element-head ul li {
    font-size: 20px;
    line-height: 32px;
    padding-left: 29px;
}

.service-element-head ul li:before {
    left: 11px;
    top: 16px;
}

.service-element-head .service-info-table {
    margin-top: 30px;
    gap: 70px;
    font-size: 32px;
    line-height: 44px;
}

.service-element-head .service-info-table .col-name {
    font-size: 20px;
    line-height: 32px;
}

.service-element-head .btn {
    margin-top: 30px;
    font-size: 18px;
}

.deposits-and-withdrawals {
    margin-top: 60px;
    max-width: 100%;
}

.deposits-and-withdrawals .row {
    gap: 71px;
}

.deposits-and-withdrawals .col {
    width: 100%;
    max-width: calc(50% - 32px);
}

.deposits-and-withdrawals .col .marked-text {
    font-size: 32px;
    line-height: 44px;
}

.deposits-and-withdrawals .col-title {
    font-size: 20px;
    line-height: 32px;
}

.interest-rates {
    margin-top: 56px;
    max-width: 100%;
}

.interest-rates .gray-block {
    padding: 33px;
    padding-top: 43px;
    padding-bottom: 43px;
}

.deposit-text-info {
    margin-top: 50px;
}

.deposit-text-info p {
    margin-bottom: 0px;
}

.deposit-text-info p+p {
    margin-top: 30px;
}

.deposit-text-info p.gray {
    color: #7E7E7E;
}

/*Новости*/
.news-filter {
    padding-top: 10px;
}

.news-filter__elements {
    gap: 20px;
}

.news-filter__element .select {
    max-width: 100%;
}

.news-filter+.news-list {
    margin-top: 52px;
    margin-bottom: 60px;
}

.main-page {
    padding-top: 60px;
}

.main-news {
    gap: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
    max-width: 100% !important;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.main-news .news-item__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 21px;
    margin-bottom: 0;
}

.main-news .news-item__text {
    font-size: 18px;
    line-height: 28px;
}

.main-news__img-wrapper {
    width: 100%;
    max-width: 574px;
}

.main-news__img-wrapper img {
    width: 100%;
}

.main-news__content {
    width: 100%;
}

.main-news__content .img-wrapper {
    display: none;
}

.news-element {
    padding-bottom: 60px;
}

.news-element__header {
    margin-bottom: 15px;
}

.news-element p+p {
    margin-top: 30px;
}

.news-element .images-set {
    margin-top: 45px;
}

.news-element .socials-row {
    margin-top: 60px;
}

.news-block h2 {
    margin-bottom: 50px;
}

.news-block .link-with-arrow {
    margin-right: 3px;
    margin-top: 7px;
}

.news-block--read-more h2 {
    margin-bottom: 40px;
}

.news-item {
    background: #F8F8F8;
    border-radius: 20px;
    height: auto;
    min-height: 195px;
    padding: 40px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    width: 100%;
}

.news-item__title {
    max-width: 520px;
    margin-top: 15px;
    font-size: 28px;
    line-height: 36px;
    font-family: "NT Somic Med";
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    display: inline-block;
}

.news-item__text {
    margin-top: 20px;
}

.news-item:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.news-item:hover .news-item__title {
    color: #069347;
}

.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 53px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.news-list .news-item {
    max-width: calc(50% - 25px);
}

.news-list .pagination {
    margin-top: -7px;
}

/*about*/
.info-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 32px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-items-list .info-item {
    width: 100%;
    max-width: calc((100% - 76px) / 3);
}

.info-item {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info-item__content {
    width: 100%;
}

.info-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-item__title {
    font-family: "NT Somic Med";
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0.01em;
}

.info-item__description {
    margin-top: 15px;
    font-family: "NT Somic Med";
}

.info-item .img-wrapper {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 20px;
    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;
}

.licenses-block {
    padding-bottom: 0;
}

.licenses-block h3 {
    margin-bottom: 50px;
}

.licenses-block+.agencies-rating-block {
    margin-top: 0;
}

.licenses-block .agencies-rating-item__sub-title {
    color: #4A4A4A;
}

.licenses-block__doc-img {
    width: 100%;
    max-width: 130px;
    height: auto;
    border-radius: 6px;
    flex-shrink: 0;
}

.licenses-block__text {
    flex: 1;
    padding-left: 30px;
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 28px;
}

.agencies-rating-block {
    margin-top: 60px;
}

.agencies-rating-block h2 {
    margin-bottom: 50px;
}

.agencies-rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.agencies-rating-list .agencies-rating-item {
    width: 100%;
    max-width: calc(50% - 24px);
}

.agencies-rating-list {
    justify-items: stretch;
}

.agencies-rating-item {
    min-height: 333px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.agencies-rating-item__sub-title,
.agencies-rating-item__date {
    color: #7E7E7E;
}

.agencies-rating-item__title {
    font-family: "NT Somic Med";
    font-weight: 600;
    font-size: 54px;
    line-height: 58px;
    letter-spacing: 0.01em;
    margin-top: 20px;
}

.agencies-rating-item img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.about-info-items-list .slick-list {
    margin: 0 -15px;
}

.about-info-items-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about-info-items-list .slick-slide {
    height: auto;
    padding-left: 15px;
}

.about-info-items-list .slick-dots {
    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;
    gap: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.about-info-items-list .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #D7D7D7;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.about-info-items-list .slick-dots li.slick-active {
    background-color: #069347;
    width: 24px;
}

.about-info-items-list .slick-dots li button {
    display: none;
}

.about-info-items-list .slick-dots li:before {
    display: none;
}

.about-info-items-list .info-item {
    max-width: calc(50% - 19px);
}

.about-info-items-list .slick-slide > div,
.about-info-items-list .slick-slide .info-item {
    height: 100%;
}

.about-info-items-list .slick-list {
    padding-right: 15px;
}

.about-page-title {
    margin-bottom: 20px;
}

/*Реквизиты*/
.requisites-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.requisite {
    padding: 20px 0px 19px;
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.requisite+.requisite {
    border-top: solid 1px #E5E5E5;
}

.requisite__name,
.requisite__val {
    width: 100%;
    max-width: 50%;
}

.requisite__val {
    font-family: "NT Somic Med";
    padding-left: 45px;
}

.requisite__val .accent {
    color: #069347;
}

/*404*/
.centred-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.centred-content__inner {
    max-width: 700px;
    text-align: center;
}

.centred-content__title {
    font-family: "NT Somic Med";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 44px;
}

.centred-content__sub-title {
    margin-top: 30px;
    color: #7E7E7E;
}

.centred-content__sub-title a {
    color: #069347;
}

.centred-content a {
    margin-top: 40px;
}

.centred-content .row {
    margin: 0 auto;
    max-width: 520px;
    margin-top: 40px;
}

.centred-content .row div {
    width: 100%;
    max-width: 50%;
    text-align: left;
}

.centred-content .footer__phone {
    margin-top: 0;
}

.centred-content .footer__phone+span {
    display: inline-block;
    font-size: 16px;
}

/*locations*/
.locations-head h1 {
    margin-bottom: 52px;
}

.locations-head .locations-filter {
    margin-top: 40px;
}

.locations-head .choosing-city {
    margin-left: 30px;
}

.locations-list .location-item+.location-item {
    margin-top: 30px;
}

.locations-map {
    margin-top: 60px;
}

#YMapsID .YMaps-b-balloon-content,
#YMapsID .YMaps-b-balloon-content-body,
#YMapsID .ymaps-b-balloon__content,
#YMapsID .ymaps-b-balloon__content-body {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    display: inline-block !important;
    max-width: none !important;
    white-space: nowrap !important;
}

#YMapsID .YMaps-b-balloon-content-body > div,
#YMapsID .ymaps-b-balloon__content-body > div {
    display: inline-block !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
}

.locations-chose-page a {
    font-family: "NT Somic Bd";
    display: inline-block;
    padding: 10px;
    position: relative;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #D0D5D3;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
}

.locations-chose-page a:hover {
    color: #252628;
}

.locations-chose-page a:after {
    width: 100%;
    background-color: transparent;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
}

.locations-chose-page a.active {
    color: #252628;
    font-size: 24px;
    line-height: 32px;
}

.locations-chose-page a.active:after {
    background-color: #069347;
}

.locations-chose-page a+a {
    margin-left: 5px;
}

.locations-filter .search-input input {
    border: solid 1px #D0D5D3;
}

.locations-filter form {
    width: 100%;
}

.locations-filter form .btn {
    margin-left: 20px;
}

.locations-switch-module+.select {
    margin-left: 30px;
}

.locations-switch-module {
    overflow: hidden;
    border-radius: 6px;
    border: solid 1px #069347;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locations-switch-module--tablet {
    display: none;
}

.locations-switch-module--dt a.btn {
    padding: 16px 20px;
}

.locations-switch-module a {
    border-radius: 0px;
}

.locations-switch-module a.active,
.locations-switch-module a:hover {
    background-color: #069347;
    color: #fff;
}

.choosing-city {
    position: relative;
}

.choosing-city__current {
    line-height: 52px;
    font-size: 24px;
    font-family: "NT Somic Bd";
    white-space: nowrap;
}

.choosing-city__head {
    position: relative;
    padding-right: 42px;
    height: 52px;
    cursor: pointer;
}

.choosing-city__head:after {
    position: absolute;
    right: 10px;
    top: 24px;
    content: url(../img/dropdownMark-black.png);
    height: 8px;
    width: 16px;
    line-height: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.choosing-city.active .choosing-city__head:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.choosing-city__list {
    display: none;
    position: absolute;
    right: 0px;
    top: 110%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(0%);
    background-color: #fff;
    border-radius: 10px;
    z-index: 3;
    padding: 10px 24px;
    border: solid 1px #AEAEAE;
}

.choosing-city.active .choosing-city__list {
    display: block;
}

.choosing-city__element {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0px;
    white-space: nowrap;
    cursor: pointer;
}

/*Сейфовые ячейки*/
.storage-conditions h2 {
    margin-bottom: 50px;
}

.storage-conditions h3 {
    margin-bottom: 40px;
}

.storage-conditions .dropdown-table,
.deposit-conditions .dropdown-table {
    display: none;
}

.storage-conditions .dropdown-table+h2,
.deposit-conditions .dropdown-table+h2 {
    margin-top: 120px;
}

.storage-conditions .gray-block .small-table tr th {
    padding-bottom: 30px;
}

.storage-conditions .gray-block .small-table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
}

.storage-conditions-list.row {
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.storage-conditions-list.row .storage-conditions-item {
    width: 100%;
    max-width: calc((100% - 96px) / 3);
}

.storage-conditions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background-color: #F8F8F8;
    padding: 30px;
}

.storage-conditions-item .img-wrapper {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-color: #fff;
    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;
    border-radius: 20px;
}

.storage-conditions-item__name {
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 30px;
}

.storage-conditions-element+.storage-conditions-element {
    margin-top: 50px;
}

.storage-conditions-element .marked-text {
    font-family: "NT Somic";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
}

.storage-conditions-element .marked-text:after {
    top: 21px;
}

.storage-conditions-element .marked-text+.marked-text {
    margin-top: 15px;
}

.storage-conditions-element.forbidden-element h3 {
    margin-bottom: 30px;
}

.storage-conditions-element.forbidden-element .row {
    gap: 128px;
}

.storage-conditions-element.forbidden-element .col {
    max-width: 435px;
}

.storage-conditions-element.forbidden-element .col:first-child {
    max-width: 352px;
}

/*Вакансии*/
.vacancy-advantage-list.row {
    gap: 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vacancy-advantage-list.row.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vacancy-advantage-list.row.slick-slider .slick-slide {
    margin: 7px;
    height: auto;
}

.vacancy-advantage-list.row.slick-slider .slick-slide > div,
.vacancy-advantage-list.row.slick-slider .slick-slide .vacancy-advantage-item {
    height: 100%;
}

.vacancy-advantage-list.row .vacancy-advantage-item {
    width: 100%;
    max-width: calc((100% - 96px) / 3);
}

.vacancy-advantage-list.row .vacancy-advantage-item .vacancy-advantage__description {
    color: #7E7E7E;
}

.vacancy-advantage-list.row .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 0px;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vacancy-advantage-list.row .slick-dots li {
    padding: 0px;
    width: 8px;
    height: 8px;
    background-color: #D7D7D7;
    border-radius: 10px;
}

.vacancy-advantage-list.row .slick-dots li button {
    display: none !important;
}

.vacancy-advantage-list.row .slick-dots li::before {
    display: none !important;
    opacity: 0;
}

.vacancy-advantage-list.row .slick-dots li.slick-active {
    width: 20px;
    background-color: #069347;
}

.vacancy-advantage-list.vacancy-advantage-list--finished.row.slick-slider .slick-list {
    padding-right: 0px;
}

.vacancy-advantage-item {
    border-radius: 20px;
    background-color: #F8F8F8;
    padding: 40px;
}

.vacancy-advantage-item .img-wrapper {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background-color: #fff;
    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;
    border-radius: 20px;
    margin-bottom: 30px;
}

.vacancy-advantage-item h3 {
    margin-bottom: 15px;
}

.vacancy-advantage-item__description {
    color: #7E7E7E;
}

.our-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
}

.our-people__content {
    width: 100%;
    max-width: 432px;
}

.our-people__content p {
    font-size: 18px;
    line-height: 28px;
}

.our-people__slider-wrapper {
    width: 100%;
    max-width: calc(100% - 532px);
}

.our-people-slider {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.our-people-slider__arrow--prev {
    left: 20px;
}

.our-people-slider__arrow--next {
    right: 20px;
}

.our-people-slider__element img {
    max-width: 100%;
}

.our-people-slider .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    bottom: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-people-slider .slick-dots button {
    display: none;
}

.our-people-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}

.our-people-slider .slick-dots li::before {
    display: none;
}

.our-people-slider .slick-dots li.slick-active {
    width: 24px;
    background-color: #069347;
}

.vacancy-block h2 {
    margin-bottom: 48px;
}

.vacancy-list.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 48px;
}

.vacancy-list.row .vacancy-item {
    width: 100%;
    max-width: calc(50% - 24px);
}

.vacancy-item {
    border-radius: 20px;
    background-color: #F8F8F8;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
}

.vacancy-item:hover {
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    background-color: #fff;
}

.vacancy-item__title {
    font-size: 24px;
    line-height: 32px;
    font-family: "NT Somic Med";
}

.vacancy-item .address {
    margin-top: 15px;
    color: #069347;
}

.vacancy-item__content {
    max-width: 400px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.vacancy-form-block__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vacancy-form-block__submit {
    width: 100%;
    max-width: calc((100% - 48px) / 3);
}

.vacancy-form-block .form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacancy-form-block .form__row input,
.vacancy-form-block .form__row label {
    width: 100%;
    max-width: calc((100% - 44px) / 3);
}

.vacancy-form-block .form__row label.btn-file {
    border: solid 1px #fff;
    color: #fff;
}

.vacancy-form-block .form__row label.btn-file:hover {
    background: #008841;
}

.vacancy-form-block .form__row label.btn-file svg path {
    fill: #fff;
}

.vacancy-form-block .form__row .confidentiality-cb label {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
}

/* ссылка согласия приходит из БД с инлайновым style="color: white" — перебить можно только !important */
.vacancy-form-block .form__row .confidentiality-cb label a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.vacancy-form-block .form__row .confidentiality-cb label:after {
    border: 0;
    border-radius: 4px;
}

.vacancy-form-block .smart-captcha {
    margin: 20px 0px;
}

.vacancy-form-block .form__row .confidentiality-cb input:checked+label:after {
    background-color: #008841;
}

.vacancy-form-block__title {
    margin-bottom: 30px;
}

.vacancy-form-block__description {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
}

.vacancy-form-block.green-block .vacancy-form-block__description {
    color: #fff;
}

.vacancy-form-block__confidentiality .confidentiality-cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vacancy-popup {
    padding: 50px;
    max-width: 1160px;
    width: 100%;
    max-height: calc(100vh - 40px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F8F8F8;
}

.vacancy-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vacancy-popup .title {
    margin-bottom: 15px;
}

.vacancy-popup__contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.vacancy-popup__content {
    margin-top: 15px;
}

.vacancy-popup__content ul li {
    color: #7C7D7E;
}

.vacancy-popup__content ul li::before {
    background-color: #7C7D7E;
}

.vacancy-popup__content.row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vacancy-popup__content.row .col {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
}

.vacancy-popup__content.row .col:first-child {
    padding-right: 50px;
}

.vacancy-popup__content.row .col:last-child {
    max-width: 345px;
}

.vacancy-popup .confidentiality-cb label {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 22px;
}

/* ссылка согласия приходит из БД с инлайновым style="color: white" — на светлом фоне попапа была невидима */
.vacancy-popup .confidentiality-cb label a {
    color: #069347 !important;
}

.vacancy-popup .confidentiality-cb label:after {
    border-color: #7E7E7E;
    border-radius: 4px;
}

.vacancy-popup .confidentiality-cb input:checked + label:after {
    background-color: #008841;
    border-color: #008841;
}

.vacancy-popup .vacancy-form-block .form__row .confidentiality-cb label {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.vacancy-popup .vacancy-form-block .form__row .confidentiality-cb label a {
    color: #000 !important;
}

.vacancy-popup .vacancy-form-block .form__row .confidentiality-cb label:after {
    border-color: #7E7E7E;
    border-radius: 4px;
}

.vacancy-popup .vacancy-form-block .form__row .confidentiality-cb input:checked + label:after {
    background-color: #008841;
    border-color: #008841;
}

.vacancy-popup .popup__body {
    overflow-y: auto;
    /* flex-basis: auto (не 0): иначе Safari схлопывает тело попапа в 0 при height: fit-content родителя */
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 140px);
    max-height: calc(100dvh - 140px);
}

.vacancy-popup-element__title {
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.vacancy-popup-element__dropdown-arrow {
    display: none;
}

.vacancy-popup-element__contact-info button {
    margin-top: 20px;
}

.vacancy-popup-element .contact-info--mail {
    text-decoration: underline;
}

/*Раскрытие информации*/
.information-disclosure.row {
    gap: 80px;
}

.information-disclosure__tabs-list {
    max-width: 412px;
    width: 100%;
}

.information-disclosure__tabs-list--links {
    display: none;
    max-width: 100%;
}

.information-disclosure__tabs-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    min-height: 64px;
    background: #F8F8F8;
    border-radius: 15px;
    font-family: "NT Somic Med";
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 16px;
    line-height: 24px;
}

.information-disclosure__tabs-element {
    cursor: pointer;
}

.information-disclosure__tabs-element:hover {
    color: #069347;
}

.information-disclosure__tabs-element.active {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.information-disclosure__tabs-element+.information-disclosure__tabs-element {
    margin-top: 10px;
}

.information-disclosure__content-block {
    width: 100%;
    max-width: calc(100% - 492px);
}

.information-disclosure__content-block .information-list {
    max-width: 905px;
}

.information-disclosure__year {
    margin-top: 47px;
}

.information-list--sorting {
    margin-top: 47px;
}

.information-list .information-item+.information-item {
    margin-top: 21px;
}

.yeas-slider {
    position: relative;
    padding: 0 70px;
}

.yeas-slider__arrow:hover {
    -webkit-box-shadow: 0px 4px 2px #F4F4F4;
    box-shadow: 0px 4px 2px #F4F4F4;
}

.yeas-slider__arrow--prev {
    left: 0px;
}

.yeas-slider__arrow--next {
    right: 0px;
}

.yeas-slider__element {
    text-align: center;
    font-family: "NT Somic Bd";
    color: #D0D5D3;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    font-size: 24px;
    line-height: 32px;
    border-bottom: solid 4px transparent;
    padding: 10px 0px;
}

.yeas-slider__element--all {
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    padding-left: 6px;
    padding-right: 6px;
}

.riv2-no-documents {
    margin: 16px 0 8px;
    color: #252628;
}

.information-disclosure--riv2 .riv2-documents-section-heading {
    margin: 0 0 20px;
}

.information-disclosure--riv2 .yeas-slider__arrows .yeas-slider__arrow {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.information-disclosure--riv2 .yeas-slider:hover .yeas-slider__arrows .yeas-slider__arrow:not(.slick-disabled),
.information-disclosure--riv2 .yeas-slider:focus-within .yeas-slider__arrows .yeas-slider__arrow:not(.slick-disabled) {
    opacity: 1;
}

.yeas-slider .slick-current .yeas-slider__element {
    color: #252628;
    border-bottom: solid 4px #069347;
}

.yeas-slider .slick-list {
    padding: 0 !important;
}

.yeas-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap ломает расчёт ширины Slick (setDimensions) — последний год обрезается */
    gap: 0;
}

.yeas-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.information-disclosure-page-description h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}

.information-disclosure-page-description p {
    margin-top: 29px;
}

/*РКО*/
.RKO-tariffs-table__head {
    color: #7E7E7E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.RKO-tariffs-table__head .RKO-tariffs-table__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.RKO-tariffs-table__head .RKO-tariffs-table__row .RKO-tariffs-table__col {
    font-family: 'NT Somic';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-right: 30px;
}

.RKO-tariffs-table__head .RKO-tariffs-table__row .RKO-tariffs-table__col:last-child {
    padding: 0px;
}

.RKO-tariffs-table__footer {
    margin-top: 60px;
    border-radius: 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.RKO-tariffs-table__footer .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.RKO-tariffs-table__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    background-color: #F8F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.RKO-tariffs-table__col {
    width: 100%;
    padding-right: 10px;
    max-width: calc((100% - 330px) / 5);
}

.RKO-tariffs-table__col-name {
    display: none;
}

.RKO-tariffs-table__col--head {
    width: 100%;
    max-width: 330px;
    padding-right: 30px;
}

.RKO-tariffs-element {
    font-family: "NT Somic Med";
    background-color: #F8F8F8;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
    border-radius: 20px;
}

.RKO-tariffs-element:hover .RKO-tariffs-table__col--head {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.RKO-tariffs-element__part {
    font-size: 22px;
    line-height: 28px;
}

.RKO-tariffs-element__part.RKO-tariffs-table__col--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.RKO-tariffs-element+.RKO-tariffs-element {
    margin-top: 30px;
}

.RKO-tariffs-element__icon {
    width: 100%;
    max-width: 100px;
}

.RKO-tariffs-element__icon--tablet {
    display: none;
}

.RKO-tariffs {
    margin-top: 40px;
}

.RKO-tariffs__header .select {
    width: 100%;
    max-width: 372px;
}

.RKO-tariffs-page-header {
    margin-bottom: 40px;
}

.RKO-tariffs__wrapper .RKO-tariffs__table {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.RKO-tariffs__table {
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.RKO-tariffs__table-element:nth-child(odd) {
    background-color: #F8F8F8;
}

.RKO-tariffs__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    width: 100%;
    border-bottom: #E5E5E5 solid 1px;
}

.RKO-tariffs__table-row:last-child {
    border-bottom: none;
}

.RKO-tariffs__table-col {
    width: 100%;
    padding-right: 20px;
}

.RKO-tariffs__table-col:last-child {
    padding-right: 0px;
}

.RKO-tariffs__table-head {
    padding: 40px;
    font-family: "NT Somic Bd";
    font-size: 20px;
    line-height: 26px;
}

.RKO-tariffs__table-section-title {
    font-family: "NT Somic Med";
    font-size: 20px;
    line-height: 26px;
}

.RKO-tariffs__open-account-btn {
    margin-top: 40px;
}

.RKO-tariffs__dropdown-table {
    display: none;
}

.RKO-tariffs__dropdown-table.dropdown-table {
    padding: 0px;
    padding-top: 20px;
}

.RKO-tariffs__dropdown-table .dropdown-table__element {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
    border: none;
}

.RKO-tariffs__dropdown-table .dropdown-table__element-content {
    padding-top: 30px;
}

.RKO-tariffs__dropdown-table .dropdown-table__element+.dropdown-table__element {
    margin-top: 10px;
}

.RKO-tariffs__dropdown-table .dropdown-table__element-title {
    font-family: "NT Somic Bd";
    font-size: 16px;
    line-height: 20px;
}

.RKO-tariffs__dropdown-table .dropdown-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px 15px;
    border-bottom: solid 1px #ddd;
}

.RKO-tariffs__dropdown-table .dropdown-table__row-description {
    width: 100%;
    margin-bottom: 10px;
}

.RKO-tariffs__dropdown-table .dropdown-table__row-value {
    width: 100%;
    max-width: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.01em;
}

.RKO-tariffs__dropdown-table .dropdown-table__row-value+.dropdown-table__row-name {
    margin-top: 3px;
}

.RKO-tariffs__dropdown-table .dropdown-table__row-name {
    width: 100%;
    max-width: 50%;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
}

.RKO-tariffs__dropdown-table .dropdown-table__element-arrow {
    top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.RKO-tariffs__dropdown-table .dropdown-table__element-arrow svg {
    display: block;
    width: 16px;
    height: 16px;
}

.RKO-tariffs__dropdown-table .dropdown-table__element.active .dropdown-table__element-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service-element-head--rko-element {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-element-head--rko-element .service-element-head__content,
.service-element-head--rko-element .service-info-table {
    width: 100%;
    max-width: 100%;
}

.service-element-head--rko-element .service-info-table {
    gap: 0px;
}

.service-element-head--rko-element .service-info-table > .col:last-child {
    max-width: calc(60% - 7px) !important;
}

.service-element-head--rko-element .service-element-head__img-wrapper {
    max-width: 272px;
    height: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.service-element-head--rko-element .btn {
    margin-top: 67px;
}

.tariff-terms {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tariff-terms__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
}

.tariff-terms__row+.tariff-terms__row {
    border-top: solid 1px #E5E5E5;
}

.tariff-terms__row span {
    display: inline-block;
    padding-right: 15px;
}

.tariff-terms__row b {
    display: inline-block;
    text-align: right;
    min-width: 185px;
    max-width: 185px;
}

.tariff-info-table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tariff-info-table__row:first-child {
    padding-top: 0px;
}

.tariff-info-table__row-name,
.tariff-info-table__row-value {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

.tariff-info-table__row-value {
    display: inline-block;
    font-family: "NT Somic Med";
}

.service-element-head--rko-element .service-element-head__img-wrapper .h1 {
    display: none;
}

.rko-popup {
    width: 1385px;
    padding: 50px;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.rko-popup__title {
    margin-bottom: 20px;
}

.rko-popup__sub-title {
    margin-bottom: 30px;
}

.rko-popup__section-1 {
    padding-bottom: 32px;
}

.rko-popup__section-title {
    font-size: 20px;
    line-height: 30px;
    font-family: "NT Somic Med";
    margin-bottom: 20px;
}

.rko-popup__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rko-popup__form-element {
    width: 100%;
    max-width: calc((100% - 40px) / 3);
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rko-popup__form-element-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.rko-popup__form-element--office {
    max-width: calc((100% - 10px) / 3 * 2);
}

.rko-popup__form-element img,
.rko-popup__form-element .select {
    width: 100%;
    max-width: 100%;
}

.rko-popup__form-element > input {
    background: #F8F8F8;
}

.rko-popup__form-element .custom-select {
    border: none;
}

.rko-popup__form-element .custom-select__current {
    background: #F8F8F8;
    color: #7E7E7E;
}

.rko-popup__required-note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #7E7E7E;
}

.rko-popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 42px;
}

.rko-popup__footer .col {
    width: 100%;
}

.rko-popup__load-file-btn {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
}

.rko-popup__load-file-btn+span {
    display: inline-block;
    margin-top: 17px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #7E7E7E;
}

.rko-popup__submit-btn {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 21px;
}

.rko-popup .deposit-reserve-cb {
    margin-top: 14px;
}

.rko-popup .deposit-reserve-cb label {
    font-size: 18px;
    line-height: 28px;
    color: #252628;
}

.rko-popup .deposit-reserve-cb label:after {
    top: 6px;
    border-radius: 3px;
}

.rko-popup .deposit-reserve-cb input:checked+label:after {
    background-color: #069347;
}

.rko-popup .confidentiality-cb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rko-popup .rko-popup__body.active .rko-popup__section-2 {
    display: block;
}

.rko-popup .rko-popup__body.active .rko-popup__section-1 {
    display: none;
}

.RKO-tariffs-page-description {
    font-size: 18px;
    line-height: 28px;
}

/*Монеты*/
.coin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    padding-right: 30px;
}

.coin-item__img-wrapper {
    width: 100%;
    max-width: 192px;
}

.coin-item__img-wrapper img {
    width: 100%;
    max-width: 100%;
}

.coin-item__name {
    margin-bottom: 20px;
}

.coin-item__info-list {
    font-size: 16px;
    line-height: 24px;
}

.coin-item__info-list p {
    font-size: 16px;
    line-height: 24px;
}

.coin-item__info-list p:last-child {
    margin-bottom: 0;
}

.coin-item__content {
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.coin-item__content .coin-info-table {
    margin-top: -4px;
}

.coin-item .coin-item__link {
    margin-top: 20px;
    padding: 16px 50px;
}

.coin-info-table.row {
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.coin-info-table .col-name {
    font-size: 16px;
    line-height: 24px;
}

.coin-info-table .col-value {
    font-size: 20px;
    line-height: 30px;
    font-family: "NT Somic Bd";
}

.new-coins .slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.new-coins .slider-arrow {
    position: static;
}

.new-coins .slider-arrow:hover {
    background-color: #F8F8F8;
}

.new-coins-slider {
    max-width: 100%;
    padding-bottom: 48px;
    position: relative;
}

.new-coins-slider .slick-track {
    margin: 0 -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.new-coins-slider .slick-track .slick-slide {
    margin: 0 16px;
}

.new-coins-slider__element {
    height: auto;
}

.new-coins-slider .coin-item {
    height: 100%;
}

.new-coins-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.new-coins-slider .slick-dots li {
    width: 100%;
    max-width: 8px;
    height: 8px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    padding: 0px;
    background: #D0D5D3;
}

.new-coins-slider .slick-dots li:hover {
    background-color: #069347;
}

.new-coins-slider .slick-dots li::before {
    display: none;
}

.new-coins-slider .slick-dots li button {
    display: none;
}

.new-coins-slider .slick-dots li.slick-active {
    max-width: 24px;
    background-color: #069347;
}

.coins-advantages {
    margin-top: 60px;
}

.coins-advantages h2 {
    margin-bottom: 50px;
}

.coins-advantages-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    gap: 100px;
}

.coins-advantages-promo__img-wrapper {
    width: 100%;
    max-width: 558px;
    overflow: hidden;
    border-radius: 20px;
}

.coins-advantages-promo__img-wrapper img {
    width: 100%;
    max-width: 100%;
}

.coins-advantages-promo .coins-advantages-promo__title {
    margin-bottom: 42px;
}

.coins-advantages-promo__description {
    color: #7E7E7E;
}

.coins-advantages-promo__content {
    width: 100%;
}

.coins-list.row {
    gap: 32px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coins-list.row .coin-item {
    width: 100%;
}

.manager-help-and-memo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}

.manager-help-and-memo .block-with-icon-in-head {
    width: 100%;
    max-width: calc(50% - 24px);
}

.manager-help-and-memo .block-with-icon-in-header__content p b {
    color: #252628;
}

.manager-help-and-memo .block-with-icon-in-head__head-icon {
    display: none;
}

.coins-find-on-map {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 48px;
}

.coins-find-on-map__content,
.coins-find-on-map__img-wrapper {
    width: 100%;
}

.coins-find-on-map__content img,
.coins-find-on-map__img-wrapper img {
    width: 100%;
    max-width: 100%;
}

.coins-find-on-map__content .coins-find-on-map__img-wrapper {
    display: none;
}

.coins-find-on-map__title {
    margin-bottom: 28px;
}

.coins-find-on-map p {
    margin-bottom: 57px;
    color: #7E7E7E;
    font-size: 18px;
    line-height: 28px;
}

.coin-element {
    padding-top: 0px;
}

.coin-element__row {
    gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coin-element__title {
    width: 100%;
    margin-bottom: 0;
}

.coin-element__part {
    width: 100%;
    max-width: calc(50% - 25px);
}

.coin-element-slider-wrapper {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.coin-element-slider-wrapper > .row {
    gap: 40px;
}

.coin-element-slider-wrapper .coin-element-nav-slider {
    width: 100%;
    max-width: 102px;
}

.coin-element-slider-wrapper .coin-element-nav-slider .slick-list {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.coin-element-slider-wrapper .coin-element-nav-slider__element {
    width: 100px;
    height: 100px;
    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;
    border: 1px solid #D3D3D3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 13px;
    max-width: 100px;
    max-height: 100px;
}

.coin-element-slider-wrapper .coin-element-nav-slider__element {
    cursor: pointer;
}

.coin-element-slider-wrapper .coin-element-nav-slider__element img {
    width: 100%;
    max-width: 100%;
}

.coin-element-slider-wrapper .coin-element-nav-slider .slick-current .coin-element-nav-slider__element {
    border-color: #069347;
}

.coin-element-nav-slider .coin-element-nav-slider__scroll-btn.slick-hidden {
    display: none;
}

.coin-element-nav-slider__container-wrapper {
    position: relative;
    /* Или нужная вам высота */
    overflow: hidden;
    padding-left: 15px;
    width: 115px;
}


.nav-slider-custom-scrollbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-slider-scroll-thumb {
    background-color: #069347;
    width: 100%;
    cursor: pointer;
    position: absolute;
    height: 200px;
}

@media(max-width:450px) {
    .nav-slider-custom-scrollbar {
        display: none;
    }

    .coin-element-nav-slider__container-wrapper {
        padding-left: 0px;
        width: auto;
    }
}

.coin-element-nav-slider__container-wrapper .slick-list {
    /*overflow: auto;*/
}

.coin-element-slider-wrapper .coin-element-main-slider {
    max-width: calc(100% - 142px);
}

.coin-element-slider-wrapper .coin-element-main-slider__element {
    padding: 0px;
    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;
}

.coin-element-slider-wrapper .coin-element-main-slider__element img {
    max-width: 386px;
    width: 100%;
}

.coin-element-slider-wrapper__price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.coin-element-slider-wrapper__price-row .value {
    font-size: 28px;
    line-height: 32px;
    font-family: "NT Somic Med";
}

.coin-element-info {
    padding-left: 5px;
    padding-top: 5px;
}

.coin-element-info h4 {
    margin-bottom: 5px;
}

.coin-element-info h4.coin-element-description__title {
    margin-bottom: 15px;
}

.coin-element-info__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0px 12px;
    border-bottom: solid 1px #E5E5E5;
}

.coin-element-info__table-row .value {
    font-family: "NT Somic Bd";
    padding-left: 25px;
    text-align: right;
}

.coin-element-description {
    margin-top: -9px;
    padding-left: 5px;
}

.coin-element-description--avers-revers {
    padding-left: 0px;
}

.coin-element-description__title {
    margin-bottom: 15px;
}

.coin-element-description .coin-element-description__text+.coin-element-description__title {
    margin-top: 30px;
}

.pick-up-coin__title {
    margin-bottom: 50px;
}

.pick-up-coin__list .coin-item {
    width: 100%;
    max-width: calc(50% - 16px);
}

.pick-up-coin__filter {
    gap: 30px;
}

.pick-up-coin__filter-element {
    width: 100%;
}

.pick-up-coin__filter-element input[type=text] {
    border: solid 1px #D0D5D3;
}

.pick-up-coin__filter-element .select {
    width: 100%;
    max-width: 100%;
}

.pick-up-coin__filter-element-name {
    font-family: "NT Somic Bd";
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    display: inline-block;
}

.pick-up-coin__filter-element--price {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.pick-up-coin__filter-element--price .row {
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pick-up-coin__filter-element--price input {
    width: 100%;
    max-width: 150px;
}

.pick-up-coin__filter-element--alloy {
    max-width: 250px;
}

.pick-up-coin__filter-element--value {
    max-width: 150px;
}

.pick-up-coin__filter-element--actions .btn-transparent {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}
.pick-up-coin__filter-element--actions .btn-transparent > span svg path{
    transition: all linear .3s;
}
.pick-up-coin__filter-element--actions .btn-transparent:hover > span svg path{
    fill: #fff;
}

.pick-up-coin__filter-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px 30px;
    margin-top: 34px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
}

.pick-up-coin__filter-sort-title {
    color: #252628;
    font-family: "NT Somic";
    font-weight: 400;
}

.pick-up-coin__filter-sort-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #7E7E7E;
    font-family: "NT Somic";
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color linear 0.3s;
    transition: color linear 0.3s;
    white-space: nowrap;
}

.pick-up-coin__filter-sort-link svg {
    width: 10px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pick-up-coin__filter-sort-link svg path {
    fill: #7E7E7E;
    -webkit-transition: fill linear 0.3s;
    transition: fill linear 0.3s;
}

.pick-up-coin__filter-sort-link.is-active {
    color: #069347;
}

.pick-up-coin__filter-sort-link.is-active svg path {
    fill: #069347;
}

.pick-up-coin__sorting {
    margin-top: 42px;
    margin-bottom: 40px;
}

.lending-calculator .container {
    padding-left: 0px;
    padding-right: 0px;
}

.vacancy-form-block.green-block .form__row .vacancy-form-block__confidentiality .confidentiality-cb label {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.vacancy-form-block.green-block .form__row .vacancy-form-block__confidentiality .confidentiality-cb label a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.vacancy-form-block.green-block .form__row .vacancy-form-block__confidentiality .confidentiality-cb label:after {
    top: 3px;
    left: 2px;
    border: 0;
    border-radius: 4px;
}

.vacancy-form-block.green-block .form__row .confidentiality-cb input:checked + label:after {
    background-color: #008841;
}

.news-element p{
    text-indent: initial!important;
}
.news-element p img{
    margin-bottom: 15px;
}

.switch-to-AUSN__business-types{
    display: flex;
    align-items: flex-start;
}
.switch-to-AUSN__business-type{
    width: 100%;
    max-width: calc(50% - 10px);
}
.switch-to-AUSN__business-type p{
    margin-bottom: 0px;
}


@media (min-width: 1200px) {
    .pick-up-coin__filter {
        display: grid;
        grid-template-columns: 300px 210px 120px minmax(180px, 1fr) 210px;
        column-gap: 20px;
        row-gap: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .pick-up-coin__filter-element {
        width: auto;
        max-width: none;
        min-width: 0;
    }

    .pick-up-coin__filter-element--price {
        max-width: none;
    }

    .pick-up-coin__filter-element--alloy,
    .pick-up-coin__filter-element--value,
    .pick-up-coin__filter-element--series,
    .pick-up-coin__filter-element--actions {
        max-width: none;
    }
}

.pick-up-coin__sorting-mob-sub-title {
    display: none;
}

.pick-up-coin__sorting .row {
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pick-up-coin__sorting .custom-select {
    display: none;
    width: 100%;
}

.new-coins-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.new-coins-slider .slick-slide {
    height: auto;
}

.new-coins-slider .slick-slide > div,
.new-coins-slider .slick-slide .new-coins-slider__element,
.new-coins-slider .slick-slide .coin-item {
    height: 100%;
}

.deposit-conditions .interest-rates {
    margin-top: 0px;
}

.vacancy-form-block .form__row .vacancy-form-block__confidentiality .confidentiality-cb label {
    color: #7E7E7E;
}


.vacancy-form-block--feedback-page .form__row .vacancy-form-block__confidentiality .confidentiality-cb label a {
    color: #069347 !important;
}

.vacancy-form-block--feedback-page {
    margin-top: 40px;
}

.bank-card-description-block{
    display: flex; 
    align-items: flex-start;
    margin-top: 30px;
}

.contacts-list{
    gap: 48px;
    flex-wrap: wrap;
}
.contacts-item{
    padding: 40px;
}
.contacts-list.row .contacts-item{
    width: 100%;
        max-width: calc((100% - 96px) / 3);
    font-size: 18px;
    line-height: 28px;
}
.contacts-item__title {
    margin-bottom: 0px;
}
.contacts-item__description{
    margin-top: 30px;
    color: rgb(126, 126, 126);
}



@media (min-width: 991px) {
    .menu-list li:hover .popup-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .RKO-tariffs-element:hover .RKO-tariffs-table__col--head {
        color: #069347;
    }

    .RKO-tariffs-element:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
        box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
    }

    .RKO-tariffs-element > .btn {
        display: none;
    }

    .rko-popup__form-element.show-on-tablet {
        display: none;
    }
}

@media (min-width: 1241px) {
    .tariff-info-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .tariff-info-table__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }

    .tariff-info-table__row-name {
        padding-bottom: 20px;
    }

    .tariff-info-table__row-value {
        padding-top: 20px;
        border-top: solid 1px #E5E5E5;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1240px;
    }

    .main-banner .container {
        max-width: 100%;
        padding: 0 70px;
    }

    .main-banner__content p {
        max-width: 100%;
    }

    .main-slider .slick-dots {
        left: 100px;
    }

    .location-item--office .location-item__element--address {
        max-width: 315px;
    }

    .location-item--office .location-item__element--phone,
    .location-item--office .location-item__element--address {
        padding: 0px;
    }

    .footer__menu-links {
        gap: 90px;
    }

    .settlement-account-order__input {
        max-width: 292px;
    }

    .coins-advantages .advantages-list.row {
        gap: 25px;
    }

    .coins-advantages .advantages-list.row .advantage-item {
        max-width: calc((100% - 50px) / 3);
        padding: 20px;
    }

    .pick-up-coin__list .coin-item {
        gap: 20px;
    }

    .pick-up-coin__list .coin-item__img-wrapper {
        max-width: 135px;
    }

    .pick-up-coin__filter-element--series .custom-select {
        padding-right: 30px;
    }

    .new-coins-slider .coin-item {
        gap: 20px;
    }

    .new-coins-slider .coin-item__img-wrapper {
        max-width: 135px;
    }

    .main-slider__arrow--prev {
        left: 15px;
    }

    .main-slider__arrow--next {
        right: 15px;
    }

    .deposit-text-info .gray-block {
        overflow-x: auto;
    }
}

@media (max-width: 1366px) {
    .footer-last-line {
        padding-right: 0px;
    }
}
@media (max-width: 1240px) {

    h1+h2,
    .h1+h2,
    h1+.h2,
    .h1+.h2 {
        padding-top: 0px;
    }

    .container {
        max-width: 1020px;
    }

    .main-banner__img-wrapper {
        max-width: 37%;
    }

    .main-banner__content {
        max-width: 63%;
    }

    .first-line .btn-with-arrow {
        white-space: nowrap;
    }

    .feedback-block .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .feedback-block-element {
        max-width: 100%;
    }

    .service-item__img-title.img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }

    .service-item__img-col.img-wrapper {
        display: none;
    }

    .service-item__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 30px;
    }

    .service-item__inner {
        gap: 40px;
    }

    .service-item__img-wrapper {
        max-width: 170px;
    }

    .service-item--credit .service-info-table {
        gap: 0px;
    }

    .location-item__element--address {
        max-width: 230px;
    }

    .location-item--office .location-item__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .location-item--office .location-item__element--phone {
        max-width: 200px;
    }

    .location-item--office .location-item__element--working-hours,
    .location-item--office .location-item__element--address {
        width: 100%;
        max-width: calc(100% - 230px);
    }

    .calculator-wrapper.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }

    .calculator-info {
        max-width: 100%;
    }

    .footer__menu-links {
        gap: 50px;
    }

    .footer__contacts {
        padding-right: 0px;
    }

    .footer-information .col {
        padding-right: 40px;
    }

    .currency-exchange-and-bank-branches {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .currency-exchange-and-bank-branches .bank-branches-block,
    .currency-exchange-and-bank-branches .currency-exchange-block {
        width: 100%;
        max-width: 100%;
    }

    .settlement-account-order .confidentiality-cb {
        margin-top: 8px;
    }

    .settlement-account-order__input {
        max-width: calc(50% - 11px);
    }

    .settlement-account-order input.settlement-account-order__submit {
        width: 100%;
        max-width: calc(50% - 11px);
    }

    .deposits-and-accounts__nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .deposits-and-accounts__nav .deposits-filter-btn {
        padding: 10px 18px;
    }

    .service-element-head__img-wrapper {
        max-width: 300px;
    }

    .settlement-account-on-favorable-terms .row {
        flex-wrap: wrap;
    }

    .settlement-account-on-favorable-terms .img-wrapper {
        width: 100%;
    }

    .service-element-head .service-info-table {
        gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-news__img-wrapper {
        width: 100%;
        max-width: calc(50% - 25px);
    }

    .info-items-list .info-item {
        max-width: calc(50% - 24px);
    }

    .agencies-rating-list .agencies-rating-item {
        max-width: 100%;
        padding: 50px;
    }

    .agencies-rating-item {
        padding: 20px;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        gap: 48px;
    }

    .storage-conditions-list.row .storage-conditions-item {
        max-width: calc(50% - 24px);
    }

    .vacancy-advantage-list.row .vacancy-advantage-item {
        max-width: calc(50% - 24px);
    }

    .vacancy-popup {
        max-width: calc(100% - 48px);
        max-height: calc(100vh - 40px);
    }

    .RKO-tariffs-table__col {
        max-width: calc((100% - 270px) / 5);
    }

    .RKO-tariffs-table__col--head {
        max-width: 270px;
    }

    .RKO-tariffs-element__part {
        font-size: 18px;
    }

    .RKO-tariffs-element__part.RKO-tariffs-table__col--head {
        gap: 10px;
    }

    .tariff-info-table__row {
        padding: 15px 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: solid 1px #E5E5E5;
    }

    .new-coins-slider .slick-track {
        margin: 0;
    }

    .coins-advantages .advantages-list.row .advantage-item {
        max-width: 100%;
        padding: 40px;
    }

    .coins-find-on-map p {
        margin-bottom: 28px;
    }

    .pick-up-coin__list .coin-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pick-up-coin__list .coin-item__content {
        height: auto;
    }

    .pick-up-coin__list .coin-item__img-wrapper {
        max-width: 50%;
        width: 100%;
    }

    .pick-up-coin__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 17px;
    }

    .pick-up-coin__filter {
        gap: 20px;
    }

    .pick-up-coin__filter-element {
        max-width: calc((100% - 60px) / 3);
    }

    .pick-up-coin__filter-element--series {
        max-width: 100%;
    }

    .new-coins-slider .coin-item {
        gap: 40px;
    }

    .new-coins-slider .coin-item__img-wrapper {
        max-width: 195px;
    }

    .advantages-list.row {
        gap: 30px;
    }

    .advantages-list.row .advantage-item {
        max-width: calc(50% - 15px);
    }
    .contacts-list.row .contacts-item {
        max-width: calc(50% - 15px);
    }
    .contacts-list.row {
        gap: 30px;
    }
}

@media (max-width: 1220px) {
    .tariffs-rko-and-online-banking {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .tariffs-rko-and-online-banking .block-link {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    section {
        padding: 50px 0px;
    }

    .container {
        max-width: 990px;
    }
    .header .logo-link+.menu-list{
        margin-left: 0px;
    }
    .first-line .menu-list{
        gap: 15px;
    }
    .second-line .search{
        height: auto;
        margin-top: 0;
    }
    .footer__menu-element ul{
        padding-right: 30px;
    }
    .footer__menu-element ul li{
        line-height: 23px;
    }

    .header .logo-link+.menu-list {
        margin-left: 0px;
    }

    .first-line .menu-list {
        gap: 15px;
    }

    .second-line .search {
        height: auto;
        margin-top: 0;
    }

    .footer__menu-element ul {
        padding-right: 30px;
    }

    .footer__menu-element ul li {
        line-height: 23px;
    }

    .offers {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .offers-item {
        height: auto;
    }

    .offers-item--md-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .offers-item--md-2 .offers-item__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .advantage-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 55px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .advantage-item__img-container.img-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .advantage-item__head .img-wrapper {
        display: none !important;
    }

    .advantages-list.row {
        gap: 30px;
    }

    .advantages-list.row .advantage-item {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .information-disclosure.row {
        gap: 48px;
    }

    .yeas-slider .slick-slide {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .RKO-tariffs__wrapper {
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
        scrollbar-color: #008841 #008841;
    }

    .RKO-tariffs__table {
        overflow: auto;
        padding-bottom: 20px;
    }

    .RKO-tariffs__table-element {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .RKO-tariffs__table-row {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        gap: 50px;
    }

    .RKO-tariffs__table-col {
        min-width: 220px;
    }

    .service-element-head--rko-element .service-element-head__img-wrapper {
        max-width: 220px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .main-page {
        padding-top: 60px;
    }

    .settlement-account-on-favorable-terms .row {
        gap: 40px;
    }
    .contacts-list.row .contacts-item {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .contacts-item {
        display: flex;
        align-items: flex-start;
        gap: 55px;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    h1+section {
        padding-top: 0px;
    }

    .container {
        max-width: 100vw;
        margin: 0px;
        padding: 0 15px;
    }

    .main-banner .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 88px;
        padding-top: 46px;
        height: 100%;
    }

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

    .main-banner__content,
    .main-banner__img-wrapper {
        max-width: 100%;
    }

    .main-banner__img-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-banner__img-wrapper img {
        max-height: 443px;
        width: auto;
    }

    .main-banner__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 21px;
        padding-right: 0px;
        height: 100%;
        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-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .breadcrumbs {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offers {
        gap: 30px;
    }

    .offers-item--md-2,
    .offers-item--md-1 {
        gap: 20px;
    }

    .offers-item--md-2 {
        max-width: calc((100% - 30px) / 2);
    }

    .offers-item__img-wrapper {
        max-width: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-slider .slick-dots {
        left: 0px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 40px;
    }

    .main-slider__arrow--prev {
        left: 24px;
    }

    .main-slider__arrow--next {
        right: 24px;
    }

    .advantage-item {
        padding: 30px;
    }

    .advantage-item__description {
        font-size: 18px;
        line-height: 28px;
        margin-top: 21px;
    }

    .our-advantages h2 {
        margin-bottom: 40px;
    }

    .advantages-list.row {
        gap: 30px;
    }

    .more-information__list {
        padding: 40px;
    }

    .more-information .information-item {
        max-width: 100%;
        margin-top: 0px;
    }

    .service-item {
        padding: 40px;
    }

    .service-item__img-title.img-wrapper {
        max-width: 220px;
    }

    .service-item__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .service-item__img-wrapper img {
        margin-top: 25px;
    }

    .service-item__content {
        width: 100%;
        max-width: 100%;
    }

    .service-item__btns-wrapper .btn {
        max-width: 175px !important;
    }

    .service-item__btns-wrapper {
        width: 100%;
        max-width: 100%;
        gap: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .service-item__btns-wrapper a.btn,
    .service-item__btns-wrapper button {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .service-item--credit .service-info-table {
        margin-left: auto;
        max-width: calc(100% - 260px);
    }

    .service-item--credit .service-item__btns-wrapper {
        margin-left: auto;
        max-width: calc(100% - 260px);
    }

    .service-item--credit .service-item__head {
        margin-bottom: 0;
    }

    .service-info-table {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .images-set {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .images-set .img-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .small-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 40px;
    }

    .small-banner .img-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .small-banner__content {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    .small-banner .btn {
        width: 100%;
        max-width: 100%;
    }

    .location-item__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .location-item__title .location-item__cart-icon {
        display: inline-block;
        margin-left: auto;
    }

    .location-item__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .location-item__element {
        width: 100%;
    }

    .location-item__element--sub-title {
        max-width: calc(100% - 230px);
    }

    .location-item__element--address {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }

    .location-item__element .location-item__cart-icon {
        display: none;
    }

    .location-item--office .location-item__content {
        gap: 15px;
    }

    .location-item--with-cart .location-item__btn {
        max-width: 230px;
    }

    .location-item--with-cart .location-item__btn .location-item__cart-icon {
        display: none;
    }

    .promo-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .promo-block .img-wrapper {
        display: none;
        width: 100%;
        max-width: 280px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .promo-block__content {
        padding-right: 0px;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0px;
    }

    .promo-block__content .img-wrapper {
        width: 250px;
        display: block;
    }

    .promo-block__content h1 {
        margin-bottom: 45px;
    }

    .promo-block__content button {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    .block-with-icon-in-head p {
        max-width: 50%;
    }

    .hide-on-tablet {
        display: none;
    }

    .show-on-tablet {
        display: block;
    }

    .header .logo-link+.menu-list {
        margin-left: 20px;
    }

    .menu-list {
        gap: 20px;
    }

    .first-line .dropdown-btn {
        margin-left: 10px;
        margin-right: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .popup-menu {
        width: 100vw;
        max-width: 100vw;
        left: -15px;
        bottom: -74px;
        padding: 4px 24px;
        padding-right: 7px;
    }

    .popup-menu .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .popup-menu .col {
        max-width: 100%;
        padding-right: 0px;
    }

    .popup-menu__element {
        padding: 20px 0px;
        border-bottom: solid 1px #E6E6E6;
        margin-top: 0;
    }

    .popup-menu__element+.popup-menu__element {
        margin-top: 0;
    }

    .popup-menu__element-title {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .popup-menu__element-content {
        display: none;
    }

    .footer {
        margin-top: 50px;
    }

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

    .footer__menu-links {
        max-width: 100%;
        gap: 0px;
    }

    .footer__menu-links .footer__menu-element {
        width: 100%;
        max-width: 100%;
        padding-right: 20px;
    }

    .footer__menu-element {
        max-width: 33.3333333333%;
    }

    .footer__contacts {
        margin-top: 40px;
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .footer__contacts > div {
        width: 100%;
        max-width: 50%;
        height: auto;
    }

    .footer__contacts > div:first-child {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__contacts-element {
        margin-bottom: 20px;
    }

    .footer-information {
        padding-bottom: 30px;
    }

    .footer-information .col {
        padding-right: 40px;
    }

    .footer-last-line__element {
        margin-left: 0;
        width: 100%;
        max-width: 50%;
    }

    .footer-last-line .col.row {
        width: 100%;
        max-width: 100%;
    }

    .footer-last-line .col.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-last-line__created-by {
        margin-top: 20px;
        width: 100%;
        max-width: 50%;
        margin-left: auto;
    }

    .footer-last-line__created-by .footer-last-line__element {
        max-width: 100%;
    }

    .currency-exchange-block .currency-exchange .row {
        gap: 120px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .bank-branches-block__content {
        max-width: 250px;
    }

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

    .settlement-account-on-favorable-terms {
        padding: 60px;
        margin-top: 30px;
    }

    .settlement-account-on-favorable-terms .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px;
    }

    .settlement-account-on-favorable-terms .img-wrapper {
        max-width: 100%;
    }

    .settlement-account-order {
        padding: 50px;
    }

    .settlement-account-order .confidentiality-cb {
        max-width: calc(50% - 11px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .settlement-account-order__input {
        max-width: 100%;
    }

    .deposits-page h1 {
        margin-bottom: 40px;
    }

    .deposits-and-accounts__nav {
        gap: 20px;
    }

    .deposits-and-accounts__nav .deposits-filter-btn {
        height: 54px;
        padding: 10px 25px;
    }

    .our-advantages--credits-advantages .advantages-list.row {
        gap: 30px;
    }

    .our-advantages--credits-advantages .advantages-list.row {
        gap: 15px;
    }

    .service-item--deposit .service-item__btns-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-start;
    }

    .service-element-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }


    .service-element-head__img-wrapper {
        width: 100%;
        max-width: 250px;
        height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0px;
    }


    .service-element-head__content {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .service-element-head .btn {
        height: 62px;
        width: 100%;
        font-size: 16px;
    }

    .deposits-and-withdrawals .row {
        gap: 60px;
    }

    .news-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .news-filter__element {
        max-width: 240px;
    }

    .news-filter+.news-list {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .main-news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .main-news__img-wrapper {
        max-width: 574px;
    }

    .main-news__content {
        max-width: 100%;
    }

    .news-element__header .all-news {
        display: none;
    }

    .news-element .images-set {
        margin-top: 40px;
    }

    .news-element .socials-row {
        margin-top: 40px;
    }

    .news-list .news-item {
        max-width: 100%;
    }

    .news-list {
        gap: 30px;
    }

    .news-list .pagination {
        margin-top: 10px;
    }

    .agencies-rating-block {
        margin-top: 50px;
    }

    .agencies-rating-list {
        gap: 100px;
    }

    .agencies-rating-list .agencies-rating-item {
        gap: 100px;
    }

    .main-banner--about-page .main-banner__img-wrapper img {
        max-height: none;
        max-width: 100vw;
        left: -10%;
    }

    .requisites-list {
        margin-top: 0px;
        margin-bottom: 50px;
    }

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

    .requisite__name,
    .requisite__val {
        max-width: 100%;
    }

    .requisite__val {
        padding-left: 0px;
    }

    .locations-head h1 {
        margin-bottom: 40px;
    }

    .locations-list .location-item+.location-item {
        margin-top: 20px;
    }

    .locations-map {
        margin-top: 32px;
    }

    .locations-map iframe {
        height: 680px;
    }

    .locations-filter form .btn {
        margin-left: 10px;
    }

    .locations-filter .search-input {
        max-width: calc(50% - 11px);
    }

    .locations-switch-module+.select {
        margin-left: 0px;
    }

    .locations-switch-module--tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-top: 30px;
    }

    .locations-switch-module--dt {
        display: none;
    }

    .storage-conditions .small-table {
        display: none;
    }

    .storage-conditions .dropdown-table,
    .deposit-conditions .dropdown-table {
        display: block;
    }

    .storage-conditions-list.row {
        gap: 30px;
    }

    .storage-conditions-list.row {
        gap: 15px;
    }

    .storage-conditions-list.row .storage-conditions-item {
        max-width: calc(50% - 15px);
    }

    .storage-conditions-element.forbidden-element .row {
        gap: 10px;
    }

    .storage-conditions-element.forbidden-element .col {
        max-width: calc(50% - 5px);
    }

    .safe-boxes-page-title {
        margin-bottom: 30px;
    }

    .vacancy-advantage-list.row {
        gap: 30px;
    }

    .vacancy-advantage-list.row .vacancy-advantage-item {
        max-width: calc(50% - 15px);
        padding: 30px;
    }

    .vacancy-advantage-item .img-wrapper {
        margin-bottom: 20px;
    }

    .our-people {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .our-people__content {
        max-width: 100%;
    }

    .our-people__slider-wrapper {
        max-width: 100%;
    }

    .vacancy-block h2 {
        margin-bottom: 40px;
    }

    .vacancy-list.row {
        gap: 20px;
    }

    .vacancy-list.row .vacancy-item {
        max-width: 100%;
    }

    .vacancy-form-block .form__row input,
    .vacancy-form-block .form__row label {
        max-width: calc(50% - 11px);
    }

    .vacancy-form-block__title {
        margin-bottom: 20px;
    }

    .vacancy-form-block__confidentiality {
        max-width: calc(50% - 11px);
    }

    .vacancy-form-block__confidentiality .confidentiality-cb label {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .vacancy-popup {
        padding-right: 10px;
    }

    .vacancy-popup__content.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vacancy-popup__content.row .col {
        padding-right: 0px;
        width: 100%;
    }

    .vacancy-popup__content.row .col:first-child {
        padding-right: 0px;
        width: 100%;
    }

    .vacancy-popup__content.row .col:last-child .vacancy-popup-element {
        width: 100%;
        max-width: calc(50% - 15px);
    }

    .vacancy-popup__content.row .col:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 20px;
        padding-right: 0px;
        max-width: 100%;
    }

    .vacancy-popup__content.row .col:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .vacancy-popup .popup__body {
        padding-right: 40px;
        max-height: calc(100vh - 140px);
        max-height: calc(100dvh - 140px);
    }

    .vacancy-advantage-section {
        padding-top: 0px;
    }

    .information-disclosure__tabs-list {
        max-width: 100%;
        display: none;
    }

    .information-disclosure__tabs-list--links {
        display: block;
    }

    .information-disclosure__content-block {
        display: none;
        max-width: 100%;
    }

    .tag-page .information-disclosure__content-block {
        display: block;
    }

    .information-disclosure--riv2 .information-disclosure__content-block {
        display: block;
    }

    .information-disclosure--riv2.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .information-disclosure--riv2-section .information-disclosure__tabs-list--links {
        display: none;
    }

    .riv2-root-title {
        display: none;
    }

    .RKO-tariffs-table__head {
        display: none;
    }

    .RKO-tariffs-table__footer {
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        gap: 40px;
    }

    .RKO-tariffs-table__footer .info-note {
        max-width: calc(100% - 260px);
    }

    .RKO-tariffs-table__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        row-gap: 24px;
    }

    .RKO-tariffs-table__row .btn {
        display: block;
    }

    .RKO-tariffs-table__col {
        max-width: calc(50% - 15px);
        padding-right: 0px;
    }

    .RKO-tariffs-table__col-name {
        display: inline-block;
        width: 100%;
        font-family: "NT Somic";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }

    .RKO-tariffs-table__col-value {
        display: inline-block;
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        font-family: "NT Somic Med";
    }

    .RKO-tariffs-table__col--head {
        width: 100%;
        max-width: 100%;
        font-family: "NT Somic Bd";
        font-size: 22px;
        line-height: 28px;
    }

    .RKO-tariffs-table__col--first {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .RKO-tariffs-table__col--first >span {
        width: 100%;
        max-width: calc(50% - 15px);
    }

    .RKO-tariffs-element {
        padding: 30px;
    }

    .RKO-tariffs-element__part.RKO-tariffs-table__col--head {
        gap: 30px;
    }

    .RKO-tariffs-element__icon--tablet {
        display: inline-block;
    }

    .RKO-tariffs-element__icon--dt {
        display: none;
    }

    .RKO-tariffs-element >.btn {
        width: 100%;
        max-width: 100%;
    }

    .RKO-tariffs {
        padding-bottom: 50px;
        margin-top: 40px;
    }

    .service-element-head--rko-element .service-info-table .col {
        max-width: calc(50% - 15px) !important;
        padding-right: 30px !important;
        width: 100%;
    }

    .tariff-terms__row span {
        font-size: 20px;
        line-height: 32px;
    }

    .tariff-terms__row b {
        font-size: 20px;
        line-height: 32px;
    }

    .service-element-head--rko-element .service-info-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .service-element-head--rko-element .service-info-table .col {
        width: 100%;
        max-width: 50%;
        padding-right: 0px;
    }

    .service-element-head--rko-element .open-popup {
        width: 100%;
        max-width: 100%;
    }

    .rko-popup {
        padding: 40px;
    }

    .rko-popup__form-element {
        max-width: calc(50% - 10px);
    }

    .rko-popup__form-element--office {
        max-width: calc(50% - 10px);
    }

    .offers--rko .offers-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .offers--rko .offers-item .offers-item__img-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 220px;
    }

    .offers--rko .offers-item .offers-item__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 235px;
    }

    .service-element-head--rko-element .service-element-head__content {
        margin-top: 50px;
    }

    .service-element-head--rko-element .btn {
        margin-top: 35px;
    }

    .coin-item {
        padding: 30px;
    }

    .coin-item__name {
        font-size: 24px;
        line-height: 28px;
    }

    .coin-item .coin-item__link {
        max-width: 100%;
        width: 100%;
    }

    .coin-info-table.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 15px;
    }

    .coin-info-table.row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .coin-info-table.row .col {
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .new-coins-slider .slick-list {
        padding-right: 40px;
    }

    .coins-advantages {
        margin-top: 50px;
    }

    .coins-advantages .advantage-item__title {
        margin-top: 30px;
    }

    .coins-advantages .advantage-item__description {
        margin-top: 50px;
    }

    .coins-advantages-promo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .coins-advantages-promo__img-wrapper {
        max-width: 558px;
    }

    .coins-advantages-promo h2.coins-advantages-promo__title {
        padding-right: 70px;
    }

    .manager-help-and-memo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .manager-help-and-memo .block-with-icon-in-head {
        padding: 40px;
        max-width: 100%;
    }

    .manager-help-and-memo .block-with-icon-in-header__content {
        width: 100%;
    }

    .manager-help-and-memo .block-with-icon-in-header__content h2 {
        gap: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .manager-help-and-memo .block-with-icon-in-head__head-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .manager-help-and-memo .block-with-icon-in-head__col-icon {
        display: none;
    }

    .manager-help-and-memo .block-with-icon-in-head__download-btn {
        width: 100%;
        max-width: 100%;
    }

    .manager-help-and-memo .block-with-icon-in-head p {
        max-width: 450px;
    }

    .coins-find-on-map__content .coins-find-on-map__img-wrapper {
        display: block;
    }

    .coins-find-on-map__img-wrapper {
        display: none;
    }

    .coins-find-on-map .btn {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .coin-element__content {
        padding: 40px;
    }

    .coin-element__row {
        gap: 30px;
    }

    .coin-element__part {
        max-width: 100%;
    }

    .coin-element-slider-wrapper {
        -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
        height: auto;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .coin-element-slider-wrapper .coin-element-nav-slider {
        height: auto;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .coin-element-slider-wrapper .coin-element-nav-slider .slick-list {
        height: auto;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .coin-element-slider-wrapper .coin-element-main-slider {
        height: auto;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }

    .coin-element-slider-wrapper__price-row {
        margin-top: 30px;
    }

    .pick-up-coin__title {
        margin-bottom: 40px;
    }

    .pick-up-coin__list .coin-item__img-wrapper {
        max-width: 192px;
        width: 100%;
    }

    .pick-up-coin__list .coin-item .coin-info-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pick-up-coin__list .coin-item .coin-info-table .col {
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .pick-up-coin__filter-element {
        max-width: calc(50% - 10px);
    }

    .pick-up-coin__filter-element-name {
        margin-bottom: 10px;
    }

    .pick-up-coin__filter-element--price input {
        max-width: 100%;
    }

    .pick-up-coin__filter-element--value {
        max-width: 150px;
    }

    .pick-up-coin__filter-element--series {
        max-width: calc(100% - 170px);
    }

    .pick-up-coin__sorting {
        margin-top: 18px;
    }

    .pick-up-coin__sorting .row {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .deposit-popup {
        max-width: calc(100% - 140px);
    }

    .deposit-popup .title {
        margin-bottom: 20px;
    }

    .deposit-popup .sub-title {
        margin-bottom: 30px;
    }

    .deposit-popup .submit-btn {
        margin-top: 30px;
    }

    .popup-menu.popup-menu--main .popup-menu__search {
        border: solid 1px #E1E1E1;
        border-radius: 5px;
    }

    .offers-item--md-1 {
        max-height: 245px;
        min-height: 118px;
    }

    .calculator-info__footer {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .calculator-info__footer .calculator-info__submit {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .calculator-info__footer .calculator-info__notification {
        width: 100%;
        max-width: 100%;
    }

    .calculator-info__footer .calculator-info__notification br {
        display: none;
    }

    .main-page-calculators {
        padding-bottom: 0px;
    }

    .footer-information .row {
        gap: 0px;
    }

    .footer-information .col {
        max-width: 50%;
    }

    a.btn,
    input[type=submit],
    button {
        height: 56px;
    }

    .about-info-items-list .info-item__title {
        font-size: 32px;
        line-height: 38px;
    }

    .about-info-items-list .info-item__description,
    .about-info-items-list .info-item__description p {
        line-height: 120%;
    }

    .service-item__btns-wrapper .btn {
        max-width: fit-content !important;
    }

    .service-item--deposit .service-info-table {
        font-size: 24px;
        line-height: 32px;
    }

    .service-item--deposit .service-info-table .col-name {
        font-size: 20px;
        line-height: 32px;
    }

    .coins-advantages {
        margin-top: 0px;
    }

    .coins-advantages-promo {
        padding: 50px;
    }

    .storage-conditions-item .img-wrapper {
        min-width: 80px;
        max-width: 80px;
        width: 100%;
        height: 80px;
        border-radius: 16px;
    }

    .storage-conditions-item .img-wrapper img {
        width: 48px;
    }

    .vacancy-form-block {
        padding: 40px;
    }

    .locations-filter form {
        margin-bottom: 32px;
    }

    .info-note:after {
        top: 50%;
        transform: translateY(-50%);
    }    
    .switch-to-AUSN__business-types{
        flex-wrap: wrap;
    }
    .switch-to-AUSN__business-type{
        
        max-width: 100%
    }
    
}

@media (max-width: 760px) {
    .deposits-and-withdrawals .row {
        gap: 40px;
    }

    .deposits-and-withdrawals .col .marked-text {
        font-size: 28px;
    }
}

@media (max-width: 748px) {
    .locations-filter form > .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .locations-filter form .btn {
        margin-left: 0px;
        margin-right: 10px;
    }

    .locations-filter .search-input {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 736px) {
    .zero-line {
        display: block;
    }

    .first-line .menu-list {
        display: none;
    }

    .first-line {
        position: relative;
    }

    .first-line:after,
    .first-line:before {
        position: absolute;
        content: "";
        left: 50%;
        width: 100vw;
        height: 1px;
        background-color: #E6E6E6;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .first-line:before {
        top: 0px;
    }

    .first-line:after {
        bottom: 0px;
    }

    .second-line {
        display: none;
    }

    .popup-menu.popup-menu--main {
        bottom: 0px;
    }
}

@media (max-width: 660px) {
    .service-item--credit .service-info-table {
        max-width: 100%;
    }

    .service-item--credit .service-item__btns-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 650px) {
    .currency-exchange-block .currency-exchange .row {
        gap: 24px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pick-up-coin__sorting {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .pick-up-coin__sorting-mob-sub-title {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .pick-up-coin__sorting .row {
        display: none;
    }

    .pick-up-coin__sorting .custom-select {
        display: block;
    }

    .calculator-info__element-value {
        font-size: 32px;
        line-height: 32px;
    }
    .news-element p img{
        margin: 15px auto 0px;
    }
}

@media (max-width: 560px) {

    h1,
    .h1 {
        font-size: 22px;
        line-height: 24px;
    }

    h2,
    .h2 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 24px;
    }

    h5,
    .h5 {
        font-size: 14px;
        line-height: 20px;
    }

    h6,
    .h6 {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 551px) {
    .coin-info-table.row .col {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .pick-up-coin__list .coin-item .coin-info-table .col {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@media (max-width: 550px) {

    a.btn,
    input[type=submit],
    button {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }

    section {
        padding: 20px 0px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    input {
        font-size: 14px;
    }

    .btn-file span {
        font-size: 14px;
        line-height: 20px;
    }

    .drop-filter-btn {
        height: 52px;
        padding-left: 44px;
    }

    .drop-filter-btn::after,
    .drop-filter-btn::before {
        left: 16px;
        top: 23px;
    }

    .link-with-arrow {
        gap: 5px;
    }

    .link-with-arrow {
        font-size: 12px;
        line-height: 18px;
    }

    .link-with-arrow svg {
        width: 20px;
        height: 20px;
    }

    ul.check-mark-list li {
        margin-bottom: 10px;
        padding-left: 30px;
    }

    ul.check-mark-list li:before {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    table.small-table tr th {
        font-size: 14px;
        line-height: 20px;
    }

    table.small-table tr th:not(:first-child) {
        text-align: center;
    }

    table.small-table tr td {
        padding: 15px 6px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .main-banner .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
    }

    .main-banner h1,
    .main-banner .h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .main-banner .btn {
        margin-top: 20px;
    }

    .main-banner__img-wrapper {
        padding-right: 0px;
        max-width: calc(100% - 80px);
        margin: 0 auto;
    }

    .main-banner__content p {
        font-size: 14px;
        line-height: 20px;
    }

    .main-banner__content p+.btn {
        margin-top: 5px;
    }
    .main-banner__content p+a.btn{
        line-height: 260%;
    }

    .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 12px;
        line-height: 14px;
    }

    .offers {
        gap: 15px;
    }

    .offers-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .offers-item {
        padding: 15px;
        padding-right: 0px;
    }

    .offers-item--md-2 {
        max-width: calc((100% - 15px) / 2);
    }

    .offers-item__title {
        font-size: 14px;
        line-height: 16px;
    }

    .offers-item__img-wrapper {
        max-width: 105px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .offers-item__icon {
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 15px;
        border-radius: 5px;
    }

    .offers-item__icon svg {
        width: 18px;
        height: 18px;
    }

    .main-slider .slick-slide .main-banner .container {
        padding-bottom: 68px;
    }

    .main-slider .slick-dots {
        bottom: 30px;
    }

    .main-slider .slick-dots li {
        position: relative;
    }

    /* зона касания: точка 8px, пальцем не попасть (:before занят) */
    .main-slider .slick-dots li::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40px;
        height: 40px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .main-slider__arrow {
        display: none !important;
    }

    .date {
        font-size: 14px;
        line-height: 20px;
        gap: 5px;
    }

    .date img {
        width: 20px;
        height: 20px;
    }

    .feedback-block h2 {
        margin-bottom: 20px;
    }

    .feedback-block-element {
        padding: 20px;
        gap: 15px;
    }

    .feedback-block-element__img-wrapper {
        max-width: 75px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .feedback-block-element__description {
        font-size: 14px;
        line-height: 20px;
    }

    .feedback-block-element h3 {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .confidentiality-cb label:after {
        width: 15px;
        height: 16px;
        font-size: 0;
        line-height: 23px;
        border-radius: 3px;
    }

    .block-link {
        padding: 24px;
    }

    .block-link__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .block-link__deescription {
        font-size: 14px;
        line-height: 20px;
    }

    .block-link .img-wrapper {
        height: 80px;
        max-width: 80px;
    }

    .block-link .img-wrapper img {
        height: 48px;
        width: 48px;
    }

    .block-link .block-link__img-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block-link .btn {
        width: 100%;
        margin-top: 15px;
    }

    .block-link__img-col {
        display: none !important;
    }

    .advantage-item {
        padding: 24px;
    }

    .advantage-item__title {
        font-size: 18px;
        line-height: 16px;
    }

    .advantage-item .img-wrapper {
        max-width: 72px;
        height: 72px;
    }

    .advantage-item .img-wrapper img {
        max-width: 42px;
        height: 42px;
    }

    .advantage-item__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .main-page {
        padding-top: 20px;
    }

    .our-advantages h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .advantages-list.row {
        gap: 15px;
    }

    .more-information__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }

    .more-information__list {
        padding: 20px;
    }

    .information-item {
        gap: 10px;
    }

    .information-item span {
        font-size: 14px;
        line-height: 20px;
    }

    .information-item img {
        max-width: 32px;
    }

    .service-item {
        padding: 20px;
    }

    .service-item__img-title.img-wrapper {
        max-width: 100px;
    }

    .service-item__head {
        gap: 20px;
    }

    .service-item__title {
        font-size: 18px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .service-item__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }

    .service-item__btns-wrapper .btn {
        max-width: calc(50% - 7px) !important;
        height: 52px;
        line-height: 24px;
    }

    .service-item--credit .service-info-table .col {
        max-width: 50%;
        width: 100%;
    }

    .service-item--credit .service-item__head {
        margin-bottom: 15px;
    }

    .service-item--credit+.service-item--credit {
        margin-top: 10px;
    }

    .service-info-table {
        font-size: 16px;
        line-height: 24px;
        gap: 15px;
    }

    .service-info-table .col-name {
        font-size: 14px;
        line-height: 20px;
    }

    .service-info-table .col {
        padding-right: 0px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .marked-text {
        font-size: 16px;
        line-height: 25px;
        padding-left: 26px;
    }

    .marked-text:after {
        width: 16px;
        height: 16px;
    }

    .marked-text--positive:after {
        background-size: 16px 16px;
    }

    .small-banner {
        padding: 24px;
    }

    .small-banner__title {
        font-size: 22px;
        line-height: 24px;
    }

    .small-banner .btn {
        margin-top: 20px;
    }

    .location-item {
        padding: 20px;
    }

    .location-item__dropdown-icon {
        display: inline-block;
    }

    .location-item__title {
        font-size: 18px;
        line-height: 22px;
        padding-right: 50px;
    }

    .location-item__title .location-item__cart-icon {
        max-width: 34px;
        margin-left: 20px;
    }

    .location-item__content {
        display: none;
    }

    .location-item__element {
        max-width: 100%;
        width: 100%;
    }

    .location-item__element--sub-title {
        max-width: 100%;
    }

    .location-item__bold {
        font-size: 14px;
        line-height: 20px;
    }

    .location-item__btn {
        width: 100%;
    }

    .location-item .btn {
        width: 100%;
        max-width: 100%;
    }

    .location-item--office .location-item__element--address {
        margin-bottom: 0;
    }

    .location-item--office .location-item__element--working-hours,
    .location-item--office .location-item__element--address {
        width: 100%;
        max-width: 100%;
    }

    .location-item--office .location-item__btn {
        width: 100%;
    }

    .location-item--office .location-item__btn .btn {
        margin-top: 0;
    }

    .location-item--office .location-item__text-with-icon img {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .location-item--with-cart .location-item__btn {
        max-width: 100%;
    }

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

    .promo-block .img-wrapper {
        max-width: 170px;
    }

    .promo-block__content {
        font-size: 14px;
        line-height: 20px;
    }

    .promo-block__content p {
        font-size: 14px;
        line-height: 20px;
    }

    .promo-block__content p+p {
        margin-top: 0;
    }

    .promo-block__content button {
        margin-top: 5px;
        height: 52px;
        font-size: 16px;
        line-height: 24px;
    }

    .single-arrow-icon {
        max-width: 30px;
        height: 30px;
    }

    .single-arrow-icon svg {
        width: 9x;
        height: 9px;
    }

    .block-with-top-margin {
        margin-top: 40px;
    }

    .block-with-icon-in-head {
        padding: 20px;
    }

    .block-with-icon-in-head__download-btn {
        height: 52px;
        line-height: 30px;
    }

    .block-with-icon-in-head h2 {
        margin-bottom: 10px;
    }

    .block-with-icon-in-head .img-wrapper {
        height: 70px;
        max-width: 70px;
    }

    .block-with-icon-in-head .img-wrapper img {
        width: 44px;
        height: 44px;
    }

    .block-with-icon-in-head p {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .success-popup {
        max-width: calc(100% - 30px);
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 30px;
    }

    .success-popup__title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.01em;
    }

    .success-popup__icon {
        max-width: 48px;
        height: 48px;
    }

    .success-popup p {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown-table {
        padding: 20px;
        padding-top: 10px;
    }

    .dropdown-table__element {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .dropdown-table__element-sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown-table__element-title {
        font-size: 16px;
        line-height: 20px;
    }

    .dropdown-table__element-content {
        padding: 10px 0px;
    }

    .dropdown-table__row-name {
        font-size: 14px;
        line-height: 20px;
    }

    .dropdown-table__row-value {
        font-size: 16px;
        line-height: 20px;
    }

    .show-on-mob {
        display: block;
    }

    .hide-on-mob {
        display: none;
    }

    .sorting-link {
        font-size: 14px;
        line-height: 20px;
    }

    .sorting-link svg {
        width: 20px;
        height: 20px;
    }

    .calculator-wrapper {
        border-radius: 15px;
        padding: 20px;
    }

    .calculator-info__wrapper {
        border-radius: 15px;
        padding: 20px;
    }

    .header .logo-link {
        max-width: 154px;
    }

    .header .logo-link img {
        max-width: 100%;
    }

    .header .dropdown-btn__content {
        left: auto;
        right: 0px;
    }

    .header .dropdown-btn .btn-with-arrow {
        font-size: 12px;
        line-height: 24px;
        padding: 6px 10px;
        padding-right: 20px;
        height: 42px;
    }

    .header .dropdown-btn .btn-with-arrow:before {
        right: 5px;
    }

    .zero-line .search.active .search__input-element {
        width: calc(100vw - 30px);
        max-width: 347px;
    }

    .popup-menu.popup-menu--main .row__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popup-menu.popup-menu--main .row__head {
        display: none;
    }

    .popup-menu.popup-menu--main .popup-menu__element-title {
        font-size: 16px;
        line-height: 24px;
    }

    .popup-menu.popup-menu--main .popup-menu__element-content {
        padding-top: 13px;
    }

    .popup-menu.popup-menu--main .popup-menu__element-content a {
        font-size: 14px;
        line-height: 20px;
        padding: 0px;
    }

    .popup-menu.popup-menu--main .popup-menu__element-content a+a {
        margin-top: 15px;
        padding: 0px;
    }

    .footer {
        margin-top: 20px;
        padding-top: 0px;
        border-top: none;
    }

    .footer__menu-element-dropdown-icon {
        display: inline-block;
    }

    .footer__sub-title {
        font-size: 16px;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__menu-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__menu-links .footer__menu-element {
        padding-right: 0px;
    }

    .footer__menu-element:first-child {
        padding-top: 20px;
    }

    .footer__menu-element {
        max-width: 100%;
        padding-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #E6E6E6;
    }

    .footer__menu-element:first-child {
        border-top: solid 1px #E6E6E6;
    }

    .footer__menu-element.active ul {
        display: block;
    }

    .footer__menu-element ul {
        display: none;
    }

    .footer__menu-element ul li a br {
        display: none;
    }

    .footer__contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        padding-bottom: 0;
    }

    .footer__contacts .footer__sub-title {
        padding-right: 20px;
    }

    .footer__contacts > div {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .footer__phone {
        font-size: 16px;
        line-height: 24px;
    }

    .footer__contacts {
        border-bottom: none;
    }

    .footer__contacts-element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__contacts-element > * {
        width: 100%;
        max-width: 50%;
    }

    .footer__contacts-element .footer__phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__phone-description {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__show-on-map-btn,
    .footer__get-apps {
        margin-top: 0px;
    }

    .footer-information {
        padding-top: 0px;
        border-top: none;
        padding-bottom: 15px;
    }

    .footer-information .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .footer-information .col {
        max-width: 100%;
        padding-right: 10px;
    }

    .footer-information a {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .footer-information__cookie {
        font-size: 12px;
        line-height: 16px;
    }

    .footer-last-line {
        padding-top: 5px;
        padding-bottom: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .footer-last-line__element:first-child {
        max-width: 100%;
    }

    .footer-last-line__element:last-child {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-last-line__element:last-child > span {
        width: 100%;
        max-width: 50%;
    }

    .footer-last-line__element {
        margin-top: 10px;
        max-width: 100%;
    }

    .footer-last-line__created-by {
        margin-top: 0px;
        max-width: 100%;
    }

    .currency-exchange-and-bank-branches .bank-branches-block,
    .currency-exchange-and-bank-branches .currency-exchange-block {
        padding: 24px;
    }

    .currency-exchange-block__title {
        margin-bottom: 20px;
    }

    .currency-exchange-block__update {
        font-size: 12px;
        line-height: 16px;
    }

    .currency-exchange-block__description {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 9px;
    }

    .currency-exchange-block .currency-exchange {
        margin-top: 15px;
        margin-bottom: -5px;
    }

    .currency-exchange {
        font-size: 16px;
        line-height: 24px;
    }

    .currency-exchange__col-title {
        font-size: 14px;
        line-height: 20px;
    }

    .currency-exchange__currency-name:before {
        top: 5px;
    }

    .currency-exchange .col > div {
        margin-bottom: 20px;
    }

    .bank-branches-block__title {
        margin-bottom: 20px;
    }

    .bank-branches-block__content {
        width: 100%;
        max-width: 100%;
    }

    .bank-branches-block__content .btn {
        padding: 16px 24px;
    }

    .bank-branches-block__content .btn {
        width: 100%;
        max-width: 100%;
        padding: 12px 24px;
    }

    .bank-branches-block__content p {
        font-size: 14px;
        line-height: 20px;
    }

    .bank-branches-block__map img {
        max-height: 192px;
    }

    .bank-branches-block__map {
        width: 100%;
        max-width: 100%;
    }

    .bank-branches-block .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .settlement-account-on-favorable-terms {
        margin-top: 0px;
        padding: 24px;
    }

    .settlement-account-on-favorable-terms__content .check-mark-list li {
        line-height: 20px;
        font-size: 14px;
    }

    .settlement-account-order {
        padding: 24px;
    }

    .settlement-account-order h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .settlement-account-order .confidentiality-cb {
        max-width: 100%;
        margin-top: 6px;
    }

    .settlement-account-order .confidentiality-cb span {
        font-size: 10px;
        line-height: 14px;
    }

    .settlement-account-order .form__row {
        gap: 10px;
    }

    .settlement-account-order input.settlement-account-order__submit {
        max-width: 100%;
        margin-top: 6px;
    }

    .deposits-page h1 {
        margin-bottom: 20px;
    }

    .deposits-and-accounts .services-list {
        margin-top: 20px;
    }

    .deposits-and-accounts__nav {
        gap: 10px;
    }

    .deposits-and-accounts__nav .deposits-filter-btn {
        font-size: 14px;
        line-height: 24px;
        height: 46px;
    }

    .deposits-and-accounts h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .deposit-popup {
        max-width: calc(100% - 30px);
        padding: 20px;
    }

    .deposit-popup .title {
        margin-bottom: 10px;
        padding-right: 40px;
    }

    .deposit-popup .sub-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

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

    .deposit-popup .form .btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
    }

    .deposit-popup .confidentiality-cb {
        margin-top: 15px;
    }

    .credits-page-title {
        margin-bottom: 20px;
    }

    .service-element-head {
        padding: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .service-element-head__img-wrapper {
        max-width: 135px;
    }

    .service-element-head__content h1 {
        margin-bottom: 15px;
    }

    .service-element-head__sub-title+ul {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .service-element-head__sub-title {
        font-size: 14px;
        line-height: 20px;
    }

    .service-element-head ul li {
        font-size: 14px;
        line-height: 20px;
        padding-left: 21px;
    }

    .service-element-head ul li:before {
        left: 11px;
        top: 7px;
        width: 4px;
        height: 4px;
    }

    .service-element-head .service-info-table {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .service-element-head .service-info-table .col-name {
        font-size: 12px;
        line-height: 18px;
    }

    .service-element-head .btn {
        margin-top: 15px;
        height: 52px;
        width: 100%;
    }

    .deposit-conditions h2 {
        margin-top: 15px;
        width: 100%;
    }

    .deposits-and-withdrawals .gray-block {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .deposits-and-withdrawals .col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
    }

    .deposits-and-withdrawals .col .marked-text {
        width: 55%;
        max-width: 55%;
        padding-right: 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .deposits-and-withdrawals .col-title {
        font-size: 14px;
        line-height: 20px;
        width: 50%;
        max-width: 50%;
        padding-right: 5px;
    }

    .deposits-and-withdrawals .marked-text {
        padding-left: 25px;
    }

    .deposits-and-withdrawals .marked-text:after {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        left: 5px;
        top: 5px;
    }

    .interest-rates {
        margin-top: 30px;
        max-width: 100%;
    }

    .interest-rates .gray-block {
        padding: 14px;
    }

    .deposit-text-info {
        margin-top: 36px;
    }

    .news-filter {
        gap: 10px;
    }

    .news-filter__elements {
        width: 100%;
        gap: 15px;
    }

    .news-filter__element {
        width: 100%;
        max-width: calc(50% - 8px);
    }

    .news-filter+.news-list {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-filter__drop-filter {
        width: 210px;
        line-height: 32px !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: "NT Somic Bd" !important;
        padding-left: 45px !important;
    }

    .main-news .news-item__title {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .main-news .news-item__text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .main-news__img-wrapper {
        display: none;
    }

    .main-news__content .img-wrapper {
        display: block;
    }

    .news-element {
        padding-bottom: 20px;
    }

    .news-element h1 {
        margin-bottom: 17px;
    }

    .news-element .images-set {
        margin-top: 20px;
    }

    .news-element .socials-row {
        margin-top: 20px;
    }

    .news-element .socials-row .socials {
        width: 100%;
        max-width: 195px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px;
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .news-element .socials-row .socials span {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        text-align: right;
        font-size: 14px;
        line-height: 20px;
    }

    .news-element .socials-row .socials a {
        display: inline-block;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-left: 0px;
    }

    

    .news-block h2 {
        margin-bottom: 20px;
    }

    .news-block--read-more h2 {
        margin-bottom: 20px;
    }

    .news-block--news-element h2 {
        font-size: 18px;
        line-height: 16px;
        letter-spacing: -0.01em;
    }

    .news-item {
        padding: 20px;
        min-height: 110px;
    }

    .news-item__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        letter-spacing: -0.03em;
    }

    .news-list {
        gap: 15px;
    }

    .news-list .pagination {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .all-news-link {
        font-size: 14px;
        line-height: 20px;
    }

    .news-section-title {
        margin-bottom: 20px;
    }

    .news-section-sub-title {
        font-size: 18px;
        line-height: 16px;
        letter-spacing: -0.01em;
        margin-bottom: 10px;
    }

    .info-items-list .info-item {
        max-width: 100%;
    }

    .info-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
    }

    .info-item__title {
        font-size: 30px;
        line-height: 100%;
    }

    .info-item__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .info-item .img-wrapper {
        max-width: 70px;
        height: 70px;
    }

    .info-item .img-wrapper img {
        width: 42px;
        height: 42px;
    }

    .agencies-rating-block {
        margin-top: 0px;
        padding-top: 40px;
    }

    .agencies-rating-block h2 {
        margin-bottom: 20px;
    }

    .agencies-rating-list .agencies-rating-item {
        gap: 48px;
        padding: 20px;
    }

    .agencies-rating-item__sub-title,
    .agencies-rating-item__date {
        font-size: 12px;
        line-height: 20px;
    }

    .agencies-rating-item__title {
        font-size: 30px;
        line-height: 30px;
        margin-top: 15px;
    }

    .agencies-rating-item img {
        max-height: 27px;
    }

    .about-info-items-list {
        padding-bottom: 23px;
    }

    .about-info-items-list .info-item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .about-info-items-list .info-item {
        font-size: 30px;
        line-height: 100%;
    }

    .about-info-items-list .info-item__description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .requisites-list {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .requisite {
        padding: 10px 0px;
    }

    .requisite__name,
    .requisite__val {
        font-size: 14px;
        line-height: 20px;
    }

    .requisite__val {
        margin-top: 5px;
    }

    .requisites-page-title {
        margin-bottom: 20px;
    }

    .centred-content__inner > img {
        max-width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }

    .centred-content__title {
        font-size: 24px;
        line-height: 30px;
    }

    .centred-content__sub-title {
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        max-width: 300px;
    }

    .centred-content a {
        margin-top: 15px;
    }

    .centred-content .row {
        margin-top: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .centred-content .row div {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .locations-head h1 {
        margin-bottom: 15px;
    }

    .locations-head__tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .locations-head__tabs .locations-chose-page {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .locations-head__tabs > .row {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .locations-head .locations-filter {
        margin-top: 15px;
    }

    .locations-head .choosing-city {
        margin-left: 0px;
    }

    .locations-list .location-item+.location-item {
        margin-top: 15px;
    }

    .locations-map iframe {
        height: 360px;
    }

    .locations-chose-page a {
        font-size: 16px;
        line-height: 20px;
    }

    .locations-chose-page a.active {
        font-size: 20px;
        line-height: 24px;
    }

    .locations-filter .search-input input {
        margin-bottom: 5px;
    }

    .locations-filter .search-input .search__btn {
        top: 41%;
    }

    .locations-switch-module+.select {
        margin-right: 10px;
        max-width: 200px;
    }

    .locations-switch-module--tablet {
        display: none;
    }

    .locations-switch-module--dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 50%;
    }

    .choosing-city__current {
        font-size: 16px;
        line-height: 42px;
        letter-spacing: -0.03em;
    }

    .choosing-city__head {
        height: 42px;
        padding-right: 25px;
    }

    .choosing-city__head:after {
        top: 19px;
        right: 0px;
    }

    .choosing-city__list {
        right: auto;
        left: 0px;
        padding: 5px 14px;
    }

    .choosing-city__element {
        font-size: 14px;
        line-height: 20px;
    }

    .storage-conditions h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 20px;
    }

    .storage-conditions h3 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .storage-conditions .dropdown-table+h2,
    .deposit-conditions .dropdown-table+h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .storage-conditions-list.row .storage-conditions-item {
        max-width: 100%;
    }

    .storage-conditions-item {
        padding: 20px;
        gap: 20px;
    }

    .storage-conditions-item .img-wrapper {
        max-width: 70px;
        height: 70px;
    }

    .storage-conditions-item .img-wrapper img {
        width: 42px;
        height: 42px;
    }

    .storage-conditions-item__name {
        font-size: 16px;
        line-height: 20px;
    }

    .storage-conditions-element+.storage-conditions-element {
        margin-top: 30px;
    }

    .storage-conditions-element .marked-text {
        font-size: 14px;
        line-height: 20px;
    }

    .storage-conditions-element .marked-text:after {
        top: 10px;
    }

    .storage-conditions-element.forbidden-element h3 {
        margin-bottom: 15px;
    }

    .storage-conditions-element.forbidden-element .row {
        gap: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .storage-conditions-element.forbidden-element .col {
        max-width: 100%;
    }

    .vacancy-advantage-list.row {
        padding-bottom: 28px;
    }

    .vacancy-advantage-list.row.slick-slider .slick-slide .vacancy-advantage__description {
        font-size: 14px;
        line-height: 20px;
    }

    .vacancy-advantage-list.row .vacancy-advantage-item {
        max-width: 100%;
        padding: 20px;
    }

    .vacancy-advantage-item .img-wrapper img {
        width: 42px;
        height: 42px;
    }

    .vacancy-advantage-item .img-wrapper {
        max-width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .vacancy-advantage-item h3 {
        font-size: 18px;
        line-height: 16px;
    }

    .vacancy-advantage-item__description {
        font-size: 14px;
        line-height: 20px;
    }

    .our-people__content p {
        font-size: 14px;
        line-height: 20px;
    }

    .our-people h2 {
        margin-bottom: 20px;
    }

    .vacancy-block h2 {
        margin-bottom: 15px;
    }

    .vacancy-list.row {
        gap: 15px;
    }

    .vacancy-item {
        padding: 20px;
    }

    .vacancy-item__title {
        font-size: 16px;
        line-height: 20px;
    }

    .vacancy-form-block {
        padding: 24px;
        overflow-x: hidden;
    }

    .vacancy-form-block .form__row {
        gap: 10px;
    }

    .vacancy-form-block .form__row input,
    .vacancy-form-block .form__row label {
        max-width: 100%;
    }

    .vacancy-form-block__title {
        margin-bottom: 10px;
    }

    .vacancy-form-block__description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .vacancy-form-block__confidentiality {
        max-width: 100%;
    }

    .vacancy-form-block__confidentiality .confidentiality-cb label {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .vacancy-popup {
        padding: 20px 15px;
        max-width: 100vw;
        max-height: 100vh;
        width: 100vw;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 0px;
        left: 0px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .vacancy-popup .title {
        max-width: 300px;
    }

    .vacancy-popup__content.row .col:last-child .vacancy-popup-element {
        max-width: 100%;
    }

    .vacancy-popup .popup__body {
        padding-right: 10px;
        max-height: calc(100vh - 30px);
        max-height: calc(100dvh - 30px);
    }

    .vacancy-popup-element__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vacancy-popup-element__dropdown-arrow {
        display: block;
        -webkit-transition: -webkit-transform linear 0.3s;
        transition: -webkit-transform linear 0.3s;
        transition: transform linear 0.3s;
        transition: transform linear 0.3s, -webkit-transform linear 0.3s;
    }

    .vacancy-popup-element__dropdown-arrow svg {
        display: block;
    }

    .vacancy-popup-element.active .vacancy-popup-element__dropdown-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .vacancy-popup-element ul {
        display: none;
    }

    .vacancy-popup-element.active ul {
        display: block;
    }

    .main-banner.main-banner--vacancy {
        min-height: 551px;
    }

    .main-banner.main-banner--vacancy .container {
        padding-bottom: 40px;
        min-height: 551px;
    }

    .main-banner.main-banner--vacancy .main-banner__img-wrapper {
        max-width: 100%;
    }

    .vacancy-page-title {
        margin-bottom: 20px;
    }

    .information-disclosure {
        padding-bottom: 20px;
    }

    .information-disclosure__tabs-element {
        font-size: 14px;
        line-height: 20px;
    }

    .information-disclosure__year {
        display: none;
    }

    .information-list--sorting {
        margin-top: 20px;
    }

    .information-list--sorting .information-item+.information-item {
        margin-top: 15px;
    }

    .yeas-slider__element {
        font-size: 20px;
        line-height: 24px;
    }

    .yeas-slider__element--all {
        font-size: 15px;
        line-height: 1.25;
        white-space: nowrap;
    }

    .information-disclosure-page-description h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .information-disclosure-page-description p {
        margin-top: 15px;
    }

    .information-disclosure-page-description {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .RKO-tariffs-table__footer {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        gap: 0px;
        margin-top: 20px;
    }

    .RKO-tariffs-table__footer .info-note {
        font-size: 14px;
        line-height: 20px;
        padding-left: 40px;
    }

    .RKO-tariffs-table__footer .info-note:after {
        top: 4px;
    }

    .RKO-tariffs-table__footer .btn {
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
    }

    .RKO-tariffs-table__footer .info-note {
        max-width: 100%;
    }

    .RKO-tariffs-table__row {
        row-gap: 15px;
        padding: 20px;
    }

    .RKO-tariffs-table__col-name {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.01em;
    }

    .RKO-tariffs-table__col-value {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.01em;
        margin-top: 5px;
    }

    .RKO-tariffs-table__col--head {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }

    .RKO-tariffs-element__part.RKO-tariffs-table__col--head {
        gap: 20px;
    }

    .RKO-tariffs-element+.RKO-tariffs-element {
        margin-top: 20px;
    }

    .RKO-tariffs-element__icon {
        max-width: 70px;
        height: 70px;
        width: 100%;
    }

    .RKO-tariffs {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .RKO-tariffs-page-header {
        margin-bottom: 20px;
    }

    .RKO-tariffs__wrapper {
        display: none;
    }

    .RKO-tariffs__table-head {
        font-size: 16px;
        line-height: 20px;
    }

    .RKO-tariffs__table-section-title {
        font-size: 16px;
        line-height: 20px;
    }

    .RKO-tariffs__open-account-btn {
        margin-top: 15px;
        width: 100%;
        max-width: 100%;
        height: 52px;
    }

    .RKO-tariffs__dropdown-table {
        display: block;
    }

    .RKO-tariffs__dropdown-table .dropdown-table__row-description {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.01em;
        color: #252628;
    }

    .RKO-tariffs__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .RKO-tariffs__header .select,
    .RKO-tariffs__header .btn {
        width: 100%;
        max-width: 100%;
        height: 52px;
    }

    .RKO-tariffs > h2 {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }

    .service-element-head--rko-element .service-info-table > .col {
        max-width: calc(50% - 7px) !important;
        padding-right: 10px !important;
    }

    .service-element-head--rko-element .service-info-table > .col:last-child {
        max-width: 200px !important;
        padding-right: 0px !important;
    }

    .tariff-terms {
        padding: 20px;
    }

    .tariff-terms__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0px;
    }

    .tariff-terms__row span {
        font-size: 14px;
        line-height: 20px;
    }

    .tariff-terms__row b {
        min-width: 100px;
        max-width: 100px;
        font-size: 14px;
        line-height: 20px;
    }

    .tariff-info-table {
        padding: 20px;
    }

    .tariff-info-table__row-name,
    .tariff-info-table__row-value {
        font-size: 14px;
        line-height: 20px;
    }

    .service-element-head--rko-element .service-info-table {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-element-head--rko-element .service-info-table .col {
        width: 100%;
        max-width: calc(50% - 5px);
        padding-right: 0px;
    }

    .service-element-head--rko-element .service-element-head__content h1 {
        display: none;
    }

    .service-element-head--rko-element .col-name {
        margin-bottom: 5px;
    }

    .service-element-head--rko-element .service-element-head__img-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        max-width: 100%;
        width: 100%;
    }

    .service-element-head--rko-element .service-element-head__img-wrapper img {
        width: 75px;
        max-width: 75px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .service-element-head--rko-element .service-element-head__img-wrapper .h1 {
        display: block;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0px;
        min-width: 0;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .rko-popup {
        padding: 20px;
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 68px);
    }

    .rko-popup__title {
        margin-bottom: 15px;
    }

    .rko-popup__sub-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #363636;
        max-width: 200px;
    }

    .rko-popup__section-1 {
        padding-bottom: 20px;
    }

    .rko-popup__section-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .rko-popup__form-row {
        gap: 15px;
    }

    .rko-popup__form-element {
        max-width: 100%;
    }

    .rko-popup__form-element-name {
        font-size: 12px;
        line-height: 14px;
        color: #363636;
        margin-bottom: 7px;
    }

    .rko-popup__form-element--office {
        max-width: 100%;
    }

    .rko-popup__form-element > input {
        font-size: 14px;
    }

    .rko-popup__form-element .custom-select__current {
        font-size: 14px;
    }

    .rko-popup__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 0;
    }

    .rko-popup__load-file-btn+span {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.02em;
        margin-top: 5px;
    }

    .rko-popup__submit-btn {
        margin-bottom: 5px;
    }

    .rko-popup .deposit-reserve-cb label {
        font-size: 12px;
        line-height: 14px;
        padding-left: 26px;
    }

    .rko-popup .deposit-reserve-cb label:after {
        font-size: 1px;
        height: 16px;
        width: 16px;
        top: 0px;
    }

    .rko-popup .confidentiality-cb label {
        padding-left: 26px;
    }

    .rko-popup .confidentiality-cb span {
        font-size: 10px;
        line-height: 14px;
    }

    .offers--rko .offers-item {
        padding: 20px;
    }

    .offers--rko .offers-item .offers-item__img-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 110px;
    }

    .offers--rko .offers-item .offers-item__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.01em;
        max-width: 131px;
    }

    .rko-page-title {
        margin-bottom: 20px;
    }

    .rko-page-sub-title {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.01em;
    }

    .RKO-tariffs-page-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .service-element-head--rko-element .service-element-head__content {
        margin-top: -10px;
    }

    .coin-item {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    .coin-item__img-wrapper {
        width: 100%;
        max-width: 150px;
    }

    .coin-item__name {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .coin-item__info-list p {
        font-size: 14px;
        line-height: 20px;
    }

    .coin-item__content {
        width: 100%;
        max-width: 100%;
        height: auto;
        gap: 5px;
    }

    .coin-item .coin-item__link {
        margin-top: 15px;
        font-size: 16px;
        font-family: "NT Somic Med";
    }

    .coin-info-table.row {
        margin-top: 10px;
    }

    .coin-info-table .col-name {
        font-size: 14px;
        line-height: 20px;
    }

    .new-coins .slider-arrows {
        display: none;
    }

    .new-coins h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .new-coins-slider {
        padding-bottom: 23px;
    }

    .new-coins-slider .slick-list {
        padding-right: 0px;
    }

    .new-coins-slider .slick-track .slick-slide {
        margin: 0;
    }

    .new-coins-slider .coin-item {
        gap: 15px;
    }

    .new-coins-slider .slick-dots {
        gap: 10px;
    }

    .coins-advantages {
        padding-top: 40px;
        margin-top: 0px;
    }

    .coins-advantages h2 {
        letter-spacing: -0.01em;
        font-size: 20px;
        line-height: 26px;
    }

    .coins-advantages .advantages-list.row .advantage-item {
        padding: 20px;
    }

    .coins-advantages h2 {
        padding-right: 40px;
        margin-bottom: 15px;
    }

    .coins-advantages .advantage-item__description {
        margin-top: 36px;
    }

    .coins-advantages-promo {
        padding: 24px;
        margin-top: 15px;
        gap: 15px;
    }

    .coins-advantages-promo .coins-advantages-promo__title {
        margin-bottom: 15px;
    }

    .coins-advantages-promo__description {
        font-size: 14px;
        line-height: 20px;
    }

    .coins-advantages-promo h2.coins-advantages-promo__title {
        padding-right: 50px;
    }

    .coins-list.row {
        gap: 15px;
    }

    .coins-list.row .coin-item {
        max-width: 100%;
    }

    .manager-help-and-memo .block-with-icon-in-head {
        padding: 20px;
    }

    .manager-help-and-memo .block-with-icon-in-header__content h2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        gap: 10px;
    }

    .manager-help-and-memo .block-with-icon-in-header__content p {
        letter-spacing: 0.4px;
    }

    .manager-help-and-memo .block-with-icon-in-head__download-btn {
        height: 52px;
        line-height: 30px;
    }

    .coins-find-on-map {
        padding: 20px;
    }

    .coins-find-on-map__title {
        margin-bottom: 15px;
    }

    .coins-find-on-map p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .coins-find-on-map .btn {
        margin-top: 15px;
        height: 52px;
        line-height: 30px;
    }

    .coin-element__content {
        padding: 24px;
    }

    .coin-element__title {
        margin-bottom: 0px;
    }

    .coin-element-slider-wrapper > .row {
        gap: 26px;
    }

    .coin-element-slider-wrapper .coin-element-nav-slider {
        max-width: 66px;
    }

    .coin-element-slider-wrapper .coin-element-nav-slider__element {
        padding: 8px;
        max-width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }

    .coin-element-slider-wrapper .coin-element-main-slider {
        max-width: calc(100% - 92px);
    }

    .coin-element-slider-wrapper__price-row {
        padding: 10px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .coin-element-slider-wrapper__price-row .value {
        font-size: 20px;
        line-height: 20px;
    }

    .coin-element-info {
        padding-left: 0px;
        padding-top: 0px;
    }

    .coin-element-info h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .coin-element-info__table-row {
        padding: 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .coin-element-info__table-row .name {
        max-width: 190px;
    }

    .coin-element-description {
        padding-left: 0px;
    }

    .coin-element-description__title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .coin-element-description__text {
        font-size: 14px;
        line-height: 20px;
    }

    .coin-element-description .coin-element-description__text+.coin-element-description__title {
        margin-top: 20px;
    }

    .pick-up-coin__title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }

    .pick-up-coin__list .coin-item__img-wrapper {
        max-width: 150px;
        width: 100%;
    }

    .pick-up-coin__filter {
        gap: 15px;
    }

    .pick-up-coin__filter-element .select {
        font-size: 14px;
        line-height: 20px;
    }

    .pick-up-coin__filter-element .select .custom-select__current {
        height: auto;
    }

    .pick-up-coin__filter-element-name {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .pick-up-coin__filter-element--price {
        max-width: 100%;
    }

    .pick-up-coin__filter-element--alloy {
        max-width: calc(100% - 140px);
    }

    .pick-up-coin__filter-element--value {
        max-width: 125px;
    }

    .pick-up-coin__filter-element--series {
        max-width: 100%;
    }

    .new-coins-slider .coin-item {
        gap: 20px;
    }

    .new-coins-slider .coin-item__img-wrapper {
        max-width: 150px;
    }

    .coins-main-title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 24px;
    }

    .calculator-range__name {
        white-space: nowrap;
        padding-left: 20px;
    }

    .calculator-range__header {
        padding: 10px 0px;
    }

    .range-element__input-container {
        padding-right: 20px;
    }

    .calculator-range__value-input {
        min-width: 164px;

    }

    /* Подписи шкалы на узких экранах слипались в сплошную строку */
    .range-element__scale {
        gap: 3px;
    }

    .range-element__scale div {
        font-size: 10px;
        line-height: 14px;
    }

    .calculator-range__name {
        font-size: 14px;
        line-height: 20px;
    }

    .settlement-account-on-favorable-terms .row {
        gap: 23px;
    }

    .calculator-info__element-name {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .block-link .btn {
        line-height: 34px;
    }

    .compliance-cards .compliance-card {
        background-repeat: 15px;
        padding: 20px;
    }

    .service-item--deposit .service-info-table {
        font-size: 16px;
        line-height: 24px;
    }

    .service-item--deposit .service-info-table .col-name {
        font-size: 14px;
        line-height: 20px;
    }

    .service-item+.service-item {
        margin-top: 15px;
    }

    .deposits-and-accounts .service-item .service-item__inner {
        gap: 0px;
        border-radius: 15px;
    }

    .deposits-and-accounts .service-item .service-item__head {
        align-items: center;
        margin-bottom: 20px;
    }

    .deposits-and-accounts .service-item .service-item__btns-wrapper .btn {
        max-width: 100% !important;
    }

    .deposits-and-accounts .service-item .service-item__img-wrapper img {
        margin-top: 0;
    }

    .deposit-conditions ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .deposit-conditions ul li+li {
        margin-top: 10px;
    }

    ul li:before {
        width: 5px;
        height: 5px;
        top: 7px;
    }

    .block-with-icon-in-head .img-wrapper {
        min-width: 70px;
        max-width: 70px;
        border-radius: 14px;

    }

    .new-coins-slider .coin-item__img-wrapper {
        display: block !important;
        max-width: 100% !important;
    }

    .vacancy-item .address {
        padding-left: 23px;
        font-size: 14px;
        line-height: 20px;
    }

    .vacancy-item .single-arrow-icon {
        border-radius: 5px;
    }

    .vacancy-list.row .vacancy-item {
        border-radius: 15px;
    }

    .vacancy-form-block {
        border-radius: 15px;
    }

    .vacancy-popup-element button {
        width: 100%;
        max-width: 100%;
    }

    .locations-filter form {
        margin-bottom: 20px;
    }

    .location-item {
        border-radius: 15px;
    }

    .calculator-wrapper--RKO .calculator-info__elements-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .calculator-info__product-name--RKO {
        font-size: 32px;
        line-height: 32PX;
    }

    .calculator-wrapper--RKO .calculator-info__element-value {
        font-size: 24px;
        line-height: 30px;
    }

    .calculator-wrapper--RKO .calculator-info__element {
        width: 100%;
        max-width: 100%;
    }

    .calculator-wrapper--RKO .calculator-info__submit {
        display: inline-block;
    }

    .rko-popup__file-name+span {
        font-size: 10px;
        line-height: 14px;
    }

    .rko-popup {
        overflow-x: hidden;
    }

    .vacancy-form-block--feedback-page {
        margin-top: 20px;
    }

    .feedback-page-text {
        font-size: 14px;
    }

    .service-item--deposit .service-item__btns-wrapper{
        margin-top: 15px;
    }
    
    .footer .footer__show-on-map-btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .offers-item--md-1 {
        max-height: 245px;
        min-height: 60px;
    }
    .bank-card-description-block{
        flex-wrap: wrap;
    }
    .AUSN-more-info .advantage-item{
        flex-wrap: wrap;
        gap: 15px;
    }
    .AUSN-more-info .advantage-item p{
        margin-bottom: 0px;
    }
    .contacts-item{
        padding: 20px;
        border-radius: 13px;
    }
    .contacts-item__description{
        margin-top: 15px;
    }
    .contacts-item__description .btn{
        line-height: 32px;
    }

    .main-banner__content p+a.btn{
        line-height: 240%;
    }
    .bank-branches-block__content .btn,
    .block-link .btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .calculator-wrapper--RKO .calculator-range__name{
        white-space: normal;
    }
    .calculator-wrapper--RKO .calculator-range__value-input {
        min-width: 154px;
        font-size: 22px;
    }
    .calculator-wrapper--RKO .calculator-range__header {
        padding: 10px 0px 25px;
    }
    .calculator-info__element .btn-transparent,
    .calculator-info__element .open-account-btn{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


@media (max-width: 450px) {
    .service-info-table {
        gap: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .locations-filter form .btn {
        margin-left: 0px;
        margin-right: 0px;
    }

    .locations-switch-module--dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .locations-switch-module--dt a.btn {
        padding: 11px 13px;
    }

    a.btn,
    input[type=submit],
    button {
        height: 52px;
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 170%;
    }

    .bank-branches-block__content .btn {
        height: 52px;
        line-height: 170%;
    }

    .main-banner__content p+.btn {
        line-height: 100%;
    }
    .main-banner__content p+a.btn {
        line-height: 200%;
    }


    .calculator-info__product-name {
        font-size: 16px;
        line-height: 20px;
    }

    .calculator-info__element-name {
        font-size: 14px;
        line-height: 18px;
    }

    .calculator-info__elements-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .deposit-calculator .range-element__scale {
        display: none !important;
    }

    .pick-up-coin__filter-sort-link svg {
        width: 7px;
    }
    .contacts-item__description .btn{
        line-height: 26px;
    }
    .coin-item .coin-item__link{
        line-height: 100%;
    }

    .calculator-range__value-input {
        min-width: 135px;
    }
    .calculator-range__value-input{
        font-size: 22px;
    }

    
    .calculator-wrapper--RKO .calculator-range__header{
        flex-direction: column;
        text-align: left;
        justify-content: left;
        align-items: flex-start;
        padding: 10px 0px;
    }
    .calculator-wrapper--RKO .calculator-range__value-input {
        text-align: left;
        padding: 0 15px;
    }
    .calculator-wrapper--RKO .calculator-range__name {
        padding: 0px 15px;
    }
    

    

}

@media (max-width: 375px) {
    .footer__phone {
        font-size: 15px;
    }

    .footer .footer__show-on-map-btn {
        font-size: 16px !important;
        line-height: 24px;
        width: 180px;
        height: 52px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .calculator-range__value-input {
        min-width: 100%;
        font-size: 19px;
        line-height: 30px;
    }

    .calculator-range__name {
        font-size: 14px;
        line-height: 20px;
    }

    .range-element__scale .scale-label {
        font-size: 9px;
        line-height: 10px;
    }

    .calculator-info__elements-row {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .news-block .link-with-arrow {
        font-size: 14px;
    }

    .calculator-info__element-value{
        font-size: 27px;
        line-height: 27px;
    }

    .pick-up-coin__filter-element--actions .btn-transparent{
        position: relative;
        padding-left: 25px;
            white-space: normal;
        line-height: 100%;
        text-align: center;
    }
    .pick-up-coin__filter-element--actions .btn-transparent > span{
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

}


@media (max-width: 359px) {
    .coin-info-table.row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .coin-info-table.row .col {
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .pick-up-coin__list .coin-item .coin-info-table .col {
        width: 100%;
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 345px) {
    .coin-element__content {
        padding: 15px;
    }
}

@media (max-width: 330px) {
    .header .logo-link img {
        max-width: 113px;
    }

    .menu-list {
        gap: 10px;
    }

    .zero-line .search {
        min-width: 31px;
    }

    .currency-exchange__currency-name {
        font-size: 14px;
    }

    .currency-exchange__currency-name:before {
        top: 7px;
        border-bottom: 9px solid black;
        right: 4px;
    }
}

@media (max-width: 325px) {
    .footer .footer__show-on-map-btn {
        font-size: 13px !important;
        line-height: 20px;
        width: 180px;
        height: 52px;
        padding-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 12px;
    }
    .footer__phone {
        font-size: 13px;
        padding-left: 20px;
    }
    .footer__phone img{
        width: 15px;
    }
    .calculator-range__name{
        padding-left: 10px;
    }
    .range-element__input-container{
        padding-right: 10px;
    }
    .calculator-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
    .calculator-info__element-value {
        font-size: 25px;
        line-height: 25px;
    }
}

.RKO-tariffs--title {
    display: flex;
    justify-content: space-between;
}

.form__row--readonly {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1rem;
    margin-bottom: 0.75rem;
}

.form__row--readonly .form__label {
    margin: 0;
    font-weight: 500;
    min-width: 140px;
}

.form__readonly-value {
    color: #333;
}

.form__section--readonly {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.form__section--toggles .form__row--checkbox {
    margin-bottom: 0.5rem;
}

.calculator-info__submit {
    height: 58px;
    padding: 16px 24px;
    width: fit-content;
    white-space: nowrap;
    line-height: 120%;
    border-radius: 6px;
}

/* Coins list card layout override for pages/monety_list.php */
.pick-up-coin__list.coins-list.row {
    gap: 16px;
}

.pick-up-coin__list .coin-item {
    width: 100%;
    max-width: calc((100% - 48px) / 4);
    min-height: 0;
    height: auto;
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
    border-radius: 20px;
}

.pick-up-coin__list .coin-item__img-wrapper {
    width: 285px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.pick-up-coin__list .coin-item__img-wrapper img {
    width: 135px;
    height: 135px;
    max-width: 135px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    flex: 0 0 135px;
}

.pick-up-coin__list .coin-item__content {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.pick-up-coin__list .coin-item__content-section {
    display: flex;
    flex-direction: column;
}

.pick-up-coin__list .coin-item__content-section:first-child {
    gap: 20px;
}

.pick-up-coin__list .coin-item__content-section:last-child {
    margin-top: auto;
}

.pick-up-coin__list .coin-item__name {
    margin-bottom: 0;
    min-height: 56px;
    font-size: 22px;
    line-height: 28px;
    font-family: "NT Somic Med";
}

.pick-up-coin__list .coin-item__info-list {
    font-size: 14px;
    line-height: 18px;
}

.pick-up-coin__list .coin-item__info-list p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.pick-up-coin__list .coin-item__info-list b {
    font-family: "NT Somic Bd";
}

.pick-up-coin__list .coin-item .coin-info-table.row {
    width: 100%;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    align-items: end;
}

.pick-up-coin__list .coin-item .coin-info-table .col {
    width: 100%;
    max-width: none;
    min-width: 0;
}

.pick-up-coin__list .coin-item .coin-info-table .col-name {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #252628;
}

.pick-up-coin__list .coin-item .coin-info-table .col-value {
    font-size: 14px;
    line-height: 26px;
    font-family: "NT Somic Bd";
    white-space: nowrap;
}

.pick-up-coin__list .coin-item .coin-item__link {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 16px 24px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    font-family: "NT Somic Med";
    text-align: center;
}

.coin-element-slider-wrapper .coin-element-nav-slider__container {
    max-height: 448px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.coin-element-slider-wrapper .coin-element-nav-slider__container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.coin-element-slider-wrapper .coin-element-nav-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    color: #9DA3AE;
    cursor: pointer;
    transition: color linear 0.2s, transform linear 0.2s;
}

@media (max-width: 767px) {
    .pick-up-coin__filter-sort {
        gap: 12px 18px;
        margin-top: 20px;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .pick-up-coin__filter-sort-link {
        gap: 10px;
    }

    .pick-up-coin__filter-sort-link svg {
        width: 10px;
    }
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn.is-hidden {
    display: none;
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn:hover {
    color: #6B7280;
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn:active {
    transform: translateY(1px);
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn--up {
    margin-bottom: 8px;
}

.coin-element-slider-wrapper .coin-element-nav-slider__scroll-btn--down {
    margin-top: 8px;
}

@media (max-width: 1366px) {
    .pick-up-coin__list .coin-item {
        max-width: calc((100% - 32px) / 3);
    }
}

@media (max-width: 991px) {
    .pick-up-coin__list .coin-item {
        max-width: calc((100% - 16px) / 2);
    }
}

@media (max-width: 768px) {
    .pick-up-coin__list .coin-item {
        max-width: 100%;
        min-height: 0;
        height: auto;
        padding: 24px;
        gap: 20px;
    }

    .pick-up-coin__list .coin-item__img-wrapper {
        width: 285px;
        margin: 0 auto;
    }

    .pick-up-coin__list .coin-item__img-wrapper img {
        width: 135px;
        height: 135px;
        max-width: 135px;
        flex-basis: 135px;
    }

    .pick-up-coin__list .coin-item__name {
        min-height: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .pick-up-coin__list .coin-item .coin-info-table.row {
        grid-template-columns: max-content max-content minmax(0, 1fr);
        gap: 6px;
        justify-content: space-between;
    }

    .pick-up-coin__list .coin-item .coin-info-table .col-name {
        font-size: 13px;
        line-height: 16px;
    }

    .pick-up-coin__list .coin-item .coin-info-table .col-value {
        font-size: 16px;
        line-height: 22px;
    }

    .pick-up-coin__list .coin-item .coin-info-table .col:last-child .col-value {
        white-space: normal;
    }

    .calculator-info__submit {
        height: 56px;
        padding: 16px 24px;
    }
    .to-top-btn{
        right: 25px;
        bottom: 25px;
    }
    .contacts-item {
        display: block;
    }
}


@media (max-width: 480px) {
    .pick-up-coin__list.coins-list.row {
        gap: 15px;
    }

    .pick-up-coin__list .coin-item {
        min-height: 0;
        padding: 24px 24px 24px;
    }

    .pick-up-coin__list .coin-item__content {
        gap: 16px;
    }

    .pick-up-coin__list .coin-item__content-section:first-child {
        gap: 16px;
    }

    .pick-up-coin__list .coin-item .coin-item__link {
        margin-top: 20px;
    }

    .calculator-info__submit {
        height: 52px;
        padding: 12px 24px;
        line-height: 130%;
    }
    .to-top-btn{
        right: 15px;
        bottom: 15px;
    }
    .to-top-btn__inner{
        width: 44px;
        height: 44px;
    }
    .to-top-btn__inner svg{
        height: 8px;
    }
}

@media(max-width:410px){
    .service-item__btns-wrapper .btn{
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* === Новинки: аверс + реверс в карточке слайдера === */
.new-coins-slider .coin-item {
    align-items: stretch;
}

.new-coins-slider .coin-item__img-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 192px;
    align-self: stretch;
}

.new-coins-slider .coin-item__img-wrapper img {
    width: 100%;
    flex: 1 1 0;
    min-height: 0;
    object-fit: contain;
    display: block;
}

/* === Набор монет: сетка аверсов из поля COIN_KIT_PICTURES === */
.pick-up-coin__list .coin-item__img-wrapper--kit {
    width: 100%;
    max-width: 100%;
}

.coin-kit-grid {
    display: grid;
    gap: 9px;
    width: 100%;
}

.coin-kit-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}
.coin-kit-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.coin-kit-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.coin-kit-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

.pick-up-coin__list .coin-item__img-wrapper--kit .coin-kit-grid__item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

/* === Предложения для вас === */
.offers-for-you h2 {
    margin-bottom: 50px;
}

.offers-for-you__list {
    display: flex;
    gap: 30px;
}

.offers-for-you__item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    width: calc(50% - 15px);
    flex-shrink: 0;
    color: #252628;
    transition: all linear 0.3s;
}

.offers-for-you__item:hover {
    color: #252628;
}

.offers-for-you__img-wrapper {
    flex-shrink: 0;
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offers-for-you__img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.offers-for-you__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
    height: 100%;
}

.offers-for-you__content h3,
.offers-for-you__content h4 {
    margin-bottom: 0;
}

.offers-for-you__content-inner{
    display: flex; 
    flex-direction: column; 
    gap: 18px; 
    width: fit-content;
}

.offers-for-you__info-table {
    font-size: 17px;
    line-height: 26px;
    gap: 30px;
}

.offers-for-you__info-table .col-name {
    font-size: 14px;
}

.offers-for-you__btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.offers-for-you__btns .btn {
    white-space: nowrap;
}

@media (max-width: 1240px) {
    .offers-for-you__list {
        flex-wrap: wrap;
    }

    .offers-for-you__item {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .offers-for-you h2 {
        margin-bottom: 20px;
    }

    .offers-for-you__item {
        padding: 20px;
        gap: 15px;
    }

    .offers-for-you__img-wrapper {
        width: 90px;
        height: 90px;
    }

    .offers-for-you__content {
        gap: 12px;
    }

    .offers-for-you__content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .offers-for-you__btns {
        flex-direction: column;
        gap: 10px;
    }

    .offers-for-you__btns .btn {
        text-align: center;
    }
    .offers-for-you__content{
        width: 100%;
    }
    .offers-for-you__btns{
        width: 100%;
    }
    .offers-for-you__btns .btn{
        width: 100%;
    }

    .offers-for-you__content-inner{
        width: 100%;
    }

}

@media(max-width:450px){
    .offers-for-you__info-table{
        flex-direction: column;
        gap: 10px;
    }
}

/* Карточки подразделов раздела «Комплаенс» (компонент bitrix:menu / шаблон compliance_cards) */
.compliance-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.compliance-cards .compliance-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    min-height: 200px;
    text-decoration: none;
    color: inherit;
    transition: all linear 0.3s;
}

.compliance-cards .compliance-card:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 44.5px rgba(130, 130, 130, 0.25);
}

.compliance-cards .compliance-card__title {
    font-family: "NT Somic Med";
    font-size: 22px;
    line-height: 28px;
}

.compliance-cards .compliance-card .link-with-arrow {
    align-self: flex-end;
    margin-top: auto;
    font-size: 16px;
    line-height: 24px;
    gap: 10px;
}

.compliance-cards .compliance-card .link-with-arrow svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .compliance-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .compliance-cards .compliance-card {
        min-height: 0;
        gap: 24px;
    }
}
/* Аккордеон (acc-wrap): общие стили для страниц и контента из инфоблоков */
.acc-wrap {
    width: 100%;
    margin: 1.5rem 0;
}

.acc {
    background: transparent;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.acc-item {
    border-radius: 14px;
    border-bottom: none;
    overflow: hidden;
}

.acc-item + .acc-item {
    margin-top: 20px;
}

.acc-trigger {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
    gap: 12px;
    background-color: #f5f5f3;
    border-radius: 14px;
}

.acc-trigger:hover {
    background: rgba(0, 0, 0, 0.03);
}

.acc-trigger-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.4em;
    font-weight: 700;
    color: inherit;
    line-height: 1.4;
    overflow-wrap: break-word;
}

.acc-arrow {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
    color: #008000;
}

.acc-arrow svg {
    width: 26px;
    height: 26px;
}

.acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.acc-inner {
    padding: 0 20px 20px;
}

.acc-item.open .acc-arrow {
    transform: rotate(180deg);
}

.acc-item.open .acc-body {
    max-height: 9000px;
}

.acc-item.open {
    background: #fff;
    border-bottom: none;
    box-shadow: none;
}

.acc-item.open .acc-trigger {
    border-radius: 14px 14px 0 0;
}

.acc-item.open .acc-body {
    background: #fff;
    border-radius: 0 0 14px 14px;
}

.acc-item.open .acc-inner {
    background: #fff;
    border-radius: 0 0 14px 14px;
}

.acc-inner ul,
.acc-inner ol {
    margin: 0;
    padding-left: 1.5em;
    list-style-position: outside;
}

.acc-inner ul {
    list-style-type: disc;
}

.acc-inner ol {
    list-style-type: decimal !important;
}

.acc-inner li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.acc-inner ul ul,
.acc-inner ol ul,
.acc-inner ul ol,
.acc-inner ol ol {
    margin: 6px 0 6px 0;
    padding-left: 1.5em;
}

.acc-inner ul ul {
    list-style-type: disc;
}

.acc-inner ul ul ul {
    list-style-type: square;
}

.acc-inner li::marker {
    color: initial;
    font-size: inherit;
}

.acc-inner li:before {
    display: none;
}

.acc-inner li {
    display: list-item;
}

@media (max-width: 480px) {
    /* body-префикс поднимает специфичность над инлайновыми <style>-копиями в контенте инфоблоков */
    body .acc-wrap {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-right: -14px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    body .acc-trigger {
        padding: 16px 16px;
        gap: 8px;
    }

    body .acc-trigger-title {
        font-size: 1.2em;
        line-height: 1.35;
    }

    body .acc-item .acc-arrow {
        width: 18px;
        height: 18px;
    }

    body .acc-inner {
        padding: 0 14px 16px;
    }
}

/* ------------------------------------------------------------------
   Страница поиска по сайту (/search/)
   ------------------------------------------------------------------ */

.page-search {
    margin-bottom: 80px;
}

.page-search__title {
    margin-bottom: 12px;
}

.page-search__query {
    font-family: "NT Somic";
    font-size: 20px;
    line-height: 30px;
    color: #6E7279;
    margin-bottom: 32px;
}

.page-search__query b {
    color: #252628;
}

.page-search__prompt {
    color: #6E7279;
}

/* --- Форма поиска --- */

.search-page-form {
    margin-bottom: 40px;
}

.search-page-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
}

.search-page-form__field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.search-page-form__icon {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    pointer-events: none;
    opacity: 0.5;
}

.search-page-form__input {
    width: 100%;
    height: 64px;
    font-family: "NT Somic";
    font-size: 18px;
    line-height: 26px;
    padding: 0 52px;
    border: solid 1px #E6E7E9;
    border-radius: 6px;
    background: #FFFFFF;
    -webkit-transition: border-color linear 0.2s;
    transition: border-color linear 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.search-page-form__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search-page-form__input::-webkit-input-placeholder {
    color: #9A9EA5;
}

.search-page-form__input::-moz-placeholder {
    color: #9A9EA5;
}

.search-page-form__input:-ms-input-placeholder {
    color: #9A9EA5;
}

.search-page-form__input::placeholder {
    color: #9A9EA5;
}

.search-page-form__input:focus {
    border-color: #069347;
}

.search-page-form__clear {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-family: "NT Somic";
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #9A9EA5;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.search-page-form__clear:hover {
    background-color: #EDEEF0;
    color: #252628;
}

.search-page-form__clear.is-hidden {
    display: none;
}

.search-page-form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 64px;
    padding: 0 40px;
    border-radius: 6px;
    font-family: "NT Somic Med";
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

/* --- Результаты --- */

.search-page__notice,
.search-page__message,
.search-page__hint {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.search-page__notice {
    font-size: 18px;
    line-height: 28px;
}

.search-page__notice a {
    color: #069347;
    border-bottom: solid 1px rgba(6, 147, 71, 0.4);
}

.search-page__message p,
.search-page__hint p,
.search-page__hint li {
    font-size: 18px;
    line-height: 28px;
    color: #6E7279;
    margin-bottom: 10px;
}

.search-page__message .search-page__message-title,
.search-page__hint .search-page__hint-title {
    font-family: "NT Somic Med";
    font-size: 24px;
    line-height: 32px;
    color: #252628;
    margin-bottom: 12px;
}

.search-page__hint-list li:last-child {
    margin-bottom: 0;
}

.search-results__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 24px;
}

.search-results__count {
    font-family: "NT Somic";
    font-size: 18px;
    line-height: 28px;
    color: #6E7279;
}

.search-results__count b {
    color: #252628;
}

.search-results__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.search-results__sort-label {
    color: #9A9EA5;
}

.search-results__sort-item {
    padding: 6px 14px;
    border-radius: 6px;
    color: #6E7279;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

a.search-results__sort-item:hover {
    color: #069347;
    background-color: #F1F7F3;
}

.search-results__sort-item--active {
    font-family: "NT Somic Med";
    color: #252628;
    background-color: #F1F1F1;
}

.search-results {
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

/* глобальные ul li получают маркер-точку через :before — на выдаче он не нужен */
ul.search-results li.search-results__item {
    padding-left: 0;
    list-style: none;
}

ul.search-results li.search-results__item:before {
    display: none;
    content: none;
}

.search-results__item + .search-results__item {
    border-top: solid 1px #EDEEF0;
}

.search-results__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    /* отступ по вертикали, чтобы фон ховера не прилипал к линиям-разделителям */
    margin: 8px -24px;
    border-radius: 12px;
    color: #252628;
    text-decoration: none;
    -webkit-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
}

.search-results__link:hover {
    background-color: #F8F8F8;
}

.search-results__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 105px;
    overflow: hidden;
}

.search-results__pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.search-results__body {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.search-results__path {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #9A9EA5;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-results__title {
    display: block;
    font-family: "NT Somic Med";
    font-size: 24px;
    line-height: 32px;
    color: #252628;
    margin-bottom: 10px;
    -webkit-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.search-results__link:hover .search-results__title {
    color: #069347;
}

/* подсветка найденных слов — Bitrix оборачивает совпадения в <b> */
.search-results__title b {
    font-family: inherit;
    font-weight: normal;
    color: #069347;
}

.search-results__text b {
    font-family: "NT Somic Med";
    font-weight: normal;
    color: #069347;
}

.search-results__text {
    display: block;
    font-size: 17px;
    line-height: 27px;
    color: #6E7279;
    margin-bottom: 10px;
}

.search-results__date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #9A9EA5;
}

.search-results__pagination {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .page-search {
        margin-bottom: 60px;
    }

    .search-page-form.gray-block--p40 {
        padding: 24px;
    }

    .search-results__title {
        font-size: 21px;
        line-height: 29px;
    }

    .search-results__pic {
        width: 120px;
        height: 90px;
    }

    /* отрицательный маргин не должен превышать боковой padding .container,
       иначе карточка вылезает за вьюпорт и появляется горизонтальный скролл */
    .search-results__link {
        padding: 24px 10px;
        margin: 8px -10px;
    }
}

@media (max-width: 768px) {
    .page-search__title {
        font-size: 32px;
        line-height: 40px;
    }

    .page-search__query {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .search-page-form {
        margin-bottom: 28px;
    }

    .search-page-form__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .search-page-form__input,
    .search-page-form__submit {
        height: 56px;
    }

    .search-page-form__input {
        font-size: 16px;
    }

    .search-page-form__submit {
        width: 100%;
        padding: 0 24px;
        font-size: 16px;
    }

    .search-page__notice,
    .search-page__message,
    .search-page__hint {
        padding: 20px 24px;
        border-radius: 16px;
    }

    .search-page__message .search-page__message-title,
    .search-page__hint .search-page__hint-title {
        font-size: 20px;
        line-height: 28px;
    }

    .search-results__head {
        margin-bottom: 16px;
    }

    .search-results__link {
        gap: 16px;
        padding: 18px 10px;
        margin: 6px -10px;
    }

    .search-results__title {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .search-results__text {
        font-size: 16px;
        line-height: 25px;
    }

    .search-results__pic {
        width: 92px;
        height: 92px;
    }
}

@media (max-width: 480px) {
    .page-search__title {
        font-size: 28px;
        line-height: 36px;
    }

    .search-page-form.gray-block--p40 {
        padding: 16px;
    }

    .search-page-form__input {
        padding-left: 46px;
        padding-right: 44px;
    }

    .search-page-form__icon {
        left: 14px;
        width: 20px;
        height: 20px;
    }

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

    .search-results__sort {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 15px;
    }

    .search-results__sort-item {
        padding: 5px 10px;
    }

    .search-results__link {
        gap: 12px;
        padding: 16px 10px;
        margin: 6px -10px;
    }

    .search-results__pic {
        width: 72px;
        height: 72px;
    }

    .search-results__title {
        font-size: 18px;
        line-height: 26px;
    }

    .search-results__text {
        font-size: 15px;
        line-height: 24px;
    }

    .search-results__pagination {
        margin-top: 28px;
    }

    /* номеров страниц много — переносим на несколько строк,
       иначе flex-shrink сплющивает их до нечитаемых 8-10px */
    .search-results__pagination.pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4px;
        line-height: 38px;
    }

    .search-results__pagination.pagination a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .search-results__pagination.pagination .separator {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 2px;
    }
}
