/***** FONTS *****/
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  unicode-range: U+21-23, U+25-5F, U+61-7E, U+AB, U+BB, U+401, U+410-44F, U+451, U+2013-2014, U+2018-2019, U+201C, U+201C-201E, U+2026, U+20BD;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot");
  src: url("../fonts/icomoon/fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal !important;
  font-style: normal !important;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-arrow-triangle:before {
  content: "\e901";
}

.icon-chevron:before {
  content: "\e902";
}

.icon-checkmark:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e904";
}

.icon-document:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-cross:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e909";
}

.icon-play:before {
  content: "\e90a";
}

.icon-place:before {
  content: "\e90b";
}

.icon-phone:before {
  content: "\e90c";
}

.icon-burger:before {
  content: "\e90d";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
}

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

a:hover,
a:focus {
  color: inherit;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
  transition: 0.3s ease;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/***** GENERAL ELEMENTS *****/
:root {
  --content-width: 1410px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --title-font: "Unbounded", "Manrope", sans-serif;
  --space-between: 80px;
  --primary-color: rgb(78, 163, 233);
  --secondary-color: rgb(51, 46, 112);
  --text-color: rgb(33, 33, 33);
  --white-color: rgb(255, 255, 255);
  --error-color: rgb(234, 50, 50);
}

/***** Mixins *****/
@media screen and (max-width: 1199px) {
  :root {
    --container-offset: 16px;
    --space-between: 60px;
  }
}
/***** BLOCKS GLOBAL *****/
/*-----generals-----*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  color: var(--text-color);
  background: #EFF4FF;
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  padding-top: 116px;
}

@media screen and (max-width: 1890px) {
  body {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 114px;
  }
}
[id] {
  scroll-margin-top: var(--space-between);
}

section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--space-between);
}

html.with-fancybox body.hide-scrollbar {
  margin-right: 0 !important;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}

.hidden,
.screen-reader-text {
  display: none !important;
}

.dis-scroll {
  overflow-y: hidden;
}

.link-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .link-center {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .link-center .btn {
    width: 100%;
  }
}
/***** COMPONENTS GLOBAL *****/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 16px 20px;
  background: rgb(239, 244, 255);
  z-index: 100;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 80px;
  padding: 0 12px 0 24px;
  border-radius: 20px;
  background: var(--white-color);
}
.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 190px;
  flex-shrink: 0;
  margin-right: 44px;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header .tag-yandex {
  background: #EFF4FF;
}

.header-desktop .header-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  margin: 0 44px 0 0;
  padding: 0;
}
.header-desktop .header-menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 10px;
  height: 80px;
  cursor: pointer;
}
.header-desktop .header-menu > li:not(:last-child) {
  margin-right: 24px;
}
.header-desktop .header-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.header-desktop .header-menu > li > i {
  display: block;
  flex-shrink: 0;
  margin-left: 6px;
  font-size: 14px;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.header-desktop .header-menu > li:hover > a, .header-desktop .header-menu > li:hover > i {
  color: var(--primary-color);
}
.header-desktop .header-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.header-desktop .header-menu > li > ul {
  position: absolute;
  top: 100%;
  left: -14px;
  width: 290px;
  border-radius: 20px;
  background: var(--white-color);
  list-style: none;
  padding: 14px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: all 0.3s ease;
}
.header-desktop .header-menu > li > ul > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 24px;
  cursor: pointer;
}
.header-desktop .header-menu > li > ul > li > a {
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.header-desktop .header-menu > li > ul > li > i {
  display: block;
  flex-shrink: 0;
  margin-left: 6px;
  font-size: 14px;
  color: #989898;
  transition: color 0.3s ease;
}
.header-desktop .header-menu > li > ul > li > ul {
  list-style: none;
  position: absolute;
  top: -14px;
  left: 100%;
  width: 250px;
  border-radius: 20px;
  background: var(--white-color);
  list-style: none;
  padding: 14px 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  transition: all 0.3s ease;
}
.header-desktop .header-menu > li > ul > li > ul > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 24px 10px 51px;
  cursor: pointer;
}
.header-desktop .header-menu > li > ul > li.menu-services .menu-services-icon {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 20px;
  height: 20px;
}
.header-desktop .header-menu > li > ul > li.menu-services .menu-services-title {
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--text-color);
  transition: color 0.3s ease;
}
.header-desktop .header-menu > li > ul > li.menu-services .menu-services-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  padding: 4px 8px;
  min-height: 28px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  border-radius: 100px;
  background-color: var(--secondary-color);
  transition: background-color 0.3s ease;
}
.header-desktop .header-menu > li > ul > li.menu-services a {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.header-desktop .header-menu > li > ul > li.menu-services a:hover .menu-services-title {
  color: var(--primary-color);
}
.header-desktop .header-menu > li > ul > li.menu-services a:hover .menu-services-price {
  background-color: var(--primary-color);
}
.header-desktop .header-menu > li > ul > li:hover > a, .header-desktop .header-menu > li > ul > li:hover > i {
  color: var(--primary-color);
}
.header-desktop .header-menu > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.header-desktop .header-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.header-desktop .header-contacts .button-primary {
  height: 56px;
}
.header-desktop .header-contacts .socmes {
  margin-right: 35px;
}
.header-desktop .header-contact {
  position: relative;
  padding-left: 32px;
}
.header-desktop .header-contact:not(:last-child) {
  margin-right: 32px;
}
.header-desktop .header-contact i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #2C80C5;
}
.header-desktop .header-contact .h5 {
  margin-bottom: 5px;
}
.header-desktop .header-contact-descr {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #697192;
}
.header-desktop .header-contact > a:hover {
  color: var(--primary-color);
}
.header-desktop .header-phone .header-contact-descr {
  position: relative;
  padding-left: 10px;
}
.header-desktop .header-phone .header-contact-descr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #68EB3F;
}

.header-mobile {
  display: none;
}
.header-mobile.header {
  height: 114px;
  padding: 16px 16px 14px 16px;
  background: var(--white-color);
}
.header-mobile .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-mobile .header-top .tag-yandex {
  margin-left: auto;
  margin-right: 5px;
  padding: 3px 11px 3px 36px;
  height: 32px;
  min-height: 32px;
  background: #EFF4FF;
}
.header-mobile .header-top .tag-yandex-rating {
  font-size: 13px !important;
}
.header-mobile .header-top .tag-yandex::before {
  left: 11px;
}
.header-mobile .header-logo {
  width: auto;
  height: 32px;
  margin-right: 8px;
}
.header-mobile .header-logo img {
  width: auto;
  height: 100%;
}
.header-mobile .header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 14px;
}
.header-mobile .header-bottom .btn-primary {
  min-height: 38px;
  height: 38px;
  padding: 2px 12px;
}
.header-mobile .header-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 23px;
}
.header-mobile .header-contact:not(:last-child) {
  margin-right: 0;
}
.header-mobile .header-contact i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
  color: #2C80C5;
}
.header-mobile .header-contact .h5 {
  margin-top: 1px;
  margin-bottom: 0;
}
.header-mobile .header-contact-descr {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #697192;
}
.header-mobile .header-contact > a:hover {
  color: var(--primary-color);
}
.header-mobile .header-phone .header-contact-descr {
  position: relative;
  padding-left: 8px;
}
.header-mobile .header-phone .header-contact-descr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #68EB3F;
}

.header-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 28px 20px;
  color: var(--white-color);
  background: rgba(20, 20, 20, 0.97);
  transition: right 0.4s ease;
  z-index: 1000;
}
.header-nav.open {
  right: 0;
}
.header-nav-open {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 0 0 5px;
  border-radius: 6px;
  background-color: var(--primary-color);
  cursor: pointer;
}
.header-nav-open i {
  font-size: 18px;
  font-weight: bold;
  color: var(--white-color);
}
.header-nav-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0 0 0 5px;
  border-radius: 6px;
  background-color: var(--primary-color);
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.header-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: calc(100vh - 48px);
}
.header-nav .header-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 32px);
}
.header-nav .header-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 23px;
}
.header-nav .header-contact:not(:last-child) {
  margin-bottom: 16px;
}
.header-nav .header-contact i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
}
.header-nav .header-contact .h5 {
  margin-top: 1px;
  margin-bottom: 0;
}
.header-nav .header-contact-descr {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--white-color);
}
.header-nav .header-phone .header-contact-descr {
  position: relative;
  padding-left: 8px;
}
.header-nav .header-phone .header-contact-descr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #68eb3f;
}
.header-nav .header-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}
.header-nav .header-menu > li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 5px 0;
  cursor: pointer;
}
.header-nav .header-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.header-nav .header-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  color: var(--white-color);
  transition: color 0.3s ease;
}
.header-nav .header-menu > li > i {
  display: block;
  flex-shrink: 0;
  margin-left: 6px;
  font-size: 14px;
  color: var(--white-color);
  transition: transform 0.3s ease, color 0.3s ease;
}
.header-nav .header-menu > li.open > a,
.header-nav .header-menu > li.open > i {
  color: var(--primary-color);
}
.header-nav .header-menu > li.open > i {
  transform: rotate(180deg);
}
.header-nav .header-menu > li.open > .sub-menu {
  margin-top: 14px;
  margin-bottom: 14px;
  max-height: 2000px;
}
.header-nav .sub-menu {
  width: 100%;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.header-nav .sub-menu > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
.header-nav .sub-menu > li > a {
  display: inline-flex;
  max-width: calc(100% - 21px);
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: var(--white-color);
  transition: color 0.3s ease;
}
.header-nav .sub-menu > li > i {
  display: block;
  flex-shrink: 0;
  margin-left: 6px;
  font-size: 14px;
  color: #cecece;
  transition: transform 0.3s ease, color 0.3s ease;
}
.header-nav .sub-menu > li.open > i {
  transform: rotate(-180deg);
}
.header-nav .sub-menu > li.open > .sub-menu {
  margin-top: 14px;
  margin-bottom: 14px;
  max-height: 2000px !important;
}
.header-nav .sub-menu > li.menu-services .menu-services-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  left: 0;
  transform: none;
  width: 20px;
  height: 20px;
}
.header-nav .sub-menu > li.menu-services .menu-services-title {
  display: inline-flex;
  margin-right: 6px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  transition: color 0.3s ease;
}
.header-nav .sub-menu > li.menu-services .menu-services-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  min-height: 24px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  border-radius: 100px;
  background-color: var(--secondary-color);
  transition: background-color 0.3s ease;
}
.header-nav .sub-menu > li.menu-services > ul > li > a {
  position: relative;
  flex-direction: row;
  align-items: center;
  row-gap: 4px;
  padding-left: 28px;
}
.header-nav .sub-menu > li.menu-services a {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: fit-content;
  max-width: calc(100% - 21px);
}
.header-nav-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-nav-bottom .btn {
  width: 100%;
}

.socmes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.socmes a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #EFF4FF;
  background-color: #EFF4FF;
  transition: all 0.3s ease;
}
.socmes a img {
  display: block;
  width: 20px;
  height: auto;
}
.socmes a:hover {
  border-color: var(--primary-color);
  transform: scale(1.05);
}

@media screen and (max-width: 1890px) {
  .header {
    padding-top: 16px;
  }
  .header-container {
    height: 72px;
    padding-left: 16px;
  }
  .header-logo {
    width: 150px;
    margin-right: 20px;
  }
  .header .tag-yandex {
    min-height: 32px;
    padding: 4px 12px 4px 36px;
  }
  .header .tag-yandex::before {
    left: 13px;
    width: 20px;
    height: 15px;
  }
  .header .tag-yandex-rating {
    font-size: 14px;
  }
  .header .tag-yandex-value {
    margin-left: 5px;
    padding-left: 5px;
    font-size: 11px;
  }
  .header-desktop .header-menu {
    margin-right: 20px;
  }
  .header-desktop .header-menu > li {
    padding: 6px 10px;
    height: 72px;
  }
  .header-desktop .header-menu > li:not(:last-child) {
    margin-right: 8px;
  }
  .header-desktop .header-menu > li > a {
    height: 72px;
    font-size: 14px;
    line-height: 1.2;
  }
  .header-desktop .header-menu > li > i {
    margin-left: 4px;
    font-size: 12px;
  }
  .header-desktop .header-menu > li > ul {
    left: -10px;
    width: 240px;
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-desktop .header-menu > li > ul > li {
    padding: 6px 16px;
  }
  .header-desktop .header-menu > li > ul > li > a {
    font-size: 14px;
    line-height: 1.2;
  }
  .header-desktop .header-menu > li > ul > li > i {
    margin-left: 4px;
    font-size: 12px;
  }
  .header-desktop .header-menu > li > ul > li > ul {
    top: -10px;
    width: 200px;
    border-radius: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-desktop .header-menu > li > ul > li > ul > li {
    padding: 6px 16px 6px 38px;
  }
  .header-desktop .header-menu > li > ul > li.menu-services .menu-services-icon {
    top: 6px;
    left: 16px;
    width: 16px;
    height: 16px;
  }
  .header-desktop .header-menu > li > ul > li.menu-services .menu-services-title {
    font-size: 14px;
  }
  .header-desktop .header-menu > li > ul > li.menu-services .menu-services-price {
    margin-top: 3px;
    padding: 3px 8px;
    min-height: 24px;
    font-size: 13px;
  }
  .header-desktop .header-contacts .btn-primary {
    padding: 5px 18px;
    font-size: 12px;
    height: 48px;
    min-height: 48px;
  }
  .header-desktop .header-contacts .socmes {
    margin-right: 20px;
    gap: 8px;
  }
  .header-desktop .header-contacts .socmes a {
    width: 28px;
    height: 28px;
    border-radius: 4px;
  }
  .header-desktop .header-contacts .socmes a img {
    width: 18px;
  }
  .header-desktop .header-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .header-desktop .header-contact:not(:last-child) {
    margin-right: 16px;
  }
  .header-desktop .header-contact i {
    top: 0;
    font-size: 16px;
  }
  .header-desktop .header-contact .h5 {
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .header-desktop .header-contact-descr {
    margin-top: 0;
    font-size: 9px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .socmes {
    gap: 5px;
  }
  .socmes a {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 374px) {
  .header-mobile .header-top .tag-yandex {
    display: none;
  }
  .header-mobile .header-bottom .btn-primary {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-mobile .header-contact {
    padding-left: 0;
  }
  .header-mobile .header-contact i {
    display: none;
  }
  .header-mobile .header-contact .h5 {
    margin-top: 0;
    font-size: 12px;
  }
  .header-mobile .header-contact-descr {
    margin-top: 3px;
    font-size: 8px;
    line-height: 1.1;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 10px;
  column-gap: 12px;
  transition: all 0.3s ease;
}
.btn-primary {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
}
.btn-primary:hover {
  background-color: #67B6F6;
}
.btn-primary:active {
  background-color: #3C88C8;
}
.btn-primary:disabled {
  opacity: 0.5;
  background-color: var(--primary-color) !important;
}
.btn-second {
  color: var(--white-color) !important;
  background-color: #3D8DCE;
}
.btn-second:hover {
  color: var(--text-color) !important;
  background-color: var(--white-color);
}
.btn-second:active {
  color: var(--text-color) !important;
  background-color: #DBE7FF;
}
.btn-second:disabled {
  opacity: 0.5;
  color: var(--white-color) !important;
  background-color: #3D8DCE !important;
}
.btn-third {
  color: var(--text-color) !important;
  background-color: #EFF4FF;
}
.btn-third:hover {
  background-color: var(--white-color);
}
.btn-third:active {
  background-color: #DBE7FF;
}
.btn-third:disabled {
  opacity: 0.5;
  background-color: #EFF4FF !important;
}
.btn-md {
  padding: 14px 32px;
  min-height: 56px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .btn {
    column-gap: 10px;
  }
  .btn-md {
    padding: 10px 24px;
    min-height: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .btn-md {
    padding: 8px 12px;
    min-height: 44px;
    font-size: 13px;
  }
  .btn .icon-arrow {
    display: none !important;
  }
}
.p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--text-color);
}

.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--title-font);
  font-weight: normal;
  line-height: 1.3;
}

.h1 {
  font-size: 48px;
}

.h2 {
  font-size: 34px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 22px;
}

.h5 {
  font-size: 16px;
}

.section-heading {
  margin-bottom: 36px;
}
.section-heading.center {
  text-align: center;
}
.section-heading .h2 span {
  color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
  .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.2;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 18px;
  }
  .h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 22px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-prev, .swiper-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  color: var(--primary-color);
  background: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.swiper-prev i, .swiper-next i {
  font-size: 24px;
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}
.swiper-prev i {
  transform: rotate(180deg);
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: fit-content !important;
  max-width: calc(100% - 56px - 24px);
  margin-right: 12px;
  margin-left: 12px;
  gap: 4px 8px;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 2px;
  opacity: 0.8;
  border-radius: 10px;
  background: rgba(78, 163, 233, 0.8);
}
.swiper-pagination-bullet:hover {
  background-color: var(--primary-color);
}
.swiper-pagination-bullet-active {
  width: 28px;
  background-color: var(--primary-color);
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-prev, .swiper-container .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-container .swiper-prev {
  left: -52px;
}
.swiper-container .swiper-next {
  right: -52px;
}
.swiper-container .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1580px) {
  .swiper-prev, .swiper-next {
    width: 20px;
    height: 20px;
  }
  .swiper-prev i, .swiper-next i {
    font-size: 18px;
  }
  .swiper-pagination {
    width: fit-content !important;
    max-width: calc(100% - 20px - 24px);
  }
  .swiper-container {
    position: relative;
  }
  .swiper-container .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 14px;
  }
  .swiper-container .swiper-prev, .swiper-container .swiper-next {
    position: static;
    top: auto;
    transform: none;
  }
  .swiper-container .swiper-prev {
    left: auto;
  }
  .swiper-container .swiper-next {
    right: auto;
  }
  .swiper-container .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .swiper-prev, .swiper-next {
    width: 20px;
    height: 20px;
  }
  .swiper-prev i, .swiper-next i {
    font-size: 18px;
  }
  .swiper-pagination {
    transform: none !important;
    width: fit-content !important;
    max-width: calc(100% - 20px - 24px);
  }
}
.tag-city {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 11px 14px 10px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-color);
  border-radius: 100px;
  background-color: #3D8DCE;
}
.tag-city::before {
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 18px;
}

.tag-yandex {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 40px;
  color: var(--text-color);
  padding: 8px 17px 8px 48px;
  border-radius: 100px;
  background-color: var(--white-color);
}
.tag-yandex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 26px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2019_665)"><path d="M10.9328 17.1717H8.07105V2.92814H6.79322C4.45181 2.92814 3.22372 4.11319 3.22372 5.86583C3.22372 7.85624 4.07688 8.7805 5.82529 9.96554L7.26762 10.9358L3.10512 17.1678H0.0100098L3.74403 11.5993C1.59391 10.0653 0.384946 8.56573 0.384946 6.03073C0.384946 2.85527 2.5848 0.699951 6.76644 0.699951H10.929V17.1678L10.9328 17.1717Z" fill="%23FC3F1D"/><g clip-path="url(%23clip1_2019_665)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.8783 0.985229C17.6513 0.985229 17.4291 1.05016 17.2378 1.17237C17.049 1.29301 16.8981 1.4645 16.8025 1.66703L14.9866 5.33324C14.983 5.34044 14.9796 5.34772 14.9763 5.35507C14.9755 5.35689 14.9742 5.35848 14.9726 5.35966C14.971 5.36084 14.9691 5.36158 14.9671 5.3618C14.9602 5.36257 14.9532 5.36347 14.9463 5.3645L10.9478 5.95686C10.7268 5.97836 10.516 6.06129 10.3395 6.19649C10.1569 6.3364 10.0187 6.52626 9.94178 6.74308C9.86484 6.9599 9.85243 7.19438 9.90604 7.41813C9.95945 7.64099 10.0761 7.84367 10.2419 8.00181L13.1688 10.8258L13.1755 10.8321C13.1797 10.8361 13.1828 10.8409 13.1846 10.8464C13.1864 10.8518 13.1868 10.8576 13.1858 10.8632L13.1852 10.867L12.4877 14.9487C12.4494 15.17 12.4737 15.3985 12.5581 15.6065C12.6426 15.8149 12.784 15.9953 12.966 16.1273C13.148 16.2592 13.3635 16.3374 13.5877 16.353C13.8116 16.3685 14.0353 16.321 14.2335 16.216L14.2347 16.2154L17.8373 14.3114C17.8503 14.3058 17.8642 14.3028 17.8783 14.3028C17.8925 14.3028 17.9064 14.3058 17.9194 14.3114L21.5219 16.2154C21.7202 16.3207 21.9449 16.3686 22.1689 16.353C22.3932 16.3374 22.6086 16.2592 22.7907 16.1273C22.9727 15.9953 23.114 15.8149 23.1986 15.6065C23.283 15.3985 23.3074 15.1711 23.2692 14.95L23.2689 14.9487L22.5715 10.867L22.5708 10.8632C22.5698 10.8576 22.5702 10.8518 22.5721 10.8464C22.5738 10.841 22.577 10.8361 22.5811 10.8321L22.5879 10.8258L25.5148 8.00177C25.6805 7.84363 25.7972 7.64097 25.8506 7.41813C25.9042 7.19438 25.8918 6.9599 25.8148 6.74308C25.738 6.52626 25.5998 6.3364 25.4171 6.19649C25.2406 6.06129 25.0299 5.97836 24.8089 5.95686L20.8104 5.3645C20.8034 5.36347 20.7965 5.36257 20.7895 5.3618C20.7875 5.36158 20.7856 5.36084 20.784 5.35966C20.7824 5.35848 20.7811 5.35689 20.7803 5.35507C20.7771 5.34772 20.7737 5.34044 20.7701 5.33324L18.9541 1.66701C18.8585 1.46449 18.7076 1.29301 18.5188 1.17237C18.3275 1.05016 18.1053 0.985229 17.8783 0.985229Z" fill="%23F8AA01"/></g></g><defs><clipPath id="clip0_2019_665"><rect width="26" height="18" fill="white"/></clipPath><clipPath id="clip1_2019_665"><rect width="12.258" height="15.7603" fill="white" transform="translate(13.6492 0.650024)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tag-yandex-rating {
  font-size: 18px;
  font-weight: 600;
}
.tag-yandex-value {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #DBDBDB;
  font-size: 13px;
  font-weight: normal;
}

.tag-checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  color: #57758D;
  transition: color 0.3s ease;
}
.tag-checkmark::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2024_676)"><path d="M16.7087 8.99963C16.7086 4.74259 13.2568 1.29163 8.99976 1.29163C4.74282 1.2918 1.29192 4.74269 1.29175 8.99963C1.29175 13.2567 4.74271 16.7084 8.99976 16.7086C13.2569 16.7086 16.7087 13.2568 16.7087 8.99963ZM17.9587 8.99963C17.9587 13.9471 13.9473 17.9586 8.99976 17.9586C4.05235 17.9584 0.041748 13.947 0.041748 8.99963C0.0419238 4.05234 4.05246 0.0418017 8.99976 0.041626C13.9472 0.041626 17.9586 4.05223 17.9587 8.99963Z" fill="%23332E70"/><path d="M11.4751 6.47432C11.7191 6.23062 12.1149 6.23051 12.3588 6.47432C12.6029 6.7184 12.6029 7.11501 12.3588 7.35908L8.19185 11.5251C7.94777 11.7692 7.55214 11.7692 7.30806 11.5251L5.64107 9.85908C5.39699 9.61501 5.39699 9.2184 5.64107 8.97432C5.88514 8.73024 6.28175 8.73024 6.52583 8.97432L7.74946 10.1989L11.4751 6.47432Z" fill="%234EA3E9"/></g><defs><clipPath id="clip0_2024_676"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.tag-checkmark::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 1px));
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2024_676)"><path d="M16.7087 8.99963C16.7086 4.74259 13.2568 1.29163 8.99976 1.29163C4.74282 1.2918 1.29192 4.74269 1.29175 8.99963C1.29175 13.2567 4.74271 16.7084 8.99976 16.7086C13.2569 16.7086 16.7087 13.2568 16.7087 8.99963ZM17.9587 8.99963C17.9587 13.9471 13.9473 17.9586 8.99976 17.9586C4.05235 17.9584 0.041748 13.947 0.041748 8.99963C0.0419238 4.05234 4.05246 0.0418017 8.99976 0.041626C13.9472 0.041626 17.9586 4.05223 17.9587 8.99963Z" fill="white"/><path d="M11.4751 6.47432C11.7191 6.23062 12.1149 6.23051 12.3588 6.47432C12.6029 6.7184 12.6029 7.11501 12.3588 7.35908L8.19185 11.5251C7.94777 11.7692 7.55214 11.7692 7.30806 11.5251L5.64107 9.85908C5.39699 9.61501 5.39699 9.2184 5.64107 8.97432C5.88514 8.73024 6.28175 8.73024 6.52583 8.97432L7.74946 10.1989L11.4751 6.47432Z" fill="white"/></g><defs><clipPath id="clip0_2024_676"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 576px) {
  .tag-checkmark {
    font-size: 13px;
  }
  .tag-checkmark::before {
    width: 16px;
    height: 16px;
  }
  .tag-checkmark::after {
    width: 16px;
    height: 16px;
  }
}
/***** SECTIONS GLOBAL (Widgets) *****/
.hero {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.hero-swiper {
  width: 1880px;
  max-width: calc(100% - var(--container-offset) * 2);
  border-radius: 20px;
}
.hero-swiper .swiper-wrapper {
  border-radius: 20px;
}
.hero-swiper-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1880px;
  max-width: calc(100% - var(--container-offset) * 2);
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  pointer-events: none;
  z-index: 100;
}
.hero-swiper-nav .swiper-prev, .hero-swiper-nav .swiper-next {
  color: #A7D7FF !important;
  pointer-events: all;
}
.hero-swiper-nav .swiper-prev:hover, .hero-swiper-nav .swiper-next:hover {
  color: var(--white-color) !important;
}
.hero-swiper-nav .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-swiper-nav .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero-swiper-nav .swiper-pagination-bullet:hover, .hero-swiper-nav .swiper-pagination-bullet-active {
  background-color: var(--white-color);
}
.hero-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--white-color);
  width: 100%;
  min-height: 540px;
  padding-right: 90px;
  padding-left: 90px;
  border-radius: 20px;
  background: var(--primary-color);
}
.hero-content {
  position: relative;
  width: 880px;
  padding-top: 48px;
  padding-bottom: 60px;
  z-index: 0;
}
.hero-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.hero-tags .tag-yandex:not(:last-child) {
  margin-right: 20px;
}
.hero-tags .tag-city:not(:last-child) {
  margin-right: 10px;
}
.hero-title {
  margin-bottom: 28px;
}
.hero-benefit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 40px) / 3);
}
.hero-benefits {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 840px;
  max-width: 100%;
}
.hero-benefit:not(:last-child) {
  margin-right: 20px;
}
.hero-benefit img {
  display: block;
  width: 36px;
  height: auto;
  flex-shrink: 0;
  margin-right: 14px;
}
.hero-benefit p {
  font-size: 18px;
}
.hero-price {
  margin-top: 32px;
  font-size: 32px;
}
.hero-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
  margin-top: 28px;
}
.hero-creative {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 80px;
  width: 900px;
  height: 100%;
  z-index: 0;
}
.hero-creative .circles-container {
  position: absolute;
  width: 900px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: -2;
}
.hero-creative .circle {
  position: absolute;
  border: 1px solid #3D8DCE;
  border-radius: 50%;
  background: transparent;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: expandDisappear 5s ease-out infinite;
}
.hero-creative .circle-1 {
  animation-delay: 0s;
}
.hero-creative .circle-2 {
  animation-delay: 1s;
}
.hero-creative .circle-3 {
  animation-delay: 2s;
}
.hero-creative .circle-4 {
  animation-delay: 3s;
}
.hero-creative .circle-5 {
  animation-delay: 4s;
}
@keyframes expandDisappear {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
    border-width: 1px;
  }
  20% {
    opacity: 1;
    border-width: 1px;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    width: 900px;
    height: 900px;
    opacity: 0;
    border-width: 0.5px;
  }
}
.hero-image {
  max-width: 640px;
  max-height: 90%;
}
.hero-slide-3 .hero-benefit:nth-child(1), .hero-slide-3 .hero-benefit:nth-child(2) {
  width: calc((100% - 40px) / 3 - 20px);
}
.hero-slide-3 .hero-benefit:nth-child(3) {
  width: calc((100% - 40px) / 3 + 40px);
}

@media screen and (max-width: 1800px) {
  .hero-creative {
    right: 40px;
    width: 600px;
  }
  .hero-creative .circles-container {
    width: 600px;
  }
  .hero-image {
    max-width: 520px;
    max-height: 80%;
  }
}
@media screen and (max-width: 1599px) {
  .hero-creative {
    width: 440px;
  }
  .hero-creative .circles-container {
    width: 440px;
  }
  .hero-image {
    max-width: 440px;
    max-height: 70%;
  }
  .hero-swiper-nav {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .hero-creative {
    width: 340px;
  }
  .hero-creative .circles-container {
    width: 340px;
  }
  .hero-image {
    max-width: 320px;
    max-height: 60%;
  }
  .hero-benefit {
    width: calc((100% - 20px) / 3) !important;
  }
  .hero-benefits {
    width: 720px;
  }
  .hero-benefit:not(:last-child) {
    margin-right: 10px;
  }
  .hero-benefit p {
    font-size: 16px !important;
  }
  .hero-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hero {
    padding-top: 18px;
  }
  .hero-swiper {
    border-radius: 0;
  }
  .hero-swiper-nav {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: var(--container-offset);
    padding-right: var(--container-offset);
    pointer-events: all;
    margin-top: 14px;
  }
  .hero-swiper-nav .swiper-prev, .hero-swiper-nav .swiper-next {
    color: var(--primary-color) !important;
  }
  .hero-swiper-nav .swiper-prev:hover, .hero-swiper-nav .swiper-next:hover {
    color: var(--primary-color) !important;
  }
  .hero-swiper-nav .swiper-pagination {
    position: static;
    bottom: auto;
  }
  .hero-swiper-nav .swiper-pagination-bullet {
    background-color: rgba(78, 163, 233, 0.8);
  }
  .hero-swiper-nav .swiper-pagination-bullet:hover, .hero-swiper-nav .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
  }
  .hero-swiper .swiper-wrapper {
    border-radius: 0;
  }
  .hero-slide {
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .hero-tags {
    display: none;
  }
  .hero-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-benefit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20px) / 3) !important;
  }
  .hero-benefits {
    justify-content: center;
    width: 100%;
    max-width: 630px;
  }
  .hero-benefit:not(:last-child) {
    margin-right: 10px;
  }
  .hero-benefit img {
    width: 28px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .hero-benefit p {
    font-size: 15px !important;
    text-align: center;
  }
  .hero-price {
    margin-top: 24px;
    font-size: 24px;
  }
  .hero-buttons {
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
  }
  .hero-creative {
    position: static;
    width: 100%;
    height: 320px;
    pointer-events: none;
    z-index: -1;
  }
  .hero-creative .circles-container {
    width: 400px;
    height: 400px;
  }
  .hero-image {
    top: auto;
    bottom: 0;
    max-width: 340px;
    max-height: 340px;
  }
}
@media screen and (max-width: 576px) {
  .hero-slide {
    min-height: 510px;
    padding-right: 16px;
    padding-left: 16px;
    overflow: hidden;
  }
  .hero-content {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .hero-title {
    margin-bottom: 16px;
  }
  .hero-benefit {
    width: calc((100% - 8px) / 3) !important;
  }
  .hero-benefits {
    max-width: 100%;
  }
  .hero-benefit:not(:last-child) {
    margin-right: 4px;
  }
  .hero-benefit img {
    width: 24px;
  }
  .hero-benefit p {
    font-size: 8px !important;
  }
  .hero-price {
    margin-top: 18px;
    font-size: 22px;
  }
  .hero-buttons {
    gap: 10px;
    margin-top: 15px;
  }
  .hero-buttons .btn {
    width: calc(50% - 5px);
  }
  .hero-creative {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .hero-creative .circles-container {
    width: 300px;
    height: 300px;
  }
  .hero-image {
    max-width: 80%;
    max-height: 220px;
    margin-bottom: 20px;
  }
}
.services-swiper {
  border-radius: 24px;
}
.services-swiper .swiper-wrapper {
  border-radius: 24px;
}
.services-card {
  width: 100%;
  min-height: 480px;
  height: auto !important;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 40px;
  border-radius: 24px;
  background-color: var(--white-color);
  transition: all 0.3s ease;
  cursor: pointer;
}
.services-card:hover {
  background-color: var(--primary-color);
}
.services-card:hover .services-card-title, .services-card:hover .services-card-title span {
  color: var(--white-color);
}
.services-card:hover .services-card-icon path {
  fill: var(--white-color);
}
.services-card:hover .services-card-tags .tag-checkmark {
  color: var(--white-color);
}
.services-card:hover .services-card-tags .tag-checkmark::before {
  opacity: 0;
}
.services-card:hover .services-card-tags .tag-checkmark::after {
  opacity: 1;
}
.services-card:hover .services-card-features li {
  color: var(--white-color);
}
.services-card:hover .services-card-features li::before {
  color: var(--primary-color);
  background-color: var(--white-color);
}
.services-card:hover .services-card-price, .services-card:hover .services-card-term {
  color: var(--white-color);
}
.services-card:hover .services-card-bottom .btn {
  color: var(--text-color) !important;
  background-color: #EFF4FF;
}
.services-card:hover .services-card-bottom .btn:hover {
  background-color: var(--white-color);
}
.services-card:hover .services-card-bottom .btn:active {
  background-color: #DBE7FF;
}
.services-card:hover .services-card-bottom .p {
  color: var(--white-color);
}
.services-card-discount {
  position: absolute;
  top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 6px 10px;
  height: 28px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: var(--white-color);
  border-radius: 100px;
  background-color: #E9724E;
}
.services-card-discount::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02393 10.1983C6.41017 10.6531 5.83368 11.3626 5.8335 12.296C5.8335 13.0705 6.15958 13.513 6.54932 13.7803C6.96565 14.0658 7.4832 14.1671 7.82275 14.1671C8.09665 14.167 8.52631 14.0725 8.87549 13.7989C9.20208 13.5428 9.50049 13.098 9.50049 12.296C9.50034 11.7937 9.25069 11.4454 8.97607 11.2217C8.88457 11.5373 8.6681 11.8361 8.36475 11.9796C8.20479 12.0551 7.99906 12.0957 7.78369 12.0323C7.56465 11.9677 7.40331 11.8158 7.29834 11.6368C7.14772 11.3799 7.08652 11.0873 7.05811 10.8497C7.02914 10.6072 7.02978 10.3743 7.02979 10.2227C7.02979 10.2128 7.02552 10.2049 7.02393 10.1983ZM8.02979 10.2227C8.02979 10.3792 8.03028 10.5561 8.05127 10.7315C8.05469 10.7601 8.05971 10.7873 8.06396 10.8135C8.17084 10.5684 8.36611 10.378 8.59814 10.2774C8.8422 10.1716 9.14443 10.1595 9.41455 10.3077L9.52783 10.3809L9.70361 10.5264C10.1127 10.8946 10.5004 11.4786 10.5005 12.296C10.5005 13.3899 10.0724 14.1309 9.4917 14.586C8.93379 15.0232 8.27479 15.167 7.82275 15.1671C7.33271 15.1671 6.60458 15.0302 5.98389 14.6046C5.33683 14.1607 4.8335 13.4174 4.8335 12.296C4.83368 10.894 5.71353 9.91456 6.46533 9.36822C6.80717 9.11984 7.21796 9.1276 7.53174 9.31744C7.83458 9.50073 8.02979 9.83976 8.02979 10.2227Z" fill="white"/><path d="M1.5 8.74125C1.5 6.69011 2.58371 5.31023 3.60352 4.53227C4.02807 4.20843 4.53688 4.2031 4.93945 4.42289C5.32871 4.6355 5.60108 5.04519 5.65039 5.52641L5.70801 6.085C5.72999 6.29948 5.83952 6.47768 5.9541 6.5645C6.0079 6.60519 6.05198 6.61797 6.08105 6.62016C6.10555 6.622 6.14364 6.61877 6.2002 6.58207C6.63547 6.29921 6.96604 5.79022 7.18848 5.19145C7.40884 4.5981 7.49999 3.97788 7.5 3.55571V3.33989C7.5 2.69141 7.8298 2.13578 8.32031 1.84086C8.82116 1.53979 9.47245 1.5248 10.0283 1.9268C11.8022 3.20978 13.833 5.49718 13.833 8.74125C13.8329 11.2782 12.7433 12.9099 11.3555 13.8897C9.99344 14.8511 8.37453 15.167 7.28906 15.167C6.31515 15.167 4.8753 14.8443 3.66895 13.8711C2.44132 12.8808 1.50012 11.2516 1.5 8.74125ZM8.5 3.55571C8.49999 4.09475 8.38838 4.83253 8.12598 5.5391C7.86561 6.24017 7.43269 6.97312 6.74512 7.41996C6.25582 7.73795 5.72833 7.64715 5.35156 7.36235C4.9959 7.09336 4.76058 6.65209 4.71289 6.18657L4.65625 5.62797C4.63896 5.46015 4.54756 5.34868 4.45996 5.30082C4.38554 5.26019 4.30433 5.25524 4.20996 5.32719C3.36511 5.97169 2.5 7.0836 2.5 8.74125C2.50012 10.971 3.32098 12.3055 4.29688 13.0928C5.29421 13.8974 6.50003 14.167 7.28906 14.167C8.21843 14.167 9.62202 13.8894 10.7783 13.0733C11.9087 12.2754 12.8329 10.9442 12.833 8.74125C12.833 5.94976 11.0848 3.92588 9.44141 2.73735C9.22498 2.5809 9.00843 2.59303 8.83496 2.69731C8.6513 2.80783 8.5 3.03541 8.5 3.33989V3.55571Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-card-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 48px;
  height: auto;
}
.services-card-icon path {
  transition: fill 0.3s ease;
}
.services-card-title {
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.services-card-title span {
  display: block;
  color: #2C80C5;
  transition: color 0.3s ease;
}
.services-card-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px 10px;
  margin-bottom: 16px;
}
.services-card-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
.services-card-features li {
  position: relative;
  padding-left: 24px;
  transition: color 0.3s ease;
}
.services-card-features li:not(:last-child) {
  margin-bottom: 6px;
}
.services-card-features li::before {
  content: "\e903";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-52%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  width: 18px;
  height: 18px;
  font-family: "icomoon" !important;
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 16px;
  line-height: 1;
  color: var(--white-color);
  border-radius: 5px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}
.services-card-price {
  margin-bottom: 8px;
  color: var(--secondary-color);
  transition: color 0.3s ease;
}
.services-card-term {
  margin-bottom: 24px;
  color: var(--secondary-color);
  transition: color 0.3s ease;
}
.services-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
}
.services-card-bottom .btn {
  width: 100%;
}
.services-card-bottom .btn:not(:last-child) {
  margin-bottom: 10px;
}
.services-card-bottom .p {
  font-size: 13px;
  color: #57758D;
}
.services-card-3 .services-card-discount {
  left: 223px;
}

@media screen and (max-width: 1199px) {
  .services-card {
    min-height: 440px;
    padding: 32px;
  }
  .services-card-discount {
    top: 30px;
    padding: 6px 10px;
    height: 28px;
    font-size: 13px;
  }
  .services-card-discount::before {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .services-card-icon {
    top: 32px;
    right: 32px;
    width: 40px;
  }
  .services-card-3 .services-card-discount {
    left: 184px;
  }
}
@media screen and (max-width: 576px) {
  .services-card {
    min-height: 320px;
    padding: 20px;
  }
  .services-card-discount {
    top: 20px;
    padding: 4px 7px;
    height: 22px;
    font-size: 11px;
  }
  .services-card-discount::before {
    margin-right: 3px;
    width: 14px;
    height: 14px;
    margin-top: -1.5px;
  }
  .services-card-icon {
    top: 20px;
    right: 20px;
    width: 36px;
  }
  .services-card-title {
    margin-bottom: 10px;
  }
  .services-card-tags {
    margin-bottom: 15px;
  }
  .services-card-features {
    margin-bottom: 20px;
  }
  .services-card-features li {
    min-height: 20px;
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.4;
  }
  .services-card-features li:not(:last-child) {
    margin-bottom: 10px;
  }
  .services-card-features li::before {
    transform: translateY(-57%);
  }
  .services-card-price {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .services-card-term {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .services-card-bottom .p {
    font-size: 10px;
  }
  .services-card-3 .services-card-discount {
    left: 172px;
  }
}
.projects .section-heading {
  margin-bottom: 24px;
}
.projects-swiper {
  border-radius: 10px;
}
.projects-swiper .swiper-wrapper {
  border-radius: 10px;
}
.projects-card {
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}
.projects-card-logo {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--white-color);
  z-index: 1;
}
.projects-card-poster {
  margin-top: -20px;
  width: 100%;
  height: auto;
  aspect-ratio: 685/383;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}
.projects-card-title {
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  transition: color 0.3s ease;
}
.projects-card:hover .projects-card-title {
  color: var(--primary-color);
}

.clients-swiper-container {
  margin-top: 40px;
}
.clients-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
}
.clients-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
  filter: saturate(0);
  -webkit-filter: saturate(0);
  transition: all 0.3s ease;
}
.clients-card img:hover {
  opacity: 1;
  filter: saturate(1);
  -webkit-filter: saturate(1);
}

@media screen and (max-width: 1199px) {
  .projects .section-heading {
    margin-bottom: 20px;
  }
  .projects-card-logo {
    width: 56px;
    height: 56px;
  }
  .projects-card-poster {
    margin-top: -28px;
  }
  .projects-card-title {
    margin-top: 16px;
    font-size: 16px;
  }
  .clients-swiper {
    overflow: unset;
  }
  .clients-swiper .swiper-wrapper {
    overflow: unset;
  }
  .clients-swiper-container {
    margin-top: 30px;
  }
  .clients-swiper-container .swiper-nav {
    display: none;
  }
  .clients-card {
    width: 100px;
    flex-shrink: 0;
  }
  .clients-card.swiper-slide-active img {
    opacity: 1;
    filter: saturate(1);
    -webkit-filter: saturate(1);
  }
}
@media screen and (max-width: 576px) {
  .projects-card-title {
    font-size: 14px;
  }
  .clients-card {
    width: 80px;
  }
}
.steps-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
}
.steps-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 22px 21px 22px;
  border-radius: 24px;
  background-color: var(--white-color);
  transition: all 0.3s ease;
}
.steps-card::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 34px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary-color);
}
.steps-card::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 35px;
  width: calc(100% + 24px);
  height: 1px;
  border: 1px dashed var(--primary-color);
}
.steps-card:last-child::after {
  display: none;
}
.steps-card-icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.steps-card-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
}
.steps-card-term {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  color: #687192;
}
.steps-card-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .steps-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding-top: 0;
    padding-left: 27px;
  }
  .steps-card {
    padding: 20px;
    border-radius: 20px;
  }
  .steps-card::before {
    top: 32px;
    left: -27px;
    width: 12px;
    height: 12px;
  }
  .steps-card::after {
    top: 33px;
    left: -22px;
    width: 1px;
    height: calc(100% + 10px);
  }
}
@media screen and (max-width: 576px) {
  .steps-card {
    padding-left: 65px;
  }
  .steps-card::before {
    top: 29px;
  }
  .steps-card::after {
    top: 30px;
  }
  .steps-card-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
  .steps-card-term {
    font-size: 14px;
  }
  .steps-card-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .steps-card-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .steps-card-term {
    margin-bottom: 5px;
  }
}
.reviews-swiper {
  border-radius: 20px;
}
.reviews-swiper .swiper-wrapper {
  border-radius: 20px;
}
.reviews-card {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--white-color);
}
.reviews-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
}
.reviews-card-name {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.reviews-card-rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 5px;
  flex-shrink: 0;
}
.reviews-card-rating i {
  font-size: 15px;
  color: #F8AA01;
}
.reviews-card-rating span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.reviews-card-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews-card-text:not(:last-child) {
  margin-bottom: 12px;
}
.reviews-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
}
.reviews-card-link::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  width: 22px;
  height: 26px;
  background-image: url('data:image/svg+xml,<svg width="22" height="26" viewBox="0 0 22 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2029_521)"><path d="M21.4078 10.9089C21.4078 4.99262 16.4716 0.228875 10.4928 0.512C5.25595 0.760125 0.929074 5.02325 0.609699 10.2564C0.372199 14.1589 2.28532 17.6332 5.2772 19.6057C7.25595 20.9101 8.9272 22.6301 10.1122 24.6826L10.3891 25.162C10.4485 25.2648 10.5339 25.3501 10.6368 25.4094C10.7396 25.4688 10.8563 25.5 10.975 25.5C11.0937 25.5 11.2104 25.4688 11.3132 25.4094C11.4161 25.3501 11.5015 25.2648 11.5609 25.162L11.8109 24.7295C12.9722 22.717 14.5609 20.9626 16.5284 19.727C19.4597 17.8864 21.4078 14.6257 21.4078 10.9089Z" fill="url(%23paint0_linear_2029_521)"/><path d="M11 16.5342C14.1066 16.5342 16.625 14.0158 16.625 10.9092C16.625 7.80258 14.1066 5.28418 11 5.28418C7.8934 5.28418 5.375 7.80258 5.375 10.9092C5.375 14.0158 7.8934 16.5342 11 16.5342Z" fill="url(%23paint1_linear_2029_521)"/><path d="M11.0019 15.0057C13.2638 15.0057 15.0975 13.172 15.0975 10.9101C15.0975 8.64813 13.2638 6.81445 11.0019 6.81445C8.73992 6.81445 6.90625 8.64813 6.90625 10.9101C6.90625 13.172 8.73992 15.0057 11.0019 15.0057Z" fill="%23FFEBED"/></g><defs><linearGradient id="paint0_linear_2029_521" x1="0.589844" y1="0.5" x2="21.4078" y2="0.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF6B69"/><stop offset="1" stop-color="%23FF1036"/></linearGradient><linearGradient id="paint1_linear_2029_521" x1="14.9756" y1="14.6917" x2="7.32125" y2="7.40855" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF6B69"/><stop offset="1" stop-color="%23FF1036"/></linearGradient><clipPath id="clip0_2029_521"><rect width="22" height="26" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.reviews-card-link span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: var(--primary-color);
  transition: color 0.3s ease;
}
.reviews-card-link:hover span {
  text-decoration: underline;
  color: #3D8DCE;
}

@media screen and (max-width: 576px) {
  .reviews-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .reviews-card-head {
    margin-bottom: 10px;
  }
  .reviews-card-name {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1.3;
  }
  .reviews-card-rating {
    gap: 4px;
  }
  .reviews-card-rating i {
    font-size: 14px;
  }
  .reviews-card-rating span {
    font-size: 16px;
    line-height: 1.3;
  }
  .reviews-card-text {
    font-size: 14px;
    line-height: 1.4;
  }
  .reviews-card-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .reviews-card-link::before {
    width: 20px;
    height: 23px;
  }
  .reviews-card-link span {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374px) {
  .reviews-card-head {
    margin-bottom: 8px;
  }
  .reviews-card-name {
    font-size: 15px;
  }
  .reviews-card-rating span {
    font-size: 15px;
  }
  .reviews-card-text {
    font-size: 13px;
  }
  .reviews-card-link::before {
    width: 18px;
    height: 20px;
  }
  .reviews-card-link span {
    font-size: 13px;
  }
}