*,
*::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: "PlumbC";
  color: #374957;
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

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: "PlumbC";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PlumbCondensed-Light/PlumbLightC.woff") format("woff"), url("../fonts/PlumbCondensed-Light/PlumbLightC.eot") format("eot"), url("../fonts/PlumbCondensed-Light/PlumbLightC.ttf") format("ttf");
}

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

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

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

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

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

.container {
  max-width: 1770px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1279px) {
  .header {
    display: none;
  }
}

.header__top {
  border-bottom: 1px solid #EBEBEB;
}

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

.header__top .container .column:first-child {
  width: 36%;
}

.header__top .container .column:nth-child(2) {
  width: 31%;
}

.header__links,
.header__info,
.main-nav {
  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;
}

.header__info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__links a {
  color: #8C8C8C;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 19px 0px 15px;
  border-bottom: 4px solid transparent;
}

.header__links a:hover {
  border-bottom: 4px solid #0C88ED;
  color: #0C88ED;
}

.main-nav a {
  color: #374957;
  font-size: 16px;
}

.main-nav a:hover {
  color: #EB3723;
}

.adress,
.phone {
  display: inline-block;
  position: relative;
}

.adress_header {
  margin-right: 36px;
}

.adress {
  color: #374957;
  font-size: 16px;
  padding-left: 34px;
}

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

.phone {
  font-size: 30px;
  color: #EB3723;
  padding-left: 34px;
  font-weight: 500;
}

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

.logo {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  color: #EB3723;
}

.logo b {
  display: inline-block;
  position: relative;
}

.logo b:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 28px;
  height: 19px;
  background: #EB3723;
}

.logo b:before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 0;
  width: 28px;
  height: 19px;
  background: #EB3723;
}

.logo span {
  color: #1B58A9;
}

.header__bottom {
  border-bottom: 1px solid #EBEBEB;
}

.header__bottom .container {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header__bottom .container .column:first-child {
  width: 13%;
  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 .container .column:nth-child(2) {
  width: 64%;
}

.header__bottom .container .column:last-child {
  width: 22%;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-link {
  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;
  height: 100%;
}

.nav-link > li {
  position: relative;
  width: 33.33%;
  border-left: 1px solid #EBEBEB;
}

.nav-link > li:last-child {
  border-right: 1px solid #EBEBEB;
}

.nav-link > li:hover .expand-menu {
  display: block;
}

.nav-link > li > a {
  color: #374957;
  font-weight: 500;
  font-size: 18px;
  display: block;
  position: relative;
  padding: 35px 0px 35px 85px;
}

.expand-menu {
  position: absolute;
  width: 100.4%;
  left: -1px;
  top: 101%;
  background: white;
  display: none;
  z-index: 20;
}

.expand-menu li {
  position: relative;
}

.expand-menu li:hover .expand-menu__dropdown {
  display: block;
}

.expand-menu li a {
  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;
  font-size: 16px;
  color: #374957;
  height: 70px;
  padding: 0px 32px 0px 24px;
  border: 1px solid #EBEBEB;
  border-top: none;
}

.expand-menu li a:hover {
  text-decoration: underline;
}

.expand-menu__dropdown {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  display: none;
  background: white;
}

.expand-menu__dropdown li a {
  border: 1px solid #EBEBEB;
}

.expand-menu__dropdown li:not(:first-child) a {
  border-top: none;
}

.expand-menu__arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-link__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work-time {
  font-size: 18px;
  color: #374957;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.work-time__icon {
  margin-right: 18px;
}

.work-time__list {
  text-align: right;
}

.work-time__list li:first-child {
  margin-bottom: 5px;
}

@media (max-width: 1599px) {
  .phone_header {
    font-size: 20px;
  }
  .main-nav a {
    font-size: 14px;
  }
  .header__links a,
  .work-time {
    font-size: 12px;
  }
  .nav-link > li > a {
    font-size: 15px;
  }
}

@media (min-width: 1600px) and (max-width: 1899px) {
  .work-time {
    font-size: 16px;
  }
}

.header-mob {
  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;
  border-bottom: 1px solid #EBEBEB;
  height: 60px;
  padding: 0 16px;
}

.header-mob img {
  display: inline;
  position:relative;top:5px;
}
@media (min-width: 1280px) {
  .headermob-wrap {
    display: none;
  }
}

.logo_mob {
  font-size: 16px;
}

.logo_mob b:before, .logo_mob b:after {
  width: 20px;
  height: 12px;
}

.logo_mob b:after {
  top: -12px;
}

.logo_mob b:before {
  bottom: -10px;
}

.burger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../img/burger.png") no-repeat center;
}

.burger.is-active {
  background: url("../img/close.png") no-repeat center;
}

.dropdownmenu {
  position: absolute;
  left: -100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  max-width: 320px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2995EC), to(#075CA2));
  background: -o-linear-gradient(top, #2995EC 0%, #075CA2 100%);
  background: linear-gradient(180deg, #2995EC 0%, #075CA2 100%);
  color: white;
  padding: 33px 15px 79px;
  z-index: 100;
}

.dropdownmenu.is-active {
  left: 0;
}

.mob-nav {
  margin-bottom: 60px;
}

.mob-nav li {
  margin-bottom: 25px;
}

.mob-nav li a {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.6;
}

.mob-nav li a:hover {
  opacity: 1;
}

.mob-list {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.mob-list li {
  margin-bottom: 20px;
}

.mob-list li a {
  opacity: 0.6;
}

.mob-list li a:hover {
  opacity: 1;
}

.mob-list_top {
  margin-bottom: 60px;
  font-size: 20px;
}

.top-main__img-inner {
  position: relative;
}

.banner-tooltip {
  width: 150px;
  height: 150px;
  color: white;
  text-align: center;
  background: #FC573B;
  border-radius: 10em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}

@media (max-width: 767px) {
  .banner-tooltip {
    width: 112px;
    height: 112px;
    left: 12px;
    top: 12px;
  }
}

@media (min-width: 768px) {
  .banner-tooltip {
    right: 30px;
    top: 30px;
  }
}

.banner-tooltip .banner-tooltip__item:first-child {
  font-size: 60px;
  font-weight: 600;
  line-height: 52px;
}

@media (max-width: 767px) {
  .banner-tooltip .banner-tooltip__item:first-child {
    font-size: 50px;
  }
}

.banner-tooltip .banner-tooltip__item:last-child {
  font-size: 18px;
}

@media (max-width: 767px) {
  .banner-tooltip .banner-tooltip__item:last-child {
    font-size: 12px;
  }
}

.promo {
  width: 77px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 767px) {
  .promo {
    width: 48px;
  }
}

@media (min-width: 768px) {
  .promo {
    left: 40px;
    bottom: 40px;
  }
}

.promo__article {
  color: #EB3723;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.gerb {
  position: absolute;
  z-index: 10;
}

@media (max-width: 767px) {
  .gerb {
    text-align: left;
    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;
    width: 240px;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .gerb {
    width: 184px;
    text-align: center;
    top: 34px;
    left: 90px;
  }
}

@media (max-width: 767px) {
  .gerb__img {
    margin-right: 13px;
    width: 47px;
  }
}

.gerb__article {
  color: #374957;
  font-size: 16px;
}

@media (max-width: 767px) {
  .gerb__article {
    width: calc(100% - 47px);
  }
}

.top-main__article {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 380px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 10px 5px rgba(56, 55, 121, 0.05);
          box-shadow: 2px 4px 10px 5px rgba(56, 55, 121, 0.05);
  border-radius: 6px;
  color: #E7387F;
  font-size: 16px;
  padding: 12px 25px;
}

@media (max-width: 767px) {
  .top-main__article {
    display: none;
  }
}

.top-main__select {
  max-width: 490px;
  width: 100%;
}

@media (max-width: 1279px) {
  .top-main__select {
    margin: 0 auto;
  }
}

.time-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.time-block li:first-child {
  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-right: 12px;
  margin-right: 12px;
  border-right: 2px solid #C6C6C1;
}

@media (min-width: 1600px) {
  .time-block_top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-title {
  color: #374957;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 27px;
}

@media (max-width: 1279px) {
  .main-title {
    text-align: center;
    font-size: 22px;
  }
}

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

.advantages__title {
  margin-bottom: 45px;
}

.time-block__article {
  color: #374957;
  font-size: 16px;
  padding-left: 13px;
}

.time-block__count {
  color: #EB3723;
  font-size: 50px;
}

.time-block__count span {
  font-size: 28px;
  display: inline-block;
  padding-left: 5px;
}

.ref-title {
  color: #374957;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

.ref-icons li {
  margin-right: 10px;
}

.ref-icons img {
  border-radius: 10em;
}

.ref-price {
  color: #EB3723;
  font-size: 30px;
  font-weight: 500;
}

.ref-price span {
  font-size: 20px;
}

.ref-link {
  color: #0C88ED;
  font-size: 20px;
  text-decoration: underline;
  display: inline-block;
}

.sub-title_slider {
  margin-bottom: 12px;
}

.sub-title {
  color: #374957;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (max-width: 1279px) {
  .top-main__sub-title {
    text-align: center;
  }
}

.ref-slider {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 1279px) {
  .ref-slider {
    overflow: visible;
  }
}

@media (min-width: 1600px) {
  .ref-slider {
    padding-top: 18px;
  }
}

@media (min-width: 1900px) {
  .ref-slider {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1279px) {
  .ref-slider .swiper-wrapper {
    -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: 1279px) {
  .ref-slider .swiper-button-next,
  .ref-slider .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 1900px) {
  .ref-slider .swiper-button-prev {
    left: -4px;
  }
}

@media (min-width: 1900px) {
  .ref-slider .swiper-button-next {
    right: -4px;
  }
}

.ref-slider .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;
  height: 477px;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .ref-slider .swiper-slide {
    width: 32%;
  }
}

@media (max-width: 1279px) {
  .ref-slider .swiper-slide {
    margin-bottom: 50px;
  }
}

.ref-slider .swiper-slide .ref-slider__item {
  max-width: 332px;
  width: 100%;
  padding: 26px;
  padding-top: 75px;
  position: relative;
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .ref-slider .swiper-slide .ref-slider__item {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 6px 10px 10px rgba(56, 55, 121, 0.19);
            box-shadow: 2px 6px 10px 10px rgba(56, 55, 121, 0.19);
    border-radius: 6px;
  }
}

@media (min-width: 992px) {
  .ref-slider .swiper-slide .ref-slider__item {
    background: #F8FAFF;
  }
  .ref-slider .swiper-slide .ref-slider__item:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 6px 10px 10px rgba(56, 55, 121, 0.19);
            box-shadow: 2px 6px 10px 10px rgba(56, 55, 121, 0.19);
    border-radius: 6px;
  }
  .ref-slider .swiper-slide .ref-slider__item:hover .ref-slider__btn {
    background: #FFDB4D;
    color: #374957;
  }
}

.ref-slider__btn {
  width: 100%;
  background: none;
  border: 2px solid #FFDB4D;
  border-radius: 6px;
  height: 83px;
  color: #8C8C8C;
  font-size: 20px;
}

@media (max-width: 991px) {
  .ref-slider__btn {
    background: #FFDB4D;
    color: #374957;
  }
}

.swiper-button-next,
.swiper-button-prev {
  border: 4px solid #FFFFFF;
  width: 48px;
  height: 48px;
  border-radius: 10em;
}

.swiper-button-next {
  right: 0;
  background: #F2F2F2 url("../img/arrow-r.png") no-repeat center;
}

.swiper-button-prev {
  background: #F2F2F2 url("../img/arrow-l.png") no-repeat center;
  left: 0;
}

.select {
  margin-bottom: 22px;
}

.select .selectric {
  border: none;
  background: #EEF2F7;
}

.select .label {
  height: 56px;
  line-height: 56px;
  color: #898F97;
  font-size: 16px;
  padding-left: 14px;
  font-weight: 500;
}

.select .selectric-items li {
  padding-left: 24px;
  font-size: 14px;
}

.select .button {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/expand-more.png") no-repeat center;
}

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

.ref-slider__about {
  position: absolute;
  width: 100%;
  top: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #10C923;
  font-size: 18px;
  font-weight: 600;
  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;
  margin-bottom: 27px;
}

.ref-slider__about .check-icon {
  margin-right: 12px;
}

.top-main__img {
  max-width: 737px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .top-main__img {
    padding-top: 76px;
  }
}

@media (min-width: 1280px) {
  .top-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .top-main .column:first-child {
    width: 737px;
  }
}

@media (max-width: 1279px) {
  .top-main .column:last-child {
    padding: 19px 16px;
  }
}

@media (min-width: 1280px) {
  .top-main .column:last-child {
    padding: 15px;
    width: calc(100% - 737px);
  }
}

@media (min-width: 1900px) {
  .top-main .column:last-child {
    padding-right: 80px;
    padding-left: 30px;
  }
}

@media (min-width: 1280px) {
  .top-main__info {
    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: 1280px) {
  .top-main__info > li:first-child {
    width: 60%;
    margin-right: 15px;
  }
  .top-main__info > li:last-child {
    width: 40%;
  }
}

@media (min-width: 1900px) {
  .top-main__info > li:first-child {
    width: 47%;
  }
  .top-main__info > li:last-child {
    width: 47%;
  }
}

@media (min-width: 1280px) and (max-width: 1899px) {
  .time-block_top .time-block__count {
    font-size: 24px;
    text-align: center;
    line-height: 14px;
  }
  .time-block_top .time-block__count span {
    font-size: 16px;
  }
}

@media (min-width: 1280px) and (max-width: 1899px) {
  .top-main__title {
    font-size: 18px;
  }
}

.cont-txt {
  font-size: 18px;
  color: #4B4A55;
}

.cont-txt p {
  margin-bottom: 25px;
}

.about-ref {
  margin-bottom: 45px;
}

.advantages {
  background: #F8FAFF;
  padding-top: 38px;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.adv-slider .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;
}

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

.adv-slider__img {
  margin-bottom: 36px;
}

.adv-slider__article {
  color: #374957;
  font-size: 22px;
  font-weight: 500;
}

.tab-block__title {
  color: #374957;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 1900px) {
  .tab-block__title {
    padding-right: 60px;
  }
}

.tab-block__sub-title {
  color: #374957;
  margin-bottom: 27px;
  font-weight: 500;
}

.ref-list li {
  margin-bottom: 22px;
  padding-left: 15px;
  position: relative;
}
.ref-list_inline {margin-bottom: 30px !important;}
.ref-list_inline li {
  margin-bottom: 22px;
  padding-left: 15px;
  position: relative;
  display: inline;
  margin-right: 20px;
}

.ref-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background: #0C88ED;
}

.ref-quote {
  padding-left: 15px;
  border-left: 2px solid #E7387F;
}

@media (min-width: 1900px) {
  .ref-quote {
    width: 280px;
  }
}

.tab-block__btn {
  background: #FFDB4D;
  border-radius: 6px;
  height: 83px;
  max-width: 472px;
  width: 100%;
  color: #374957;
  font-size: 20px;
  font-weight: 500;
}

.phone-block__call {
  display: inline-block;
  font-size: 32px;
  color: #EB3723;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .phone-block__call {
    font-size: 24px;
  }
}

.phone-block__article {
  font-size: 16px;
  font-weight: 500;
}

.arrange {
  padding-top: 30px;
}

@media (min-width: 1280px) {
  .arrange {
    padding-top: 67px;
  }
}

.tab-links {
  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;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 28px;
}

.tab-links a {
  font-size: 18px;
  color: #9297AB;
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 4px solid transparent;
}

.tab-links a:first-child {
  margin-right: 24px;
}

.tab-links a.is-active {
  color: #0C88ED;
  border-bottom: 4px solid #0C88ED;
}

.tab-block__time {
  padding: 20px 0px;
}

@media (min-width: 1600px) {
  .tab-block__time {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .time-block__img {
    width: 30px;
  }
  .time-block__article {
    font-size: 16px;
  }
  .time-block__count {
    font-size: 30px;
  }
  .time-block__count span {
    font-size: 16px;
  }
}

.tab-block__icons {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .tab-block__right {
    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: 1900px) {
  .tab-block__right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.tab-block__right .column {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .tab-block__right .column:first-child {
    width: 48%;
  }
}

@media (min-width: 1900px) {
  .tab-block__right .column:first-child {
    width: 38%;
  }
}

@media (min-width: 992px) {
  .tab-block__right .column:last-child {
    width: 48%;
  }
}

@media (min-width: 1900px) {
  .tab-block__right .column:last-child {
    width: 58%;
  }
}

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

.phone-block li:first-child {
  width: 90px;
  margin-right: 10px;
}

@media (min-width: 1280px) {
  .phone-block li:first-child {
    width: 156px;
    margin-right: 21px;
  }
}

.phone-block li:last-child {
  width: calc(100% - 90px);
}

.tab-block__bottom {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1280px) {
  .tab-block__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .tab-block__bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1900px) {
  .tab-block__bottom {
    padding-right: 190px;
  }
}

.tab-block__bottom .column {
  margin-bottom: 25px;
}

.tab-block__bottom .column:first-child {
  width: 100%;
  text-align: center;
}

@media (min-width: 1280px) {
  .tab-block__bottom .column:first-child {
    width: 472px;
    margin-right: 109px;
  }
}

@media (max-width: 1279px) {
  .tab-block__bottom .column:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tab-block__img {
  position: relative;
}

@media (max-width: 767px) {
  .tab-block__img {
    text-align: center;
  }
}

.tab-block__info {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .tab-block__left {
    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;
  }
}

@media (min-width: 768px) {
  .tab-block__left .tab-block__img {
    width: 380px;
  }
}

@media (min-width: 768px) {
  .tab-block__left .tab-block__info {
    width: calc(100% - 380px);
  }
}

@media (min-width: 1280px) {
  .tab-block__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .tab-block__top .tab-block__left {
    width: 706px;
  }
}

@media (min-width: 1280px) {
  .tab-block__top .tab-block__right {
    width: calc(100% - 706px);
  }
}

.tab-block__price {
  margin-bottom: 18px;
}

.services {
  padding-top: 25px;
}

@media (min-width: 1280px) {
  .services {
	  padding-top: 27px;
    margin-bottom: 56px;
  }
}

.services__inner {
  background: #F8FAFF;
  padding: 40px 0px;
}

.service-table {
  width: 100%;
  border-spacing: 0 20px;
}

.service-table thead tr th {
  color: #38AECE;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-table thead tr th:first-child {
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 1279px) {
  .service-table thead tr th:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-table thead {
    display: none;
  }
}

.service-table tbody tr {
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid #F0F4FC;
}

@media (min-width: 992px) {
  .service-table tbody tr {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .service-table tbody tr {
    margin-bottom: 30px;
    padding: 19px;
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .service-table tbody tr:hover {
    -webkit-box-shadow: 0px 0px 30px 10px rgba(28, 27, 75, 0.07);
            box-shadow: 0px 0px 30px 10px rgba(28, 27, 75, 0.07);
  }
  .service-table tbody tr:hover .service-table__check {
    display: none;
  }
  .service-table tbody tr:hover .service-table__btn {
    display: block;
  }
}

.service-table tbody tr td {
  text-align: center;
}

@media (min-width: 992px) {
  .service-table tbody tr td:first-child {
    text-align: left;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .service-table tbody tr td:first-child {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .service-table tbody tr td:first-child {
    width: 40%;
  }
}

.service-table tbody tr td:nth-child(2), .service-table tbody tr td:nth-child(3) {
  width: 50%;
}

@media (min-width: 992px) {
  .service-table tbody tr td:nth-child(2), .service-table tbody tr td:nth-child(3) {
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .service-table tbody tr td:nth-child(2), .service-table tbody tr td:nth-child(3) {
    width: 20%;
  }
}

.service-table tbody tr td:last-child {
  width: 20%;
}

@media (max-width: 1279px) {
  .service-table tbody tr td:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-table tbody tr td {
    display: block;
  }
}

.service-table__sub-title {
  color: #38AECE;
  font-size: 14px;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .service-table__sub-title {
    display: none;
  }
}

.service-table__title {
  color: #74727F;
  font-size: 18px;
}

@media (max-width: 991px) {
  .service-table__title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.service-table__time,
.service-table__price {
  color: #E7387F;
  font-size: 18px;
  font-weight: 600;
}

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

.service-table__btn {
  width: 100%;
  height: 100%;
  background: #FFDB4D;
  color: #374957;
  font-size: 18px;
  font-weight: 500;
  height: 78px;
  display: none;
  border: none;
}

.recall-block {
  padding: 16px 0px;
  position: relative;
  margin-bottom: 30px;
}

.recall-block .container {
  position: relative;
  z-index: 10;
}

@media (min-width: 1900px) {
  .recall-block .container {
    padding-left: 200px;
  }
}

.recall-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 56, 127, 0.9);
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .recall-block {
    padding-bottom: 0;
  }
}

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

@media (max-width: 1899px) {
  .car-img {
    display: none;
  }
}

.recall-block__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .recall-block__title {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recall-block__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .recall-block__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1100px) {
  .recall-block__title {
    font-size: 28px;
  }
}

@media (min-width: 1280px) {
  .recall-block__title {
    font-size: 36px;
  }
}

.phone_w {
  color: white;
}

.recall-block__article {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .recall-block__article {
    font-size: 16px;
    text-transform: uppercase;
  }
}

.recall-block__btn {
  width: 270px;
  height: 70px;
  border-radius: 4px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 22px;
  background: none;
}

.recall-block__inner {
  position: relative;
  max-width: 1233px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recall-block__inner {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .recall-block__inner {
    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;
  }
}

.recall-block__inner .column:last-child {
  width: 170px;
}

@media (max-width: 991px) {
  .recall-block__inner .column:last-child {
    display: none;
  }
}

.recall-block__inner .column:nth-child(1) {
  width: 353px;
}

@media (min-width: 768px) {
  .recall-block__inner .column:nth-child(2) {
    width: calc(100% - 353px);
  }
}

@media (min-width: 992px) {
  .recall-block__inner .column:nth-child(2) {
    width: calc(100% - 523px);
  }
}

.recall-block__img img {
  display: block;
}

@media (max-width: 767px) {
  .recall-block__img {
    width: 256px;
    margin-bottom: 16px;
  }
}

.recall-block__phone {
  padding-left: 0;
}

@media (min-width: 1280px) {
  .recall-block__phone {
    font-size: 42px;
  }
}

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

@media (min-width: 1100px) {
  .recall-block__item {
    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;
    text-align: left;
  }
}

.recall-block__item li {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .recall-block__item li:first-child {
    margin-right: 12px;
  }
}

@media (min-width: 1280px) {
  .recall-block__item li:first-child {
    margin-right: 49px;
  }
}

@media (min-width: 1280px) {
  .recall-block__img_doc {
    position: absolute;
    top: -98px;
  }
}

.terms-slider__title {
  padding: 23px 0px;
  color: #0C88ED;
  font-weight: 600;
  font-size: 20px;
}

.terms-slider__article {
  font-size: 15px;
  color: #74727F;
}

.terms-slider .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;
}

@media (max-width: 991px) {
  .terms-slider .swiper-slide {
    margin-bottom: 50px;
  }
}

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

@media (max-width: 991px) {
  .terms-slider .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .terms-slider .swiper-button-next,
  .terms-slider .swiper-button-prev {
    display: none;
  }
}

.terms-slider__item {
  width: 280px;
}

.terms {
  padding-top: 54px;
}

@media (min-width: 1280px) {
  .terms {
    padding-top: 68px;
    margin-bottom: 90px;
  }
}

@media (min-width: 1280px) {
  .terms__title {
    margin-bottom: 64px;
  }
}

.reference-info {
  padding-top: 40px;
  margin-bottom: 40px;
}

.form-block {
  margin-bottom: 48px;
}

@media (min-width: 1280px) {
  .form-block {
    padding-top: 70px;
    margin-bottom: 102px;
  }
}

.form-block__inner {
  background: #97D0FF;
  border-radius: 6px;
  padding-top: 32px;
  padding-bottom: 42px;
}

@media (min-width: 1100px) {
  .form-block__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .form-block__inner {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.inp {
  width: 100%;
  height: 56px;
  color: #898F97;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 2px;
  border: none;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .inp {
    height: 40px;
  }
}

@media (min-width: 1280px) {
  .ref-form {
    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: 1280px) {
  .ref-form .column:first-child {
    width: calc(100% - 440px);
  }
}

@media (min-width: 1280px) {
  .ref-form .column:last-child {
    padding-top: 20px;
    width: 408px;
  }
}

.ref-form__sub-title {
  font-size: 15px;
  margin-bottom: 12px;
}

@media (max-width: 1279px) {
  .ref-form__list > li {
    margin-bottom: 18px;
  }
}

.ref-form__select .selectric {
  background: white;
}

.ref-form__select .label {
  font-weight: 400;
}

.ref-form__btn {
  max-width: 254px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  background: #FFDD2D;
  border-radius: 6px;
  height: 64px;
  display: block;
  color: #374957;
}

@media (max-width: 991px) {
  .ref-form__btn span {
    display: none;
  }
}

@media (min-width: 992px) {
  .ref-form__btn {
    max-width: 408px;
    width: 100%;
    height: 83px;
  }
}

.checkbox {
  display: none;
}

.checkbox:checked + label:before {
  display: block;
}

.check-label {
  font-size: 16px;
  color: #898F97;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .check-label {
    font-size: 12px;
  }
}

.check-label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 2px solid #00ADE9;
}

.check-label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: url("../img/check.png") no-repeat center;
  background-size: contain;
  display: none;
}

.check-label a {
  text-decoration: underline;
}

.check-block {
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .check-block {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .check-block {
    padding-top: 57px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .ref-form__list {
    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;
  }
}

.ref-form__list > li {
  width: 100%;
}

@media (min-width: 768px) {
  .ref-form__list > li:first-child {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .ref-form__list > li:first-child {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .ref-form__list > li:nth-child(2) {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .ref-form__list > li:nth-child(2) {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .ref-form__list > li:nth-child(3) {
    width: 32%;
  }
}

.map {
  height: 455px;
}

.map-block {
  margin-bottom: 48px;
}

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#2995EC), to(#075CA2));
  background: -o-linear-gradient(top, #2995EC 0%, #075CA2 100%);
  background: linear-gradient(180deg, #2995EC 0%, #075CA2 100%);
  padding: 50px 0px 43px;
}

@media (min-width: 768px) {
  .footer__list_left {
    margin-bottom: 65px;
  }
}

.footer__logo {
  color: white;
  margin-bottom: 60px;
}

.footer__logo span {
  color: white;
  opacity: 0.5;
}

.footer__logo b:before,
.footer__logo b:after {
  background: white;
}

@media (max-width: 767px) {
  .footer__list {
    display: none;
  }
}

.footer__list li {
  margin-bottom: 20px;
  color: #97D0FF;
  font-size: 16px;
  font-weight: 500;
}

.footer-work-time {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 17px;
  margin-bottom: 53px;
}

.footer-nav li {
  margin-bottom: 45px;
}

.footer-nav a {
  color: #97D0FF;
  font-size: 20px;
  font-weight: 600;
}

.footer-nav a:hover {
  color: white;
}

@media (min-width: 1600px) {
  .footer-nav {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.copy {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
}

.footer__bottom {
  text-align: center;
}

@media (min-width: 768px) {
  .footer__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;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .metr {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer__top {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer__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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .footer__top .column:nth-child(1) {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__top .column:nth-child(1) {
    width: 32%;
  }
}

@media (min-width: 1600px) {
  .footer__top .column:nth-child(1) {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .footer__top .column:nth-child(2) {
    display: none;
  }
}

@media (min-width: 768px) {
  .footer__top .column:nth-child(2) {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__top .column:nth-child(2) {
    width: 32%;
  }
}

@media (min-width: 1600px) {
  .footer__top .column:nth-child(2) {
    width: 60%;
  }
}

@media (min-width: 1900px) {
  .footer__top .column:nth-child(2) {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .footer__top .column:nth-child(3) {
    width: 32%;
  }
}

@media (min-width: 1600px) {
  .footer__top .column:nth-child(3) {
    width: 19%;
  }
}

@media (min-width: 1900px) {
  .footer__top .column:nth-child(3) {
    width: 21%;
  }
}
.red_text {color:red;}
.red_bold {color:red;font-weight:bold;}
.cont-txt-red {
	color:red;
	font-weight:500;
	margin-top: 20px;
	text-align: center;
}
