@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

ul {
  list-style: none;
}

body * {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Founder-Regular";
  src: url("../fonts/Founder-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Founder-Medium";
  src: url("../fonts/Founder-Medium.otf") format("opentype");
}
@font-face {
  font-family: "LTSuperior-Regular";
  src: url("../fonts/LTSuperior-Regular.otf") format("opentype");
}
@font-face {
  font-family: "LTSuperior-Semibold";
  src: url("../fonts/LTSuperior-Semibold.otf") format("opentype");
}
.footer__consult, .lines__card-line, .main__banner-cons, .konsult__btn {
  background-color: #FEFEFE;
  border-radius: 15px;
  border: 1px solid #FEFEFE;
  transition: all 0.5s;
  padding: 10px 20px;
  color: #3F47CC;
  font-family: "Founder-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.footer__consult:hover, .lines__card-line:hover, .main__banner-cons:hover, .konsult__btn:hover {
  border-color: #3F47CC;
}
@media (max-width: 1420px) {
  .footer__consult, .lines__card-line, .main__banner-cons, .konsult__btn {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .footer__consult, .lines__card-line, .main__banner-cons, .konsult__btn {
    font-size: 16px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .footer__consult, .lines__card-line, .main__banner-cons, .konsult__btn {
    padding: 14px 20px;
  }
}
@media (max-width: 1050px) {
  .footer__consult, .lines__card-line, .main__banner-cons, .konsult__btn {
    font-family: "LTSuperior-Regular";
  }
}

.blue__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-family: "Founder-Regular";
  color: #FEFEFE;
  background-color: #3F47CC;
  padding: 15.5px 20px;
  border-radius: 15px;
  border: 1px solid #3F47CC;
  transition: all 0.5s;
  text-decoration: none;
}
.blue__btn:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
@media (max-width: 1420px) {
  .blue__btn {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .blue__btn {
    font-size: 16px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .blue__btn {
    padding: 14px 20px;
  }
}
@media (max-width: 1050px) {
  .blue__btn {
    font-family: "LTSuperior-Regular";
  }
}

.block__title {
  color: #333;
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
  letter-spacing: -0.55px;
  font-family: "LTSuperior-Semibold";
}
@media (max-width: 1420px) {
  .block__title {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .block__title {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  .block__title {
    font-size: 32px;
    letter-spacing: -0.352px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  .block__title {
    font-size: 25px;
    letter-spacing: -0.275px;
    line-height: normal;
  }
}

.container {
  max-width: 1380px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .container {
    max-width: 1350px;
    padding: 0;
  }
}

.big-container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}

.section-margin {
  margin: 120px 0;
}
@media (max-width: 1200px) {
  .section-margin {
    margin: 90px 0;
  }
}
@media (max-width: 700px) {
  .section-margin {
    margin: 65px 0;
  }
}

.section-margin-last {
  margin: 0 0 120px;
}
.section-margin-last.section-margin-last-stage {
    margin: 0 0 180px;
}
@media (max-width: 1200px) {
  .section-margin-last {
    margin: 0 0 90px;
  }
}
@media(max-width: 1050px) {
    .section-margin-last.section-margin-last-stage {
        margin: 0 0 170px;
    }
}
@media (max-width: 700px) {
  .section-margin-last {
    margin: 0 0 65px;
  }
  .section-margin-last.section-margin-last-stage {
    margin: 0 0 65px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #F4F6FC;
  font-family: "Founder-Regular";
  font-weight: 400;
  line-height: normal;
  color: #333;
  font-size: 18px;
  padding: 20px;
}
body.white__body {
  background-color: #FEFEFE;
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  body {
    padding: 15px;
  }
}
body.lock {
  overflow: hidden;
}

body > main {
  flex-grow: 1;
}

h1 {
  font-family: "LTSuperior-Semibold";
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.55px;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 1420px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  h1 {
    font-size: 32px;
    letter-spacing: -0.352px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 25px;
    letter-spacing: -0.275px;
    line-height: normal;
  }
}

h2 {
  font-family: "LTSuperior-Semibold";
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.352px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  h2 {
    font-size: 25px;
    letter-spacing: -0.275px;
    line-height: normal;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-family: "LTSuperior-Semibold";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  h3 {
    font-size: 20px;
    letter-spacing: -0.275px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: "LTSuperior-Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.22px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-family: "LTSuperior-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  h5 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  color: #000;
  font-family: "LTSuperior-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 143.75%;
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  h6 {
    margin-bottom: 15px;
    line-height: normal;
  }
}

a:not(header a, footer a) {
  color: #3F47CC;
  text-decoration: underline;
  outline: none !important;
}

p {
  font-family: "Founder-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #333;
  margin-bottom: 20px;
}
p:last-of-type:not(header p, footer p) {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  p {
    font-size: 16px;
  }
}

ul:not(header ul, footer ul, .mob__menu ul) {
  margin: 10px 0;
  padding-left: 10px;
}
ul:not(header ul, footer ul, .mob__menu ul) li {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 143%;
  font-family: "LTSuperior-Regular";
}
ul:not(header ul, footer ul, .mob__menu ul) li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
ul:not(header ul, footer ul, .mob__menu ul) li + li {
  margin-top: 20px;
}
ul:not(header ul, footer ul, .mob__menu ul) p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 143%;
  font-family: "LTSuperior-Regular";
}

ol:not(header ul, footer ul, .mob__menu ul) {
  margin: 10px 0;
  padding-left: 10px;
}
ol:not(header ul, footer ul, .mob__menu ul) li {
  position: relative;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 143%;
  font-family: "LTSuperior-Regular";
}
ol:not(header ul, footer ul, .mob__menu ul) li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}
ol:not(header ul, footer ul, .mob__menu ul) li + li {
  margin-top: 20px;
}
ol:not(header ul, footer ul, .mob__menu ul) p {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 143%;
  font-family: "LTSuperior-Regular";
}

/*header*/
header {
  background-color: #3F47CC;
  border-radius: 20px;
  position: fixed;
  left: 20px;
  right: 20px;
  top: 20px;
  z-index: 90;
  transition: all 0.5s;
}
header.active__header {
  top: 0;
}
@media (max-width: 1420px) {
  header {
    border-radius: 15px;
  }
}
@media (max-width: 1200px) {
  header {
    border-radius: 10px;
  }
}
@media (max-width: 1100px) {
  header {
    left: 15px;
    right: 15px;
    top: 15px;
  }
}

.header__cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
@media (max-width: 1420px) {
  .header__cnt {
    padding: 12px 20px;
  }
}
@media (max-width: 1300px) {
  .header__cnt {
    padding: 12px 15px;
  }
}
@media (max-width: 1200px) {
  .header__cnt {
    padding: 12px 10px;
  }
}
@media (max-width: 1050px) {
  .header__cnt {
    padding: 10px;
  }
}

.haeder__logo {
  display: block;
  width: 50px;
  height: 50px;
}
.haeder__logo img, .haeder__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .haeder__logo {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1200px) {
  .haeder__logo {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 700px) {
  .haeder__logo {
    width: 36px;
    height: 36px;
  }
}

.header__center {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .header__center {
    display: none;
  }
}

.header__nav {
  margin-right: 25px;
}
.header__nav ul:not(.header__drop) {
  display: flex;
  align-items: center;
}
.header__nav ul:not(.header__drop) li + li:not(.header__drop li) {
  margin-left: 25px;
}
@media (max-width: 1420px) {
  .header__nav ul:not(.header__drop) li + li:not(.header__drop li) {
    margin-left: 15px;
  }
}
@media (max-width: 1300px) {
  .header__nav ul:not(.header__drop) li + li:not(.header__drop li) {
    margin-left: 10px;
  }
}
.header__nav ul:not(.header__drop) li {
  position: relative;
}
.header__nav ul:not(.header__drop) li:hover a:not(.header__drop a) {
  background-color: #FEFEFE;
  color: #3F47CC;
}
.header__nav ul:not(.header__drop) li:hover a:not(.header__drop a) svg {
  transform: rotateZ(180deg);
}
.header__nav ul:not(.header__drop) li:hover a:not(.header__drop a) svg path {
  stroke: #3F47CC;
}
.header__nav ul:not(.header__drop) li:hover .header__drop {
  opacity: 1;
  visibility: visible;
}
.header__nav ul:not(.header__drop) a:not(.header__drop a) {
  color: #FEFEFE;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  transition: all 0.5s;
  font-family: "Founder-Regular";
  font-weight: 400;
  font-size: 18px;
  padding: 3px 12px 5px;
  border-radius: 20px;
}
.header__nav ul:not(.header__drop) a:not(.header__drop a) svg {
  width: 21px;
  height: auto;
  margin-left: 5px;
  transition: all 0.5s;
}
.header__nav ul:not(.header__drop) a:not(.header__drop a) svg path {
  transition: all 0.5s;
}
@media (max-width: 1420px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) svg {
    width: 18px;
  }
}
@media (max-width: 1300px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) svg {
    width: 16px;
  }
}
@media (max-width: 1200px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) svg {
    width: 14px;
  }
}
@media (max-width: 1420px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header__nav ul:not(.header__drop) a:not(.header__drop a) {
    font-size: 15px;
    border-radius: 10px;
    padding: 3px 8px;
  }
}
@media (max-width: 1420px) {
  .header__nav {
    margin-right: 15px;
  }
}
@media (max-width: 1300px) {
  .header__nav {
    margin-right: 10px;
  }
}

.header__drop {
  display: flex;
  flex-direction: column;
  background-color: #FEFEFE;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: calc(100% + 5.5px);
  transform: translateX(-50%);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0px 1px 20px 0px rgba(14, 24, 61, 0.07);
  transition-property: opacity, visibility;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.15s, 0.15s;
  width: 215px;
  opacity: 0;
  visibility: hidden;
}
.header__drop li + li {
  margin-top: 15px;
}
@media (max-width: 1300px) {
  .header__drop li + li {
    margin-top: 10px;
  }
}
.header__drop a {
  transition: all 0.5s;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-weight: 400;
  font-family: "Founder-Regular";
  font-size: 18px;
}
.header__drop a:hover {
  color: #3F47CC;
}
@media (max-width: 1420px) {
  .header__drop a {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .header__drop a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header__drop a {
    font-size: 15px;
  }
}
@media (max-width: 1420px) {
  .header__drop {
    padding: 20px;
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .header__drop {
    padding: 15px;
    width: 170px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .header__drop {
    width: 150px;
  }
}

.header__tel {
  color: #FEFEFE;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  transition: all 0.5s;
  font-family: "Founder-Regular";
  font-weight: 400;
  font-size: 18px;
  padding: 5px 12px;
  border-radius: 20px;
}
.header__tel:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
@media (max-width: 1420px) {
  .header__tel {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .header__tel {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header__tel {
    font-size: 15px;
  }
}

.lang {
    position: relative;
    transition: all 0.5s;
}

.lang a, .lang p {
    color: #FEFEFE;
    text-transform: uppercase;
    font-family: "Founder-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.5s;
    margin: 0;
}

@media(max-width: 1420px) {
    .lang a, .lang p {
        font-size: 17px;
    }
}

@media(max-width: 1300px) {
    .lang a, .lang p {
        font-size: 16px;
    }
}

@media(max-width: 1200px) {
    .lang a, .lang p {
        font-size: 15px;
    }
}

@media(max-width: 1050px) {
    .lang {
        display: none;
    }
}

.lang a:hover {
    color: #3F47CC;
}

.lang .lang__list {
    position: absolute;
    transition-property: opacity, visibility;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.15s, 0.15s;
    background-color: #fff;
    box-shadow: 0px 1px 20px 0px rgba(14, 24, 61, 0.07);
    border-radius: 15px;
    padding: 15px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.lang .lang__list li + li {
    margin-top: 7px;
}

.lang .lang__list a {
    color: #000;
    text-decoration: none;
}

.lang .lang__list a:hover {
    color: #3F47CC;
}

.lang:hover .lang__list {
    opacity: 1;
    visibility: visible;
}

.mob__lang {
    position: relative;
}

.mob__lang-title {
    color: #3F47CC;
    font-family: "Founder-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.lang__list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.lang__list.lang-active {
    opacity: 1;
    visibility: visible;
}

.lang__list a {
    color: #3F47CC;
    font-family: "Founder-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: fit-content;
}

.lang__list a + a {
    margin-top: 7px;
}

.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .header__right {
    display: none;
  }
}

.header__soc {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header__soc a {
  width: 34px;
  height: 34px;
}
.header__soc a img, .header__soc a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__soc a:nth-child(1):hover svg path:nth-child(2) {
  fill: #2AA2DE;
}
.header__soc a:nth-child(2):hover svg circle {
  fill: #0DC143;
}
@media (max-width: 1420px) {
  .header__soc a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1300px) {
  .header__soc a {
    width: 26px;
    height: 26px;
  }
}
.header__soc svg path, .header__soc svg circle {
  transition: all 0.5s;
}
.header__soc a + a {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
@media (max-width: 1420px) {
  .header__soc a + a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1300px) {
  .header__soc a + a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1420px) {
  .header__soc {
    margin-right: 15px;
  }
}

.konsult__btn {
  padding: 13px 39px;
}
@media (max-width: 1420px) {
  .konsult__btn {
    padding: 12px 25px;
  }
}
@media (max-width: 1300px) {
  .konsult__btn {
    padding: 12px 15px;
  }
}
@media (max-width: 1200px) {
  .konsult__btn {
    padding: 8px;
  }
}

.header__burger {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
}
.header__burger svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1050px) {
  .header__burger {
    display: flex;
  }
}

/*мобильное меню*/
.mob__menu {
  display: flex;
  flex-direction: column;
  background-color: #FEFEFE;
  position: fixed;
  top: 0;
  right: -2000px;
  width: 320px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.5s;
  z-index: 110;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 20px 20px;
}
.mob__menu.active-mob__menu {
  right: 0;
}
.mob__menu::-webkit-scrollbar-track {
  background-color: #FEFEFE;
}
.mob__menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3F47CC;
}
.mob__menu::-webkit-scrollbar {
  width: 6px;
}

.mob__menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.mob__menu-close, .mob__menu-back {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mob__menu-close svg, .mob__menu-back svg {
  width: 100%;
  height: 100%;
}

.mob__menu-main-list {
  margin-top: 30px;
  margin-bottom: 31px;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(141, 141, 141, 0.2);
}
.mob__menu-main-list ul li + li {
  margin-top: 32px;
}
.mob__menu-main-list ul a {
  color: #333;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.22px;
  font-size: 20px;
  font-family: "LTSuperior-Semibold";
  text-decoration: none;
}

.mob__menu-bottom {
  margin-top: auto;
}

.mob__menu-bottom-item + .mob__menu-bottom-item {
  margin-top: 20px;
}

.mob-tel, .mob-place {
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  font-family: "LTSuperior-Regular";
  color: #333;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.mob__consult {
  border-radius: 15px;
  padding: 14px 35.5px;
}

.mob__soc {
  display: flex;
  align-items: center;
}
.mob__soc a {
  display: block;
}
.mob__soc a + a {
  margin-left: 10px;
}

.mob__menu-secondary-list {
  margin-bottom: 50px;
}
.mob__menu-secondary-list a {
  text-decoration: none;
}
.mob__menu-secondary-list .mob__menu-secondary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mob__menu-secondary-list .mob__menu-secondary-link {
  color: #333;
  font-family: "LTSuperior-Semibold";
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  width: calc(100% - 100px);
}
.mob__menu-secondary-list .menu__secondary-open {
  padding-left: 20px;
}
.mob__menu-secondary-list .menu__secondary-open svg {
  width: 24px;
  height: 24px;
}

.menu-secondary-drop {
  overflow-y: scroll;
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #FEFEFE;
  padding: 20px 20px 20px;
  right: -2000px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.menu-secondary-drop.menu-secondary-active {
  right: 0;
}
.menu-secondary-drop ul {
  margin-bottom: 50px;
}
.menu-secondary-drop ul li + li {
  margin-top: 32px;
}
.menu-secondary-drop ul a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
}

.menu-secondary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.menu-secondary-title {
  color: #333;
  font-weight: 600;
  line-height: 110%;
  font-family: "LTSuperior-Semibold";
  font-size: 20px;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 32px !important;
}

/*main*/
main {
  padding-top: 100px;
}
@media (max-width: 1420px) {
  main {
    padding-top: 96px;
  }
}
@media (max-width: 1300px) {
  main {
    padding-top: 91px;
  }
}
@media (max-width: 1200px) {
  main {
    padding-top: 86px;
  }
}
@media (max-width: 1050px) {
  main {
    padding-top: 82px;
  }
}

.main__banner-wrapper {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}
.main__banner-wrapper .main__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main__banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
@media (max-width: 1200px) {
  .main__banner-wrapper::before {
    border-radius: 15px;
  }
}
@media (max-width: 1050px) {
  .main__banner-wrapper::before {
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .main__banner-wrapper {
    height: 640px;
    border-radius: 15px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1050px) {
  .main__banner-wrapper {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 700px) {
  .main__banner-wrapper {
    margin-bottom: 55px;
  }
}
@media (max-width: 600px) {
  .main__banner-wrapper {
    height: 650px;
    margin-bottom: 65px;
  }
}

.main__banner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 136px;
  padding-bottom: 30px;
}
@media (max-width: 1420px) {
  .main__banner {
    padding: 150px 15px 30px;
  }
}
@media (max-width: 1200px) {
  .main__banner {
    padding: 170px 15px 30px;
  }
}
@media (max-width: 1050px) {
  .main__banner {
    align-items: center;
    padding: 190px 15px 30px;
  }
}
@media (max-width: 600px) {
  .main__banner {
    padding: 140px 20px 30px;
  }
}

.main__banner-title {
  color: #FEFEFE;
  font-family: "LTSuperior-Semibold";
  line-height: 124%;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.55px;
  margin-bottom: 10px;
  max-width: 1150px;
}
@media (max-width: 1420px) {
  .main__banner-title {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .main__banner-title {
    font-size: 40px;
    max-width: 920px;
  }
}
@media (max-width: 1050px) {
  .main__banner-title {
    text-align: center;
    max-width: 500px;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.352px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .main__banner-title {
    font-size: 25px;
    letter-spacing: -0.275px;
  }
}

.main__banner-description {
  margin: 0;
  color: #FEFEFE;
  font-family: "Founder-Regular";
  font-weight: 400;
  font-size: 31px;
  line-height: 129%;
  letter-spacing: -0.341px;
  max-width: 600px;
}
@media (max-width: 1420px) {
  .main__banner-description {
    font-size: 27px;
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .main__banner-description {
    font-size: 24px;
    max-width: 450px;
  }
}
@media (max-width: 1050px) {
  .main__banner-description {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
    line-height: 110%;
    letter-spacing: -0.22px;
    max-width: 420px;
  }
}

.main__banner-btns {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.main__banner-btns a + a {
  margin-left: 25px;
}
@media (max-width: 1050px) {
  .main__banner-btns a + a {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .main__banner-btns a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .main__banner-btns {
    flex-direction: column;
  }
}

.main__banner-cons {
  text-decoration: none;
  padding: 15.5px 29px;
}
@media (max-width: 1420px) {
  .main__banner-cons {
    padding: 16.5px 29px;
  }
}
@media (max-width: 1300px) {
  .main__banner-cons {
    padding: 17px 29px;
  }
}
@media (max-width: 1200px) {
  .main__banner-cons {
    padding: 14px 32.5px;
  }
}

.main__banner-catalog {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FEFEFE;
  font-weight: 400;
  font-size: 18px;
  font-family: "Founder-Regular";
  line-height: normal;
  border-radius: 15px;
  transition: all 0.5s;
  background-color: #3F47CC;
  padding: 4px 4px 4px 29px;
  border: 1px solid #3F47CC;
}
.main__banner-catalog .main__banner-catalog-arrow {
  transition: all 0.5s;
  background-color: #FEFEFE;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 45px;
  margin-left: 30px;
}
.main__banner-catalog .main__banner-catalog-arrow svg {
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  background-color: transparent;
}
.main__banner-catalog .main__banner-catalog-arrow svg path {
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .main__banner-catalog .main__banner-catalog-arrow {
    width: 45px;
    height: 40px;
  }
}
.main__banner-catalog:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
.main__banner-catalog:hover .main__banner-catalog-arrow {
  background-color: #3F47CC;
}
.main__banner-catalog:hover .main__banner-catalog-arrow svg path {
  stroke: #FEFEFE;
}
@media (max-width: 1420px) {
  .main__banner-catalog {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .main__banner-catalog {
    font-size: 16px;
    border-radius: 10px;
  }
}

.catalog__title-box {
  margin-bottom: 30px;
}
.catalog__title-box .block__title-link {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1050px) {
  .catalog__title-box .block__title-link {
    padding-left: 29px;
    padding-right: 29px;
  }
}
.catalog__title-box .block__title {
  width: calc(100% - 250px);
}
@media (max-width: 600px) {
  .catalog__title-box .block__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .catalog__title-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .catalog__title-box {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .catalog__title-box {
    margin-bottom: 20px;
  }
}

.line__title {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.352px;
  color: #333;
  font-size: 32px;
  font-family: "LTSuperior-Semibold";
  margin-top: 40px;
}
.line__title:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1420px) {
  .line__title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .line__title {
    font-size: 23px;
  }
}
@media (max-width: 1050px) {
  .line__title {
    font-size: 20px;
    letter-spacing: -0.22px;
    line-height: 110%;
  }
}
@media (max-width: 600px) {
  .line__title {
    text-align: center;
  }
}

.catalog__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -17.5px;
}
@media (max-width: 1200px) {
  .catalog__row {
    margin: -10px;
  }
}
@media (max-width: 600px) {
  .catalog__row {
    margin: 0;
  }
}

.catalog__item {
  position: relative;
  display: block;
  width: calc(50% - 35px);
  margin: 17.5px;
  border-radius: 20px;
  background-color: #FEFEFE;
  height: 330px;
  text-decoration: none !important;
  transition: all 0.5s;
}
.catalog__item:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.catalog__item:hover .catalog__item-view img {
    transform: scale(1.1);
}
@media (min-width: 1051px) {
  .catalog__item:hover .catalog__item-hide {
    right: 0;
  }
  .catalog__item:hover .catalog__item-hide .catalog__item-btn {
    background-color: #3F47CC;
  }
  .catalog__item:hover .catalog__item-hide .catalog__item-btn svg path {
    stroke: #FEFEFE;
  }
}
@media (max-width: 1050px) {
  .catalog__item:hover .catalog__item-btn {
    background-color: #3F47CC;
  }
  .catalog__item:hover .catalog__item-btn svg path {
    stroke: #FEFEFE;
  }
}
@media (max-width: 1200px) {
  .catalog__item {
    height: 300px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 1050px) {
  .catalog__item {
    height: 250px;
  }
}
@media (max-width: 800px) {
  .catalog__item {
    height: 235px;
  }
}
@media (max-width: 600px) {
  .catalog__item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .catalog__item + .catalog__item {
    margin-top: 15px;
  }
}

.catalog__item-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.catalog__item-view {
  position: relative;
  overflow: hidden;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.catalog__item-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: all 0.5s;
}

.catalog__item-view::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
}

.catalog__item-info {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 25px;
}
@media (max-width: 1200px) {
  .catalog__item-info {
    padding: 25px 20px;
  }
}

.catalog__line-name {
  width: calc(100% - 80px);
  margin: 0;
  /* color: #333; */
  color: #fff;
  font-weight: 600;
  line-height: normal;
  font-size: 25px;
  font-family: "LTSuperior-Semibold";
  letter-spacing: -0.275px;
}
@media (max-width: 1200px) {
  .catalog__line-name {
    font-size: 22px;
  }
}
@media (max-width: 1050px) {
  .catalog__line-name {
    font-size: 20px;
  }
}

.catalog__item-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #F4F6FC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.catalog__item-btn svg {
  width: 40px;
  height: 40px;
}
.catalog__item-btn svg path {
  fill: transparent;
  transition: all 0.5s;
}
@media (max-width: 1050px) {
  .catalog__item-btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 1200px) {
  .catalog__item-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1050px) {
  .catalog__item-btn {
    width: 40px;
    height: 40px;
  }
}

.catalog__item-hide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #FEFEFE;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px 25px 25px 13px;
  transition: right 0.5s ease;
}
.catalog__item-hide .catalog__item-btn {
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 1050px) {
  .catalog__item-hide {
    display: none;
  }
}

.catalog__item-hide-img {
  width: 249px;
  height: 249px;
}
.catalog__item-hide-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .catalog__item-hide-img {
    width: 200px;
    height: 200px;
  }
}

.catalog__item-hide-text {
  width: calc(100% - 285px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .catalog__item-hide-text {
    width: calc(100% - 215px);
  }
}

.catalog__line-description {
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  font-family: "Founder-Regular";
  margin-top: 14px;
  height: 183px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .catalog__line-description {
    font-size: 15px;
    margin-top: 5px;
    height: 169px;
  }
}

.catalog__item-autonomous {
  display: block;
  width: 100%;
  height: 380px;
  background-color: #FEFEFE;
  text-decoration: none !important;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
}
.catalog__item-autonomous:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.catalog__item-autonomous:hover .catalog__item-btn {
  background-color: #3F47CC;
}
.catalog__item-autonomous:hover .catalog__item-btn svg path {
  stroke: #FEFEFE;
}
@media (max-width: 1200px) {
  .catalog__item-autonomous {
    height: 350px;
  }
}
@media (max-width: 1050px) {
  .catalog__item-autonomous {
    height: 315px;
  }
}
@media (max-width: 600px) {
  .catalog__item-autonomous {
    height: 235px;
  }
}

.autonomous__cnt {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 20px 25px;
}
.autonomous__cnt img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: calc(100% - 110px);
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.autonomous__cnt img.autonomous__img-mob {
  display: none;
}
@media (max-width: 1050px) {
  .autonomous__cnt img {
    height: calc(100% - 85px);
  }
  .autonomous__cnt img.autonomous__img-mob {
    display: block;
  }
  .autonomous__cnt img.autonomous__img-pc {
    display: none;
  }
}
@media (max-width: 600px) {
  .autonomous__cnt img {
    height: calc(100% - 50px);
    margin-bottom: 0;
    border-radius: 15px;
  }
}
@media (max-width: 1050px) {
  .autonomous__cnt {
    padding: 24px 20px 25px;
  }
}
@media (max-width: 600px) {
  .autonomous__cnt {
    padding: 20px 20px 25px;
  }
}

.autonomous__text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 600px) {
  .autonomous__text .catalog__item-btn {
    margin-left: auto;
  }
}

.autonomous__description {
  width: 100%;
  max-width: 650px;
  overflow: hidden;
  color: #333;
  font-family: "LTSuperior-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 143.75%;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1050px) {
  .autonomous__description {
    max-width: 450px;
    height: 64px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 600px) {
  .autonomous__description {
    display: none;
  }
}

.technology__wrapper {
  padding: 150px 0 130px;
  position: relative;
}
.technology__wrapper.technology__wrapper-catalog {
  padding: 0;
}
.technology__wrapper.technology__wrapper-catalog::before {
  display: none;
}
@media (max-width: 1050px) {
  .technology__wrapper.technology__wrapper-catalog {
    padding: 0 15px;
  }
}
.technology__wrapper::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #FEFEFE;
  border-radius: 50px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .technology__wrapper::before {
    border-radius: 30px;
  }
}
@media (max-width: 1100px) {
  .technology__wrapper::before {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 1050px) {
  .technology__wrapper::before {
    border-radius: 10px;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1200px) {
  .technology__wrapper {
    padding: 80px 0 100px;
  }
}
@media (max-width: 1050px) {
  .technology__wrapper {
    padding: 60px 15px 65px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
}

.tech__block-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tech__block-title h2 {
  margin: 0;
}
.tech__block-title h2 br {
  display: none;
}
@media (max-width: 1050px) {
  .tech__block-title h2 br {
    display: block;
  }
}
@media (max-width: 600px) {
  .tech__block-title h2 br {
    display: none;
  }
}
.tech__block-title .block__title-link {
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 1200px) {
  .tech__block-title .block__title-link {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
}
@media (max-width: 1050px) {
  .tech__block-title {
    flex-direction: column;
    margin-bottom: 43px;
  }
}

.technology__info {
  width: calc(100% - 365px);
}
.technology__info p {
  margin: 0;
  margin-top: 20px;
  font-family: "Founder-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #333;
}
@media (max-width: 1420px) {
  .technology__info p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .technology__info p {
    font-size: 16px;
    max-width: 775px;
  }
}
@media (max-width: 1050px) {
  .technology__info p {
    margin-top: 15px;
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
    max-width: 530px;
  }
}
@media (max-width: 600px) {
  .technology__info p {
    margin-top: 20px;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1420px) {
  .technology__info {
    width: calc(100% - 365px);
  }
}
@media (max-width: 1200px) {
  .technology__info {
    width: calc(100% - 220px);
  }
}
@media (max-width: 1050px) {
  .technology__info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.technology__slider-container {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 1050px) {
  .technology__slider-container {
    width: 550px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .technology__slider-container {
    width: 250px;
  }
}

@media (max-width: 1050px) {
  .technology__slider {
    overflow: initial;
  }
}

.technology__slid {
  position: relative;
  width: 435px;
  height: 305px;
  border-radius: 20px;
  padding: 30px 25px;
  background-color: #F4F6FC;
  transition: transform 0.5s ease, background-color 0.5s ease;
}
.technology__wrapper-catalog .technology__slid {
  background-color: #FEFEFE;
}
@media (min-width: 1051px) {
  .technology__slid:hover {
    background-color: #3F47CC;
  }
  .technology__wrapper-catalog .technology__slid:hover {
    background-color: #3F47CC;
  }
  .technology__slid:hover .technology__text-title, .technology__slid:hover .technology__num {
    color: #FEFEFE;
  }
  .technology__slid:hover .technology__text-description {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .technology__slid {
    width: 500px;
    height: 265px;
  }
}
@media (max-width: 1050px) {
  .technology__slid {
    width: 550px;
    height: 240px;
  }
  .technology__slid.swiper-slide-active {
    background-color: #3F47CC;
  }
  .technology__wrapper-catalog .technology__slid.swiper-slide-active.swiper-slide-active {
    background-color: #3F47CC;
  }
  .technology__slid.swiper-slide-active .technology__text-title, .technology__slid.swiper-slide-active .technology__num {
    color: #FEFEFE;
  }
  .technology__slid.swiper-slide-active .technology__text-description {
    opacity: 1;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .technology__slid {
    height: 180px;
    padding: 25px 20px;
  }
}

.technology__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.technology__text-title {
  margin-bottom: 10px;
  letter-spacing: -0.275px;
  font-weight: 600;
  line-height: normal;
  font-size: 25px;
  color: #3F47CC;
  font-family: "LTSuperior-Semibold";
  transition: all 0.5s;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .technology__text-title {
    font-size: 22px;
  }
}
@media (max-width: 1050px) {
  .technology__text-title {
    font-size: 20px;
    letter-spacing: -0.22px;
    line-height: 110%;
  }
}

.technology__text-description {
  margin: 0;
  line-height: 143%;
  font-weight: 400;
  font-size: 16px;
  font-family: "LTSuperior-Regular";
  color: #FEFEFE;
  transition: all 0.5s;
  margin-bottom: 5px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .technology__text-description {
    opacity: 1;
    color: #3F47CC;
  }
}
@media (max-width: 600px) {
  .technology__text-description {
    display: none;
  }
}

.technology__num {
  color: #3F47CC;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  font-family: "LTSuperior-Regular";
  letter-spacing: -0.44px;
  transition: all 0.5s;
  text-align: right;
  margin-top: auto;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .technology__num {
    font-size: 45px;
  }
}
@media (max-width: 1050px) {
  .technology__num {
    font-size: 50px;
    letter-spacing: -0.55px;
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
  }
}

.technology__slider-container .swiper-button-prev:after, .technology__slider-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.technology__slider-container .swiper-button-next:after, .technology__slider-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.technology__slider-container .swiper-button-prev, .technology__slider-container .swiper-container-rtl .swiper-button-next {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueleft.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  transition: all 0.5s;
  left: calc(50% - 109px);
  top: unset;
  bottom: 0;
  margin-top: unset;
  z-index: 1;
  border-radius: 10px;
  background-color: #F4F6FC;
}
.technology__wrapper-catalog .technology__slider-container .swiper-button-prev, .technology__wrapper-catalog .technology__slider-container .swiper-container-rtl .swiper-button-next {
  background-color: #FEFEFE;
}
.technology__slider-container .swiper-button-prev:hover, .technology__slider-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteleft.webp");
}
@media (max-width: 1050px) {
  .technology__slider-container .swiper-button-prev, .technology__slider-container .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.technology__slider-container .swiper-button-next, .technology__slider-container .swiper-container-rtl .swiper-button-prev {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueright.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  margin-top: unset;
  transition: all 0.5s;
  left: unset;
  right: calc(50% - 109px);
  top: unset;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
  background-color: #F4F6FC;
}
.technology__wrapper-catalog .technology__slider-container .swiper-button-next, .technology__wrapper-catalog .technology__slider-container .swiper-container-rtl .swiper-button-prev {
  background-color: #FEFEFE;
}
.technology__slider-container .swiper-button-next:hover, .technology__slider-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteright.webp");
}
@media (max-width: 1050px) {
  .technology__slider-container .swiper-button-next, .technology__slider-container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.stages {
  margin-top: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1050px) {
  .stages {
    flex-direction: column;
    margin-top: 65px;
  }
}

.stages__left {
  width: calc(100% - 625px);
}
@media (max-width: 1200px) {
  .stages__left {
    width: calc(100% - 550px);
  }
}
@media (max-width: 1050px) {
  .stages__left {
    width: 100%;
  }
}

.stages__left-top {
  max-width: 596px;
}
.stages__left-top .stages__left-title {
  margin-bottom: 15px;
  max-width: 290px;
}
@media (max-width: 1050px) {
  .stages__left-top .stages__left-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .stages__left-top .stages__left-title {
    max-width: unset;
  }
}
@media (max-width: 1050px) {
  .stages__left-top {
    width: 100%;
    max-width: unset;
    position: relative;
  }
}

.stages__left-description {
  color: #333;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
}
@media (max-width: 1200px) {
  .stages__left-description {
    font-size: 16px;
  }
}
@media (max-width: 1050px) {
  .stages__left-description {
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
  }
}
@media (max-width: 600px) {
  .stages__left-description {
    font-size: 14px;
    line-height: 145%;
  }
}

.stages__left-btn {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .stages__left-btn {
    padding-left: 28.5px;
    padding-right: 28.5px;
  }
}
@media (max-width: 1050px) {
  .stages__left-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .stages__left-btn {
    position: static;
    margin-top: 20px;
  }
}

.stages__images {
  position: relative;
  height: 640px;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .stages__images {
    height: 550px;
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .stages__images {
    height: 500px;
  }
}
@media (max-width: 1050px) {
  .stages__images {
    height: 450px;
  }
}
@media (max-width: 1050px) {
  .stages__images {
    height: 560px;
    width: 640px;
    margin: 50px auto 0;
  }
}
@media (max-width: 700px) {
  .stages__images {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .stages__images {
    height: 470px;
  }
}
@media (max-width: 500px) {
  .stages__images {
    height: 390px;
  }
}
@media (max-width: 450px) {
  .stages__images {
    height: 360px;
  }
}
@media (max-width: 400px) {
  .stages__images {
    height: 310px;
  }
}
@media (max-width: 360px) {
  .stages__images {
    height: 280px;
  }
}
@media (max-width: 340px) {
  .stages__images {
    height: 270px;
  }
}

.stages__images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 20px;
}
@media (max-width: 1050px) {
  .stages__images img {
    height: 100%;
    /* width: auto; */
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 700px) {
  .stages__images img {
    width: 100%;
  }
}

.stages__images img[data-img="1"] {
  opacity: 1;
}

.stages__right {
  width: 605px;
}
@media (max-width: 1200px) {
  .stages__right {
    width: 530px;
  }
}
@media (max-width: 1050px) {
  .stages__right {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .stages__right {
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
  }
}

.stages__item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1051px) {
  .stages__item:hover .stages__num {
    background-color: #3F47CC;
    color: #FEFEFE;
  }
  .stages__item:hover .stages__text {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1050px) {
  .stages__item.stages__item-active .stages__num {
    background-color: #3F47CC;
    color: #FEFEFE;
  }
}

.stages__item + .stages__item {
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .stages__item + .stages__item {
    margin-top: 50px;
  }
}
@media (max-width: 1050px) {
  .stages__item + .stages__item {
    margin-top: 0;
    margin-left: 43px;
  }
}

.stages__item:nth-last-child(1) .stages__num::after {
  display: none;
}

.stages__num {
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  background-color: #FEFEFE;
  border: 2px solid #3F47CC;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3F47CC;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  font-size: 25px;
  font-family: "LTSuperior-Semibold";
  position: relative;
  z-index: 2;
}
.stages__num::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 75px;
  background-color: #3F47CC;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .stages__num::after {
    height: 50px;
  }
}
@media (max-width: 1050px) {
  .stages__num::after {
    height: 1px;
    width: 43px;
    left: unset;
    transform: unset;
    top: 50%;
    transform: translateY(-50%);
    right: -44px;
  }
}
@media (max-width: 1200px) {
  .stages__num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
  }
}
@media (max-width: 1050px) {
  .stages__num {
    width: 40px;
    height: 40px;
    border: 1.5px solid #3F47CC;
  }
}

.stages__text-box {
  padding-left: 24px;
  width: calc(100% - 94px);
}
@media (max-width: 1200px) {
  .stages__text-box {
    padding-left: 15px;
    width: calc(100% - 65px);
  }
}
@media (max-width: 1050px) {
  .stages__text-box {
    display: none;
  }
}

.stages__name {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  font-family: "LTSuperior-Semibold";
  color: #3F47CC;
}
@media (max-width: 1200px) {
  .stages__name {
    font-size: 20px;
  }
}

.stages__text {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FEFEFE;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 40px 25px;
  position: absolute;
  z-index: 2;
  left: 87px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .stages__text {
    border-radius: 20px;
    padding: 25px;
    left: 60px;
    width: 450px;
  }
}
@media (max-width: 1050px) {
  .stages__text {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: unset;
    position: static;
  }
}
@media (max-width: 600px) {
  .stages__text {
    flex-direction: column;
    align-items: flex-start;
  }
}

.stages__text-left {
  width: calc(100% - 70px);
}
@media (max-width: 1200px) {
  .stages__text-left {
    width: calc(100% - 60px);
  }
}
@media (max-width: 600px) {
  .stages__text-left {
    width: 100%;
  }
}

.stages__text-name {
  color: #3F47CC;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  font-family: "LTSuperior-Semibold";
}
@media (max-width: 1200px) {
  .stages__text-name {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .stages__text-name {
    line-height: 110%;
    letter-spacing: -0.22px;
  }
}

.stages__text-description {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
  color: #3F47CC;
}
@media (max-width: 1200px) {
  .stages__text-description {
    font-size: 16px;
    font-family: "LTSuperior-Regular";
  }
}
@media (max-width: 1050px) {
  .stages__text-description {
    margin-top: 10px;
    font-family: "LTSuperior-Regular";
    line-height: 143.75%;
  }
}
@media (max-width: 600px) {
  .stages__text-description {
    margin-top: 5px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.stages__btn {
  width: 60px;
  height: 60px;
  background-color: #F4F6FC;
  transition: all 0.5s;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stages__btn svg {
  width: 40px;
  height: 40px;
}
.stages__btn svg path {
  fill: transparent;
  transition: all 0.5s;
}
@media (max-width: 1050px) {
  .stages__btn svg {
    width: 27px;
    height: 27px;
  }
}
.stages__btn:hover {
  background-color: #3F47CC;
}
.stages__btn:hover svg path {
  stroke: #FEFEFE;
}
@media (max-width: 1200px) {
  .stages__btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1050px) {
  .stages__btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .stages__btn {
    margin-left: auto;
  }
}

.stages__mob {
  display: none;
  width: 500px;
  margin: 40px auto 0;
  position: relative;
  min-height: 200px;
}
@media (max-width: 1050px) {
  .stages__mob {
    display: block;
  }
}
@media (max-width: 600px) {
  .stages__mob {
    width: 100%;
    min-height: unset;
    height: 215px;
  }
}

.stages__mob-item {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.stages__mob-item.stages__mob-item-active {
  opacity: 1;
  visibility: visible;
}

.projects__wrapper {
  overflow: hidden;
  margin-right: -20px;
  padding-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
}
@media (max-width: 1100px) {
  .projects__wrapper {
    margin-right: -15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}

.block__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block__title-box h2 {
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .block__title-box h2 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .block__title-box {
    flex-direction: column;
  }
}

.projects .block__title-link {
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 1050px) {
  .projects .block__title-link {
    padding-left: 43.5px;
    padding-right: 43.5px;
  }
}
.projects .block__title {
  margin: 0;
  max-width: 600px;
}
@media (max-width: 600px) {
  .projects .block__title {
    max-width: unset;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .projects .block__title-box {
    align-items: flex-start;
  }
}

.projects__slider-container {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1050px) {
  .projects__slider-container {
    margin-top: 90px;
  }
}

.projects__slider {
  overflow: initial;
}

.projects__slid {
  position: relative;
  border-radius: 20px;
  transition: all 0.5s;
}
.projects__slid:hover {
  border-radius: 20px 20px 40px 40px;
}

.projects__slid-box {
  display: flex;
  flex-direction: column;
  height: 515px;
  position: relative;
  background-color: #FEFEFE;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  .projects__slid-box:hover {
    border-radius: 20px 20px 40px 40px;
  }
  .projects__slid-box:hover .project__btn {
    background-color: #3F47CC;
  }
  .projects__slid-box:hover .project__btn svg path {
    stroke: #FEFEFE;
  }
  .projects__slid-box:hover .projects__text {
    bottom: 20px;
    padding: 38px 30px 34px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .projects__slid-box:hover .projects__text {
    padding: 30px 20px 25px;
  }
}
@media (max-width: 1300px) {
  .projects__slid-box {
    height: 483px;
  }
}
@media (max-width: 1200px) {
  .projects__slid-box {
    height: 416px;
  }
}
@media (max-width: 1100px) {
  .projects__slid-box {
    height: 366px;
  }
}
@media (max-width: 1050px) {
  .projects__slid-box {
    height: 322px;
  }
}
@media (max-width: 800px) {
  .projects__slid-box {
    height: 385px;
  }
}
@media (max-width: 600px) {
  .projects__slid-box {
    height: 355px;
  }
}

.projects__slid-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 100%;
  height: 332px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.projects__slid-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .projects__slid-img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .projects__slid-img {
    height: 250px;
  }
}
@media (max-width: 1100px) {
  .projects__slid-img {
    height: 200px;
  }
}
@media (max-width: 1050px) {
  .projects__slid-img {
    height: 170px;
  }
}
@media (max-width: 800px) {
  .projects__slid-img {
    height: 135px;
  }
}

.projects__text {
  position: absolute;
  transition: all 0.5s;
  padding: 20px 30px 30px;
  bottom: 0;
  background-color: #FEFEFE;
  z-index: 2;
}
@media (max-width: 1200px) {
  .projects__text {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .projects__text {
    position: static;
  }
}
@media (max-width: 600px) {
  .projects__text {
    padding: 25px 20px 10px 20px;
  }
}

.projects__slid-name {
  color: #333;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  font-family: "Montserrat-Medium";
  font-size: 30px;
  height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .projects__slid-name {
    font-size: 25px;
    height: 30px;
  }
}
@media (max-width: 1050px) {
  .projects__slid-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
    line-height: 110%;
    height: 22px;
    letter-spacing: -0.22px;
  }
}

.projects__slid-description {
  margin: 0;
  margin-top: 12px;
  color: #333;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  width: calc(100% - 60px);
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-decoration: none !important;
}
@media (max-width: 1050px) {
  .projects__slid-description {
    font-family: "LTSuperior-Regular";
    line-height: 143.75%;
    height: 78px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 800px) {
  .projects__slid-description {
    -webkit-line-clamp: 5;
    height: 110px;
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .projects__slid-description {
    height: 90px;
    -webkit-line-clamp: 4;
  }
}

.project__btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 25px;
  background-color: #F4F6FC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.project__btn svg {
  width: 40px;
  height: 40px;
}
.project__btn svg path {
  fill: transparent;
  transition: all 0.5s;
}
@media (max-width: 1050px) {
  .project__btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 1200px) {
  .project__btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1050px) {
  .project__btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 800px) {
  .project__btn {
    position: static;
    margin-left: auto;
    margin-bottom: 25px;
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .project__btn {
    margin-bottom: 20px;
  }
}

.projects__slider-container .swiper-button-prev:after, .projects__slider-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.projects__slider-container .swiper-button-next:after, .projects__slider-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.projects__slider-container .swiper-button-prev, .projects__slider-container .swiper-container-rtl .swiper-button-next {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueleft.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  transition: all 0.5s;
  left: unset;
  right: 324px;
  top: -91px;
  margin-top: unset;
  z-index: 1;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.projects__slider-container .swiper-button-prev:hover, .projects__slider-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteleft.webp");
}
@media (max-width: 1050px) {
  .projects__slider-container .swiper-button-prev, .projects__slider-container .swiper-container-rtl .swiper-button-next {
    right: unset;
    left: 0;
    top: -81px;
  }
}
@media (max-width: 600px) {
  .projects__slider-container .swiper-button-prev, .projects__slider-container .swiper-container-rtl .swiper-button-next {
    width: 85px;
    height: 40px;
    background-size: 33px;
    top: -60px;
  }
}

.projects__slider-container .swiper-button-next, .projects__slider-container .swiper-container-rtl .swiper-button-prev {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueright.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  margin-top: unset;
  transition: all 0.5s;
  left: unset;
  right: 210px;
  top: -91px;
  z-index: 1;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.projects__slider-container .swiper-button-next:hover, .projects__slider-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteright.webp");
}
@media (max-width: 1050px) {
  .projects__slider-container .swiper-button-next, .projects__slider-container .swiper-container-rtl .swiper-button-prev {
    right: unset;
    left: 120px;
    top: -81px;
  }
}
@media (max-width: 600px) {
  .projects__slider-container .swiper-button-next, .projects__slider-container .swiper-container-rtl .swiper-button-prev {
    width: 85px;
    height: 40px;
    background-size: 33px;
    left: 95px;
    top: -60px;
  }
}

.about {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .about {
    border-radius: 10px;
  }
}

.about__main-slider {
  height: 660px;
}
.about__main-slider .swiper {
  height: 100%;
}
@media (max-width: 1420px) {
  .about__main-slider {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .about__main-slider {
    height: 500px;
  }
}
@media (max-width: 1050px) {
  .about__main-slider {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .about__main-slider {
    height: 365px;
  }
}
@media (max-width: 600px) {
  .about__main-slider {
    height: 560px;
  }
}

.about-slid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  justify-content: flex-end;
  position: relative;
}
.about-slid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1050px) {
  .about-slid {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.about__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
}

.about-slid-text {
  position: relative;
  z-index: 3;
  padding: 30px 30px 155px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #FEFEFE;
  width: 100%;
}
@media (max-width: 1050px) {
  .about-slid-text {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 25px;
  }
}
@media (max-width: 600px) {
  .about-slid-text {
    padding: 65px 25px;
  }
}

.about-slid-title {
  margin: 0;
  width: calc(100% - 450px);
  color: #FEFEFE;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter-Regular";
  letter-spacing: -0.66px;
}
@media (max-width: 1420px) {
  .about-slid-title {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .about-slid-title {
    font-size: 45px;
  }
}
@media (max-width: 1050px) {
  .about-slid-title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.352px;
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about-slid-title {
    font-size: 25px;
    letter-spacing: -0.275px;
  }
}

.about-slid-description {
  color: #FEFEFE;
  margin: 0;
  width: 430px;
  line-height: 110%;
  font-weight: 600;
  font-size: 20px;
  font-family: "LTSuperior-Semibold";
  letter-spacing: -0.22px;
  height: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1420px) {
  .about-slid-description {
    font-size: 18px;
    height: 120px;
  }
}
@media (max-width: 1200px) {
  .about-slid-description {
    font-size: 17px;
    font-weight: 400;
    font-family: "LTSuperior-Regular";
    line-height: 143.75%;
    letter-spacing: unset;
  }
}
@media (max-width: 1050px) {
  .about-slid-description {
    margin-top: 10px;
    font-size: 16px;
    height: 90px;
    -webkit-line-clamp: 4;
    width: 100%;
    color: rgba(254, 254, 254, 0.9);
  }
}
@media (max-width: 600px) {
  .about-slid-description {
    height: 230px;
    -webkit-line-clamp: 10;
  }
}
@media (max-width: 340px) {
  .about-slid-description {
    height: 202px;
    -webkit-line-clamp: 9;
  }
}

.about__thumb-slider {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50px;
  z-index: 3;
}
.about__thumb-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1050px) {
  .about__thumb-slider {
    bottom: 40px;
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 600px) {
  .about__thumb-slider {
    bottom: 140px;
    right: 0;
  }
}

.thumb-slider {
  width: calc(100% - 140px);
  margin-left: 0;
}
@media (max-width: 600px) {
  .thumb-slider {
    width: unset;
  }
}

.about__thumb-name {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #FEFEFE;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  font-family: "Founder-Regular";
  line-height: normal;
  text-align: center;
  padding: 16.5px 20px;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 15px;
}
.about__thumb-name:hover {
  color: #3F47CC;
}
.swiper-slide-thumb-active .about__thumb-name {
  background-color: #3F47CC;
  color: #FEFEFE;
}
@media (max-width: 1200px) {
  .about__thumb-name {
    font-size: 16px;
    padding: 15.5px 10.5px;
    border-radius: 10px;
  }
}
@media (max-width: 350px) {
  .about__thumb-name {
    font-size: 15px;
  }
}
@media (max-width: 330px) {
  .about__thumb-name {
    font-size: 14px;
  }
}

.about__thumb-slider .swiper-button-prev:after, .about__thumb-slider .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.about__thumb-slider .swiper-button-next:after, .about__thumb-slider .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.about__thumb-slider .swiper-button-prev, .about__thumb-slider .swiper-container-rtl .swiper-button-next {
  width: 55px;
  height: 55px;
  background-image: url("../images/leftbluearrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  transition: all 0.5s;
  left: unset;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  z-index: 1;
  border-radius: 50%;
  background-color: #FEFEFE;
}
.about__thumb-slider .swiper-button-prev:hover, .about__thumb-slider .swiper-container-rtl .swiper-button-next:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiterleftarrow.webp");
}
@media (max-width: 1200px) {
  .about__thumb-slider .swiper-button-prev, .about__thumb-slider .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 34px;
  }
}
@media (max-width: 600px) {
  .about__thumb-slider .swiper-button-prev, .about__thumb-slider .swiper-container-rtl .swiper-button-next {
    right: unset;
    left: 0;
    top: unset;
    transform: unset;
    bottom: -75px;
  }
}

.about__thumb-slider .swiper-button-next, .about__thumb-slider .swiper-container-rtl .swiper-button-prev {
  width: 55px;
  height: 55px;
  background-image: url("../images/rightbluearrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  margin-top: unset;
  transition: all 0.5s;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #FEFEFE;
}
.about__thumb-slider .swiper-button-next:hover, .about__thumb-slider .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiterightarrow.webp");
}
@media (max-width: 1200px) {
  .about__thumb-slider .swiper-button-next, .about__thumb-slider .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 34px;
  }
}
@media (max-width: 600px) {
  .about__thumb-slider .swiper-button-next, .about__thumb-slider .swiper-container-rtl .swiper-button-prev {
    right: unset;
    left: 60px;
    bottom: -75px;
    top: unset;
    transform: unset;
  }
}

.excursios {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 850px) {
  .excursios {
    flex-direction: column-reverse;
  }
}

.excursios__img {
  width: 680px;
  height: auto;
}
.excursios__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 850px) {
  .excursios__img img {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .excursios__img img {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .excursios__img {
    width: 550px;
  }
}
@media (max-width: 1050px) {
  .excursios__img {
    width: 450px;
  }
}
@media (max-width: 850px) {
  .excursios__img {
    width: auto;
    height: 560px;
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .excursios__img {
    width: 100%;
    height: auto;
  }
}

.excursios__right {
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 65px 80px;
  width: calc(100% - 700px);
}
@media (max-width: 1420px) {
  .excursios__right {
    padding: 65px 40px;
  }
}
@media (max-width: 1300px) {
  .excursios__right {
    width: calc(100% - 570px);
  }
}
@media (max-width: 1200px) {
  .excursios__right {
    padding: 50px 30px;
  }
}
@media (max-width: 1050px) {
  .excursios__right {
    width: calc(100% - 470px);
  }
}
@media (max-width: 850px) {
  .excursios__right {
    width: 100%;
    padding: 65px 30px;
  }
}
@media (max-width: 600px) {
  .excursios__right {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 65px 20px;
  }
}

.excursios__title {
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .excursios__title {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .excursios__title {
    width: 210px;
    margin: 0 auto 10px;
  }
}

.excursios__description {
  color: #333;
  font-family: "Inter-Regular";
  font-weight: 400;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1420px) {
  .excursios__description {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .excursios__description {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .excursios__description {
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
    line-height: 110%;
    letter-spacing: -0.22px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .excursios__description {
    font-weight: 400;
    font-family: "LTSuperior-Regular";
    letter-spacing: normal;
  }
}

.excursios__form {
  margin-top: 20px;
}

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

.form__row + .form__row {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .form__row + .form__row {
    margin-top: 25px;
  }
}

.form__field {
  width: 100%;
  position: relative;
}
.form__field input:not(input[type=checkbox]) {
  display: block;
  width: 100%;
  outline: none !important;
  padding: 14px 19px;
  border-radius: 10px;
  background-color: #F4F4F4;
  color: #737373;
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.form__field input:not(input[type=checkbox])::-moz-placeholder {
  color: #737373;
}
.form__field input:not(input[type=checkbox])::placeholder {
  color: #737373;
}
.form__field input:not(input[type=checkbox]):hover {
  border-color: #3F47CC;
  background-color: #FEFEFE;
}
.form__field input:not(input[type=checkbox]):focus {
  border-color: #3F47CC;
  color: #333;
  background-color: #F4F6FC;
}
@media (max-width: 1200px) {
  .form__field input:not(input[type=checkbox]) {
    font-size: 16px;
    padding: 11.5px 15px;
    font-family: "LTSuperior-Regular";
  }
}
@media (max-width: 600px) {
  .form__field input:not(input[type=checkbox]) {
    font-size: 14px;
    font-family: "Inter-Regular";
    padding: 13px 15px;
  }
}
.form__field textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  outline: none !important;
  padding: 14px 19px;
  border-radius: 10px;
  background-color: #F4F4F4;
  color: #737373;
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.form__field textarea::-moz-placeholder {
  color: #737373;
}
.form__field textarea::placeholder {
  color: #737373;
}
.form__field textarea:hover {
  border-color: #3F47CC;
  background-color: #FEFEFE;
}
.form__field textarea:focus {
  border-color: #3F47CC;
  color: #333;
  background-color: #F4F6FC;
}
@media (max-width: 1200px) {
  .form__field textarea {
    font-size: 16px;
    padding: 11.5px 15px;
    font-family: "LTSuperior-Regular";
    min-height: 80px;
    max-height: 80px;
  }
}
@media (max-width: 600px) {
  .form__field textarea {
    font-size: 14px;
    font-family: "Inter-Regular";
    padding: 13px 15px;
  }
}
.form__field .form__error {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 5px);
  transition: all 0.3s;
  opacity: 0;
}
.form__field .form__error.form__error-check span {
  color: #F1384F;
}
.form__field .form__error img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .form__field .form__error img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
.form__field .form__error span {
  color: #717880;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Founder-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1200px) {
  .form__field .form__error span {
    font-size: 11px;
  }
}
.form__field.error .form__error {
  opacity: 1;
}
.form__field.error input:not(input[type=checkbox]) {
  background-color: #FFF5F5;
  border-color: #FFD8D8;
}
.form__field.error .check__item .check__control {
  border-color: #F1384F;
  background-color: #F4F6FC;
}

.check__item {
  display: inline-flex;
  position: relative;
}
.check__item input {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.check__item .check__control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex: none;
  border-radius: 3px;
  border: 1px solid #737373;
  transition: 0.3s;
  background-color: #fff;
}

.check__control svg {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.check__label {
  color: #3F47CC;
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.check__label a {
  text-decoration: underline;
}

.check__item input:checked ~ .check__control svg {
  opacity: 1;
}

.check__item input:checked ~ .check__control {
  background-color: #3F47CC;
}

.form__btn {
  display: block;
  width: 100%;
  outline: none;
  color: #FEFEFE;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
  transition: all 0.5s;
  text-align: center;
  background-color: #3F47CC;
  cursor: pointer;
  padding: 18px 19px;
  border-radius: 15px;
  margin-top: 37px;
  border: 1px solid #3F47CC;
}
.form__btn:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
@media (max-width: 1200px) {
  .form__btn {
    font-size: 16px;
    border-radius: 10px;
    padding: 14.5px 19px;
    margin-top: 30px;
  }
}

.catalog__banner-wrapper {
  margin-bottom: 45px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.catalog__banner-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(268deg, rgba(0, 0, 0, 0) 19.03%, rgba(0, 0, 0, 0.5) 81.49%);
}
@media (max-width: 1050px) {
  .catalog__banner-wrapper::after {
    background: linear-gradient(267deg, rgba(0, 0, 0, 0) 19.39%, rgba(0, 0, 0, 0.4) 44.45%);
  }
}
@media (max-width: 550px) {
  .catalog__banner-wrapper::after {
    background: linear-gradient(197deg, rgba(0, 0, 0, 0) 20.71%, rgba(0, 0, 0, 0.4) 32.05%);
  }
}
@media (max-width: 1050px) {
  .catalog__banner-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .catalog__banner-wrapper {
    margin-bottom: 45px;
  }
}

.catalog__banner {
  min-height: 380px;
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .catalog__banner {
    min-height: 350px;
    padding: 40px 25px;
  }
}
@media (max-width: 1200px) {
  .catalog__banner {
    min-height: 320px;
    padding: 30px 20px;
  }
}
@media (max-width: 1050px) {
  .catalog__banner {
    min-height: 280px;
    padding: 25px 20px;
  }
}
@media (max-width: 900px) {
  .catalog__banner {
    min-height: 250px;
  }
}
@media (max-width: 700px) {
  .catalog__banner {
    min-height: 230px;
  }
}
@media (max-width: 550px) {
  .catalog__banner {
    min-height: 200px;
    padding: 20px 10px;
  }
}

.catalog__banner-title {
  margin: 0;
  color: #FEFEFE;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.55px;
  font-family: "LTSuperior-Semibold";
}
@media (max-width: 1420px) {
  .catalog__banner-title {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .catalog__banner-title {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  .catalog__banner-title {
    font-size: 32px;
    letter-spacing: -0.352px;
    line-height: 120%;
  }
}
@media (max-width: 600px) {
  .catalog__banner-title {
    font-size: 20px;
    letter-spacing: -0.22px;
    line-height: 140%;
  }
}

.catalog__banner-description {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 143.75%;
  color: #FEFEFE;
  font-family: "LTSuperior-Regular";
  max-width: 575px;
}
@media (max-width: 700px) {
  .catalog__banner-description {
    max-width: 430px;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .catalog__banner-description {
    max-width: unset;
  }
}

.lines {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -20px -15px;
}
@media (max-width: 1300px) {
  .lines {
    margin: -10px -7.5px;
  }
}
@media (max-width: 1050px) {
  .lines {
    margin: 0;
  }
}

.lines__item-box {
  display: block;
  width: calc(50% - 30px);
  /* height: 330px; */
  height: 314px;
  overflow: hidden;
  border-radius: 20px;
  margin: 20px 15px;
  transition: all 0.5s;
}
.lines__item-box:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1100px) {
  .lines__item-box:hover .lines__hover-btn {
    opacity: 1;
    visibility: visible;
  }
  .lines__item-box:hover .lines__static-btn {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1300px) {
  .lines__item-box {
    margin: 10px 7.5px;
    width: calc(50% - 15px);
    height: 290px;
  }
}
@media (max-width: 1050px) {
  .lines__item-box {
    margin: 0;
    width: 100%;
    height: unset;
    /* min-height: 250px; */
  }
}
@media (max-width: 550px) {
  .lines__item-box {
    min-height: 270px;
    height: fit-content;
  }
}

@media (max-width: 1050px) {
  .lines__item-box + .lines__item-box {
    margin-top: 35px;
  }
}
@media (max-width: 550px) {
  .lines__item-box + .lines__item-box {
    margin-top: 30px;
  }
}

.lines__item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #FEFEFE;
  padding: 25px 20px 40px 13px;
}
@media (max-width: 1050px) {
  .lines__item {
    padding: 25px 35px 25px 40px;
  }
}
@media (max-width: 550px) {
  .lines__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px 25px;
  }
}

.lines__img {
  width: 249px;
  /* height: 249px; */
  margin-right: 38px;
  height: 100%;
}
.lines__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .lines__img {
    width: 220px;
  }
}
@media (max-width: 1050px) {
    .lines__img {
      height: 200px;
    }
  }
@media (max-width: 550px) {
  .lines__img {
    height: 138px;
    width: 138px;
    margin: 0 auto 10px auto;
  }
}

.lines__text {
  width: calc(100% - 287px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1300px) {
  .lines__text {
    width: calc(100% - 258px);
  }
}
@media (max-width: 550px) {
  .lines__text {
    width: 100%;
  }
}

.lines__title {
  color: #333;
  font-family: "LTSuperior-Semibold";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  margin: 0;
  margin-bottom: 10px;
  /* height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}
@media (max-width: 1300px) {
  .lines__title {
    font-size: 23px;
    /* height: 25px; */
  }
}
@media (max-width: 1200px) {
  .lines__title {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
    /* height: 22px; */
  }
}

.lines__description {
  line-height: 143.75%;
  font-weight: 400;
  font-family: "Founder-Regular";
  font-size: 16px;
  color: #333;
  margin: 0;
  height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .lines__description {
    font-family: "LTSuperior-Regular";
  }
}
@media (max-width: 550px) {
  .lines__description {
    height: 90px;
    -webkit-line-clamp: 4;
  }
}

.lines__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 1100px) {
  .lines__btns {
    justify-content: flex-end;
  }
}

.lines__hover-btn {
  transition: all 0.5s;
  max-width: 200px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1300px) {
  .lines__hover-btn {
    max-width: 180px;
  }
}
@media (max-width: 1200px) {
  .lines__hover-btn {
    max-width: 160px;
    padding: 14px 10px;
  }
}
@media (max-width: 1100px) {
  .lines__hover-btn {
    display: none;
  }
}

.lines__static-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F4F6FC;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
.lines__static-btn svg {
  width: 40px;
  height: 40px;
}
.lines__static-btn svg path {
  transition: all 0.5s;
}
@media (max-width: 550px) {
  .lines__static-btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 550px) {
  .lines__static-btn {
    width: 40px;
    height: 40px;
  }
}

.comp__project-wrapper .block__title {
  margin-bottom: 45px;
}
@media (max-width: 1050px) {
  .comp__project-wrapper .block__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .comp__project-wrapper .block__title {
    margin-bottom: 20px;
  }
}

.comp__project {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -20px -15px;
}
@media (max-width: 1100px) {
  .comp__project {
    margin: -10px -7.5px;
  }
}
@media (max-width: 800px) {
  .comp__project {
    margin: 0;
  }
}

.comp__project-item {
  width: calc(50% - 30px);
  margin: 20px 15px;
}
.comp__project-item .projects__slid-box {
  border-radius: 20px 20px 40px 40px;
}
.comp__project-item .projects__slid-box:hover {
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.1));
}
@media (max-width: 800px) {
  .comp__project-item .projects__slid-box {
    height: 400px;
    border-radius: 20px;
  }
}
@media (max-width: 500px) {
  .comp__project-item .projects__slid-box {
    height: 395px;
  }
}
@media (max-width: 800px) {
  .comp__project-item .projects__slid-img {
    height: 210px;
  }
}
@media (max-width: 500px) {
  .comp__project-item .projects__slid-img {
    height: 170px;
  }
}
.comp__project-item .projects__text {
  width: 100%;
  padding: 25px 20px 34px;
}
@media (max-width: 1200px) {
  .comp__project-item .projects__text {
    padding: 25px 20px 24px;
  }
}
@media (max-width: 800px) {
  .comp__project-item .projects__text {
    padding: 25px 25px 41px;
  }
}
@media (max-width: 500px) {
  .comp__project-item .projects__text {
    padding: 25px 25px 15px;
  }
}
.comp__project-item .projects__slid-name {
  font-size: 32px;
}
@media (max-width: 1200px) {
  .comp__project-item .projects__slid-name {
    font-size: 25px;
    height: 30px;
  }
}
@media (max-width: 1050px) {
  .comp__project-item .projects__slid-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "LTSuperior-Semibold";
    line-height: 110%;
    height: 22px;
    letter-spacing: -0.22px;
  }
}
.comp__project-item .projects__slid-description {
  font-size: 16px;
  -webkit-line-clamp: 3;
  height: 75px;
  width: calc(100% - 75px);
}
@media (max-width: 1050px) {
  .comp__project-item .projects__slid-description {
    font-family: "LTSuperior-Regular";
    line-height: 143.75%;
    height: 69px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 800px) {
  .comp__project-item .projects__slid-description {
    -webkit-line-clamp: 4;
    height: 90px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 500px) {
  .comp__project-item .projects__slid-description {
    margin-top: 8px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .comp__project-item .project__btn {
    position: absolute;
    margin: 0;
    width: 60px;
    height: 60px;
  }
  .comp__project-item .project__btn svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .comp__project-item .project__btn {
    width: 40px;
    height: 40px;
    position: static;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .comp__project-item .project__btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .comp__project-item:hover .projects__text {
    padding: 38px 20px 34px;
  }
}
@media (max-width: 1100px) {
  .comp__project-item {
    width: calc(50% - 15px);
    margin: 10px 7.5px;
  }
}
@media (max-width: 800px) {
  .comp__project-item {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .comp__project-item + .comp__project-item {
    margin-top: 40px;
  }
}

.project__card-wrapper .block__title {
  margin-bottom: 45px;
}
@media (max-width: 1050px) {
  .project__card-wrapper .block__title {
    margin-bottom: 30px;
  }
}

.project__video {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 515px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.project__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__video:hover .project__video-btn svg rect {
  fill: #FEFEFE;
}
.project__video:hover .project__video-btn svg path {
  fill: #3F47CC;
}
@media (max-width: 1200px) {
  .project__video {
    height: 450px;
  }
}
@media (max-width: 1050px) {
  .project__video {
    height: 410px;
  }
}
@media (max-width: 600px) {
  .project__video {
    height: 300px;
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .project__video {
    height: 210px;
  }
}

.project__video-btn {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.project__video-btn svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.project__video-btn svg path, .project__video-btn svg rect {
  transition: all 0.5s;
}
@media (max-width: 1050px) {
  .project__video-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .project__video-btn {
    width: 40px;
    height: 40px;
  }
}

.project__card-slder-container {
  width: 660px;
  height: 495px;
  margin: 0 40px 40px 0;
  float: left;
  position: relative;
}
@media (max-width: 1420px) {
  .project__card-slder-container {
    margin: 0 30px 30px 0;
  }
}
@media (max-width: 1200px) {
  .project__card-slder-container {
    height: 375px;
    width: 500px;
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 1050px) {
  .project__card-slder-container {
    width: 400px;
    height: 300px;
    margin: 0 20px 10px 0;
  }
}
@media (max-width: 800px) {
  .project__card-slder-container {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    height: 410px;
  }
}
@media (max-width: 600px) {
  .project__card-slder-container {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .project__card-slder-container {
    height: 280px;
  }
}

.project__card-right p {
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  font-family: "LTSuperior-Regular";
  color: #333;
  margin: 0;
}
@media (max-width: 1050px) {
  .project__card-right p {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .project__card-right p {
    font-size: 16px;
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
  }
}
.project__card-right p + p {
  margin-top: 20px;
}

.project__card-slder {
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 500px) {
  .project__card-slder {
    border-radius: 10px;
  }
}

.project__card-slde {
  border-radius: 20px;
  overflow: hidden;
}
.project__card-slde img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .project__card-slde {
    height: 410px;
  }
}
@media (max-width: 600px) {
  .project__card-slde {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .project__card-slde {
    height: 280px;
    border-radius: 10px;
  }
}

.swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px !important;
}
@media (max-width: 1200px) {
  .swiper-pagination {
    bottom: 25px !important;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
  background: transparent;
  border: 1px solid #FEFEFE;
  opacity: 1 !important;
}
@media (max-width: 600px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
    border: 1.5px solid #FEFEFE;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FEFEFE;
}

.project__card-slder-container .swiper-button-prev:after, .project__card-slder-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.project__card-slder-container .swiper-button-next:after, .project__card-slder-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.project__card-slder-container .swiper-button-prev, .project__card-slder-container .swiper-container-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url("../images/leftbluearrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  transition: all 0.5s;
  left: unset;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  z-index: 1;
  border-radius: 50%;
  background-color: #FEFEFE;
}
.project__card-slder-container .swiper-button-prev:hover, .project__card-slder-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiterleftarrow.webp");
}
@media (max-width: 1200px) {
  .project__card-slder-container .swiper-button-prev, .project__card-slder-container .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 32px;
    left: 25px;
  }
}
@media (max-width: 500px) {
  .project__card-slder-container .swiper-button-prev, .project__card-slder-container .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.project__card-slder-container .swiper-button-next, .project__card-slder-container .swiper-container-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url("../images/rightbluearrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  margin-top: unset;
  transition: all 0.5s;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #FEFEFE;
}
.project__card-slder-container .swiper-button-next:hover, .project__card-slder-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiterightarrow.webp");
}
@media (max-width: 1200px) {
  .project__card-slder-container .swiper-button-next, .project__card-slder-container .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 32px;
    right: 25px;
  }
}
@media (max-width: 500px) {
  .project__card-slder-container .swiper-button-next, .project__card-slder-container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.stages__wrapper .stages {
  margin: 0;
}

.stages__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .stages__card {
    flex-direction: column;
  }
}

.stages__card-img {
  width: 660px;
  height: 660px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 60px;
}
.stages__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1420px) {
  .stages__card-img {
    width: 600px;
    height: 600px;
    margin-right: 30px;
  }
}
@media (max-width: 1300px) {
  .stages__card-img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .stages__card-img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1050px) {
  .stages__card-img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 900px) {
  .stages__card-img {
    width: 350px;
    height: 350px;
    margin-right: 15px;
  }
}
@media (max-width: 800px) {
  .stages__card-img {
    width: 100%;
    height: 390px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .stages__card-img {
    height: 257px;
  }
}

.stages__card-right {
  width: calc(100% - 720px);
}
.stages__card-right .block__title {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .stages__card-right .block__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1420px) {
  .stages__card-right {
    width: calc(100% - 630px);
  }
}
@media (max-width: 1300px) {
  .stages__card-right {
    width: calc(100% - 580px);
  }
}
@media (max-width: 1200px) {
  .stages__card-right {
    width: calc(100% - 530px);
  }
}
@media (max-width: 1050px) {
  .stages__card-right {
    width: calc(100% - 430px);
  }
}
@media (max-width: 900px) {
  .stages__card-right {
    width: calc(100% - 375px);
  }
}
@media (max-width: 800px) {
  .stages__card-right {
    width: 100%;
  }
}

.stages__card-text {
  width: 100%;
}
.stages__card-text p {
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
  color: #333;
  margin: 0;
}
@media (max-width: 900px) {
  .stages__card-text p {
    font-size: 16px;
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
  }
}
.stages__card-text p + p {
  margin-top: 15px;
}

.lines__slider-wrapper {
  overflow: hidden;
  margin-right: -20px;
  padding-right: 20px;
  margin-left: -20px;
  padding-left: 20px;
  clear: both;
}
@media (max-width: 800px) {
  .lines__slider-wrapper .block__title-box {
    align-items: flex-start;
  }
}
.lines__slider-wrapper .block__title {
  margin: 0;
}
@media (max-width: 800px) {
  .lines__slider-wrapper .block__title {
    width: 365px;
  }
}
@media (max-width: 600px) {
  .lines__slider-wrapper .block__title {
    width: 100%;
    text-align: left;
  }
}
.lines__slider-wrapper .block__title-link {
  padding-left: 29px;
  padding-right: 29px;
}
@media (max-width: 600px) {
  .lines__slider-wrapper .block__title-link {
    position: absolute;
    left: 15px;
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .lines__slider-wrapper {
    margin-right: -15px;
    padding-right: 15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .lines__slider-wrapper {
    position: relative;
    padding-bottom: 70px;
  }
}

.lines__slider-wrapper + .lines__slider-wrapper {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .lines__slider-wrapper + .lines__slider-wrapper {
    margin-top: 65px;
  }
}

.lines__slider-container {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 950px) {
  .lines__slider-container {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .lines__slider-container {
    margin-top: 80px;
  }
}

.lines__slider {
  overflow: initial;
}

.lines__slide {
  width: 430px;
  height: 515px;
  border-radius: 20px;
  background-color: #FEFEFE;
  overflow: hidden;
}
.lines__slide:hover .lines__slider-btn {
  background-color: #3F47CC;
}
.lines__slide:hover .lines__slider-btn svg path {
  stroke: #FEFEFE;
}
@media (max-width: 600px) {
  .lines__slide {
    width: 280px;
    height: 235px;
  }
}

.lines__slide-box {
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 31px 20px;
}
@media (max-width: 600px) {
  .lines__slide-box {
    padding: 24px 20px;
  }
}

.lines__slider-img {
  margin-bottom: 18px;
  width: 100%;
  height: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lines__slider-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .lines__slider-img {
    margin-bottom: 16px;
    height: 131px;
  }
}

.lines__slider-text {
  padding-top: 25px;
}
@media (max-width: 600px) {
  .lines__slider-text {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lines__slider-name {
  letter-spacing: -0.352px;
  font-weight: 600;
  line-height: 120%;
  font-size: 32px;
  color: #333;
  font-family: "LTSuperior-Semibold";
  margin-bottom: 10px;
  height: 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .lines__slider-name {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
    width: calc(100% - 50px);
    margin: 0;
    height: 22px;
  }
}

.lines__slider-desc {
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  font-family: "LTSuperior-Regular";
  margin: 0;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: calc(100% - 80px);
}
@media (max-width: 600px) {
  .lines__slider-desc {
    display: none;
  }
}

.lines__slider-btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F4F6FC;
}
.lines__slider-btn svg {
  width: 40px;
  height: 40px;
}
.lines__slider-btn svg path {
  fill: transparent;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .lines__slider-btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 600px) {
  .lines__slider-btn {
    position: static;
    width: 40px;
    height: 40px;
  }
}

.lines__slider-container .swiper-button-prev:after, .lines__slider-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.lines__slider-container .swiper-button-next:after, .lines__slider-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.lines__slider-container .swiper-button-prev, .lines__slider-container .swiper-container-rtl .swiper-button-next {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueleft.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  transition: all 0.5s;
  left: unset;
  right: 379px;
  top: -91px;
  margin-top: unset;
  z-index: 1;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.lines__slider-container .swiper-button-prev:hover, .lines__slider-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteleft.webp");
}
@media (max-width: 1200px) {
  .lines__slider-container .swiper-button-prev, .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -88px;
  }
}
@media (max-width: 950px) {
  .lines__slider-container .swiper-button-prev, .lines__slider-container .swiper-container-rtl .swiper-button-next {
    right: unset;
    left: 0;
    top: -81px;
  }
}
@media (max-width: 600px) {
  .lines__slider-container .swiper-button-prev, .lines__slider-container .swiper-container-rtl .swiper-button-next {
    width: 85px;
    height: 40px;
    background-size: 32px;
    top: -60px;
  }
}

.lines__slider-container .swiper-button-next, .lines__slider-container .swiper-container-rtl .swiper-button-prev {
  width: 104px;
  height: 50px;
  background-image: url("../images/blueright.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 38px;
  margin-top: unset;
  transition: all 0.5s;
  left: unset;
  right: 265px;
  top: -91px;
  z-index: 1;
  border-radius: 10px;
  background-color: #FEFEFE;
}
.lines__slider-container .swiper-button-next:hover, .lines__slider-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #3F47CC;
  background-image: url("../images/whiteright.webp");
}
@media (max-width: 1200px) {
  .lines__slider-container .swiper-button-next, .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -88px;
  }
}
@media (max-width: 950px) {
  .lines__slider-container .swiper-button-next, .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    right: unset;
    left: 114px;
    top: -81px;
  }
}
@media (max-width: 600px) {
  .lines__slider-container .swiper-button-next, .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    width: 85px;
    height: 40px;
    background-size: 32px;
    top: -60px;
    left: 95px;
  }
}

.publications__wrapper .block__title {
  margin-bottom: 35px;
}

.publications {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -25px -7.5px;
}
@media (max-width: 800px) {
  .publications {
    margin: 0;
  }
}

.publications__item {
  display: block;
  text-decoration: none;
  width: calc(33.33% - 25px);
  margin: 25px 7.5px;
  background-color: #FEFEFE;
  border-radius: 20px;
  height: 515px;
  overflow: hidden;
  transition: all 0.5s;
}
.publications__item img {
  width: 100%;
  height: 329px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1420px) {
  .publications__item img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .publications__item img {
    height: 250px;
  }
}
@media (max-width: 900px) {
  .publications__item img {
    height: 210px;
  }
}
@media (max-width: 500px) {
  .publications__item img {
    height: 170px;
  }
}
.publications__item:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.publications__item:hover .publication__btn {
  background-color: #3F47CC;
}
.publications__item:hover .publication__btn svg path {
  stroke: #FEFEFE;
}
@media (max-width: 1420px) {
  .publications__item {
    height: 480px;
  }
}
@media (max-width: 1200px) {
  .publications__item {
    height: 424px;
  }
}
@media (max-width: 1100px) {
  .publications__item {
    width: calc(50% - 25px);
  }
}
@media (max-width: 900px) {
  .publications__item {
    height: 384px;
  }
}
@media (max-width: 800px) {
  .publications__item {
    width: 100%;
    margin: 0;
    height: 394px;
  }
}
@media (max-width: 500px) {
  .publications__item {
    height: 395px;
  }
}

@media (max-width: 800px) {
  .publications__item + .publications__item {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .publications__item + .publications__item {
    margin-top: 30px;
  }
}

.publications__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 186px;
  padding: 25px 20px 30px;
  position: relative;
}
@media (max-width: 1420px) {
  .publications__bottom {
    height: 182px;
  }
}
@media (max-width: 1200px) {
  .publications__bottom {
    height: 176px;
  }
}
@media (max-width: 800px) {
  .publications__bottom {
    padding: 25px 20px 38px;
    height: 184px;
  }
}
@media (max-width: 500px) {
  .publications__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 20px;
    height: 225px;
  }
}

.publication__btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 25px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  border-radius: 50%;
  background-color: #F4F6FC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.publication__btn svg {
  width: 40px;
  height: 40px;
}
.publication__btn svg path {
  transition: all 0.5s;
  fill: transparent;
}
@media (max-width: 500px) {
  .publication__btn svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 500px) {
  .publication__btn {
    position: static;
    margin-left: auto;
    width: 40px;
    height: 40px;
    margin-top: 15px;
  }
}

.publications__name {
  color: #333;
  font-weight: 600;
  font-family: "LTSuperior-Semibold";
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.352px;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1420px) {
  .publications__name {
    font-size: 28px;
    height: 34px;
  }
}
@media (max-width: 1200px) {
  .publications__name {
    font-size: 25px;
    line-height: normal;
    letter-spacing: -0.275px;
    height: 28px;
  }
}
@media (max-width: 500px) {
  .publications__name {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
    height: 22px;
  }
}

.publications__description {
  color: #737373;
  font-size: 16px;
  line-height: 143.75%;
  font-weight: 400;
  font-family: "LTSuperior-Regular";
  height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: calc(100% - 100px);
}
@media (max-width: 800px) {
  .publications__description {
    width: calc(100% - 120px);
    color: #333;
  }
}
@media (max-width: 500px) {
  .publications__description {
    width: 100%;
  }
}

.publication__card-wrapper .block__title {
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .publication__card-wrapper .block__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .publication__card-wrapper .block__title {
    margin-bottom: 15px;
  }
}

.publication__card-img {
  width: 660px;
  height: 495px;
  margin: 0 40px 40px 0;
  float: left;
}
.publication__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1420px) {
  .publication__card-img {
    margin: 0 30px 30px 0;
  }
}
@media (max-width: 1200px) {
  .publication__card-img {
    height: 375px;
    width: 500px;
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 1050px) {
  .publication__card-img {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .publication__card-img {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
    height: 390px;
  }
}
@media (max-width: 600px) {
  .publication__card-img {
    height: 300px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .publication__card-img {
    height: 255px;
  }
}

.publication__card-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-family: "Founder-Regular";
  color: #333;
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .publication__card-text p {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  .publication__card-text p {
    font-size: 16px;
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
  }
}
.publication__card-text p + p {
  margin-top: 20px;
}

.tech__title {
  margin-bottom: 45px;
}
.tech__title .block__title {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .tech__title .block__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 800px) {
  .tech__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .tech__title {
    margin-bottom: 40px;
  }
}

.tech__title-desc {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 143.75%;
  font-family: "LTSuperior-Regular";
  max-width: 660px;
}
@media (max-width: 800px) {
  .tech__title-desc {
    max-width: 475px;
  }
}
@media (max-width: 600px) {
  .tech__title-desc {
    max-width: unset;
  }
}

.tech {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px -10px;
}
@media (max-width: 1200px) {
  .tech {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .tech {
    margin: 0 -15px;
  }
}

.tech__item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  margin: 15px 10px;
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 30px 25px;
  position: relative;
  min-height: 240px;
}
.tech__item:nth-child(4), .tech__item:nth-child(7), .tech__item:nth-child(8) {
  width: calc(66.66% - 20px);
}
.tech__item:nth-child(4) .tech__item-description, .tech__item:nth-child(7) .tech__item-description, .tech__item:nth-child(8) .tech__item-description {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .tech__item:nth-child(4) .tech__item-description, .tech__item:nth-child(7) .tech__item-description, .tech__item:nth-child(8) .tech__item-description {
    max-width: unset;
    width: calc(100% - 45px);
  }
}
@media (max-width: 800px) {
  .tech__item:nth-child(4) .tech__item-description, .tech__item:nth-child(7) .tech__item-description, .tech__item:nth-child(8) .tech__item-description {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .tech__item:nth-child(4) .tech__item-description, .tech__item:nth-child(7) .tech__item-description, .tech__item:nth-child(8) .tech__item-description {
    width: calc(100% - 67px);
  }
}
@media (max-width: 1200px) {
  .tech__item:nth-child(4), .tech__item:nth-child(7), .tech__item:nth-child(8) {
    width: 100%;
    margin: 0;
  }
}
.tech__item:nth-child(1), .tech__item:nth-child(5), .tech__item:nth-child(6), .tech__item:nth-child(9) {
  background-color: #3F47CC;
}
.tech__item:nth-child(1) .tech__item-description, .tech__item:nth-child(1) .tech__item-title, .tech__item:nth-child(1) .tech__item-num, .tech__item:nth-child(5) .tech__item-description, .tech__item:nth-child(5) .tech__item-title, .tech__item:nth-child(5) .tech__item-num, .tech__item:nth-child(6) .tech__item-description, .tech__item:nth-child(6) .tech__item-title, .tech__item:nth-child(6) .tech__item-num, .tech__item:nth-child(9) .tech__item-description, .tech__item:nth-child(9) .tech__item-title, .tech__item:nth-child(9) .tech__item-num {
  color: #FEFEFE;
}
@media (max-width: 1200px) {
  .tech__item:nth-child(1), .tech__item:nth-child(5), .tech__item:nth-child(6), .tech__item:nth-child(9) {
    background-color: #FEFEFE;
  }
  .tech__item:nth-child(1) .tech__item-description, .tech__item:nth-child(1) .tech__item-title, .tech__item:nth-child(1) .tech__item-num, .tech__item:nth-child(5) .tech__item-description, .tech__item:nth-child(5) .tech__item-title, .tech__item:nth-child(5) .tech__item-num, .tech__item:nth-child(6) .tech__item-description, .tech__item:nth-child(6) .tech__item-title, .tech__item:nth-child(6) .tech__item-num, .tech__item:nth-child(9) .tech__item-description, .tech__item:nth-child(9) .tech__item-title, .tech__item:nth-child(9) .tech__item-num {
    color: #3F47CC;
  }
}
@media (max-width: 1200px) {
  .tech__item:nth-child(odd) {
    background-color: #3F47CC !important;
  }
  .tech__item:nth-child(odd) .tech__item-description, .tech__item:nth-child(odd) .tech__item-title, .tech__item:nth-child(odd) .tech__item-num {
    color: #FEFEFE !important;
  }
}
@media (max-width: 1200px) {
  .tech__item {
    padding: 30px 20px;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .tech__item {
    min-height: 210px;
  }
}
@media (max-width: 600px) {
  .tech__item {
    min-height: 320px;
    padding: 25px 20px;
  }
}

@media (max-width: 1200px) {
  .tech__item + .tech__item {
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .tech__item + .tech__item {
    margin-top: 20px;
  }
}

.tech__item-title {
  margin-bottom: 10px;
  letter-spacing: -0.275px;
  font-weight: 600;
  line-height: normal;
  font-size: 25px;
  font-family: "LTSuperior-Semibold";
  color: #3F47CC;
}
@media (max-width: 1420px) {
  .tech__item-title {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .tech__item-title {
    font-size: 20px;
  }
  .tech__item-title br {
    display: none;
  }
}
@media (max-width: 800px) {
  .tech__item-title {
    letter-spacing: -0.22px;
  }
}

.tech__item-description {
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  font-family: "LTSuperior-Regular";
  color: #3F47CC;
  width: calc(100% - 45px);
}
@media (max-width: 800px) {
  .tech__item-description {
    width: calc(100% - 80px);
  }
}
@media (max-width: 600px) {
  .tech__item-description {
    width: calc(100% - 67px);
  }
}

.tech__item-num {
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
  font-size: 40px;
  text-align: right;
  color: #3F47CC;
  font-family: "LTSuperior-Regular";
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
@media (max-width: 800px) {
  .tech__item-num {
    font-size: 50px;
    right: 20px;
    letter-spacing: -0.55px;
    font-weight: 400;
    font-family: "LTSuperior-Semibold";
  }
}

.video__wrapper .block__title {
  margin-bottom: 35px;
}
@media (max-width: 1050px) {
  .video__wrapper .block__title {
    margin-bottom: 30px;
  }
}

.video {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -30px -12.5px;
}
@media (max-width: 1200px) {
  .video {
    margin: -15px -7.5px;
  }
}
@media (max-width: 800px) {
  .video {
    margin: 0;
  }
}

.video__item {
  width: calc(33.33% - 25px);
  margin: 30px 12.5px;
  height: 320px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.video__item:hover .video__btn svg rect {
  fill: #FEFEFE;
}
.video__item:hover .video__btn svg path {
  fill: #3F47CC;
}
@media (max-width: 1200px) {
  .video__item {
    width: calc(50% - 15px);
    margin: 15px 7.5px;
  }
}
@media (max-width: 800px) {
  .video__item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .video__item {
    height: 227px;
  }
}

@media (max-width: 800px) {
  .video__item + .video__item {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .video__item + .video__item {
    margin-top: 45px;
  }
}

.video__item-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px 20px;
}
.video__item-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.6%, rgba(0, 0, 0, 0.7) 82.05%);
}
.video__item-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 1050px) {
  .video__item-box {
    padding: 25px 20px;
  }
}
@media (max-width: 600px) {
  .video__item-box {
    padding: 25px 15px;
  }
}

.video-name {
  font-weight: 500;
  line-height: normal;
  font-size: 25px;
  font-family: "Montserrat-Medium";
  color: #FEFEFE;
  position: relative;
  z-index: 4;
  margin: 0;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1050px) {
  .video-name {
    font-weight: 600;
    letter-spacing: -0.275px;
    font-family: "LTSuperior-Semibold";
  }
}

.video__btn {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.video__btn svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.video__btn svg path, .video__btn svg rect {
  transition: all 0.5s;
}

.documents__wrapper .block__title {
  margin-bottom: 35px;
}
@media (max-width: 1050px) {
  .documents__wrapper .block__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .documents__wrapper .block__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .documents {
    margin: 0 -15px;
  }
}

.documents__item {
  display: block;
  width: 100%;
  text-decoration: none;
  min-height: 100px;
  border-radius: 30px;
  background-color: #FEFEFE;
  padding: 20px 35px;
  transition: all 0.5s;
}
.documents__item:hover {
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.documents__item:hover .documents__btn {
  border-color: #3F47CC;
  background-color: #3F47CC;
}
.documents__item:hover .documents__btn svg path {
  fill: #FEFEFE;
}
@media (max-width: 600px) {
  .documents__item {
    border-radius: 0;
    padding: 20px;
    min-height: 140px;
  }
}

.documents__item + .documents__item {
  margin-top: 10px;
}

.documents__item-cnt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .documents__item-cnt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.documents__left {
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
}
@media (max-width: 600px) {
  .documents__left {
    width: 100%;
    margin-bottom: 8px;
    align-items: flex-start;
  }
}

.documents__img {
  width: 62px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.documents__text {
  width: calc(100% - 82px);
}

.doc__name {
  color: #000;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter-Regular";
  font-size: 16px;
  margin: 0;
}
@media (max-width: 600px) {
  .doc__name {
    line-height: 143.75%;
    font-family: "LTSuperior-Regular";
  }
}

.doc__size {
  color: #7E7E7E;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter-Regular";
  font-size: 16px;
  margin-top: 5px;
}

.documents__btn {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.documents__btn svg {
  width: 20px;
  height: 20px;
}
.documents__btn svg path {
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .documents__btn {
    margin-left: 82px;
  }
}

.map__wrapper {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 530px;
}
@media (max-width: 1420px) {
  .map__wrapper {
    height: 490px;
  }
}
@media (max-width: 1200px) {
  .map__wrapper {
    height: 440px;
  }
}
@media (max-width: 1050px) {
  .map__wrapper {
    height: 390px;
  }
}
@media (max-width: 600px) {
  .map__wrapper {
    height: 255px;
  }
}

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

@media (max-width: 1200px) {
  ymaps.ymaps-2-1-79-image {
    width: 60px !important;
    height: 60px !important;
    background-size: cover !important;
    left: -8px !important;
    top: -58px !important;
  }
}
@media (max-width: 1050px) {
  ymaps.ymaps-2-1-79-image {
    width: 40px !important;
    height: 40px !important;
    left: 1px !important;
    top: -40px !important;
  }
}

.contacts__wrapper {
  margin: 45px 0 0;
}
@media (max-width: 1050px) {
  .contacts__wrapper {
    margin: 40px 0 0;
  }
}
@media (max-width: 600px) {
  .contacts__wrapper {
    margin: 45px 0 0;
  }
}

.contacts .block__title {
  margin-bottom: 20px;
}

.contacts__place, .contacts__tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
}
@media (max-width: 1050px) {
  .contacts__place, .contacts__tel {
    font-size: 16px;
    font-family: "LTSuperior-Regular";
    line-height: 143%;
  }
}

.contacts__tel {
  margin: 15px 0;
  transition: all 0.5s;
}
.contacts__tel:hover {
  color: #3F47CC;
}

.soc {
  display: flex;
  align-items: center;
}
.soc a {
  width: 34px;
  height: 34px;
}
.soc a img, .soc a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.soc a:nth-child(1):hover svg path:nth-child(2) {
  fill: #2AA2DE;
}
.soc a:nth-child(2):hover svg circle {
  fill: #0DC143;
}
@media (max-width: 600px) {
  .soc a {
    width: 30px;
    height: 30px;
  }
}
.soc svg path, .soc svg circle {
  transition: all 0.5s;
}
.soc a + a {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .soc a + a {
    width: 34px;
    height: 34px;
  }
}

.lines__card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .lines__card {
    flex-direction: column;
    overflow-x: hidden;
  }
}

.lines__card-left {
  width: 745px;
}
@media (max-width: 1420px) {
  .lines__card-left {
    width: 680px;
  }
}
@media (max-width: 1300px) {
  .lines__card-left {
    width: 600px;
  }
}
@media (max-width: 1200px) {
  .lines__card-left {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  .lines__card-left {
    width: 400px;
  }
}
@media (max-width: 900px) {
  .lines__card-left {
    order: 2;
    width: 100%;
  }
}

.card__slider-container {
  position: relative;
  width: 100%;
  height: 660px;
}
.card__slider-container .swiper-pagination-bullet {
  border-color: #3F47CC;
}
.card__slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3F47CC;
}
@media (max-width: 1420px) {
  .card__slider-container {
    height: 550px;
  }
}
@media (max-width: 1300px) {
  .card__slider-container {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .card__slider-container {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .card__slider-container {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .card__slider-container {
    height: 410px;
  }
}
@media (max-width: 600px) {
  .card__slider-container {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .card__slider-container {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .card__slider-container {
    height: 280px;
  }
}

.card__slider {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .card__slider {
    border-radius: 10px;
  }
}

.card__slide {
  background-color: #FEFEFE;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
}
.card__slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.card__slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-width: 600px) {
    .card__slide img {
        border-radius: 15px;
    }
}
@media (max-width: 1420px) {
  .card__slide {
    height: 550px;
  }
}
@media (max-width: 1300px) {
  .card__slide {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .card__slide {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .card__slide {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .card__slide {
    height: 410px;
  }
}
@media (max-width: 600px) {
  .card__slide {
    height: 350px;
  }
}
@media (max-width: 500px) {
  .card__slide {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .card__slide {
    height: 280px;
  }
}

.card__slider-container .swiper-button-prev:after, .card__slider-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.card__slider-container .swiper-button-next:after, .card__slider-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.card__slider-container .swiper-button-prev, .card__slider-container .swiper-container-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url("../images/whiterleftarrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  transition: all 0.5s;
  left: unset;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  z-index: 1;
  border-radius: 50%;
  background-color: #3F47CC;
  border: 1px solid #3F47CC;
}
.card__slider-container .swiper-button-prev:hover, .card__slider-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #FEFEFE;
  background-image: url("../images/leftbluearrow.webp");
}
@media (max-width: 1200px) {
  .card__slider-container .swiper-button-prev, .card__slider-container .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 32px;
  }
}
@media (max-width: 1000px) {
  .card__slider-container .swiper-button-prev, .card__slider-container .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
@media (max-width: 900px) {
  .card__slider-container .swiper-button-prev, .card__slider-container .swiper-container-rtl .swiper-button-next {
    left: 25px;
  }
}
@media (max-width: 600px) {
  .card__slider-container .swiper-button-prev, .card__slider-container .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.card__slider-container .swiper-button-next, .card__slider-container .swiper-container-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url("../images/whiterightarrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  margin-top: unset;
  transition: all 0.5s;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #3F47CC;
  border: 1px solid #3F47CC;
}
.card__slider-container .swiper-button-next:hover, .card__slider-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #FEFEFE;
  background-image: url("../images/rightbluearrow.webp");
}
@media (max-width: 1200px) {
  .card__slider-container .swiper-button-next, .card__slider-container .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 32px;
  }
}
@media (max-width: 1000px) {
  .card__slider-container .swiper-button-next, .card__slider-container .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
@media (max-width: 900px) {
  .card__slider-container .swiper-button-next, .card__slider-container .swiper-container-rtl .swiper-button-prev {
    right: 25px;
  }
}
@media (max-width: 600px) {
  .card__slider-container .swiper-button-next, .card__slider-container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.scheme {
  width: 100%;
  min-height: 450px;
  margin-top: 30px;
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 20px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.scheme img {
  max-width: 730px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1420px) {
  .scheme {
    min-height: 400px;
  }
}
@media (max-width: 1300px) {
  .scheme {
    min-height: 370px;
  }
}
@media (max-width: 1300px) {
  .scheme {
    min-height: 342px;
  }
}
@media (max-width: 1000px) {
  .scheme {
    min-height: 300px;
  }
}
@media (max-width: 900px) {
  .scheme {
    min-height: 342px;
  }
}
@media (max-width: 600px) {
  .scheme {
    min-height: 300px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .scheme {
    min-height: 250px;
  }
}
@media (max-width: 400px) {
  .scheme {
    min-height: 210px;
  }
}

.scheme__item {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .scheme__item:hover .scheme__text {
    opacity: 1;
  }
  .scheme__item:hover .scheme__icon {
    transform: rotate(45deg);
  }
}
.scheme__item.is-active .scheme__text {
  opacity: 1;
}
.scheme__item.is-active .scheme__icon {
  transform: rotate(45deg);
}

.scheme__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s;
}
.scheme__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .scheme__icon {
    width: 30px;
    height: 30px;
  }
}

.scheme__text {
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
  position: absolute;
  background-color: #3F47CC;
  padding: 4px 16px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  color: #FEFEFE;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  font-size: 25px;
  font-family: "LTSuperior-Semibold";
  margin: 0;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1420px) {
  .scheme__text {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .scheme__text {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .scheme__text {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .scheme__text {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .scheme__text {
    top: -80%;
    padding: 4px 10px;
    max-width: 170px;
  }
}
@media (max-width: 600px) {
  .scheme__text {
    top: -100%;
    font-size: 14px;
  }
}

.video__slider-container {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 30px;
}
.video__slider-container .swiper-pagination-bullet {
  border-color: #3F47CC;
}
.video__slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3F47CC;
}
@media (max-width: 1420px) {
  .video__slider-container {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .video__slider-container {
    height: 370px;
  }
}
@media (max-width: 1200px) {
  .video__slider-container {
    height: 350px;
  }
}
@media (max-width: 1000px) {
  .video__slider-container {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .video__slider-container {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .video__slider-container {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .video__slider-container {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .video__slider-container {
    height: 210px;
  }
}

.video__slider {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .video__slider {
    border-radius: 10px;
  }
}

.video__slide {
  height: 450px;
}
.video__slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video__slide a:hover .video__slider-btn svg path {
  fill: #3F47CC;
}
.video__slide a:hover .video__slider-btn svg rect {
  fill: #FEFEFE;
}
@media (max-width: 600px) {
  .video__slide a {
    border-radius: 10px;
  }
}
.video__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1420px) {
  .video__slide {
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .video__slide {
    height: 370px;
  }
}
@media (max-width: 1200px) {
  .video__slide {
    height: 350px;
  }
}
@media (max-width: 1000px) {
  .video__slide {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .video__slide {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .video__slide {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .video__slide {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .video__slide {
    height: 210px;
  }
}

.video__slider-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.video__slider-btn svg {
  width: 100%;
  height: 100%;
}
.video__slider-btn svg path, .video__slider-btn svg rect {
  transition: all 0.5s;
}
@media (max-width: 900px) {
  .video__slider-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .video__slider-btn {
    width: 40px;
    height: 40px;
  }
}

.video__slider-container .swiper-button-prev:after, .video__slider-container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.video__slider-container .swiper-button-next:after, .video__slider-container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.video__slider-container .swiper-button-prev, .video__slider-container .swiper-container-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url("../images/whiterleftarrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  transition: all 0.5s;
  left: unset;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: unset;
  z-index: 1;
  border-radius: 50%;
  background-color: #3F47CC;
  border: 1px solid #3F47CC;
}
.video__slider-container .swiper-button-prev:hover, .video__slider-container .swiper-container-rtl .swiper-button-next:hover {
  background-color: #FEFEFE;
  background-image: url("../images/leftbluearrow.webp");
}
@media (max-width: 1200px) {
  .video__slider-container .swiper-button-prev, .video__slider-container .swiper-container-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    background-size: 32px;
  }
}
@media (max-width: 1000px) {
  .video__slider-container .swiper-button-prev, .video__slider-container .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
@media (max-width: 900px) {
  .video__slider-container .swiper-button-prev, .video__slider-container .swiper-container-rtl .swiper-button-next {
    left: 25px;
  }
}
@media (max-width: 600px) {
  .video__slider-container .swiper-button-prev, .video__slider-container .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.video__slider-container .swiper-button-next, .video__slider-container .swiper-container-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url("../images/whiterightarrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  margin-top: unset;
  transition: all 0.5s;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #3F47CC;
  border: 1px solid #3F47CC;
}
.video__slider-container .swiper-button-next:hover, .video__slider-container .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #FEFEFE;
  background-image: url("../images/rightbluearrow.webp");
}
@media (max-width: 1200px) {
  .video__slider-container .swiper-button-next, .video__slider-container .swiper-container-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 32px;
  }
}
@media (max-width: 1000px) {
  .video__slider-container .swiper-button-next, .video__slider-container .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
@media (max-width: 900px) {
  .video__slider-container .swiper-button-next, .video__slider-container .swiper-container-rtl .swiper-button-prev {
    right: 25px;
  }
}
@media (max-width: 600px) {
  .video__slider-container .swiper-button-next, .video__slider-container .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.lines__card-right {
  width: calc(100% - 795px);
}
@media (max-width: 1420px) {
  .lines__card-right {
    width: calc(100% - 710px);
  }
}
@media (max-width: 1300px) {
  .lines__card-right {
    width: calc(100% - 630px);
  }
}
@media (max-width: 1200px) {
  .lines__card-right {
    width: calc(100% - 530px);
  }
}
@media (max-width: 1000px) {
  .lines__card-right {
    width: calc(100% - 420px);
  }
}
@media (max-width: 900px) {
  .lines__card-right {
    width: 100%;
    margin-bottom: 40px;
    order: -1;
  }
}
@media (max-width: 600px) {
  .lines__card-right {
    margin-bottom: 30px;
  }
}

.lines__card-title {
  color: #333;
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
  letter-spacing: -0.55px;
  font-family: "LTSuperior-Semibold";
  margin-bottom: 20px;
}
@media (max-width: 1420px) {
  .lines__card-title {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .lines__card-title {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  .lines__card-title {
    font-size: 32px;
    letter-spacing: -0.352px;
    line-height: 120%;
  }
}
@media (max-width: 900px) {
  .lines__card-title {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .lines__card-title {
    font-size: 25px;
    letter-spacing: -0.275px;
    line-height: normal;
    margin-bottom: 10px;
  }
}

.lines__card-price {
  color: #333;
  font-family: "LTSuperior-Semibold";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .lines__card-price {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .lines__card-price {
    letter-spacing: -0.22px;
    line-height: 110%;
    font-size: 20px;
  }
}

.lines__card-price-description {
  margin: 0;
  margin-bottom: 25px;
  color: #333;
  font-family: "Founder-Regular";
  font-size: 18px;
  line-height: normal;
}
@media (max-width: 1200px) {
  .lines__card-price-description {
    font-size: 17px;
  }
}
@media (max-width: 900px) {
  .lines__card-price-description {
    text-align: center;
    font-size: 16px;
    font-family: "LTSuperior-Regular";
    line-height: 143.75%;
  }
}

.lines__card-kons {
  padding-left: 21px;
  padding-right: 21px;
}

.lines__card-line {
  padding: 15.5px 24px;
}
@media (max-width: 900px) {
  .lines__card-line {
    padding: 14px 24px;
  }
}

.lines__card-btns {
  display: flex;
  align-items: stretch;
  margin-top: 25px;
}
@media (max-width: 900px) {
  .lines__card-btns.lines__card-btns-auto a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 901px) {
  .lines__card-btns a + a {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .lines__card-btns a + a {
    margin-top: 10px;
  }
}
@media (max-width: 900px) {
  .lines__card-btns a {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .lines__card-btns a {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 900px) {
  .lines__card-btns {
    margin: 25px -10px 0;
  }
}
@media (max-width: 600px) {
  .lines__card-btns {
    flex-direction: column;
    margin: 20px 0 0;
  }
}

.blocks {
  margin-top: 35px;
}

.block__item + .block__item {
  margin-top: 10px;
}

.block__item {
  background-color: #FEFEFE;
  border-radius: 20px;
  padding: 25px 20px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .block__item {
    padding: 25px;
    border-radius: 10px;
  }
}

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

.block__open-title {
  margin: 0 !important;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  width: calc(100% - 50px);
  font-family: "LTSuperior-Semibold";
}
@media (max-width: 1420px) {
  .block__open-title {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .block__open-title {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
  }
}

.block__open-btn {
  width: 30px;
  height: 30px;
}
.block__open-btn svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: rotate(0);
}
.block__open-btn svg path {
  transition: all 0.5s;
}
.block-active .block__open-btn svg {
  transform: rotate(90deg);
}
.block-active .block__open-btn path:nth-child(2) {
  opacity: 0;
}

.block__cnt-wrapper {
  display: none;
  cursor: default;
}
.block__cnt-open .block__cnt-wrapper {
  display: block;
}

.block__cnt {
  padding-top: 10px;
}
.block__cnt .block__description {
  margin: 0;
  color: #737373;
  line-height: 143.75%;
  font-weight: 400;
  font-size: 16px;
  font-family: "LTSuperior-Regular";
}
.block__cnt .documents__item {
  padding: 0;
  border-radius: 20px;
  min-height: unset;
  margin-top: 15px;
}
.block__cnt .documents__item:hover {
  box-shadow: none;
}
.block__cnt .documents__item + .documents__item {
  margin-top: 15px;
}
.block__cnt .documents__img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.block__cnt .documents__text {
  width: calc(100% - 51px);
}
.block__cnt .doc__name {
  font-size: 14px;
}
.block__cnt .doc__size {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 600px) {
  .block__cnt .documents__btn {
    margin-left: 51px;
  }
}

.block__item-line-name {
  color: #333;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
  margin-bottom: 15px !important;
}
@media (max-width: 600px) {
  .block__item-line-name {
    font-size: 16px;
  }
}

.block__item-line-img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: auto;
}

.block__table {
  overflow: hidden;
}

.block__tr {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #F4F6FC;
  padding: 12px 0 13px;
}
@media (max-width: 1100px) {
  .block__tr {
    border-radius: 15px;
  }
}
@media (max-width: 600px) {
  .block__tr {
    padding: 8px 0 8px;
    border-radius: 5px;
  }
}

.block__tr-box + .block__tr-box {
  margin-top: 5px;
}

.block__th {
  width: 33.33%;
  padding: 0 16px;
  color: #737373;
  font-family: "LTSuperior-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 164%;
  position: relative;
  word-break: break-word;
}
.block__th:nth-child(1)::after {
  display: none;
}
.block__th:nth-child(2) {
  text-align: center;
}
.block__th::after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #DFDFDF;
}
@media (max-width: 600px) {
  .block__th::after {
    top: -8px;
    height: calc(100% + 21px);
  }
}
@media (max-width: 600px) {
  .block__th {
    padding: 0 8px;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .block__th {
    font-size: 12px;
  }
}

.table__btn {
  max-width: 160px;
  width: 100%;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.lines__card-mob {
  display: none;
  order: 3;
  width: 100%;
}
@media (max-width: 900px) {
  .lines__card-mob {
    display: block;
  }
}

@media (max-width: 1250px) {
  .lines__slider-wrapper-auto .block__title-box {
    align-items: flex-start;
  }
}
@media (max-width: 1250px) {
  .lines__slider-wrapper-auto .block__title {
    width: 500px;
  }
}
@media (max-width: 900px) {
  .lines__slider-wrapper-auto .block__title {
    width: 350px;
  }
}
@media (max-width: 600px) {
  .lines__slider-wrapper-auto .block__title {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-next, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -140px;
  }
}
@media (max-width: 1200px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-next, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -128px;
  }
}
@media (max-width: 1050px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-next, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -115px;
  }
}
@media (max-width: 950px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-next, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -81px;
  }
}
@media (max-width: 600px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-next, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-prev {
    top: -60px;
  }
}
@media (max-width: 1250px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-prev, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -140px;
  }
}
@media (max-width: 1200px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-prev, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -128px;
  }
}
@media (max-width: 1050px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-prev, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -115px;
  }
}
@media (max-width: 950px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-prev, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -81px;
  }
}
@media (max-width: 600px) {
  .lines__slider-wrapper-auto .lines__slider-container .swiper-button-prev, .lines__slider-wrapper-auto .lines__slider-container .swiper-container-rtl .swiper-button-next {
    top: -60px;
  }
}

.all__btn {
  width: 200px;
  text-align: center;
  margin: 50px auto 0;
}
@media (max-width: 800px) {
  .all__btn {
    margin: 40px auto 0;
    width: 160px;
  }
}
@media (max-width: 600px) {
  .all__btn {
    margin: 30px auto 0;
  }
}

#hiddenPublic {
  display: none;
}

#hiddenVideo {
  display: none;
}

#hiddenDoc {
  display: none;
}

#hiddenProject {
  display: none;
}

#hiddenLines {
  display: none;
}

#hiddenTable {
  display: none;
}

.visible {
  display: flex !important;
}

.noContent {
  display: none !important;
}

/*footer*/
footer {
  background-color: #3F47CC;
  border-radius: 20px;
  position: relative;
  z-index: 5;
}

.footer__cnt {
  padding: 30px 45px 30px 30px;
}
@media (max-width: 800px) {
  .footer__cnt {
    padding: 50px 40px 35px;
  }
}
@media (max-width: 600px) {
  .footer__cnt {
    position: relative;
    padding: 45px 25px;
  }
}
@media (max-width: 350px) {
  .footer__cnt {
    position: relative;
    padding: 45px 20px;
  }
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
  }
}

.footer__logo {
  display: block;
  width: 185px;
  height: 185px;
}
.footer__logo img, .footer__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1420px) {
  .footer__logo {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .footer__logo {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1050px) {
  .footer__logo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 600px) {
  .footer__logo {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-bottom: 32px;
  }
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .footer__info .place {
    display: none;
  }
}

.footer__consult {
  padding: 18px 42px;
  margin-bottom: 18px;
}
@media (max-width: 1420px) {
  .footer__consult {
    padding: 14px 30px;
  }
}
@media (max-width: 800px) {
  .footer__consult {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .footer__consult {
    font-size: 14px;
    margin-top: 14px;
    padding: 15.5px 45px;
  }
}

.place {
  color: #FEFEFE;
  font-weight: 400;
  font-family: "Founder-Regular";
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1420px) {
  .place {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .place {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .place {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .place {
    font-size: 16px;
    font-family: "LTSuperior-Regular";
    margin: 0;
  }
}

.info__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .info__box {
    order: -1;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .info__box {
    /* justify-content: space-between; */
    justify-content: center;
    width: 100%;
  }
}

.info__tel {
  color: #FEFEFE;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  font-family: "Founder-Regular";
  line-height: normal;
  margin-bottom: 20px;
  transition: all 0.5s;
  padding: 3px 10px 5px;
  border-radius: 20px;
  margin-left: -10px;
}
@media (min-width: 801px) {
  .info__tel:hover {
    background-color: #FEFEFE;
    color: #3F47CC;
  }
}
@media (max-width: 1420px) {
  .info__tel {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .info__tel {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .info__tel {
    font-size: 15px;
    padding: 3px 8px;
    margin-left: -8px;
  }
}
@media (max-width: 800px) {
  .info__tel {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    font-size: 16px;
    font-family: "LTSuperior-Regular";
    margin-top: 5px;
  }
}
@media (max-width: 600px) {
  .info__tel {
    font-size: 15px;
    margin-right: 22px;
    font-family: "Inter-Regular";
  }
}

.footer__soc {
  display: flex;
  align-items: center;
}
.footer__soc a {
  width: 34px;
  height: 34px;
}
.footer__soc a svg, .footer__soc a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__soc a svg path, .footer__soc a svg circle {
  transition: all 0.5s;
}
.footer__soc a:nth-child(1):hover svg path:nth-child(2) {
  fill: #2AA2DE;
}
.footer__soc a:nth-child(2):hover svg circle {
  fill: #0DC143;
}
@media (max-width: 1420px) {
  .footer__soc a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1300px) {
  .footer__soc a {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 800px) {
  .footer__soc a {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 600px) {
  .footer__soc a {
    width: 30px;
    height: 30px;
  }
}
.footer__soc a + a {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
@media (max-width: 1420px) {
  .footer__soc a + a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1300px) {
  .footer__soc a + a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 800px) {
  .footer__soc a + a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .footer__soc a + a {
    width: 36px;
    height: 36px;
  }
}

.footer__menu {
  width: 466px;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 215px;
  width: 100%;
}
.footer__menu ul li {
  margin-bottom: 5px;
}
.footer__menu ul li:nth-child(1) a, .footer__menu ul li:nth-child(7) a, .footer__menu ul li:nth-child(8) a, .footer__menu ul li:nth-child(9) a {
  font-weight: 500;
  font-family: "Founder-Medium";
}
.footer__menu ul a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  color: #FEFEFE;
  font-family: "Founder-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  padding: 3px 10px 5px;
  border-radius: 20px;
}
.footer__menu ul a:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
@media (max-width: 1420px) {
  .footer__menu ul a {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .footer__menu ul a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .footer__menu ul a {
    font-size: 15px;
    padding: 3px 8px;
    border-radius: 10px;
  }
}
@media (max-width: 1420px) {
  .footer__menu ul {
    height: 205px;
  }
}
@media (max-width: 1300px) {
  .footer__menu ul {
    height: 195px;
  }
}
@media (max-width: 1300px) {
  .footer__menu ul {
    height: 180px;
  }
}
@media (max-width: 1300px) {
  .footer__menu {
    width: 430px;
  }
}
@media (max-width: 1200px) {
  .footer__menu {
    width: 370px;
  }
}
@media (max-width: 1050px) {
  .footer__menu {
    width: 330px;
  }
}
@media (max-width: 800px) {
  .footer__menu {
    display: none;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
}
.footer__bottom a, .footer__bottom p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #FEFEFE;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  font-family: "Founder-Regular";
  margin-bottom: 0;
  transition: all 0.5s;
}
@media (max-width: 1420px) {
  .footer__bottom a, .footer__bottom p {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .footer__bottom a, .footer__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .footer__bottom a, .footer__bottom p {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .footer__bottom a, .footer__bottom p {
    font-size: 16px;
    font-family: "LTSuperior-Regular";
    margin: 0;
    padding: 0;
  }
}
.footer__bottom a {
  padding: 3px 10px 5px 10px;
  border-radius: 20px;
}
.footer__bottom a:hover {
  background-color: #FEFEFE;
  color: #3F47CC;
}
@media (max-width: 1200px) {
  .footer__bottom a {
    padding: 3px 8px;
    border-radius: 10px;
  }
}
/* .footer__bottom p:nth-child(2) {
  margin: 0 200px;
}
@media (max-width: 1100px) {
  .footer__bottom p:nth-child(2) {
    margin: 0;
  }
} */
.footer__bottom p {
    margin-right: 40px;
}
@media (max-width: 1100px) {
  .footer__bottom {
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .footer__bottom {
    display: none;
  }
}

.footer__bottom-mob {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.footer__bottom-mob a, .footer__bottom-mob p {
  font-size: 16px;
  font-family: "LTSuperior-Regular";
  margin: 0;
  padding: 0;
  display: block;
  color: #FEFEFE;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .footer__bottom-mob a, .footer__bottom-mob p {
    font-size: 14px;
    font-family: "Inter-Regular";
  }
}
.footer__bottom-mob a + a, .footer__bottom-mob p + p {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .footer__bottom-mob a + a, .footer__bottom-mob p + p {
    margin-top: 12px;
  }
}
@media (max-width: 800px) {
  .footer__bottom-mob {
    display: flex;
  }
}
@media (max-width: 600px) {
  .footer__bottom-mob {
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
}

.footer__bottom-left {
  text-align: left;
}
@media (max-width: 600px) {
  .footer__bottom-left {
    text-align: right;
    position: absolute;
    right: 25px;
    top: 57px;
  }
}

.footer__bottom-right a {
  text-align: right;
}
@media (max-width: 600px) {
  .footer__bottom-right a {
    text-align: center;
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/*popups*/
.konsult__popup-box {
  padding: 0;
  border-radius: 20px;
  background-color: #FEFEFE;
  max-width: 860px;
  width: 100%;
}
@media (max-width: 1420px) {
  .konsult__popup-box {
    max-width: 700px;
  }
}
@media (max-width: 1200px) {
  .konsult__popup-box {
    max-width: 570px;
  }
}
@media (max-width: 1050px) {
  .konsult__popup-box {
    max-width: 450px;
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .konsult__popup-box {
    max-width: 320px;
  }
}

.kons__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  margin-bottom: 49px;
}
@media (max-width: 1420px) {
  .kons__img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .kons__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .kons__img {
    height: 180px;
    -o-object-position: top;
       object-position: top;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 1050px) and (max-width: 600px) {
  .kons__img {
    display: none;
  }
}

.konsult__popup {
  padding: 0 80px 65px;
}
.konsult__popup .block__title {
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .konsult__popup .block__title {
    text-align: center;
  }
}
@media (max-width: 1420px) {
  .konsult__popup {
    padding: 0 60px 50px;
  }
}
@media (max-width: 1200px) {
  .konsult__popup {
    padding: 0 40px 30px;
  }
}
@media (max-width: 1050px) {
  .konsult__popup {
    padding: 0 25px 25px;
  }
}
@media (max-width: 600px) {
  .konsult__popup {
    padding: 40px 20px 20px;
  }
}

.konsult__description {
  line-height: normal;
  font-weight: 400;
  font-size: 25px;
  font-family: "Inter-Regular";
  color: #333;
}
@media (max-width: 1420px) {
  .konsult__description {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .konsult__description {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .konsult__description {
    text-align: center;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.22px;
    font-family: "LTSuperior-Semibold";
  }
}
@media (max-width: 600px) {
  .konsult__description {
    font-weight: 400;
    font-family: "LTSuperior-Regular";
    letter-spacing: normal;
  }
}

.konsult__form {
  margin-top: 20px;
}

.successful__popup-box {
  max-width: 660px;
  width: 100%;
  background-color: #FEFEFE;
  border-radius: 30px;
  padding: 122.5px 130px;
}
.successful__popup-box .carousel__button {
  display: none !important;
}
@media (max-width: 1420px) {
  .successful__popup-box {
    max-width: 500px;
    padding: 80px;
  }
}
@media (max-width: 1200px) {
  .successful__popup-box {
    max-width: 400px;
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .successful__popup-box {
    max-width: 320px;
    padding: 30px 15px;
    border-radius: 15px;
  }
}

.successful__popup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.successful__popup img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 1420px) {
  .successful__popup img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1200px) {
  .successful__popup img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .successful__popup img {
    width: 45px;
    height: 45px;
  }
}

.successful__title {
  color: #121212;
  text-align: center;
  font-family: "LTSuperior-Semibold";
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.352px;
  margin-bottom: 10px;
}
@media (max-width: 1420px) {
  .successful__title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .successful__title {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .successful__title {
    font-size: 23px;
    margin-bottom: 5px;
  }
}

.successful__description {
  color: #121212;
  text-align: center;
  font-family: "LTSuperior-Semibold";
  font-weight: 600;
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.275px;
}
@media (max-width: 1420px) {
  .successful__description {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .successful__description {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .successful__description {
    font-weight: 400;
    font-family: "LTSuperior-Regular";
    letter-spacing: normal;
  }
}

.up__btn {
  position: fixed;
  z-index: 80;
  bottom: 100px;
  left: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3F47CC;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.up__btn.up__btn-active {
  opacity: 1;
  visibility: visible;
}
.up__btn svg {
  width: 40px;
  height: 40px;
}
.up__btn svg path {
  transition: all 0.5s;
  fill: transparent;
}
.up__btn:hover {
  transform: rotate(360deg);
}
@media (max-width: 1420px) {
  .up__btn {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .up__btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1050px) {
  .up__btn {
    left: 15px;
  }
}
@media (max-width: 800px) {
  .up__btn {
    display: none;
  }
}

.bread__crumbs-box {
  margin: 35px 0 45px;
}
@media (max-width: 1300px) {
  .bread__crumbs-box {
    margin: 25px 0 45px;
  }
}
@media (max-width: 1200px) {
  .bread__crumbs-box {
    margin: 20px 0 45px;
  }
}
@media (max-width: 1050px) {
  .bread__crumbs-box {
    margin: 10px 0 45px;
  }
}

.bread__crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread__crumbs a, .bread__crumbs span {
  color: #737373;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.22px;
  line-height: 110%;
  font-weight: 600;
  font-size: 20px;
  font-family: "LTSuperior-Semibold";
  text-decoration: none;
}
.bread__crumbs a:last-of-type, .bread__crumbs span:last-of-type {
  color: #333;
}
@media (max-width: 1420px) {
  .bread__crumbs a, .bread__crumbs span {
    font-size: 19px;
  }
}
@media (max-width: 1200px) {
  .bread__crumbs a, .bread__crumbs span {
    font-size: 18px;
  }
}
@media (max-width: 1050px) {
  .bread__crumbs a, .bread__crumbs span {
    font-size: 16px;
    font-weight: 400;
    font-family: "LTSuperior-Regular";
  }
}
.bread__crumbs span {
  margin: 5px;
}

.fancybox__content:not(.fancybox__content.konsult__popup-box, .fancybox__content.successful__popup-box) {
  background: #000;
  padding: 0;
  height: 100% !important;
}
.fancybox__content:not(.fancybox__content.konsult__popup-box, .fancybox__content.successful__popup-box) > .carousel__button.is-close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
}
@media (max-width: 1024px) {
  .fancybox__content:not(.fancybox__content.konsult__popup-box, .fancybox__content.successful__popup-box) > .carousel__button.is-close {
    top: -34px;
    right: -8px;
  }
}
@media (max-width: 1200px) {
  .fancybox__content:not(.fancybox__content.konsult__popup-box, .fancybox__content.successful__popup-box) {
    height: 80% !important;
  }
}

.error__wrapper {
  position: relative;
  padding: 210px 0;
}
@media (max-width: 800px) {
  .error__wrapper .block__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .error__wrapper .block__title {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.22px;
  }
}
@media (max-width: 1300px) {
  .error__wrapper {
    padding: 180px 0 190px;
  }
}
@media (max-width: 1100px) {
  .error__wrapper {
    padding: 160px 0 190px;
  }
}
@media (max-width: 1000px) {
  .error__wrapper {
    padding: 140px 0 190px;
  }
}
@media (max-width: 550px) {
  .error__wrapper {
    padding: 50px 0 115px;
  }
}

.error__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 540px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 1599px) {
  .error__block {
    width: 500px;
  }
}
@media (max-width: 550px) {
  .error__block {
    width: 100%;
  }
}

.error__block-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .error__block-img {
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .error__block-img {
    width: 250px;
  }
}

.error__block-btn {
  width: 100%;
}

.left__error, .right__error {
  position: absolute;
  z-index: 1;
}
.left__error img, .right__error img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.left__error {
  left: -20px;
  top: -25px;
  width: 826px;
  height: auto;
}
@media (max-width: 1599px) {
  .left__error {
    width: 50vw;
  }
}
@media (max-width: 1100px) {
  .left__error {
    left: -15px;
    width: 47vw;
  }
}
@media (max-width: 1000px) {
  .left__error {
    width: 302px;
    top: -97px;
  }
}
@media (max-width: 550px) {
  .left__error {
    width: 132px;
  }
}

.left__error-pc {
  display: block;
}
@media (max-width: 1000px) {
  .left__error-pc {
    display: none;
  }
}

.left__error-plan {
  display: none;
}
@media (max-width: 1000px) {
  .left__error-plan {
    display: block;
  }
}
@media (max-width: 550px) {
  .left__error-plan {
    display: none;
  }
}

.left__error-mob {
  display: none;
}
@media (max-width: 550px) {
  .left__error-mob {
    display: block;
  }
}

.right__error {
  right: -20px;
  bottom: 0;
  width: 507px;
  height: auto;
}
@media (max-width: 1599px) {
  .right__error {
    width: 31vw;
  }
}
@media (max-width: 1100px) {
  .right__error {
    right: -15px;
    width: 28vw;
  }
}
@media (max-width: 1000px) {
  .right__error {
    width: 350px;
    bottom: -250px;
  }
}
@media (max-width: 550px) {
  .right__error {
    width: 180px;
    bottom: -25px;
  }
}

.right__error-pc {
  display: block;
}
@media (max-width: 1000px) {
  .right__error-pc {
    display: none;
  }
}

.right__error-plan {
  display: none;
}
@media (max-width: 1000px) {
  .right__error-plan {
    display: block;
  }
}
@media (max-width: 550px) {
  .right__error-plan {
    display: none;
  }
}

.right__error-mob {
  display: none;
}
@media (max-width: 550px) {
  .right__error-mob {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */

.log-form {
    display: flex;
    flex-direction: column;
    width: 300px;
    padding: 50px 0;
}

@media(max-width: 350px) {
    .log-form {
        width: fit-content;
    }
}

table.privacy__table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
    margin-bottom: 20px;
}
table.privacy__table,table.privacy__table td, table.privacy__table th {
	border: 1px solid #595959;
    padding: 10px;
    font-family: "Founder-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #333;
}

@media(max-width: 1200px) {
    table.privacy__table,table.privacy__table td, table.privacy__table th {
        font-size: 16px;
    }
}

.about-text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -17.5px;
}

@media(max-width: 900px) {
    .about-text {
        margin: 0;
        flex-direction: column;
        border-radius: 20px;
        background: #FFF;
        padding: 40px 25px;
        margin: 0 -15px;
    }
}

@media(max-width: 500px) {
    .about-text {
        padding: 40px 20px;
    }
}

.about-text-left {
    width: calc(49% - 35px);
    margin: 0 17.5px;
}

@media(max-width: 900px) {
    .about-text-left {
        width: 100%;
        margin: 0;
    }
}

.about-text-left h2 {
    margin: 0;
    color: #333;
}

@media(max-width: 1390px) {
    .about-text-left h2 br {
        display: none;
    }
}

.about-text-right {
    width: calc(51% - 35px);
    margin: 0 17.5px;
}

@media(max-width: 900px) {
    .about-text-right {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
}

.about-text-right p {
    margin: 0;
    font-family: "Founder-Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #333;
}

@media(max-width: 500px) {
    .about-text-right p {
        font-size: 16px;
    }
}

.about-text-right p + p {
    margin-top: 24px;
}

@media(max-width: 900px) {
    .about-text-right p + p {
        margin-top: 20px;
    }
}

@media(max-width: 800px) {
    .ab__bg-wrapp {
        margin-left: -15px;
        margin-right: -15px;
        padding: 40px 25px;
        border-radius: 20px;
        background: #FFF;
    }
}

@media(max-width: 500px) {
    .ab__bg-wrapp {
        padding: 40px 0;
    }
}

.ab__bg-block {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

@media(max-width: 800px) {
    .ab__bg-block {
        overflow: visible;
    }
}

.abb__bg-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

@media(max-width: 800px) {
    .abb__bg-img {
        margin-bottom: 30px;
    }
}

@media(max-width: 500px) {
    .abb__bg-img {
        margin-bottom: 20px;
        height: 260px;
    }
}

.abb__bg-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0.00) 4.02%, rgba(0, 0, 0, 0.60) 49.97%);
}

.abb__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.abb__bg-text {
    position: absolute;
    left: 35px;
    bottom: 50px;
    right: 35px;
    z-index: 3;
}

@media(max-width: 1050px) {
    .abb__bg-text {
        left: 25px;
        bottom: 30px;
        right: 25px;
    }
}

@media(max-width: 800px) {
    .abb__bg-text {
        position: static;
    }
}

@media(max-width: 500px) {
    .abb__bg-text {
        padding: 0 20px;
    }
}

.abb__bg-text h2 {
    color: #fefefe;
    margin-bottom: 30px;
    max-width: 1115px;
}

@media(max-width: 1250px) {
    .abb__bg-text h2 {
        max-width: unset;
    }
    .abb__bg-text h2 br {
        display: none;
    }
}

@media(max-width: 800px) {
    .abb__bg-text h2 {
        color: #333;
        margin-bottom: 20px;
    }
}

.abb__bg-text p {
    color: #fefefe;
    margin: 0;
    font-size: 18px;
    max-width: 650px;
}

@media(max-width: 950px) {
    .abb__bg-text p {
        max-width: unset;
    }
    .abb__bg-text p br {
        display: none;
    }
}

@media(max-width: 800px) {
    .abb__bg-text p {
        color: #333;
    }
}

@media(max-width: 500px) {
    .abb__bg-text p {
        font-size: 16px;
    }
}

.abb__bg-text p + p {
    margin-top: 24px;
}

@media(max-width: 800px) {
    .abb__bg-text p + p {
        margin-top: 20px;
    }
}

.about__contacts {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

@media(max-width: 800px) {
    .about__contacts {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 25px;
        border-radius: 20px;
        background-color: #fff;
    }
}

@media(max-width: 500px) {
    .about__contacts {
        padding: 40px 20px;
    }
}

.about__contacts .contacts {
    width: 500px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 34px;
}

@media(max-width: 1200px) {
    .about__contacts .contacts {
        width: 400px;
        padding: 30px;
    }
}

@media(max-width: 800px) {
    .about__contacts .contacts {
        width: 100%;
        margin-bottom: 20px;
        background-color: transparent;
        padding: 0;
    }
}

.about__contacts-map {
    width: calc(100% - 520px);
    border-radius: 20px;
    overflow: hidden;
    height: 390px;
}

@media(max-width: 1200px) {
    .about__contacts-map {
        height: 300px;
        width: calc(100% - 420px);
    }
}

@media(max-width: 800px) {
    .about__contacts-map {
        height: 300px;
        width: 100%;
    }
}

@media(max-width: 500px) {
    .about__contacts-map {
        height: 250px;
    }
}

@media(max-width: 1050px) {
    .ab-slider-wrapper {
        padding: 0 15px 0;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }
}

@media(max-width: 800px) {
    .ab-slider-wrapper .technology__slider-container {
        width: 410px;
    }
    .ab-slider-wrapper .technology__slider-container .technology__slid {
        height: 210px;
    }
}

@media(max-width: 500px) {
    .ab-slider-wrapper .technology__slider-container {
        width: 250px;
    }
    .ab-slider-wrapper .technology__slider-container .technology__slid {
        height: 185px;
    }
}

@media(max-width: 700px) {
    .about-text-wrap {
        margin-top: 0;
    }
}

body {
    top: 0 !important;
}
.skiptranslate {
    display: none !important;
    height: 0;
}

.language__img {
    cursor: pointer;
}

.notranslate {
    translate: no !important;
}

.cookies {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 44px;
    z-index: 50;    width: 600px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    max-width: 100%;
}


.cookies.is-active {
    opacity: 1;
    pointer-events: auto;
}


.cookies__wrap {
    position: relative;

    background-color: #fff;
    padding: 20px 35px;
    border-radius: 6px;
}


.cookies__text {
    text-align: justify;
    margin-bottom: 20px;
}

.cookies__text a {
    color: #3F47CC;
    text-decoration: underline;
}


.cookies__close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
}

@media(max-width: 768px) {
    .cookies {
        width: 90%;
    }

    .cookies__wrap {
        padding: 15px 31px 15px 15px;
    }

    .cookies__text {
        width: auto;

    }
}

.btn {
    cursor: pointer;
}

.btn--middle{
    margin: auto;
}
