@font-face {
  font-family: "GTWalsheimPro";
  font-weight: 400;
  src: url("../fonts/GTWalsheimPro.woff2") format("woff2"), url("../fonts/GTWalsheimPro.woff") format("woff");
}
@font-face {
  font-family: "GTWalsheimPro";
  font-weight: 500;
  src: url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Medium.woff") format("woff");
}
body {
  margin: 0;
  background-color: #f4fdff;
  overflow-x: hidden;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
main {
  min-height: calc(100vh - 405px);
  overflow-x: hidden;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row_margin-bottom_medium {
  margin-bottom: 130px;
}
.row_margin-bottom_large {
  margin-bottom: 350px;
}
.row_container {
  width: 100%;
  max-width: 1410px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1024px) {
  .row_margin-bottom_large {
    margin-bottom: 230px;
  }
}
@media screen and (max-width: 768px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .row_margin-bottom_large {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 660px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.col-1-1 {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.col-1-2 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.col_align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.col_align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .col_align-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .col_order-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col_order-second {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.button {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 15px 30px;
  background-color: transparent;
  font-size: 20px;
  line-height: 36px;
  border: 1px solid #00091c;
  text-decoration: none;
  color: #00091c;
  display: inline-block;
  z-index: 10;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.button__arrow {
  margin-left: 12px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
@media screen and (min-width: 1200px) {
  .button:hover,
  .button:focus {
    color: #f4fdff;
    background-color: #306ae0;
    border-color: #306ae0;
  }
  .button:hover .arrow,
  .button:focus .arrow {
    background-position: -36px 0;
  }
  .button:active {
    background-color: #1d53c0;
  }
}
@media screen and (max-width: 1024px) {
  .button {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
.icon__arrow-right {
  display: inline-block;
  width: 15px;
  height: 11px;
  fill: #00091c;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
@media screen and (max-width: 425px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-title {
  color: #00091c;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 660px) {
  .section-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.lead {
  margin-top: 13px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.75px;
  color: #306ae0;
  max-width: 570px;
}
@media screen and (max-width: 1024px) {
  .lead {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    max-width: none;
  }
}
@media screen and (max-width: 660px) {
  .lead {
    font-size: 16px;
    line-height: 32px;
  }
}
.text {
  position: relative;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #00091c;
  max-width: 570px;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .text {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .text {
    max-width: none;
  }
}
.arrow {
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url("../img/sprites-arrows.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.datepicker {
  width: 390px;
  background-color: transparent;
  font-size: 20px;
  border-radius: 0;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.datepicker--cell {
  height: 48px;
  border-radius: 0;
  border-top: 3px solid #f4fdff;
  border-right: 5px solid #f4fdff;
  border-bottom: 3px solid #f4fdff;
  border-left: 5px solid #f4fdff;
}
.datepicker--day-name {
  color: #00091c;
  text-transform: none;
}
.datepicker--cell.-current- {
  color: #74b55f;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background-color: #74b55f;
  border-top: 3px solid #f4fdff;
  border-right: 5px solid #f4fdff;
  border-bottom: 3px solid #f4fdff;
  border-left: 5px solid #f4fdff;
}
.datepicker--days-names {
  margin: 4px 0 12px;
}
.datepicker--nav-title i {
  color: #00091c;
}
.datepicker--nav {
  padding: 14px;
  border-bottom: none;
}
.datepicker--content {
  padding: 4px 10px;
}
.datepicker--cell-month {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .datepicker {
    width: 100%;
  }
}
.selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 448px;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  border-color: #dfe3ea;
  background-color: transparent;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.selectric .icon__arrow-right {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.selectric .label {
  margin-left: 0;
  font-size: 20px;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.selectric-open .icon__arrow-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.selectric-items ul {
  height: 340px;
}
.selectric-items ul,
.selectric-items li {
  min-height: 60px;
  font-size: 20px;
}
.selectric-items {
  background-color: #f4fdff;
  border-color: #dfe3ea;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.selectric-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00091c;
  line-height: 40px;
}
.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #dfe3ea;
}
.selectric-items li:hover {
  background-color: #74b55f;
  color: #f4fdff;
}
.selectric-items li.highlighted {
  background-color: #f0f0f0;
}
.selectric-items li.highlighted:hover {
  background-color: #74b55f;
}
@media screen and (max-width: 768px) {
  .selectric,
  .selectric-wrapper {
    width: 100%;
  }
}
.summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.summary__price {
  margin-right: 60px;
  line-height: 70px;
  font-weight: 500;
  font-size: 48px;
  color: #306ae0;
}
.summary__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #306ae0;
  border: 1px solid #306ae0;
  color: #f4fdff;
  font-size: 20px;
  cursor: pointer;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.summary__submit:hover,
.summary__submit:focus {
  color: #00091c;
  background-color: transparent;
  border-color: #00091c;
}
@media screen and (max-width: 768px) {
  .summary {
    margin-top: 0;
    margin-bottom: 0;
  }
  .summary__submit {
    line-height: 30px;
    width: 120px;
    height: 52px;
    text-align: center;
  }
  .summary__price {
    font-size: 40px;
    line-height: 52px;
  }
}
.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input.error .input__control,
.input.error .input__label,
.input.error .selectric {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.05);
}
.input.error .input__warning {
  display: block;
}
.input__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 448px;
}
.input__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  height: 58px;
  background-color: #f4fdff;
  border: 1px solid #dfe3ea;
  cursor: pointer;
}
.input__label:hover,
.input__label:focus {
  color: #f4fdff;
  background-color: #74b55f;
  border-color: #74b55f;
}
.input__label:active {
  background-color: #5b9a47;
  border-color: #5b9a47;
}
.input__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  cursor: pointer;
}
.input__radio:checked + .input__label {
  color: #f4fdff;
  background-color: #74b55f;
  border-color: #74b55f;
}
.input__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 448px;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dfe3ea;
  font-size: 20px;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.input__control:focus {
  outline: none;
  border-color: #00091c;
}
.input__warning {
  display: none;
  margin-top: 4px;
  margin-left: 100px;
  font-size: 13px;
  line-height: 19px;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .input__title {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .input__inner {
    font-size: 18px;
    width: 100%;
  }
  .input__label {
    width: 30%;
    font-size: 16px;
  }
  .input__control {
    width: 100%;
  }
  .input__warning {
    margin-left: 0;
  }
}
.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switch__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 30px;
  line-height: 38px;
}
.switch__subtitle_before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.switch__subtitle_after {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.switch__label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  display: inline-block;
  width: 76px;
  height: 38px;
  margin-left: 40px;
  margin-right: 40px;
  border: 1px solid #dfe3ea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4fdff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.switch__slider::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #74b55f;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.switch__checkbox:not(:checked) ~ .switch__subtitle_before,
.switch__checkbox:checked ~ .switch__subtitle_after {
  color: #74b55f;
}
.switch__checkbox:checked ~ .switch__label > .switch__slider::before {
  -webkit-transform: translateX(38px);
          transform: translateX(38px);
}
@media screen and (max-width: 1200px) {
  .switch {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .switch__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .switch__label {
    margin-left: 30px;
    margin-right: 30px;
    width: 64px;
    height: 32px;
  }
  .switch__subtitle {
    font-size: 18px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .switch__slider::before {
    width: 32px;
    height: 32px;
  }
  .switch__checkbox:checked ~ .switch__label > .switch__slider::before {
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
}
.section-image__primary {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #f4fdff;
  background-color: #3b3b3b;
}
.section-image__primary img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.section-image__secondary {
  width: 64%;
  padding-top: 64%;
  border: 2px solid #f4fdff;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  background-color: #3b3b3b;
}
.section-image__secondary img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  position: absolute;
  width: 100%;
}
.section-image__secondary_position-left-center {
  top: 8.63%;
  left: -50.35%;
}
.section-image__secondary_position-right-center {
  top: 46px;
  right: -50.35%;
}
.section-image__secondary_position-left-top {
  top: -68px;
  left: -61.7%;
}
.section-image__secondary_position-right-baseline {
  top: 0;
  right: -61.7%;
}
.section-image__text {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.57vw;
  font-weight: 500;
  line-height: 2.08vw;
  letter-spacing: 0.75px;
  padding: 1.7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #f4fdff;
}
.section-image__lead {
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.section-image__description {
  width: 100%;
}
.section-image {
  display: inline-block;
  position: relative;
  width: 59.26%;
  height: 93.9%;
}
.section-image_bg-red {
  background-color: #ff0000;
}
.section-image_bg-green {
  background-color: #74b55f;
}
.section-image_bg-orange {
  background-color: #d15112;
}
.section-image_bg-blue {
  background-color: #306ae0;
}
@media screen and (max-width: 768px) {
  .section-image_align-right {
    margin-left: 29.6%;
  }
  .section-image__text {
    font-size: 3vw;
    line-height: 4.78vw;
  }
}
/*
.section-image {
  position: relative;
  display: flex;

  &_position_top_left {
    .section-image__secondary {
      position: absolute;
      top: -16%;
      left: 1%;
    }
  }

  &_position_top_right {
    .section-image__secondary {
      position: absolute;
      top: 0;
      left: 50%;
    }
  }

  &_alignment_right {
    justify-content: flex-end;
  }

  &_alignment_left {
    justify-content: flex-start;
  }
}

.section-image__primary,
.section-image__secondary {
  display: flex;
  box-sizing: border-box;
  border: 2px solid @border-color-light;
  border-radius: 50%;
  z-index: 10;
  overflow: hidden;

  img {
    max-width: 100%;
    height: auto;
  }
}

.section-image__primary {
  width: 66%;
  height: auto;
  background-color: @bg-color_grey;


  &_bg_red {
    background-color: @bg-color_red;
  }

  &_bg_green {
    background-color: @bg-color_green;
  }

  &_bg_orange {
    background-color: @bg-color_orange;
  }

  &_bg_blue {
    background-color: @bg-color_blue;
  }
}

.section-image__secondary {
  width: 45%;
}

.section-image__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 45%;
  height: 68%;
  color: @text-color_light;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.75px;
  border-radius: 50%;
  border: 2px solid @border-color-light;

  &_lead {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }

  &_description {
    display: inline-block;
    text-align: center;
    max-width: 210px;
  }

  &_position_right {
    position: absolute;
    top: 48px;
    right: 30px;
  }

  &_position_left {
    position: absolute;
    top: 36px;
    right: 390px;
  }

  &_green {
    background-color: @bg-color_green;
  }

  &_orange {
    background-color: @bg-color_orange;
  }

  &_grey {
    background-color: @bg-color_grey;
  }

  &_red {
    background-color: @bg-color_red;
  }

  &_blue {
    background-color: @bg-color_blue;
  }
}

@media screen and (max-width: 1200px) {
  .section-image_position_top_left .section-image__secondary {
    left: 5%;
  }

  .section-image__info {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 40%;
    height: 61%;
  }

  .section-image__info_lead {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0;
  }

  .section-image__info_description {
    font-size: 20px;
    line-height: 36px;
  }

  .section-image__info_position_right {
    right: 60px;
  }
}

@media screen and (max-width: 1080px) {
  .section-image__info_lead {
    font-size: 28px;
    line-height: 42px;
  }

  .section-image__info_description {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 930px) {
  .section-image__info {
    width: 136px;
    height: 136px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-image__info_position_right {
    top: 40px;
    right: 7%;
  }
}

@media screen and (max-width: 840px) {
  .section-image__info {
    width: 136px;
    height: 136px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-image__info_position_right {
    top: 2%;
    right: 3%;
  }
}

@media screen and (max-width: 780px) {
  .section-image__info {
    width: 136px;
    height: 136px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-image__info_position_right {
    top: 1%;
    right: 0;
  }
}

@media screen and (max-width: 660px) {
  .section-image_alignment_right {
    margin-right: 5%;
  }

  .section-image__info {
    width: 180px;
    height: 180px;
  }

  .section-image__info_position_right {
    top: 5%;
    right: 10d%;
  }
}

@media screen and (max-width: 540px) {
  .section-image__info {
    width: 160px;
    height: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-image__info_position_right {
    right: 4%;
  }
}

@media screen and (max-width: 480px) {
  .section-image__info {
    width: 140px;
    height: 140px;
  }

  .section-image__info_position_right {
    right: 5%;
  }
}

@media screen and (max-width: 390px) {
  .section-image__info_position_right {
    right: -4%;
  }
}
*/
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  list-style-type: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 14px;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  bottom: 0;
  right: -12px;
}
.breadcrumb__link {
  color: #00091c;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .breadcrumb__link:hover,
  .breadcrumb__link:focus {
    color: #306ae0;
  }
  .breadcrumb__link:active {
    color: #1d53c0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 425px) {
  .breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 1.2px;
  color: #00091c;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
@media screen and (max-width: 1024px) {
  .page-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .page-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 660px) {
  .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 425px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lang-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.35px;
  color: #00091c;
}
.lang-switcher__button {
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  padding-right: 0;
  padding-left: 0;
  margin-right: -5px;
  height: 100%;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
@media (max-width: 992px) {
  .lang-switcher__button {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lang-switcher__button svg {
    display: none;
  }
}
@media (min-width: 993px) {
  .lang-switcher__button:hover,
  .lang-switcher__button:focus {
    color: #306ae0;
  }
  .lang-switcher__button:active {
    opacity: 0.7;
  }
}
.lang-switcher__button svg {
  margin-left: 8px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: 40% 50%;
          transform-origin: 40% 50%;
}
.lang-switcher__button.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.lang-switcher__list {
  position: absolute;
  margin: 0;
  top: 100%;
  left: 0;
  background-color: #f4fdff;
  border: 1px solid #dfe3ea;
  padding: 8px 16px;
  list-style: none;
  display: none;
  z-index: 10;
}
@media (max-width: 992px) {
  .lang-switcher__list {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border: none;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .lang-switcher__item {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lang-switcher__item.active {
    background-color: #306ae0;
    color: #ffffff;
  }
  .lang-switcher__item.active .lang-switcher__link {
    color: #ffffff;
  }
}
.lang-switcher__link {
  color: #00091c;
  text-decoration: none;
}
@media (min-width: 993px) {
  .lang-switcher__link:hover,
  .lang-switcher__link:focus {
    color: #306ae0;
  }
  .lang-switcher__link:active {
    opacity: 0.7;
  }
}
@media (max-width: 992px) {
  .lang-switcher__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .lang-switcher__button.active {
    background-color: #306ae0;
    color: #ffffff;
  }
}
/*
.lang-switcher {
  width: 100%;
  flex: auto;
}

.lang-switcher__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: @text-color_default;
}

.lang-switcher__button {
  padding-right: 47px;
  padding-left: 0;
  font-size: 14px;
  background-color: transparent;
  border: none;
  cursor: pointer;

  &:focus {
    outline: none;
  }

  .font-family();
}

.lang-switcher__list {
  display: flex;
  padding-left: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s;

  &_active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.2s;
  }
}

.lang-switcher__item {
  &:not(:last-child) {
    margin-right: 22px;
  }
}

.lang-switcher__link {
  padding: 10px 13px;
  display: inline-block;
  line-height: 1;
  color: @text-color_default;
  text-decoration: none;
}

.lang-switcher__chevron {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 5px;
  background-image: url("../img/sprite-chevrons.png");
  background-repeat: no-repeat;
  background-position: -13px 0;
  transition: background-position 0.2s ease-in;

  &_active {
    background-position: 0 0;
    transition: background-position 0.2s ease-out;
  }
}

@media screen and (min-width: @desktop) {
  .lang-switcher__link {
    &:hover,
    &:focus {
      color: @text-color_light;
      background-color: @text-color_accent;
    }

    &:active {
      background-color: darken(@text-color_accent, 10%);
    }
  }
}

@media (max-width: 768px) {
  .lang-switcher {
    order: 5;
  }
}
*/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 6px;
  border: none;
}
.logo:visited {
  border: none;
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.35px;
  color: #00091c;
}
.contacts__item:not(:last-child) {
  margin-right: 30px;
}
.contacts__link {
  color: #00091c;
  text-decoration: none;
}
@media (min-width: 993px) {
  .contacts__link:hover,
  .contacts__link:focus {
    color: #306ae0;
    text-decoration: underline;
  }
  .contacts__link:active {
    opacity: 0.7;
  }
}
/*
.contacts {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  flex: initial;
  margin: 0;
  border-right: @border-default;
  list-style: none;
  font-size: 14px;
}

.contacts__link {
  text-decoration: none;
  color: @text-color_default;
}

@media screen and (min-width: @desktop) {
  .contacts__link {
    &:hover,
    &:focus {
      color: @text-color_accent;
    }
  }
}

@media screen and (max-width: 1366px) {
  .contacts {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .contacts {
    flex-shrink: 1;
    flex-basis: 200px;
  }

  .contacts__item {
    visibility: hidden;
  }
}
*/
.main-nav {
  width: 700px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .main-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 380px;
    width: auto;
    background-color: #ffffff;
    margin-top: 0;
  }
}
.main-nav__list {
  width: 100%;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 992px) {
  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
}
.main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .main-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-nav__item:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.main-nav__item:not(:last-child)::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00091c;
  border-radius: 50%;
}
.main-nav__link {
  color: #00091c;
  text-decoration: none;
}
@media (max-width: 992px) {
  .main-nav__link {
    line-height: 46px;
  }
}
@media (min-width: 993px) {
  .main-nav__link:hover,
  .main-nav__link:focus {
    color: #306ae0;
  }
  .main-nav__link:active {
    opacity: 0.7;
  }
}
.main-nav__link_active {
  color: #306ae0;
}
/*
.main-nav {
  flex: auto;
  padding-left: 60px;
  box-sizing: border-box;
}

.main-nav__wrapper {
  font-size: 14px;
  height: 100%;
}

.main-nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  height: 100%;
  list-style: none;
  box-sizing: border-box;
}

.main-nav__item {
  display: flex;
  align-items: center;
  height: 100%;
  flex: auto;

  &:last-child {
    flex-basis: 0;
  }

  &:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: @bg-color_dark;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-nav__link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding-right: 0;
  color: @text-color_default;
  text-decoration: none;

  &_active {
    color: @text-color_accent;
  }
}

@media screen and (min-width: @desktop) {
  .main-nav__link {
    &:hover,
    &:focus {
      color: @text-color_accent;
    }

    &:active {
      color: darken(@text-color_accent, 10%);
    }
  }
}

@media screen and (max-width: 1366px) {
  .main-nav {
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  .main-nav__wrapper {
    width: 100%;
  }
}
*/
.extra-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 1000px;
}
@media (max-width: 1250px) {
  .extra-nav {
    max-width: 900px;
    width: 900px;
  }
}
@media (max-width: 992px) {
  .extra-nav {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    padding-bottom: 40px;
    max-width: none;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
  }
}
.extra-nav__link {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #306ae0;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .extra-nav__link {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .extra-nav__link {
    color: #00091c;
  }
  .extra-nav__link:focus,
  .extra-nav__link:hover {
    color: #306ae0;
  }
  .extra-nav__link:active {
    opacity: 0.7;
  }
}
@media (min-width: 993px) {
  .extra-nav__link:hover,
  .extra-nav__link:focus {
    color: #00091c;
  }
  .extra-nav__link:active {
    opacity: 0.7;
  }
}
/*
.extra-nav {
  flex: auto;
  border-right: @border-default;
}

.extra-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: auto;
  margin: 0;
  padding-right: 180px;
  padding-left: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
  list-style: none;
  height: 100%;
}

.extra-nav__item {
  height: 100%;
}

.extra-nav__link {
  display: flex;
  align-items: center;
  height: 100%;
  color: @text-color_default;
  text-decoration: none;
  line-height: 0;

  &_active {
    color: @text-color_accent;
  }
}

@media screen and (min-width: @desktop) {
  .extra-nav__link {
    &:hover,
    &:focus {
      color: @text-color_accent;
    }

    &:active {
      color: darken(@text-color_accent, 10%);
    }
  }
}

@media screen and (max-width: 1366px) {
  .extra-nav__inner {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .extra-nav__link {
    font-size: 16px;
  }

  .extra-nav__inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .extra-nav__link {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .extra-nav {
    height: auto;
  }

  .extra-nav__inner {
    order: 2;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
    margin-top: 6px;
    margin-bottom: 37px;
    height: 230px;

    .extra-nav__item {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .extra-nav__link {
      font-size: 18px;
      line-height: 1;
      height: auto;
    }
  }
}
*/
.page-header {
  position: relative;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 992px) {
  .page-header {
    background-color: #ffffff;
    height: 50px;
    padding-top: 0;
  }
  .page-header.active .page-header__toggle {
    background-image: url("../img/close.svg");
    background-size: 18px 18px;
  }
  .page-header.active .page-header__extra-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header.active .page-header__store {
    display: block;
  }
  .page-header.active .page-header__main-nav {
    display: block;
  }
  .page-header.active .page-header__lang-switcher {
    display: block;
  }
}
.page-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
@media (max-width: 992px) {
  .page-header__row {
    height: 100%;
  }
}
.page-header__row_border-bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #00091c;
}
@media (max-width: 992px) {
  .page-header__row_border-bottom {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.page-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: auto;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .page-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.page-header__logo img {
  max-width: 100%;
  display: block;
  height: 100%;
}
.page-header__contacts {
  margin-right: 60px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .page-header__contacts {
    display: none;
  }
}
.page-header__inner {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.page-header__store {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 20px 60px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .page-header__store {
    display: none;
    position: absolute;
    padding-top: 0;
    padding-bottom: 40px;
    top: 305px;
    right: 0;
    left: 0;
    padding-left: 0;
    background-color: #ffffff;
    text-align: center;
  }
}
.page-header__button {
  color: #00091c;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1924px) {
  .page-header__button {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .page-header__button {
    color: #ffffff;
    background-color: #306ae0;
    padding: 13px 40px;
  }
}
@media (min-width: 993px) {
  .page-header__button:hover,
  .page-header__button:focus {
    color: #306ae0;
  }
  .page-header__button:active {
    opacity: 0.7;
  }
}
.page-header__arrow {
  margin-left: 12px;
}
@media (max-width: 992px) {
  .page-header__arrow {
    background-position: -36px 0;
  }
}
.page-header__toggle {
  display: none;
}
@media (max-width: 992px) {
  .page-header__toggle {
    display: block;
    position: absolute;
    top: 5px;
    right: 25px;
    width: 30px;
    height: 40px;
    font-size: 0;
    border: none;
    background-image: url("../img/menu-icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    outline: none;
  }
}
@media (max-width: 992px) {
  .page-header__lang-switcher {
    display: none;
    position: absolute;
    padding-bottom: 20px;
    top: 725px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
  }
}
@media (max-width: 992px) {
  .page-header__extra-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-header__main-nav {
    display: none;
  }
}
/*.page-header__contacts,
.page-header__lang-switcher,
.page-header__main-nav {
  display: none;
}*/
/*
.page-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;

  .container();

  &_show {
    height: 50px;
  }
}

.page-header__lang-switcher {
  width: 100%;
}

.page-header__logo {
  flex: none;
  width: 11%;
}

.page-header__contacts {
  flex: none;
  width: 35%;
  padding-left: 30px;
}

.page-header__main-nav {
  width: 54%;
}

.page-header__logo,
.page-header__contacts,
.page-header__main-nav {
  .header-height();
  .border-top-bottom();
}

.page-header__extra-nav,
.page-header__button {
  border-bottom: @border-default;

  .header-height();
}

.page-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-basis: 227px;
  text-decoration: none;

  // Фикс бага IE
  &:visited {
    color: @text-color_default;
  }
}

.page-header__arrow {
  margin-left: 12px;
}

.page-header__toggle {
  position: absolute;
  top: 0;
  right: 40px;
  display: none;
  width: 40px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  background-image: url("../img/menu-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;

  &:focus {
    outline: none;
  }
}

@media screen and (min-width: @desktop) {
  .page-header__button {
    &:hover,
    &:focus {
      color: @text-color_light;
      background-color: @bg-color_accent;

      .arrow {
        background-position: -36px 0;
      }
    }

    &:active {
      background-color: darken(@bg-color_accent, 10%);
    }
  }
}

@media screen and (max-width: 1200px) {
  .page-header__logo,
  .page-header__contacts,
  .page-header__main-nav,
  .page-header__extra-nav,
  .page-header__button {
    .header-height(50px);
  }

  .page-header__button {
    flex-basis: 18%;
  }

  .page-header__contacts {
    flex-basis: 0;
  }
}

@media screen and (max-width: 880px) {
  .page-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header__extra-nav {
    padding-right: 10px;
  }
}

@media screen and (max-width: @tablet) {
  .page-header {
    flex-direction: column;
    align-items: stretch;
    background-color: @bg-color_white;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
  }

  .page-header__extra-nav {
    order: 2;
  }

  .page-header_show {
    height: auto;

    .page-header__toggle {
      background-image: url("../img/close.svg");
      background-size: 18px 18px;
    }

    .page-header__extra-nav,
    .page-header__main-nav,
    .page-header__lang-switcher,
    .page-header__button {
      display: flex;
    }
  }

  .page-header__logo {
    width: 100%;
    padding-right: 0;
    order: 1;

    img {
      height: 31px;
      object-fit: contain;
    }
  }

  .page-header__button {
    flex-basis: auto;
    align-self: center;
    order: 3;
    width: 180px;
    height: 50px;
    background-color: @bg-color_accent;
    color: @text-color_light;

    &:visited {
      color: @text-color_light;
    }

    .page-header__arrow {
      background-position: -36px 0;
    }
  }

  .page-header__main-nav {
    height: auto;
    align-self: stretch;
    padding-left: 0;
    order: 4;
    width: auto;
    margin-top: 30px;

    .main-nav__list {
      height: 310px;
      flex-direction: column;
      margin-bottom: 15px;
    }

    .main-nav__item {
      flex-direction: column;
    }

    .main-nav__item:not(:last-child)::after {
      flex: none;
    }

    .main-nav__item:last-child {
      flex-basis: auto;
    }
  }

  .page-header__lang-switcher {
    justify-content: center;
    order: 5;
    margin-bottom: 7px;

    .lang-switcher__list {
      opacity: 1;
      visibility: visible;
    }

    .lang-switcher__chevron {
      display: none;
    }

    .lang-switcher__item:not(:last-child) {
      margin-right: 17px;
    }

    .lang-switcher__button {
      box-sizing: border-box;
      line-height: 14px;
      padding: 10px 13px;
      background-color: @bg-color_accent;
      color: @text-color_light;
      margin-right: 16px;
    }
  }

  .page-header__contacts {
    display: none;
  }

  .page-header__logo,
  .page-header__contacts,
  .page-header__main-nav,
  .page-header__extra-nav,
  .page-header__button {
    border: none;
  }

  .page-header__toggle {
    display: inline-block;
  }

  .page-header__extra-nav,
  .page-header__main-nav,
  .page-header__lang-switcher,
  .page-header__button {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .page-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header__toggle {
    right: 20px;
  }
}
*/
.page-footer__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #00091c;
  line-height: 30px;
  letter-spacing: 0.35px;
  z-index: 10;
}
.page-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer__inner:first-child {
  padding-bottom: 34px;
  border-bottom: 1px solid #00091c;
}
.page-footer__column {
  width: 170px;
}
.page-footer__column_type_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-footer__column:not(:last-child) {
  margin-right: 8.5%;
}
.page-footer__title {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 500;
}
.page-footer____description {
  margin-top: 0;
  margin-bottom: 0;
}
.page-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  padding-left: 0;
  list-style: none;
}
.page-footer__link {
  font-size: 0;
  letter-spacing: 0;
}
.page-footer__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/sprites-socials.png");
  background-repeat: no-repeat;
}
.page-footer__icon_facebook {
  background-position: 0 0;
}
.page-footer__icon_instagram {
  background-position: 0 -49px;
}
.page-footer__feedback {
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .page-footer__icon_facebook:hover,
  .page-footer__icon_facebook:focus {
    background-position: -50px 0;
  }
  .page-footer__icon_instagram:hover,
  .page-footer__icon_instagram:focus {
    background-position: -50px -50px;
  }
}
@media screen and (max-width: 1200px) {
  .page-footer__column:not(:last-child) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer__column:not(:last-child) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 660px) {
  .page-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-footer__column_type_social {
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-footer__column,
  .work-time {
    margin-bottom: 10px;
  }
  .page-footer__list {
    width: 90px;
    margin-top: 10px;
  }
  .page-footer__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .page-footer__title {
    margin-bottom: 0;
  }
  .page-footer__inner:first-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .page-footer__container_index {
    margin-top: 200px;
  }
}
.feedback__link {
  color: #306ae0;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .feedback__link:hover,
  .feedback__link:focus {
    text-decoration: underline;
  }
  .feedback__link:active {
    color: #1d53c0;
  }
}
.index-parents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-parents__col_with-bg {
  position: relative;
}
.index-parents__col_with-bg::after {
  content: "";
  position: absolute;
  background-image: url("../img/bg-index-parents.svg");
  background-repeat: no-repeat;
  display: block;
  width: 109.7%;
  height: 264.65%;
  bottom: -7.51%;
  left: 52.94%;
  z-index: -1;
}
.index-parents__large-image {
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  padding-right: 56px;
}
.index-parents__large-image img {
  position: relative;
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  height: auto;
  z-index: 10;
}
.index-parents__main-content {
  padding-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.index-parents__section-title {
  margin-top: 125px;
}
.index-parents__row {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .index-parents__large-image {
    padding-top: 30px;
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index-parents__section-title {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .index-parents__lead {
    margin-bottom: 32px;
  }
  .index-parents__text {
    margin-bottom: 29px;
  }
  .index-parents__col_with-bg::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-parents__main-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 660px) {
  .index-parents__large-image {
    width: 100%;
    margin-left: -20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .index-parents__main-content {
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .index-parents__section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .index-parents__lead {
    margin-bottom: 22px;
  }
  .index-parents__text {
    margin-bottom: 14px;
  }
  .index-parents__text_last-child {
    margin-bottom: 24px;
  }
  .index-parents__row {
    padding-top: 17%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-parents__row .col-1-2:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .index-parents__row .col-1-2:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index-parents__row_fluid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-sales {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
.index-sales__section-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.index-sales__text {
  max-width: 340px;
  margin-bottom: 95px;
}
.index-sales__article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: calc(17% + 15px);
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 1200px) {
  .index-sales {
    margin-top: 60px;
  }
  .index-sales__article {
    margin-left: 4%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-sales__text {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .index-sales__button {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 660px) {
  .index-sales {
    margin-top: 19px;
  }
  .index-sales__article {
    margin-left: 0;
  }
  .index-sales__section-title {
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .index-sales__text {
    margin-bottom: 30px;
  }
}
.index-kids {
  position: relative;
  padding-top: 180px;
  background-image: url("../img/bg-index-kids.svg");
  background-repeat: no-repeat;
  background-position: center top 5%;
  background-size: auto;
}
.index-kids .container {
  padding-left: 25px;
  padding-right: 25px;
}
.index-kids__section-title {
  margin-top: 50px;
}
.index-kids__text {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 40px;
}
.index-kids__video {
  position: relative;
  width: 66%;
  z-index: 10;
  margin-top: 180px;
  padding-bottom: 100px;
}
.index-kids__inner {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.index-kids__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-kids__video-bg {
  background-image: url("../img/index-kids-mermaid.png");
  background-repeat: no-repeat;
  background-position: right top 160px;
  background-size: 30%;
  z-index: 5;
}
.index-kids__hook {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 760px;
  width: 910px;
}
@media screen and (max-width: 1600px) {
  .index-kids {
    background-size: auto, 125%;
  }
}
@media screen and (max-width: 1450px) {
  .index-kids {
    background-size: auto, 138%;
  }
}
@media screen and (max-width: 1366px) {
  .index-kids {
    background-size: auto, 150%;
  }
}
@media screen and (max-width: 1280px) {
  .index-kids {
    background-size: auto, 165%;
  }
}
@media screen and (max-width: 1200px) {
  .index-kids {
    padding-top: 110px;
    background-position: center top -35%, center bottom;
  }
  .index-kids__section-title {
    margin-top: 0;
  }
  .index-kids__section-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .index-kids {
    background-position: center top, center bottom;
    background-size: 1024px;
  }
  .index-kids__video {
    margin-top: 110px;
  }
  .index-kids__video-bg {
    background-position: right top 110px;
  }
}
@media screen and (max-width: 768px) {
  .index-kids__video-bg {
    background-image: none;
  }
  .index-kids__video {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .index-kids_order_second {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index-kids_order_first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index-kids {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-kids__section-title {
    margin-top: 20px;
  }
  .index-kids__text {
    margin-bottom: 14px;
  }
  .index-kids__text_last-child {
    padding-bottom: 16px;
  }
  .index-kids .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-kids .col-1-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .index-kids__video-bg {
    background: none;
  }
}
.index-map {
  position: relative;
  background-image: url("../img/index-map.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  padding-top: 66.67%;
}
.index-map__link {
  position: absolute;
  left: 60%;
  top: 55%;
}
@media screen and (max-width: 768px) {
  .index-map {
    background-position: left 40% top 30%;
    padding-top: 162.5%;
    background-image: url("../img/index-map-tablet.png");
  }
  .index-map__link {
    top: 70%;
    left: 50%;
  }
}
@media screen and (max-width: 560px) {
  .index-map__link {
    right: 25px;
    left: auto;
  }
}
@media screen and (max-width: 440px) {
  .index-map__link {
    top: 90%;
    right: 25px;
    left: auto;
  }
}
.page-wrapper {
  background-image: url("../img/bg-footer.svg"), url("../img/bg-wrapper.svg");
  background-repeat: no-repeat;
  background-position: bottom center,
    top 750px center;
  min-height: 100vh;
}
.page-wrapper_payment {
  background-repeat: no-repeat;
  background-image: url("../img/bg-footer.svg");
  background-position: bottom center;
}
.page-wrapper_index {
  background-image: url("../img/page-wrapper-index.png");
  background-repeat: no-repeat;
  background-position: left calc(50% + 24vw) bottom 0.1vw;
  background-size: auto 30vw;
}
@media screen and (max-width: 1440px) {
  .page-wrapper_index {
    background-position: left calc(50% + 30vw) bottom 0.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-wrapper_index {
    background-position: left calc(50% + 48vw) bottom 210px;
    background-size: auto 30vw;
  }
}
@media screen and (max-width: 768px) {
  .page-wrapper_index {
    background-position: left calc(50% + 48vw) bottom 265px;
    background-size: auto 45vw;
  }
}
@media screen and (max-width: 660px) {
  .page-wrapper_index {
    background-position: left calc(50% + 48vw) bottom 470px;
    background-size: auto 80vw;
  }
}
.price {
  margin-bottom: 85px;
}
.price__table {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
.price__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .price {
    margin-bottom: 64px;
  }
}
.table {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.table__cell {
  padding: 20px 30px;
  border-right: 1px solid #dfe3ea;
}
.table__cell_type_header {
  font-size: 20px;
  font-weight: 400;
}
.table__cell_first-column {
  text-align: left;
  white-space: nowrap;
}
.table__cell_decor-border {
  position: relative;
}
.table__cell_decor-border::before,
.table__cell_decor-border::after {
  content: "";
  position: absolute;
  background-color: #dfe3ea;
}
.table__cell_decor-border_bottom::after {
  bottom: -30px;
  right: -1px;
  width: 1px;
  height: 30px;
}
.table__cell_decor-border_right::before {
  bottom: -1px;
  right: -30px;
  width: 30px;
  height: 1px;
}
.table__row {
  border-bottom: 1px solid #dfe3ea;
}
@media screen and (max-width: 1024px) {
  .table,
  .table__cell_type_header {
    font-size: 16px;
  }
  .table__cell {
    padding: 14px 28px;
  }
}
@media screen and (max-width: 660px) {
  .table,
  .table__cell_type_header {
    font-size: 16px;
  }
  .table__cell {
    padding: 14px 20px;
  }
}
.result {
  display: none;
  color: #00091c;
}
.result__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.result__header {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
}
.result__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 36px;
}
.result__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
}
.result__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 54px;
}
.result__info {
  margin: 0;
  max-width: 580px;
  font-size: 20px;
}
.result__return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 148px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #306ae0;
  border: 1px solid #306ae0;
  color: #f4fdff;
  font-size: 20px;
  cursor: pointer;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.result__return:hover,
.result__return:focus {
  color: #00091c;
  background-color: transparent;
  border-color: #00091c;
}
@media screen and (max-width: 1200px) {
  .result__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .result__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .result__info {
    text-align: center;
    margin-bottom: 30px;
  }
}
.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment__button {
  margin-bottom: 50px;
}
.payment__button_active .button__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}
.payment__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56px 70px 70px;
  display: none;
  width: 100%;
  background-color: #f4fdff;
  border: 1px solid #dfe3ea;
}
.payment__switch {
  margin-bottom: 50px;
}
.payment__wrapper {
  max-width: 1440px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.payment__subscription {
  display: none;
}
.payment__datepicker {
  position: relative;
  padding-right: 120px;
}
.payment__datepicker.error .datepicker {
  border-color: #ff0000;
}
.payment__datepicker.error::after {
  content: "Выберите дату";
  color: #ff0000;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 1200px) {
  .payment__datepicker {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .payment__card {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .payment__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .payment__card {
    border: none;
    padding: 0;
  }
  .payment__switch {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 660px) {
  .payment__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .payment__datepicker {
    margin-bottom: 32px;
  }
}
.ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-family: "GTWalsheimPro", "Arial", sans-serif;
}
.ticket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.ticket__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 548px;
}
@media screen and (max-width: 1200px) {
  .ticket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .datepicker-inline .datepicker {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .ticket__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ticket__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ticket__inner {
    width: 100%;
  }
}
.subscription__summary {
  margin-left: auto;
}
.subscription__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subscription__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 550px;
}
.subscription__item {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .subscription__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .subscription__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .subscription__inner {
    width: 100%;
  }
}
.offer__table {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
.offer__lead {
  font-size: 48px;
  color: #00091c;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1410px;
}
.offer__highlighting {
  color: #306ae0;
}
.offer__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .offer__lead {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .offer__lead {
    font-size: 32px;
    line-height: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .offer__lead {
    font-size: 28px;
    line-height: 42px;
  }
}
