@font-face {
  font-family: 'Lato';
  src: url("../fonts/latoregular.woff2") format("woff2"), url("../fonts/latoregular.woff") format("woff"), url("../fonts/latoregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/latosemibold.woff2") format("woff2"), url("../fonts/latosemibold.woff") format("woff"), url("../fonts/latosemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/latobold.woff2") format("woff2"), url("../fonts/latobold.woff") format("woff"), url("../fonts/latobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/latoblack.woff2") format("woff2"), url("../fonts/latoblack.woff") format("woff"), url("../fonts/latoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

* {
  margin: 0;
  padding: 0; }

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

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0; }

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

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.btn-reset {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 12px; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 120%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000000; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1414px;
  min-width: 320px;
  padding: 0 75px;
  margin: 0 auto; }
  @media (max-width: 992.98px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.page-main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.97%, rgba(255, 255, 255, 0)), to(rgba(221, 227, 231, 0.76)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -9.97%, rgba(221, 227, 231, 0.76) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -9.97%, rgba(221, 227, 231, 0.76) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -9.97%, rgba(221, 227, 231, 0.76) 100%); }

.page-text {
  line-height: 129.16667%;
  text-align: center;
  border: 3px solid #EB3223;
  border-radius: 7px;
  padding: 25px 10px;
  margin-bottom: 94px; }
  @media (max-width: 767.98px) {
    .page-text {
      font-size: calc(16px + 13.6*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .page-text {
      font-size: calc(16px + 8*(100vw / 1903)); } }
  @media (min-width: 992.98px) {
    .page-text {
      padding: 38px 230px 32px 230px;
      margin-bottom: 89px; } }

.section__title {
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .section__title {
      font-size: calc(24px + 44.2*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .section__title {
      font-size: calc(24px + 26*(100vw / 1903)); } }
  @media (min-width: 767.98px) {
    .section__title {
      margin-bottom: 69px; } }

.section {
  margin-bottom: 70px; }
  @media (min-width: 1199.98px) {
    .section {
      margin-bottom: 160px; } }

.pl {
  padding-left: 32px; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.senks-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 30px 0px 30px;
  text-align: center; }

.senks {
  font-weight: 900;
  line-height: 120%; }
  @media (max-width: 767.98px) {
    .senks {
      font-size: calc(31px + 52.7*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .senks {
      font-size: calc(31px + 31*(100vw / 1903)); } }
  @media (min-width: 1920px) {
    .senks {
      font-size: 62px; } }

/*.container {
  max-width: $mw + px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;

  @media (max-width: $md1+px) {
    max-width: 970px;
  }

  @media (max-width: $md2+px) {
    max-width: 750px;
  }

  @media (max-width: $md3+px) {
    max-width: none;
    padding: 0 10px;
  }
}
*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 18px 27px;
  background-color: #EB3223;
  color: #fff;
  border-radius: 5px;
  font-weight: 900;
  line-height: 119.23077%;
  letter-spacing: 0.09em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 767.98px) {
    .btn {
      font-size: calc(14px + 20.4*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .btn {
      font-size: calc(14px + 12*(100vw / 1903)); } }
  @media (max-width: 992.98px) {
    .btn {
      padding: 14px 20px; } }
  .btn:hover {
    background-color: #dd1f0e; }
  .btn.fw {
    width: 100%; }

.ibg {
  position: relative; }
  .ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }

body.ie .ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

body.ie .ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden; }

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

.scroll-up {
  display: none;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000; }
  .scroll-up.fixed {
    position: fixed;
    display: block; }

.header.fixed {
  position: fixed;
  z-index: 1000; }

.header {
  padding-top: 30px;
  padding-bottom: 18px; }
  @media (min-width: 1199.98px) {
    .header {
      padding-top: 68px;
      padding-bottom: 56px; } }
  .header__container {
    /*
      @media (min-width:$md1+px) {
         max-width: 1437px;
         padding-left: 15px;
         padding-right: 15px;
      }*/ }
    @media (min-width: 992.98px) {
      .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (max-width: 992.98px) {
    .header__logo {
      text-align: center;
      margin-bottom: 14px; } }
  @media (max-width: 1199.98px) {
    .header__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 767.98px) {
    .header__logo .logo:first-child {
      margin-right: 15px; } }
  @media (min-width: 767.98px) {
    .header__logo .logo:first-child {
      margin-right: 55px; } }
  @media (max-width: 1199.98px) {
    .header__logo .logo img {
      width: 113px; }
    .header__logo .logo:last-child {
      margin-left: 30px; }
      .header__logo .logo:last-child img {
        width: 173px; } }
  @media (max-width: 992.98px) {
    .header__text {
      text-align: center; } }
  @media (min-width: 992.98px) {
    .header__text {
      text-align: right; } }
  @media (min-width: 360px) and (max-width: 767.98px) {
    .header__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .header__text strong {
    display: block;
    line-height: 120%;
    text-transform: capitalize;
    letter-spacing: 0.08em;
    padding-top: 6px;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .header__text strong {
        font-size: calc(15px + 42.5*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .header__text strong {
        font-size: calc(15px + 25*(100vw / 1903)); } }
    @media (min-width: 360px) and (max-width: 767.98px) {
      .header__text strong {
        color: #404041;
        font-weight: normal; } }
  .header__text a {
    line-height: 118.18182%;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .header__text a {
        font-size: calc(12px + 20.4*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .header__text a {
        font-size: calc(12px + 12*(100vw / 1903)); } }

.hero {
  /* &__container {
      @media (min-width:$md2+px) {
         max-width: 1437px;
         padding-left: 15px;
         padding-right: 15px;
      }
   }*/ }
  @media (max-width: 767.98px) {
    .hero {
      margin-bottom: 21px; } }
  @media (min-width: 767.98px) {
    .hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 89px; } }
  @media (max-width: 767.98px) {
    .hero__content {
      margin-bottom: 30px; } }
  @media (min-width: 767.98px) {
    .hero__content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (min-width: 767.98px) {
    .hero__body {
      width: 49%;
      padding: 9px 6px 20px 0px; } }
  @media (min-width: 1199.98px) {
    .hero__body {
      padding: 9px 56px 20px 0px; } }
  .hero__title {
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .hero__title {
        font-size: calc(31px + 52.7*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .hero__title {
        font-size: calc(31px + 31*(100vw / 1903)); } }
    @media (min-width: 1199.98px) {
      .hero__title {
        margin-bottom: 47px; } }
    @media (min-width: 1920px) {
      .hero__title {
        font-size: 62px; } }
  .hero__acent {
    line-height: 120.51282%;
    font-weight: bold;
    text-transform: capitalize;
    color: #EB3223;
    letter-spacing: 1.9px; }
    @media (max-width: 767.98px) {
      .hero__acent {
        font-size: calc(18px + 35.7*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .hero__acent {
        font-size: calc(18px + 21*(100vw / 1903)); } }
    @media (max-width: 1199.98px) {
      .hero__acent {
        margin-bottom: 24px; } }
    @media (min-width: 1199.98px) {
      .hero__acent {
        margin-bottom: 62px; } }
  .hero__text {
    line-height: 120.83333%; }
    @media (max-width: 767.98px) {
      .hero__text {
        font-size: calc(14px + 17*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .hero__text {
        font-size: calc(14px + 10*(100vw / 1903)); } }
    @media (max-width: 1199.98px) {
      .hero__text {
        margin-bottom: 20px; } }
    @media (min-width: 1199.98px) {
      .hero__text {
        margin-bottom: 64px;
        max-width: 550px; } }
  .hero__image {
    position: relative; }
    @media (max-width: 767.98px) {
      .hero__image {
        height: 114px; } }
    @media (min-width: 767.98px) {
      .hero__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
        flex: 0 0 51%;
        padding-bottom: 31.3%;
        -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
        transform: translate(-100%, 0px); } }
    .hero__image img {
      position: absolute;
      padding: 0;
      top: 0;
      width: 100%;
      height: 100%; }

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

.info__body {
  overflow: hidden; }

.slider-info {
  position: relative;
  width: 100%; }
  .slider-info__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 30px; }
    @media (min-width: 992.98px) {
      .slider-info__wrapper {
        margin-bottom: 57px; } }
  .slider-info__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 120%;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    background-color: #EB3223;
    -webkit-box-shadow: 0px 15px 50px rgba(64, 64, 64, 0.12);
    box-shadow: 0px 15px 50px rgba(64, 64, 64, 0.12);
    border-radius: 15px;
    padding: 25px 15px; }
    @media (max-width: 767.98px) {
      .slider-info__slide {
        font-size: calc(18px + 11.9*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .slider-info__slide {
        font-size: calc(18px + 7*(100vw / 1903)); } }
    @media (min-width: 1199.98px) {
      .slider-info__slide {
        padding: 74px 26px; } }
  .slider-info__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .slider-info__pagination {
    margin: 0 28px; }
    .slider-info__pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #606C84;
      opacity: 0.2; }
      .slider-info__pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 20px; }
    .slider-info__pagination .swiper-pagination-bullet-active {
      background-color: #EB3223;
      opacity: 1; }
  .slider-info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #EB3223;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 992.98px) {
      .slider-info__button {
        width: 72px;
        height: 48px; } }
    .slider-info__button svg {
      fill: #fff; }
    .slider-info__button:hover {
      background-color: #EB3223; }
      .slider-info__button:hover svg {
        fill: #fff; }
    .slider-info__button.swiper-button-disabled {
      background: rgba(18, 17, 39, 0.04); }
      .slider-info__button.swiper-button-disabled svg {
        fill: #000; }
  .slider-info__button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

@media (min-width: 767.98px) {
  .help__title {
    margin-bottom: 74px; } }

.help__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 45px; }
  @media (min-width: 992.98px) {
    .help__body {
      row-gap: 40px;
      -webkit-column-gap: 74px;
      column-gap: 74px;
      margin-bottom: 75px; } }

.help__footer {
  text-align: center; }
  .help__footer p {
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.09em;
    padding: 17px 19px;
    border: 3px solid #000000;
    border-radius: 7px;
    max-width: 750px;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .help__footer p {
        font-size: calc(18px + 20.4*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .help__footer p {
        font-size: calc(18px + 12*(100vw / 1903)); } }

.help-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 370px;
  flex: 0 1 370px;
  padding: 36px 30px;
  background: #FFFFFF;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 15px 50px rgba(64, 64, 64, 0.12));
  filter: drop-shadow(0px 15px 50px rgba(64, 64, 64, 0.12));
  text-align: center; }
  .help-item__icon {
    margin-bottom: 19px; }
  .help-item__text {
    line-height: 122.22222%; }
    @media (max-width: 767.98px) {
      .help-item__text {
        font-size: calc(14px + 6.8*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .help-item__text {
        font-size: calc(14px + 4*(100vw / 1903)); } }

@media (min-width: 767.98px) {
  .we__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 28px;
    column-gap: 28px; } }

@media (min-width: 1199.98px) {
  .we__body {
    -webkit-column-gap: 68px;
    column-gap: 68px; } }

.we__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 50px rgba(64, 64, 64, 0.12);
  box-shadow: 0px 15px 50px rgba(64, 64, 64, 0.12);
  border-radius: 15px;
  text-align: center;
  padding: 20px; }
  @media (max-width: 767.98px) {
    .we__item {
      margin-bottom: 25px; } }
  @media (min-width: 1199.98px) {
    .we__item {
      padding: 30px 80px 16px 80px; } }
  .we__item img {
    margin-bottom: 10px; }
    @media (max-width: 992.98px) {
      .we__item img {
        display: inline-block;
        width: 160px; } }

.we__name {
  line-height: 140%;
  font-weight: 900;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .we__name {
      font-size: calc(14px + 17*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .we__name {
      font-size: calc(14px + 10*(100vw / 1903)); } }
  @media (min-width: 767.98px) {
    .we__name {
      margin-bottom: 15px; } }

.we__info {
  display: inline-block;
  font-weight: 900;
  line-height: 140%;
  color: #858585;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .we__info {
      font-size: calc(14px + 10.2*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .we__info {
      font-size: calc(14px + 6*(100vw / 1903)); } }
  @media (max-width: 767.98px) {
    .we__info {
      margin-bottom: 15px; } }

.we__text {
  line-height: 120%;
  text-align: justify; }
  @media (max-width: 767.98px) {
    .we__text {
      font-size: calc(14px + 10.2*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .we__text {
      font-size: calc(14px + 6*(100vw / 1903)); } }

@media (min-width: 1199.98px) {
  .reviews {
    margin-bottom: 112px; } }

.reviews__body {
  overflow: hidden; }

.slider-reviews {
  width: 100%;
  position: relative; }
  .slider-reviews__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 30px; }
    @media (min-width: 992.98px) {
      .slider-reviews__wrapper {
        margin-bottom: 57px; } }
  .slider-reviews__slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    border-radius: 12px;
    padding: 32px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .slider-reviews__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .slider-reviews__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    background-color: #EB3223;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (min-width: 992.98px) {
      .slider-reviews__button {
        width: 72px;
        height: 48px; } }
    .slider-reviews__button svg {
      fill: #fff; }
    .slider-reviews__button:hover {
      background-color: #EB3223; }
      .slider-reviews__button:hover svg {
        fill: #fff; }
    .slider-reviews__button.swiper-button-disabled {
      background: rgba(18, 17, 39, 0.04); }
      .slider-reviews__button.swiper-button-disabled svg {
        fill: #000; }
  .slider-reviews__button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 12px; }

.slide-reviews__coment {
  line-height: 181.25%;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (max-width: 767.98px) {
    .slide-reviews__coment {
      font-size: calc(12px + 6.8*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .slide-reviews__coment {
      font-size: calc(12px + 4*(100vw / 1903)); } }

.avtor-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .avtor-reviews__avatar {
    margin-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px; }
  .avtor-reviews__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 767.98px) {
      .avtor-reviews__info {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .avtor-reviews__info-block {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .avtor-reviews__name {
    font-size: 14px;
    line-height: 178.57143%;
    font-weight: 900;
    color: #121127; }
  .avtor-reviews__date {
    font-size: 12px;
    line-height: 183.33333%;
    color: rgba(18, 17, 39, 0.56); }
    .avtor-reviews__date span {
      display: block; }

@media (min-width: 1199.98px) {
  .callback {
    margin-bottom: 146px; } }

@media (min-width: 767.98px) {
  .callback__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17px;
    column-gap: 17px; } }

@media (min-width: 992.98px) {
  .callback__body {
    -webkit-column-gap: 27px;
    column-gap: 27px; } }

@media (max-width: 767.98px) {
  .callback__baner {
    display: none; } }

@media (min-width: 767.98px) {
  .callback__baner {
    position: relative;
    padding-bottom: 43.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px; }
    .callback__baner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media (min-width: 1199.98px) {
  .callback__baner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 453px;
    flex: 0 0 453px; } }

.callback__content {
  background: -webkit-radial-gradient(23.93% 50%, 76.07% 601.76%, #C51C0E 0%, rgba(16, 16, 16, 0.88) 100%);
  background: -o-radial-gradient(23.93% 50%, 76.07% 601.76%, #C51C0E 0%, rgba(16, 16, 16, 0.88) 100%);
  background: radial-gradient(76.07% 601.76% at 23.93% 50%, #C51C0E 0%, rgba(16, 16, 16, 0.88) 100%);
  -webkit-box-shadow: 8px 20px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 8px 20px 40px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 30px 20px; }
  @media (min-width: 992.98px) {
    .callback__content {
      padding: 60px; } }

.callback__title {
  font-weight: 900;
  line-height: 131.25%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px; }
  @media (max-width: 767.98px) {
    .callback__title {
      font-size: calc(20px + 20.4*((100vw - 320px) / 1903)); } }
  @media (min-width: 767.98px) {
    .callback__title {
      font-size: calc(20px + 12*(100vw / 1903)); } }
  @media (min-width: 767.98px) {
    .callback__title {
      margin-bottom: 46px; } }

.form-callback {
  text-align: center; }
  @media (min-width: 992.98px) {
    .form-callback__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
      column-gap: 30px;
      margin-bottom: 30px; } }
  .form-callback__input {
    position: relative; }
    @media (max-width: 992.98px) {
      .form-callback__input {
        margin-bottom: 24px; } }
    @media (min-width: 992.98px) {
      .form-callback__input {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }
    .form-callback__input input {
      width: 100%;
      border: none;
      outline: 1px solid #EB3223;
      color: #FFFFFF;
      line-height: 120%;
      text-transform: uppercase;
      font-weight: normal;
      padding: 15px;
      background: rgba(54, 54, 77, 0.25);
      -webkit-backdrop-filter: blur(50px);
      backdrop-filter: blur(50px);
      border-radius: 12px;
      letter-spacing: 0.09em; }
      @media (max-width: 767.98px) {
        .form-callback__input input {
          font-size: calc(12px + 5.1*((100vw - 320px) / 1903)); } }
      @media (min-width: 767.98px) {
        .form-callback__input input {
          font-size: calc(12px + 3*(100vw / 1903)); } }
      .form-callback__input input::-webkit-input-placeholder {
        text-transform: uppercase;
        color: #FFFFFF; }
      .form-callback__input input:-ms-input-placeholder {
        text-transform: uppercase;
        color: #FFFFFF; }
      .form-callback__input input::-ms-input-placeholder {
        text-transform: uppercase;
        color: #FFFFFF; }
      .form-callback__input input::placeholder {
        text-transform: uppercase;
        color: #FFFFFF; }
  .form-callback__text {
    line-height: 133.33333%;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 21px; }
    @media (max-width: 767.98px) {
      .form-callback__text {
        font-size: calc(12px + 5.1*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .form-callback__text {
        font-size: calc(12px + 3*(100vw / 1903)); } }
    .form-callback__text a {
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .form-callback__text a:hover {
        color: #000; }
  .form-callback__button {
    font-weight: bold;
    line-height: 130%;
    letter-spacing: 0.09em;
    padding: 16px 78px;
    background-color: transparent;
    color: #FFFFFF;
    cursor: pointer;
    border: 3px solid #FFFFFF;
    border-radius: 6px;
    margin-top: 16px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease; }
    @media (max-width: 767.98px) {
      .form-callback__button {
        font-size: calc(14px + 10.2*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .form-callback__button {
        font-size: calc(14px + 6*(100vw / 1903)); } }
    .form-callback__button:hover {
      border: 3px solid #EB3223;
      color: #000; }

.checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer; }

.checkbox__control {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 3px solid #FFFFFF;
  -webkit-filter: drop-shadow(8px 15px 15px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(8px 15px 15px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  margin-right: 12px; }
  .checkbox__control svg {
    position: absolute;
    top: -2px;
    left: -1px;
    -webkit-transition: -webkit-transform 0.1s ease-in 25ms;
    transition: -webkit-transform 0.1s ease-in 25ms;
    -o-transition: transform 0.1s ease-in 25ms;
    transition: transform 0.1s ease-in 25ms;
    transition: transform 0.1s ease-in 25ms, -webkit-transform 0.1s ease-in 25ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__control svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.contacts {
  padding-bottom: 40px;
  margin-bottom: 0; }
  @media (min-width: 767.98px) {
    .contacts {
      padding-bottom: 85px; } }
  @media (min-width: 992.98px) {
    .contacts__body {
      padding-left: 74px;
      padding-right: 74px; } }
  .contacts__row {
    text-align: center; }
    @media (min-width: 767.98px) {
      .contacts__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .contacts__row:first-child {
      margin-bottom: 45px; }
      @media (min-width: 992.98px) {
        .contacts__row:first-child {
          margin-bottom: 85px; } }
  .contacts__phone, .contacts__mail, .contacts__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px; }
    .contacts__phone:after, .contacts__mail:after, .contacts__location:after {
      content: '';
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-right: 12px; }
  .contacts__phone:after {
    background-image: url(../img/icons/phone.svg);
    width: 18px;
    height: 18px; }
    @media (min-width: 992.98px) {
      .contacts__phone:after {
        width: 32px;
        height: 31px;
        margin-top: -12px; } }
  .contacts__mail:after {
    background-image: url(../img/icons/mail.svg);
    width: 18px;
    height: 18px; }
    @media (min-width: 992.98px) {
      .contacts__mail:after {
        height: 31px;
        width: 32px;
        margin-top: -9px; } }
  .contacts__location:after {
    background-image: url(../img/icons/location.svg);
    width: 18px;
    height: 18px; }
    @media (min-width: 992.98px) {
      .contacts__location:after {
        height: 39px;
        width: 30px;
        margin-top: -15px; } }
  .contacts__social-fb svg, .contacts__social-tw svg {
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .contacts__social-fb svg:hover, .contacts__social-tw svg:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .contacts__social-tw {
    margin-left: 40px; }
    .contacts__social-tw svg {
      width: 38px; }

.footer__container {
  padding: 30px 0;
  text-align: center; }
  .footer__container p {
    line-height: 150%;
    color: #606C84; }
    @media (max-width: 767.98px) {
      .footer__container p {
        font-size: calc(14px + 10.2*((100vw - 320px) / 1903)); } }
    @media (min-width: 767.98px) {
      .footer__container p {
        font-size: calc(14px + 6*(100vw / 1903)); } }
