@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap);
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  background: #fff;
  color: #4b4b4b;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td, .table-respond th {
  white-space: nowrap;
}

.btn, .btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex {
  flex-direction: row;
}

.flex-reverse {
  flex-direction: row-reverse;
}

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

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

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

.flex-around {
  justify-content: space-around;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
  align-self: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-top {
  align-self: flex-start;
}

.flex-item-middle {
  align-self: center;
}

.flex-item-bottom {
  align-self: flex-end;
}

header {
  padding: 30px 0;
}
@media (max-width: 991px) {
  header {
    padding: 16px 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .container .header-menu {
    display: none;
  }
}
header .container .header-menu li {
  position: relative;
  margin: 0 35px 0 0;
}
@media (max-width: 1440px) {
  header .container .header-menu li {
    margin: 0 15px 0 0;
  }
}
header .container .header-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #262b2e;
}
@media (max-width: 1141px) {
  header .container .header-menu li a {
    font-size: 14px;
  }
}
header .container .header-menu li a:hover {
  color: #1584c1;
}
header .container .header-menu li.has-child.active a {
  color: #1584c1;
}
header .container .header-menu li.has-child.active a .catalog-title--lines .line {
  background: #1584c1;
}
header .container .header-menu li.has-child a {
  padding: 10px 18px;
  border-radius: 7px;
  background: #f5f6f9;
}
header .container .header-menu li.has-child a:hover .catalog-title--lines .line {
  background: #1584c1;
}
header .container .header-menu li.has-child a .catalog-title--lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 0 10px;
}
header .container .header-menu li.has-child a .catalog-title--lines .line {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #262b2e;
  margin: 0 0 4px;
  transition: all 0.3s ease-in-out;
}
header .container .header-menu li.has-child a .catalog-title--lines .line:nth-last-child(1) {
  margin: 0;
}
header .container .header-menu li.has-child:hover .has-child--dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .container .header-menu li .has-child--dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  z-index: 150;
  transition: 0.3s all ease;
}
header .container .header-menu li .has-child--dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .container .header-menu li .has-child--dropdown ul {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid #92c4e0;
  box-shadow: 2px 19px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 10px 13px;
}
header .container .header-menu li .has-child--dropdown ul li {
  margin: 0;
}
header .container .header-menu li .has-child--dropdown ul li a {
  padding: 16px 18px;
  background: transparent;
  white-space: nowrap;
  color: #262b2e !important;
  border-radius: 10px;
}
header .container .header-menu li .has-child--dropdown ul li a:hover, header .container .header-menu li .has-child--dropdown ul li a.active {
  color: #1584c1 !important;
  background: #f5f6f9;
}
header .container .left-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 80px);
}
@media (max-width: 1440px) {
  header .container .left-side {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  header .container .left-side {
    width: calc(50% - 40px);
  }
}
header .container .left-side .lang-menu--wrapper {
  position: relative;
  margin: 0 50px 0 0;
}
@media (max-width: 1141px) {
  header .container .left-side .lang-menu--wrapper {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  header .container .left-side .lang-menu--wrapper {
    margin: 0;
  }
}
header .container .left-side .lang-menu--wrapper.active .lang-menu--title .lang-menu--right img {
  transform: rotate(180deg) !important;
}
header .container .left-side .lang-menu--wrapper:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  header .container .left-side .lang-menu--wrapper:hover .lang-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
  }
}
header .container .left-side .lang-menu--wrapper .lang-menu--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1584c1;
  padding: 10px 8px;
  border-radius: 10px;
  cursor: pointer;
}
header .container .left-side .lang-menu--wrapper .lang-menu--title:hover .lang-menu--right img {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  header .container .left-side .lang-menu--wrapper .lang-menu--title:hover .lang-menu--right img {
    transform: rotate(0);
  }
}
header .container .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .container .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left svg {
  display: block;
  width: 22px;
  min-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--left span {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #f5f6f9;
  margin: 0 0 0 8px;
}
header .container .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--right {
  margin: 0 0 0 8px;
}
header .container .left-side .lang-menu--wrapper .lang-menu--title .lang-menu--right img {
  display: block;
  width: 12px;
  min-width: 12px;
  transition: 0.3s all ease;
}
header .container .left-side .lang-menu--wrapper .lang-menu {
  border: 1px solid #92c4e0;
  border-radius: 10px;
  padding: 10px 16px;
  position: absolute;
  top: calc(100% + 15px);
  box-shadow: 2px 19px 28px 0 rgba(0, 0, 0, 0.09);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  z-index: 150;
  transition: 0.3s all ease;
}
header .container .left-side .lang-menu--wrapper .lang-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .container .left-side .lang-menu--wrapper .lang-menu li {
  margin: 0 0 4px;
}
header .container .left-side .lang-menu--wrapper .lang-menu li:nth-last-child(1) {
  margin: 0;
}
header .container .left-side .lang-menu--wrapper .lang-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #262b2e;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 10px;
  text-transform: capitalize !important;
}
header .container .left-side .lang-menu--wrapper .lang-menu li a:hover {
  background: #f5f6f9;
  color: #1584c1;
}
header .container .left-side .lang-menu--wrapper .lang-menu li a img {
  display: block;
  width: 43px;
  min-width: 43px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px 0 0;
}
header .container .left-side .lang-menu--wrapper .lang-menu li.active a {
  background: #f5f6f9;
  color: #1584c1;
}
header .container .middle-side {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 991px) {
  header .container .middle-side {
    max-width: 60px;
  }
}
header .container .middle-side .logo {
  display: block;
}
header .container .middle-side .logo:hover {
  opacity: 0.7;
}
header .container .middle-side .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(50% - 80px);
}
@media (max-width: 991px) {
  header .container .right-side {
    width: calc(50% - 40px);
  }
}
header .container .right-side .header-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  header .container .right-side .header-phone {
    display: none;
  }
}
header .container .right-side .header-phone .header-social {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .container .right-side .header-phone .header-social:hover {
  opacity: 0.7;
}
header .container .right-side .header-phone .header-phone--item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #262b2e;
  margin: 0 0 0 13px;
}
@media (max-width: 1141px) {
  header .container .right-side .header-phone .header-phone--item {
    font-size: 16px;
  }
}
header .container .right-side .header-phone .header-phone--item:hover {
  color: #1584c1;
}

@media (max-width: 991px) {
  .section-main {
    padding: 20px 0 0 0;
  }
}
.section-main .main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 131, 218, 0.34);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, rgba(129, 206, 255, 0.36) 96.15%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-main .main-wrapper {
    border-radius: 20px;
  }
}
.section-main .main-wrapper .left-side {
  width: 100%;
  max-width: 630px;
  padding: 90px 0 170px 100px;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .left-side {
    max-width: 530px;
    padding: 80px 0 80px 50px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .left-side {
    max-width: 400px;
    padding: 50px 0 50px 50px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side {
    max-width: 100%;
    padding: 40px 20px 20px 20px;
  }
}
.section-main .main-wrapper .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 38px;
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side p {
    max-width: 310px;
    margin: 0 0 24px;
  }
}
.section-main .main-wrapper .left-side p b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side p br {
    display: none;
  }
}
.section-main .main-wrapper .left-side .btn {
  width: 100%;
  max-width: 340px;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .left-side .btn {
    max-width: 100%;
  }
}
.section-main .main-wrapper .right-side {
  width: calc(100% - 630px);
  position: relative;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .right-side {
    width: calc(100% - 530px);
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.section-main .main-wrapper .right-side .main-descr {
  box-shadow: 0 31px 32px -21px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(54, 184, 255, 0.42);
  border-radius: 15px;
  padding: 18px 16px;
  position: absolute;
  top: 110px;
  left: 8%;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .right-side .main-descr {
    top: 30px;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-descr {
    top: 10px;
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr {
    box-shadow: 0 18px 19px -12px rgba(0, 0, 0, 0.25);
    top: 0;
    padding: 6px 10px 10px 15px;
    border-radius: 10px;
  }
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper .main-descr--image {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-descr .images-wrapper .main-descr--image {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr .images-wrapper .main-descr--image {
    width: 36px;
    height: 36px;
  }
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper .main-descr--image:nth-child(n+2) {
  margin: 0 0 0 -11px;
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1584c1;
  margin: 0 0 0 -11px;
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-descr .images-wrapper a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr .images-wrapper a {
    width: 36px;
    height: 36px;
  }
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper a:hover {
  transform: rotate(43deg);
}
.section-main .main-wrapper .right-side .main-descr .images-wrapper a img {
  display: block;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr .images-wrapper a img {
    width: 14px;
  }
}
.section-main .main-wrapper .right-side .main-descr p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35678;
  color: #4b4b4b;
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-descr p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr p {
    font-size: 12px;
  }
}
.section-main .main-wrapper .right-side .main-descr p span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #1584c1;
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-descr p span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-descr p span {
    font-size: 10px;
  }
}
.section-main .main-wrapper .right-side .main-bg {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .right-side .main-bg {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-bg {
    position: static;
  }
}
.section-main .main-wrapper .right-side .main-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
}
@media (max-width: 1440px) {
  .section-main .main-wrapper .right-side .main-bg img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
}
@media (max-width: 1141px) {
  .section-main .main-wrapper .right-side .main-bg img {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-bg img {
    display: none;
  }
}
.section-main .main-wrapper .right-side .main-bg .main-bg--mob {
  display: none;
}
@media (max-width: 991px) {
  .section-main .main-wrapper .right-side .main-bg .main-bg--mob {
    display: block;
    -o-object-position: center;
       object-position: center;
  }
}

.section-about {
  padding: 100px 0 55px 0;
}
@media (max-width: 991px) {
  .section-about {
    padding: 60px 0 35px 0;
  }
}
.section-about h2 span {
  display: block;
}
@media (max-width: 767px) {
  .section-about h2 span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .section-about .page-subtitle br {
    display: none;
  }
}
.section-about .about-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  min-height: 260px;
  border-radius: 10px;
  background: url(/images/about-1.png?97da73801f146d01b7e5b6bdba033e7a) center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 35px 20px 30px 20px;
}
@media (max-width: 1141px) {
  .section-about .about-item {
    padding: 20px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .section-about .about-item {
    min-height: 150px;
  }
}
.section-about .about-item p {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 33px;
  line-height: 1.34524;
  color: #4194c1;
  opacity: 0.71;
}
@media (max-width: 1440px) {
  .section-about .about-item p {
    font-size: 30px;
  }
}
@media (max-width: 1141px) {
  .section-about .about-item p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-about .about-item p {
    width: 100%;
    margin: 0 0 12px;
  }
}
.section-about .about-item span {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 10px 0 0 0;
}
@media (max-width: 1440px) {
  .section-about .about-item span {
    font-size: 18px;
  }
}
@media (max-width: 1141px) {
  .section-about .about-item span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-about .about-item span {
    max-width: 205px;
    font-size: 15px;
    margin-left: auto;
  }
}
.section-about .about-image {
  height: 100%;
  min-height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1141px) {
  .section-about .about-image {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .section-about .about-image {
    min-height: 150px;
  }
}
.section-about .about-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .section-about .about-image img {
    display: none;
  }
}
.section-about .about-image .about-mob--image {
  display: none;
}
@media (max-width: 767px) {
  .section-about .about-image .about-mob--image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 150px;
  }
}

.section-why {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-why {
    padding: 35px 0;
  }
}
.section-why .why-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-why .why-wrapper .left-side {
  width: 50%;
  padding: 0 40px 0 0;
}
@media (max-width: 1141px) {
  .section-why .why-wrapper .left-side {
    width: 40%;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  .section-why .why-wrapper .left-side {
    width: 100%;
    padding: 0;
  }
}
.section-why .why-wrapper .left-side img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .left-side img {
    display: none;
  }
}
.section-why .why-wrapper .right-side {
  width: 50%;
}
@media (max-width: 1141px) {
  .section-why .why-wrapper .right-side {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side {
    width: 100%;
  }
}
.section-why .why-wrapper .right-side .page-subtitle {
  position: relative;
  padding: 0 0 16px;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .page-subtitle {
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
}
.section-why .why-wrapper .right-side .page-subtitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/images/decoration-line.svg?bc24834caf0c53998602c7b6a83cdb5d) center no-repeat;
  background-size: contain;
}
.section-why .why-wrapper .right-side .why-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item {
    margin: 0 0 30px;
  }
}
.section-why .why-wrapper .right-side .why-item:nth-last-child(1) {
  margin: 0;
}
.section-why .why-wrapper .right-side .why-item--left {
  width: 100%;
  max-width: 310px;
  border-radius: 10px;
  height: 170px;
  padding: 20px;
  position: relative;
  background: url(/images/why-bg-1.png?5761352f699af87743c9f45c35b08ef7) center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--left {
    max-width: 100%;
    height: 150px;
    margin: 0 0 9px;
  }
}
.section-why .why-wrapper .right-side .why-item--left p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 0.9;
  text-align: center;
  color: #4194c1;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--left p {
    font-size: 20px;
  }
}
.section-why .why-wrapper .right-side .why-item--left img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--left img {
    max-height: 90px;
  }
}
.section-why .why-wrapper .right-side .why-item--right {
  width: calc(100% - 310px);
  padding: 0 0 0 24px;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--right {
    width: 100%;
    padding: 0;
  }
}
.section-why .why-wrapper .right-side .why-item--right span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #a9a9a9;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--right span {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
.section-why .why-wrapper .right-side .why-item--right p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
}
@media (max-width: 991px) {
  .section-why .why-wrapper .right-side .why-item--right p {
    font-size: 16px;
  }
}

.section-works {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-works {
    padding: 35px 0;
  }
}
.section-works h2 {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-works h2 {
    margin: 0 0 10px;
  }
}
.section-works .works-filters {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .section-works .works-filters {
    margin: 0 0 24px;
  }
}
.section-works .works-filters ul {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
}
.section-works .works-filters ul li {
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section-works .works-filters ul li {
    margin: 0 10px 0 0;
  }
}
.section-works .works-filters ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #1584c1;
  border: 1px solid #1584c1;
  border-radius: 100px;
  padding: 14px 24px;
  background: #fff;
  min-height: 57px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .section-works .works-filters ul li a {
    font-size: 16px;
    padding: 8px 18px;
    min-height: 46px;
  }
}
.section-works .works-filters ul li a:hover, .section-works .works-filters ul li a.active {
  background: rgba(21, 132, 193, 0.09);
}
.section-works .works-slider--wrapper {
  width: 100%;
  position: relative;
}
.section-works .works-slider--wrapper .slider_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item {
    flex-direction: column-reverse;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  padding: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side {
    padding: 0;
    width: 100%;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top {
  width: 100%;
}
.section-works .works-slider--wrapper .slider_item .left-side--top h3 {
  color: #1584c1;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top ul {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top ul {
    margin: 0 0 20px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 3px;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top ul li {
    font-size: 16px;
    padding: 0 0 0 20px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #4b4b4b;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top ul li:before {
    top: 7px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--top span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--top span {
    font-size: 18px;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--bottom {
  width: calc(100% - 150px);
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--bottom {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.section-works .works-slider--wrapper .slider_item .left-side--bottom .btn {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .left-side--bottom .btn {
    max-width: 100%;
  }
}
.section-works .works-slider--wrapper .slider_item .right-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .right-side {
    width: 100%;
    margin: 0 0 90px;
  }
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 535px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper {
    border-radius: 10px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper {
    height: 300px;
  }
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper img {
  display: block;
  width: 100%;
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-wrapper img {
    height: 300px;
  }
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-horizontal .twentytwenty-handle:before,
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-horizontal .twentytwenty-handle:after {
  background: #fff;
  box-shadow: none;
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-handle {
  border-color: #fff;
  background: #fff;
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-handle .twentytwenty-left-arrow {
  border-right: 6px solid #1584c1;
}
.section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-handle .twentytwenty-right-arrow {
  border-left: 6px solid #1584c1;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 20px;
    font-size: 15px;
    padding: 7px 10px;
    min-height: 34px;
    margin: 0;
    bottom: 20px;
    letter-spacing: initial;
  }
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .slider_item .right-side .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 20px;
    font-size: 15px;
    padding: 7px 10px;
    min-height: 34px;
    margin: 0;
    bottom: 20px;
    letter-spacing: initial;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows {
  z-index: 10;
  position: absolute;
  right: calc(50% + 20px);
  bottom: 0;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    bottom: initial;
    top: 320px;
    right: initial;
    left: 0;
    transform: translateX(0);
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.34524;
  color: #737373;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides {
    min-width: 40px;
    font-size: 18px;
    margin: 0 70px 0 0;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides span {
  margin: 0 5px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides span {
    margin: 0 2px;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides .from {
  font-size: 24px;
  color: #1584c1;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .section__sliderNav--slides .from {
    font-size: 20px;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  width: 147px;
  height: 62px;
  position: relative;
  background: url(/images/arrows-decoration.svg?14bfd6b5d5b76576e59315446eddd4d5) center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper {
    width: 120px;
    height: 50px;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  background: rgba(21, 132, 193, 0.1);
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button {
    width: 40px;
    height: 40px;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button:hover {
  background: #1584c1;
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button:hover svg path {
  fill: #fff;
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button svg {
  display: block;
  width: 25px;
  height: 12px;
}
@media (max-width: 991px) {
  .section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button svg {
    width: 20px;
  }
}
.section-works .works-slider--wrapper .section__sliderNav--arrows .btns-wrapper button svg path {
  transition: 0.3s all ease;
}

.section-consultation {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-consultation {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .section-consultation .page-subtitle br {
    display: none;
  }
}
.section-consultation .consultation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-consultation .consultation-wrapper .left-side {
  width: calc(100% - 630px);
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .left-side {
    width: 100%;
  }
}
.section-consultation .consultation-wrapper .left-side img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .left-side img {
    max-height: 450px;
  }
}
.section-consultation .consultation-wrapper .right-side {
  width: 100%;
  max-width: 620px;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side {
    max-width: 100%;
  }
}
.section-consultation .consultation-wrapper .right-side .consultation-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  min-height: 165px;
  background: url(/images/consultation-bg.png?1f4b2b1d631a5d2460ae9b2e5e56c6e1) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 16px 10px 24px 20px;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side .consultation-item {
    min-height: 145px;
    padding: 9px 20px 25px 20px;
  }
}
.section-consultation .consultation-wrapper .right-side .consultation-item--top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-consultation .consultation-wrapper .right-side .consultation-item--top p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #a9a9a9;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side .consultation-item--top p {
    font-size: 16px;
  }
}
.section-consultation .consultation-wrapper .right-side .consultation-item--top .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
}
.section-consultation .consultation-wrapper .right-side .consultation-item--top .image-wrapper img {
  display: block;
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-consultation .consultation-wrapper .right-side .consultation-item--bottom {
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 10px 0 0 0;
  padding: 0 15px 0 0;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side .consultation-item--bottom {
    font-size: 16px;
    padding: 0 5px 0 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-consultation .consultation-wrapper .right-side .consultation-item--bottom br {
    display: none;
  }
}
.section-consultation .consultation-wrapper .right-side .consultation-item--bottom b {
  font-weight: 600;
}
.section-consultation .consultation-wrapper .right-side .btn-wrapper {
  display: flex;
  align-content: inherit;
  justify-content: center;
  margin: 35px 0 0 0;
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side .btn-wrapper {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section-consultation .consultation-wrapper .right-side .btn-wrapper .btn {
    width: 100%;
  }
}
.section-consultation .consultation-descr {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 33px 0;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .section-consultation .consultation-descr {
    padding: 0;
    margin: 20px 0 0 0;
    border: none;
  }
}
.section-consultation .consultation-descr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-consultation .consultation-descr ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(33.3333333333% - 45px);
  position: relative;
  min-height: 100%;
}
@media (max-width: 1440px) {
  .section-consultation .consultation-descr ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .section-consultation .consultation-descr ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (max-width: 991px) {
  .section-consultation .consultation-descr ul li:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-consultation .consultation-descr ul li:nth-last-child(1):before {
  content: none;
}
.section-consultation .consultation-descr ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
@media (max-width: 1440px) {
  .section-consultation .consultation-descr ul li:before {
    right: 0px;
  }
}
@media (max-width: 1141px) {
  .section-consultation .consultation-descr ul li:before {
    content: none;
  }
}
.section-consultation .consultation-descr ul li img {
  display: block;
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin: 0 7px 0 0;
}
.section-consultation .consultation-descr ul li .descr-wrapper p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 1141px) {
  .section-consultation .consultation-descr ul li .descr-wrapper p {
    font-size: 15px;
    margin: 0 0 7px;
  }
}
@media (max-width: 991px) {
  .section-consultation .consultation-descr ul li .descr-wrapper p {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.section-consultation .consultation-descr ul li .descr-wrapper span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 1141px) {
  .section-consultation .consultation-descr ul li .descr-wrapper span {
    font-size: 14px;
  }
}

.section-specialists {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-specialists {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-specialists h2 span {
    display: block;
  }
}
.section-specialists .specialists-descr {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-specialists .specialists-descr {
    padding: 0;
    border: none;
  }
}
.section-specialists .specialists-descr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-specialists .specialists-descr ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(33.3333333333% - 32px);
  position: relative;
  min-height: 100%;
  padding: 9px 0;
}
@media (max-width: 1440px) {
  .section-specialists .specialists-descr ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-descr ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-descr ul li:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-specialists .specialists-descr ul li:nth-last-child(1):before {
  content: none;
}
.section-specialists .specialists-descr ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
@media (max-width: 1440px) {
  .section-specialists .specialists-descr ul li:before {
    right: -10px;
  }
}
@media (max-width: 1141px) {
  .section-specialists .specialists-descr ul li:before {
    content: none;
  }
}
.section-specialists .specialists-descr ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  min-width: 53px;
  margin: 0 22px 0 0;
  background: url(/images/spec-icn-bg.png?805d26fb1c7f1342e3e9bb6b0ae0b09a) center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-descr ul li span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-descr ul li span {
    margin: 0 8px 0 0;
  }
}
.section-specialists .specialists-descr ul li span img {
  display: block;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-descr ul li span img {
    width: 16px;
  }
}
.section-specialists .specialists-descr ul li .descr-wrapper p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-descr ul li .descr-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-descr ul li .descr-wrapper p {
    font-size: 16px;
  }
}
.section-specialists .specialists-descr ul li .descr-wrapper p b {
  font-weight: 500;
  color: #4b4b4b;
}
.section-specialists .specialists-wrapper .specialist-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: radial-gradient(63.58% 63.58% at 50% 50%, #f6f8ff 0%, #fff 100%);
  border: 1.41px solid #a4cbe0;
  border-radius: 20px;
  padding: 20px 30px 60px 50px;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item {
    padding: 14px 12px 25px;
  }
}
.section-specialists .specialists-wrapper .specialist-item .specialists-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item .specialists-contact {
    flex-direction: column-reverse;
    order: 3;
    padding: 0 10px;
    margin: 0;
  }
}
.section-specialists .specialists-wrapper .specialist-item .specialists-contact a {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #7a7a7a;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item .specialists-contact a {
    width: 100%;
    font-size: 15px;
    margin: 10px 0 0 0;
  }
}
.section-specialists .specialists-wrapper .specialist-item .specialists-contact a:hover {
  text-decoration: none;
}
.section-specialists .specialists-wrapper .specialist-item--image {
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  background: url(/images/spec-bg.png?9f89eddcd2581e23c2adedf95b07a73b) center no-repeat;
  background-size: cover;
  padding: 32px 0 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 365px;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--image {
    max-width: 320px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--image {
    border-radius: 11px;
    max-width: 100%;
    margin: 0 0 11px;
    order: 1;
  }
}
.section-specialists .specialists-wrapper .specialist-item--image .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 16px;
  left: 16px;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--image .stars-wrapper {
    top: 10px;
    left: 10px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--image .stars-wrapper img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--image .stars-wrapper img {
    width: 16px;
    height: 16px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--image .specialist-persone {
  display: block;
  width: 100%;
  height: 410px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--image .specialist-persone {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--image .specialist-persone {
    height: 210px;
    display: none;
  }
}
.section-specialists .specialists-wrapper .specialist-item--image .specialist-persone--mob {
  display: none;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--image .specialist-persone--mob {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 200px;
    display: block;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 400px);
  min-height: 100%;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr {
    width: calc(100% - 350px);
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr {
    width: 100%;
    padding: 0 10px;
    order: 2;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side {
  width: 100%;
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side h3 {
  font-size: 36px;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side p {
    font-size: 16px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  padding: 0 0 0 30px;
  margin: 0 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side ul li {
    font-size: 16px;
    padding: 0 0 0 25px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #4b4b4b;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side ul li:before {
    top: 7px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side ul li small {
  font-weight: 500;
  color: #7a7a7a;
}
.section-specialists .specialists-wrapper .specialist-item--descr .top-side span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #7a7a7a;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .top-side span br {
    display: none;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0 0;
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #e3f2fc;
  padding: 12px;
  width: calc(33.3333333333% - 9px);
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li {
    width: 100%;
    padding: 10px;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li:nth-last-child(1) {
    margin: 0;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  min-width: 68px;
  border: 1px solid #fff;
  border-radius: 14px;
  background: #ebf5fc;
  margin: 0 16px 0 0;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
    margin: 0 10px 0 0;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper img {
  display: block;
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper img {
    width: 20px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper span {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 27px;
  line-height: 1.3;
  color: #1584c1;
}
@media (max-width: 1141px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li .img-wrapper span {
    font-size: 18px;
  }
}
.section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.19;
  color: #979797;
}
@media (max-width: 1440px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-specialists .specialists-wrapper .specialist-item--descr .specialists-advantages li p {
    width: calc(100% - 60px);
    text-align: center;
  }
}

.section-services {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-services {
    padding: 35px 0;
  }
}
@media (max-width: 991px) {
  .section-services h2 span {
    display: block;
  }
}
.section-services .services-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 131, 218, 0.34);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #d1edff 96.15%);
  padding: 33px 50px;
  position: relative;
  min-height: 465px;
  overflow: hidden;
  margin: 0 0 30px;
}
@media (max-width: 1440px) {
  .section-services .services-item {
    padding: 30px;
    min-height: 450px;
  }
}
@media (max-width: 1141px) {
  .section-services .services-item {
    min-height: 370px;
  }
}
@media (max-width: 991px) {
  .section-services .services-item {
    min-height: initial;
    padding: 0;
    margin: 0 0 25px;
  }
}
.section-services .services-item:nth-last-child(1) {
  margin: 0;
}
.section-services .services-item .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 540px;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .section-services .services-item .left-side {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.section-services .services-item .left-side .services-item--descr {
  width: 100%;
}
.section-services .services-item .left-side .services-item--descr .services-item--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
}
.section-services .services-item .left-side .services-item--descr .services-item--info p {
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #696969;
  padding: 10px 24px;
  border-radius: 37px;
  border: 1px solid rgba(0, 131, 218, 0.34);
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--descr .services-item--info p {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.section-services .services-item .left-side .services-item--descr .services-item--info span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4194c1;
  margin: 0 0 0 35px;
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--descr .services-item--info span {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
}
.section-services .services-item .left-side .services-item--descr h3 {
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side .services-item--descr h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--descr h3 {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
.section-services .services-item .left-side .services-item--descr ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #7a7a7a;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 16px;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side .services-item--descr ul li {
    font-size: 16px;
    padding: 0 0 0 15px;
    margin: 0 0 12px;
  }
}
.section-services .services-item .left-side .services-item--descr ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #92c4e0;
  border-radius: 50%;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side .services-item--descr ul li:before {
    width: 9px;
    height: 9px;
    top: 5px;
  }
}
.section-services .services-item .left-side .services-item--btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--btns {
    width: 100%;
    flex-direction: column;
    margin: 20px 0 0 0;
  }
}
.section-services .services-item .left-side .services-item--btns .btn {
  min-height: 70px;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side .services-item--btns .btn {
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--btns .btn {
    width: 100%;
    max-width: 100%;
  }
}
.section-services .services-item .left-side .services-item--btns .btn-more {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  margin: 0 0 0 25px;
}
@media (max-width: 1141px) {
  .section-services .services-item .left-side .services-item--btns .btn-more {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-services .services-item .left-side .services-item--btns .btn-more {
    text-align: center;
    margin: 15px 0 0 0;
  }
}
.section-services .services-item .left-side .services-item--btns .btn-more:hover {
  border-color: transparent;
}
.section-services .services-item .right-side {
  width: calc(100% - 550px);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1141px) {
  .section-services .services-item .right-side {
    width: calc(100% - 450px);
  }
}
@media (max-width: 991px) {
  .section-services .services-item .right-side {
    width: 100%;
    position: static;
  }
}
.section-services .services-item .right-side img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 991px) {
  .section-services .services-item .right-side img {
    display: none;
  }
}
.section-services .services-item .right-side .services-mob--image {
  display: none;
}
@media (max-width: 991px) {
  .section-services .services-item .right-side .services-mob--image {
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.section-reviews {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-reviews {
    padding: 35px 0;
  }
}
.section-reviews .reviews-descr {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 13px 0;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-descr {
    padding: 0;
    border: none;
  }
}
.section-reviews .reviews-descr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-reviews .reviews-descr ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(33.3333333333% - 32px);
  position: relative;
  min-height: 100%;
  padding: 9px 0;
}
@media (max-width: 1440px) {
  .section-reviews .reviews-descr ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-descr ul li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-descr ul li:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-reviews .reviews-descr ul li:nth-last-child(1):before {
  content: none;
}
.section-reviews .reviews-descr ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
@media (max-width: 1440px) {
  .section-reviews .reviews-descr ul li:before {
    right: -10px;
  }
}
@media (max-width: 1141px) {
  .section-reviews .reviews-descr ul li:before {
    content: none;
  }
}
.section-reviews .reviews-descr ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  min-width: 53px;
  margin: 0 22px 0 0;
  background: url(/images/spec-icn-bg.png?805d26fb1c7f1342e3e9bb6b0ae0b09a) center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-descr ul li span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-descr ul li span {
    margin: 0 8px 0 0;
  }
}
.section-reviews .reviews-descr ul li span img {
  display: block;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-descr ul li span img {
    width: 16px;
  }
}
.section-reviews .reviews-descr ul li .descr-wrapper p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-descr ul li .descr-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-descr ul li .descr-wrapper p {
    font-size: 16px;
  }
}
.section-reviews .reviews-descr ul li .descr-wrapper p b {
  font-weight: 500;
  color: #4b4b4b;
}
.section-reviews .reviews-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper {
    margin: 0 0 30px;
  }
}
.section-reviews .reviews-wrapper .left-side {
  width: 100%;
  max-width: 450px;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .left-side {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.section-reviews .reviews-wrapper .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 120px;
  line-height: 0.9;
  color: #4b4b4b;
  margin: 0 0 25px;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .left-side p {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side p {
    text-align: center;
    font-size: 50px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
  }
}
.section-reviews .reviews-wrapper .left-side p:before {
  content: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 1px;
  background: #919191;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side p:before {
    content: "";
  }
}
.section-reviews .reviews-wrapper .left-side span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.34524;
  text-transform: uppercase;
  color: #7a7a7a;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .left-side span {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .left-side span {
    font-size: 20px;
    text-align: center;
  }
}
.section-reviews .reviews-wrapper .right-side {
  width: calc(100% - 480px);
  position: relative;
  padding: 20px 0 10px 20px;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .right-side {
    width: calc(100% - 370px);
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side {
    width: 100%;
    padding: 20px 3px;
  }
}
.section-reviews .reviews-wrapper .right-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  background: url(/images/reviews-bg.png?9e705ad99cbde6b93887d2b9cf94d974) center no-repeat;
  background-size: cover;
  border: 1px solid #dbf2ff;
  border-radius: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side:before {
    width: 100%;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 0 0 0 12px;
}
.section-reviews .reviews-wrapper .right-side .reviews-top .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-reviews .reviews-wrapper .right-side .reviews-top .stars-wrapper img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}
.section-reviews .reviews-wrapper .right-side .reviews-top p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.34524;
  color: #7a7a7a;
  margin: 0 0 0 20px;
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper {
  padding: 16px 20px 16px 38px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(88.3000030518px);
          backdrop-filter: blur(88.3000030518px);
  background: rgba(255, 255, 255, 0.49);
  border: 2px solid #fff;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper {
    padding: 12px 7px 12px 17px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items {
  max-height: 560px;
  overflow: auto;
  padding: 0 40px 0 0;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items {
    max-height: 440px;
    padding: 0 10px 0 0;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items::-webkit-scrollbar {
  width: 4px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items::-webkit-scrollbar {
    width: 2px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items::-webkit-scrollbar-thumb {
  background-color: #1584c1;
  border-radius: 10px;
  border: 0px none #ffffff;
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(25.3668861389px);
          backdrop-filter: blur(25.3668861389px);
  box-shadow: inset 19px 15px 36px 0 rgba(255, 255, 255, 0.31);
  background: #fff;
  padding: 20px 70px 30px 20px;
  margin: 0 0 10px;
}
@media (max-width: 1141px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 10px;
    margin: 0 0 5px;
    border-radius: 8px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item:nth-last-child(1) {
  margin: 0;
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .image-wrapper {
  width: 105px;
  min-width: 105px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 16px 0 0;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .image-wrapper {
    width: 65px;
    min-width: 65px;
    height: 60px;
    border-radius: 10px;
    margin: 0 0 7px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.23;
  color: #919191;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item p {
    font-size: 10px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .stars-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .stars-wrapper {
    right: 10px;
  }
}
.section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .stars-wrapper img {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
}
@media (max-width: 991px) {
  .section-reviews .reviews-wrapper .right-side .reviews-items--wrapper .reviews-items .reviews-item .stars-wrapper img {
    width: 10px;
    height: 10px;
    margin: 0 0 0 2px;
  }
}

.section-map {
  padding: 55px 0;
}
@media (max-width: 991px) {
  .section-map {
    padding: 35px 0;
  }
}
.section-map .map-wrapper {
  width: 100%;
  height: 610px;
  position: relative;
}
@media (max-width: 991px) {
  .section-map .map-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    height: initial;
  }
}
.section-map .map-wrapper iframe {
  display: block;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .section-map .map-wrapper iframe {
    height: 400px;
  }
}
.section-map .map-wrapper .map-info {
  position: absolute;
  top: 25px;
  left: 25px;
  height: calc(100% - 50px);
  border: 1px solid #dbf2ff;
  border-radius: 20px;
  background: #fff;
  padding: 30px 50px;
  width: 100%;
  max-width: 450px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    max-width: 100%;
    height: initial;
    padding: 20px;
    margin: 0 0 15px;
  }
}
.section-map .map-wrapper .map-info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: url(/images/contacts-decoration.png?0dea65f6e496b995430de2007aa7ba73) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info:before {
    width: 80px;
  }
}
.section-map .map-wrapper .map-info .map-logo {
  position: relative;
  z-index: 3;
  margin: 0 0 33px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-logo {
    margin: 0 0 30px;
  }
}
.section-map .map-wrapper .map-info .map-logo img {
  display: block;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-logo img {
    height: 36px;
  }
}
.section-map .map-wrapper .map-info ul {
  position: relative;
  z-index: 3;
}
.section-map .map-wrapper .map-info ul li {
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  .section-map .map-wrapper .map-info ul li {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info ul li {
    margin: 0 0 40px;
  }
}
.section-map .map-wrapper .map-info ul li h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 6px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info ul li h5 {
    font-size: 20px;
  }
}
.section-map .map-wrapper .map-info ul li p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info ul li p {
    font-size: 16px;
  }
}
.section-map .map-wrapper .map-info ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info ul li a {
    font-size: 16px;
  }
}
.section-map .map-wrapper .map-info ul li a:hover {
  border-color: #919191;
}
.section-map .map-wrapper .map-info .map-address {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-address {
    margin: 0 0 20px;
  }
}
.section-map .map-wrapper .map-info .map-address span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  min-width: 53px;
  margin: 0 13px 0 0;
  background: url(/images/spec-icn-bg.png?805d26fb1c7f1342e3e9bb6b0ae0b09a) center no-repeat;
  background-size: contain;
}
@media (max-width: 1141px) {
  .section-map .map-wrapper .map-info .map-address span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 16px 0 0;
  }
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-address span {
    margin: 0 8px 0 0;
  }
}
.section-map .map-wrapper .map-info .map-address span img {
  display: block;
}
@media (max-width: 1141px) {
  .section-map .map-wrapper .map-info .map-address span img {
    width: 16px;
  }
}
.section-map .map-wrapper .map-info .map-address .map-address--descr p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 4px;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-address .map-address--descr p {
    font-size: 16px;
  }
}
.section-map .map-wrapper .map-info .map-address .map-address--descr small {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.34524;
  color: #919191;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-address .map-address--descr small {
    font-size: 14px;
  }
}
.section-map .map-wrapper .map-info .map-descr {
  font-family: "Comfortaa", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.34524;
  color: #919191;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-map .map-wrapper .map-info .map-descr {
    font-size: 13px;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 40px;
}
@media (max-width: 991px) {
  footer {
    padding: 0 10px 20px;
  }
}
footer .footer-block {
  background: #f5f6f9;
  border-radius: 20px;
  padding: 60px 0;
  width: 100%;
  max-width: 1373px;
}
@media (max-width: 1440px) {
  footer .footer-block {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-block {
    padding: 20px 0 40px 0;
  }
}
footer .footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer .footer-wrapper {
    padding: 0 15px;
    display: block;
  }
}
footer .footer-wrapper .left-side {
  width: 100%;
  max-width: 390px;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .left-side {
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side {
    max-width: 100%;
    margin: 0;
  }
}
footer .footer-wrapper .left-side .logo {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side .logo {
    margin: 0;
  }
}
footer .footer-wrapper .left-side .logo img {
  display: block;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side ul {
    display: none;
  }
}
footer .footer-wrapper .left-side ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #919191;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .left-side ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side ul li {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
footer .footer-wrapper .left-side ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-wrapper .left-side ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.34524;
  color: #1584c1;
  border-bottom: 1px solid #1584c1;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .left-side ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side ul li a {
    font-size: 14px;
  }
}
footer .footer-wrapper .left-side ul li a:hover {
  border-color: transparent;
}
footer .footer-wrapper .left-side ul li b {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4b4b4b;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .left-side ul li b {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .left-side ul li b {
    font-size: 16px;
  }
}
footer .footer-wrapper .right-side {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 500px);
}
@media (max-width: 1141px) {
  footer .footer-wrapper .right-side {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side {
    width: 100%;
  }
}
footer .footer-wrapper .right-side--item {
  width: 60%;
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
footer .footer-wrapper .right-side--item h5 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 24px;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .right-side--item h5 {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item h5 {
    font-size: 18px;
  }
}
footer .footer-wrapper .right-side--item ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  color: #4b4b4b;
  margin: 0 0 20px;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .right-side--item ul li {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item ul li {
    font-size: 16px;
    margin: 0 0 10px;
  }
}
footer .footer-wrapper .right-side--item ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34524;
  color: #919191;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .right-side--item ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item ul li a {
    font-size: 16px;
  }
}
footer .footer-wrapper .right-side--item ul li a:hover {
  border-color: #1584c1;
  color: #1584c1;
}
footer .footer-wrapper .right-side--item .footer-wa {
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item .footer-wa {
    margin: 20px 0 0 0;
  }
}
footer .footer-wrapper .right-side--item .footer-wa a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.34524;
  color: #1584c1;
  border-bottom: 1px solid #1584c1;
}
@media (max-width: 1141px) {
  footer .footer-wrapper .right-side--item .footer-wa a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--item .footer-wa a {
    font-size: 16px;
  }
}
footer .footer-wrapper .right-side--item .footer-wa a:hover {
  border-color: transparent;
}
footer .footer-wrapper .right-side--inner {
  width: 40%;
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--inner {
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--inner ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--inner ul li {
    width: calc(50% - 15px);
  }
}
footer .footer-wrapper .right-side--mob {
  display: none;
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--mob {
    display: block;
    margin: 40px 0 0 0;
  }
}
footer .footer-wrapper .right-side--mob ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.34524;
  color: #919191;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .right-side--mob ul li {
    margin: 0 0 10px;
  }
}
footer .footer-wrapper .right-side--mob ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-wrapper .right-side--mob ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.34524;
  color: #1584c1;
  border-bottom: 1px solid #1584c1;
}
footer .footer-wrapper .right-side--mob ul li a:hover {
  border-color: transparent;
}
footer .footer-wrapper .right-side--mob ul li b {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4b4b4b;
}

.section-services--main {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-services--main {
    padding: 20px 0 0 0;
  }
}
.section-services--main .services-main--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 131, 218, 0.34);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, rgba(129, 206, 255, 0.36) 96.15%);
  overflow: hidden;
  padding: 90px 100px 100px 100px;
}
@media (max-width: 1440px) {
  .section-services--main .services-main--wrapper {
    padding: 50px;
  }
}
@media (max-width: 1141px) {
  .section-services--main .services-main--wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper {
    border-radius: 20px;
    padding: 34px 12px 40px;
  }
}
.section-services--main .services-main--wrapper .left-side {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 1141px) {
  .section-services--main .services-main--wrapper .left-side {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .left-side {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.section-services--main .services-main--wrapper .left-side h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #4b4b4b;
  margin: 0 0 35px;
}
@media (max-width: 1440px) {
  .section-services--main .services-main--wrapper .left-side h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .left-side h1 {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
.section-services--main .services-main--wrapper .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 40px;
}
@media (max-width: 1141px) {
  .section-services--main .services-main--wrapper .left-side p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .left-side p {
    margin: 0;
  }
}
.section-services--main .services-main--wrapper .left-side p b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .left-side p br {
    display: none;
  }
}
.section-services--main .services-main--wrapper .left-side .btns-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 340px;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .left-side .btns-wrapper {
    display: none;
  }
}
.section-services--main .services-main--wrapper .left-side .btns-wrapper .btn {
  width: 100%;
}
.section-services--main .services-main--wrapper .left-side .btns-wrapper .services-consultation {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  color: #0153c1;
  border-bottom: 1px solid #0153c1;
  margin: 30px 0 0 0;
}
.section-services--main .services-main--wrapper .left-side .btns-wrapper .services-consultation:hover {
  border-color: transparent;
}
.section-services--main .services-main--wrapper .right-side {
  width: calc(100% - 585px);
  position: relative;
}
@media (max-width: 1141px) {
  .section-services--main .services-main--wrapper .right-side {
    width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side {
    width: 100%;
  }
}
.section-services--main .services-main--wrapper .right-side .row {
  margin: -4px;
}
.section-services--main .services-main--wrapper .right-side .row [class*=col-] {
  padding: 4px;
}
.section-services--main .services-main--wrapper .right-side .services-main--image {
  display: block;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 375px;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .services-main--image {
    min-height: 210px;
    max-height: 350px;
  }
}
.section-services--main .services-main--wrapper .right-side .services-main--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: url(/images/services-main--bg.svg?68871148ace7509e6a7812b2bfe4ce82) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 15px 9px 22px 22px;
  height: 100%;
  min-height: 170px;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .services-main--item {
    padding: 5px 5px 13px 10px;
    border-radius: 6px;
    min-height: 100px;
  }
}
.section-services--main .services-main--wrapper .right-side .services-main--item .image-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.section-services--main .services-main--wrapper .right-side .services-main--item .image-right .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .services-main--item .image-right .image-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}
.section-services--main .services-main--wrapper .right-side .services-main--item .image-right .image-wrapper img {
  display: block;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .services-main--item .image-right .image-wrapper img {
    width: 13px;
    height: 13px;
  }
}
.section-services--main .services-main--wrapper .right-side .services-main--item p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1141px) {
  .section-services--main .services-main--wrapper .right-side .services-main--item p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .services-main--item p {
    font-size: 12px;
  }
}
.section-services--main .services-main--wrapper .right-side .btns-wrapper {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .btns-wrapper {
    display: flex;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 100%;
  }
}
.section-services--main .services-main--wrapper .right-side .btns-wrapper .btn {
  width: 100%;
}
.section-services--main .services-main--wrapper .right-side .btns-wrapper .services-consultation {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  color: #0153c1;
  border-bottom: 1px solid #0153c1;
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .section-services--main .services-main--wrapper .right-side .btns-wrapper .services-consultation {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.section-services--main .services-main--wrapper .right-side .btns-wrapper .services-consultation:hover {
  border-color: transparent;
}

.section-services--why {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-services--why {
    padding: 60px 0 32px 0;
  }
}
.section-services--why .services-why--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper {
    display: block;
  }
}
.section-services--why .services-why--wrapper .left-side {
  width: 50%;
  padding: 0 90px 0 0;
}
@media (max-width: 1141px) {
  .section-services--why .services-why--wrapper .left-side {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .left-side {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.section-services--why .services-why--wrapper .left-side h2 {
  margin: 0 0 56px;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .left-side h2 {
    text-align: center;
    margin: 0 0 15px;
  }
}
.section-services--why .services-why--wrapper .left-side h2 span {
  display: block;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .left-side h2 span {
    display: inline;
  }
}
.section-services--why .services-why--wrapper .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .left-side p {
    font-size: 16px;
    text-align: center;
  }
}
.section-services--why .services-why--wrapper .right-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side {
    width: 100%;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 47px 40px 117px;
}
@media (max-width: 1141px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item {
    padding: 32px 16px;
  }
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item {
    padding: 10px 10px 10px 30px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item .services-why--left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  min-width: 67px;
  height: 67px;
  background: #ebf7ff;
  border-radius: 21px;
  margin: 0 17px 0 0;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item .services-why--left {
    width: 51px;
    height: 51px;
    min-width: 51px;
    margin: 0 15px 0 0;
    border-radius: 16px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item .services-why--left img {
  display: block;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item .services-why--left img {
    width: 26px;
    height: 26px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right p {
    font-size: 18px;
    margin: 0 0 3px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right span {
    font-size: 16px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right br {
  display: none;
}
@media (max-width: 767px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item .services-why--right br {
    display: block;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 64px 40px 40px;
  box-shadow: 0 4px 46px 0 rgba(141, 141, 141, 0.18);
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 15px;
}
@media (max-width: 1141px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) {
    padding: 32px 24px;
  }
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) {
    border-radius: 9px;
    padding: 20px;
    margin: 10px 0;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  min-width: 108px;
  height: 108px;
  background: #ebf7ff;
  border-radius: 35px;
  margin: 0 24px 0 0;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--left {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 20px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--left img {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--left img {
    width: 23px;
    height: 23px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right p {
    font-size: 20px;
    margin: 0 0 5px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #4b4b4b;
}
@media (max-width: 991px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right span {
    font-size: 16px;
  }
}
.section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right br {
  display: none;
}
@media (max-width: 767px) {
  .section-services--why .services-why--wrapper .right-side .services-why--item:nth-child(2) .services-why--right br {
    display: block;
  }
}

.section-services--what {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-services--what {
    padding: 32px 0;
  }
}
.section-services--what h2 {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-services--what h2 {
    margin: 0 0 32px;
  }
}
.section-services--what .tabs_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper {
    flex-direction: column;
  }
}
.section-services--what .tabs_wrapper .nav-tabs {
  display: block;
  width: 50%;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs {
    width: 100%;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li {
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #d8d8d8;
}
.section-services--what .tabs_wrapper .nav-tabs li:nth-last-child(1) {
  border: none;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 15px;
  padding: 24px;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link {
    padding: 10px 15px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 36px);
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side {
    width: calc(100% - 21px);
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  min-width: 113px;
  height: 105px;
  border-radius: 18px;
  background: #e5f4fc;
  margin: 0 50px 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper {
    width: 66px;
    height: 61px;
    min-width: 66px;
    border-radius: 11px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 78px;
  border: 2px solid #fff;
  background: #edf7fd;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.31);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper .number {
    width: 44px;
    height: 46px;
    border-radius: 11px;
    border-width: 1px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper .number span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-align: center;
  line-height: 1.3;
  color: #1584c1;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side .number-wrapper .number span {
    font-size: 20px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.34524;
  color: #4b4b4b;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link .left-side p {
    font-size: 16px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link svg {
  display: block;
  width: 26px;
  height: 26px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .nav-tabs li .nav-link svg {
    width: 21px;
    height: 21px;
  }
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link svg circle {
  transition: 0.3s all ease;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link.active, .section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover {
  background: #f4fafe;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link.active .left-side .number-wrapper, .section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover .left-side .number-wrapper {
  display: flex;
  background: #ddf0fb;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link.active .left-side .number-wrapper .number, .section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover .left-side .number-wrapper .number {
  background: #e8f5fc;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link.active svg, .section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover svg {
  transform: rotate(-45deg);
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link.active svg circle, .section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover svg circle {
  fill: #1584c1;
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover svg {
  transform: rotate(-45deg);
}
.section-services--what .tabs_wrapper .nav-tabs li .nav-link:hover svg circle {
  fill: #1584c1;
}
.section-services--what .tabs_wrapper .panel-group .panel-default {
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #d8d8d8;
}
.section-services--what .tabs_wrapper .panel-group .panel-default:nth-last-child(1) {
  border: none;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 15px;
  padding: 24px;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link {
    padding: 10px 15px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 36px);
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side {
    width: calc(100% - 21px);
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  min-width: 113px;
  height: 105px;
  border-radius: 18px;
  background: #e5f4fc;
  margin: 0 50px 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper {
    width: 66px;
    height: 61px;
    min-width: 66px;
    border-radius: 11px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 78px;
  border: 2px solid #fff;
  background: #edf7fd;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.31);
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper .number {
    width: 44px;
    height: 46px;
    border-radius: 11px;
    border-width: 1px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper .number span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-align: center;
  line-height: 1.3;
  color: #1584c1;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side .number-wrapper .number span {
    font-size: 20px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.34524;
  color: #4b4b4b;
}
@media (max-width: 1141px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link .left-side p {
    font-size: 16px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link svg {
  display: block;
  width: 26px;
  height: 26px;
  transition: 0.3s all ease;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-group .panel-default .nav-link svg {
    width: 21px;
    height: 21px;
  }
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link svg circle {
  transition: 0.3s all ease;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link.active {
  background: #f4fafe;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link.active .left-side .number-wrapper {
  display: flex;
  background: #ddf0fb;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link.active .left-side .number-wrapper .number {
  background: #e8f5fc;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link.active svg {
  transform: rotate(-45deg);
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link.active svg circle {
  fill: #1584c1;
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link:hover svg {
  transform: rotate(-45deg);
}
.section-services--what .tabs_wrapper .panel-group .panel-default .nav-link:hover svg circle {
  fill: #1584c1;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .hidden_lg {
    display: none;
  }
}
.section-services--what .tabs_wrapper .visible_lg {
  display: none;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .visible_lg {
    display: block;
  }
}
.section-services--what .tabs_wrapper .tab-content {
  width: 50%;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .tab-content {
    width: 100%;
  }
}
.section-services--what .tabs_wrapper .tab-content img {
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #92c4e0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 500px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .tab-content img {
    height: 200px;
    margin: 0 0 10px;
  }
}
.section-services--what .tabs_wrapper .tab-content .what-descr {
  padding: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .tab-content .what-descr {
    padding: 20px;
    border-radius: 9px;
  }
}
.section-services--what .tabs_wrapper .tab-content .what-descr h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.34524;
  color: #1584c1;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .tab-content .what-descr h4 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.section-services--what .tabs_wrapper .tab-content .what-descr p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .tab-content .what-descr p {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.section-services--what .tabs_wrapper .tab-content .what-descr p:nth-last-child(1) {
  margin: 0;
}
.section-services--what .tabs_wrapper .panel-collapse {
  padding: 12px 0 20px 0;
}
.section-services--what .tabs_wrapper .panel-collapse img {
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #92c4e0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 500px;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-collapse img {
    height: 200px;
    margin: 0 0 10px;
  }
}
.section-services--what .tabs_wrapper .panel-collapse .what-descr {
  padding: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-collapse .what-descr {
    padding: 20px;
    border-radius: 9px;
  }
}
.section-services--what .tabs_wrapper .panel-collapse .what-descr h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.34524;
  color: #1584c1;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-collapse .what-descr h4 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.section-services--what .tabs_wrapper .panel-collapse .what-descr p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-services--what .tabs_wrapper .panel-collapse .what-descr p {
    font-size: 15px;
    margin: 0 0 10px;
  }
}
.section-services--what .tabs_wrapper .panel-collapse .what-descr p:nth-last-child(1) {
  margin: 0;
}

.section-services--price {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-services--price {
    padding: 32px 0;
  }
}
.section-services--price h2 {
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .section-services--price h2 {
    padding: 0 10px;
    margin: 0 0 32px;
  }
}
@media (max-width: 991px) {
  .section-services--price .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper {
    overflow: auto;
  }
}
.section-services--price .table-wrapper table {
  width: 100%;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table thead {
    display: none;
  }
}
.section-services--price .table-wrapper table thead tr th {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #1584c1;
  padding: 0 0 40px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table thead tr th {
    border: none;
  }
}
.section-services--price .table-wrapper table thead tr th:nth-child(2) {
  padding: 20px 20px 40px;
  text-align: center;
}
.section-services--price .table-wrapper table thead tr th:nth-last-child(1) {
  text-align: center;
  padding: 20px 20px 40px;
  border-right: none;
}
.section-services--price .table-wrapper table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.section-services--price .table-wrapper table tbody tr:nth-last-child(1) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table tbody tr:nth-child(odd) {
    background: #f5f6f9;
  }
}
.section-services--price .table-wrapper table tbody tr td {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.15;
  color: #4b4b4b;
  padding: 30px 0;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table tbody tr td {
    vertical-align: middle;
    border: none;
    font-size: 15px;
    padding: 16px;
  }
}
.section-services--price .table-wrapper table tbody tr td:nth-child(2) {
  text-align: center;
  font-weight: 500;
  color: #919191;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table tbody tr td:nth-child(2) {
    padding: 10px;
    white-space: nowrap;
  }
}
.section-services--price .table-wrapper table tbody tr td:nth-last-child(1) {
  border-right: none;
  padding: 20px 0 20px 57px;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table tbody tr td:nth-last-child(1) {
    padding: 10px;
  }
}
.section-services--price .table-wrapper table tbody tr td small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  color: #1584c1;
  padding: 16px 21px;
  border-radius: 26px;
  background: #e2f4ff;
}
@media (max-width: 991px) {
  .section-services--price .table-wrapper table tbody tr td small {
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 15px;
    white-space: nowrap;
  }
}

.section-qna {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-qna {
    padding: 32px 0;
  }
}
.section-qna h2 {
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .section-qna h2 {
    margin: 0 0 16px;
  }
}
.section-qna .dropdown-qna {
  position: relative;
  width: 100%;
}
.section-qna .dropdown-qna .qna-item {
  margin: 0 0 12px;
}
.section-qna .dropdown-qna .qna-item:nth-last-child(1) {
  margin: 0;
}
.section-qna .dropdown-qna .qna-item.active .title-dropdown--qna .qna_plus .vertical {
  transform: translate(-50%, -50%) rotate(-270deg) !important;
}
.section-qna .dropdown-qna .qna-item.active .title-dropdown--qna svg {
  transform: rotate(135deg);
}
.section-qna .dropdown-qna .qna-item.active .title-dropdown--qna svg path {
  stroke: #fff;
}
.section-qna .dropdown-qna .qna-item .title-dropdown--qna {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 24px 37px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #4b4b4b;
  box-shadow: 0 4px 46px 0 rgba(141, 141, 141, 0.18);
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .title-dropdown--qna {
    font-size: 15px;
    padding: 16px 12px 16px 18px;
    border-radius: 7px;
  }
}
.section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
  background: #e2f4ff;
  border-radius: 50%;
  transition: 0.3s all ease;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}
.section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus small {
  display: block;
  background: #1584c1;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
  width: 26px;
  height: 3px;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .horizontal {
    width: 16px;
    height: 2px;
  }
}
.section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
  width: 3px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(0);
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .title-dropdown--qna .qna_plus .vertical {
    width: 2px;
    height: 16px;
  }
}
.section-qna .dropdown-qna .qna-item .default-submenu {
  display: none;
  padding: 40px;
  box-shadow: 0 4px 16px 0 rgba(141, 141, 141, 0.18);
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin: 13px 0 0 0;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .default-submenu {
    padding: 18px;
    border-radius: 7px;
    margin: 5px 0 0 0;
  }
}
.section-qna .dropdown-qna .qna-item .default-submenu p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #4b4b4b;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .default-submenu p {
    font-size: 15px;
    margin: 0 0 15px;
  }
}
.section-qna .dropdown-qna .qna-item .default-submenu .qna-more {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #1584c1;
  border-bottom: 1px solid #1584c1;
}
@media (max-width: 991px) {
  .section-qna .dropdown-qna .qna-item .default-submenu .qna-more {
    font-size: 16px;
  }
}
.section-qna .dropdown-qna .qna-item .default-submenu .qna-more:hover {
  border-color: transparent;
}

.section-services--feedback {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-services--feedback {
    padding: 32px 0;
  }
}
.section-services--feedback .services-feedback--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(0, 131, 218, 0.34);
  border-radius: 30px;
  background: linear-gradient(180deg, #fff 0%, rgba(129, 206, 255, 0.36) 96.15%);
  overflow: hidden;
  padding: 65px 220px;
}
@media (max-width: 1141px) {
  .section-services--feedback .services-feedback--wrapper {
    padding: 64px 150px;
  }
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper {
    padding: 46px 15px 64px;
    border-radius: 20px;
  }
}
.section-services--feedback .services-feedback--wrapper img {
  display: block;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 31px;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper img {
    height: 45px;
    margin: 0 0 25px;
  }
}
.section-services--feedback .services-feedback--wrapper h2 {
  text-align: center;
  margin: 0 0 34px;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper h2 {
    margin: 0 0 20px;
  }
}
.section-services--feedback .services-feedback--wrapper p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #4b4b4b;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper p {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper p br {
    display: none;
  }
}
.section-services--feedback .services-feedback--wrapper .btn-wrapper {
  width: 100%;
  display: flex;
  align-content: inherit;
  justify-content: center;
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper .btn-wrapper {
    margin: 0 0 25px;
  }
}
.section-services--feedback .services-feedback--wrapper .btn-wrapper .btn {
  width: 100%;
  max-width: 340px;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper .btn-wrapper .btn {
    max-width: 100%;
  }
}
.section-services--feedback .services-feedback--wrapper span {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #7a7a7a;
}
@media (max-width: 991px) {
  .section-services--feedback .services-feedback--wrapper span {
    font-size: 16px;
  }
}
.section-services--feedback .services-feedback--wrapper span a {
  border-bottom: 1px solid transparent;
}
.section-services--feedback .services-feedback--wrapper span a:hover {
  color: #1584c1;
  border-color: #1584c1;
}
.section-services--feedback .services-feedback--wrapper span br {
  display: none;
}
@media (max-width: 767px) {
  .section-services--feedback .services-feedback--wrapper span br {
    display: block;
  }
}

.section-article {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-article {
    padding: 32px 0;
  }
}
.section-article .wp-block-group {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-article .wp-block-group {
    margin: 0 0 40px;
  }
}
.section-article p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #4b4b4b;
  max-width: 750px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-article p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 0 15px;
  }
}
.section-article ul {
  max-width: 750px;
  margin: 40px 0 0 0;
}
@media (max-width: 991px) {
  .section-article ul {
    margin: 20px 0 0 0;
  }
}
.section-article ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #4b4b4b;
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-article ul li {
    font-size: 16px;
    padding: 0 0 0 16px;
    margin: 0 0 10px;
  }
}
.section-article ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b4b4b;
}
@media (max-width: 991px) {
  .section-article ul li:before {
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
  }
}
.section-article h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #4b4b4b;
  margin: 0 0 45px;
}
@media (max-width: 1440px) {
  .section-article h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-article h1 {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .section-article h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-article h2 br {
    display: none;
  }
}
.section-article .wp-block-image {
  margin: 0 0 20px;
}
.section-article .wp-block-image img {
  border: 1px solid #1584c1;
  border-radius: 15px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .section-article .wp-block-image img {
    border-radius: 10px;
  }
}
.section-article blockquote {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #4b4b4b;
  border-left: 1px solid #4b4b4b;
  max-width: 750px;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .section-article blockquote {
    font-size: 16px;
    padding: 0 0 0 15px;
    margin: 0 0 20px;
  }
}
.section-article .article-check {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .section-article .article-check {
    margin: 0 0 20px;
  }
}
.section-article .article-check h2 {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-article .article-check h2 {
    margin: 0 0 20px;
  }
}
.section-article .article-check .article-check--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-article .article-check .article-check--wrapper .article-check--item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(50% - 60px);
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-article .article-check .article-check--wrapper .article-check--item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.section-article .article-check .article-check--wrapper .article-check--item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 25px;
  background: #ebf7ff;
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-article .article-check .article-check--wrapper .article-check--item .image-wrapper {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 12px;
    margin: 0 10px 0 0;
  }
}
.section-article .article-check .article-check--wrapper .article-check--item .image-wrapper img {
  display: block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-article .article-check .article-check--wrapper .article-check--item .image-wrapper img {
    width: 24px;
    height: 24px;
  }
}
.section-article .article-check .article-check--wrapper .article-check--item p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.34524;
  color: #4b4b4b;
  margin: 0;
}
@media (max-width: 991px) {
  .section-article .article-check .article-check--wrapper .article-check--item p {
    font-size: 16px;
  }
}
.section-article .article-advantages {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-article .article-advantages {
    margin: 0 0 40px;
  }
}
.section-article .article-advantages h2 {
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-article .article-advantages h2 {
    margin: 0 0 20px;
  }
}
.section-article .article-advantages .article-advantages--item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section-article .article-advantages .article-advantages--item {
    margin: 0 0 40px;
  }
}
.section-article .article-advantages .article-advantages--item:nth-last-child(1) {
  margin: 0;
}
.section-article .article-advantages .article-advantages--item .left-side {
  width: 50%;
  padding: 0 20px 0 0;
}
@media (max-width: 991px) {
  .section-article .article-advantages .article-advantages--item .left-side {
    width: 100%;
    padding: 0;
  }
}
.section-article .article-advantages .article-advantages--item .left-side h3 {
  color: #1584c1;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-article .article-advantages .article-advantages--item .left-side h3 {
    margin: 0 0 10px;
  }
}
.section-article .article-advantages .article-advantages--item .right-side {
  width: 50%;
}
@media (max-width: 991px) {
  .section-article .article-advantages .article-advantages--item .right-side {
    width: 100%;
  }
}
.section-article .article-advantages .article-advantages--item .right-side img {
  display: block;
  width: 100%;
  border: 1px solid #1584c1;
  border-radius: 12px;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-article .article-gallery {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-article .article-gallery {
    margin: 0 0 40px;
  }
}
.section-article .article-gallery h2 {
  text-align: center;
  margin: 0 0 45px;
}
@media (max-width: 991px) {
  .section-article .article-gallery h2 {
    margin: 0 0 20px;
  }
}
.section-article .article-gallery .row {
  margin: -10px -5px;
}
@media (max-width: 991px) {
  .section-article .article-gallery .row {
    margin: -7.5px;
  }
}
.section-article .article-gallery .row [class*=col-] {
  padding: 10px 5px;
}
@media (max-width: 991px) {
  .section-article .article-gallery .row [class*=col-] {
    padding: 7.5px;
  }
}
.section-article .article-gallery .image-gallery {
  display: block;
}
.section-article .article-gallery .image-gallery:hover {
  opacity: 0.7;
}
.section-article .article-gallery .image-gallery img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .section-article .article-gallery .image-gallery img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section-article .article-gallery .image-gallery img {
    height: 200px;
  }
}
.section-article .article-accent {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #4b4b4b;
  padding: 35px 180px;
  margin: 0 0 60px;
  border-radius: 10px;
  background: linear-gradient(270deg, rgba(226, 244, 255, 0.7) 0%, #e2f4ff 50.48%, rgba(226, 244, 255, 0.7) 100%);
}
@media (max-width: 1141px) {
  .section-article .article-accent {
    padding: 35px 64px;
  }
}
@media (max-width: 991px) {
  .section-article .article-accent {
    font-size: 16px;
    padding: 32px 16px;
    margin: 0 0 40px;
  }
}
.section-article .article-accent p {
  margin: 0;
}

.fixed-btn {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
@media (max-width: 991px) {
  .fixed-btn {
    bottom: 30px;
    right: 15px;
  }
}
.fixed-btn a {
  display: block;
}
.fixed-btn a:hover {
  opacity: 0.7;
}
.fixed-btn a img {
  display: block;
}

h1,
.h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 140px;
  line-height: 0.9;
  color: #4b4b4b;
  margin: 0 0 22px;
}
@media (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 120px;
  }
}
@media (max-width: 1141px) {
  h1,
  .h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}
h1 span,
.h1 span {
  color: #1584c1;
}

h2,
.h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 0.9;
  color: #4b4b4b;
  margin: 0 0 25px;
}
@media (max-width: 1141px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
h2 span,
.h2 span {
  color: #1584c1;
}

h3,
.h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.9;
  color: #4b4b4b;
  margin: 0 0 15px;
}
@media (max-width: 1141px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
h3 span,
.h3 span {
  color: #1584c1;
}

.page-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #4b4b4b;
  margin: 0 0 30px;
}
@media (max-width: 1141px) {
  .page-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .page-subtitle {
    font-size: 16px;
    margin: 0 0 25px;
  }
}
.page-subtitle span {
  color: #1584c1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 34px;
}
@media (max-width: 1141px) {
  .btn {
    padding: 10px 24px;
  }
}
.btn-blue {
  box-shadow: inset 0 3px 9px 0 rgba(255, 255, 255, 0.47);
  background: radial-gradient(78.58% 122.14% at 43.83% 58.97%, #1d78f2 0%, #0053c1 100%);
  border-radius: 7px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  min-height: 83px;
}
@media (max-width: 1141px) {
  .btn-blue {
    min-height: 60px;
  }
}
.btn-blue:hover {
  box-shadow: inset 0 3px 9px 0 rgba(255, 255, 255, 0.47);
  opacity: 0.8;
  color: #fff;
}

.row {
  margin: -5px;
}
.row [class*=col-] {
  padding: 5px;
}

.slick-arrow {
  display: none !important;
}

.menu-box {
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 151;
}
@media (max-width: 991px) {
  .menu-box {
    display: flex;
  }
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f5f6f9;
}
.hamburger .line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #1584c1;
  border-radius: 50px;
  margin: 0 0 3px;
  transition: all 0.3s ease-in-out;
}
.hamburger .line:nth-last-child(1) {
  margin: 0;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.is-active .line {
  width: 20px;
}
.hamburger.is-active .line:nth-child(3) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
  background: #1584c1;
}
.hamburger.is-active .line:nth-child(2) {
  transform: translateY(1px) rotate(-45deg);
  background: #1584c1;
}

.mob-nav {
  position: absolute;
  right: 0;
  top: 73px;
  width: 100%;
  max-width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  padding: 30px 15px;
  background: #fff;
  z-index: 1;
  overflow: auto;
  height: calc(100dvh - 73px);
}
.mob-nav.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 150;
}
.mob-nav .header-mob--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mob-nav .header-mob--menu li {
  width: 100%;
  margin: 0 0 16px;
}
.mob-nav .header-mob--menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #262b2e;
}
.mob-nav .header-mob--menu li a:hover {
  color: #1584c1;
}
.mob-nav .header-mob--menu li.has-child.active .has-child--title {
  color: #1584c1;
}
.mob-nav .header-mob--menu li.has-child.active .has-child--title .catalog-title--lines .line {
  background: #1584c1;
}
.mob-nav .header-mob--menu li.has-child .has-child--title {
  padding: 10px 18px;
  border-radius: 7px;
  background: #f5f6f9;
}
.mob-nav .header-mob--menu li.has-child .has-child--title:hover .catalog-title--lines .line {
  background: #1584c1;
}
.mob-nav .header-mob--menu li.has-child .has-child--title .catalog-title--lines {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 0 10px;
}
.mob-nav .header-mob--menu li.has-child .has-child--title .catalog-title--lines .line {
  display: block;
  width: 14px;
  height: 1px;
  background-color: #262b2e;
  margin: 0 0 4px;
  transition: all 0.3s ease-in-out;
}
.mob-nav .header-mob--menu li.has-child .has-child--title .catalog-title--lines .line:nth-last-child(1) {
  margin: 0;
}
.mob-nav .header-mob--menu li .has-child--dropdown {
  display: none;
  padding: 10px 0 0 0;
}
.mob-nav .header-mob--menu li .has-child--dropdown ul li {
  padding: 8px 0;
  margin: 0;
}
.mob-nav .header-mob--menu li .has-child--dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #262b2e;
  white-space: nowrap;
}
.mob-nav .header-mob--menu li .has-child--dropdown ul li a:hover {
  color: #1584c1;
}
.mob-nav .header-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.mob-nav .header-phone .header-social {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mob-nav .header-phone .header-social:hover {
  opacity: 0.7;
}
.mob-nav .header-phone .header-phone--item {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #262b2e;
  margin: 0 0 0 13px;
}
.mob-nav .header-phone .header-phone--item:hover {
  color: #1584c1;
}

.check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.check p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.66667;
  color: #000;
  text-align: left;
  margin: 0 0 0 12px;
}
.check p a:hover {
  text-decoration: underline;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.check .checkmark {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #000;
  background: #fff;
}
.check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #bb693d;
  transform: translate(-50%, -50%);
}

.modal {
  z-index: 10000;
}
.modal.services-modal {
  overflow: auto;
}
.modal.services-modal .modal-dialog {
  max-width: 1220px;
  border: none;
  border-radius: 0;
}
.modal.services-modal .modal-dialog .modal-content {
  border: none;
  background: linear-gradient(270deg, #e2f4ff 0%, #e2f4ff 50.48%, #e2f4ff 100%);
  overflow: hidden;
  border: 1px solid #1584c1;
  border-radius: 20px;
  padding: 40px 60px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content {
    padding: 30px 10px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  opacity: 1;
  z-index: 50;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .close {
    width: 16px;
    right: 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close:hover {
  opacity: 0.7;
}
.modal.services-modal .modal-dialog .modal-content .close svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .close svg {
    width: 16px;
    height: 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .close svg rect {
  transition: 0.3s all ease;
}
.modal.services-modal .modal-dialog .modal-content .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 23px;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .label {
    margin: 0 0 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .label p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Comfortaa", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #696969;
  padding: 10px 24px;
  border-radius: 37px;
  background: #fff;
  border: 1px solid rgba(0, 131, 218, 0.34);
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .label p {
    font-size: 14px;
  }
}
.modal.services-modal .modal-dialog .modal-content h3 {
  color: #1584c1;
  margin: 0 0 33px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content h3 {
    margin: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content h3 {
    font-size: 22px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper {
    display: block;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
  width: calc(50% - 30px);
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul {
    width: 100%;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li {
    margin: 0 0 16px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #92c4e0;
  border-radius: 50%;
  z-index: 3;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #7a7a7a;
  z-index: 1;
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li:after {
    bottom: 6px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.34524;
  color: #7a7a7a;
  padding: 0 10px 3px 32px;
  background: #e2f4ff;
  z-index: 2;
  position: relative;
  max-width: calc(100% - 60px);
}
@media (max-width: 1141px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
    padding: 0 10px 3px 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p {
    padding: 0 5px 3px 10px;
  }
}
.modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p:nth-last-child(1) {
  text-align: right;
  font-weight: 600;
  color: #4b4b4b;
  min-width: 55px;
  padding: 0 0 3px 3px;
  max-width: initial;
}
@media (max-width: 991px) {
  .modal.services-modal .modal-dialog .modal-content .list-wrapper ul li p:nth-last-child(1) {
    min-width: 45px;
    padding: 0 0 3px;
  }
}

.ohidden,
.catalog-open {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

section {
  opacity: 0;
  transition: opacity 1s ease-out;
}

section.visible {
  opacity: 1;
}

.custom_animate {
  opacity: 0;
  transform: translateX(-500px);
  transition: all 1s ease-out;
}
.custom_animate.visible {
  opacity: 1;
  transform: translateX(0);
}
