:root {
  --ff-base: "Manrope";
  --ff-headers: "ManropeEB";
  --ff-headers2: "HelveticaB";
  --ff-paragraph: "ManropeM";
  --ff-paragraph2: "ManropeSB";
  --ff-btn: "ManropeB";
  --ff-italic: "ShantellSansM";
  --ff-italic-bold: "ShantellSansB";
  --content-width: 1160px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --color-primary: #002b3d;
  --color-secondary: #848b96;
  --color-active: #3a879b;
  --btn-gradient: linear-gradient( to right, #3a879b, #65c8d0);
  --color-grey-line: rgba(58, 135, 155, 0.1);
  --border-radius: 6px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "ManropeSB";
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ManropeB";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ManropeEB";
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ManropeM";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaB";
  src: url("../fonts/Helvetica-bold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ShantellSansB";
  src: url("../fonts/ShantellSans-Bold.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ShantellSansM";
  src: url("../fonts/ShantellSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--ff-base), sans-serif;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: var(--color-primary);
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page__body {
    font-size: 15px;
  }
}

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

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

.site-container {
  overflow: hidden;
}
.site-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 780px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-l-1.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

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

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0;
  max-width: var(--container-width);
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container-offset);
  }
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-headers), Arial, sans-serif;
  margin: 0;
}

h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 54px;
  text-align: center;
  margin: 0 auto 60px auto;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 42px;
  margin: 0 0 24px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

p {
  margin: 0;
  font-family: var(--ff-paragraph), Arial, sans-serif;
}

.text-bold-italic {
  font-family: var(--ff-italic-bold), Arial, sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-bold-italic {
    font-size: 15px;
  }
}
.text-bold-italic.green {
  color: #3a879b;
}

.btn {
  padding: 23px 32px;
  background: var(--btn-gradient);
  color: var(--light-color);
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.btn-white {
  background: #fff;
  color: var(--color-primary);
}
.btn-grey {
  background: #E0E0E0;
  color: var(--color-primary);
}

.section__title {
  text-align: center;
}
.section__title .text {
  font-size: 24px;
}

.field__title {
  font-size: 13px;
  color: var(--color-secondary);
  margin-bottom: 4px;
}

.input__wrapper {
  padding: 12px 16px;
  background: rgb(237, 242, 246);
}
.input__wrapper input {
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  color: var(--color-primary);
}
.input__wrapper input:focus {
  outline: none;
}

.radio__wrapper {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
}
.radio__wrapper input[type=radio] {
  width: 0.01px;
  height: 0.01px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.radio__wrapper .radio__box {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  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;
}
.radio__wrapper .radio__box:after {
  content: "";
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.radio__wrapper input[type=radio]:checked + .radio__box:after {
  display: block;
}

.link {
  color: var(--color-secondary);
}

.header, .footer {
  padding: 30px 0 80px 0;
}
.header > .flex, .footer > .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.header .phone, .footer .phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 5px;
}
.header .phone__icon, .footer .phone__icon {
  width: 20px;
  height: 20px;
  margin-right: 4.5px;
}
@media (max-width: 767px) {
  .header .phone__icon, .footer .phone__icon {
    width: 24px;
    height: 24px;
  }
}
.header .phone__text, .footer .phone__text {
  font-size: 18px;
  font-family: var(--ff-btn), Arial, sans-serif;
}
@media (max-width: 767px) {
  .header, .footer {
    padding: 24px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .header .phone__text {
    font-size: 15px;
  }
  .header .phone svg {
    width: 25px;
  }
}

.header .benefits {
  column-gap: 30px;
}
.header .benefits__item {
  padding: 6px 12px;
  align-items: center;
  column-gap: 7px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 7%);
}
.header .benefits__item .image {
  width: 30px;
  height: 30px;
}
.header .benefits__text {
    font-size: 13px;
}
.header .benefits__text strong {
    font-family: var(--ff-headers), Arial, sans-serif;
    font-size: 16px;
}
@media (max-width: 767px) {
  .header > .flex {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .header .benefits {
    width: 100%;
    justify-content: space-between;
    order: 3;
  }
  .header .benefits__item {
    padding: 5px 16px;
  }
  .header .benefits__item .image {
    width: 25px;
    height: 25px;
  }
  .header .benefits__text {
    font-size: 12px;
  }
  .header .benefits__text strong {
      font-size: 14px;
      display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .header .benefits {
    column-gap: 15px;
  }
  .header .benefits__text strong {
    display: block;
  }
}

.footer {
  padding-bottom: 30px;
}
.footer .logo__text {
  margin-left: 22px;
  font-size: 12px;
}
.footer .link {
  display: inline-block;
  margin-left: 22px;
  padding-top: 8px;
  font-size: 12px;
  color: #626570;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 0 24px 0;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
  .footer .logo__text {
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 0;
  }
  .footer .logo__icon {
    margin: 0 auto 16px auto;
  }
}

.logo__icon {
  display: block;
  width: 147px;
  height: auto;
  margin-bottom: 3px;
}
.header .logo__text {
  margin-left: 22px;
  font-family: var(--ff-paragraph), Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header .logo__text {
    max-width: 110px;
    font-size: 10px;
  }
}

.container {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .container {
    margin-bottom: 112px;
  }
}

.container.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.hero__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-grey-line);
  padding-bottom: 24px;
  font-family: var(--ff-headers), Arial, sans-serif;
}
.hero__top div:last-child {
  text-align: right;
}
.hero .section__title {
  width: auto;
  padding-top: 16px;
  text-align: center;
}
.hero .section__title h1 {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 62px;
}
@media (max-width: 767px) {
  .hero .section__title h1 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
  .hero .section__title h1 br {
    display: none;
  }
}
.hero .section__title .subtitle {
    max-width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.hero .section__title .text {
    font-family: var(--ff-paragraph), Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  
}
.hero .section__title .text svg {
  margin-left: 3px;
  margin-right: 3px;
}
.hero .section__title .description .text {
  font-size: 18px;
}
.hero .section__title .description .text .color {
  color: #51a755;
}
@media (max-width: 767px) {
  .hero .section__title .subtitle {
    column-gap: 15px;
  }
  .hero .section__title .text {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .section__title .description .text {
    /* max-width: 310px; */
    line-height: 26px;
  }
  .hero .section__title .icon {
    width: 42px;
    height: 12px;
  }
}
.hero .btn {
  margin: 50px 0 80px 0;
  background: linear-gradient(227.45deg, #77d500 27.93%, #0fa25e 94.83%);
  border: 1px solid #076b3d;
  box-shadow: 0px 0px 4px rgba(46, 49, 62, 0.45), inset 0px 0px 4px #16e887;
}
/*
@media (max-width: 767px) {
  .hero .btn {
    margin: 10px 0 60px 0;
  }
}
*/
.hero .flex.options {
  width: 100%;
  max-width: 970px;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero .flex.options .flex__item {
    box-shadow: 0 0 30px rgb(227 242 250 / 40%);
}
/*
.hero .flex.options .flex__item:nth-child(1) {
  margin-left: -20px !important;
}
.hero .flex.options .flex__item:nth-child(2) {
  margin-left: -80px !important;
}
.hero .flex.options .flex__item:nth-child(1) {
  background-color: #E3F2FA;
  box-shadow: 0 0 30px rgb(227 242 250 / 40%);
}
.hero .flex.options .flex__item:nth-child(2) {
  background-color: #FBF8EC;
  box-shadow: 0 0 30px rgb(252 248 236 / 40%);
}
.hero .flex.options .flex__item:nth-child(3) {
  background-color: #EEF9EB;
  box-shadow: 0 0 30px rgb(238 249 235 / 40%);
}
*/
@media (max-width: 767px) {
  .hero .flex.options {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .hero .flex.options .flex__item {
    margin-top: 0;
    width: fit-content;
  }
  .hero .flex.options .flex__item {
    width: fit-content;
  }
  .hero .flex.options .flex__item:nth-child(1) {
    align-self: end;
    margin-left: 0 !important;
  }
  .hero .flex.options .flex__item:nth-child(2) {
    margin-left: 0 !important;
  }
  .hero .flex.options .flex__item:nth-child(3) {
    align-self: end;
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .hero .flex.options .flex__item:nth-child(1) {
    margin-top: 20px;
  }
  .hero .flex.options .flex__item:nth-child(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1151px) and (min-width: 768px) {
  .hero .flex.options {
    gap: 30px;
    justify-content: center;
  }
  .hero .flex__item {
    flex-direction: column;
  }
  .hero .flex .text {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .hero .flex.options {
    margin-left: 132px;
    margin-right: auto;
  }
}
.hero .flex__item {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    height: fit-content;
    column-gap: 15px;
    background-color: #EDF2F6;
    border-radius: 7px;
}
.hero .options .flex__item {
  margin: 0 !important;
  width: fit-content;
}
.hero .options {
  margin: 0 !important;
  padding-bottom: 50px;
  width: auto !important;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .hero .flex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    text-align: left;
  }
}
.hero .flex .image {
  max-width: none;
  width: 50px;
  height: 50px;
}
.hero .flex .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin: 0 auto 20px auto;
  display: block;
  fill: #65C8D0;
}
@media (max-width: 767px) {
  .hero .flex .icon {
    margin: 0;
  }
  .hero .flex .image {
    width: 60px;
    height: 60px;
  }
}
.hero .flex .text {
  font-family: var(--ff-paragraph2), Arial, sans-serif;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
}
.hero .preview__image {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.hero .preview__image .image {
  border: 2px solid #D6E3FB;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(215 227 250 / 40%);
}
.hero .preview__image .info {
  position: absolute;
  right: 130px;
  bottom: -100px;
  z-index: 10;
}
.hero .preview__image .info:before {
  content: "";
  position: absolute;
  top: calc(50% - 80px);
  right: -135px;
  width: 155px;
  height: 140px;
  rotate: 30deg;
  background: url(../img/portfolio-small-bg.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.hero .preview__image .info .text {
  font-family: var(--ff-italic-bold), Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #3A879B;
}
@media (max-width: 767px) {
  .hero .preview__image {
    margin-bottom: 100px;
  }
  .hero .preview__image .image {
    border-radius: 5px;
  }
  .hero .preview__image .info {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
    max-width: 330px;
  }
  .hero .preview__image .info:before {
    top: calc(50% - 60px);
    right: -30px;
  }
  .hero .preview__image .info .text {
    font-size: 16px;
    line-height: 24px;
  }
}

.text-big {
  font-size: 32px;
  text-transform: uppercase;
}

.review .section__title {
  margin-bottom: 80px;
}
.review .section__title .trial {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 7px;
  background: linear-gradient(227.45deg, #77d500 27.93%, #0fa25e 94.83%);
  border: 1px solid #076b3d;
  box-shadow: 0px 0px 4px rgba(46, 49, 62, 0.45), inset 0px 0px 4px #16e887;
}
.review .section__title .trial:before {
  display: block;
  content: "";
  width: 75px;
  height: 60px;
  position: absolute;
  left: -50px;
  top: -45px;
  z-index: 30;
  background: url(../img/instruction-bg.png) no-repeat;
  background-size: contain;
}
.review .section__title .trial:after {
  display: block;
  content: "";
  width: 75px;
  height: 60px;
  position: absolute;
  right: -50px;
  bottom: -45px;
  z-index: 30;
  background: url(../img/instruction-bg.png) no-repeat;
  background-size: contain;
  rotate: 180deg;
}
.review .section__title .trial button {
  font-family: var(--ff-italic-bold), Arial, sans-serif;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .review .section__title .trial {
    padding: 10px 30px;
  }
  .review .section__title .trial:before {
    width: 55px;
    height: 45px;
    left: -40px;
    top: -30px;
  }
  .review .section__title .trial:after {
    width: 55px;
    height: 45px;
    right: -40px;
    bottom: -30px;
  }
  .review .section__title .trial .text {
    font-size: 18px;
  }
}
.review .slider__wrapper-review > .flex {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 31px;
}
.review .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 429px;
  width: 429px;
  height: 100%;
  min-height: 500px;
  padding: 60px 0 60px 60px;
  margin-right: 74px;
}
@media (max-width: 1023px) {
  .review .column {
    height: auto;
    padding: 24px 16px 0 24px;
    min-height: auto;
    margin-bottom: 32px;
    min-width: auto;
    width: 100%;
    margin-right: 0;
  }
}
.review h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .review h3 {
    margin-bottom: 16px;
  }
}
.review .text {
  color: #848B96;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .review .text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 40px;
  }
}
.review .text-bold-italic {
  margin-bottom: 24px;
}
.review .btn {
  width: 216px;
}
.review .img__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 500px;
  overflow: hidden;
}
.review .img__wrapper img {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .review .img__wrapper {
    max-height: 256px;
  }
}
.review .flex {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 95px;
}
.review .flex__item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.review .flex__item {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .review .flex {
    row-gap: 70px;
  }
  .review .flex__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.review .left__wrapper {
  position: absolute;
  left: 0;
  z-index: 10;
}
.review .left__wrapper .content {
  margin-bottom: 40px;
  padding: 30px 30px 30px 0;
  max-width: 425px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffffff;
}
.review .left__wrapper .content h3 {
  font-size: 40px;
  line-height: 50px;
  color: #3A879B;
}
.review .left__wrapper .content .text {
  margin-bottom: 0;
  font-family: var(--ff-base), Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #626570;
}
@media (max-width: 767px) {
  .review .left__wrapper {
    position: relative;
  }
  .review .left__wrapper .content {
    margin-bottom: 0px;
    padding-top: 0;
  }
  .review .left__wrapper .content h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .review .left__wrapper .m-hide {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .review .left__wrapper .content {
    margin-bottom: 20px;
    padding: 30px 30px 30px 0;
    max-width: 330px;
  }
  .review .left__wrapper .content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  .review .d-hide {
    display: none;
  }
}
.review .right__wrapper {
  padding: 50px 30px 50px 200px;
  width: 100%;
  max-width: 900px;
  background: url(../img/review-slide-bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.review .right__wrapper .image {
  outline: 7px solid rgb(255 255 255 / 50%);
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 767px) {
  .review .right__wrapper {
    margin-bottom: 30px;
    padding: 15px;
  }
  .review .right__wrapper .image {
    outline: 5px solid rgb(255 255 255 / 50%);
    border-radius: 5px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .review .right__wrapper {
    padding: 100px 20px;
    width: 65%;
  }
}

.screenshots .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .screenshots .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .screenshots .flex:last-child {
    margin-bottom: 0;
  }
}
.screenshots .flex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.screenshots .flex__item .text {
  color: var(--color-secondary);
  max-width: 500px;
  margin-bottom: 40px;
}
.screenshots .flex__item .text-bold-italic {
  margin-bottom: 24px;
  color: #3a879b;
}
.screenshots .flex__item .image {
  width: 100%;
  height: auto;
}
.screenshots .flex:nth-child(2n+1) .flex__item:first-child {
  margin-right: 0;
}
.screenshots .flex:nth-child(2n+1) .flex__item:last-child {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .screenshots .flex:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .screenshots .flex:nth-child(2n+1) .flex__item {
    margin: 0;
  }
  .screenshots .flex:nth-child(2n+1) .flex__item:last-child {
    margin-left: 0;
  }
}

.instructions {
  font-family: var(--ff-headers2), Arial, sans-serif;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .instructions {
    margin-bottom: 60px;
  }
}
.instructions .section__title {
  margin-bottom: 60px;
}
.instructions .section__title h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .instructions .section__title h2 {
    margin-bottom: 24px;
  }
}
.instructions .flex {
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.instructions .flex:after {
  display: block;
  content: "";
  width: 94px;
  height: 75px;
  position: absolute;
  left: -70px;
  top: -62px;
  z-index: 1;
  background: url(../img/instruction-bg.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .instructions .flex:after {
    display: none;
  }
}
.instructions .flex__item {
  background-color: #EDF2F6;
  border-radius: 8px;
  padding: 44px 24px;
  height: 217px;
  min-width: 272px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid #edf2f6;
}
@media (max-width: 767px) {
  .instructions .flex__item {
    padding: 36px 24px;
    height: 212px;
  }
}
.instructions .flex__item .img__wrapper {
  position: absolute;
  bottom: -4px;
}
.instructions .flex__item:first-child .img__wrapper {
  right: 0;
  width: 229px;
}
.instructions .flex__item:nth-child(2) .img__wrapper {
  width: 121px;
  left: calc(50% - 60.5px);
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(2) .img__wrapper {
    width: 140px;
    left: calc(50% - 70px);
  }
}
.instructions .flex__item:nth-child(3) .img__wrapper {
  width: 225px;
  bottom: 12.5px;
  left: calc(50% - 112.5px);
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(3) .img__wrapper {
    width: 240px;
    left: calc(50% - 120px);
  }
}
.instructions .flex__item:nth-child(4) .img__wrapper {
  bottom: 18px;
  width: 164px;
  left: calc(50% - 82px);
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(4) .img__wrapper {
    width: 187px;
    left: calc(50% - 93.5px);
    bottom: 0;
  }
}
.instructions .flex__item:nth-child(5) {
  background-color: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.instructions .flex__item:nth-child(5) h4 {
  text-align: left;
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(5) h4 {
    z-index: 1;
    text-align: center;
  }
}
.instructions .flex__item:nth-child(5) .img__wrapper {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.instructions .flex__item:nth-child(5) .img__wrapper img {
  width: 100%;
  height: 100%;
}
.instructions .flex__item:nth-child(6) h4 {
  text-align: left;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(6) h4 {
    text-align: center;
  }
}
.instructions .flex__item:nth-child(6) .img__wrapper {
  width: 310px;
  bottom: 9px;
  right: 9px;
}
@media (max-width: 767px) {
  .instructions .flex__item:nth-child(6) .img__wrapper {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
  .instructions .flex__item:nth-child(6) .img__wrapper img {
    width: 100%;
    height: 100%;
  }
}
.instructions .flex .counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: var(--color-active);
  color: var(--light-color);
  padding: 6px;
  border-radius: 8px 0 8px 0;
  z-index: 2;
}

.portfolio {
  position: relative;
  padding: 120px 0 0 0;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 80px 0;
    margin-bottom: 60px;
  }
}
.portfolio:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: calc((1140px - 100vw) / 2);
  background: url("../img/portfolio-main-bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .portfolio:after {
    left: 0;
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 100%;
    background: url("../img/portfolio-main-bg-small.png") no-repeat 0 100%;
  }
}
.portfolio:before {
  content: "";
  position: absolute;
  top: calc(50% - 76px);
  right: -105px;
  width: 155px;
  height: 140px;
  background: url("../img/portfolio-small-bg.png") no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .portfolio:before {
    display: none;
  }
}
.portfolio .section__title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .portfolio .section__title {
    margin-bottom: 40px;
  }
}
.portfolio .flex.about {
  gap: 24px;
  margin-bottom: 73px;
}
@media (max-width: 767px) {
  .portfolio .flex.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 18px 18px 18px;
    margin-bottom: 60px;
  }
}
.portfolio .flex.about .flex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff url("../img/support-bg.png") no-repeat;
  background-size: cover;
  padding: 24px 40px 15px 40px;
  border-radius: 6px;
  position: relative;
}
.portfolio .flex.about .flex__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -7px;
  left: 7px;
  z-index: -1;
  border-radius: 6px;
  border: 1px solid rgba(0, 43, 61, 0.25);
}
.portfolio .flex.about .icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 19px auto;
}
@media (max-width: 767px) {
  .portfolio .flex.about .icon {
    width: 40px;
    height: 40px;
  }
}
.portfolio .flex.about h3, .portfolio .flex.about p {
  text-align: center;
}
.portfolio .flex.industries {
  max-width: 1068px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto 40px auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio .flex.industries .flex__item {
  min-width: 220px;
  width: 220px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
@media (max-width: 767px) {
  .portfolio .flex.industries .flex__item {
    min-width: 171px;
    width: 171px;
    padding: 16px 10px;
  }
}
.portfolio .flex.industries .flex__item .img__wrapper {
  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;
  height: 48px;
  margin-bottom: 12px;
}
.portfolio .flex.industries .flex__item .img__wrapper img {
  height: 100%;
  width: auto;
}
.portfolio .flex.industries .flex__item:first-child {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .portfolio .flex.industries .flex__item:first-child {
    margin-left: 0;
  }
}
.portfolio .flex.industries .flex__item:nth-child(5), .portfolio .flex.industries .flex__item:nth-child(7), .portfolio .flex.industries .flex__item:nth-child(8) {
  min-width: 250px;
  width: 250px;
}
@media (max-width: 767px) {
  .portfolio .flex.industries .flex__item:nth-child(5), .portfolio .flex.industries .flex__item:nth-child(7), .portfolio .flex.industries .flex__item:nth-child(8) {
    min-width: 171px;
    width: 171px;
  }
}
.portfolio .flex.industries .text {
  text-align: center;
  display: block;
}
.portfolio .text-bold-italic {
  text-align: center;
  margin-bottom: 40px;
}
.portfolio .btn {
  background: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  margin: 0 auto;
}
.portfolio .btn:hover {
  background-color: #002b3d;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.support {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .support {
    margin-bottom: 100px;
  }
}
.support .section__title {
  margin-bottom: 80px;
}
.support .section__title h2 {
  margin-bottom: 54px;
}
.support .section__title .time {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 40px;
    border-radius: 7px;
    background: linear-gradient(227.45deg, #77d500 27.93%, #0fa25e 94.83%);
    border: 1px solid #076b3d;
    box-shadow: 0px 0px 4px rgba(46, 49, 62, 0.45), inset 0px 0px 4px #16e887;
}
.support .section__title .time:before {
    display: block;
    content: "";
    width: 75px;
    height: 60px;
    position: absolute;
    left: -50px;
    top: -45px;
    z-index: 30;
    background: url(../img/instruction-bg.png) no-repeat;
    background-size: contain;
}
.support .section__title .time:after {
    display: block;
    content: "";
    width: 75px;
    height: 60px;
    position: absolute;
    right: -50px;
    bottom: -45px;
    z-index: 30;
    background: url(../img/instruction-bg.png) no-repeat;
    background-size: contain;
    rotate: 180deg;
}
.support .section__title .time .text {
    margin: 0;
    font-family: var(--ff-italic-bold), Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
}
@media (max-width: 767px) {
  .support .section__title h2 {
    margin-bottom: 40px;
  }
  .support .section__title .time {
    padding: 10px 30px;
  }
  .support .section__title .time:before {
    width: 55px;
    height: 45px;
    left: -40px;
    top: -30px;
  }
  .support .section__title .time:after {
    width: 55px;
    height: 45px;
    right: -40px;
    bottom: -30px;
  }
  .support .section__title .time .text {
    font-size: 18px;
  }
}
.support .flex {
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .support .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.support .flex__item {
  position: relative;
  border-radius: 8px;
  padding: 40px 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  background: rgba(58, 135, 155, 0.1) url("../img/support-bg.png") no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .support .flex__item {
    padding: 20px 16px 20px 94px;
    text-align: left;
    background-position: 0 0;
  }
}
.support .flex .icon {
  width: 60px;
  height: 60px;
  background: url("../img/support-item-bg.svg");
  background-size: contain;
  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;
  margin: 0 auto 24px auto;
}
.support .flex .icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #3a879b;
  stroke-width: 2px;
}
@media (max-width: 767px) {
  .support .flex .icon {
    position: absolute;
    left: 16px;
    top: 21.5px;
    width: 54px;
    height: 54px;
  }
  .support .flex .icon svg {
    width: 24px;
    height: 24px;
  }
}
.support .flex h3 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .support .flex h3 {
    margin-bottom: 12px;
  }
}
.support .flex p {
  font-size: 15px;
}
.support .flex a {
  color: #3a879b;
}
.support .section__image {
  width: 100%;
}
.support .section__image img {
  width: 100%;
}

.worker__section {
  width: 100%;
  padding: 60px 120px;
  background: url("../img/suport-bg.png") no-repeat 0 0;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .worker__section {
    padding: 24px 27px 34px 17px;
    background: url("../img/suport-bg-mob.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
}
.worker__section.flex {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 122px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 767px) {
  .worker__section.flex {
    gap: 23px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.worker__item {
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.worker__item:hover .worker__tooltip {
  display: block;
}
@media (max-width: 767px) {
  .worker__item {
    position: initial;
  }
}
.worker__tooltip {
  position: absolute;
  top: calc(100% - 12px);
  left: calc(100% - 12px);
  width: 264px;
  background-color: #EDF2F6;
  border-radius: 8px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  color: #254755;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .worker__tooltip {
    top: 80%;
    left: calc(50% - 132px);
  }
}
.worker__tooltip h5 {
  font-size: 15px;
  line-height: 28px;
  padding: 0;
}
.worker__tooltip .position {
  margin-bottom: 12px;
}
.worker__tooltip .qualification {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worker__tooltip .stars {
  gap: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.worker__tooltip .stars .star {
  width: 18px;
  height: 18px;
  background-color: #3A879B;
}
.worker__tooltip .stars .star svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.comments {
  background: #EDF2F6 url("../img/comments-bg.png") no-repeat;
  background-size: cover;
  padding: 60px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .comments {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .comments {
    background: #EDF2F6 url("../img/comments-bg-mob.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .comments .section__title h2 {
    max-width: 70%;
  }
}
.comments:after {
  content: "";
  display: block;
  width: 202px;
  height: 175px;
  background: url("../img/comments-bg-small.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: -5px;
  right: 75px;
}
@media (max-width: 1280px) {
  .comments:after {
    display: none;
  }
}
@media (max-width: 500px) {
  .comments:after {
    display: block;
    top: 86px;
    right: 30px;
    width: 80px;
    height: 60px;
  }
}
.comments .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.comments__icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E9E9E9;
}
.comments__title {
  text-align: left;
  color: #002B3D;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
}
.comments__position {
  text-align: left;
  color: #848B96;
  font-size: 13px;
  line-height: 16px;
}
.comments__text {
  padding-top: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #002B3D;
  position: relative;
  text-align: center;
}
.comments__text:before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  background-color: #002B3D;
}

.presentation {
  margin-bottom: 40px;
  background: url("../img/presentation.jpg") no-repeat 0 0;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  padding: 40px;
  position: relative;
}
.presentation:after {
  content: "";
  display: block;
  width: 94px;
  height: 75px;
  background: url("../img/instruction-bg.png") no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 98px;
  left: 41px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.presentation:before {
  content: "";
  display: block;
  width: 57px;
  height: 84px;
  background: url("../img/presentation-bg.png") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 210px;
  left: 62%;
}
@media (max-width: 1024px) {
  .presentation:after, .presentation:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .presentation {
    margin: 0 12px 40px 12px;
  }
}
.presentation h2 {
  margin-bottom: 40px;
}
.presentation p {
  margin-bottom: 24px;
}
.presentation p.green {
  color: #65C8D0;
}
.presentation .btn {
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(227.45deg, #77d500 27.93%, #0fa25e 94.83%);
  border: 1px solid #076b3d;
  box-shadow: 0px 0px 4px rgba(46, 49, 62, 0.45), inset 0px 0px 4px #16e887;
}

.graph-modal__container {
    padding: 0;
    width: 100%;
    max-width: 500px;
}
.graph-modal__container.success-model .text-success {
  text-align: center;
  font-size: 24px;
  padding: 0 39px 0 0;
  margin-bottom: 20px;
}
.graph-modal__container.success-model .btn {
  margin: 0 auto;
  padding: 16px 33px;
}
.graph-modal__close {
  right: 25px;
  top: 25px;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.graph-modal__content {
  padding: 23px 20px;
}
.graph-modal__content h2 {
  font-size: 24px;
  padding: 0 39px 20px 0;
  width: 100%;
  text-align: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.graph-modal__content h2:after {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: 1px;
  position: absolute;
  left: -20px;
  bottom: 0;
  background-color: #67a4b3;
}
.graph-modal__content .modal-body {
  padding: 30px 20px;
}
.graph-modal__content .flex {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 767px) {
  .graph-modal__content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .graph-modal__content .flex-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.graph-modal__content .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px;
}
.graph-modal__content .field__title>span {
    color: red;
}
.graph-modal__content .field .input__wrapper {
    max-width: 100%;
}
.graph-modal__content .checkbox__wrapper {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}
.graph-modal__content .checkbox__wrapper input {
    margin-top: 2px;
}
.graph-modal__content .checkbox__wrapper span,
.graph-modal__content .checkbox__wrapper span>a {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
    color: #002b3d;
}
.graph-modal__content .checkbox__wrapper span>a {
    text-decoration: underline;
    text-decoration-color: #67a4b3;
}
.graph-modal__content .checkbox__wrapper span>a:hover {
    color: #67a4b3;
}
.graph-modal__content .btn.btn-grey {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .graph-modal__content .btn {
    width: 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .graph-modal__content .btn.btn-grey {
    margin-bottom: 24px;
  }
}
.graph-modal__content .link {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 13px;
}

.swiper-comments .swiper-slide {
  min-height: 276px;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .swiper-comments .swiper-slide {
    height: inherit;
  }
}

.slider__wrapper-comments .pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.slider__wrapper-comments .swiper-button-disabled {
  cursor: inherit;
  opacity: 0;
}
.slider__wrapper-comments .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 5px;
}
.slider__wrapper-comments .swiper-pagination-bullet-active {
  background-color: #002B3D;
}
.slider__wrapper-review .swiper-slide {
  background: url("../img/review-slide-bg.png") no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.slider__wrapper-review .button-prev.swiper-button-disabled,
.slider__wrapper-review .button-next.swiper-button-disabled {
  opacity: 0.3;
}
@media (max-width: 1280px) {
  .slider__wrapper-review {
    position: relative;
  }
  .slider__wrapper-review .button-prev.swiper-review-button-prev,
  .slider__wrapper-review .button-next.swiper-review-button-next {
    position: absolute;
    bottom: -68px;
  }
  .slider__wrapper-review .button-prev.swiper-review-button-prev {
    left: calc(50% - 64px);
  }
  .slider__wrapper-review .button-next.swiper-review-button-next {
    right: calc(50% - 64px);
  }
}
@media (max-width: 767px) {
  .slider__wrapper-review .button-prev.swiper-review-button-prev,
  .slider__wrapper-review .button-next.swiper-review-button-next {
    display: block;
  }
}
.slider__wrapper-review .swiper-review-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  margin-left: 75px;
}
@media (max-width: 1023px) {
  .slider__wrapper-review .swiper-review-pagination {
    display: none;
  }
}
.slider__wrapper-review .swiper-pagination-bullet {
  width: auto;
  height: auto;
  color: #002B3D;
  background-color: transparent;
  border-radius: 8px;
  padding: 12px 16px;
  opacity: 1;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
  font-family: var(--ff-headers), Arial, sans-serif;
}
.slider__wrapper-review .swiper-pagination-bullet-active {
  background-color: #3A879B;
  color: #fff;
}
@media (max-width: 1023px) {
  .slider__wrapper-review .swiper-slide > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 540px;
  }
}
.slider__wrapper .button-prev, .slider__wrapper .button-next {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #002B3D;
  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;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .slider__wrapper .button-prev, .slider__wrapper .button-next {
    display: none;
  }
}
.slider__wrapper .button-prev svg, .slider__wrapper .button-next svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
.slider__wrapper .button-prev:hover:before, .slider__wrapper .button-next:hover:before {
  border-color: #002B3D;
}
.slider__wrapper .button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider__wrapper .button-prev:before {
  right: inherit;
  left: 4px;
}/*# sourceMappingURL=main.css.map */
