@charset "UTF-8";
@font-face {
  font-family: "PT Rouble Sans";
  font-display: swap;
  src: url("../../assets/fonts/PTRouble/RUBSN.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bvi-show {
  display: none;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  font-size: 0;
  border: none;
  border-radius: 6px;
  background-color: #E6E9EE;
}
.slick-dots li.slick-active button {
  background: linear-gradient(89.84deg, #1B77DC -0.35%, #35A8EA 99.03%);
}

.select2-container .select2-selection--single {
  height: 52px;
  border-radius: 3px;
  border: none;
  padding: 17px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform ease 0.35s;
}
@media screen and (max-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
  }
}

.select2-container--open .select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 8px;
  height: 5px;
  border: none;
  background-image: url("../../assets/img/form-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.select2-dropdown {
  padding: 7px 0 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(34, 87, 142, 0.19);
}

.select2-results__option {
  padding: 7px 20px;
  font-size: 15px;
  color: #57758F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ffffff;
  color: #0E3F60;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  line-height: 1.4;
  color: #0E3F60;
}

.fancybox__backdrop {
  background-color: rgba(14, 63, 96, 0.96);
}

.fancybox__content {
  box-shadow: 0 2px 10px rgba(34, 87, 142, 0.19);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .fancybox__content {
    padding: 15px 10px 15px 15px;
  }
}

.fancybox__content > .carousel__button.is-close {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  opacity: 0.5;
}
.fancybox__content > .carousel__button.is-close svg {
  width: 12px;
  height: 12px;
  fill: rgba(255, 255, 255, 0.84);
}
.fancybox__content > .carousel__button.is-close:hover {
  opacity: 1;
}
@media screen and (min-width: 1120px) {
  .fancybox__content > .carousel__button.is-close {
    top: 0;
    right: -40px;
  }
}

.text-styles h1, .h1 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .text-styles h1, .h1 {
    font-size: 26px;
  }
}

.text-styles h2, .h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .text-styles h2, .h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}

.text-styles h3, .h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .text-styles h3, .h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }
}

.text-styles h4, .h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #2B95E4;
}
@media screen and (max-width: 1024px) {
  .text-styles h4, .h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.text-styles h5, .h5 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #0E3F60;
}

.text-accent {
  color: #F35150;
}

.check-list__item {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #57758F;
}
.check-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 8px;
  background-image: url("../../assets/img/icon-check-colored.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.no-brake {
  white-space: nowrap;
}

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

.text-styles p {
  margin-bottom: 30px;
}
.text-styles p:last-child {
  margin-bottom: 0;
}
.text-styles b {
  font-weight: 500;
}

.text-block {
  font-size: 15px;
  line-height: 1.87;
  color: #57758F;
}

/*!-- Общие стили --*/
body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0E3F60;
  background-color: #ffffff;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.bvi-active {
  padding-top: 0 !important;
}
@media screen and (min-width: 1240px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 319px) {
  body {
    min-width: 320px;
  }
  .inside-iframe body {
    min-width: auto;
  }
}

* {
  box-sizing: border-box;
}

body::-moz-selection {
  color: #F35150;
}

body::selection {
  color: #F35150;
}

a {
  color: #1C7ADD;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}
a:hover {
  text-decoration: underline;
}

body .nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.content-center, .search-line_panel .search-line__content {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .content-center, .search-line_panel .search-line__content {
    padding: 0 15px;
  }
}

.rub {
  font-family: "PT Rouble Sans", sans-serif;
  margin-left: 0.2rem;
}
html[data-useragent*="Mac OS X"] .rub {
  font-family: "Roboto", sans-serif;
}

.is-hide {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.block-margin {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .block-margin {
    margin-bottom: 60px;
  }
}

.push-from-left {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .push-from-left_not-mobile {
    margin-left: initial;
  }
}

.push-from-right {
  margin-right: auto;
}

.is-hidden {
  display: none !important;
}

.footnote {
  margin-top: 25px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  color: #57758F;
}
.footnote__icon-holder {
  flex-shrink: 0;
  width: 23px;
}
.footnote__icon {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footnote {
    margin-top: 20px;
    align-items: flex-start;
  }
  .footnote__icon-holder {
    width: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 5;
  }
}

@media screen and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #E8F1FD;
}

::-webkit-scrollbar-thumb {
  background: #009DD9;
  border-radius: 10px;
  border: 0;
}

.modal-content {
  padding-right: 5px;
}

/*!--Блоки--*/
.accordion_big {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 114, 232, 0.2);
  padding: 20px 50px;
}
.page-cols__main-col .accordion_big {
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .accordion_big {
    padding: 10px 20px;
  }
}
.accordion__item {
  border-bottom: 1px dashed rgba(87, 117, 143, 0.15);
}
.accordion_big .accordion__item {
  border-color: rgba(87, 117, 143, 0.15);
}
.accordion_big .accordion__item:last-child {
  border: 0;
}
.accordion__item-heading {
  position: relative;
  padding: 30px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}
.accordion_big .accordion__item-heading {
  padding: 40px 40px 40px 0;
  font-size: 20px;
}
.page-cols__main-col .accordion_big .accordion__item-heading {
  padding: 30px 30px 30px 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .accordion__item-heading {
    padding: 15px 30px;
    font-size: 14px;
  }
  .accordion_big .accordion__item-heading {
    padding: 30px 30px 30px 0;
    font-size: 16px;
  }
  .page-cols__main-col .accordion_big .accordion__item-heading {
    font-size: 16px;
  }
}
.accordion__arrow {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #1C7ADD;
  transition: transform ease 0.35s;
}
.is-open .accordion__arrow {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1024px) {
  .accordion__arrow {
    width: 13px;
    height: 8px;
  }
}
.accordion__toggle {
  position: absolute;
  right: 12px;
  top: 40px;
  fill: #1C7ADD;
  transition: transform ease 0.35s;
  transform: rotate(-45deg);
}
.page-cols__main-col .accordion__toggle {
  top: 32px;
}
.is-open .accordion__toggle {
  transform: rotate(0deg);
}
@media screen and (max-width: 1024px) {
  .accordion__toggle {
    top: 30px;
    right: 0;
    width: 16px;
    height: 16px;
  }
}
.accordion__item-content {
  max-height: 0;
  padding: 0 40px;
  font-size: 15px;
  line-height: 28px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: max-height ease 0.35s, transform ease 0.35s, padding ease 0.35s, opacity ease 0.35s;
}
.accordion__item-content a:not([class]) {
  color: #009DD9;
  text-decoration: underline;
}
.accordion__item-content a:not([class]):hover {
  text-decoration: none;
}
.accordion_big .accordion__item-content {
  padding: 0;
}
.is-open .accordion__item-content {
  max-height: 10000px;
  padding-bottom: 15px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-15px);
}
.accordion_big .is-open .accordion__item-content {
  padding-top: 25px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .accordion__item-content {
    padding: 0 30px;
    font-size: 14px;
  }
  .is-open .accordion__item-content {
    transform: translateY(-5px);
  }
}

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .advantages {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    max-width: 225px;
    margin: auto;
  }
}
.advantages__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .advantages__item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.advantages__icon-holder {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .advantages__icon-holder {
    margin-right: initial;
    margin-bottom: 20px;
  }
}
.advantages__icon {
  display: block;
}
.advantages__item-name {
  font-weight: 500;
  font-size: 16px;
}
.advantages__item-text {
  font-size: 16px;
  color: #57758F;
}

.alphabet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
}
.page-cols__main-col .alphabet {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .alphabet {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .alphabet {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-cols__main-col .alphabet {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .alphabet {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .page-cols__main-col .alphabet {
    grid-template-columns: repeat(1, 1fr);
  }
}
.alphabet__section {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .alphabet__section {
    font-size: 20px;
  }
}
.alphabet__letter {
  position: absolute;
  top: -0.05em;
  left: 0;
  color: #009DD9;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .alphabet__letter {
    font-size: 18px;
  }
}
.alphabet__item {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  color: #57758F;
}
.alphabet__item:last-child {
  margin-bottom: 0;
}
.alphabet__item:hover {
  text-decoration: none;
  color: #009DD9;
}
@media screen and (max-width: 768px) {
  .alphabet__item {
    font-size: 14px;
  }
}

.anchors-block {
  margin: 70px 0 90px;
}
@media screen and (max-width: 600px) {
  .anchors-block {
    margin: 40px 0 60px;
  }
}
.anchors-block:last-child {
  margin-bottom: 0;
}
.anchors-block__nav {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.anchors-block_borders .anchors-block__nav {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .anchors-block__nav {
    display: none;
  }
}
.anchors-block__link {
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #0E3F60;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.17);
  border-radius: 60px;
  border: 1.5px solid rgba(14, 63, 96, 0);
  transition: color ease 0.35s, box-shadow ease 0.35s;
}
.anchors-block__link_mobile {
  display: none;
}
.anchors-block__link.is-active {
  color: #F35150;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0);
  border-color: #F35150;
}
.anchors-block__link:hover {
  color: #F35150;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .anchors-block__link_mobile {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .anchors-block__link_mobile:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #F35150;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform ease 0.35s;
  }
  .anchors-block__link_mobile:after.is-active {
    transform: rotate(-135deg);
  }
}
.anchors-block__content {
  font-size: 15px;
  line-height: 1.87;
  color: #57758F;
  padding: 20px 0 25px;
}
@media screen and (max-width: 600px) {
  .anchors-block__content {
    padding: 0;
  }
}

.article-card {
  display: block;
  color: #0E3F60;
  cursor: pointer;
}
.article-card:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .article-card {
    box-shadow: 0 3px 14px rgba(34, 87, 142, 0.23);
    border-radius: 3px;
  }
}
.article-card__content {
  display: block;
}
@media screen and (max-width: 600px) {
  .article-card__content {
    padding: 20px 20px 25px;
  }
}
.article-card__img-holder {
  display: block;
  height: 230px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .article-card__img-holder {
    height: 140px;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
  }
}
.article-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-card__title {
  display: block;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #0E3F60;
}
@media screen and (max-width: 600px) {
  .article-card__title {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.article-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #57758F;
}
@media screen and (max-width: 600px) {
  .article-card__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .article-card__desc {
    display: none;
  }
}
.article-card__price {
  white-space: nowrap;
}

.breadcrumbs {
  margin: 17px 0 53px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin: 16px 0 30px;
  }
}
.breadcrumbs__list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item {
  display: inline;
  font-size: 12px;
}
.breadcrumbs__item:before {
  content: "\\";
  display: inline-block;
  width: 24px;
  color: #ABB9C7;
  text-align: center;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__link {
  color: #ABB9C7;
  text-decoration: none;
  transition: color ease 0.35s;
  cursor: pointer;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #ABB9C7;
}
.breadcrumbs__link.is-current {
  color: #ABB9C7;
  cursor: auto;
}
.breadcrumbs__link.is-current:hover {
  text-decoration: none;
}

.button {
  display: flex;
  padding: 18px 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1C7ADD;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 60px;
  background-color: #ffffff;
  border: 1px solid rgba(14, 63, 96, 0);
  box-shadow: none;
  transition: color ease 0.35s, background-color ease 0.35s, background-position ease 0.35s, background-size ease 0.35s, box-shadow ease 0.35s, border-color ease 0.35s;
}
.button svg {
  display: block;
  fill: currentColor;
  flex-shrink: 0;
}
.button:hover {
  text-decoration: none;
}
.button_stroke {
  border-color: #1C7ADD;
}
.button_stroke:hover {
  color: #ffffff;
  background-color: #1C7ADD;
}
.button_accent {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #F35150;
  background-color: #F35150;
  box-shadow: 0 2px 8px rgba(243, 81, 80, 0.4);
}
.button_accent:hover {
  background-color: #f13938;
  box-shadow: 0 0 4px rgba(243, 81, 80, 0.4);
}
.button_white {
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.17);
}
.button_white:hover {
  background-color: #fefefe;
  box-shadow: 0 0 0 rgba(243, 81, 80, 0);
}
.button_control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  padding: 0;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.15);
  border: 1px solid rgba(87, 117, 143, 0);
}
.button_control.slick-disabled, .button_control:disabled, .button_control.is-disabled {
  box-shadow: 0 0 0 rgba(34, 87, 142, 0);
  border-color: rgba(87, 117, 143, 0.29);
}
.button_control.slick-disabled svg, .button_control:disabled svg, .button_control.is-disabled svg {
  fill: #57758F;
}
@media screen and (min-width: 1025px) {
  .button_control:hover {
    box-shadow: 0 0 2px rgba(34, 87, 142, 0.15);
  }
}
.button_filled {
  color: #ffffff;
  background-image: linear-gradient(89.84deg, #1B77DC -0.35%, #35A8EA 99.03%);
  background-size: 100% 100%;
  background-position: center center;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.17);
}
.button_filled:hover {
  background-size: 200% 100%;
}
.button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.15);
  border: 1px solid rgba(87, 117, 143, 0);
  background-color: #ffffff;
  transition: border-color ease 0.35s;
}
.button_cart {
  position: relative;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  padding: 0;
  background-color: rgba(14, 63, 96, 0);
}
.button_cart .button__inner {
  border: 1px solid rgba(87, 117, 143, 0.15);
  box-shadow: none;
}
.button_cart .button__inner svg {
  fill: #0E3F60;
}
.cart-btn-parent:hover .button_cart .button__inner svg {
  fill: #1C7ADD;
}
.button_cart .button__inner:hover {
  border-color: #1C7ADD;
}
.button_cart.is-added .button__inner {
  background-color: #1C7ADD;
}
.button_cart.is-added .button__inner svg, .button_cart.is-added:hover .button__inner svg, .cart-btn-parent:hover .button_cart.is-added .button__inner svg {
  fill: #ffffff;
}
.button__remove {
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(87, 117, 143, 0.15);
  transition: border-color ease 0.35s;
}
.button__remove > svg {
  fill: #F35150;
}
.button:hover .button__remove {
  border-color: #F35150;
}
.is-added .button__remove {
  opacity: 1;
  pointer-events: auto;
}
.button_prev svg {
  transform: rotate(90deg) translate(0, 2px);
}
.button_next svg {
  transform: rotate(-90deg) translate(0, 2px);
}
svg + .button__text {
  margin-left: 10px;
}

.cards-block {
  margin: 100px 0 80px;
}
.cards-block_compact {
  margin: 45px 0;
}
@media screen and (max-width: 1024px) {
  .cards-block {
    margin: 50px 0 60px;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .cards-block_compact {
    margin: 30px 0 60px;
  }
}
.cards-block__content {
  display: grid;
  grid-template-areas: "title buttons" "list list" "nav nav";
}
@media screen and (max-width: 768px) {
  .cards-block__content {
    display: block;
  }
}
.cards-block__list {
  grid-area: list;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .cards-block__list {
    display: block;
    margin: 0 45px 15px -5px;
  }
  .cards-block_compact .cards-block__list {
    margin: 0;
  }
  .cards-block__list .slick-list {
    overflow: visible;
  }
}
.cards-block_compact .cards-block__list {
  gap: 0;
}
@media screen and (max-width: 600px) {
  .cards-block_compact .cards-block__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cards-block_compact .cards-block__list_nano {
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cards-block__item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 1025px) {
  .cards-block__item {
    width: calc(25% - 22.5px);
  }
  .cards-block__item_double {
    width: calc(50% - 15px);
  }
  .cards-block_compact .cards-block__item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .cards-block_compact .cards-block__item {
    margin: 0;
  }
}
.cards-block__title {
  grid-area: title;
}
@media screen and (min-width: 1025px) {
  .cards-block__title {
    margin-bottom: 45px;
  }
}
.cards-block_compact .cards-block__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .cards-block_compact .cards-block__title {
    margin-bottom: 15px;
  }
}
.cards-block__group {
  grid-area: list;
  margin-bottom: 40px;
}
.cards-block__group:last-child {
  margin-bottom: 0;
}
.cards-block__buttons {
  grid-area: buttons;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .cards-block__buttons {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
  }
}
.cards-block__slider-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cards-block__slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    grid-area: nav;
  }
}
.cards-block__show-all {
  display: flex;
  padding: 20px 0;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .cards-block__show-all {
    justify-content: center;
  }
}
.cards-block__show-all-counter {
  margin-left: 0.5em;
  color: rgba(28, 122, 221, 0.62);
}

.cart-cards-list {
  padding: 15px 30px;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
  border-radius: 6px;
  margin-bottom: 40px;
}
.cart-cards-list_no-plate {
  padding: 0;
  background: rgba(14, 63, 96, 0);
  box-shadow: none;
}

.cart-compact {
  position: relative;
}
.cart-compact__link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.cart-compact__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .cart-compact__link {
    padding-right: 9px;
  }
}
.cart-compact__icon {
  fill: #0E3F60;
}
.cart-compact__link:hover .cart-compact__icon {
  fill: #1C7ADD;
}
.cart-compact__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 24px;
  margin-left: 5px;
  padding: 0 3px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  background-color: #F35150;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .cart-compact__counter {
    position: absolute;
    right: 0;
    top: -9px;
    height: 18px;
    min-width: 18px;
    font-size: 10px;
    margin-left: 0;
  }
}
.cart-compact__dropdown {
  position: absolute;
  z-index: 5;
  top: calc(100% + 20px);
  left: -85px;
  display: none;
  width: 430px;
  max-width: 90vw;
  padding: 25px 30px 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
  border-radius: 3px;
}
@media screen and (max-width: 1780px) {
  .cart-compact__dropdown {
    left: auto;
    right: 0;
  }
}
.is-open .cart-compact__dropdown {
  display: block;
}
.cart-compact__block {
  padding: 15px 0;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.17);
}
.cart-compact__block:first-child {
  padding-top: 0;
}
.cart-compact__block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cart-compact__title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #1C7ADD;
}
.cart-compact__title-counter {
  color: #F35150;
}
.cart-compact__list {
  counter-reset: cart-counter;
}
.cart-compact__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  counter-increment: cart-counter;
}
.cart-compact__item:before {
  content: counter(cart-counter) ".";
  align-self: flex-start;
}
.cart-compact__item:last-child {
  margin-bottom: 0;
}
.cart-compact__item-name {
  max-width: 200px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.36;
  color: #57758F;
}
.cart-compact__item-price {
  margin-left: auto;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.cart-compact__remove {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  box-shadow: none;
  border: 1px solid rgba(87, 117, 143, 0.15);
}
.cart-compact__remove svg {
  fill: rgba(87, 117, 143, 0.47);
}
.cart-compact__list-title {
  display: flex;
  align-items: center;
  margin: 25px 0 15px;
  font-weight: 500;
  font-size: 14px;
}
.cart-compact__list-title:after {
  content: "";
  display: block;
  width: 10px;
  margin-left: 10px;
  flex-grow: 1;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.17);
}
.cart-compact__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-compact__total-title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #1C7ADD;
}
.cart-compact__total-price {
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
  font-size: 24px;
}

.cart-panel {
  background-color: #E7F2FF;
  border-radius: 3px;
}
.cart-panel__header {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  color: #ffffff;
  background: linear-gradient(89.84deg, #1B77DC -0.35%, #35A8EA 99.03%);
  border-radius: 3px;
}
.cart-panel__header svg {
  display: block;
  margin-right: 10px;
  fill: #ffffff;
}
.cart-panel__text_empty {
  max-width: 150px;
}
.cart-panel__title {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.67);
}
.cart-panel__text_empty .cart-panel__title {
  line-height: 1.3;
  font-weight: 500;
}
.cart-panel__counter {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
}
.cart-panel__total {
  margin-left: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}
.cart-panel__content {
  padding: 20px 30px;
}
.cart-panel__links {
  margin-bottom: 30px;
}
.cart-panel__item {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
  color: #0E3F60;
}
.cart-panel__item:before {
  content: "- ";
}
.cart-panel__link {
  font-weight: 500;
  font-size: 15px;
  color: #0E3F60;
}
.cart-panel__buttons {
  display: flex;
  justify-content: flex-start;
}

.cart-total {
  margin-bottom: 90px;
  padding: 35px 35px 40px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
}
@media screen and (max-width: 600px) {
  .cart-total {
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .cart-total {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 5;
  }
}
.cart-total__block {
  padding: 20px 0 12px;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.17);
}
@media screen and (max-width: 600px) {
  .cart-total__block {
    padding-bottom: 10px;
  }
  .cart-total__block_info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cart-total__block:first-child {
  padding-top: 0;
}
.cart-total__block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart-total__title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #1C7ADD;
}
.cart-total__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-total__item-name {
  font-size: 14px;
  color: #57758F;
}
.cart-total__item-price {
  font-weight: 500;
  font-size: 18px;
}
.cart-total__item-price .rub {
  font-weight: 400;
  font-size: 16px;
}
.cart-total__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cart-total__total {
    margin-top: 10px;
  }
}
.cart-total__total-name {
  font-size: 16px;
}
.cart-total__total-price {
  font-weight: 500;
  font-size: 28px;
}
.cart-total__total-price .rub {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .cart-total__total-price {
    font-size: 22px;
  }
  .cart-total__total-price .rub {
    font-size: 20px;
  }
}
.cart-total__footnote {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
.cart-total__footnote b {
  font-weight: 500;
}
.cart-total__buttons + .cart-total__footnote {
  margin-top: 15px;
  margin-bottom: 0;
  color: #57758F;
}
.cart-total__buttons + .cart-total__footnote .policylink {
  color: currentColor;
}
.cart-total__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.cart-total__buttons_align-left {
  align-items: flex-start;
}
.cart-total__edit-link {
  font-size: 14px;
  text-decoration: underline;
}
.cart-total__edit-link:hover {
  text-decoration: none;
}

.cart-user {
  margin-bottom: 90px;
  padding: 40px 30px 50px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
}
@media screen and (max-width: 768px) {
  .cart-user {
    margin-bottom: 10px;
    padding: 30px 25px 25px 15px;
  }
}
.cart-user__already {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.cart-user__already-title {
  font-weight: 500;
  font-size: 18px;
}
.cart-user__already-login {
  margin-left: 10px;
  font-size: 14px;
  color: #F35150;
  text-decoration: underline;
}
.cart-user__already-login:hover {
  text-decoration: none;
}

.catalog-nav {
  margin: 20px 0;
  padding: 20px 30px 35px;
  background-color: #F2F7FD;
}
@media screen and (max-width: 1024px) {
  .catalog-nav {
    margin-bottom: 30px;
    padding: 0;
    background-color: rgba(14, 63, 96, 0);
  }
}
.catalog-nav__group:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.47);
}
@media screen and (max-width: 1024px) {
  .catalog-nav__group:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-nav__group {
    border-bottom: 1px dashed rgba(87, 117, 143, 0.47);
    transition: padding ease-out 0.35s;
  }
  .catalog-nav__group.is-open {
    padding-bottom: 20px;
  }
  .catalog-nav__group:first-child {
    border-top: 1px dashed rgba(87, 117, 143, 0.47);
  }
}
@media screen and (max-width: 1024px) {
  .catalog-nav__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease-out 0.35s;
  }
  .is-open .catalog-nav__list {
    max-height: 10000px;
  }
}
.catalog-nav__arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .catalog-nav__arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    opacity: 0.84;
    border: 1px solid #1C7ADD;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    transition: transform ease 0.35s;
  }
  .is-open .catalog-nav__arrow {
    transform: rotate(45deg);
  }
}
.catalog-nav__group-title {
  position: relative;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1024px) {
  .catalog-nav__group-title {
    margin-bottom: 0;
    padding: 20px 0;
    font-weight: 400;
  }
}
.catalog-nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.catalog-nav__link {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #57758F;
}
.catalog-nav__link:hover {
  text-decoration: none;
  color: #1C7ADD;
}
@media screen and (max-width: 1024px) {
  .catalog-nav__link {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-nav__link-name {
    color: #1C7ADD;
    margin-right: 0.2em;
  }
}

.category-nav {
  margin-bottom: 54px;
}
.tabs-holder .category-nav {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .category-nav {
    margin-bottom: 25px;
  }
}
.category-nav__list {
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 600px) {
  .category-nav__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.category-nav__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
.category-nav__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #57758F;
  border-radius: 100%;
}
@media screen and (max-width: 600px) {
  .category-nav_nav .category-nav__item {
    padding-left: 0;
  }
  .category-nav_nav .category-nav__item:before {
    display: none;
  }
}
.category-nav__link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  border-bottom: 1px dashed currentColor;
}
.category-nav__link:hover {
  text-decoration: none;
  border-bottom-color: rgba(14, 63, 96, 0);
}
@media screen and (max-width: 600px) {
  .category-nav__link {
    font-size: 14px;
    border-bottom: none;
  }
}
.category-nav__count {
  font-size: 13px;
  margin-left: 0.2em;
  color: #57758F;
}

.compact-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(87, 117, 143, 0.13);
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0);
  transition: box-shadow ease 0.35s, background-color ease 0.35s;
}
.cart-cards-list .compact-card {
  padding: 20px 0 15px;
}
.compact-card_cart-extra {
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .compact-card_cart-extra {
    padding: 0;
  }
  .compact-card_cart-extra:hover {
    padding: 0;
  }
}
:first-child > .compact-card {
  border-top: 1px solid rgba(87, 117, 143, 0.13);
}
.cart-cards-list :first-child > .compact-card {
  border-top: none;
}
.cart-cards-list :last-child > .compact-card {
  border-bottom: none;
}
.compact-card:hover {
  padding: 15px 20px;
  margin: 0 -20px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
  border-color: rgba(14, 63, 96, 0);
  overflow: hidden;
}
.cart-cards-list .compact-card:hover {
  padding: 20px 0 15px;
  margin: 0;
  box-shadow: none;
  background-color: rgba(14, 63, 96, 0);
  border-bottom-color: rgba(87, 117, 143, 0.13);
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .compact-card {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    margin: 0;
    border: 1px solid rgba(87, 117, 143, 0.13);
    border-radius: 3px;
  }
  .compact-card:hover {
    padding: 15px;
    margin: 0;
    box-shadow: none;
    border: 1px solid rgba(87, 117, 143, 0.13);
  }
  .cart-cards-list .compact-card {
    border-left: none;
    border-right: none;
  }
}
.compact-card__content {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .compact-card__content {
    width: 100%;
    margin-right: 0;
  }
}
.compact-card__code {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(87, 117, 143, 0.5);
}
@media screen and (max-width: 600px) {
  .compact-card__code {
    font-size: 12px;
  }
}
.compact-card__code-number {
  color: rgba(0, 156, 214, 0.62);
}
.compact-card__duration {
  display: flex;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .compact-card__duration {
    font-size: 13px;
  }
  .compact-card__duration svg {
    width: 16px;
    height: 16px;
  }
}
.compact-card__duration-icon {
  fill: #F35150;
  margin-right: 5px;
}
.compact-card__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #0E3F60;
}
@media screen and (max-width: 1024px) {
  .compact-card__title {
    font-size: 15px;
    line-height: 1.6;
  }
}
.compact-card__title-note {
  font-weight: 400;
  font-size: 16px;
  color: #57758F;
}
@media screen and (max-width: 1024px) {
  .compact-card__title-note {
    font-size: 14px;
  }
}
.compact-card__tags {
  display: flex;
  flex-wrap: wrap;
}
.compact-card__tag {
  display: flex;
  font-size: 13px;
  line-height: 1.7;
  color: #57758F;
}
.compact-card__tag:after {
  content: "|";
  margin: 0 0.2rem;
}
.compact-card__tag:last-child:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .compact-card__tag {
    font-size: 12px;
  }
}
.compact-card__footer {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.compact-card__price {
  position: relative;
  margin-right: 15px;
  padding: 7px 20px 7px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  border-right: 1px dashed rgba(87, 117, 143, 0.47);
}
.compact-card_cart-extra .compact-card__price {
  margin-right: 60px;
  border-right: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .compact-card_cart-extra .compact-card__price {
    margin-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .compact-card__price {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    border-right: 0;
    padding: 0;
    margin-right: 10px;
  }
}
.compact-card__price_discount .compact-card__current-price {
  color: #F35150;
}
@media screen and (max-width: 600px) {
  .compact-card__price_discount .compact-card__current-price {
    color: #0E3F60;
  }
}
.compact-card__old-price {
  position: absolute;
  top: -0.7em;
  right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #57758F;
}
.compact-card__old-price:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #F35150;
}
@media screen and (max-width: 600px) {
  .compact-card__old-price {
    top: -1em;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.compact-card__remove > svg {
  fill: rgba(87, 117, 143, 0.47);
}
.compact-card__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .compact-card__content-bottom {
    display: block;
  }
}
.compact-card__note {
  font-size: 13px;
  line-height: 16px;
  color: #57758F;
}
.compact-card__note a {
  text-decoration: underline;
  color: #009DD9;
}
.compact-card__note a:hover {
  text-decoration: none;
}
.compact-card__note:before {
  content: "!";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #009DD9;
  border-radius: 100%;
  border: 1.5px solid #009DD9;
}
@media screen and (max-width: 600px) {
  .compact-card__note {
    margin-top: 5px;
    font-size: 0;
  }
  .compact-card__note a {
    display: inline-block;
    font-size: 12px;
  }
  .compact-card__note a:first-letter {
    text-transform: uppercase;
  }
}

.complex-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #E9EDF0;
}
.complex-card_big {
  background-color: #F2F7FD;
  border: none;
}
@media screen and (min-width: 1025px) {
  .complex-card_big {
    min-height: 254px;
  }
}
@media screen and (min-width: 1025px) {
  .complex-card_wide {
    min-height: 190px;
  }
}
.complex-card__header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 12px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .complex-card_big .complex-card__header {
    width: 270px;
  }
  .complex-card_wide .complex-card__header {
    width: 75%;
  }
}
.complex-card__content {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .complex-card__content {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.complex-card_big .complex-card__content {
  align-items: flex-start;
  flex-direction: column;
  width: 300px;
  padding: 0 20px 12px;
}
.page-cols__main-col .complex-card_big .complex-card__content {
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .complex-card_big .complex-card__content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding-bottom: 30px;
  }
}
.complex-card_wide .complex-card__content {
  width: 75%;
}
.page-cols__main-col .complex-card_wide .complex-card__content {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .complex-card_wide .complex-card__content {
    width: 100%;
  }
}
.complex-card__img-holder {
  position: absolute;
  z-index: 2;
  width: 280px;
  height: 254px;
  right: 0;
  bottom: 0;
}
.page-cols__main-col .complex-card_big .complex-card__img-holder {
  width: 181px;
}
.complex-card_wide .complex-card__img-holder {
  width: 200px;
}
.page-cols__main-col .complex-card_wide .complex-card__img-holder {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .complex-card__img-holder {
    width: 180px;
    height: 120px;
  }
}
.complex-card__img {
  display: block;
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.complex-card__code {
  font-size: 14px;
  line-height: 1.57;
  color: #57758F;
}
@media screen and (max-width: 1024px) {
  .complex-card__code {
    font-size: 12px;
  }
}
.complex-card__duration {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #F35150;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .complex-card__duration {
    font-size: 10px;
  }
  .complex-card__duration svg {
    width: 14px;
    height: 14px;
  }
}
.complex-card__duration-icon {
  fill: currentColor;
  margin-right: 5px;
}
.complex-card__title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.44;
  color: #0E3F60;
  margin-right: 20px;
}
.complex-card_big .complex-card__title {
  margin-bottom: auto;
  font-size: 18px;
  margin-right: 0;
}
.complex-card_wide .complex-card__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .complex-card__title {
    font-size: 15px;
    line-height: 1.5;
  }
  .complex-card_big .complex-card__title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.complex-card__title-note {
  font-weight: 400;
  font-size: 16px;
  color: #57758F;
}
@media screen and (max-width: 1024px) {
  .complex-card__title-note {
    font-size: 14px;
  }
}
.complex-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .complex-card__footer {
    width: 100%;
  }
  .complex-card_big .complex-card__footer {
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .complex-card_big .complex-card__footer {
    width: 270px;
    margin-left: 0;
    max-width: 100%;
    padding-top: 10px;
    border-top: 1px dashed rgba(87, 117, 143, 0.47);
  }
  .complex-card_wide .complex-card__footer {
    width: 100%;
  }
}
.complex-card__price {
  margin-right: 15px;
  padding: 7px 20px 7px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  border-right: 1px dashed rgba(87, 117, 143, 0.47);
}
.complex-card_big .complex-card__price {
  border-right: none;
  margin-right: 0;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .complex-card__price {
    font-size: 18px;
    border-right: 0;
  }
}
.complex-card__tip {
  margin-bottom: 20px;
  color: #009DD9;
  font-size: 13px;
  text-decoration: underline;
}
.complex-card__tip:hover {
  text-decoration: none;
}
.complex-card_wide .complex-card__tip {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .complex-card__tip {
    margin-bottom: 25px;
    font-size: 11px;
  }
}

.complex-selection {
  margin: 115px 0 100px;
}
.page-cols__main-col .complex-selection {
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  .complex-selection {
    margin: 50px 0 60px;
    overflow: hidden;
  }
  .page-cols__main-col .complex-selection {
    margin-bottom: 30px;
    overflow: visible;
  }
}
.complex-selection__content {
  display: grid;
  grid-template-areas: "title buttons" "list list" "list-compact list-compact";
}
@media screen and (max-width: 768px) {
  .complex-selection__content {
    display: block;
  }
}
.complex-selection__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
  grid-area: list;
}
@media screen and (max-width: 768px) {
  .complex-selection__list {
    display: block;
    margin: 0 0 20px;
  }
}
.complex-selection__list-compact {
  grid-area: list-compact;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .complex-selection__list-compact {
    margin-top: 15px;
  }
}
.complex-selection__item_wide {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .complex-selection__item {
    margin: 10px 0;
  }
  .complex-selection__item:nth-last-child(3) {
    display: none;
  }
}
.complex-selection__title {
  grid-area: title;
}
@media screen and (min-width: 1025px) {
  .complex-selection__title {
    margin-bottom: 45px;
  }
}
.complex-selection__buttons {
  grid-area: buttons;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .complex-selection__buttons {
    margin-bottom: 0;
    flex-direction: row;
    justify-content: center;
  }
}
.complex-selection__slider-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .complex-selection__slider-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}

.detail-control {
  margin-bottom: 30px;
  padding: 35px 35px 40px;
  background: #F2F7FD;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .detail-control {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 5;
  }
}
@media screen and (max-width: 600px) {
  .detail-control {
    padding: 20px;
  }
}
.detail-control__block {
  padding: 20px 0 12px;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.17);
}
@media screen and (max-width: 600px) {
  .detail-control__block {
    padding-bottom: 10px;
  }
  .detail-control__block_info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.detail-control__block:first-child {
  padding-top: 0;
}
.detail-control__block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.detail-control__code {
  font-size: 14px;
}
.detail-control__code-number {
  color: #57758F;
}
.detail-control__price {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .detail-control__price {
    font-size: 22px;
    margin-bottom: 3px;
  }
}
.detail-control__extra-item {
  margin-bottom: 5px;
}
.detail-control__extra-item:last-child {
  margin-bottom: 0;
}
.detail-control__extra-price {
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
}
.detail-control__extra-name {
  display: inline-flex;
  align-items: center;
  margin-right: 0.2em;
  font-size: 14px;
  color: #57758F;
}
.detail-control__info-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.47;
}
.detail-control__info-item svg {
  flex-shrink: 0;
  margin-right: 15px;
  margin-bottom: 4px;
  display: inline-block;
  fill: #0E3F60;
}
@media screen and (max-width: 600px) {
  .detail-control__info-item {
    align-items: flex-start;
    max-width: 130px;
  }
}
.detail-control__info-title {
  font-size: 13px;
  color: rgba(87, 117, 143, 0.5);
}

.faq-block {
  margin: 90px 0;
}
@media screen and (max-width: 1024px) {
  .faq-block {
    margin: 60px 0 40px;
  }
}
.faq-block__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .faq-block__title {
    margin-bottom: 15px;
  }
}

.field {
  position: relative;
  border: 1px solid rgba(87, 117, 143, 0.2);
  border-radius: 3px;
  background-color: #ffffff;
}
.field_tel {
  display: flex;
}
.field_tel-part {
  border: 0;
  border-radius: 0;
}
.field_tel-part.field_left {
  width: 150px;
  flex-shrink: 0;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid rgba(87, 117, 143, 0.2);
}
@media screen and (max-width: 1024px) {
  .field_tel-part.field_left {
    width: 80px;
  }
}
.field_tel-part.field_right {
  flex-grow: 1;
  border-radius: 0 3px 3px 0;
}
.field_radio {
  background-color: rgba(14, 63, 96, 0);
  border: none;
  padding-bottom: 10px;
}
.field__input {
  display: block;
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  padding: 20px 15px 20px 20px;
  font-size: 15px;
  line-height: 1;
  color: #0E3F60;
  height: 52px;
}
.field__input::-webkit-input-placeholder {
  color: #ffffff;
}
.field__input::-moz-placeholder {
  color: #ffffff;
}
.field__input:-moz-placeholder {
  color: #ffffff;
}
.field__input:-ms-input-placeholder {
  color: #ffffff;
}
.field__input.ui-placeholder {
  color: #ffffff;
}
.field__label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 3px 16px 1px 5px;
  color: rgba(87, 117, 143, 0.84);
  font-size: 12px;
  pointer-events: none;
  transform: scale(1.25) translate(15px, 13px);
  transform-origin: left;
  transition: transform ease 0.35s;
  background-color: #ffffff;
}
.is-focus .field__label, .is-dirty .field__label {
  transform: scale(1) translate(15px, -9px);
  transform-origin: left;
}
@media screen and (max-width: 600px) {
  .field__label {
    padding: 4px 5px 2px;
    transform: scale(1.16) translate(15px, 13px);
    transform-origin: left;
  }
}
.field__inputs {
  position: relative;
  z-index: 1;
}
.field_radio .field__inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 30px;
}
.field__select-options {
  display: none;
}
.field__option-inner {
  display: flex;
  justify-content: space-between;
}
.field_tel .field__option-inner {
  display: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field__option-price {
  font-weight: 500;
}
.field__option-note {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .field__option-note {
    display: none;
  }
}
.field__none {
  display: none;
}
.is-none .field__none {
  display: block;
}
.field__error {
  display: none;
}
.is-error .field__error {
  display: block;
}
.field__none, .field__error {
  position: absolute;
  right: 0;
  bottom: -17px;
  font-size: 12px;
  font-weight: 500;
  color: #ff4701;
}

::-webkit-calendar-picker-indicator {
  width: 18px;
  height: 18px;
  color: transparent;
  opacity: 1;
  background: url("../../assets/img/calendar.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .footer-menu {
    padding-bottom: 0;
    border-bottom: 1px dashed rgba(87, 117, 143, 0.15);
    transition: padding-bottom ease 0.35s;
  }
  .footer-menu_single {
    border-bottom: 0;
  }
  .footer-menu.is-open {
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-menu__item {
    margin: 12px 0;
  }
  .footer-menu__item:last-child {
    margin-bottom: 0;
  }
  .footer-menu__item:first-child {
    margin-top: 0;
  }
  .footer-menu__item_title:last-child {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-menu__item {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.35s;
  }
  .is-open .footer-menu__item {
    max-height: 100px;
  }
  .footer-menu__item_title {
    max-height: none;
  }
}
.footer-menu__link {
  display: block;
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
  color: #57758F;
}
.footer-menu__item_title .footer-menu__link {
  padding-top: 0;
  font-weight: 500;
  font-size: 17px;
  color: #0E3F60;
}
@media screen and (max-width: 1024px) {
  .footer-menu__link {
    padding: 7px 0;
    font-size: 14px;
  }
  .footer-menu__link:hover {
    text-decoration: none;
  }
  .footer-menu__item_title .footer-menu__link {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 16px;
  }
  .is-open .footer-menu__item_title .footer-menu__link {
    padding-bottom: 7px;
  }
}
.footer-menu__arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer-menu__arrow {
    display: block;
    margin-left: 15px;
    opacity: 0.84;
  }
  .is-open .footer-menu__arrow {
    transform: rotate(180deg);
  }
}

.form-standart_two-cols form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .form-standart_two-cols form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.form-standart__item-title {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 18px;
}
.form-standart__item_fixed-width {
  grid-column: 1/3;
}
.form-standart__item_fixed-width > .field {
  min-width: 340px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .form-standart__item_fixed-width > .field {
    width: 100%;
    min-width: auto;
  }
}

.icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0E3F60;
}
.icon-link:hover {
  color: #1C7ADD;
  text-decoration: none;
}
.icon-link__icon-holder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.icon-link__icon {
  display: block;
  fill: #009DD9;
}
.icon-link_icon-accent .icon-link__icon {
  fill: #F35150;
}
@media screen and (max-width: 1024px) {
  .icon-link_icon-dark-mobile .icon-link__icon {
    fill: #0E3F60;
  }
}
.icon-link__text {
  font-size: 13px;
  font-weight: 500;
}
.icon-link_text-secondary .icon-link__text {
  color: #1C7ADD;
}
.icon-link_text-secondary:hover .icon-link__text {
  color: #F35150;
}
.icon-link_text-bigger .icon-link__text {
  font-size: 16px;
}
.icon-link_text-smaller .icon-link__text {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.page-footer .icon-link__text {
  color: #2D4962;
}
@media screen and (max-width: 1024px) {
  .icon-link__text_mobile + .icon-link__text {
    display: none;
  }
}
.icon-link__text_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .icon-link__text_mobile {
    display: block;
  }
}
.icon-link_no-brake {
  white-space: nowrap;
}
.icon-link_text-uppercase {
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .icon-link_no-text-mobile .icon-link__text {
    display: none;
  }
  .icon-link_no-text-mobile .icon-link__icon {
    margin-right: 0;
  }
  .page-header__mobile-part .icon-link {
    padding: 10px 0;
  }
  .page-header__mobile-part .icon-link__icon-holder {
    min-width: 26px;
    margin-right: 0;
  }
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(34, 87, 142, 0.13);
  border-radius: 6px;
}
.page-cols__side-col .info-bar {
  width: 100%;
}
.page-cols__main-col .info-bar {
  margin: auto;
}
.info-bar__img-holder {
  width: 40px;
  flex-shrink: 0;
}
.info-bar__img {
  display: block;
  width: 100%;
  height: auto;
}
.info-bar__text {
  max-width: 240px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.54;
}

.info-block {
  position: relative;
  margin: 40px 0 60px;
  padding: 15px 35px 40px 75px;
  box-shadow: 0 4px 16px rgba(34, 87, 142, 0.06);
  border-radius: 6px;
}
.info-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #1C7ADD;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .info-block {
    padding: 15px 0 35px 30px;
  }
}
.info-block__icon-holder {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38px;
}
@media screen and (max-width: 600px) {
  .info-block__icon-holder {
    display: none;
  }
}
.info-block__icon {
  display: block;
  width: 100%;
  height: auto;
}
.info-block__text {
  font-size: 15px;
  line-height: 1.87;
  color: #0E3F60;
}
@media screen and (max-width: 600px) {
  .info-block__text {
    font-size: 14px;
  }
}

.info-tip {
  position: relative;
  display: inline-flex;
  margin-left: 0.2em;
}
.info-tip__toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1.5px solid #009DD9;
}
.info-tip__toggle:before {
  content: "!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  color: #009DD9;
}
.info-tip__modal {
  position: absolute;
  left: 20px;
  top: 0;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px rgba(34, 87, 142, 0.15);
  display: none;
}
:hover > .info-tip__modal {
  display: block;
}

.information {
  position: relative;
  padding: 40px 0;
  box-shadow: 0 2px 12px rgba(34, 87, 142, 0.1);
}
.information_small, .information_medium {
  padding: 15px 20px 15px 70px;
  box-shadow: none;
  border-radius: 6px;
  background-color: #F2F7FD;
}
.information_small .content-center, .information_small .search-line_panel .search-line__content, .search-line_panel .information_small .search-line__content, .information_medium .content-center, .information_medium .search-line_panel .search-line__content, .search-line_panel .information_medium .search-line__content {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .information_small, .information_medium {
    padding: 15px 15px 15px 56px;
  }
}
@media screen and (max-width: 1024px) {
  .information__icon-holder {
    display: none;
  }
}
.information_small .information__icon-holder, .information_medium .information__icon-holder {
  position: absolute;
  left: 18px;
  top: 25px;
}
@media screen and (max-width: 1024px) {
  .information_small .information__icon-holder, .information_medium .information__icon-holder {
    display: block;
  }
}
.information__icon-holder {
  fill: #F35150;
}
.information_small .information__icon-holder, .information_medium .information__icon-holder {
  width: 28px;
}
@media screen and (max-width: 1024px) {
  .information__content {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .information__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .information_small .information__content {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .information_small .information__content {
    display: block;
  }
}
.information_medium .information__content {
  text-align: left;
  display: flex;
  align-items: center;
}
.information__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #0E3F60;
}
@media screen and (max-width: 1024px) {
  .information__title {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.47;
  }
}
.information_small .information__title, .information_medium .information__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .information_small .information__title, .information_medium .information__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .information_small .information__title, .information_medium .information__title {
    font-size: 13px;
  }
}
.information__text {
  font-size: 16px;
  color: #57758F;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .information__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.57;
  }
}
.information_small .information__text, .information_medium .information__text {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  color: #0E3F60;
}
@media screen and (max-width: 600px) {
  .information_small .information__text, .information_medium .information__text {
    font-size: 14px;
  }
}
.information__button {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .information__button {
    display: inline-block;
  }
}
.information__link {
  color: #F35150;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}
.information__link:hover {
  text-decoration: none;
}

.main-screen {
  position: relative;
}
.main-screen__bg-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-screen__bg-holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(89.84deg, #1B77DC -0.35%, #35A8EA 99.03%);
}
@media screen and (max-width: 1024px) {
  .main-screen__bg-holder {
    bottom: 60px;
  }
}
.main-screen__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-screen__content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .main-screen__content {
    justify-content: center;
    height: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .main-screen__content {
    padding-top: 85px;
  }
}
.main-screen__title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .main-screen__title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .main-screen__title-part {
    display: block;
    font-weight: 400;
    font-size: 17px;
  }
}
.main-screen__subtitle {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .main-screen__subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.main-screen__search {
  width: 830px;
  max-width: 100%;
  margin: 0 auto 125px;
}
@media screen and (max-width: 1024px) {
  .main-screen__search {
    margin-bottom: 50px;
  }
}
.main-screen__menu {
  display: flex;
  padding: 15px 0;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .main-screen__menu {
    box-shadow: 0px 3px 10px rgba(0, 114, 232, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .main-screen__menu {
    display: block;
    width: 290px;
    padding: 0 30px;
  }
}
.main-screen__menu-item {
  flex-grow: 1;
  width: 33%;
  border-right: 1px solid #D5E7FE;
}
@media screen and (max-width: 768px) {
  .main-screen__menu-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #D5E7FE;
  }
}
.main-screen__menu-item:last-child {
  border: none;
}
.main-screen__menu-item .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.main-screen__menu-item .icon-link__icon-holder {
  margin-right: 15px;
}
.main-screen__menu-item .icon-link__text {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main-screen__menu-item .icon-link {
    height: auto;
    padding: 25px 0;
  }
  .main-screen__menu-item .icon-link__icon {
    width: 25px;
    height: 25px;
  }
  .main-screen__menu-item .icon-link__text {
    width: 150px;
    font-size: 13px;
    text-align: left;
  }
}

.map-block {
  margin: 90px 0 115px;
}
@media screen and (max-width: 768px) {
  .map-block {
    margin: 60px 0;
  }
}
.modal-content .map-block {
  margin: 0;
}
.modal-content .map-block .content-center, .modal-content .map-block .search-line_panel .search-line__content, .search-line_panel .modal-content .map-block .search-line__content {
  padding: 0;
}
.map-block__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.modal-content .map-block__heading {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .map-block__heading {
    display: block;
    margin-bottom: 15px;
  }
}
.map-block__title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .map-block__title {
    margin-bottom: 8px;
  }
}
.map-block__counter {
  position: relative;
  padding: 13px 16px 9px 53px;
  background-color: #F2F7FD;
}
.map-block__counter svg {
  position: absolute;
  top: 12px;
  left: 19px;
  fill: #F35150;
}
.modal-content .map-block__counter {
  padding: 0;
  background-color: rgba(14, 63, 96, 0);
}
.modal-content .map-block__counter svg {
  position: static;
  vertical-align: bottom;
  margin-right: 4px;
  width: 18px;
  height: auto;
}
.map-block__counter-number {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}
.modal-content .map-block__counter-number {
  display: inline;
  font-size: 15px;
}
.map-block__counter-text {
  font-size: 14px;
  line-height: 1.4;
}
.modal-content .map-block__counter-text {
  display: inline;
  font-size: 13px;
}
.map-block__switch {
  display: none;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .map-block__switch {
    display: flex;
  }
}
.map-block__switch-item {
  flex-grow: 1;
}
.map-block__switch-radio {
  opacity: 0;
  position: absolute;
}
.map-block__switch-text {
  position: relative;
  display: block;
  padding: 13px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  border: 1px solid #1C7ADC;
  border-radius: 60px 0 0 60px;
  cursor: pointer;
}
.map-block__switch-item:last-child .map-block__switch-text {
  border-left: none;
  border-radius: 0 60px 60px 0;
}
.map-block__switch-text:hover {
  background: #F2F7FD;
}
:checked + .map-block__switch-text {
  color: #ffffff;
  background: linear-gradient(0.21deg, #1B77DC -11.96%, #35A8EA 99.82%);
}
.map-block__content {
  position: relative;
  display: flex;
  padding: 10px 0;
  height: 590px;
  max-height: 95vh;
  border: 1px solid rgba(87, 117, 143, 0.3);
  border-width: 1px 0 1px 0;
}
.modal-content .map-block__content {
  height: 390px;
}
@media screen and (max-width: 768px) {
  .map-block__content {
    padding: 0;
    border-bottom: 0;
    height: auto;
    max-height: none;
  }
  .modal-content .map-block__content {
    height: auto;
    max-height: none;
  }
}
.map-block__nav {
  position: relative;
  z-index: 2;
  width: 385px;
  margin-right: 13px;
  flex-shrink: 0;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .map-block__nav {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  [data-active-tab=map] .map-block__nav {
    background-color: rgba(14, 63, 96, 0);
    pointer-events: none;
  }
  .modal-content .map-block__nav {
    height: calc(100% + 12px);
  }
}
.map-block__nav.is-hidden {
  display: none;
}
.map-block__map-holder {
  width: calc(100% - 400px);
}
@media screen and (max-width: 768px) {
  .map-block__map-holder {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: calc(100vh - 210px);
  }
}
.map-block__place-list {
  padding-right: 20px;
  margin-bottom: 15px;
  overflow: auto;
  max-height: calc(100% - 102px);
}
.modal-content .map-block__place-list {
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .map-block__place-list {
    max-height: none;
    padding-right: 0;
  }
  [data-active-tab=map] .map-block__place-list {
    opacity: 0;
    pointer-events: none;
    max-height: calc(100vh - 200px);
    overflow: hidden;
  }
}
.map-block__place {
  cursor: pointer;
  border-bottom: 1px solid rgba(87, 117, 143, 0.3);
  transition: background-color ease 0.35s;
}
@media screen and (max-width: 768px) {
  .map-block__place:nth-child(n+7) {
    display: none;
  }
  .is-show-all .map-block__place:nth-child(n+7) {
    display: block;
  }
}
.map-block__place-content {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.map-block__place-city {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(87, 117, 143, 0.84);
}
.map-block__metro-n-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.map-block__metro {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.map-block__allday {
  margin-left: 10px;
  vertical-align: text-bottom;
  color: #F35150;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
.map-block__place-header {
  position: relative;
  padding: 15px 30px;
}
.map-block__place:first-child .map-block__place-header {
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .map-block__place:first-child .map-block__place-header {
    padding-top: 15px;
  }
}
.map-block__map .map-block__place-header, .inner-modal-content .map-block__place-header {
  padding: 10px 0;
}
.map-block__extra-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-out 0.35s;
}
.is-active .map-block__extra-info, .map-block__map .map-block__extra-info, .inner-modal-content .map-block__extra-info {
  max-height: 1000px;
}
.map-block__extra-block {
  padding: 10px 30px;
  font-size: 14px;
  border-top: 1px solid rgba(87, 117, 143, 0.1);
}
.map-block__map .map-block__extra-block, .inner-modal-content .map-block__extra-block {
  padding: 10px 0;
}
.map-block__extra-title {
  margin-bottom: 5px;
  font-size: 12px;
  color: #57758F;
}
.map-block__phone {
  font-weight: 500;
  font-size: 15px;
  color: #0E3F60;
}
.map-block__warning {
  margin-bottom: 5px;
  font-size: 14px;
  color: #F35150;
}
.map-block__warning svg {
  margin-right: 7px;
  fill: currentColor;
  vertical-align: text-top;
}
.map-block__time {
  margin-bottom: 5px;
  color: #57758F;
}
.map-block__place-icon {
  position: absolute;
  top: 17px;
  left: 0;
}
.map-block__map .map-block__place-icon, .inner-modal-content .map-block__place-icon {
  display: none;
}
.map-block__arrow {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transition: transform ease 0.35s;
}
.is-active .map-block__arrow {
  transform: rotate(180deg);
}
.map-block__map .map-block__arrow, .inner-modal-content .map-block__arrow {
  display: none;
}
.map-block__more-buttons {
  display: none;
  margin: 20px auto;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .map-block__more-buttons {
    display: flex;
  }
  [data-active-tab=map] .map-block__more-buttons, .is-show-all .map-block__more-buttons {
    display: none;
  }
}
.map-block__more-button {
  display: block;
}
.map-block__block-link {
  text-decoration: underline;
}
.modal-content .map-block__info {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-content .map-block__info {
    display: block;
  }
}
.map-block__bottom-info {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .map-block__bottom-info {
    display: none;
  }
}
.map-block [class*="-balloon "] {
  box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .map-block [class*="-balloon "] {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 5px 15px -7px rgba(0, 0, 0, 0.5);
    border-radius: 0;
  }
}
.map-block [class$=-balloon__layout], .map-block [class$=-balloon__content] {
  background-color: #fff;
}
.map-block [class$=-balloon__content] .is-hidden-on-map {
  display: none;
}

.mobile-nav-holder {
  display: none;
  margin: 35px 0 40px;
}
@media screen and (max-width: 1024px) {
  .mobile-nav-holder {
    display: block;
  }
}
.mobile-nav-holder__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #0E3F60;
  font-size: 16px;
  border-radius: 3px;
}
.mobile-nav-holder__link:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #1C7ADD;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(-45deg);
  transition: transform ease 0.35s;
}
.mobile-nav-holder__link_light {
  background-color: #F4F8FD;
}
.mobile-nav-holder__link_medium {
  background-color: #E6F2FF;
}
.mobile-nav-holder__link:hover {
  text-decoration: none;
}
.mobile-nav-holder__link.is-active:after {
  transform: rotate(45deg);
}
.mobile-nav-holder__icon-holder {
  width: 26px;
  margin-right: 15px;
}
.mobile-nav-holder__icon {
  display: block;
  width: 100%;
  height: auto;
}

.nano-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(87, 117, 143, 0.13);
}
.cart-cards-list :first-child > .nano-card {
  border-top: none;
}
.cart-cards-list :last-child > .nano-card {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .nano-card {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
  }
  .cart-cards-list .nano-card {
    border-left: none;
    border-right: none;
  }
}
.nano-card__content {
  display: flex;
  flex-direction: column;
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .nano-card__content {
    width: 100%;
    margin-right: 0;
  }
}
.nano-card__title {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.38;
  color: #0E3F60;
}
.nano-card__tags {
  display: flex;
  flex-wrap: wrap;
}
.nano-card__tag {
  display: flex;
  font-size: 12px;
  line-height: 1.7;
  color: #57758F;
}
.nano-card__tag:after {
  content: "|";
  margin: 0 0.2rem;
}
.nano-card__tag:last-child:after {
  display: none;
}
.nano-card__tag_secondary {
  color: #1C7ADD;
}
.nano-card__footer {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.nano-card__price {
  position: relative;
  margin-right: 15px;
  padding: 7px 15px 7px 0;
  color: #0E3F60;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  border-right: 1px dashed rgba(87, 117, 143, 0.47);
}
.nano-card__price .rub {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .nano-card__price {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
  }
}
.nano-card__price_discount .nano-card__current-price {
  color: #F35150;
}
@media screen and (max-width: 600px) {
  .nano-card__price_discount .nano-card__current-price {
    color: #0E3F60;
  }
}
.nano-card__old-price {
  position: absolute;
  top: -0.7em;
  right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #57758F;
}
.nano-card__old-price:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #F35150;
}
@media screen and (max-width: 600px) {
  .nano-card__old-price {
    top: -1em;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.nano-card__remove > svg {
  fill: rgba(87, 117, 143, 0.47);
}
.nano-card__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .nano-card__content-bottom {
    display: block;
  }
}
.nano-card__note {
  font-size: 13px;
  line-height: 16px;
  color: #57758F;
}
.nano-card__note a {
  text-decoration: underline;
}
.nano-card__note a:hover {
  text-decoration: none;
}
.nano-card__note:before {
  content: "!";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #1C7ADD;
  border-radius: 100%;
  border: 1.5px solid #1C7ADD;
}
@media screen and (max-width: 600px) {
  .nano-card__note {
    margin-top: 5px;
    font-size: 0;
  }
  .nano-card__note a {
    display: inline-block;
    font-size: 12px;
  }
  .nano-card__note a:first-letter {
    text-transform: uppercase;
  }
}

.page-footer {
  margin-top: auto;
  font-size: 14px;
  color: #57758F;
  background-image: linear-gradient(90deg, #E8F1FD 0%, #F2F7FD 100%);
}
.page-footer__container {
  padding: 60px 0 40px;
}
@media screen and (min-width: 1025px) {
  .page-footer__container {
    padding: 68px 0 54px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer__grid {
    display: grid;
    grid-template-areas: "logo nav nav contacts" "social nav nav contacts" "social nav nav contacts" "bottom bottom bottom bottom";
  }
}
@media screen and (max-width: 1024px) {
  .page-footer__logo-holder {
    margin-bottom: 25px;
    width: 220px;
    height: 52px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer__logo-holder {
    grid-area: logo;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer__logo {
    width: 220px;
    height: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer__nav {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer__nav {
    grid-area: nav;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer__contacts {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer__contacts {
    grid-area: contacts;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 4px;
  }
}
.page-footer__social {
  grid-area: social;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-footer__social-links {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page-footer__social-links {
    margin-bottom: 30px;
  }
}
.page-footer__social-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-footer__social-title {
  margin-bottom: 20px;
}
.page-footer__social-help {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .page-footer__social-help .icon-link__icon {
    margin-right: 10px;
  }
}
.page-footer__social-link {
  display: block;
}
.page-footer__social-link svg {
  display: block;
  fill: #009DD9;
}
.page-footer__social-link:hover svg {
  fill: #0E3F60;
}
@media screen and (max-width: 1024px) {
  .page-footer__bottom {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .page-footer__bottom {
    grid-area: bottom;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
}
.page-footer__copyright {
  line-height: 1.7;
}
.page-footer__copyright-text {
  margin-right: 1em;
}
.page-footer__policy {
  display: inline-block;
  color: #009DD9;
}
.page-footer__places-link {
  margin-top: auto;
  font-size: 15px;
  color: #009DD9;
  text-decoration: underline;
}
.page-footer__places-link:hover {
  text-decoration: none;
}
.page-footer__phone {
  margin-bottom: 14px;
}
.page-footer__work-hours {
  margin-bottom: 25px;
  line-height: 2;
}
.page-footer__work-hours b {
  color: #0E3F60;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .page-footer__copyright {
    margin-bottom: 20px;
  }
}

.page-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 12px rgba(34, 87, 142, 0.1);
}
.bvi-active .page-header {
  position: relative;
}
.page-header__logo {
  align-self: center;
  margin-bottom: -5px;
}
.page-header__logo svg {
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-header__logo {
    width: 40px;
    height: 34px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .page-header__logo svg {
    height: 100%;
    width: auto;
  }
}
.page-header__top {
  border-bottom: 1px solid #EEF3F9;
}
.page-header__container {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 68px;
}
@media screen and (max-width: 1024px) {
  .page-header__container {
    justify-content: space-between;
  }
}
.page-header__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header__toggle {
    display: block;
    border: 0;
    box-shadow: none;
    background: rgba(14, 63, 96, 0);
  }
  .page-header__toggle_close {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.page-header__toggle-icon {
  display: block;
  fill: #1C7ADD;
}
.page-header__toggle_close .page-header__toggle-icon {
  fill: #0E3F60;
}
.page-header__toggle-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header__menu-holder {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 70px;
    overflow: auto;
    transform: translateY(-100%);
    background-color: #ffffff;
  }
  .is-menu-open .page-header__menu-holder {
    transform: translateY(0);
  }
}
.page-header__search-icon {
  margin-left: auto;
}
@media screen and (max-width: 482px) {
  .page-header__search-icon {
    margin-left: 0;
  }
}
.page-header__mobile-part {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-header__mobile-part {
    display: block;
    padding-top: 10px;
  }
}
.page-header__mobile-search-line {
  margin: 15px 0;
}

@media screen and (min-width: 1025px) {
  .page-cols {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-template-areas: "title side" "main side";
    gap: 0 50px;
  }
  .page-cols_no-title {
    grid-template-areas: "main side";
  }
  .page-cols__title {
    grid-area: title;
  }
  .page-cols__main-col {
    grid-area: main;
  }
  .page-cols__main-col_cart {
    margin-bottom: 50px;
  }
  .page-cols__side-col {
    position: relative;
    grid-area: side;
  }
}
@media screen and (max-width: 1024px) {
  .page-cols__main-col_cart {
    display: flex;
    flex-direction: column;
  }
  .page-cols__main-col_cart .cart-cards-list:first-of-type {
    order: 1;
  }
  .page-cols__main-col_cart .cart-cards-list:last-of-type {
    order: 4;
  }
  .page-cols__main-col_cart .search-line {
    order: 2;
  }
  .page-cols__main-col_cart .h3 {
    order: 3;
  }
}

.page {
  display: flex;
  flex-direction: column;
}

.page-content_light-bg {
  background-color: #F8FAFE;
}

.personal-nav {
  margin-bottom: 30px;
  padding: 25px 35px;
  background-color: #F2F7FD;
  border-radius: 3px;
}
.personal-nav__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.personal-nav__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1C7ADD;
}
.personal-nav__block {
  padding: 15px 0;
  border-bottom: 1px dashed rgba(87, 117, 143, 0.17);
}
.personal-nav__nav-link {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
  color: #0E3F60;
}

.place-tabs {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .place-tabs {
    margin-bottom: 10px;
  }
}
.place-tabs__nav {
  display: flex;
  gap: 10px;
}
.place-tabs__link {
  display: flex;
  align-items: center;
  padding: 13px 40px 10px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0E3F60;
  background-color: rgba(29, 122, 221, 0.06);
  border-radius: 3px 3px 0 0;
}
.place-tabs__link svg {
  margin-right: 15px;
  fill: #F35150;
}
.place-tabs__link.is-active {
  background-color: #ffffff;
}
.place-tabs__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .place-tabs__link {
    padding: 13px 15px;
    font-size: 13px;
    line-height: 1.2;
  }
  .place-tabs__link svg {
    margin-right: 10px;
  }
}
.place-tabs__tabs {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(34, 87, 142, 0.1);
}
@media screen and (max-width: 768px) {
  .place-tabs__tabs {
    padding: 15px 25px 15px 15px;
  }
}
.place-tabs__choice-button {
  margin-right: 45px;
  text-transform: uppercase;
  font-weight: 500;
}
.place-tabs__medcenter-choice {
  display: flex;
  align-items: center;
}
.place-tabs__places-count {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .place-tabs__medcenter-places {
    display: none;
  }
}
.place-tabs__places-text, .place-tabs__selected-title {
  font-size: 13px;
  line-height: 1.5;
  color: #57758F;
}
.place-tabs__medcenter-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.place-tabs__selected-place {
  font-size: 15px;
  line-height: 1.3;
}

.profile-compact__link {
  position: relative;
  display: block;
  padding-right: 22px;
}
@media screen and (max-width: 1024px) {
  .profile-compact__link {
    padding-right: 0;
  }
}
.profile-compact__icon {
  display: block;
  fill: #0E3F60;
}
.profile-compact__link:hover .profile-compact__icon {
  fill: #1C7ADD;
}
.profile-compact__arrow {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .profile-compact__arrow {
    display: none;
  }
}

.radio {
  position: relative;
}
.radio__input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.radio__label {
  padding-left: 37px;
  font-size: 15px;
  transition: color ease 0.35s;
  cursor: pointer;
}
.radio__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.2em;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(87, 117, 143, 0.2);
  border-radius: 100%;
  box-shadow: inset 0 0 0 20px #ffffff;
  transition: box-shadow ease 0.35s;
}
:checked + .radio__label {
  color: #1C7ADD;
}
:checked + .radio__label:before {
  background-color: #1C7ADD;
  border-color: #1C7ADD;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.search-dropdown {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  display: none;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #ffffff;
}
.search-dropdown.is-open {
  display: block;
}
.search-dropdown__control {
  display: flex;
  flex-direction: row-reverse;
  padding: 25px 0 20px;
}
.search-dropdown__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .search-dropdown__toggle {
    display: block;
    border: 0;
    box-shadow: none;
    background: rgba(14, 63, 96, 0);
  }
  .search-dropdown__toggle_close {
    position: absolute;
    top: 22px;
    right: 22px;
  }
}
.search-dropdown__toggle-icon {
  display: block;
  fill: #0E3F60;
}
.search-dropdown__toggle-text {
  display: none;
}
.search-dropdown__line {
  margin-bottom: 30px;
}

.search-line {
  position: relative;
}
.search-line_cart {
  margin-bottom: 30px;
}
.search-line_panel .search-line__inner {
  padding: 20px 0;
  background: linear-gradient(89.84deg, #1B77DC -0.35%, #35A8EA 99.03%);
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__inner {
    padding: 16px 0;
  }
}
.search-line_on-page .search-line__inner {
  margin-bottom: 30px;
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .search-line_on-page .search-line__inner {
    margin: 0 -15px 15px;
    border-radius: 0;
  }
  .modal-content .search-line_on-page .search-line__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.search-line__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  height: 54px;
  padding: 0 15px;
  background-color: #F2F7FD;
}
.search-line_round .search-line__form, .search-line_round-modal .search-line__form, .search-line_panel .search-line__form {
  height: 60px;
  padding: 6px 6px 8px 35px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ffffff;
  border-radius: 60px;
}
@media screen and (max-width: 1024px) {
  .search-line_round .search-line__form, .search-line_round-modal .search-line__form, .search-line_panel .search-line__form {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__form {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .search-line_panel .search-line__form {
    padding: 4px 3px 5px 35px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .search-line_on-page .search-line__form {
    padding-left: 24px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .search-line_round-modal .search-line__form {
    padding-left: 24px;
    background-color: #F2F7FD;
  }
}
.search-line_cart .search-line__form {
  padding-left: 40px;
  padding-right: 35px;
  border: 1px solid rgba(87, 117, 143, 0.15);
  border-radius: 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_cart .search-line__form {
    padding-left: 25px;
    padding-right: 20px;
    gap: 10px;
  }
}
.bvi-active .search-line__form {
  border: 2px solid black;
}
.search-line__input {
  flex-grow: 1;
  background: rgba(14, 63, 96, 0);
  border: 0;
  box-shadow: none;
  text-overflow: ellipsis;
}
.search-line_round .search-line__input {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_round .search-line__input {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input {
    color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .search-line_on-page .search-line__input, .search-line_round-modal .search-line__input {
    color: #57758F;
  }
}
.search-line_round-modal .search-line__input {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .search-line_cart .search-line__input {
    font-size: 12px;
  }
}
.search-line__input::-webkit-input-placeholder {
  color: rgba(87, 117, 143, 0.5);
}
.search-line_round .search-line__input::-webkit-input-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input::-webkit-input-placeholder {
    color: #ffffff;
  }
}
.search-line_on-page .search-line__input::-webkit-input-placeholder, .search-line_cart .search-line__input::-webkit-input-placeholder, .search-line_round-modal .search-line__input::-webkit-input-placeholder {
  color: #57758F;
}
.search-line__input::-moz-placeholder {
  color: rgba(87, 117, 143, 0.5);
}
.search-line_round .search-line__input::-moz-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input::-moz-placeholder {
    color: #ffffff;
  }
}
.search-line_on-page .search-line__input::-moz-placeholder, .search-line_cart .search-line__input::-moz-placeholder, .search-line_round-modal .search-line__input::-moz-placeholder {
  color: #57758F;
}
.search-line__input:-moz-placeholder {
  color: rgba(87, 117, 143, 0.5);
}
.search-line_round .search-line__input:-moz-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input:-moz-placeholder {
    color: #ffffff;
  }
}
.search-line_on-page .search-line__input:-moz-placeholder, .search-line_cart .search-line__input:-moz-placeholder, .search-line_round-modal .search-line__input:-moz-placeholder {
  color: #57758F;
}
.search-line__input:-ms-input-placeholder {
  color: rgba(87, 117, 143, 0.5);
}
.search-line_round .search-line__input:-ms-input-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input:-ms-input-placeholder {
    color: #ffffff;
  }
}
.search-line_on-page .search-line__input:-ms-input-placeholder, .search-line_cart .search-line__input:-ms-input-placeholder, .search-line_round-modal .search-line__input:-ms-input-placeholder {
  color: #57758F;
}
.search-line__input.ui-placeholder {
  color: rgba(87, 117, 143, 0.5);
}
.search-line_round .search-line__input.ui-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .search-line_panel .search-line__input.ui-placeholder {
    color: #ffffff;
  }
}
.search-line_on-page .search-line__input.ui-placeholder, .search-line_cart .search-line__input.ui-placeholder, .search-line_round-modal .search-line__input.ui-placeholder {
  color: #57758F;
}
.search-line__button {
  background: rgba(14, 63, 96, 0);
  border: none;
  box-shadow: none;
}
.search-line__button_reset {
  opacity: 1;
  pointer-events: auto;
  transition: opacity ease 0.35s;
}
.search-line__input:-moz-placeholder-shown + .search-line__button_reset {
  opacity: 0;
  pointer-events: none;
}
.search-line__input:-ms-input-placeholder + .search-line__button_reset {
  opacity: 0;
  pointer-events: none;
}
.search-line__input:placeholder-shown + .search-line__button_reset {
  opacity: 0;
  pointer-events: none;
}
.bvi-active .search-line__input:-moz-placeholder-shown + .search-line__button_reset {
  opacity: 1;
  pointer-events: auto;
}
.bvi-active .search-line__input:-ms-input-placeholder + .search-line__button_reset {
  opacity: 1;
  pointer-events: auto;
}
.bvi-active .search-line__input:placeholder-shown + .search-line__button_reset {
  opacity: 1;
  pointer-events: auto;
}
.search-line_round .search-line__button_submit, .search-line_round-modal .search-line__button_submit, .search-line_panel .search-line__button_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #ffffff;
  background: #F35150;
  box-shadow: 0 4px 4px rgba(136, 37, 36, 0.33);
  border-radius: 60px;
  transition: box-shadow ease 0.35s;
}
.search-line_round .search-line__button_submit .search-line__button-icon, .search-line_round-modal .search-line__button_submit .search-line__button-icon, .search-line_panel .search-line__button_submit .search-line__button-icon {
  fill: #ffffff;
}
.search-line_round .search-line__button_submit:hover, .search-line_round-modal .search-line__button_submit:hover, .search-line_panel .search-line__button_submit:hover {
  box-shadow: 0 0 0 rgba(136, 37, 36, 0);
}
@media screen and (min-width: 1025px) {
  .search-line_round .search-line__button_submit, .search-line_round-modal .search-line__button_submit, .search-line_panel .search-line__button_submit {
    width: 170px;
  }
  .search-line_round .search-line__button_submit .search-line__button-icon, .search-line_round-modal .search-line__button_submit .search-line__button-icon, .search-line_panel .search-line__button_submit .search-line__button-icon {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .search-line_panel .search-line__button_submit {
    padding: 17px 30px;
    width: auto;
  }
}
.search-line__submit-text {
  display: none;
}
@media screen and (min-width: 1025px) {
  .search-line__submit-text {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .search-line_cart .search-line__submit-text {
    display: none;
  }
}
.search-line__button-icon {
  display: block;
  fill: #1C7ADD;
}
.search-line_round .search-line__button-icon {
  fill: #ffffff;
}
.search-line_cart .search-line__button-icon, .search-line_round-modal .search-line__button-icon {
  fill: #57758F;
}
.search-line__tags {
  display: none;
}
@media screen and (min-width: 1025px) {
  .search-line__tags {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
  }
}
.search-line__tags-title {
  margin-right: 0.2rem;
}
.search-line__tags-list {
  display: flex;
  flex-wrap: wrap;
}
.search-line__tag-item {
  display: flex;
}
.search-line__tag-item:after {
  content: "|";
  margin: 0 0.2rem;
}
.search-line__tag-item:last-child:after {
  display: none;
}
.search-line__tag {
  color: inherit;
  font-weight: 500;
}
.search-line__request {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .search-line__request {
    margin-bottom: 20px;
  }
}
.search-line__request-text {
  color: #57758F;
}
.search-line__result-drop {
  position: absolute;
  z-index: 7;
  display: none;
  width: 100%;
  max-width: 1170px;
  top: calc(100% - 15px);
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 30px 20px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(34, 87, 142, 0.19);
  border-radius: 6px;
}
.search-line__result-drop .cards-block {
  margin: 0;
}
.show-result .search-line__result-drop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .show-result .search-line__result-drop {
    display: none;
  }
}

.search-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  border-bottom: 1px solid rgba(87, 117, 143, 0.13);
}
@media screen and (max-width: 600px) {
  .search-tabs__nav {
    justify-content: space-between;
    gap: 20px;
  }
}
.search-tabs__link {
  position: relative;
  display: block;
  padding: 10px 0 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(87, 117, 143, 0.65);
}
.search-tabs__link:hover {
  text-decoration: none;
}
.search-tabs__link.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background: #F35150;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .search-tabs__link {
    padding: 5px 0;
    font-size: 13px;
  }
}
.is-active .search-tabs__link-name, :hover > .search-tabs__link-name {
  color: #0E3F60;
}
@media screen and (max-width: 600px) {
  .search-tabs__link-name {
    display: block;
  }
}
.search-tabs__link-count {
  margin-left: 0.2em;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .search-tabs__link-count {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
}

.seo-tabs {
  margin: 70px 0 90px;
}
@media screen and (max-width: 600px) {
  .seo-tabs {
    margin: 40px 0 60px;
  }
}
.seo-tabs:last-child {
  margin-bottom: 0;
}
.seo-tabs__nav {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.seo-tabs_borders .seo-tabs__nav {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .seo-tabs__nav {
    display: none;
  }
}
.seo-tabs__link {
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #0E3F60;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0.17);
  border-radius: 60px;
  border: 1.5px solid rgba(14, 63, 96, 0);
  transition: color ease 0.35s, box-shadow ease 0.35s;
}
.seo-tabs__link_mobile {
  display: none;
}
.seo-tabs__link.is-active {
  color: #F35150;
  box-shadow: 0 2px 6px rgba(34, 87, 142, 0);
  border-color: #F35150;
}
.seo-tabs__link:hover {
  color: #F35150;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .seo-tabs__link_mobile {
    position: relative;
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .seo-tabs__link_mobile:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #F35150;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform ease 0.35s;
  }
  .seo-tabs__link_mobile:after.is-active {
    transform: rotate(-135deg);
  }
}
.seo-tabs__tab {
  font-size: 15px;
  line-height: 1.87;
  color: #57758F;
  padding: 20px 0 25px;
}
.seo-tabs__tabs {
  padding: 20px 0;
  border: 1px solid #EEF3F9;
  border-width: 1px 0 1px 0;
}

.service-buttons__items {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .service-buttons__items {
    flex-direction: column;
  }
}
.service-buttons__item {
  flex-grow: 1;
  padding: 10px 23px;
  text-align: left;
}
.service-buttons__item svg {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .service-buttons__item_map {
    color: #0E3F60;
    background-color: #F2F7FD;
  }
  .service-buttons__item_map svg {
    width: 15px;
    fill: #F35150;
  }
}
@media screen and (min-width: 1025px) {
  .service-buttons__item_map {
    color: #ffffff;
    background-color: #2B95E4;
  }
}
.service-buttons__item_at-home {
  background-color: #F4F8FD;
}
.service-buttons__item_at-home svg {
  fill: #F35150;
}
.service-buttons__item_call {
  padding-top: 3px;
  padding-bottom: 3px;
}
.service-buttons__item_call svg {
  margin-right: 0;
  margin-top: -20px;
}
.service-buttons__main-line {
  display: block;
  margin-bottom: 2px;
  color: #0E3F60;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.service-buttons__item_map .service-buttons__main-line {
  color: inherit;
}
.service-buttons__item_call .service-buttons__main-line {
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: initial;
}
@media screen and (max-width: 1024px) {
  .service-buttons__main-line {
    font-weight: 700;
    font-size: 12px;
  }
}
.service-buttons__subline {
  display: block;
  font-size: 13px;
  color: #57758F;
}
.service-buttons__item_map .service-buttons__subline {
  color: rgba(255, 255, 255, 0.54);
}
@media screen and (max-width: 1024px) {
  .service-buttons__item_map .service-buttons__subline {
    color: #57758F;
  }
}
.service-buttons__item_call .service-buttons__subline {
  margin-left: -25px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .service-buttons__subline {
    font-size: 11px;
  }
}
.service-buttons__text-item {
  margin: 15px -3px;
  font-size: 13px;
}
.service-buttons__text-item a {
  color: #F35150;
  text-decoration: underline;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(34, 87, 142, 0.09);
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .service-card {
    box-shadow: 0 3px 14px rgba(34, 87, 142, 0.23);
  }
}
.service-card_double {
  background-color: #F2F7FD;
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .service-card_double {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.service-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px 12px;
  width: 100%;
}
.service-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 20px 12px;
}
.service-card_double .service-card__content {
  width: 45%;
}
@media screen and (min-width: 1025px) {
  .service-card_double .service-card__content {
    flex-grow: 0;
  }
}
@media screen and (max-width: 1024px) {
  .service-card_double .service-card__content {
    position: relative;
    z-index: 5;
    width: 80%;
  }
}
.service-card__img-holder {
  width: 43%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .service-card__img-holder {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
  }
}
.service-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.service-card__code {
  font-size: 14px;
  line-height: 1.57;
  color: #57758F;
}
@media screen and (max-width: 1024px) {
  .service-card__code {
    font-size: 12px;
  }
}
.service-card__duration {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #F35150;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .service-card__duration {
    font-size: 10px;
  }
  .service-card__duration svg {
    width: 14px;
    height: 14px;
  }
}
.service-card__duration-icon {
  fill: currentColor;
  margin-right: 5px;
}
.service-card__title {
  margin-bottom: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: #0E3F60;
}
@media screen and (max-width: 1024px) {
  .service-card__title {
    font-size: 15px;
    line-height: 1.6;
  }
}
.service-card__title-note {
  font-weight: 400;
  font-size: 16px;
  color: #57758F;
}
@media screen and (max-width: 1024px) {
  .service-card__title-note {
    font-size: 14px;
  }
}
.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
}
.service-card__tag {
  display: flex;
  font-size: 13px;
  line-height: 1.7;
  color: #57758F;
}
.service-card__tag:after {
  content: "|";
  margin: 0 0.2rem;
}
.service-card__tag:last-child:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .service-card__tag {
    font-size: 12px;
  }
}
.service-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px dashed rgba(87, 117, 143, 0.47);
}
.service-card__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .service-card__price {
    font-size: 18px;
  }
}

.specials {
  margin: 90px 0;
  overflow: hidden;
}
.page-cols__main-col .specials {
  margin: 50px 0 60px;
}
@media screen and (max-width: 1024px) {
  .specials {
    margin: 60px 0;
  }
  .page-cols__main-col .specials {
    margin: 30px -15px 60px;
    padding: 0 15px;
  }
}
.specials__content {
  position: relative;
  display: grid;
  grid-template-areas: "title buttons" "tabs tabs";
}
@media screen and (max-width: 768px) {
  .specials__content {
    display: block;
  }
}
.specials__tabs {
  grid-area: tabs;
}
.specials__list {
  margin: 0 -15px;
}
.specials_compact .specials__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .specials__list {
    margin: 0 65px 15px -5px;
  }
  .specials__list .slick-list {
    overflow: visible;
  }
  .specials_compact .specials__list {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .specials_compact .specials__list {
    display: block;
    margin: 0 65px 15px -5px;
  }
}
.specials__item {
  margin: 0 15px;
}
.specials_compact .specials__item {
  margin: 0;
}
.specials_compact .specials__item:nth-child(n+3) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .specials__item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .specials_compact .specials__item {
    margin: 0 5px;
  }
  .specials_compact .specials__item:nth-child(n+3) {
    display: block;
  }
}
.specials__title {
  grid-area: title;
}
@media screen and (min-width: 1025px) {
  .specials__title {
    margin-bottom: 45px;
  }
}
.specials__title_tabs-links {
  color: #AAC9E4;
}
.specials__title_tabs-links a {
  position: relative;
  color: #AAC9E4;
}
.specials__title_tabs-links a:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1.5px solid rgba(14, 63, 96, 0);
}
.specials__title_tabs-links a:hover {
  text-decoration: none;
}
.specials__title_tabs-links a:hover:after {
  border-color: currentColor;
}
.specials__title_tabs-links a.is-active {
  color: #0E3F60;
}
.specials__title_tabs-links a.is-active:after {
  border-color: currentColor;
}
.specials__buttons {
  grid-area: buttons;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .specials__buttons {
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0;
  }
  .specials_compact .specials__buttons {
    margin-top: 30px;
  }
}
.specials__button_specials {
  display: none;
}
[data-active="#special-tab"] .specials__button_specials {
  display: flex;
}
.specials__button_news {
  display: none;
}
[data-active="#news-tab"] .specials__button_news {
  display: flex;
}
.specials__slider-nav {
  grid-area: nav;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.specials_compact .specials__slider-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .specials__slider-nav {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1240px) {
  .specials__slider-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .specials_compact .specials__slider-nav {
    display: flex;
  }
}
@media screen and (min-width: 1240px) {
  .specials__slider-arrow {
    position: absolute;
    top: 190px;
  }
  .specials__slider-arrow.button_prev {
    left: -65px;
  }
  .specials__slider-arrow.button_next {
    right: -65px;
  }
}

.steps {
  margin: 100px 0 90px;
  padding: 60px 0;
  background-color: #F2F7FD;
  background-image: url("../../assets/img/citymed-logo-bg.png"), url("../../assets/img/med-bg.png");
  background-size: 374px 333px, 338px 359px;
  background-position: 0 95%, bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .steps {
    margin: 60px 0;
    padding: 50px 0 45px;
    overflow: hidden;
    background-image: url("../../assets/img/med-bg.png");
    background-position: bottom right;
    background-size: 181px 192px;
  }
}
@media screen and (min-width: 1025px) {
  .steps__content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .steps__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1025px) {
  .steps__title {
    width: 20%;
    margin-right: 30px;
    font-size: 26px;
    line-height: 1.2;
  }
}
.steps__title-accent {
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .steps__title-accent {
    display: block;
    font-size: 24px;
  }
}
.steps__intext-img {
  vertical-align: middle;
}
.steps__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: steps;
}
.steps__list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .steps__list {
    display: block;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 482px) {
  .steps__list {
    margin: 0 -25px;
  }
}
.steps__item {
  position: relative;
  padding: 125px 30px 38px;
  background-color: #ffffff;
  box-shadow: 0 6px 16px rgba(34, 87, 142, 0.06);
  border-radius: 3px;
  counter-increment: steps;
}
.steps__item:before {
  content: counter(steps);
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 48px;
  line-height: 1;
  color: rgba(243, 81, 80, 0.22);
}
@media screen and (max-width: 768px) {
  .steps__item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 482px) {
  .steps__item {
    margin: 0 25px;
  }
}
.steps__name-holder {
  display: flex;
  align-items: center;
  min-height: 2.6em;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.steps__name {
  max-width: 160px;
}
.steps__icon-holder {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 52px;
  height: 52px;
}
.steps__icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.steps__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .steps__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 5px;
  }
}
.steps__arrows {
  display: flex;
  gap: 15px;
}
.steps__counter {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.steps__current-number {
  color: #F35150;
}

.tabs-holder {
  position: relative;
}

.tab {
  display: none;
}
.tab.is-active {
  display: block;
}

.tags {
  margin-bottom: 30px;
}
.h2 + .tags {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .h2 + .tags {
    margin-bottom: 20px;
  }
}
.tags__list {
  display: flex;
  flex-wrap: wrap;
}
.tags__tag {
  display: flex;
  font-size: 15px;
  line-height: 1.7;
  color: #009DD9;
}
.tags__tag:after {
  content: "|";
  margin: 0 0.4rem;
}
.tags__tag:last-child:after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tags__tag {
    font-size: 12px;
  }
}

.top-menu {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-menu__menu {
    padding: 10px 0 20px;
    border: 1px solid #EEF3F9;
    border-width: 1px 0 1px 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-menu__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hide-inactive .top-menu__menu-item {
  display: none;
}
.hide-inactive .top-menu__menu-item.is-open {
  display: block;
}
.top-menu__menu-link {
  position: relative;
  display: flex;
  padding: 24px 5px 20px;
  color: #0E3F60;
  font-size: 15px;
}
.top-menu__menu-link:hover {
  color: #1C7ADD;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .top-menu__menu-link {
    padding: 15px 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .is-parent .top-menu__menu-link:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 7px;
    height: 7px;
    border: 1px solid #1C7ADD;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
  }
  .is-open .top-menu__menu-link {
    padding-left: 30px;
    color: rgba(87, 117, 143, 0.84);
  }
  .is-open .top-menu__menu-link:after {
    right: auto;
    left: 10px;
    transform: rotate(135deg);
  }
}
.top-menu__link-icon {
  display: inline-block;
  margin-right: 5px;
  fill: #F35150;
}
@media screen and (max-width: 1024px) {
  .top-menu__link-icon {
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .top-menu__submenu-holder {
    display: none;
  }
  .is-open .top-menu__submenu-holder {
    display: block;
  }
  .top-menu__submenu-holder .content-center, .top-menu__submenu-holder .search-line_panel .search-line__content, .search-line_panel .top-menu__submenu-holder .search-line__content {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  .top-menu__submenu-holder {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 30px 0 40px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: opacity ease 0.35s;
    box-shadow: 0 15px 20px -20px rgba(34, 87, 142, 0.1);
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(34, 87, 142, 0.1) 0, #fff 10px, #fff);
  }
  .top-menu__menu-item:hover .top-menu__submenu-holder {
    opacity: 1;
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }
}
@media screen and (min-width: 1025px) {
  .top-menu__submenu {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.top-menu__submenu-link {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #0E3F60;
}
@media screen and (min-width: 1025px) {
  .top-menu__submenu-link {
    font-weight: 500;
  }
}
.top-menu__submenu-link:hover {
  text-decoration: none;
  color: #1C7ADD;
}

.types-block {
  margin: 100px 0 90px;
}
@media screen and (max-width: 1024px) {
  .types-block {
    margin: 60px 0;
  }
}
.types-block__header {
  position: relative;
  padding: 110px 0 150px;
  background-color: #F2F7FD;
  background-image: url("../../assets/img/citymed-logo-bg.png"), url("../../assets/img/med-bg.png");
  background-size: 374px 333px, 338px 359px;
  background-position: 0 50px, bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .types-block__header {
    padding: 60px 0 70px;
    background-image: url("../../assets/img/med-bg.png");
    background-position: bottom right;
    background-size: 162px 172px;
  }
  .types-block__header:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 162px;
    height: 172px;
    background-image: url("../../assets/img/med-bg.png");
    background-position: bottom right;
    background-size: contain;
    transform: rotate(180deg);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
.types-block__content {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .types-block__content {
    display: flex;
    align-items: center;
  }
}
.types-block__title {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .types-block__title {
    flex-direction: column;
    margin-bottom: 35px;
    text-align: center;
  }
}
.types-block__title-main {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .types-block__title-main {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .types-block__title-main {
    margin-bottom: 7px;
  }
}
.types-block__title-common {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .types-block__title-common {
    font-size: 16px;
  }
}
.types-block__title-img-holder {
  width: 342px;
  height: 60px;
  margin-right: 55px;
}
@media screen and (max-width: 1024px) {
  .types-block__title-img-holder {
    width: 180px;
    height: 34px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .types-block__title-img-holder {
    width: 120px;
    height: 20px;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.types-block__title-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.types-block__accordion-holder {
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  .types-block__accordion-holder {
    margin-top: -20px;
  }
}
.types-block__accordion {
  position: relative;
  z-index: 5;
}
/*# sourceMappingURL=../sourcemaps/global.css.map */