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

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  font-family: "Whitney";
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
}

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

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

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

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

@font-face {
  font-family: "Whitney";
  font-weight: 350;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Whitney-Light/Whitney-Light.woff") format("woff"), url("../fonts/Whitney-Light/Whitney-Light.eot") format("eot"), url("../fonts/Whitney-Light/Whitney-Light.ttf") format("ttf");
}

@font-face {
  font-family: "Whitney";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Whitney-Medium/Whitney-Medium.woff") format("woff"), url("../fonts/Whitney-Medium/Whitney-Medium.eot") format("eot"), url("../fonts/Whitney-Medium/Whitney-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "SFUIText";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SFUIText-Regular/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular/SFUIText-Regular.eot") format("eot"), url("../fonts/SFUIText-Regular/SFUIText-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "SFUIText";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SFUIText-Medium/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium/SFUIText-Medium.eot") format("eot"), url("../fonts/SFUIText-Medium/SFUIText-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "ProximaNova";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot") format("eot"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("ttf");
}

@font-face {
  font-family: "ProximaNova";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot") format("eot"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "ProximaNova";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ProximaNova-Light/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light/ProximaNova-Light.eot") format("eot"), url("../fonts/ProximaNova-Light/ProximaNova-Light.ttf") format("ttf");
}

@font-face {
  font-family: "ProximaNova";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.woff") format("woff"), url("../fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.eot") format("eot"), url("../fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.ttf") format("ttf");
}

@font-face {
  font-family: "ProximaNova";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.eot") format("eot"), url("../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Inform";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/inform-bold/inform-bold.woff") format("woff"), url("../fonts/inform-bold/inform-bold.eot") format("eot"), url("../fonts/inform-bold/inform-bold.ttf") format("ttf");
}

body {
  font-family: "ProximaNova", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2b3f64;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (min-width: 1100px) {
  body {
    font-size: 16px;
  }
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  max-width: 1604px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 1604px) {
  .container {
    padding: 0;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  border: 2px solid #d7dee9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

@media (min-width: 1100px) {
  .swiper-button-prev {
    left: 0;
  }
}

@media (min-width: 1100px) {
  .swiper-button-next {
    right: 0;
  }
}

.btn {
  background-color: #365dd6;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.main-title {
  color: #2b3f64;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 1100px) {
  .main-title {
    font-size: 32px;
    line-height: 45px;
  }
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

@media (min-width: 1100px) {
  .logo {
    width: 320px;
    margin-right: 0px;
  }
}

.logo__img {
  max-width: 25px;
  width: 100%;
  height: 30px;
  margin-right: 8px;
}

@media (min-width: 1100px) {
  .logo__img {
    max-width: 44px;
    height: 55px;
  }
}

.logo__title p:last-child {
  display: none;
}

@media (min-width: 1100px) {
  .logo__title p:last-child {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ff3636;
  }
}

.logo__title p:first-child {
  color: #ff3636;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
}

.logo__title p:first-child span {
  color: #365dd6;
}

@media (min-width: 1100px) {
  .logo__title p:first-child {
    font-size: 22px;
    line-height: 27px;
  }
}

.header-top {
  position: relative;
}

@media (min-width: 1100px) {
  .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(56, 55, 121, 0.08);
            box-shadow: 2px 2px 15px 2px rgba(56, 55, 121, 0.08);
    padding: 14px 16px;
  }
}

@media (min-width: 1920px) {
  .header-top {
    padding-right: 210px;
    padding-left: 158px;
  }
}

.header .city {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2b3f64;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 27px;
}

.header .city img {
  position: relative;
  top: 5px;
  left: -5px;
}

.header-left {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 1099px) {
  .header-left {
    padding: 9px 16px;
    margin-bottom: 9px;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(56, 55, 121, 0.08);
            box-shadow: 2px 2px 15px 2px rgba(56, 55, 121, 0.08);
  }
}

.header-left button {
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}

.header-left button img {
  width: 24px;
  height: 24px;
  display: block;
}

@media (min-width: 1100px) {
  .header-left button {
    display: none;
  }
}

.header-left .header-close {
  background-image: url("../img/close.png");
}

.header-left .call {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #365dd6;
  width: 32px;
  height: 34px;
}

@media (min-width: 1100px) {
  .header-left .call {
    display: none;
  }
}

@media (max-width: 1099px) {
  .header-right {
    max-width: 320px;
    padding-top: 28px;
    padding-bottom: 41px;
    padding-left: 27px;
    padding-right: 16px;
    display: none;
    background-color: #6196c9;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 100;
    color: #ffffff;
  }
}

@media (min-width: 1100px) {
  .header-right {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .header-right {
    width: auto;
  }
}

.header .selectric {
  display: none;
}

@media (min-width: 1100px) {
  .header .selectric {
    display: block;
    background-color: #ff3636;
    border: none;
    border-radius: 4px;
    position: relative;
    height: 52px;
  }
  .header .selectric::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/gps.png");
    width: 16px;
    height: 16px;
  }
  .header .selectric::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/down.png");
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1100px) {
  .header .selectric-items {
    background-color: #ff3636;
    border: none;
  }
  .header .selectric-items li {
    color: #ffffff;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .header .button {
    background-color: #ff3636;
  }
  .header .button:after {
    display: none;
  }
}

.header .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 52px;
  color: #ffffff;
  padding-left: 45px;
  padding-right: 45px;
  margin: 0;
}

.header .city {
  display: none;
}

@media (min-width: 1100px) {
  .header .city {
    display: block;
  }
}

.header-links-mobile {
  margin-bottom: 38px;
}

@media (min-width: 1100px) {
  .header-links-mobile {
    display: none;
  }
}

.header-links-mobile li {
  margin-bottom: 24px;
}

.header-links-mobile h2 {
  position: relative;
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-links-mobile h2 .first {
  margin-right: 12px;
}

.header-links-mobile h2 .second {
  margin-left: auto;
}

.header-links-items {
  display: none;
  margin-top: 37px;
}

.header-links-items a {
  margin-bottom: 30px;
  display: block;
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.header-links-items a:last-child {
  margin-bottom: 0;
}

.header-links-items a:hover {
  text-decoration: underline;
}

.popular-links-mobile h2 {
  font-family: ProximaNova;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 27px;
}

.popular-links-mobile a {
  font-family: ProximaNova;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.popular-links-mobile a:hover {
  text-decoration: underline;
}

.popular-links-mobile li {
  margin-bottom: 23px;
}

.popular-links-mobile li:last-child {
  margin-bottom: 0;
}

.popular-links-mobile {
  margin-bottom: 38px;
}

@media (min-width: 1100px) {
  .popular-links-mobile {
    display: none;
  }
}

@media (max-width: 1099px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: ProximaNova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    max-width: 250px;
    margin-bottom: 53px;
  }
}

@media (min-width: 1100px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  .nav {
    margin-top: 0;
  }
}

@media (max-width: 1099px) {
  .nav-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav-column a {
    margin-bottom: 13px;
  }
  .nav-column a:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1100px) {
  .nav-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-column:last-child a:last-child {
    margin-right: 0;
  }
  .nav-column a {
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 19px;
    color: #2b3f64;
    margin-right: 150px;
  }
  .nav-column a:hover {
    color: #365dd6;
    text-decoration: underline;
  }
}

@media (min-width: 1100px) and (min-width: 1280px) {
  .nav-column a {
    margin-right: 10px;
  }
}

@media (min-width: 1100px) and (min-width: 1400px) {
  .nav-column a {
    margin-right: 40px;
  }
}

@media (min-width: 1100px) and (min-width: 1600px) {
  .nav-column a {
    margin-right: 60px;
  }
}

@media (min-width: 1100px) and (min-width: 1700px) {
  .nav-column a {
    margin-right: 80px;
  }
}

.header-callback-mobile {
  position: relative;
  padding-left: 34px;
}

.header-callback-mobile img {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 1100px) {
  .header-callback-mobile {
    display: none;
  }
}

.header-callback-mobile a {
  font-family: ProximaNova;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.header-callback-mobile p {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom {
  display: none;
}

@media (min-width: 1100px) {
  .header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1920px) {
  .header-bottom {
    padding-right: 158px;
  }
}

.header-bottom-links {
  max-width: 820px;
  margin-left: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .header-bottom-links {
    max-width: 898px;
  }
}

.header-bottom-item {
  position: relative;
  width: 33%;
}

.header-bottom-item {
  background-color: #fff;
}

.header-bottom-item img {
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.header-bottom-item:nth-child(1) {
  width: 374px;
}

.header-bottom-item:nth-child(1) .header-bottom-sub {
  width: 374px;
  margin-left: -27px;
}

.header-bottom-item:nth-child(2) {
  width: 366px;
}

.header-bottom-item:nth-child(2) .header-bottom-sub {
  width: 366px;
  margin-left: -27px;
}

.header-bottom-item:nth-child(3) {
  width: 343px;
}

.header-bottom-item:nth-child(3) .header-bottom-sub {
  width: 366px;
  margin-left: -27px;
}

.header-bottom-item h2 {
  padding-bottom: 28px;
  padding-left: 42px;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2b3f64;
  cursor: pointer;
}

.header-bottom-item h2::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.header-bottom-item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #2b3f64;
  margin-bottom: 24px;
}

.header-bottom-sub {
  position: absolute;
  top: 54px;
  left: 0;
  display: none;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.07);
          box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.07);
  background-color: #ffffff;
  z-index: 10;
  padding-top: 36px;
  padding-right: 39px;
  padding-bottom: 26px;
  padding-left: 27px;
}

.header-bottom-sub li {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2b3f64;
}

.header-bottom-sub li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #365dd6;
}

.header-bottom-sub li:last-child {
  margin-bottom: 0;
}

.header-bottom-sub_block {
  display: block;
}

.call-block {
  position: relative;
  padding-left: 34px;
}

.call-block img {
  position: absolute;
  top: 5px;
  left: 0;
}

.call-block a {
  color: #ff3636;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.call-block p {
  color: #365dd6;
  font-size: 15px;
  line-height: 18px;
}

.breadcrumbs {
  display: none;
}

@media (min-width: 1100px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    padding-right: 16px;
    padding-left: 16px;
    margin: 0;
    list-style: none;
  }
}

@media (min-width: 1600px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1920px) {
  .breadcrumbs {
    padding-left: 158px;
    padding-right: 158px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.breadcrumbs__item {
  color: #2b3f64;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 10px;
  margin-right: 45px;
}

@media (min-width: 1400px) {
  .breadcrumbs__item {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .breadcrumbs__item {
    margin-right: 20px;
    font-size: 15px;
  }
}

@media (min-width: 1920px) {
  .breadcrumbs__item {
    margin-right: 40px;
  }
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #365dd6;
}

.breadcrumbs__item_current {
  background-color: #93aaf0;
  position: relative;
  color: #ffffff;
  font-weight: bold;
}

.breadcrumbs__item_current a:hover {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumbs__item_current::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  border: 30px solid transparent;
  border-left-color: #93aaf0;
  height: 100%;
}

@media (min-width: 1600px) {
  .breadcrumbs__item_current::after {
    right: -42px;
    border: 21px solid transparent;
    border-left-color: #93aaf0;
  }
}

.branches {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 1100px) {
  .branches {
    display: none;
  }
}

.branches a {
  max-width: 100%;
  width: 288px;
  height: 52px;
  margin: 0 auto;
  padding-left: 20px;
  background-color: #ff3636;
  border-radius: 4px;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 55px;
  color: #ffffff;
  position: relative;
}

.branches a img {
  position: absolute;
  left: 17px;
  top: 20px;
}

.cart .swiper-pagination {
  display: none;
}

@media (min-width: 1100px) {
  .cart .swiper-pagination {
    display: block;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.swiper-pagination-bullet {
  background: #e5e5e5;
  opacity: 1;
  margin-right: 10px;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  background: #365dd6;
}

.cart-slider__car {
  display: none;
}

@media (min-width: 1400px) {
  .cart-slider__car {
    display: block;
  }
}

.cart-inner .description,
.cart-inner .img {
  display: none;
}

@media (min-width: 1100px) {
  .cart-inner .description,
  .cart-inner .img {
    display: block;
  }
}

.cart-inner {
  margin-right: 27px;
  padding-top: 10px;
}

.cart-inner:first-child {
  padding-top: 0;
  max-width: 501px;
}

@media (min-width: 1100px) {
  .cart-inner:first-child {
    margin-right: 75px;
  }
}

@media (min-width: 1400px) {
  .cart-inner:first-child {
    max-width: 610px;
  }
}

@media (min-width: 1604px) {
  .cart-inner:first-child {
    margin-right: 130px;
  }
}

.cart-inner .description {
  border: 1px solid #93aaf0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 112px;
  height: 28px;
  margin-bottom: 34px;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
  color: #365dd6;
  text-align: center;
}

.swiper-button-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .swiper-button-block {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1400px) {
  .swiper-button-block {
    bottom: 45px;
  }
}

@media (min-width: 1400px) {
  .cart-slider__car_truck {
    margin-top: -65px;
  }
}

.cart .swiper-button-prev {
  opacity: 0.5;
}

.cart .swiper-button-prev,
.cart .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
}

.cart {
  margin-right: 16px;
  margin-left: 16px;
  position: relative;
  margin-bottom: 23px;
  overflow: hidden;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.07);
          box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.07);
  border-radius: 6px;
}

@media (min-width: 550px) {
  .cart {
    margin: 0 auto;
    max-width: 520px;
    margin-top: 10px;
    margin-bottom: 23px;
  }
}

@media (min-width: 1100px) {
  .cart {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 28px;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 50px;
    padding-top: 17px;
    padding-bottom: 39px;
    padding-left: 47px;
  }
}

.cart .bg-cart {
  display: none;
}

@media (min-width: 1400px) {
  .cart .bg-cart {
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
}

@media (min-width: 1604px) {
  .cart .bg-cart {
    right: 6%;
  }
}

@media (min-width: 1400px) {
  .cart {
    padding-bottom: 0;
  }
}

@media (min-width: 1604px) {
  .cart {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1100px) {
  .cart-slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1400px) {
  .cart-slider-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1604px) {
  .cart-slider-item {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.cart h2 {
  color: #2b3f64;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 7px;
}

@media (min-width: 1100px) {
  .cart h2 {
    text-align: left;
    font-size: 32px;
    line-height: 45px;
  }
}

.cart-need {
  background-color: #52d823;
  display: block;
  position: relative;
  padding: 10px 9px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 1100px) {
  .cart-need {
    max-width: none;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .cart-need {
    margin-bottom: 50px;
    display: inline-block;
    padding: 16px 35px;
  }
}

.cart-mark-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 8px;
}

@media (min-width: 1100px) {
  .cart-mark-block {
    max-width: 380px;
    margin: 0;
    margin-bottom: 25px;
  }
}

.cart-slider-mark__img {
  height: 50px;
  max-width: 50px;
  width: 100%;
  margin-right: 5px;
}

.cart-slider-mark__description {
  color: #2b3f64;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1100px) {
  .cart-slider-mark__description {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.3px;
  }
}

.cart-inner__description {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #2b3f64;
  margin-bottom: 4px;
}

@media (min-width: 1100px) {
  .cart-inner__description {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 17px;
  }
}

.cart-price {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #2b3f64;
  text-align: center;
  display: block;
}

@media (min-width: 1100px) {
  .cart-price {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 28px;
  }
}

.cart-button {
  display: block;
  max-width: 231px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: 19px;
  line-height: 56px;
  text-align: center;
}

@media (min-width: 1100px) {
  .cart-button {
    max-width: 280px;
    margin: 0;
  }
}

.cart-slider-column:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1400px) {
  .cart-slider-column:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1400px) {
  .cart-slider-column_truck {
    margin-right: 40px;
  }
}

@media (min-width: 1400px) {
  .cart-slider-item_truck .cart-inner:first-child {
    margin-right: 65px;
  }
}

@media (min-width: 1400px) and (min-width: 1604px) {
  .cart-slider-item_truck .cart-inner:first-child {
    margin-right: 180px;
  }
}

.info {
  margin-bottom: 32px;
}

@media (min-width: 1100px) {
  .info {
    margin-bottom: 36px;
  }
}

.info h2 {
  margin-bottom: 11px;
}

@media (min-width: 1100px) {
  .info h2 {
    margin-bottom: 7px;
  }
}

.info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #2b3f64;
}

@media (min-width: 1100px) {
  .info p {
    font-size: 18px;
    line-height: 25px;
  }
}

.hide-text {
  display: none;
}

@media (min-width: 1100px) {
  .hide-text {
    display: inline;
  }
}

.button-text {
  background-color: transparent;
}

.button-text span {
  color: blue;
  text-decoration: underline;
}

@media (min-width: 1100px) {
  .button-text {
    display: none;
  }
}

.order {
  margin-bottom: 30px;
}

@media (min-width: 1100px) {
  .order {
    margin-bottom: 50px;
  }
}

.order img {
  display: block;
}

.order h2 {
  margin-bottom: 10px;
}

@media (min-width: 1100px) {
  .order h2 {
    margin-bottom: 30px;
  }
}

.order h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #2b3f64;
  text-align: center;
  padding-top: 14px;
  margin-bottom: 19px;
}

@media (min-width: 1100px) {
  .order h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.order-column-top,
.order-column-bottom {
  background: #f5fcff;
}

.order-column-top {
  padding-left: 16px;
}

.order-column-bottom {
  padding-top: 12px;
  padding-bottom: 14px;
}

.order-column-top {
  padding-bottom: 22px;
}

.order .place {
  font-size: 14px;
  line-height: 17px;
  color: #2b3f64;
  margin-bottom: 10px;
}

@media (min-width: 1100px) {
  .order .place {
    font-size: 16px;
    line-height: 19px;
  }
}

.order .place p {
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
}

.order .place p img {
  position: absolute;
  top: 0;
  left: 0;
}

.order-column-bottom a {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #ff3636;
}

.order-column-bottom p {
  color: #365dd6;
  font-size: 15px;
  line-height: 18px;
}

.order-column-bottom .call {
  max-width: 250px;
  margin: 0 auto;
  padding-left: 34px;
  position: relative;
}

.order-column-bottom .call img {
  position: absolute;
  left: 0;
  top: 5px;
}

.order-slider {
  position: relative;
}

.order-slider .swiper-button-next,
.order-slider .swiper-button-prev {
  border: none;
  background: none;
  background-repeat: no-repeat;
}

.order-slider .swiper-button-next::after,
.order-slider .swiper-button-prev::after {
  display: none;
}

.order-slider .swiper-pagination-bullet {
  background: rgba(229, 229, 229, 0.5);
}

.order-slider .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (min-width: 710px) {
  .order-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (min-width: 1100px) {
  .order-container {
    max-width: 1720px;
    margin: 0 auto;
  }
}

.order-item {
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 400px) {
  .order-item {
    -webkit-box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.1);
            box-shadow: 0px 5px 20px 2px rgba(56, 55, 121, 0.1);
    border-radius: 6px;
  }
}

@media (min-width: 1100px) {
  .order-item {
    max-width: 400px;
    cursor: pointer;
  }
}

.order table {
  max-width: 256px;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .order table {
    max-width: none;
    margin-left: 16px;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 29px;
  }
}

.order .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #2b3f64;
}

@media (min-width: 1100px) {
  .order .price {
    color: #365dd6;
  }
}

.order .btn {
  width: 231px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 52px;
  margin-bottom: 25px;
}

@media (min-width: 1100px) {
  .order .btn {
    display: none;
  }
}

.order .hide {
  display: none;
}

@media (min-width: 1100px) {
  .order .hide {
    display: table-cell;
  }
}

.order tr {
  display: block;
  margin-bottom: 14px;
}

@media (min-width: 1100px) {
  .order tr {
    display: table-row;
  }
}

.order td {
  display: block;
  text-align: center;
}

@media (min-width: 1100px) {
  .order td {
    display: table-cell;
    text-align: left;
    vertical-align: top;
  }
}

.order th {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7d868d;
  text-align: center;
  display: block;
}

@media (min-width: 1100px) {
  .order th {
    display: table-cell;
    text-align: left;
  }
  .order th:first-child {
    width: 78%;
  }
}

@media (min-width: 1100px) {
  .order-item:hover {
    -webkit-box-shadow: 0px 5px 30px 20px rgba(56, 55, 121, 0.11);
            box-shadow: 0px 5px 30px 20px rgba(56, 55, 121, 0.11);
  }
  .order-item:hover .btn {
    display: block;
    position: absolute;
    top: 68px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .order-item:hover .order-slider {
    opacity: 0.5;
  }
}

.services {
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .services {
    margin-bottom: 68px;
  }
}

.services h2 {
  margin-bottom: 15px;
}

@media (min-width: 1100px) {
  .services h2 {
    margin-bottom: 21px;
  }
}

@media (max-width: 1099px) {
  .services table {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table {
    max-width: none;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1099px) {
  .services table .hide {
    display: none;
  }
  .services table tr {
    display: block;
    margin-bottom: 15px;
    border-radius: 4px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table tr {
    width: 49%;
  }
}

@media (max-width: 1099px) and (min-width: 900px) {
  .services table tr {
    width: 33%;
    margin-bottom: 0;
  }
}

@media (max-width: 1099px) {
  .services table tr:first-child {
    background-color: #9fc6ec;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    height: 60px;
    padding-left: 38px;
    margin-bottom: 8px;
  }
  .services table tr:first-child th {
    border-radius: 4px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table tr:first-child {
    width: 100%;
  }
}

@media (max-width: 1099px) {
  .services table tr:last-child {
    margin-bottom: 0;
  }
  .services table td {
    background-color: #f5fcff;
    border-radius: 4px;
    display: block;
    height: 100%;
    padding: 16px;
  }
  .services table td:first-child span {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #2b3f64;
    display: block;
    text-align: center;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table td:first-child span {
    margin-top: auto;
  }
}

@media (max-width: 1099px) {
  .services table td:first-child p {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2b3f64;
    margin-bottom: 10px;
  }
}

@media (max-width: 1099px) and (min-width: 768px) {
  .services table td:first-child div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .services table {
    border-spacing: 0 8px;
    width: 100%;
  }
}

@media (min-width: 1100px) {
  .services tr {
    border-radius: 4px;
    background: #f5fcff;
    -webkit-box-shadow: 3px 0 #f5fcff, -3px 0 #f5fcff;
            box-shadow: 3px 0 #f5fcff, -3px 0 #f5fcff;
  }
  .services tr:hover {
    -webkit-box-shadow: 2px 2px 30px 10px rgba(40, 39, 98, 0.09);
            box-shadow: 2px 2px 30px 10px rgba(40, 39, 98, 0.09);
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
  }
  .services tr:hover .btn {
    display: block;
  }
  .services tr:first-child {
    background-color: #9fc6ec;
    -webkit-box-shadow: 3px 0 #9fc6ec, -3px 0 #9fc6ec;
            box-shadow: 3px 0 #9fc6ec, -3px 0 #9fc6ec;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  .services tr:first-child:hover {
    cursor: text;
  }
  .services tr span {
    display: none;
  }
}

@media (min-width: 1100px) {
  .services th:first-child {
    height: 60px;
    text-align: left;
    padding-left: 34px;
    width: 43%;
  }
}

@media (min-width: 1100px) {
  .services td {
    height: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #2b3f64;
    text-align: center;
  }
  .services td:first-child {
    text-align: left;
    padding-left: 34px;
  }
  .services td .btn {
    max-width: 280px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
    display: none;
  }
}

.advantages {
  margin-bottom: 38px;
}

@media (min-width: 1100px) {
  .advantages {
    margin-bottom: 72px;
  }
}

.advantages h2 {
  margin-bottom: 35px;
}

@media (min-width: 1100px) {
  .advantages h2 {
    margin-bottom: 47px;
  }
}

.advantages .container {
  position: relative;
}

.advantages .swiper-button-prev,
.advantages .swiper-button-next {
  display: none;
}

@media (min-width: 1100px) {
  .advantages .swiper-button-prev,
  .advantages .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.advantages .swiper-slide {
  margin-bottom: 40px;
}

@media (min-width: 1100px) {
  .advantages .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (min-width: 1100px) {
  .advantages-item {
    display: block;
  }
}

.advantages-item span {
  margin-bottom: 20px;
  display: block;
}

.advantages-slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 400px) {
  .advantages-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (min-width: 1100px) {
  .advantages-slider .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.advantages-slider .swiper-slide {
  width: auto;
}

@media (min-width: 400px) {
  .advantages-slider .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .advantages-slider .swiper-slide {
    width: auto;
  }
}

.our-centers {
  margin-bottom: 46px;
}

.our-centers h2 {
  margin-bottom: 26px;
}

@media (min-width: 1100px) {
  .our-centers h2 {
    margin-bottom: 34px;
  }
}

.tab-list {
  margin: 0;
  padding: 0;
  width: 700px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.tab-list a {
  border-bottom: 3px solid transparent;
  padding-bottom: 12px;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #2b3f64;
}

.tab-list a:hover,
.tab-list .tab-active {
  color: #365dd6;
  position: relative;
  border-bottom: 3px solid #365dd6;
}

@media (min-width: 1280px) {
  .tab-list {
    max-width: 843px;
  }
}

.tab-top {
  border-bottom: 3px solid #eff2f6;
  overflow-x: auto;
}

.tab-bottom__item {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
}

.tab-bottom__item_block {
  display: block;
}

.tab-bottom__item_opacity {
  opacity: 1;
}

.our-centers-block {
  position: relative;
}

.our-centers-block {
  max-width: 1604px;
  margin: 0 auto;
}

.our-centers-slider,
.our-centers-slider2,
.our-centers-slider3,
.our-centers-slider4 {
  max-width: 1500px;
  margin: 0 auto;
}

.our-centers .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}

.our-centers .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-centers-item {
  -webkit-box-shadow: 0px 5px 30px 5px rgba(56, 55, 121, 0.11);
          box-shadow: 0px 5px 30px 5px rgba(56, 55, 121, 0.11);
  border-radius: 6px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
  margin-bottom: 28px;
  padding: 12px 12px 24px;
  max-width: 320px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .our-centers-item {
    max-width: 700px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    height: 288px;
  }
  .our-centers-item:hover .btn {
    display: block;
  }
}

@media (min-width: 1280px) {
  .our-centers-item {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(56, 55, 121, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(56, 55, 121, 0.1);
  }
  .our-centers-item:hover {
    -webkit-box-shadow: 0px 5px 30px 5px rgba(56, 55, 121, 0.11);
            box-shadow: 0px 5px 30px 5px rgba(56, 55, 121, 0.11);
  }
}

@media (min-width: 768px) {
  .our-centers-inner {
    margin-top: auto;
  }
}

.our-centers__img {
  max-width: 314px;
  margin-bottom: 11px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (min-width: 768px) {
  .our-centers__img {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

@media (min-width: 1280px) {
  .our-centers__img {
    max-width: 250px;
  }
}

@media (min-width: 1400px) {
  .our-centers__img {
    max-width: 314px;
  }
}

.our-centers-item h3 {
  font-size: 15px;
  line-height: 25px;
  color: #2b3f64;
  margin-bottom: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .our-centers-item h3 {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
}

.our-centers-item .time {
  margin-bottom: 28px;
  position: relative;
}

@media (min-width: 768px) {
  .our-centers-item .time {
    margin-bottom: 0;
  }
}

.our-centers-item .time span:first-child {
  display: block;
  margin-bottom: 13px;
}

.our-centers-item .time span:last-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 34px;
}

.our-centers-item .time span:last-child img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .our-centers-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-align: left;
  }
}

.our-centers-item .price {
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .our-centers-item .price {
    margin-bottom: 0;
  }
}

.our-centers-item .price span {
  display: block;
  color: #2b3f64;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-top: 12px;
}

.our-centers-item .btn {
  display: block;
  max-width: 231px;
  line-height: 56px;
  margin: 0 auto;
  margin-bottom: 31px;
}

@media (min-width: 768px) {
  .our-centers-item .btn {
    position: absolute;
    bottom: 15px;
    left: 41px;
    text-align: center;
    display: none;
    max-width: 280px;
    width: 100%;
  }
}

.our-centers-item .call {
  text-align: left;
  padding-left: 34px;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}

.our-centers-item .call img {
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 768px) {
  .our-centers-item .call {
    margin: 0;
  }
}

.our-centers-item .call span {
  color: #ff3636;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.our-centers-item .call p {
  color: #365dd6;
  font-size: 15px;
  line-height: 18px;
}

.our-centers-block .swiper-button-prev {
  left: 20px;
}

@media (min-width: 1280px) {
  .our-centers-block .swiper-button-prev {
    left: 0;
  }
}

.our-centers-block .swiper-button-next {
  right: 20px;
}

@media (min-width: 1280px) {
  .our-centers-block .swiper-button-next {
    right: 0;
  }
}

@media (min-width: 1100px) {
  .our-centers-block .swiper-pagination {
    bottom: -30px;
  }
}

@media (min-width: 768px) {
  .our-centers-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
}

.med-list {
  max-width: 1441px;
  margin: 0 auto;
  padding: 0 16px;
  padding-left: 32px;
  margin-bottom: 33px;
  border-radius: 6px;
}

@media (min-width: 1100px) {
  .med-list {
    margin-bottom: 84px;
  }
}

@media (min-width: 1600px) {
  .med-list {
    padding: 0;
  }
}

@media (min-width: 1920px) {
  .med-list {
    margin-left: 285px;
  }
}

.med-list h2 {
  margin-bottom: 28px;
}

@media (min-width: 1100px) {
  .med-list h2 {
    margin-bottom: 47px;
  }
}

@media (min-width: 600px) {
  .med-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 900px) {
  .med-list ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.med-list li {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2b3f64;
  margin-bottom: 25px;
  padding-left: 18px;
  position: relative;
}

.med-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #365dd6;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

@media (min-width: 1100px) {
  .med-list li {
    font-size: 16px;
    line-height: 19px;
  }
}

.why {
  margin-bottom: 23px;
}

@media (min-width: 1100px) {
  .why {
    margin-bottom: 47px;
  }
}

.why h2 {
  margin-bottom: 21px;
}

@media (min-width: 1100px) {
  .why h2 {
    margin-bottom: 17px;
  }
}

.why-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .why-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.why-column span {
  margin-bottom: 23px;
  max-width: 55px;
  width: 100%;
  height: 54px;
}

@media (min-width: 768px) {
  .why-column span {
    margin-bottom: 0;
    margin-right: 23px;
  }
}

.why-column p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #2b3f64;
}

@media (min-width: 1100px) {
  .why-column p {
    font-size: 18px;
    line-height: 25px;
  }
}

.license {
  margin-bottom: 42px;
}

@media (min-width: 1100px) {
  .license {
    margin-bottom: 66px;
  }
}

.license h2 {
  margin-bottom: 22px;
}

@media (min-width: 1100px) {
  .license h2 {
    margin-bottom: 45px;
  }
}

.license .license-slider {
  padding-bottom: 20px;
}

.license .container {
  position: relative;
}

.license-slider {
  max-width: 1350px;
}

.license .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

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

.help {
  margin-bottom: 34px;
}

@media (min-width: 1100px) {
  .help {
    margin-bottom: 102px;
  }
}

.help h2 {
  margin-bottom: 25px;
}

@media (min-width: 1100px) {
  .help h2 {
    margin-bottom: 47px;
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .help .call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 738px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media (min-width: 1100px) {
  .help .call {
    margin-bottom: 53px;
  }
}

.help .call .call-button {
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #365dd6;
  display: block;
  border: 2px solid #365dd6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 31px;
}

@media (min-width: 768px) {
  .help .call .call-button {
    margin: 0;
  }
}

.call-inner {
  padding-left: 34px;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .call-inner {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .call-inner {
    max-width: none;
    padding-left: 55px;
  }
}

.call-inner img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 1100px) {
  .call-inner img {
    width: 40px;
    height: 40px;
  }
}

.call-inner a {
  color: #ff3636;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 1100px) {
  .call-inner a {
    font-size: 40px;
    line-height: 49px;
  }
}

.call-inner p {
  color: #365dd6;
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 1100px) {
  .call-inner p {
    display: none;
  }
}

.or {
  color: #93aaf0;
  font-family: Inform;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin-bottom: 26px;
}

@media (min-width: 1100px) {
  .or {
    margin-bottom: 49px;
  }
}

.form h3 {
  color: #365dd6;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 9px;
}

.form h3 img {
  display: none;
}

@media (min-width: 768px) {
  .form h3 {
    text-align: left;
    max-width: 500px;
  }
}

@media (min-width: 1100px) {
  .form h3 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 34px;
    max-width: 640px;
    position: relative;
  }
  .form h3 img {
    display: block;
    position: absolute;
    top: 33px;
    right: -100px;
  }
}

.form label {
  font-size: 15px;
  line-height: 18px;
  color: #374957;
  margin-bottom: 7px;
  display: block;
}

.form .input {
  border: none;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
  color: #898f97;
  height: 56px;
  padding-left: 12px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .form .input {
    width: 300px;
    margin-right: 30px;
  }
}

@media (min-width: 1100px) {
  .form .input {
    padding-left: 20px;
  }
}

.form .selectric {
  background-color: #fff;
  border: none;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .form .selectric {
    width: 630px;
  }
}

.form {
  font: inherit;
  background: #ecf5fa;
  border-radius: 6px;
  padding: 14px 8px 26px;
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .form {
    max-width: 660px;
    padding-left: 16px;
  }
}

@media (min-width: 1100px) {
  .form {
    max-width: 1100px;
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 38px;
  }
}

@media (min-width: 1400px) {
  .form {
    max-width: none;
  }
}

.form .button {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/select-down.png");
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form .button::after {
  display: none;
}

.form .label {
  margin-left: 0;
  font-size: 16px;
  line-height: 19px;
  font-family: ProximaNova;
  color: #898f97;
  white-space: normal;
  padding-left: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
  height: auto;
}

@media (min-width: 1100px) {
  .form .label {
    padding-left: 20px;
  }
}

.form .btn {
  max-width: 260px;
  width: 100%;
  height: 56px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .form .btn {
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .form .btn {
    margin-bottom: 20px;
    max-width: 280px;
  }
}

@media (min-width: 1400px) {
  .form .btn {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}

.form .checkbox {
  display: none;
}

.form .checkbox:checked + .accept::after {
  display: block;
}

.form .accept {
  font-size: 12px;
  line-height: 20px;
  color: #6b6b6b;
  padding-left: 52px;
  display: block;
  max-width: 250px;
  position: relative;
}

@media (min-width: 768px) {
  .form .accept {
    max-width: 300px;
    width: 100%;
  }
}

.form .accept::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 2px solid #365dd6;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.form .accept::after {
  content: "\2713";
  position: absolute;
  top: 12px;
  left: 22px;
  color: #365dd6;
  font-size: 26px;
  display: none;
}

@media (min-width: 768px) {
  .form .accept::after {
    top: 3px;
  }
}

.form .accept a {
  border-bottom: 1px solid #6b6b6b;
}

@media (min-width: 1100px) {
  .form .accept {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .input-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1100px) {
  .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 100%;
  }
}

@media (min-width: 1400px) {
  .btn-block {
    height: auto;
  }
}

@media (min-width: 1100px) {
  .form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.form-inner-column_img {
  display: none;
}

@media (min-width: 1400px) {
  .form-inner-column_img {
    display: block;
    position: relative;
    margin-top: -85px;
    bottom: -52px;
  }
}

@media (min-width: 1604px) {
  .form-inner-column_img {
    margin-top: -112px;
    left: 70px;
  }
}

.footer {
  background-color: #ecf5fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
  padding-top: 31px;
  text-align: center;
}

@media (min-width: 1100px) {
  .footer {
    text-align: left;
    display: block;
  }
}

.footer a:hover {
  color: #365dd6;
  text-decoration: underline;
}

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

@media (min-width: 1100px) {
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .logo {
  margin-bottom: 56px;
}

@media (min-width: 1100px) {
  .footer .logo {
    margin-bottom: 0;
    margin-bottom: 49px;
  }
}

.footer__links {
  display: none;
}

@media (min-width: 1100px) {
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: auto;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -170px;
  }
}

@media (min-width: 1280px) {
  .footer__links {
    margin-top: 20px;
    width: 74%;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .footer__links {
    width: 58%;
  }
}

.footer__links ul img {
  position: relative;
  top: 10px;
  left: -10px;
}

.footer__links li {
  margin-bottom: 31px;
  position: relative;
}

.footer__links li:first-child {
  color: #2b3f64;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-family: Whitney;
  padding-left: 10px;
}

.footer__links li:first-child::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.footer__links li:last-child {
  margin-bottom: 0;
}

.footer__links li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2b3f64;
  font-family: "ProximaNova";
}

.footer-bottom {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #898f97;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom span {
  display: none;
}

@media (min-width: 1100px) {
  .footer-bottom span {
    display: block;
  }
}

.footer-bottom p {
  width: 100%;
}

@media (min-width: 1100px) {
  .footer-bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 67px;
  }
}

.footer__call {
  display: none;
}

.footer__call a:hover {
  color: #ff3636;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .footer__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 34px;
    position: relative;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer__call img {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .footer__call a {
    color: #ff3636;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
  }
  .footer__call span {
    color: #365dd6;
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 1280px) {
  .footer__call {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-top: -40px;
  }
}

@media (min-width: 1400px) {
  .footer__call {
    margin-top: 20px;
  }
}

@media (min-width: 1100px) {
  .footer-up {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer-up nav {
  display: none;
}

@media (min-width: 1100px) {
  .footer-up nav {
    display: block;
    color: #2b3f64;
    font-size: 16px;
    line-height: 19px;
  }
  .footer-up nav li {
    margin-bottom: 20px;
  }
  .footer-up nav li:last-child {
    margin-bottom: 0;
  }
}
