@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-ExtraBold.woff2") format("woff2"), url("../fonts/Mulish-ExtraBold.woff") format("woff"), url("../fonts/Mulish-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium.woff") format("woff"), url("../fonts/Mulish-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Bold.woff2") format("woff2"), url("../fonts/Mulish-Bold.woff") format("woff"), url("../fonts/Mulish-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-SemiBold.woff2") format("woff2"), url("../fonts/Mulish-SemiBold.woff") format("woff"), url("../fonts/Mulish-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  min-width: 320px;
  font-size: 100%;
}

body {
  color: #3D3D3F;
  line-height: 1;
  font-size: 1rem;
  font-family: "Mulish";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: "Mulish";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}
.wrapper > * {
  min-width: 0;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
[class*=__container] {
  max-width: 73.75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0.9375rem;
  margin: 0 auto;
}

@media (min-width: 47.99875em) {
  .spollers__item {
    max-width: 10.625rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .spollers__item {
    margin-bottom: 0.625rem;
  }
}
.spollers__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  background-color: transparent;
  text-align: left;
}
@media (min-width: 61.99875em) {
  .spollers__title {
    cursor: default;
  }
}
.spollers__title:not(:last-child) {
  margin-bottom: 1.625rem;
}
@media (max-width: 47.99875em) {
  .spollers__title:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 47.99875em) {
  .spollers__title {
    padding: 0.3125rem 0rem;
    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;
    gap: 1.25rem;
    width: 100%;
    position: relative;
  }
  .spollers__title::after {
    content: "";
    display: block;
    width: 1.0625rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.0625rem;
            flex: 0 0 1.0625rem;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 0.625rem;
    background: url("../img/icons/arrow.svg") 0 0/cover no-repeat;
  }
}
.spollers__title._active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.spollers__li:not(:last-child) {
  margin-bottom: 1rem;
}
.spollers__link {
  color: #666;
  font-weight: 600;
  line-height: 150%;
}
@media (any-hover: hover) {
  .spollers__link:hover {
    text-decoration: underline;
  }
}

.tabs__top {
  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;
}
@supports (margin-bottom: clamp( 0.625rem , 0.422752809rem  +  1.0112359551vw , 1.1875rem )) {
  .tabs__top:not(:last-child) {
    margin-bottom: clamp( 0.625rem , 0.422752809rem  +  1.0112359551vw , 1.1875rem );
  }
}
@supports not (margin-bottom: clamp( 0.625rem , 0.422752809rem  +  1.0112359551vw , 1.1875rem )) {
  .tabs__top:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.5625 * (100vw - 20rem) / 55.625);
  }
}
@media (max-width: 38.75em) {
  .tabs__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 38.75em) {
  .tabs__navigation:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (max-width: 38.75em) {
  .tabs__navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@supports (margin-right: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem )) {
  .tabs__navigation {
    margin-right: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem );
  }
}
@supports not (margin-right: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem )) {
  .tabs__navigation {
    margin-right: calc(-1.25rem + -0.75 * (100vw - 20rem) / 55.625);
  }
}
@supports (margin-left: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem )) {
  .tabs__navigation {
    margin-left: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem );
  }
}
@supports not (margin-left: clamp( -2rem , -0.9803370787rem  +  -1.3483146067vw , -1.25rem )) {
  .tabs__navigation {
    margin-left: calc(-1.25rem + -0.75 * (100vw - 20rem) / 55.625);
  }
}
.tabs__all {
  color: inherit;
  font-weight: 600;
  line-height: 1.375;
  position: relative;
  padding: 0.8125rem 1.5625rem 0.8125rem 0rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 38.75em) {
  .tabs__all {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.4375rem;
            flex: 0 0 6.4375rem;
  }
}
.tabs__all::after {
  content: "";
  position: absolute;
  width: 1.0625rem;
  height: 0.75rem;
  right: 0;
  top: 18px;
  background: url("../img/ourwork/icons/arrow.svg") 0 0 no-repeat;
}
.tabs__title {
  color: #ccc;
  font-size: 1rem;
  background-color: transparent;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 0.625rem;
}
@supports (padding-right: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem )) {
  .tabs__title {
    padding-right: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem );
  }
}
@supports not (padding-right: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem )) {
  .tabs__title {
    padding-right: calc(1.25rem + 0.75 * (100vw - 20rem) / 55.625);
  }
}
@supports (padding-left: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem )) {
  .tabs__title {
    padding-left: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem );
  }
}
@supports not (padding-left: clamp( 1.25rem , 0.9803370787rem  +  1.3483146067vw , 2rem )) {
  .tabs__title {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 55.625);
  }
}
.tabs__title span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
  padding: 0.8125rem 0rem;
}
.tabs__title span::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0px;
}
@media (any-hover: hover) {
  .tabs__title span:hover {
    color: #FD695A;
  }
  .tabs__title span:hover::after {
    background-color: #FD695A;
  }
}
.tabs__title._tab-active span {
  color: #FD695A;
}
.tabs__title._tab-active span::after {
  background-color: #FD695A;
}
.tabs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -1.3125rem;
}
.tabs__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0rem 1.3125rem;
  margin-bottom: 2.625rem;
}
@media (max-width: 61.99875em) {
  .tabs__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media (max-width: 38.75em) {
  .tabs__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.tabs__item {
  display: block;
  position: relative;
  padding-bottom: 94.459833795%;
}
.tabs__item img {
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1.6875;
  font-weight: 600;
  padding: 0.875rem 2.125rem;
  border-radius: 3.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #FD695A;
  font-size: 1rem;
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #c95447;
  }
}
@media (max-width: 61.99875em) {
  .btn {
    padding: 0.625rem 1.875rem;
  }
}
.btn__big {
  padding: 0.875rem 1.9375rem;
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.125rem;
}

.label {
  color: #FD695A;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.0833333333;
}
@supports (font-size: clamp( 1rem , 0.8202247191rem  +  0.8988764045vw , 1.5rem )) {
  .label {
    font-size: clamp( 1rem , 0.8202247191rem  +  0.8988764045vw , 1.5rem );
  }
}
@supports not (font-size: clamp( 1rem , 0.8202247191rem  +  0.8988764045vw , 1.5rem )) {
  .label {
    font-size: calc(1rem + 0.5 * (100vw - 20rem) / 55.625);
  }
}
.label:not(:last-child) {
  margin-bottom: 0.5rem;
}

.title {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1904761905;
}
@supports (font-size: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem )) {
  .title {
    font-size: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem );
  }
}
@supports not (font-size: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem )) {
  .title {
    font-size: calc(0.625rem + 2 * (100vw - 20rem) / 55.625);
  }
}
@supports (margin-bottom: clamp( 0.9375rem , 0.5779494382rem  +  1.797752809vw , 1.9375rem )) {
  .title:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.5779494382rem  +  1.797752809vw , 1.9375rem );
  }
}
@supports not (margin-bottom: clamp( 0.9375rem , 0.5779494382rem  +  1.797752809vw , 1.9375rem )) {
  .title:not(:last-child) {
    margin-bottom: calc(0.9375rem + 1 * (100vw - 20rem) / 55.625);
  }
}
@media (max-width: 61.99875em) {
  @supports (font-size: clamp( 1.4375rem , 1.0554775281rem  +  1.9101123596vw , 2.5rem )) {
    .title {
      font-size: clamp( 1.4375rem , 1.0554775281rem  +  1.9101123596vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.4375rem , 1.0554775281rem  +  1.9101123596vw , 2.5rem )) {
    .title {
      font-size: calc(1.4375rem + 1.0625 * (100vw - 20rem) / 55.625);
    }
  }
}

.text {
  color: #515151;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625;
}
@supports (font-size: clamp( 0.875rem , 0.8300561798rem  +  0.2247191011vw , 1rem )) {
  .text {
    font-size: clamp( 0.875rem , 0.8300561798rem  +  0.2247191011vw , 1rem );
  }
}
@supports not (font-size: clamp( 0.875rem , 0.8300561798rem  +  0.2247191011vw , 1rem )) {
  .text {
    font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 55.625);
  }
}
@supports (margin-bottom: clamp( 0.9375rem , 0.7127808989rem  +  1.1235955056vw , 1.5625rem )) {
  .text:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.7127808989rem  +  1.1235955056vw , 1.5625rem );
  }
}
@supports not (margin-bottom: clamp( 0.9375rem , 0.7127808989rem  +  1.1235955056vw , 1.5625rem )) {
  .text:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.625 * (100vw - 20rem) / 55.625);
  }
}

.cards-whatwedo__column {
  padding: 0rem 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@supports (margin-bottom: clamp( 0.3125rem , -0.294241573rem  +  3.0337078652vw , 2rem )) {
  .cards-whatwedo__column {
    margin-bottom: clamp( 0.3125rem , -0.294241573rem  +  3.0337078652vw , 2rem );
  }
}
@supports not (margin-bottom: clamp( 0.3125rem , -0.294241573rem  +  3.0337078652vw , 2rem )) {
  .cards-whatwedo__column {
    margin-bottom: calc(0.3125rem + 1.6875 * (100vw - 20rem) / 55.625);
  }
}
@media (max-width: 73.125em) {
  .cards-whatwedo__column {
    padding: 0rem 0.5625rem;
  }
}
@media (max-width: 38.75em) {
  .cards-whatwedo__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.cards-whatwedo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 2.0625rem 1.5625rem 1.8125rem;
  border-radius: 0.9375rem;
  background-color: #FFF;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(44, 22, 84, 0.01);
          box-shadow: 0px 6px 12px 0px rgba(44, 22, 84, 0.01);
  text-align: center;
}
@media (max-width: 73.125em) {
  .cards-whatwedo__item {
    padding: 1.25rem 0.625rem;
  }
}
.cards-whatwedo__item-green .cards-whatwedo__icon::after {
  background-color: #E9F6EE;
}
.cards-whatwedo__item-violet .cards-whatwedo__icon::after {
  background: rgba(120, 121, 241, 0.06);
}
.cards-whatwedo__item-red .cards-whatwedo__icon::after {
  background-color: rgba(188, 92, 86, 0.0588235294);
}
.cards-whatwedo__item-blue .cards-whatwedo__icon::after {
  background-color: rgba(104, 205, 253, 0.0784313725);
}
.cards-whatwedo__icon {
  display: inline-block;
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 auto;
}
.cards-whatwedo__icon:not(:last-child) {
  margin-bottom: 2.0625rem;
}
.cards-whatwedo__icon img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cards-whatwedo__icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cards-whatwedo__title {
  color: #37383D;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cards-whatwedo__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cards-whatwedo__text {
  color: #747474;
  font-size: 0.84375rem;
  line-height: 1.9259259259;
}
.cards-whatwedo__text:not(:last-child) {
  margin-bottom: 0.75rem;
}
.cards-whatwedo__link {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.1666666667;
  text-decoration: underline;
}

.input {
  color: #000;
  font-size: 1rem;
  line-height: 150%;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(178, 178, 178, 0.21);
  background-color: #fff;
  width: 100%;
}
.input._error {
  border: 1px solid red;
}
.input:focus::-webkit-input-placeholder {
  color: transparent;
}
.input:focus::-moz-placeholder {
  color: transparent;
}
.input:focus:-ms-input-placeholder {
  color: transparent;
}
.input:focus::-ms-input-placeholder {
  color: transparent;
}
.input:focus::placeholder {
  color: transparent;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@supports (padding-top: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem )) {
  .header {
    padding-top: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem );
  }
}
@supports not (padding-top: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem )) {
  .header {
    padding-top: calc(0.9375rem + 3.9375 * (100vw - 20rem) / 55.625);
  }
}
@supports (padding-bottom: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem )) {
  .header {
    padding-bottom: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem );
  }
}
@supports not (padding-bottom: clamp( 0.9375rem , -0.4782303371rem  +  7.0786516854vw , 4.875rem )) {
  .header {
    padding-bottom: calc(0.9375rem + 3.9375 * (100vw - 20rem) / 55.625);
  }
}
.header.fixed {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.808);
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  position: relative;
  z-index: 2;
}
@supports (width: clamp( 8.125rem , 1.2512135922rem  +  14.3203883495vw , 11.8125rem )) {
  .header__logo {
    width: clamp( 8.125rem , 1.2512135922rem  +  14.3203883495vw , 11.8125rem );
  }
}
@supports not (width: clamp( 8.125rem , 1.2512135922rem  +  14.3203883495vw , 11.8125rem )) {
  .header__logo {
    width: calc(8.125rem + 3.6875 * (100vw - 48rem) / 25.75);
  }
}
@supports (margin-right: clamp( 1.5625rem , -14.1656553398rem  +  32.7669902913vw , 10rem )) {
  .header__logo {
    margin-right: clamp( 1.5625rem , -14.1656553398rem  +  32.7669902913vw , 10rem );
  }
}
@supports not (margin-right: clamp( 1.5625rem , -14.1656553398rem  +  32.7669902913vw , 10rem )) {
  .header__logo {
    margin-right: calc(1.5625rem + 8.4375 * (100vw - 48rem) / 25.75);
  }
}
.header__logo img {
  max-width: 100%;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0px 1.25rem;
}
.header__buttons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btn {
  white-space: nowrap;
}
@media (max-width: 47.99875em) {
  .header__btn:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 29.99875em) {
  .header__btn {
    display: block;
    width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -200%;
    top: 0;
    background-color: #fff;
    overflow: auto;
    padding: 0.9375rem;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .menu__body::after {
    content: "";
    position: fixed;
    width: 100%;
    right: -200%;
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  @supports (height: clamp( 3.5625rem , 0.0803571429rem  +  17.4107142857vw , 8.4375rem )) {
    .menu__body::after {
      height: clamp( 3.5625rem , 0.0803571429rem  +  17.4107142857vw , 8.4375rem );
    }
  }
  @supports not (height: clamp( 3.5625rem , 0.0803571429rem  +  17.4107142857vw , 8.4375rem )) {
    .menu__body::after {
      height: calc(3.5625rem + 4.875 * (100vw - 20rem) / 28);
    }
  }
  .menu__body._active {
    right: 0;
  }
  .menu__body._active::after {
    right: 0;
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @supports (padding-top: clamp( 5rem , 1.875rem  +  15.625vw , 9.375rem )) {
    .menu__list {
      padding-top: clamp( 5rem , 1.875rem  +  15.625vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5rem , 1.875rem  +  15.625vw , 9.375rem )) {
    .menu__list {
      padding-top: calc(5rem + 4.375 * (100vw - 20rem) / 28);
    }
  }
  .menu__list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 47.99875em) {
  @supports (margin-right: clamp( 1.5625rem , -1.3501213592rem  +  6.067961165vw , 3.125rem )) {
    .menu__item:not(:last-child) {
      margin-right: clamp( 1.5625rem , -1.3501213592rem  +  6.067961165vw , 3.125rem );
    }
  }
  @supports not (margin-right: clamp( 1.5625rem , -1.3501213592rem  +  6.067961165vw , 3.125rem )) {
    .menu__item:not(:last-child) {
      margin-right: calc(1.5625rem + 1.5625 * (100vw - 48rem) / 25.75);
    }
  }
}
@media (max-width: 47.99875em) {
  .menu__item {
    text-align: center;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.menu__link {
  color: #150A29;
  font-weight: 600;
  line-height: 1.75;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.99875em) {
  .menu__link {
    font-size: 1.625rem;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #FD695A;
  }
}

.icon-menu {
  display: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 35;
  }
  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #3D3D3F;
  }
  .icon-menu span:first-child {
    top: 0;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }
  .icon-menu._active span {
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #3D3D3F;
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  .icon-menu._active span:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 8px;
  }
}

.footer {
  position: relative;
}
@supports (padding-top: clamp( 3.125rem , 1.5519662921rem  +  7.8651685393vw , 7.5rem )) {
  .footer {
    padding-top: clamp( 3.125rem , 1.5519662921rem  +  7.8651685393vw , 7.5rem );
  }
}
@supports not (padding-top: clamp( 3.125rem , 1.5519662921rem  +  7.8651685393vw , 7.5rem )) {
  .footer {
    padding-top: calc(3.125rem + 4.375 * (100vw - 20rem) / 55.625);
  }
}
.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(117, 117, 117, 0.02);
  z-index: 1;
}
.footer__container {
  position: relative;
  z-index: 2;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@supports (padding-bottom: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem )) {
  .footer__body {
    padding-bottom: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem );
  }
}
@supports not (padding-bottom: clamp( 0.625rem , -0.0941011236rem  +  3.595505618vw , 2.625rem )) {
  .footer__body {
    padding-bottom: calc(0.625rem + 2 * (100vw - 20rem) / 55.625);
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 2;
}
@media (min-width: 61.99875em) {
  .footer__contact {
    max-width: 12.625rem;
  }
  .footer__contact:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .footer__contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 47.99875em) {
  .footer__contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 1.25rem;
  }
}
.footer__logo:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.footer__location {
  color: #37383D;
  padding-left: 1.9375rem;
  background: url("../img/icons/Location.svg") 0 4px no-repeat;
}
@media (any-hover: hover) {
  .footer__location:hover {
    text-decoration: underline;
  }
}
.footer__location:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.footer__phone {
  color: #37383D;
  padding-left: 1.9375rem;
  background: url("../img/icons/Calling.svg") 0 4px no-repeat;
}
@media (any-hover: hover) {
  .footer__phone:hover {
    text-decoration: underline;
  }
}
.footer__phone:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.footer__email {
  color: #37383D;
  padding-left: 1.9375rem;
  background: url("../img/icons/Message.svg") 0 4px no-repeat;
}
@media (any-hover: hover) {
  .footer__email:hover {
    text-decoration: underline;
  }
}
.footer__email:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 61.99875em) {
  .footer__menu:not(:last-child) {
    margin-right: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .footer__menu {
    margin-top: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 47.99875em) {
  .footer__menu {
    margin-top: 0rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 61.99875em) {
  .footer__spollers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 47.99875em) {
  .footer__spollers {
    display: block;
    margin-bottom: 0.9375rem;
  }
}
.footer__join {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.5rem;
          flex: 0 1 18.5rem;
}
.footer__join:not(:last-child) {
  margin-right: 1.25rem;
}
@media (max-width: 66.875em) {
  .footer__join {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.625rem;
            flex: 0 1 15.625rem;
  }
}
@media (max-width: 61.99875em) {
  .footer__join {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 61.99875em) {
  .footer__join {
    max-width: 18.5625rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__join {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0rem;
  }
}
.footer__bottom {
  padding: 1.5625rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 38.75em) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__copy {
  color: #646464;
  font-size: 0.875rem;
}
@media (min-width: 38.75em) {
  .footer__copy:not(:last-child) {
    margin-right: 3.1875rem;
  }
}
@media (max-width: 38.75em) {
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 38.75em) {
  .footer__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__privacy {
  color: #646464;
  font-size: 0.875rem;
}
.footer__privacy:not(:last-child) {
  margin-right: 3.1875rem;
}
@media (any-hover: hover) {
  .footer__privacy:hover {
    text-decoration: underline;
  }
}
.footer__security {
  color: #646464;
  font-size: 0.875rem;
}
.footer__security:not(:last-child) {
  margin-right: 3.1875rem;
}
@media (any-hover: hover) {
  .footer__security:hover {
    text-decoration: underline;
  }
}
.footer__terms {
  color: #646464;
  font-size: 0.875rem;
}
.footer__terms:not(:last-child) {
  margin-right: 3.1875rem;
}
@media (any-hover: hover) {
  .footer__terms:hover {
    text-decoration: underline;
  }
}

.join-footer {
  position: relative;
}
.join-footer__title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  background-color: transparent;
}
.join-footer__title:not(:last-child) {
  margin-bottom: 1.625rem;
}
.join-footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.join-footer__label {
  color: #666;
  font-weight: 600;
  line-height: 150%;
}
.join-footer__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.join-footer__input:not(:last-child) {
  margin-bottom: 1.5rem;
}
.join-footer__button {
  padding: 1rem 2.875rem;
  border-radius: 8px;
  background-color: #FD695A;
}
@media (max-width: 29.99875em) {
  .join-footer__button {
    display: block;
    width: 100%;
  }
}

._errorMessage {
  position: absolute;
  bottom: 120px;
  left: 5px;
  font-size: 12px;
  color: red;
}
@media (max-width: 61.99875em) {
  ._errorMessage {
    bottom: 67px;
  }
}

._goodMessage {
  position: absolute;
  bottom: 120px;
  left: 5px;
  font-size: 12px;
  color: green;
}
@media (max-width: 61.99875em) {
  ._goodMessage {
    bottom: 67px;
  }
}

@supports (padding-top: clamp( 5rem , 2.4382022472rem  +  12.808988764vw , 12.125rem )) {
  .main-block {
    padding-top: clamp( 5rem , 2.4382022472rem  +  12.808988764vw , 12.125rem );
  }
}
@supports not (padding-top: clamp( 5rem , 2.4382022472rem  +  12.808988764vw , 12.125rem )) {
  .main-block {
    padding-top: calc(5rem + 7.125 * (100vw - 20rem) / 55.625);
  }
}
@supports (padding-bottom: clamp( 3.125rem , 1.7991573034rem  +  6.6292134831vw , 6.8125rem )) {
  .main-block {
    padding-bottom: clamp( 3.125rem , 1.7991573034rem  +  6.6292134831vw , 6.8125rem );
  }
}
@supports not (padding-bottom: clamp( 3.125rem , 1.7991573034rem  +  6.6292134831vw , 6.8125rem )) {
  .main-block {
    padding-bottom: calc(3.125rem + 3.6875 * (100vw - 20rem) / 55.625);
  }
}
.main-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 61.99875em) {
  .main-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.35%;
          flex: 0 1 48.35%;
}
@media (min-width: 61.99875em) {
  .main-block__content {
    margin-top: 3.3125rem;
  }
  @supports (margin-right: clamp( 0.625rem , 0.4002808989rem  +  1.1235955056vw , 1.25rem )) {
    .main-block__content {
      margin-right: clamp( 0.625rem , 0.4002808989rem  +  1.1235955056vw , 1.25rem );
    }
  }
  @supports not (margin-right: clamp( 0.625rem , 0.4002808989rem  +  1.1235955056vw , 1.25rem )) {
    .main-block__content {
      margin-right: calc(0.625rem + 0.625 * (100vw - 20rem) / 55.625);
    }
  }
}
@media (max-width: 61.99875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 2.5rem )) {
    .main-block__content {
      margin-bottom: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.3757022472rem  +  2.808988764vw , 2.5rem )) {
    .main-block__content {
      margin-bottom: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 55.625);
    }
  }
}
.main-block__title {
  font-weight: 800;
  line-height: 1.3428571429;
  letter-spacing: 0.125rem;
}
@supports (font-size: clamp( 1.25rem , 0.1264044944rem  +  5.6179775281vw , 4.375rem )) {
  .main-block__title {
    font-size: clamp( 1.25rem , 0.1264044944rem  +  5.6179775281vw , 4.375rem );
  }
}
@supports not (font-size: clamp( 1.25rem , 0.1264044944rem  +  5.6179775281vw , 4.375rem )) {
  .main-block__title {
    font-size: calc(1.25rem + 3.125 * (100vw - 20rem) / 55.625);
  }
}
.main-block__title span {
  color: #FD695A;
  position: relative;
}
.main-block__title span::after {
  content: "";
  position: absolute;
  width: calc(100% + 38px);
  height: calc(100% + 27px);
  left: -14px;
  top: 0;
  background: url("../img/main-block/icons/frame.svg") center top/cover no-repeat;
}
@supports (margin-bottom: clamp( 0.9375rem , 0.0835674157rem  +  4.2696629213vw , 3.3125rem )) {
  .main-block__title:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.0835674157rem  +  4.2696629213vw , 3.3125rem );
  }
}
@supports not (margin-bottom: clamp( 0.9375rem , 0.0835674157rem  +  4.2696629213vw , 3.3125rem )) {
  .main-block__title:not(:last-child) {
    margin-bottom: calc(0.9375rem + 2.375 * (100vw - 20rem) / 55.625);
  }
}
@media (max-width: 61.99875em) {
  @supports (font-size: clamp( 2.125rem , 1.6530898876rem  +  2.3595505618vw , 3.4375rem )) {
    .main-block__title {
      font-size: clamp( 2.125rem , 1.6530898876rem  +  2.3595505618vw , 3.4375rem );
    }
  }
  @supports not (font-size: clamp( 2.125rem , 1.6530898876rem  +  2.3595505618vw , 3.4375rem )) {
    .main-block__title {
      font-size: calc(2.125rem + 1.3125 * (100vw - 20rem) / 55.625);
    }
  }
  .main-block__title span::after {
    width: calc(100% + 28px);
    height: calc(100% + 21px);
  }
}
@media (max-width: 47.99875em) {
  .main-block__title span::after {
    width: calc(100% + 23px);
    height: calc(100% + 18px);
    left: -10px;
  }
}
.main-block__text {
  max-width: 29rem;
  line-height: 1.619047619;
  opacity: 0.75;
}
@supports (font-size: clamp( 1rem , 0.8876404494rem  +  0.5617977528vw , 1.3125rem )) {
  .main-block__text {
    font-size: clamp( 1rem , 0.8876404494rem  +  0.5617977528vw , 1.3125rem );
  }
}
@supports not (font-size: clamp( 1rem , 0.8876404494rem  +  0.5617977528vw , 1.3125rem )) {
  .main-block__text {
    font-size: calc(1rem + 0.3125 * (100vw - 20rem) / 55.625);
  }
}
@supports (margin-bottom: clamp( 0.9375rem , -0.1636235955rem  +  5.5056179775vw , 4rem )) {
  .main-block__text:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , -0.1636235955rem  +  5.5056179775vw , 4rem );
  }
}
@supports not (margin-bottom: clamp( 0.9375rem , -0.1636235955rem  +  5.5056179775vw , 4rem )) {
  .main-block__text:not(:last-child) {
    margin-bottom: calc(0.9375rem + 3.0625 * (100vw - 20rem) / 55.625);
  }
}
.main-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 29.99875em) {
  .main-block__btn:not(:last-child) {
    margin-right: 2.375rem;
  }
}
@media (max-width: 29.99875em) {
  .main-block__btn {
    display: block;
    width: 100%;
  }
}
.main-block__link {
  color: #FD695A;
  position: relative;
  padding-left: 3.0625rem;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@supports (font-size: clamp( 0.875rem , 0.7851123596rem  +  0.4494382022vw , 1.125rem )) {
  .main-block__link {
    font-size: clamp( 0.875rem , 0.7851123596rem  +  0.4494382022vw , 1.125rem );
  }
}
@supports not (font-size: clamp( 0.875rem , 0.7851123596rem  +  0.4494382022vw , 1.125rem )) {
  .main-block__link {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / 55.625);
  }
}
.main-block__link::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.1875rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/main-block/icons/play.svg") 0 0 no-repeat;
}
.main-block__link::before {
  content: "";
  position: absolute;
  width: 3.0625rem;
  height: 3.0625rem;
  left: 0%;
  top: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-16px, -50%);
          transform: translate(-16px, -50%);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
@media (any-hover: hover) {
  .main-block__link:hover {
    color: #c95447;
  }
}
@media (max-width: 29.99875em) {
  .main-block__link {
    display: none;
  }
}
.main-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.65%;
          flex: 0 1 51.65%;
  position: relative;
  margin: 0 auto;
}
@supports (max-width: clamp( 18.125rem , -4.0255376344rem  +  110.752688172vw , 37.4375rem )) {
  .main-block__image {
    max-width: clamp( 18.125rem , -4.0255376344rem  +  110.752688172vw , 37.4375rem );
  }
}
@supports not (max-width: clamp( 18.125rem , -4.0255376344rem  +  110.752688172vw , 37.4375rem )) {
  .main-block__image {
    max-width: calc(18.125rem + 19.3125 * (100vw - 20rem) / 17.4375);
  }
}
.main-block__image::after {
  content: "";
  position: absolute;
  width: calc(100% - 47px);
  height: calc(100% - 87px);
  left: 47px;
  top: 87px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.62)), color-stop(100%, rgba(248, 248, 248, 0.69)), to(rgba(248, 248, 248, 0.69)));
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.62) 0%, rgba(248, 248, 248, 0.69) 100%, rgba(248, 248, 248, 0.69) 100%);
  -webkit-filter: blur(72.5px);
          filter: blur(72.5px);
}
.main-block__img {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 61.99875em) {
  .main-block__img {
    padding-bottom: 98.8313856427%;
    -webkit-transform: translateX(34px);
            transform: translateX(34px);
  }
}
.main-block__img img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (min-width: 61.99875em) {
  .main-block__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.decor-main-block__item {
  position: absolute;
  z-index: 1;
}
.decor-main-block__item img {
  width: 56px;
  height: 56px;
}
@media (max-width: 29.99875em) {
  .decor-main-block__item img {
    width: 40px;
    height: 40px;
  }
}
.decor-main-block__item-1 {
  top: 189px;
  right: 383px;
}
@media (max-width: 71.25em) {
  .decor-main-block__item-1 {
    top: 169px;
    right: 340px;
  }
}
@media (max-width: 61.99875em) {
  .decor-main-block__item-1 {
    top: 185px;
    right: 410px;
  }
}
@media (max-width: 35.625em) {
  .decor-main-block__item-1 {
    top: 165px;
    right: 368px;
  }
}
@media (max-width: 31.875em) {
  .decor-main-block__item-1 {
    top: 141px;
    right: 325px;
  }
}
@media (max-width: 28.125em) {
  .decor-main-block__item-1 {
    top: 117px;
    right: 292px;
  }
}
@media (max-width: 25.625em) {
  .decor-main-block__item-1 {
    top: 115px;
    right: 249px;
  }
}
@media (max-width: 22.5em) {
  .decor-main-block__item-1 {
    top: 95px;
    right: 219px;
  }
}
.decor-main-block__item-2 {
  top: 33px;
  right: 276px;
}
@media (max-width: 71.25em) {
  .decor-main-block__item-2 {
    top: 23px;
    right: 250px;
  }
}
@media (max-width: 61.99875em) {
  .decor-main-block__item-2 {
    top: 23px;
    right: 308px;
  }
}
@media (max-width: 35.625em) {
  .decor-main-block__item-2 {
    top: 19px;
    right: 276px;
  }
}
@media (max-width: 31.875em) {
  .decor-main-block__item-2 {
    top: 6px;
    right: 252px;
  }
}
@media (max-width: 28.125em) {
  .decor-main-block__item-2 {
    right: 228px;
  }
}
@media (max-width: 25.625em) {
  .decor-main-block__item-2 {
    top: 16px;
    right: 198px;
  }
}
@media (max-width: 22.5em) {
  .decor-main-block__item-2 {
    top: 10px;
    right: 168px;
  }
}
.decor-main-block__item-3 {
  top: 188px;
  right: 31px;
}
@media (max-width: 71.25em) {
  .decor-main-block__item-3 {
    top: 168px;
    right: 20px;
  }
}
@media (max-width: 31.875em) {
  .decor-main-block__item-3 {
    top: 150px;
  }
}
@media (max-width: 28.125em) {
  .decor-main-block__item-3 {
    top: 100px;
  }
}
@media (max-width: 25.625em) {
  .decor-main-block__item-3 {
    top: 110px;
  }
}
@media (max-width: 22.5em) {
  .decor-main-block__item-3 {
    top: 90px;
  }
}

@supports (padding-bottom: clamp( 2.5rem , 0.702247191rem  +  8.9887640449vw , 7.5rem )) {
  .clients {
    padding-bottom: clamp( 2.5rem , 0.702247191rem  +  8.9887640449vw , 7.5rem );
  }
}
@supports not (padding-bottom: clamp( 2.5rem , 0.702247191rem  +  8.9887640449vw , 7.5rem )) {
  .clients {
    padding-bottom: calc(2.5rem + 5 * (100vw - 20rem) / 55.625);
  }
}
.clients__title {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@supports (margin-bottom: clamp( 1.875rem , 1.4255617978rem  +  2.2471910112vw , 3.125rem )) {
  .clients__title:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.4255617978rem  +  2.2471910112vw , 3.125rem );
  }
}
@supports not (margin-bottom: clamp( 1.875rem , 1.4255617978rem  +  2.2471910112vw , 3.125rem )) {
  .clients__title:not(:last-child) {
    margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 55.625);
  }
}
.clients__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -15px;
}
@media (max-width: 57.5em) {
  .clients__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.clients__item {
  padding: 0.625rem 0.9375rem;
}
.clients__item img {
  max-width: 100%;
}

@supports (padding-bottom: clamp( 1.875rem , -0.2598314607rem  +  10.6741573034vw , 7.8125rem )) {
  .whatwedo {
    padding-bottom: clamp( 1.875rem , -0.2598314607rem  +  10.6741573034vw , 7.8125rem );
  }
}
@supports not (padding-bottom: clamp( 1.875rem , -0.2598314607rem  +  10.6741573034vw , 7.8125rem )) {
  .whatwedo {
    padding-bottom: calc(1.875rem + 5.9375 * (100vw - 20rem) / 55.625);
  }
}
.whatwedo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99875em) {
  .whatwedo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.whatwedo__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@supports (padding-right: clamp( 0.625rem , -10.4049657534rem  +  17.8082191781vw , 3.0625rem )) {
  .whatwedo__content {
    padding-right: clamp( 0.625rem , -10.4049657534rem  +  17.8082191781vw , 3.0625rem );
  }
}
@supports not (padding-right: clamp( 0.625rem , -10.4049657534rem  +  17.8082191781vw , 3.0625rem )) {
  .whatwedo__content {
    padding-right: calc(0.625rem + 2.4375 * (100vw - 61.9375rem) / 13.6875);
  }
}
@media (max-width: 61.99875em) {
  .whatwedo__content:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.whatwedo__title {
  max-width: 32.6875rem;
  position: relative;
}
.whatwedo__title::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  right: -5px;
  bottom: -3px;
  background: url("../img/whatwedo/icons/rocket.png") 0 0px/cover no-repeat;
}
@media (max-width: 47.99875em) {
  .whatwedo__title::after {
    width: 28px;
    height: 30px;
  }
}
.whatwedo__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (min-width: 73.125em) {
  .whatwedo__body {
    margin: 0rem 0.9375rem 0rem 0.6875rem;
  }
}
.whatwedo__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -1rem;
}
@media (max-width: 73.125em) {
  .whatwedo__cards {
    margin: 0rem -0.5625rem;
  }
}

@supports (padding-bottom: clamp( 3.125rem , 1.2148876404rem  +  9.5505617978vw , 8.4375rem )) {
  .about {
    padding-bottom: clamp( 3.125rem , 1.2148876404rem  +  9.5505617978vw , 8.4375rem );
  }
}
@supports not (padding-bottom: clamp( 3.125rem , 1.2148876404rem  +  9.5505617978vw , 8.4375rem )) {
  .about {
    padding-bottom: calc(3.125rem + 5.3125 * (100vw - 20rem) / 55.625);
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99875em) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 61.99875em) {
  @supports (padding-right: clamp( 0.625rem , -10.1221461187rem  +  17.3515981735vw , 3rem )) {
    .about__content {
      padding-right: clamp( 0.625rem , -10.1221461187rem  +  17.3515981735vw , 3rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , -10.1221461187rem  +  17.3515981735vw , 3rem )) {
    .about__content {
      padding-right: calc(0.625rem + 2.375 * (100vw - 61.9375rem) / 13.6875);
    }
  }
}
@media (max-width: 61.99875em) {
  .about__content:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 61.99875em) {
  .about__image {
    margin-right: -2.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.1694915254%;
            flex: 0 0 55.1694915254%;
    position: relative;
    padding-bottom: 48.3050847458%;
  }
}
.about__image img {
  max-width: 100%;
}
@media (min-width: 61.99875em) {
  .about__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@supports (padding-bottom: clamp( 1.25rem , -0.547752809rem  +  8.9887640449vw , 6.25rem )) {
  .ourwork {
    padding-bottom: clamp( 1.25rem , -0.547752809rem  +  8.9887640449vw , 6.25rem );
  }
}
@supports not (padding-bottom: clamp( 1.25rem , -0.547752809rem  +  8.9887640449vw , 6.25rem )) {
  .ourwork {
    padding-bottom: calc(1.25rem + 5 * (100vw - 20rem) / 55.625);
  }
}
@supports (margin-bottom: clamp( 0.9375rem , 0.6903089888rem  +  1.2359550562vw , 1.625rem )) {
  .ourwork__top:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.6903089888rem  +  1.2359550562vw , 1.625rem );
  }
}
@supports not (margin-bottom: clamp( 0.9375rem , 0.6903089888rem  +  1.2359550562vw , 1.625rem )) {
  .ourwork__top:not(:last-child) {
    margin-bottom: calc(0.9375rem + 0.6875 * (100vw - 20rem) / 55.625);
  }
}
@supports (padding-bottom: clamp( 0.0000000625rem , -2.9213482296rem  +  14.6067414607vw , 8.125rem )) {
  .reviews {
    padding-bottom: clamp( 0.0000000625rem , -2.9213482296rem  +  14.6067414607vw , 8.125rem );
  }
}
@supports not (padding-bottom: clamp( 0.0000000625rem , -2.9213482296rem  +  14.6067414607vw , 8.125rem )) {
  .reviews {
    padding-bottom: calc(0.0000000625rem + 8.1249999375 * (100vw - 20rem) / 55.625);
  }
}
.reviews__top:not(:last-child) {
  margin-bottom: 2.8125rem;
}
@media (max-width: 61.99875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.6882022472rem  +  2.808988764vw , 2.8125rem )) {
    .reviews__top:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.6882022472rem  +  2.808988764vw , 2.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.6882022472rem  +  2.808988764vw , 2.8125rem )) {
    .reviews__top:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.5625 * (100vw - 20rem) / 55.625);
    }
  }
}
@media (min-width: 61.99875em) {
  .reviews__title {
    max-width: 31.875rem;
  }
}
@media (min-width: 61.99875em) {
  .reviews__slider.swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 6.875rem 0rem;
  }
  .reviews__slider.swiper::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: calc(100% - 516px);
    height: 100%;
    right: 0%;
    top: 0;
    background-color: #fff;
  }
}
.reviews__slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.reviews__slider .swiper-pagination-bullet {
  position: absolute;
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
.reviews__slider .swiper-pagination-bullet img {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.reviews__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
}
.reviews__slider .swiper-pagination-bullet-last {
  width: 2.6875rem;
  height: 2.6875rem;
}
.reviews__slider .swiper-pagination-bullet-middle {
  width: 4rem;
  height: 4rem;
}
.reviews__slider .swiper-pagination-bullet-9 {
  right: 111px;
  bottom: -188px;
}
@media (max-width: 71.25em) {
  .reviews__slider .swiper-pagination-bullet-9 {
    right: 126px;
    bottom: -156px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-9 {
    right: 116px;
    bottom: -166px;
  }
}
@media (max-width: 65.625em) {
  .reviews__slider .swiper-pagination-bullet-9 {
    right: 96px;
    bottom: -176px;
  }
}
.reviews__slider .swiper-pagination-bullet-8 {
  right: 111px;
  top: -62px;
}
@media (max-width: 71.25em) {
  .reviews__slider .swiper-pagination-bullet-8 {
    right: 126px;
    top: -46px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-8 {
    right: 116px;
    top: -56px;
  }
}
@media (max-width: 65.625em) {
  .reviews__slider .swiper-pagination-bullet-8 {
    right: 96px;
    top: -60px;
  }
}
.reviews__slider .swiper-pagination-bullet-7 {
  left: 111px;
  top: -62px;
}
@media (max-width: 71.25em) {
  .reviews__slider .swiper-pagination-bullet-7 {
    left: 126px;
    top: -46px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-7 {
    left: 116px;
    top: -56px;
  }
}
@media (max-width: 65.625em) {
  .reviews__slider .swiper-pagination-bullet-7 {
    left: 96px;
    top: -60px;
  }
}
.reviews__slider .swiper-pagination-bullet-6 {
  left: 111px;
  bottom: -188px;
}
@media (max-width: 71.25em) {
  .reviews__slider .swiper-pagination-bullet-6 {
    left: 126px;
    bottom: -156px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-6 {
    left: 116px;
    bottom: -166px;
  }
}
@media (max-width: 65.625em) {
  .reviews__slider .swiper-pagination-bullet-6 {
    left: 96px;
    bottom: -176px;
  }
}
.reviews__slider .swiper-pagination-bullet-5 {
  bottom: -309px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 73.125em) {
  .reviews__slider .swiper-pagination-bullet-5 {
    bottom: -284px;
  }
}
@media (max-width: 65em) {
  .reviews__slider .swiper-pagination-bullet-5 {
    bottom: -269px;
  }
}
.reviews__slider .swiper-pagination-bullet-4 {
  right: 0;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
@media (max-width: 73.125em) {
  .reviews__slider .swiper-pagination-bullet-4 {
    right: 25px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-4 {
    right: 15px;
  }
}
.reviews__slider .swiper-pagination-bullet-3 {
  top: -183px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 73.125em) {
  .reviews__slider .swiper-pagination-bullet-3 {
    top: -158px;
  }
}
@media (max-width: 65em) {
  .reviews__slider .swiper-pagination-bullet-3 {
    top: -143px;
  }
}
.reviews__slider .swiper-pagination-bullet-2 {
  left: 0;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
@media (max-width: 73.125em) {
  .reviews__slider .swiper-pagination-bullet-2 {
    left: 25px;
  }
}
@media (max-width: 68.125em) {
  .reviews__slider .swiper-pagination-bullet-2 {
    left: 15px;
  }
}
.reviews__slider .swiper-pagination-bullet-active {
  width: 8.75rem;
  height: 8.75rem;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.reviews__slider .swiper-pagination-bullet-active::after {
  content: "“";
  position: absolute;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 20px;
  bottom: -10px;
  color: #fff;
  background-color: #56BC80;
  border-radius: 50%;
  font-size: 4.125rem;
}
@media (max-width: 71.25em) {
  .reviews__slider .swiper-pagination-bullet-active {
    width: 6.25rem;
    height: 6.25rem;
  }
}
@media (min-width: 61.99875em) {
  .reviews__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  @supports (max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem )) {
    .reviews__wrapper {
      max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem );
    }
  }
  @supports not (max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem )) {
    .reviews__wrapper {
      max-width: calc(28.125rem + 4.125 * (100vw - 62rem) / 13);
    }
  }
}
.reviews__navigation {
  position: relative;
  z-index: 4;
}
@media (min-width: 61.99875em) {
  .reviews__navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.reviews__navigation::before, .reviews__navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.28) 99.99%, rgba(255, 255, 255, 0.69) 100%);
  -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
}
@media (max-width: 61.99875em) {
  .reviews__navigation::before, .reviews__navigation::after {
    display: none;
  }
}
.reviews__navigation::after {
  content: "";
  width: calc(100% - 344px);
  height: calc(100% + 194px);
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}
@media (max-width: 73.125em) {
  .reviews__navigation::after {
    width: calc(100% - 369px);
    height: calc(100% + 169px);
    -webkit-transform: translate(-21%, -50%);
            transform: translate(-21%, -50%);
  }
}
@media (max-width: 71.25em) {
  .reviews__navigation::after {
    height: calc(100% + 130px);
    -webkit-transform: translate(-18%, -55%);
            transform: translate(-18%, -55%);
  }
}
@media (max-width: 68.125em) {
  .reviews__navigation::after {
    height: calc(100% + 110px);
    -webkit-transform: translate(-15%, -55%);
            transform: translate(-15%, -55%);
  }
}
@media (max-width: 65.625em) {
  .reviews__navigation::after {
    width: calc(100% - 320px);
    height: calc(100% + 120px);
    -webkit-transform: translate(-20%, -52%);
            transform: translate(-20%, -52%);
  }
}
@media (max-width: 62.5em) {
  .reviews__navigation::after {
    height: calc(100% + 95px);
    -webkit-transform: translate(-18%, -53%);
            transform: translate(-18%, -53%);
  }
}
.reviews__navigation::before {
  content: "";
  width: calc(100% - 250px);
  height: calc(100% + 288px);
  -webkit-transform: translate(-31%, -50%);
          transform: translate(-31%, -50%);
}
@media (max-width: 74.9375em) {
  .reviews__navigation::before {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
@media (max-width: 71.25em) {
  .reviews__navigation::before {
    height: calc(100% + 250px);
  }
}
@media (max-width: 68.125em) {
  .reviews__navigation::before {
    width: calc(100% - 220px);
  }
}
@media (max-width: 65em) {
  .reviews__navigation::before {
    height: calc(100% + 220px);
  }
}
@media (max-width: 61.99875em) {
  .reviews__navigation {
    margin-top: 1.25rem;
  }
}
.reviews__arrows {
  padding-left: 2.5rem;
}
@media (max-width: 61.99875em) {
  .reviews__arrows {
    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;
    padding: 0;
  }
}
.reviews__arrow {
  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;
  padding: 0.4375rem 0.4375rem;
  border-radius: 50%;
  background-color: #FD695A;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .reviews__arrow:hover {
    background-color: #c95447;
  }
}
.reviews__arrow svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2.125rem;
  height: 2.125rem;
}
.reviews__arrow svg path {
  fill: #fff;
}
.reviews__arrow.swiper-button-disabled {
  background-color: #fff;
}
.reviews__arrow.swiper-button-disabled svg path {
  fill: #3D3D3F;
}
@media (min-width: 61.99875em) {
  .reviews__arrow-prev:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 61.99875em) {
  .reviews__arrow-prev:not(:last-child) {
    margin-right: 1.875rem;
  }
}
.reviews__arrow-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews__pagination {
  position: relative;
  width: 100%;
  margin-left: 4.5rem;
}
@supports (margin-left: clamp( 2.5rem , -7.0384615385rem  +  15.3846153846vw , 4.5rem )) {
  .reviews__pagination {
    margin-left: clamp( 2.5rem , -7.0384615385rem  +  15.3846153846vw , 4.5rem );
  }
}
@supports not (margin-left: clamp( 2.5rem , -7.0384615385rem  +  15.3846153846vw , 4.5rem )) {
  .reviews__pagination {
    margin-left: calc(2.5rem + 2 * (100vw - 62rem) / 13);
  }
}
@media (max-width: 61.99875em) {
  .reviews__pagination {
    display: none;
  }
}

.slide-reviews__body {
  border-radius: 1.8125rem;
  background-color: #FFF;
}
@media (min-width: 61.99875em) {
  @supports (max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem )) {
    .slide-reviews__body {
      max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem );
    }
  }
  @supports not (max-width: clamp( 28.125rem , 8.4519230769rem  +  31.7307692308vw , 32.25rem )) {
    .slide-reviews__body {
      max-width: calc(28.125rem + 4.125 * (100vw - 62rem) / 13);
    }
  }
}
@supports (padding-top: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem )) {
  .slide-reviews__content {
    padding-top: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem );
  }
}
@supports not (padding-top: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem )) {
  .slide-reviews__content {
    padding-top: calc(1.25rem + 0.8125 * (100vw - 62rem) / 13);
  }
}
@supports (padding-bottom: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem )) {
  .slide-reviews__content {
    padding-bottom: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem );
  }
}
@supports not (padding-bottom: clamp( 1.25rem , -2.625rem  +  6.25vw , 2.0625rem )) {
  .slide-reviews__content {
    padding-bottom: calc(1.25rem + 0.8125 * (100vw - 62rem) / 13);
  }
}
@supports (padding-left: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem )) {
  .slide-reviews__content {
    padding-left: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem );
  }
}
@supports not (padding-left: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem )) {
  .slide-reviews__content {
    padding-left: calc(1.5625rem + 1 * (100vw - 62rem) / 13);
  }
}
@supports (padding-right: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem )) {
  .slide-reviews__content {
    padding-right: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem );
  }
}
@supports not (padding-right: clamp( 1.5625rem , -3.2067307692rem  +  7.6923076923vw , 2.5625rem )) {
  .slide-reviews__content {
    padding-right: calc(1.5625rem + 1 * (100vw - 62rem) / 13);
  }
}
@media (max-width: 61.99875em) {
  @supports (padding-top: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem )) {
    .slide-reviews__content {
      padding-top: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem )) {
    .slide-reviews__content {
      padding-top: calc(0.625rem + 0.625 * (100vw - 20rem) / 42);
    }
  }
  @supports (padding-bottom: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem )) {
    .slide-reviews__content {
      padding-bottom: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , 0.3273809524rem  +  1.4880952381vw , 1.25rem )) {
    .slide-reviews__content {
      padding-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 42);
    }
  }
  @supports (padding-left: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem )) {
    .slide-reviews__content {
      padding-left: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem );
    }
  }
  @supports not (padding-left: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem )) {
    .slide-reviews__content {
      padding-left: calc(0.9375rem + 0.625 * (100vw - 20rem) / 42);
    }
  }
  @supports (padding-right: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem )) {
    .slide-reviews__content {
      padding-right: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem );
    }
  }
  @supports not (padding-right: clamp( 0.9375rem , 0.6398809524rem  +  1.4880952381vw , 1.5625rem )) {
    .slide-reviews__content {
      padding-right: calc(0.9375rem + 0.625 * (100vw - 20rem) / 42);
    }
  }
}
.slide-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-reviews__top:not(:last-child) {
  margin-bottom: 2.125rem;
}
.slide-reviews__image {
  width: 5.375rem;
  height: 5.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
}
.slide-reviews__image:not(:last-child) {
  margin-right: 1rem;
}
.slide-reviews__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-reviews__name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1818181818;
}
.slide-reviews__name:not(:last-child) {
  margin-bottom: 0.5rem;
}
.slide-reviews__company {
  line-height: 1.625;
}
.slide-reviews__text {
  color: #757575;
  font-weight: 600;
  line-height: 155%;
}

.get-started {
  padding-top: 3.125rem;
}
.get-started__body {
  position: relative;
  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;
  border-radius: 0.9375rem;
  border: 4px solid #FFF;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.03);
  margin: 0rem -1.25rem;
}
@supports (padding-top: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem )) {
  .get-started__body {
    padding-top: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem );
  }
}
@supports not (padding-top: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem )) {
  .get-started__body {
    padding-top: calc(1.25rem + 1.6875 * (100vw - 47.9375rem) / 27.6875);
  }
}
@media (min-width: 47.99875em) {
  @supports (padding-bottom: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem )) {
    .get-started__body {
      padding-bottom: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -1.6716986456rem  +  6.0948081264vw , 2.9375rem )) {
    .get-started__body {
      padding-bottom: calc(1.25rem + 1.6875 * (100vw - 47.9375rem) / 27.6875);
    }
  }
}
@media (max-width: 47.99875em) {
  .get-started__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.get-started__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.get-started__image img {
  max-width: 100%;
}
@media (min-width: 47.99875em) {
  .get-started__image img {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 34.0495867769%;
    margin-top: -17.0625rem;
  }
}
@media (max-width: 47.99875em) {
  .get-started__image {
    padding: 0rem 1.25rem;
  }
}
.get-started__content {
  max-width: 30.5rem;
}
@media (min-width: 47.99875em) {
  .get-started__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 64.375em) {
  @supports (padding-left: clamp( 0.0000000625rem , -12.2122145841rem  +  25.4752847909vw , 4.1875rem )) {
    .get-started__content {
      padding-left: clamp( 0.0000000625rem , -12.2122145841rem  +  25.4752847909vw , 4.1875rem );
    }
  }
  @supports not (padding-left: clamp( 0.0000000625rem , -12.2122145841rem  +  25.4752847909vw , 4.1875rem )) {
    .get-started__content {
      padding-left: calc(0.0000000625rem + 4.1874999375 * (100vw - 47.9375rem) / 16.4375);
    }
  }
}
@media (max-width: 47.99875em) {
  .get-started__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 1.5625rem;
    padding: 0rem 1.25rem;
  }
}
.get-started__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 47.99875em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.3551454139rem  +  4.4742729306vw , 2.5rem )) {
    .get-started__title:not(:last-child) {
      margin-bottom: clamp( 1.25rem , 0.3551454139rem  +  4.4742729306vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.3551454139rem  +  4.4742729306vw , 2.5rem )) {
    .get-started__title:not(:last-child) {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 27.9375);
    }
  }
}
.get-started__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}