@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  overflow-y: initial;
  font-variant: lining-nums;
}

/* p:not(:last-child) {
  margin-bottom: 18px;
} */

ul:not(:last-child) {
  margin-bottom: 18px;
}

ul li:not(:last-child) {
  margin-bottom: 5px;
}

html {
  overflow-x: initial;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #3b3b3b;
  background-color: #fafafa;
}

address {
  font-style: normal;
}

input:focus {
  outline: none !important;
}

ul {
  padding-left: 20px;
}

ol {
  padding-left: 20px;
}

input:focus {
  outline: none;
}

.container {
  width: 1366px;
  margin: 0 auto;
}

.header {
  background-color: #fafafa;
}

.header_inner {
  display: flex;
  justify-content: center;
  position: relative;
  height: 77px;
  background-image: url("../img/nav.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.header_nav {
  display: flex;
  gap: 55px;
  align-items: center;
  list-style: none;
}

.logo_link {
  position: absolute;
  bottom: 9px;
  left: 0;
}

.nav_link a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.main_screen_inner {
  height: 1296px;
}

.main_screen_title {
  font-weight: 500;
  font-size: 76px;
  line-height: 116%;
  position: relative;
  max-width: 840px;
  margin-top: 175px;
  margin-bottom: 69px;
  letter-spacing: 0.02em;
}

.main_screen_title:after {
  content: "";
  position: absolute;
  bottom: 16.5px;
  right: -15px;
  width: 16.5px;
  height: 16.5px;
  background-color: #22c9b1;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  to {
    transform: scale(0.8);
  }
}

.main_screen {
  overflow: hidden;
}

.services_list {
  list-style-type: none;
  padding-left: 37px;
}

.services_item {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  position: relative;
}

.services_item:before {
  content: "";
  position: absolute;
  bottom: 4.5px;
  left: -30px;
  width: 16.5px;
  height: 16.5px;
  background-color: #3b3b3b;
  border-radius: 50%;
}

.services_item:not(:last-child) {
  margin-bottom: 20px;
}

.imgs_wrap {
  position: relative;
  width: 320px;
  margin: auto;
}

.main_screen_pic {
  position: absolute;
  max-width: none;
  z-index: -1;
}

.main_screen_pic.chart {
  top: -305px;
  left: -954px;
}

.main_screen_pic.cta {
  top: -289px;
  left: 42px;
}

.main_screen_pic.diagram {
  top: 68px;
  left: -259px;
}

.main_screen_pic.dates {
  top: 272px;
  left: -479px;
}

.main_screen_pic.course {
  top: 85px;
  left: 473px;
}

.main_screen_pic.followers {
  top: -427px;
  left: 591px;
}

.section_title {
  font-weight: 600;
  font-size: 42px;
  line-height: 138%;
  letter-spacing: 0.02em;
  color: #21a038;
}

.services_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.services_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services_top_inner {
  display: flex;
  gap: 90px;
}

.services_top_item span {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.02em;
}

.services_top_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  justify-content: space-between;
}

.services_top_item img {
  align-items: center;
}

.services_top_item span {
  text-align: center;
}

/* .services_top_inner .services_top_item:first-child img {
    margin-bottom: 26px;
}

.services_top_inner .services_top_item:last-child img {
    margin-bottom: 68px;
}

.services_bottom_inner .services_top_item:first-child img {
    margin-bottom: 37px;
} */

.services_bottom_inner .services_top_item:last-child img {
  margin-top: 25px;
}

.services_bottom_inner {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.services_desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 178%;
  letter-spacing: 0.02em;
}

.services {
  margin-bottom: 180px;
}

.services_bottom {
  display: flex;
  justify-content: space-between;
}

.services_desc {
  padding: 71px 0 71px 56px;
  background-color: #ffffff;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 25px 0 0 25px;
  max-width: 626px;
  position: relative;
}

.services_main .services_desc {
  padding: 71px 46px;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  max-width: 528px;
  position: relative;
}

.services_desc:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.07);
  border-radius: 0 25px 25px 0;
}

.services_main .services_desc:after {
  display: none !important;
}

.services_desc:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: -1;
  background-color: #22c9b1;
  top: -45px;
  left: 219px;

  animation: move 6s ease-in-out infinite;
  animation-direction: alternate;
}

@keyframes move {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50px);
  }

  0% {
    transform: translateX(0);
  }
}

/* .services_desc:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.07);
    border-radius: 0 25px 25px 0;
} */

.section_link {
  text-decoration: none;
  display: flex;
}

.section_link:hover svg:nth-child(2) {
  transform: translateX(-10px);
  transition: 0.3s;
}

.section_link:hover svg:nth-child(3) {
  transform: translateX(-36px) rotate(360deg);
  transition: 0.8s;
}

.section_link:hover svg:nth-child(3) {
  transform: translateX(-36px) rotate(360deg);
  transition: 0.8s;
}

.footer_col,
.sub-menu {
  list-style: none;
}

.footer_col .section_link:hover .section_link_inner svg:nth-child(2) {
  transform: translateX(-10px);
  transition: 0.3s;
}

.footer_col .section_link:hover svg:last-child {
  transform: translateX(-63px) rotate(360deg);
  transition: 0.8s;
}

.faq_form_sec .section_link:hover .section_link_inner svg:nth-child(2) {
  transform: translateX(-10px);
  transition: 0.3s;
}

.faq_form_sec .section_link:hover svg:last-child {
  transform: translateX(-63px) rotate(360deg);
  transition: 0.8s;
}

.section_link__service svg:last-child {
  cursor: pointer;
}

.section_link span {
  width: 238px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 108%;
  letter-spacing: 0.02em;
  background-color: #22c9b1;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 118.32px;
  color: #ffffff;
  margin-right: 8px;
}

.section_link > a:first-child {
  width: 238px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 108%;
  letter-spacing: 0.02em;
  background-color: #22c9b1;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 118.32px;
  color: #ffffff;
  margin-right: 8px;
}

.section_link svg:nth-child(2) {
  margin-right: 25px;
  transition: 0.3s;
}

.section_link svg:nth-child(3) {
  transition: 0.8s;
}

.advantages .section_title {
  color: #3b3b3b;
  margin-bottom: 76px;
}

.advantages_text {
  max-width: 500px;
  margin-bottom: 53px;
}

.advantages_grid {
  display: grid;
  grid-template-columns: repeat(2, 270px);
  gap: 30px;
}

.advantages_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 270px;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  background-color: #fff;
  padding: 42px 25px 42px 25px;
}

.advantages_item:nth-child(3) {
  padding-top: 63px;
}

.advantages_item:first-child {
  background-color: #46d961;
}

.advantages_item img {
  align-self: center;
}

.advantages_item span {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  letter-spacing: 0.02em;
}

.advantages_item:first-child span {
  color: #fff;
}

.advantages_inner {
  display: flex;
  justify-content: space-between;
}

.advantages {
  margin-bottom: 180px;
}

.faq_title span {
  font-weight: 600;
  font-size: 42px;
  line-height: 138%;
  letter-spacing: 0.02em;
}

.faq_title span:nth-child(2) {
  color: #22c9b1;
}

.section_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  gap: 30px;
  flex-wrap: wrap;
}

.section_header a {
  transition: 0.8s;
}

.section_header a:hover {
  transform: rotate(360deg);
  transition: 0.8s;
}

.accordion-item p::first-letter {
  padding-left: 20px;
}

.accordion .accordion-item {
  margin: 0 0 24px 0;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 13.78px;
}

.accordion .ui-accordion-header {
  padding: 23px 52px 9px 31px;
  cursor: pointer;
  outline: none;
  position: relative;
  font-size: 20px;
  line-height: 178%;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  border-radius: 13.78px;
}

.accordion .ui-accordion-header-icon {
  content: "";
  position: absolute;
  top: 27px;
  right: 25px;
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url("/extore/frontend/themes/toktak/img/arr_down.svg") 50% 50%
    no-repeat;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
  background-image: url("/extore/frontend/themes/toktak/img/arr_up.svg");
}

.accordion .ui-accordion-content {
  padding: 28px 20px 28px 31px;
}

.ui-accordion-content p {
  position: relative;
}

.ui-accordion-content p:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #22c9b1;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.faq {
  margin-bottom: 180px;
}

.reviews .section_title {
  color: #3b3b3b;
}

.container_lg {
  max-width: 1352px;
  margin: 0 auto;
}

.slider_wrapper {
  background-image: url("../img/999.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 30px;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.04);
  border-radius: 23px;
}

.reviews_txt {
  font-size: 20px;
  line-height: 178%;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 25px;
}

.reviews_author img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.reviews_author span {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0.02em;
}

.reviews_author {
  display: flex;
  gap: 37px;
  align-items: center;
}

.reviews_card {
  min-height: 446px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 49px 100px;
  justify-content: space-between;
}

.swiper-pagination {
  top: 40px;
  height: 30px;
}

.reviews-paggination-bullet {
  width: 16px;
  height: 16px;
}

.reviews-paggination-bullet-active {
  position: relative;
  top: 6px;
  width: 26px;
  height: 26px;
  background-image: url("../img/heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0;
}

.reviews_date {
  font-size: 20px;
  line-height: 178%;
  color: #21a038;
  margin-bottom: 25px;
}

.reviews {
  margin-bottom: 180px;
}

.partners .section_title {
  color: #3b3b3b;
}

.partners .section_header {
  margin-bottom: 90px;
}

.partners_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px;
}

.partners_logo {
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.2;
  transition: 0.4s;
}

.partners_logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.4s;
}

.partners {
  margin-bottom: 180px;
}

.contacts {
  height: 594px;
  max-width: 1920px;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 100%;
}

ymaps canvas {
  filter: grayscale(1);
}

.contacts {
  margin-bottom: 180px;
}

.map-layer {
  position: relative;
}

.map_address_wrp {
  width: 100%;
  position: relative;
}

.map_address {
  position: absolute;
  width: 696px;
  padding: 54px 80px 60px 50px;
  background-color: #ffffff;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 23px;
  bottom: -50px;
  right: -76px;
}

.contacts_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 138%;
  margin-bottom: 88px;
  text-align: center;
}

.contacts {
  position: relative;
}

.contacts_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 104px;
}

.phone_group {
  display: flex;
  flex-direction: column;
}

.phone_group span {
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  color: #21a038;
  margin-bottom: 18px;
}

.phone_group a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 24px;
}

.phone_group a:nth-child(3) {
  margin-top: 12px;
}

.form_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: #21a038;
  text-align: center;
  margin-bottom: 88px;
}

.form_input {
  background-color: #ffffff;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 118.32px;
  width: 268px;
  height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.form_input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding-left: 45px;
}

.inputs_group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 31px;
}

.form_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #22c9b1;
  width: 268px;
  height: 40px;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 118.32px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
}

.form_button svg:nth-child(2) {
  margin-right: 53px;
}

.form_button {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form_button_inner {
  display: flex;
}

.form_button:hover .form_button_inner svg:nth-child(2) {
  transform: translateX(-20px);
  transition: 0.3s;
}

.form_button:hover .form_button_inner svg:nth-child(3) {
  transform: translateX(-73px);
  transition: 0.6s;
}

.form_button:hover img {
  transform: translateX(-178px) rotate(360deg);
  transition: 0.8s;
}

.modal .form_button:hover > svg:last-child {
  transform: translateX(-126px) rotate(360deg);
  transition: 0.8s;
}

.form_button .form_button_inner svg:nth-child(2) {
  transition: 0.3s;
}

.form_button .form_button_inner svg:nth-child(3) {
  transition: 0.6s;
}

.form_button img {
  transition: 0.8s;
}

.seo_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  margin-bottom: 28px;
}

.about_company {
  margin-bottom: 60px;
}

.about_company .section_title {
  color: #3b3b3b;
  margin-bottom: 40px;
}

.expirience ul {
  padding-left: 70px;
  list-style-type: none;
}

.expirience ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  position: relative;
}

.expirience ul {
  padding-left: 70px;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 25px;
}

.expirience ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  position: relative;
}

.expirience ul li:not(:last-child) {
  margin-bottom: 25px;
}

.expirience ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 7px;
  height: 7px;
  background-color: #22c9b1;
  border-radius: 50%;
}

.seo {
  margin-bottom: 180px;
}

.about_company ul {
  padding-left: 70px;
  list-style-type: none;
}

.about_company ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  position: relative;
}

.about_company ul li:not(:last-child) {
  margin-bottom: 20px;
}

.about_company ul {
  padding-left: 70px;
  list-style-type: none;
}

.about_company ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  position: relative;
}

.about_company ul li:not(:last-child) {
  margin-bottom: 20px;
}

.about_company ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -14px;
  width: 7px;
  height: 7px;
  background-color: #22c9b1;
  border-radius: 50%;
}

.footer {
  padding-top: 92px;
  padding-bottom: 40px;
  background-image: url("../img/footer.png");
  background-position: top center;
  background-repeat: no-repeat;
}

.footer_col .phone_group {
  margin-bottom: 15px;
}

.footer_col .phone_group a {
  color: #fff;
}

.footer_col .phone_group a:first-child {
  margin-bottom: 12px;
}

.footer_col .mail_group a {
  font-size: 20px;
  line-height: 178%;
  color: #ffffff;
  color: #fff;
  text-decoration: none;
}

.footer_link a {
  display: block;
}

.logo_link_footer {
  text-decoration: none;
  margin-bottom: 32px;
  display: block;
}

.footer_col:nth-child(2) .footer_link a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  color: #ffffff;
  display: block;
}

.footer_col:nth-child(3) .sub-menu {
  margin: 0;
  padding: 0;
}

.footer_col:nth-child(3) .footer_link a {
  text-decoration: none;
  display: block;
}

.footer_col:nth-child(3) .footer_link:first-child a {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer_col:nth-child(2) .footer_link:not(:last-child) a {
  margin-bottom: 16px;
}

.footer_col:nth-child(3) .sub-menu .footer_link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 108%;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer_col:nth-child(3) .sub-menu .footer_link:not(:last-child) a {
  margin-bottom: 22px;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
}

.footer_form .form_input {
  width: 168px;
  background-color: rgba(217, 217, 217, 0.3);
}

.footer_form .form_input::placeholder {
  padding-left: 0;
  color: #3b3b3b;
}

.footer_form {
  width: 368px;
}

.footer_form .section_link {
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
}

.footer_form .section_link span {
  width: 203px;
  background-color: #3b3b3b;
}

.footer_form_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  color: #ffffff;
  margin-bottom: 63px;
}

.section_link_inner {
  display: flex;
}

.footer_copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  color: #ffffff;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-wrapper {
  z-index: 99;
}

.fixed-page {
  overflow: hidden;
}

.breadcrumbs {
  padding-top: 44px;
  padding-bottom: 30px;
}

#breadcrumbs {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  gap: 24px;
}

#breadcrumbs li:not(:last-child) a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
  color: #3b3b3b;
  text-decoration: none;
}

#breadcrumbs li:last-child a {
  position: relative;
  font-style: normal;
  color: #22c9b1;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 178%;
}

#breadcrumbs li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  width: 5px;
  height: 5px;
  background-color: #22c9b1;
  border-radius: 50%;
}

.page_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  margin-bottom: 60px;
}

.page_img {
  width: 470px;
  height: 470px;
  border-radius: 10px;
}

.page_content_inner {
  display: flex;
  gap: 100px;
  margin-bottom: 116px;
}

.page_img_wrp {
  flex-shrink: 0;
  position: relative;
}

.page_img_wrp:before {
  content: "";
  position: absolute;
  width: 916px;
  height: 530px;
  top: -32px;
  left: -32px;
  background-image: url("../img/page_bg.png");
  border-radius: 25px;
  z-index: -1;
  animation: move 6s ease-in-out infinite;
  animation-direction: alternate;
}

.expirience_title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 73px;
}

.expirience_inner {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.page_content {
  margin-bottom: 180px;
}

.reviews_abous_us {
  margin-bottom: 97px;
}

.page_content_wrapper {
  overflow: hidden;
}

.faq_block {
  display: flex;
  background-color: #21a038;
  border-radius: 0 20px 20px 0;
  padding-top: 76px;
  padding-bottom: 75px;
  gap: 112px;
  position: relative;
  padding-right: 78px;
}

.faq_block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -308px;
  width: 308px;
  height: 100%;
  background-color: #21a038;
  border-radius: 20px 0 0 20px;
}

.faq_block span {
  font-weight: 600;
  font-size: 42px;
  line-height: 138%;
  color: #ffffff;
}

.faq_form_sec {
  display: flex;
  align-items: center;
  margin-top: 130px;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.faq_block img {
  align-self: center;
}

.faq_form .footer_form_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  color: #3b3b3b;
  margin-bottom: 52px;
}

.faq_form .section_link_inner span {
  background-color: #22c9b1;
}

.page_content_faq {
  margin-bottom: 40px;
}

.reviews_row .reviews_card {
  background-color: #ffffff;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.04);
  border-radius: 23px;
  padding: 39px 100px;
  height: auto;
  min-height: 375px;
}

.reviews_row .reviews_card:not(:last-child) {
  margin-bottom: 30px;
}

.page_content_wrapper_visible {
  overflow: visible;
}

.contacts_visible {
  margin-bottom: 0;
}

.service_card_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0.02em;
  margin-bottom: 33px;
  color: inherit;
  text-decoration: none;
  display: block;
}

.service_card_title:hover {
  color: #008000;
  transition: color 0.3s ease;
}

.service_card_text {
  margin-bottom: 13px;
}

.service_card_text:hover {
  color: #008000;
  transition: color 0.3s ease;
}

.service_card .services_desc {
  max-width: 900px;
}

.service_card .services_desc p {
  max-width: 900px;
  font-size: 16px;
}

.service_card {
  align-items: center;
}

.service_card:nth-child(2) .services_desc:before {
  background-color: #22c9b1;
  top: 35%;
  left: auto;
  right: -48px;
}

.service_card:nth-child(3) .services_desc:before {
  background-color: #46d961;
  top: 35%;
  left: auto;
  right: -48px;
}

.service_card:nth-child(4) .services_desc:before {
  background-color: #22c9b1;
  top: 35%;
}

.service_card:first-child .services_desc:before {
  background-color: #21a038;
  top: 35%;
}

.page_content .services {
  padding-top: 19px;
}

.service_card .section_link {
  justify-content: flex-end;
}

.service_card:not(:last-child) {
  margin-bottom: 68px;
}

.service_wrap .section_link.section_link__service a:first-child {
  width: 238px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 108%;
  letter-spacing: 0.02em;
  box-shadow: 0px 4.75666px 63.0257px rgb(0 0 0 / 7%);
  border-radius: 118.32px;
  color: #ffffff;
  margin-right: 8px;
  text-decoration: none;
}

.service_wrap:nth-child(odd) .section_link.section_link__service a:first-child {
  background-color: #46d961;
}

.service_wrap:nth-child(even)
  .section_link.section_link__service
  a:first-child {
  background-color: #22c9b1;
}

.service_wrap:nth-child(even)
  .section_link.section_link__service
  svg:nth-child(2) {
  fill: #22c9b1;
}

.service_wrap:nth-child(even)
  .section_link.section_link__service
  svg:nth-child(3) {
  fill: #22c9b1;
}

.service_wrap:nth-child(odd)
  .section_link.section_link__service
  svg:nth-child(2) {
  fill: #46d961;
}

.service_wrap:nth-child(odd)
  .section_link.section_link__service
  svg:nth-child(3) {
  fill: #46d961;
}

.service_card:nth-child(2) .section_link a:nth-child(2) svg {
  fill: #46d961;
}

.service_card:nth-child(3) .section_link a:first-child {
  background-color: #21a038;
}

.service_card:nth-child(3) .section_link a:nth-child(2) svg {
  fill: #21a038;
}

.service_card:nth-child(4) .section_link a:first-child {
  background-color: #46d961;
}

.service_card:nth-child(4) .section_link a:nth-child(2) svg {
  fill: #46d961;
}

.service_card.service_card_left .services_desc {
  border-radius: 0 25px 25px 0;
  padding-right: 56px;
  padding-left: 0;
}

.service_card.service_card_left .services_desc:after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 1px 5px rgb(0 0 0 / 7%);
  border-radius: 25px 0 0 25px;
}

.modal {
  background-color: #ffffff;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 23.7833px;
  padding: 70px 100px;
}

.modal_subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 178%;
  margin-bottom: 24px;
  text-align: center;
}

.modal_title {
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 138%;
  margin-bottom: 34px;
}

.modal .inputs_group {
  gap: 30px;
}

.form_input.service {
  width: 100%;
  resize: none;
  padding-top: 12px;
  margin-bottom: 31px;
}

.modal .form_button span {
  background-color: #46d961;
}

.modal_thx {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 454px;
  position: relative;
}

.modal_pic {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq_pic {
  -webkit-animation: swing 4s infinite ease-in-out;
  animation-direction: alternate;
}

@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(-3deg) scale(0.9);
  }

  50% {
    -moz-transform: rotate(3deg) scale(1);
  }

  100% {
    -moz-transform: rotate(-3deg) scale(1.1);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-3deg) scale(0.9);
  }

  50% {
    -webkit-transform: rotate(3deg) scale(1);
  }

  100% {
    -webkit-transform: rotate(-3deg) scale(1.1);
  }
}

.faq_form_sec .form_input {
  background-color: rgb(217 217 217 / 53%);
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
}

.page_img {
  margin-bottom: 30px;
}

@media (min-width: 1250px) {
  .vPPWcXJV_0 {
    stroke-dasharray: 2155 2157;
    stroke-dashoffset: 2156;
    animation: vPPWcXJV_draw 6666ms linear 0ms forwards;
  }

  .vPPWcXJV_1 {
    stroke-dasharray: 463 465;
    stroke-dashoffset: 464;
    animation: vPPWcXJV_draw 6666ms linear 114ms forwards;
  }

  .vPPWcXJV_2 {
    stroke-dasharray: 1714 1716;
    stroke-dashoffset: 1715;
    animation: vPPWcXJV_draw 6666ms linear 229ms forwards;
  }

  .vPPWcXJV_3 {
    stroke-dasharray: 192 194;
    stroke-dashoffset: 193;
    animation: vPPWcXJV_draw 6666ms linear 344ms forwards;
  }

  .vPPWcXJV_4 {
    stroke-dasharray: 570 572;
    stroke-dashoffset: 571;
    animation: vPPWcXJV_draw 6666ms linear 459ms forwards;
  }

  .vPPWcXJV_5 {
    stroke-dasharray: 187 189;
    stroke-dashoffset: 188;
    animation: vPPWcXJV_draw 6666ms linear 574ms forwards;
  }

  .vPPWcXJV_6 {
    stroke-dasharray: 570 572;
    stroke-dashoffset: 571;
    animation: vPPWcXJV_draw 6666ms linear 689ms forwards;
  }

  .vPPWcXJV_7 {
    stroke-dasharray: 184 186;
    stroke-dashoffset: 185;
    animation: vPPWcXJV_draw 6666ms linear 804ms forwards;
  }

  .vPPWcXJV_8 {
    stroke-dasharray: 570 572;
    stroke-dashoffset: 571;
    animation: vPPWcXJV_draw 6666ms linear 919ms forwards;
  }

  .vPPWcXJV_9 {
    stroke-dasharray: 241 243;
    stroke-dashoffset: 242;
    animation: vPPWcXJV_draw 6666ms linear 1034ms forwards;
  }

  .vPPWcXJV_10 {
    stroke-dasharray: 215 217;
    stroke-dashoffset: 216;
    animation: vPPWcXJV_draw 6666ms linear 1149ms forwards;
  }

  .vPPWcXJV_11 {
    stroke-dasharray: 242 244;
    stroke-dashoffset: 243;
    animation: vPPWcXJV_draw 6666ms linear 1264ms forwards;
  }

  .vPPWcXJV_12 {
    stroke-dasharray: 244 246;
    stroke-dashoffset: 245;
    animation: vPPWcXJV_draw 6666ms linear 1379ms forwards;
  }

  .vPPWcXJV_13 {
    stroke-dasharray: 245 247;
    stroke-dashoffset: 246;
    animation: vPPWcXJV_draw 6666ms linear 1494ms forwards;
  }

  .vPPWcXJV_14 {
    stroke-dasharray: 243 245;
    stroke-dashoffset: 244;
    animation: vPPWcXJV_draw 6666ms linear 1609ms forwards;
  }

  .vPPWcXJV_15 {
    stroke-dasharray: 58 60;
    stroke-dashoffset: 59;
    animation: vPPWcXJV_draw 6666ms linear 1724ms forwards;
  }

  .vPPWcXJV_16 {
    stroke-dasharray: 570 572;
    stroke-dashoffset: 571;
    animation: vPPWcXJV_draw 6666ms linear 1839ms forwards;
  }

  .vPPWcXJV_17 {
    stroke-dasharray: 661 663;
    stroke-dashoffset: 662;
    animation: vPPWcXJV_draw 6666ms linear 1954ms forwards;
  }

  .vPPWcXJV_18 {
    stroke-dasharray: 645 647;
    stroke-dashoffset: 646;
    animation: vPPWcXJV_draw 6666ms linear 2068ms forwards;
  }

  .vPPWcXJV_19 {
    stroke-dasharray: 75 77;
    stroke-dashoffset: 76;
    animation: vPPWcXJV_draw 6666ms linear 2183ms forwards;
  }

  .vPPWcXJV_20 {
    stroke-dasharray: 38 40;
    stroke-dashoffset: 39;
    animation: vPPWcXJV_draw 6666ms linear 2298ms forwards;
  }

  .vPPWcXJV_21 {
    stroke-dasharray: 75 77;
    stroke-dashoffset: 76;
    animation: vPPWcXJV_draw 6666ms linear 2413ms forwards;
  }

  .vPPWcXJV_22 {
    stroke-dasharray: 38 40;
    stroke-dashoffset: 39;
    animation: vPPWcXJV_draw 6666ms linear 2528ms forwards;
  }

  .vPPWcXJV_23 {
    stroke-dasharray: 463 465;
    stroke-dashoffset: 464;
    animation: vPPWcXJV_draw 6666ms linear 2643ms forwards;
  }

  .vPPWcXJV_24 {
    stroke-dasharray: 71 73;
    stroke-dashoffset: 72;
    animation: vPPWcXJV_draw 6666ms linear 2758ms forwards;
  }

  .vPPWcXJV_25 {
    stroke-dasharray: 34 36;
    stroke-dashoffset: 35;
    animation: vPPWcXJV_draw 6666ms linear 2873ms forwards;
  }

  .vPPWcXJV_26 {
    stroke-dasharray: 34 36;
    stroke-dashoffset: 35;
    animation: vPPWcXJV_draw 6666ms linear 2988ms forwards;
  }

  .vPPWcXJV_27 {
    stroke-dasharray: 585 587;
    stroke-dashoffset: 586;
    animation: vPPWcXJV_draw 6666ms linear 3103ms forwards;
  }

  .vPPWcXJV_28 {
    stroke-dasharray: 569 571;
    stroke-dashoffset: 570;
    animation: vPPWcXJV_draw 6666ms linear 3218ms forwards;
  }

  .vPPWcXJV_29 {
    stroke-dasharray: 2155 2157;
    stroke-dashoffset: 2156;
    animation: vPPWcXJV_draw 6666ms linear 3333ms forwards;
  }

  @keyframes vPPWcXJV_draw {
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes vPPWcXJV_fade {
    0% {
      stroke-opacity: 1;
    }

    97.1830985915493% {
      stroke-opacity: 1;
    }

    100% {
      stroke-opacity: 0;
    }
  }
}

.subservices_list {
  display: flex;
  gap: 50px;
  align-items: center;
}

.service_wrap:not(:last-child) {
  margin-bottom: 140px;
}

.subservices-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 300px;
}

.subservices-item a:first-child {
  margin-bottom: 17px;
  align-self: center;
}

.subservices-item a:first-child img {
  display: block;
  animation-name: scale;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.subservices-item:nth-child(odd) a:first-child img {
  display: block;
  animation-name: scale;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.subservices-item:nth-child(even) a:first-child img {
  display: block;
  animation-name: scale2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes scale {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scale2 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.subservices-item__title {
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  text-align: center;
  letter-spacing: 0.02em;
  color: inherit;
  text-decoration: none;
  flex: 1;
}

.subservices-item__link {
  width: 206px;
  height: 40px;
  background: #46d961;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
  border-radius: 118.32px;
  color: white;
  text-decoration: none;
}

.page_txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #46d961;
}

.page_txt p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  #breadcrumbs {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .subservices_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .subservices-item {
    width: 260px;
  }

  .services_block {
    gap: 40px;
  }

  .reviews_row .reviews_card {
    padding: 39px 39px;
  }

  .container {
    width: 90%;
  }

  .services {
    overflow: hidden;
  }

  .partners_flex {
    justify-content: center;
  }

  .advantages_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    gap: 30px;
    width: 100%;
    justify-content: center;
  }

  .advantages_inner {
    justify-content: center;
  }

  .advantages_inner {
    flex-wrap: wrap;
    gap: 30px;
  }

  .header_inner {
    background-image: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-burger__header {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    cursor: pointer;
    z-index: 11;
  }

  .logo_link {
    position: static;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #21a038;
    margin: 0 auto;
    border-radius: 20px;
  }

  .nav_link {
    color: #21a038;
    display: block;
    font-size: 26px;
    list-style: none;
  }

  .nav_link:not(:last-child) {
    margin-bottom: 28px;
  }

  .header_nav {
    flex-direction: column;
    position: absolute;
    right: -15px;
    top: 12px;
    background: #ffffff;
    box-shadow: 0px 4.75666px 63.0257px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    z-index: 9;
    gap: 0;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    transform: scaleX(0);
    transition: all 0.4s ease;
  }

  .header_nav.open-menu {
    transform: scaleX(1);
    transition: all 0.4s ease;
  }

  .menu-burger__header span {
    top: 16px;
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }

  .menu-burger__header:after {
    bottom: 5px;
  }

  .menu-burger__header:before {
    top: 5px;
  }

  .menu-burger__header.open-menu span {
    opacity: 0;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:before {
    transform: rotate(43deg);
    top: 16px;
    transition: 0.4s;
  }

  .menu-burger__header.open-menu:after {
    transform: rotate(-43deg);
    bottom: 16px;
    transition: 0.4s;
  }

  .services_top {
    flex-wrap: wrap;
    gap: 30px;
  }

  .section_title br {
    display: none;
  }

  .services_bottom {
    flex-wrap: wrap;
    gap: 30px;
  }

  .services_top_inner {
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: space-evenly;
  }

  .services_bottom_inner {
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: space-evenly;
  }

  .map_address {
    right: 0;
  }

  .map_address {
    position: static;
  }

  .contacts {
    height: auto;
  }

  .page_content_inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .expirience_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .footer_top {
    flex-wrap: wrap;
  }

  .footer {
    background-size: cover;
  }

  .page_img {
    max-width: auto;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .advantages_grid {
    grid-template-columns: repeat(auto-fill, 250px);
  }

  .modal {
    width: 100%;
    padding: 30px;
  }

  section {
    margin-bottom: 80px !important;
  }

  .map_address {
    width: 100%;
  }

  .contacts_row {
    flex-wrap: wrap;
  }

  .main_screen_inner {
    height: 1150px;
  }

  .main_screen_title {
    font-size: 48px;
    margin-top: 120px;
  }

  .main_screen_title:after {
    right: 0;
    bottom: 8.5px;
  }

  .section_title {
    font-size: 28px;
  }

  .faq_title span {
    font-size: 28px;
  }

  .partners_flex {
    gap: 30px;
  }

  .accordion .ui-accordion-header {
    font-size: 18px;
    line-height: 135%;
  }

  .services {
    overflow: hidden;
  }

  .services_desc {
    padding: 30px;
  }

  .section_link span {
    width: auto;
    flex: 1;
  }

  .map {
    height: 350px;
  }
}

@media screen and (max-width: 600px) {
  .modal_thx {
    min-width: 100%;
  }

  .advantages_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .modal_title {
    font-size: 32px;
  }

  .form_button {
    justify-content: center;
  }

  .service_card_left {
    flex-direction: column-reverse;
  }

  .faq_block span {
    font-size: 25px;
  }

  .faq_block span br {
    display: none;
  }

  .faq_block {
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
  }

  .partners .section_header {
    margin-bottom: 60px;
  }

  .footer_top {
    gap: 52px;
    justify-content: space-evenly;
  }

  .footer_col:last-child {
    width: 100%;
    margin-top: 50px;
  }

  .footer_form {
    width: 100%;
  }

  .footer_form .form_input {
    width: 100%;
  }

  .form_button span {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about_company_txt ul {
    padding-left: 30px;
  }

  .contacts_title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .form_title {
    margin-bottom: 40px;
  }

  .form_button span {
    width: auto;
  }

  .contacts_row {
    justify-content: center;
    gap: 18px;
  }

  .form_button_inner svg:nth-child(3) {
    display: none;
  }

  .section_link svg:nth-child(2) {
    display: none;
  }

  .reviews_author span {
    font-size: 18px;
  }

  .map_address {
    padding: 30px;
  }

  .form_input {
    width: 100%;
  }

  .form_button span {
    flex: 1;
  }

  .form_button svg:nth-child(2) {
    display: none;
  }

  .inputs_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .main_screen_title {
    font-size: 38px;
  }

  .main_screen_title:after {
    display: none;
  }

  .services_item {
    font-size: 20px;
    line-height: 100%;
  }

  .reviews_card {
    padding: 30px;
  }

  .reviews_card {
    padding-top: 85px;
    height: auto;
  }

  .reviews_txt {
    font-size: 16px;
  }

  .reviews_author {
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
  }

  .partners_flex {
    justify-content: center;
  }

  .footer_bottom {
    gap: 30px;
  }

  .footer_form .section_link_inner svg {
    display: none;
  }

  .footer_form .section_link > svg {
    display: block;
  }

  .reviews_author {
    justify-content: center;
  }

  .reviews_author span {
    text-align: center;
  }

  .section_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .advantages_grid {
    width: 100%;
    justify-content: center;
  }

  .expirience ul {
    padding-left: 30px;
  }
}

/* productPage */
.product_section {
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
  padding: 5px;

  h1 {
    max-width: 50%;
    color: rgb(0, 26, 52);
    font-size: clamp(30px, 4.5vw, 59.18px);
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 21px;
  }

  h2 {
    color: rgb(0, 26, 52);
    font-size: clamp(24px, 4.5vw, 50px);
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin-bottom: 40px;
    max-width: 60%;

    &.no_margin {
      margin-bottom: 0;
    }
  }

  h3.title {
    color: rgb(0, 26, 52);
    font-size: clamp(18px, 4.5vw, 25px);
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: left;
  }

  h4.title {
    color: rgb(0, 26, 52);
    font-size: 15.63px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }

  a[data-fancybox] {
    width: max-content;
  }

  .top_description {
    max-width: 50%;
    color: rgba(0, 26, 52, 0.7);
    font-size: 24.61px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
  }

  button {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding: 15px 28px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 91, 255, 0.25);
    background: rgb(44, 212, 74);
  }

  .top_button {
    width: 253px;
    height: 65px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 5px 10px 0px rgba(0, 91, 255, 0.25);
    background: rgb(44, 212, 74);
    color: rgb(255, 255, 255);
    font-size: 19.53px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 45px;
  }
  .experience {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, calc(50% - 25px)));
    gap: 25px;
    justify-content: center;

    .exp_element {
      display: grid;
      grid-template-areas:
        "img title"
        "img descr";
      align-items: center;
      min-height: 150px;
      box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);
      border-radius: 10px;
      padding: 30px;
      gap: 0 50px;

      img {
        grid-area: img;
      }

      .title {
        grid-area: title;
      }

      .description {
        grid-area: descr;
      }
    }
  }

  .services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
    padding: 5px;

    .service {
      display: flex;
      flex-direction: column;
      gap: 19px;
      justify-content: space-between;
      width: 310px;
      min-height: 480px;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);

      img {
        max-width: 56px;
        height: 56px;
      }
      .description {
        flex-grow: 2;
        color: rgb(0, 26, 52);
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
      }

      .price {
        color: rgb(77, 95, 113);
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
        text-align: left;
      }
    }
  }

  &.price_section {
    & > .description {
      margin-bottom: 40px;
    }

    .prices {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-bottom: 0;

      .card {
        display: flex;
        flex-direction: column;
        gap: 19px;
        justify-content: space-between;
        width: 310px;
        min-height: 480px;
        border-radius: 10px;
        padding: 30px;
        background-color: #f2f2f7;
        box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);
        overflow-wrap: anywhere;

        .description {
          color: rgb(0, 26, 52);
          font-size: 14px;
          font-weight: 400;
          line-height: 19.6px;
          text-align: left;
        }

        ul {
          flex-grow: 2;

          li {
            overflow-wrap: anywhere;
          }
        }

        .price_wrapper {
          display: flex;
          flex-direction: column;
          gap: 5px;
          box-sizing: border-box;
          padding-top: 20px;
          border-top: 1px solid rgba(0, 26, 52, 0.1);

          .price {
            color: rgb(77, 95, 113);
            font-size: 25px;
            font-weight: 700;
            line-height: 28px;
            text-align: left;
          }
        }
        a[data-fancybox] {
          width: 100%;
          button {
            text-transform: uppercase;
          }
        }
      }
    }
  }

  .advantages,
  .data {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;

    .element,
    .data_el {
      display: flex;
      flex-direction: column;
      gap: 19px;
      justify-content: space-between;
      width: 315px;
      min-height: 323px;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);

      img {
        max-width: 56px;
        height: 56px;
      }

      .description {
        flex-grow: 1;
      }
    }
  }

  .data {
    gap: 24px;

    .data_el {
      width: 424px;
      background: rgb(240, 237, 226);
      gap: 14px;
    }
  }

  &.work_stages {
    h2 {
      margin-bottom: 9px;
    }

    .description {
      color: rgba(0, 26, 52, 0.7);
      margin-bottom: 40px;
    }

    .stages {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 0;

      .stage {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 15;
        width: 302px;
        height: 281px;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);

        .count {
          color: rgb(44, 212, 74);
          font-size: 51.68px;
          font-weight: 700;
          line-height: 60px;
        }
      }
    }
  }
  .industry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, calc(50% - 10px)));
    gap: 10px;

    .left {
      display: flex;
      flex-direction: column;
      gap: 20px;

      .color {
        color: rgb(44, 212, 74);
        font-size: 18px;
        font-weight: 700;
      }

      .bold {
        color: rgb(0, 26, 52);
        font-size: 19.69px;
        font-weight: 600;
      }

      button {
        border-radius: 12px;
        box-shadow: 0px 5px 10px 0px rgba(0, 91, 255, 0.25);
        background: rgb(44, 212, 74);
        padding: 15.2px 28px 14px 28px;

        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        align-self: start;
      }
    }

    .right {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;

      .item {
        width: fit-content;
        height: 54px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        padding: 15px 28px 15px 28px;
        border-radius: 10px;
        box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);
        overflow-wrap: anywhere;

        img {
          width: 25px;
          height: 25px;
        }

        .bold {
          color: rgb(0, 26, 52);
          font-size: 15px;
          font-weight: 700;
          line-height: 15px;
        }
      }
    }
  }

  .technologies {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;

    .techno_block {
      display: flex;
      flex-direction: column;
      gap: 10px;

      .techno_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        .techno {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px;
          width: fit-content;
          height: fit-content;
          padding: 15px 28px 15px 28px;
          border-radius: 10px;
          box-shadow: 0 0 5px 1px rgba(0, 26, 52, 30%);
          overflow-wrap: anywhere;

          img {
            max-width: 40px;
            height: 25px;
          }

          .bold {
            color: rgb(0, 26, 52);
            font-size: 15px;
            font-weight: 700;
            line-height: 15px;
          }
        }
      }
    }
  }

  .product_slider {
    height: 160px;
    width: 100%;

    .slider_image {
      object-fit: cover;
      max-width: 100%;
      max-height: 100%;
    }

    .pagination_one {
      bottom: -10px;
    }

    .product-paggination-bullet-active {
      background-color: #21a038;
      opacity: 0.8;
    }
  }

  &.expert_block {
    margin-bottom: 0;

    .wrapper {
      position: relative;
      background-color: #f2f2f7;
      border-radius: 10px;
      box-sizing: border-box;
      padding: 30px;
      overflow-wrap: anywhere;

      .text_block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 55%;
        .description {
          font-size: 12px;
        }

        .quote {
          font-weight: bold;
          font-style: italic;
          &::before {
            content: "\201C";
          }

          &::after {
            content: "\201D";
          }
        }
      }

      img {
        position: absolute;
        right: 20px;
        bottom: 0;
        display: block;
        max-width: 400px;
        max-height: 450px;
      }
    }
  }
}

@media screen and (max-width: 890px) {
  .product_section.expert_block {
    .wrapper {
      padding: 20px;
      .text_block {
        max-width: 100%;
      }
      img {
        display: none;
      }
    }
  }
}
