@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.eot");
  src: url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../fonts/TTNormsPro-Bold.eot");
  src: local("TT Norms Pro Bold"), local("TTNormsPro-Bold"), url("../fonts/TTNormsPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Bold.woff2") format("woff2"), url("../fonts/TTNormsPro-Bold.woff") format("woff"), url("../fonts/TNormsPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html, body {
  height: 100%;
}

body {
  font-family: "Circe";
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  z-index: 2;
}

.content {
  flex: 1 0 auto;
  position: relative;
  padding-bottom: 70px;
}
.content .wrapper {
  position: relative;
  height: auto;
}

.content:before {
  content: "";
  background: linear-gradient(180deg, rgba(150, 120, 211, 0.2) 0%, rgba(150, 120, 211, 0) 100%);
  opacity: 0.8;
  display: block;
  height: 620px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content_inner:after {
  content: "";
  background: linear-gradient(180deg, rgba(150, 120, 211, 0) 0%, rgba(150, 120, 211, 0.2) 100%);
  opacity: 0.8;
  display: block;
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
.fixed{
	.content{
		top:80px;
	}
}*/

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.owl-dot {
  width: 10px; height: 10px;
  background: #C8C8C8 !important;
  border: none;
  border-radius: 100%;

}
.owl-dot.active {
  background: #743DE0 !important;
}

.line-triangle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.line-triangle:before {
  content: "";
  display: block;
  position: absolute;
  top: -161px;
  left: -36px;
  width: 485px;
  height: 402px;
  background-image: url("../images/line_triangle.svg");
  background-size: cover;
}

.line-triangle:after {
  content: "";
  position: absolute;
  top: 29px;
  right: -103px;
  display: block;
  width: 822px;
  height: 780px;
  background-image: url("../images/line_triangle_violet_2.svg");
  background-size: cover;
}

.block-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  margin: 0 0 24px 0;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
.block-title {
  font-size: 44px; line-height: 1.2;
  }
}

.block-title_case {
  font-size: 46px;
  line-height: 54px;
}

.main-title {
  font-weight: 800;
  font-size: 88px;
  line-height: 94px;
  color: #743DE0;
  margin: 0;
}

.left-triangle {
  position: relative;
}

.left-triangle:before {
  content: "";
  position: absolute;
  top: 29px;
  left: -500px;
  display: block;
  width: 822px;
  height: 683px;
  background-image: url("../images/line_triangle_violet.svg");
  background-size: cover;
}

.left-triangle_grey:before {
  top: 50%;
  left: -400px;
  transform: translate(0, -50%);
  width: 777px;
  height: 644px;
  background-image: url("../images/line_triangle.svg");
}

.right-triangle {
  position: relative;
}

.right-triangle:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 50px;
  display: block;
  width: 941px;
  height: 782px;
  background-image: url("../images//line_triangle_violet_bottom.svg");
  background-size: cover;
}

a {
  color: #307FE2;
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .left-triangle:before {
    display: none;
  }
  .main-title {
    margin-top: 20px;
  }
  .right-triangle:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed .content {
    top: 60px;
  }
  .line-triangle:before {
    display: none;
  }
  .line-triangle:after {
    top: 250px;
    right: -93px;
    width: 324px;
    height: 269px;
  }
  .main-title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .block-title {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 24px 0;
  }
  .block-title_case {
    font-size: 24px;
    line-height: 28px;
  }
  .content_inner:after {
    bottom: -79px;
  }
  .content {
    padding-bottom: 30px;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  background: #743DE0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  box-sizing: border-box;
  transition: background 0.2s;
  outline: none;
  border: none;
  width: 200px;
  height: 50px;
}

.btn:hover {
  background: #8A5AEA;
}

.link {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #307FE2;
  border-bottom: none;
  text-decoration: none;
  border-bottom: 2px solid #307FE2;
  transition: 0.2s;
}

.link:hover {
  border-bottom: 2px solid transparent;
}

@media (max-width: 768px) {
  .link {
    font-size: 14px;
    line-height: 20px;
  }
}
.popup {
  display: none;
}

.header {
  background: #FAFAFA;
  height: 80px;
  flex: 0 0 auto;
  width: 100%;
  transition: 0.2s;
  z-index: 1001;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .btn {
  height: 40px;
  margin-left: 40px;
  width: 150px;
  transition: background 0.2s, height 0.2s;
}
.header .btn:after {
  content: url("../images/phone_i.svg");
  width: 18px;
  height: 18px;
  display: none;
}

.header__logo {
  font-size: 0;
  transition: 0.2s;
}
.header__logo img {
  width: 149px;
  max-width: 100%;
  height: auto;
  transition: 0.2s;
}

.header__phone {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  padding-top: 5px;
  display: flex;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.m-menu-btn {
  display: none;
}

@media (max-width: 768px) {

  .fixed .header {
    position: fixed;
    top: 0;
    height: 50px;
  }
  .fixed .header .btn {
    height: 32px;
  }
  .fixed .header__logo {
    width: 120px;
  }
  .fixed .header__logo img {
    width: 120px;
  }
  .header__logo {
    width: 100px;
  }
  .header__phone {
    font-size: 14px;
    padding-top: 0;
  }
  .header {
    height: 60px;
  }
  .header .btn {
    height: 32px;
    margin-left: 13px;
    width: 32px;
    font-size: 0;
  }
  .header .btn:after {
    display: inline;
  }
  .m-menu-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 18px;
  }
  .m-menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #222222;
    margin-bottom: 4px;
    transition: 0.2s;
  }
  .m-menu-btn span:nth-child(2) {
    width: 13px;
  }
  .m-menu-btn span:nth-child:last-child {
    margin-bottom: 0;
  }
  .header.open .m-menu-btn span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header.open .m-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header.open .m-menu-btn span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header.open .header__contacts .header__phone, .header.open .header__contacts .btn {
    display: none;
  }
  .fixed .header {
    height: 60px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .fixed .header__logo {
    width: 100px;
  }
  .fixed .header__logo img {
    width: 100px;
  }
}
.nav {
  height: 50px;
  flex: 0 0 auto;
  transition: 0.2s;
  width: 100%;
  background: #fff;
  z-index: 1002;
}
.nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.nav ul li {
  list-style: none;
  height: 100%;
  margin-left: 80px;
  position: relative;
}
.nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.nav ul li a:hover {
  color: #743DE0;
}
.nav ul li a svg {
  width: 14px;
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
  stroke-width: 1.5px;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li:hover ul {
  display: flex;
}
.nav ul .active > a {
  color: #743DE0;
}
.nav ul .active > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #743DE0;
  display: block;
  position: absolute;
  bottom: 0;
}
.nav ul ul {
  position: absolute;
  flex-direction: column;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 5px 5px rgba(116, 61, 224, 0.1);
  height: auto;
  display: none;
}
.nav ul ul li {
  margin-left: 0;
  height: auto;
}
.nav ul ul li a {
  padding-bottom: 5px;
  display: block;
  white-space: nowrap;
}
.nav ul ul li:last-child a {
  padding-bottom: 0;
}
.nav ul ul .active > a:after {
  display: none;
}

.nav__contacts {
  display: none;
}

.nav__contacts__phone, .nav__contacts__email {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 22px;
}

.nav__contacts__email {
  margin-bottom: 17px;
}

.nav__contacts__social {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.nav__contacts__social a {
  display: block;
  margin-right: 20px;
}
.nav__contacts__social a:last-child {
  margin-right: 0;
}

.nav .nav__contacts__requisites {
  padding-bottom: 30px;
}
.nav .nav__contacts__requisites ul {
  margin: 0;
  padding: 0;
}
.nav .nav__contacts__requisites ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4F4F4F;
  margin-bottom: 0;
}

.nav__contacts__requisites__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .nav ul li {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .fixed .nav {
    position: fixed;
    top: 50px;
    height: 30px;
    background: #fff;
    z-index: 1002;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .nav {
    display: none;
    position: absolute;
    background: #FAFAFA;
    top: 60px;
    height: calc(100% - 60px);
    overflow: scroll;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0 0 0;
    z-index: 20;
  }
  .nav .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .nav ul li {
    height: auto;
    margin: 0 0 20px 0;
  }
  .nav ul li a {
    height: auto;
  }
  .nav ul .active a:after {
    display: none;
  }
  .nav.open {
    display: flex;
  }
  .nav__contacts {
    display: flex;
    flex-direction: column;
  }
  .nav__contacts .btn {
    height: 40px;
    margin-bottom: 20px;
  }
  .fixed .nav {
    background: #FAFAFA;
    top: 60px;
    height: calc(100% - 60px);
  }
  .nav ul ul {
    position: static;
    display: flex;
    background: none;
    box-shadow: none;
    padding: 10px 0 0 10px;
  }
  .nav ul ul li {
    margin-bottom: 0;
  }
}
.footer {
  flex: 0 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding: 54px 0 0 0;
}
.footer a:hover {
  color: #307FE2;
}

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

.footer__block_center {
  justify-content: center;
  align-items: center;
  padding: 75px 0 35px 0;
}
.footer__block_center a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
}
.footer__block_center span {
  display: block;
  margin: 0 7px;
  width: 2px;
  height: 24px;
  background: #000;
}

.footer__branches ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__branches ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4F4F4F;
  margin-bottom: 2px;
}
.footer__branches ul li:last-child {
  margin-bottom: 0;
}
.footer__branches{
max-width: 300px;
  text-wrap: balance;
}
.footer__branches__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  margin-bottom: 7px;
}

.footer__contacts__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 33px;
  width: 100%;
}

.footer__contacts__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 38px;
  color: #000000;
  width: 100%;
  margin-bottom: 35px;
}

.footer__contacts__content {
  display: flex;
  flex-direction: column;
}
.footer__contacts__content > div {
  display: flex;
  align-items: center;
}
.footer__contacts__content > div:first-child {
  margin-bottom: 43px;
}

.footer__social {
  display: flex;
  align-items: center;
  margin-right: 84px;
}
.footer__social a {
  display: block;
  margin-right: 18px;
}
.footer__social a:last-child {
  margin-right: 0;
}

.footer__phone {
  font-weight: 400;
  font-size: 21px;
  line-height: 22px;
  color: #000000;
}

.footer__email {
  font-weight: 400;
  font-size: 21px;
  line-height: 22px;
  color: #000000;
  margin-right: 94px;
}

.footer__send {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
}
.footer__send img {
  margin-left: 7px;
}

.footer__nav {
  display: flex;
  flex-direction: column;
max-width: 300px;
}
.footer__nav a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  display: block;
  margin-bottom: 16px;
}

.footer__requisites ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__requisites ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
  margin-bottom: 3px;
}
.footer__requisites ul li:last-child {
  margin-bottom: 0;
}

.footer__requisites__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4F4F4F;
  margin-bottom: 11px;
}

.fixed .footer {
  padding-top: 120px;
}

@media (max-width: 992px) {
	.footer__block {
	  flex-wrap: wrap;
	  gap: 50px 0;
	}
  .footer__contacts {
		width: 100%;
	}
  .footer__contacts__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .footer__social {
    margin-right: 30px;
  }
  .footer__email {
    margin-right: 40px;
  }
  .footer__contacts__subtitle {
    margin-bottom: 20px;
  }
  .footer__contacts__content > div:first-child {
    margin-bottom: 20px;
  }
  .footer__branches ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__nav {
     max-width: 350px;
     width: 100%;
	}
  .footer__nav a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .footer__requisites ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__requisites__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
.footer__branches {
  max-width: 360px;
  width: 100%;
}
}
@media (max-width: 768px) {
  .footer__block {
    display: none;
  }
  .footer__block_center {
    display: flex;
    padding: 0 0 19px 0;
  }
  .footer__block_center a {
    text-align: center;
  }
  .footer {
    background: none;
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer__block_center a {
    font-size: 12px;
    line-height: 16px;
  }
  .footer__block_center span {
    display: block;
    margin: 0 7px;
    width: 2px;
    height: 30px;
    background: #4F4F4F;
  }
  .fixed .footer {
    padding-top: 60px;
  }
}
.top-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 71px;
}

.top-offer__item {
  width: 100%;
  overflow: hidden;
}
.top-offer__text {
  padding-right: 20px;
  position: relative;
}

.top-offer__text__title {
  font-weight: 800;
  font-size: 82px;
  line-height: 94px;
  color: #743DE0;
  margin-bottom: 38px;
  position: relative;
  max-width: 600px;
}
.top-offer__text__title span {
  position: relative;
}
.top-offer__text__title span span {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #222222;
  display: block;
}

.top-offer__text__title:before {
  content: "";
  display: block;
  width: 325px;
  height: 274px;
  background-image: url("../images/yellow_triangle.svg");
  background-size: cover;
  position: absolute;
  top: -50px;
  left: -86px;
}

.top-offer__text__title_left {
  margin-bottom: 50px;
}

.top-offer__text__title_mini {
  font-size: 64px;
  line-height: 70px;
}
.top-offer__text__title_mini span span {
  margin-top: 25px;
  font-size: 38px;
  line-height: 46px;
}

.top-offer__text__title_left:before {
  display: none;
}

.top-offer__text__title_individual {
  font-size: 64px;
  line-height: 94px;
  margin-bottom: 6px;
}

.top-offer__text__title_individual:before {
  display: none;
}

.top-offer__text__percent {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #000000;
  display: flex;
  align-items: center;
  position: absolute;
  left: 350px;
  top: 30px;
}
.top-offer__text__percent div {
  position: relative;
  display: flex;
}
.top-offer__text__percent sup {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #743DE0;
  margin-top: -15px;
}
.top-offer__text__percent span {
  font-weight: 800;
  font-size: 160px;
  line-height: 64px;
  color: #743DE0;
  display: block;
}

.top-offer__text__percent_implementation {
  left: 480px;
  top: 82px;
}

.top-offer__text__percent:before {
  content: "";
  display: block;
  width: 261px;
  height: 220px;
  background-image: url("../images/yellow_triangle.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-offer__text__flex {
  display: flex;
}

.top-offer__text__subtitle {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  font-size: 22pt;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 40px;
  position: relative;
  max-width: 600px;
}

.top-offer__text__subtitle_individual {
  font-size: 46px;
  line-height: 54px;
}

.top-offer__text__description {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  position: relative;
}

.top-offer__text__title_baze {
  font-size: 72px;
  line-height: 70px;
}

.top-offer__text__title_baze:before {
  display: none;
}

.top-offer__form {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: 379px;
  min-width: 379px;
  box-sizing: border-box;
  padding: 22px 29px 20px 29px;
  position: relative;
}

.top-offer__suggest {
  position: relative;
}

.top-offer__suggest__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #743DE0;
  margin-bottom: 17px;
}

.top-offer__suggest__list {
  display: flex;
}

.top-offer__suggest__list__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-right: 60px;
  padding-left: 12px;
  position: relative;
}
.top-offer__suggest__list__item div {
  position: relative;
}
.top-offer__suggest__list__item span {
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
  display: block;
}

.top-offer__suggest__list__item:last-child {
  margin-right: 0;
}

.top-offer__suggest__list__item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #F5C300;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  left: 0;
  top: -7px;
}

.top-offer__numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.top-offer__numbers_inners {
  justify-content: center;
  flex-wrap: wrap;
}

.top-offer__numbers__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #743DE0;
  width: 100%;
  margin-bottom: 60px;
}

.top-offer__numbers__item {
  width: 211px;
}

.top-offer__numbers__item__value {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
  position: relative;
}
.top-offer__numbers__item__value span {
  position: relative;
  top: -2.3em;
}
.top-offer__numbers__item__value strong {
  font-weight: 800;
  font-size: 96px;
  line-height: 64px;
  color: #743DE0;
  position: relative;
}
.top-offer__numbers__item__value strong sup {
  font-size: 40px;
  line-height: 64px;
  top: -1em;
}
.top-offer__numbers__item__value div {
  padding-right: 20px;
  margin-top: -16px;
  text-align: center;
  position: relative;
}

.top-offer__numbers__item__value:before {
  content: "";
  position: absolute;
  display: block;
  background: #F5C300;
  width: 90px;
  height: 90px;
  border-radius: 30px 30px 30px 0;
  top: 5px;
}

.top-offer__numbers_inners {
  margin-top: 110px;
  justify-content: space-around;
}
.top-offer__numbers_inners .top-offer__numbers__item {
  display: flex;
  flex-direction: column;
}
.top-offer__numbers_inners .top-offer__numbers__item__value div {
  padding-right: 0;
  padding-left: 30px;
  margin-top: -16px;
  text-align: left;
}
.top-offer__numbers_inners .top-offer__numbers__item__value:before {
  top: 10px;
}

.top-offer__numbers__item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.top-offer__days {
  display: flex;
  margin-top: 82px;
  position: relative;
}
.top-offer__days > div:first-child {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  position: relative;
}
.top-offer__days > div:nth-child(2) {
  font-weight: 800;
  font-size: 160px;
  line-height: 64px;
  color: #743DE0;
  position: relative;
}
.top-offer__days > sup {
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
  color: #222222;
  top: -1.2em;
  position: relative;
}

.top-offer__days:before {
  content: "";
  display: block;
  width: 255px;
  height: 215px;
  background-image: url(../images/yellow_triangle.svg);
  background-size: cover;
  position: absolute;
  top: -60px;
  left: -10px;
}

.top-offer__numbers__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 37px;
}
.top-offer__numbers__btn .btn {
  width: 280px;
}

@media (max-width: 1200px) {
  .top-offer__text__title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .top-offer__text__subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .top-offer__text__description {
    font-size: 24px;
    line-height: 30px;
  }
  .top-offer__text__percent {
    font-size: 30px;
    line-height: 36px;
    left: 310px;
  }
  .top-offer__text__percent sup {
    font-size: 30px;
    line-height: 64px;
    margin-top: -15px;
  }
  .top-offer__text__percent span {
    font-weight: 800;
    font-size: 130px;
    line-height: 64px;
    color: #743DE0;
    display: block;
  }
  .top-offer__text__title_mini {
    font-size: 44px;
    line-height: 54px;
  }
  .top-offer__text__title_mini span span {
    margin-top: 15px;
    font-size: 30px;
    line-height: 36px;
  }
  .top-offer__text__percent_implementation {
    left: 350px;
    top: 64px;
  }
  .top-offer__numbers {
    margin-top: 50px;
  }
  .top-offer__numbers__item {
    width: 30%;
  }
  .top-offer__numbers__item__value strong {
    font-size: 76px;
  }
  .top-offer__numbers__item__value strong sup {
    font-size: 30px;
  }
  .top-offer__numbers__item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .top-offer__numbers__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .top-offer__suggest__list__item {
    font-size: 16px;
    line-height: 20px;
    margin-right: 30px;
  }
  .top-offer__suggest__list__item span {
    font-size: 12px;
    line-height: 16px;
  }
  .top-offer__suggest__list__item span br {
    display: none;
  }
  .top-offer_percent {
    flex-direction: column;
  }
  .top-offer_percent .top-offer__text {
    margin-bottom: 20px;
  }
  .top-offer__text {
    width: 100%;
  }
  .top-offer__numbers__title {
    font-size: 24px;
    line-height: 28px;
  }
  .top-offer__numbers_inners {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .top-offer {
    padding-top: 26px;
    flex-direction: column;
  }
  .top-offer__form {
    position: relative;
    width: 100%;
    min-width: 100%;
  }
  .top-offer__text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .top-offer__text__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .top-offer__text__subtitle {
    font-size: 22px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 8px;
  }
  .top-offer__text__description {
    font-size: 16px;
    line-height: 20px;
  }
  .top-offer__form {
    padding: 20px;
  }
  .top-offer__form .form .btn {
    height: 40px;
  }
  .top-offer__text__title:before {
    width: 163px;
    height: 137px;
    top: -16px;
    left: -10px;
  }
  .top-offer__text__title span span {
    font-size: 24px !important;
    line-height: 24px;
  }
  .top-offer__text__percent:before {
    width: 127px;
    height: 107px;
  }
  .top-offer__text .top-offer__text__title {
    font-size: 44px;
    line-height: 54px;
  }
  .top-offer__suggest {
    display: none;
  }
  .top-offer__text__percent {
    font-size: 16px;
    line-height: 46px;
    left: 160px;
    top: 10px;
  }
  .top-offer__text__percent sup {
    font-size: 22px;
    margin-top: 0x;
  }
  .top-offer__text__percent span {
    font-size: 72px;
    line-height: 64px;
  }
  .top-offer__text .top-offer__text__title_mini {
    font-size: 22px;
    line-height: 28px;
  }
  .top-offer__text .top-offer__text__title_mini span span {
    font-size: 22px;
    line-height: 46px;
  }
  .top-offer__text__percent_implementation {
    left: 170px;
    top: 19px;
  }
  .top-offer__text .top-offer__text__title_individual {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 14px;
  }
  .top-offer__text .top-offer__text__subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .top-offer__numbers {
    flex-direction: column;
    margin-top: 20px;
  }
  .top-offer__numbers__item {
    width: 100%;
    margin-bottom: 27px;
  }
  .top-offer__numbers__item:last-child {
    margin-bottom: 0;
  }
  .top-offer__numbers__item__value div {
    padding-left: 50px;
    text-align: left;
  }
  .top-offer__numbers__item__value span {
    top: -2em;
  }
  .top-offer__days {
    margin-top: 12px;
    position: absolute;
    top: 0;
    left: 175px;
  }
  .top-offer__days > div:first-child {
    font-size: 16px;
    line-height: 18px;
    top: 18px;
  }
  .top-offer__days > div:nth-child(2) {
    font-size: 72px;
    line-height: 64px;
  }
  .top-offer__days > sup {
    font-size: 16px;
    line-height: 18px;
    top: -0.3em;
  }
  .top-offer__days:before {
    width: 120px;
    height: 101px;
    top: -20px;
    left: -10px;
  }
  .top-offer__text .top-offer__text__title_baze {
    font-size: 32px;
    line-height: 38px;
    width: 165px;
  }
  .top-offer__numbers_inners {
    margin-top: 80px;
  }
  .top-offer__numbers__btn {
    margin-top: 0;
  }
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form input[type=tel], .form input[type=text], .form input[type=email], .form input[type=number], .form textarea {
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  outline: none;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  transition: 0.2s;
}
.form input[type=tel].placeholder, .form input[type=text].placeholder, .form input[type=email].placeholder, .form input[type=number].placeholder, .form textarea.placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  opacity: 0.6;
}
.form input[type=tel]:-moz-placeholder, .form input[type=text]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=number]:-moz-placeholder, .form textarea:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  opacity: 0.6;
}
.form input[type=tel]::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  opacity: 0.6;
}
.form input[type=tel]:focus, .form input[type=text]:focus, .form input[type=email]:focus, .form input[type=number]:focus, .form textarea:focus {
  background: #fff;
}
.form textarea {
  height: 100auto;
}
.form .btn {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}

.form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #743DE0;
}
.form__title span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #222222;
}

.form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #222222;
  margin-top: 12px;
}

.form__confirm {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4F4F4F;
  margin-top: 12px;
}

.form-block {
  padding-top: 180px;
  padding-bottom: 60px;
  /*overflow: hidden;*/
}
.form-block-about {
  padding-top: 0
}
.form-block-about:before {
  transform: translate(80%, -100%);
}
.form-block__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
}

.form-block__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #222222;
  margin-bottom: 60px;
}

.form-block__fields {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: 479px;
  box-sizing: border-box;
  padding: 22px 30px 30px 30px;
  position: relative;
  z-index: 2;
}
.form-block__fields .form {
  position: relative;
}
.form-block__fields .form__text {
  font-size: 14px;
  line-height: 22px;
}

.form-block__order {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.form-block__img {
  background: #E0E0E0;
  width: 370px;
  height: 370px;
  border-radius: 27% 27% 27% 0;
  margin-left: 73px;
  position: relative;
}
.form-block-about .form-block__img {
  background: #F5C300;
}
.form-block__img:before {
  content: "";
  position: absolute;
  bottom: -95px;
  left: -700px;
  display: block;
  width: 485px;
  height: 402px;
  background-image: url("../images/line_triangle.svg");
  background-size: cover;
}
.form-block-about .form-block__img:before {
  bottom: -135px;
  left: -950px;
}
.form-block__img:after {
  content: "";
  bottom: 0;
  left: 130px;
  transform: translate(-50%, 0);
  width: 327px;
  height: 490px;
  display: block;
  position: absolute;
  background: url("../images/form-women.png");
}

.calc-form {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 22px 30px 30px 30px;
  margin-bottom: 88px;
}
.calc-form .form {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.calc-form .form input {
  width: 300px;
  margin-top: 0;
}
.calc-form .form .btn {
  width: 200px;
  margin-top: 0;
}
.calc-form .form .form__confirm {
  width: 260px;
  margin-top: 0;
}

.calc-form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #743DE0;
}

.calc-form__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  margin-bottom: 23px;
}

@media (max-width: 1200px) {
  .calc-form .form input {
    width: 24%;
  }
  .calc-form .form .btn {
    width: 24%;
  }
  .calc-form .form .form__confirm {
    width: 24%;
  }
}
@media (max-width: 992px) {
  .form-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form-block__img {
    display: none;
  }
  .calc-form {
    padding: 14px 20px 20px 20px;
    margin-bottom: 57px;
  }
  .calc-form .form {
    flex-direction: column;
  }
  .calc-form .form input {
    width: 100%;
    margin-bottom: 10px;
  }
  .calc-form .form .btn {
    width: 100%;
  }
  .calc-form .form .form__confirm {
    width: 100%;
    margin-bottom: 10px;
  }
  .calc-form__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 9px;
  }
  .calc-form__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 9px;
  }
}
@media (max-width: 768px) {
  .form__title {
    font-size: 24px;
    line-height: 26px;
  }
  .form__title span {
    font-size: 16px;
  }
  .form__text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
  }
  input[type=tel]:first-child, input[type=text]:first-child, input[type=email]:first-child, input[type=number]:first-child, textarea:first-child {
    margin-top: 15px;
  }
  .form-block__title {
    font-size: 24px;
    line-height: 28px;
  }
  .form-block__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .form-block__fields {
    width: 100%;
    padding: 20px;
  }
  .form-block {
    padding-bottom: 0;
    padding: 60px 20px 0 20px;
    overflow: visible;
  }
  .form-block__fields .form__text {
    font-size: 12px;
    line-height: 16px;
  }
  .form-block__fields .form__text br {
    display: none;
  }
}
.features {
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
}

.features_inner {
  margin-top: 78px;
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
}

.features__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #F5C300;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 20px;
}

.features__item__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.licenses-get {
  margin-top: 116px;
}

.licenses-get__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
  color: #743DE0;
  width: 623px;
  margin: 0 auto 32px auto;
}

.licenses-get__list {
  display: flex;
  justify-content: space-around;
}

.licenses-get__list__item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.licenses-get__list__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #F5C300;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 20px;
}
.licenses-get__list__item__icon img {
  max-width: 100%;
}

.licenses-get__list__item__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.licenses-get__support {
  margin-top: 60px;
}

.licenses-get__support__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  margin: 0 0 38px 0;
}

.licenses-get__support__list {
  display: flex;
}

.licenses-get__support__list__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  position: relative;
  padding: 0 20px 0 30px;
}

.licenses-get__support__list__item:before {
  content: "";
  display: block;
  background: url("../images/check.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

.features-title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #743DE0;
  text-align: center;
  margin-top: 180px;
  margin-bottom: 47px;
}

@media (max-width: 992px) {
  .licenses-get {
    margin-top: 55px;
  }
  .licenses-get__title {
    font-size: 26px;
    line-height: 30px;
    width: 100%;
  }
  .features-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .features {
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .features__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .features__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .features__item__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px 15px 15px 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 7px;
  }
  .features__item__icon img {
    max-width: 100%;
  }
  .features__item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .licenses-get__list {
    flex-direction: column;
  }
  .licenses-get__list__item {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .licenses-get__list__item:last-child {
    margin-bottom: 0;
  }
  .licenses-get__list__item__text {
    text-align: left;
    margin-left: 13px;
    font-size: 16px;
    line-height: 20px;
  }
  .licenses-get__list__item__icon {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    min-width: 60px;
    box-sizing: border-box;
    padding: 10px;
  }
  .licenses-get__support {
    margin-top: 49px;
  }
  .licenses-get__support__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 26px 0;
  }
  .licenses-get__support__list {
    flex-direction: column;
  }
  .licenses-get__support__list__item {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }
  .licenses-get__support__list__item:last-child {
    margin-bottom: 0;
  }
  .licenses-get__support__list__item:before {
    top: 0;
  }
}
.integration {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
  position: relative;
}
.integration ul {
  padding: 0;
  margin: 0 0 53px 0;
  list-style: none;
}
.integration ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.integration ul li:last-child {
  margin-bottom: 0;
}
.integration ul li:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 4px solid #743DE0;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.integration__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #743DE0;
  margin-bottom: 29px;
}

.integration__btns {
  display: flex;
  align-items: center;
}
.integration__btns .btn {
  margin-right: 42px;
}

.integration__images {
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  position: relative;
}
.integration__images img {
  position: relative;
}

.integration__images:before {
  content: "";
  position: absolute;
  background-image: url("../images/pink_triangle.svg");
  width: 541px;
  height: 455px;
  top: -19px;
  left: -49px;
}

.integration__include {
  display: flex;
  margin-top: 10px;
  position: relative;
}

.integration__include__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  width: 280px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 20px;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
}

.integration__include__item:last-child {
  margin-right: 0;
}

.integration__include__item__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #222222;
}

.integration__include__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F5C300;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 16px;
}
.integration__include__item__icon img {
  max-width: 100%;
  height: auto;
}

.integration__include__item__icon_1 {
  padding: 11px 7px 11px 13px;
}

.integration__include__item__icon_1 {
  padding: 9px 9px 8px 8px;
}

.integration__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 33px;
}

.integration_box {
  justify-content: flex-end;
}
.integration_box ul {
  margin: 0 0 20px 0;
}
.integration_box .integration__images:before {
  background-image: none;
  background: #FA5073;
  width: 365px;
  height: 365px;
  top: -20px;
  left: -91px;
  border-radius: 40% 40% 40% 0;
}
.integration_box .integration__images {
  padding-right: 60px;
}
.integration_box .btn {
  width: auto;
  padding: 0 20px;
}
.integration_box .integration__content {
  width: 581px;
}

@media (max-width: 1200px) {
  .integration {
    margin-top: 100px;
  }
  .integration .btn {
    width: 150px;
  }
  .integration__images {
    padding-right: 50px;
  }
  .integration__btns .btn {
    margin-right: 20px;
  }
  .integration__title {
    font-size: 40px;
    line-height: 50px;
  }
  .integration_box .integration__images {
    padding-right: 40px;
  }
  .integration_box .btn {
    width: auto;
  }
  .integration_box .integration__content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .integration {
    margin-top: 50px;
    flex-direction: column;
  }
  .integration ul {
    margin: 0;
  }
  .integration_box ul {
    margin-bottom: 20px;
  }
  .integration_box .integration__images:before {
    width: 207px;
    height: 207px;
    top: -15px;
    left: calc(50% - 26px);
    transform: translate(-50%, 0);
    border-radius: 30% 30% 30% 0;
  }
  .integration_box .integration__images > img {
    width: 215px;
  }
  .integration_box .integration__btns {
    position: absolute;
    bottom: -90px;
    justify-content: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }
  .integration_box .btn {
    width: 280px;
  }
  .integration_box .integration__images {
    padding-right: 0;
  }
  .integration__images {
    order: 2;
  }
  .integration__content {
    margin-bottom: 23px;
  }
  .integration__btns {
    position: absolute;
    bottom: -70px;
    justify-content: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }
  .integration__images {
    padding-right: 0;
  }
  .integration__text {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .integration ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
  }
  .integration ul li:before {
    top: 5px;
  }
  .integration__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .integration__include__item {
    width: 48%;
    height: auto;
    padding: 10px;
    margin-right: 0;
    box-sizing: border-box;
  }
  .integration__include__item__text {
    font-size: 14px;
    line-height: 18px;
  }
  .integration__images {
    width: 100%;
  }
  .integration__images > img {
    max-width: 100%;
    width: 249px;
  }
  .integration__include {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .integration__images:before {
    content: "";
    position: absolute;
    background-image: url("../images/pink_triangle.svg");
    background-size: cover;
    width: 271px;
    height: 228px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .integration_box .integration__images > img {
    width: 215px;
  }
  .integration__btns .btn {
    margin-right: 10px;
  }
}
.willget {
  margin-top: 173px;
}

.willget__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 3px;
}

.willget__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  width: 627px;
  margin: 0 auto 46px auto;
}

.willget__subtitle {
  text-transform: uppercase;
  opacity: 0.2;
  font-size: 100px;
  color: #743DE0;
  font-weight: 800;
  text-align: center;
}

.willget__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -37px;
  position: relative;
}

.willget__list__item {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 34px 30px 28px 30px;
  margin-bottom: 20px;
}

.willget__list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.willget__list__item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  position: relative;
  margin-bottom: 5px;
  min-height: 56px;
}
.willget__list__item__title span {
  position: relative;
}

.willget__list__item__title:before {
  content: "";
  position: absolute;
  background: #F5C300;
  top: -5px;
  left: -11px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px 10px 10px 0;
}

.willget__list__item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

@media (max-width: 992px) {
  .willget {
    margin-top: 97px;
  }
  .willget__subtitle {
    font-size: 70px;
  }
  .willget__text {
    margin: 0 auto 20px auto;
  }
  .willget__list {
    margin-top: -27px;
  }
}
@media (max-width: 768px) {
  .willget__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 13px;
  }
  .willget__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
    width: 100%;
  }
  .willget__subtitle {
    font-size: 36px;
  }
  .willget__list {
    margin-top: -12px;
  }
  .willget__list__item {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
  .willget__list__item__title {
    font-size: 16px;
    line-height: 18px;
    min-height: 41px;
  }
  .willget__list__item__text {
    font-size: 12px;
    line-height: 16px;
  }
  .willget__list__item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .willget__list__item:last-child {
    margin-bottom: 0;
  }
}
.additional {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.additional_wrap {
  flex-wrap: wrap;
}
.additional_wrap .block-title {
  width: 100%;
}

.additional__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  text-align: right;
  color: #222222;
  position: relative;
  margin-right: 52px;
  z-index: 2;
}

.additional__list {
  position: relative;
  padding-right: 30px;
}

.additional__list:before {
  content: "";
  left: -133px;
  top: 50%;
  width: 324px;
  height: 324px;
  display: block;
  position: absolute;
  background: #F5C300;
  border-radius: 40% 40% 40% 0;
  transform: translate(0, -50%);
}

.additional__list__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 15px 18px;
  transition: 0.2s;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 15px 15px 15px 0;
  position: relative;
  margin-bottom: 5px;
}

.additional__list__item:last-child {
  margin-bottom: 0;
}

.additional__list__item:hover, .additional__list__item.active {
  border: 2px solid #743DE0;
  background: #fff;
}

.additional__list__item__icon {
  margin-right: 22px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.additional__description {
  width: 580px;
  position: relative;
  z-index: 2;
  display: none;
}
.additional__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.additional__description ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.additional__description ul li {
  width: 50%;
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
  box-sizing: border-box;
}
.additional__description ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #743DE0;
  display: block;
  left: 0;
  top: 6px;
  position: absolute;
  border-radius: 50%;
}

.additional__description.active {
  display: block;
}

.additional_wrap .additional__list:before {
  left: 0;
}
.additional_wrap .additional__list {
  position: relative;
  padding-left: 70px;
  padding-right: 0;
}
.additional_wrap .additional__description {
  padding-right: 50px;
}

.additional__price {
  margin-top: 31px;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  padding: 32px 32px 32px 30px;
}
.additional__price > div {
  display: flex;
  align-items: center;
}
.additional__price > div div {
  padding-top: 10px;
}
.additional__price img {
  margin-right: 9px;
}
.additional__price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}

@media (max-width: 1200px) {
  .additional__price {
    margin-top: 10px;
    padding: 20px;
  }
  .additional__price span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .additional {
    flex-direction: column;
    margin-top: 50px;
  }
  .additional__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .additional__title br {
    display: none;
  }
  .additional:before {
    width: 280px;
    height: 280px;
  }
  .additional__list {
    padding-right: 0;
  }
  .additional__description {
    width: 100%;
  }
  .additional__description ul li {
    width: 100%;
  }
  .additional_wrap .additional__description {
    padding-right: 0;
  }
  .additional__price {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .additional_wrap .block-title {
    margin-bottom: 0;
  }
  .additional_wrap .additional__list:before {
    left: -10px;
  }
  .additional_wrap .additional__list {
    padding-left: 0;
  }
  .block-title {
    font-size: 24px;
    line-height: 28px;
  }
  .additional_wrap .additional__list:before {
    left: -50px;
  }
  .additional__list__item {
    font-size: 16px;
    line-height: 24px;
  }
  .additional__list:before {
    width: 252px;
    height: 252px;
    top: 50%;
  }
}
.reasons {
  margin-top: 122px;
}

.reasons__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
}

.reasons__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #222222;
}

.reasons__list {
  display: flex;
  margin-top: 49px;
  justify-content: space-between;
  counter-reset: item;
}

.reasons__list__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  width: 220px;
  position: relative;
}
.reasons__list__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
  display: block;
}

.reasons__list__item:before {
  counter-increment: item;
  content: counter(item);
  color: #743DE0;
  opacity: 0.2;
  font-size: 160px;
  font-weight: 800;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
}

@media (max-width: 1200px) {
  .reasons__list__item {
    font-size: 18px;
    line-height: 24px;
    width: calc(20% - 10px);
  }
  .reasons__list__item span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 992px) {
  .reasons {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .reasons__list {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
  .reasons__list__item {
    width: 280px;
    min-height: 64px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .reasons__list__item:last-child {
    margin-bottom: 0;
  }
  .reasons__list__item:before {
    font-size: 80px;
  }
  .reasons__title {
    font-size: 36px;
    line-height: 38px;
  }
  .reasons__subtitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.staff {
  margin-top: 200px;
}

.staff__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 43px;
}

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

.staff__list__item {
  display: flex;
  align-items: center;
  width: 580px;
  background: #fff;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}

.staff__list__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.staff__list__item__photo {
  width: 140px;
  height: 140px;
  min-width: 140px;
  background: #E0E0E0;
  margin-right: 30px;
  border-radius: 30px 30px 30px 0;
}
.staff__list__item__photo img {
  max-width: 100%;
  border-radius: 30px 30px 30px 0;
}

.staff__list__item__info__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #743DE0;
}

.staff__list__item__info__position {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4F4F4F;
  margin-bottom: 9px;
}

.staff__list__item__info__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

.staff_inner {
  margin-top: 122px;
}

@media (max-width: 1200px) {
  .staff__list__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .staff {
    margin-top: 60px;
  }
  .staff__title {
    font-size: 36px;
    line-height: 38px;
  }
  .staff__list__item {
    padding: 20px;
  }
  .staff__list__item__info__description {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .staff__list__item__photo {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 20px 20px 20px 0;
  }
  .staff__list__item__photo img {
    border-radius: 20px 20px 20px 0;
  }
  .staff__list__item__info__main {
    height: 80px;
    display: flex;
    padding-left: 90px;
    flex-direction: column;
    justify-content: center;
  }
  .staff__list__item__info__position {
    margin-bottom: 0;
  }
  .staff__list__item__info__description {
    margin-top: 19px;
  }
}
@media (max-width: 600px) {
  .staff__list__item {
    width: 100%;
  }
  .staff__list__item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .staff__list__item:last-child {
    margin-bottom: 0;
  }
  .staff__title {
    margin-bottom: 20px;
  }
}
.cases {
  margin-top: 192px;
}

.cases__list {
  width: 100%;
}
.cases__list .owl-stage-outer {
  margin: -75px;
  padding: 75px;
}
.cases__list .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.cases__list .owl-item.active {
  opacity: 1;
}

.cases__list__item {
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  text-decoration: none;
}

.cases__list__item__icon {
  width: 100px;
  height: 100px;
  background: #F5C300;
  margin-bottom: 18px;
  border-radius: 20px 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases__list__item__icon img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}

.cases__list__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #222222;
  margin-bottom: 15px;
}

.cases__list__item__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

.new-cases {
  margin-top: 82px;
}
.new-cases .owl-stage-outer {
  margin: -75px;
  padding: 75px;
}
.new-cases .owl-item {
  opacity: 0;
  transition: opacity 500ms;
}
.new-cases .owl-item.active {
  opacity: 1;
}

.new-cases__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 27px;
}

.new-cases__list__item {
  background: #FFFFFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
}

.new-cases__list__item:hover {
  box-shadow: 0px 8px 40px rgba(116, 61, 224, 0.1);
}

.new-cases__list__item__icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.new-cases__list__item__icon img {
  max-height: 100%;
  width: auto;
}

.new-cases__list__item__intro {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.new-cases__list__item__link {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 58px 0 27px 0;
  border-radius: 20px;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.34);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.34)), color-stop(43%, rgba(255, 255, 255, 0.86)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.86) 43%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.new-cases__list__item:hover .new-cases__list__item__link {
  opacity: 1;
}

.cases-roster {
  margin-top: 153px;
}

.cases-roster__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin: 0 0 29px 0;
}

.cases-roster__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.cases-roster__item {
  width: 280px;
  height: 290px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  position: relative;
  margin: 0 20px 20px 0;
}

.cases-roster__item:nth-child(4n) {
  margin-right: 0;
}

.cases-roster__item__logo {
  display: flex;
  height: 90px;
  align-items: flex-end;
  justify-content: center;
}
.cases-roster__item__logo img {
  max-height: 100%;
  width: auto;
}

.cases-roster__item__intro {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  text-align: center;
}

.cases-roster__item__link {
  opacity: 0;
  transition: 0.2s;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0 30px 0;
  background: rgba(255, 255, 255, 0.34);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.34)), color-stop(43%, rgba(255, 255, 255, 0.93)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.93) 43%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

.cases-roster__item:hover {
  box-shadow: 0px 8px 40px rgba(116, 61, 224, 0.1);
}
.cases-roster__item:hover .cases-roster__item__link {
  opacity: 1;
}

@media (max-width: 1360px) {
  .new-cases .owl-stage-outer, .cases__list .owl-stage-outer {
    margin: -40px;
    padding: 40px;
  }
  .new-cases__list__item, .cases__list__item {
    box-shadow: 0px 12px 40px rgba(116, 61, 224, 0.18);
  }
  .new-cases__list__item:hover, .cases__list__item {
    box-shadow: 0px 8px 20px rgba(116, 61, 224, 0.1);
  }
}
@media (max-width: 1270px) {
  .new-cases .owl-stage-outer, .cases__list .owl-stage-outer {
    margin: -20px;
    padding: 20px;
  }
  .new-cases__list__item, .cases__list__item {
    box-shadow: 0px 12px 15px rgba(116, 61, 224, 0.18);
  }
  .new-cases__list__item:hover, .cases__list__item {
    box-shadow: 0px 4px 10px rgba(116, 61, 224, 0.1);
  }
}
@media (max-width: 1200px) {
  .cases-roster__items:after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 10px);
  }
  .cases-roster__items {
    justify-content: space-between;
  }
  .cases-roster__item {
    width: calc(33.3333333333% - 10px);
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .cases {
    margin-top: 60px;
  }
  .new-cases {
    margin-top: 0;
  }
  .new-cases__title {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 17px;
  }
  .cases-roster {
    margin-top: 45px;
  }
  .cases-roster__title {
    font-size: 22px;
    line-height: 38px;
    margin: 0 0 22px 0;
  }
}
@media (max-width: 768px) {
  .new-cases__list__item {
    width: 210px;
  }
  .new-cases .owl-item {
    opacity: 1;
    transition: opacity 500ms;
  }
  .new-cases__list__item__intro {
    font-size: 12px;
    line-height: 18px;
  }
  .new-cases__list__item__icon {
    height: 66px;
    margin-bottom: 26px;
  }
  .cases-roster__items:after {
    display: none;
  }
  .cases-roster__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .cases__list__item {
    width: 210px;
    padding: 20px;
  }
  .cases__list__item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .cases__list__item__description {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 500px) {
  .cases-roster__item {
    width: 100%;
  }
}
.breadcrumbs {
  padding: 25px 0 42px 0;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  color: #828282;
  text-decoration: none;
}
.breadcrumbs ul li:after {
  display: block;
  content: url("../images/breadcrumbs-arrow.svg");
  margin: 0 10px;
}
.breadcrumbs ul li:last-child:after {
  content: "";
  display: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 57px;
}

.contacts__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-right: 104px;
}
.contacts__item a {
  color: #222222;
  text-decoration: none;
  transition: 0.2s;
}
.contacts__item a:hover {
  color: #307FE2;
}

.contacts__item:last-child {
  margin-right: 0;
}

.contacts__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5C300;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 15px 15px 15px 0;
  margin-right: 22px;
}
.contacts__item__icon img {
  max-width: 45%;
}

.branches {
  margin-top: 97px;
  padding-bottom: 100px;
}

.branches__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 36px;
}

.branches__list {
  display: flex;
  flex-wrap: wrap;
}

.branches__list__city {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 6px;
}

.branches__list__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.branches__list__address a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s;
}
.branches__list__address a:hover {
  color: #307FE2;
}

.branches__list__item {
  width: 25%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .contacts__item {
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .contacts {
    flex-direction: column;
    margin-top: 30px;
  }
  .contacts__item {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 18px;
  }
  .contacts__item:last-child {
    margin: 0;
  }
  .contacts__item__icon {
    margin-right: 11px;
  }
  .branches {
    margin-top: 40px;
  }
  .branches__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .branches__list__city {
    font-size: 20px;
    line-height: 32px;
  }
  .branches__list__address {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .branches__list__item {
    width: 50%;
    margin-bottom: 17px;
    padding-right: 10px;
  }
  .branches {
    padding-bottom: 50px;
  }
}
.text-block {
  position: relative;
  z-index: 2;
}
.text-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 0;
}
.text-block p:last-child {
  margin: 0;
}
.text-block h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #222222;
  margin: 0 0 20px 0;
}
.text-block h2 {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #222222;
  margin: 0 0 20px 0;
}
.text-block h3 {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  margin: 0 0 20px 0;
}
.text-block h4 {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin: 0 0 20px 0;
}
.text-block img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 33px;
}

.text-block_mt {
  margin-top: 29px;
}

.text-block_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.text-block_flex .block-title_case {
  text-align: left;
}

.img-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 33px;
}
.img-block img {
  border-radius: 20px;
  width: calc(25% - 10px);
}

.text-block__img {
  width: 480px;
  min-width: 480px;
  margin-right: 60px;
}
.text-block__img img {
  max-width: 100%;
}

.seo-text {
  margin-top: 127px;
}
.seo-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .features_inner {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .text-block_flex {
    flex-direction: column;
    margin-top: 40px;
  }
  .text-block_flex .block-title_case {
    padding: 0;
  }
  .text-block__img {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }
  .seo-text {
    margin-top: 21px;
  }
}
@media (max-width: 768px) {
  .text-block p {
    font-size: 12px;
    line-height: 18px;
  }
  .text-block img {
    border-radius: 10px;
    margin-bottom: 12px;
  }
  .img-block {
    margin-top: 40px;
    margin-bottom: 6px;
  }
  .img-block img {
    border-radius: 20px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.advantages {
  margin-top: 89px;
  position: relative;
}
.advantages:before,
.advantages:after {
  position: absolute;
  left: 50%; top: 0;
  transform: translate(-50%, -85px);
  width: 10000px; height: 700px;
  background: linear-gradient(180deg, rgba(150, 120, 211, 0) 0%, rgba(150, 120, 211, 0.2) 50.5%);
  content: ''; 
  z-index: -1;
}
.advantages:after {
  top: 700px; height: 660px;
  background: linear-gradient(180deg, rgba(150, 120, 211, 0.2) 0%, rgba(150, 120, 211, 0) 100%);
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages__list > div {
  width: calc(50% - 10px);
}

.advantages__list__item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 12px 60px 0 rgba(116, 61, 224, 0.18);
background: #fff;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.advantages__list__item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #222222;
  min-height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 11px;
}
.advantages__list__item__title span {
  position: relative;
}

.advantages__list__item__title:before {
  content: "";
  position: absolute;
  background: #F5C300;
  top: 2px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px 10px 10px 0;
}

.advantages__list__item__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: #222222;
  margin-top: 7px;
  padding-right: 35px;
}
.advantages__list__item__description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.advantages__list__item__description ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.advantages__list__item__description ul li:last-child {
  margin-bottom: 0;
}
.advantages__list__item__description ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #743DE0;
}

.advantages_do {
  margin-top: 192px;
  margin-bottom: 88px;
}
.advantages_do .advantages__list__item__title {
  font-size: 20px;
  line-height: 28px;
  min-height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .advantages__list__item {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .advantages {
    margin-top: 40px;
  }
  .advantages__list__item {
    padding: 20px;
  }
  .advantages__list__item__title {
  }
  .advantages__list__item__description {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .advantages__list > div {
    width: 100%;
  }
  .advantages__list__item {
    margin-bottom: 15px;
  }
  .advantages_do {
    margin-top: 82px;
    margin-bottom: 38px;
  }
}
.certificates {
  margin-top: 93px;
}

.certificates__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.certificates__list a {
  font-size: 0;
  display: block;
  margin: 10px;
  width: 265px;
}
.certificates__list a img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .certificates {
    margin-top: 50px;
  }
  .certificates__list a {
    margin: 5px;
    width: 135px;
  }
}
.news-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #333333;
  margin: 0 0 30px 0;
}

.news-date {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #8F8F8F;
  margin-bottom: 30px;
}

.other-news {
  margin-top: 126px;
  position: relative;
}
.other-news h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 30px;
}
.other-news .owl-stage-outer {
  z-index: 9;
  position: relative;
}

.other-news__list__item {
  position: relative;
  min-height: 199px;
  padding-right: 15px;
}

.other-news__list__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 7px;
  padding: 5px 0 0 302px;
}

.other-news__list__item__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #8F8F8F;
  margin-bottom: 7px;
  padding-left: 302px;
}

.other-news__list__item__intro {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  padding-left: 302px;
  padding-bottom: 26px;
}

.other-news__list__item__link {
  left: 302px;
  bottom: 0;
  position: absolute;
}

.other-news__list__item__img {
  display: block;
  width: 282px;
  position: absolute;
  top: 0;
  left: 0;
}
.other-news__list__item__img img {
  max-width: 100%;
  border-radius: 20px;
}

.news-list {
  margin-top: 47px;
}

.news-list__item {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
}

.news-list__item:last-child {
  margin-bottom: 0;
}

.news-list__item__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  margin-bottom: 17px;
  padding-left: 535px;
}

.news-list__item__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #8F8F8F;
  margin-bottom: 17px;
  padding-left: 535px;
}

.news-list__item__img {
  width: 495px;
  left: 0;
  top: 0;
  position: absolute;
}
.news-list__item__img img {
  max-width: 100%;
  border-radius: 20px;
}

.news-list__item__intro {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 32px;
  padding-left: 535px;
}

.news-list__item__link {
  position: absolute;
  bottom: 0;
  left: 535px;
}

.news-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #333333;
  margin-bottom: 30px;
}

.newslist-title {
  font-weight: 800;
  font-size: 88px;
  line-height: 94px;
  color: #743DE0;
  margin: 0;
}

@media (max-width: 1200px) {
  .news-list__item {
    min-height: 283px;
  }
  .news-list__item__title {
    padding-left: 430px;
  }
  .news-list__item__date {
    padding-left: 430px;
  }
  .news-list__item__img {
    width: 400px;
  }
  .news-list__item__intro {
    padding-left: 430px;
  }
  .news-list__item__link {
    left: 430px;
  }
}
@media (max-width: 992px) {
  .other-news {
    margin-top: 30px;
  }
  .news-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .news-list__item {
    min-height: 0;
    width: 400px;
  }
  .news-list__item__title {
    padding-left: 0;
  }
  .news-list__item__date {
    padding-left: 0;
  }
  .news-list__item__img {
    position: static;
  }
  .news-list__item__intro {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .news-list__item__link {
    position: static;
  }
  .newslist-title {
    font-weight: 800;
    font-size: 54px;
    line-height: 94px;
    color: #743DE0;
    width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .other-news h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .other-news__list__item__img {
    width: 210px;
    position: static;
  }
  .other-news__list__item {
    width: 210px;
  }
  .other-news__list__item__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 3px;
  }
  .other-news__list__item__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #8F8F8F;
    padding-left: 0;
  }
  .other-news__list__item__intro {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
  }
  .other-news__list__item__link {
    position: static;
  }
  .news-title {
    margin-top: 10px;
  }
  .news-list__item__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .news-list__item__date {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .news-list__item__intro {
    font-size: 12px;
    line-height: 18px;
  }
  .news-list__item__img {
    margin-bottom: 16px;
  }
  .news-title {
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 5px;
  }
  .news-date {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 440px) {
  .news-list__item {
    width: 100%;
  }
  .news-list__item__img {
    width: 100%;
  }
  .news-title {
    width: 100%;
  }
  .newslist-title {
    width: 100%;
  }
}
.pagination {
  margin-top: 81px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #8F8F8F;
}
.pagination ul li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #8f8f8f;
  padding: 0 15px;
  border: none;
  transition: 0.2s;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagination ul li a:after {
  content: "";
  width: 14px;
  height: 2px;
  background: transparent;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.pagination ul li a:hover {
  color: #743DE0;
}
.pagination ul li span {
  padding: 0 15px;
}
.pagination ul li.active a {
  color: #743DE0;
}
.pagination ul li.active a:after {
  background: #743DE0;
}

@media (max-width: 768px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination ul li a {
    padding: 0 9px;
  }
  .pagination ul li span {
    padding: 0 9px;
  }
}
.arrows-nav .owl-nav {
  height: 0;
  position: absolute;
  display: flex;
  width: calc(100% + 40px);
  top: calc(50% - 20px);
  left: -20px;
  z-index: 10;
  justify-content: space-between;
  transform: translate(0, -50%);
}
.arrows-nav .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fafafa !important;
  box-shadow: 0px 1px 6px rgb(116, 61, 224);
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrows-nav .owl-nav button span {
  display: none;
}
.arrows-nav .owl-nav button:after {
  content: "";
  display: block;
  background: url("../images/arrow_prev.svg");
  width: 19px;
  height: 10px;
}
.arrows-nav .owl-nav .owl-next:after {
  transform: rotate(-180deg);
}

@media (max-width: 1240px) {
  .arrows-nav .owl-nav {
    width: calc(100% + 20px);
    left: -10px;
  }
}
.clients {
  margin-top: 193px;
  position: relative;
}

.clients__list {
  margin-top: -60px;
}
.clients__list .owl-stage-outer {
  padding: 60px 0;
}

.clients__list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: 180px;
  height: 130px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  font-size: 0;
}
.clients__list__item img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .clients {
    margin-top: 60px;
  }
  .clients .block-title {
    padding: 0 20px;
  }
}
.reviews {
  margin-top: 112px;
  margin-bottom: 145px;
  position: relative;
}
.reviews .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.reviews .owl-dots .owl-dot {
  margin: 0 6px;
  display: block;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #BBBBBB;
}
.reviews .owl-dots .owl-dot span {
  display: none;
}
.reviews .owl-dots .owl-dot.active {
  border: 2px solid #743DE0;
  background: none;
  width: 8px;
  height: 8px;
}

.reviews-list {
  margin-top: -60px;
}
.reviews-list .owl-stage-outer {
  padding: 60px 0;
}

.reviews-list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 30px;
  width: 380px;
  box-sizing: border-box;
}

.reviews-list__item__info {
  display: flex;
  margin-bottom: 26px;
}

.reviews-list__item__photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.reviews-list__item__photo img {
  max-width: 100%;
  border-radius: 50%;
}

.reviews-list__item__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.reviews-list__item__position {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4F4F4F;
}

.reviews-list__item__years {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
}

.reviews-list__item__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  position: relative;
}
.reviews-list__item__text p {
  margin: 0 0 10px 0;
  position: relative;
}
.reviews-list__item__text p:last-child {
  margin: 0;
}

.reviews-list__item__text:before {
  content: "";
  display: block;
  width: 34px;
  height: 27px;
  background: url("../images/quote.svg");
  position: absolute;
  left: -10px;
  top: -8px;
}

.reviews-list__item__text:after {
  content: "";
  display: block;
  width: 34px;
  height: 27px;
  background: url("../images/quote.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .reviews {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .reviews-list__item {
    padding: 20px;
    width: 210px;
  }
  .block-title {
    padding: 0 20px;
  }
  .reviews {
    margin-bottom: 70px;
  }
}
.tariffs {
  margin: 55px 0 0 0;
  position: relative;
}
.tariffs .wrapper > .btn {
  margin: 0 auto;
  width: 180px;
}
.tariffs > .wrapper {
  position: relative;
  z-index: 23;
}

.tariffs__title {
  text-align: center;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #743DE0;
  margin: 91px 0 0 0;
}

.tariffs__list {
  margin-top: 32px;
}
.tariffs__list .wrapper {
  display: flex;
  justify-content: space-between;
}

.tariffs__list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: 280px;
  display: flex;
  flex-direction: column;
}

.tariffs__list__item__top {
  padding: 24px 20px 22px 20px;
  border-radius: 20px 20px 0 0;
}

.tariffs__list__item_purple .tariffs__list__item__top {
  background: rgba(117, 61, 224, 0.2);
}

.tariffs__list__item_yellow .tariffs__list__item__top {
  background: rgba(245, 195, 0, 0.2);
}

.tariffs__list__item_blue .tariffs__list__item__top {
  background: rgba(48, 127, 226, 0.2);
}

.tariffs__list__item_pink .tariffs__list__item__top {
  background: rgba(250, 80, 115, 0.2);
}

.tariffs__list__item__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}

.tariffs__list__item__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4F4F4F;
}

.tariffs__list__item__params {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px 0 30px;
}
.tariffs__list__item__params .btn {
  width: 100%;
  margin-bottom: 23px;
}

.tariffs__list__item__user {
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
  color: #743DE0;
}

.tariffs__list__item__usertext {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 7px;
}

.tariffs__list__item__oldprice {
  font-size: 14px;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #4F4F4F;
  margin-bottom: 6px;
}

.tariffs__list__item__price {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #743DE0;
  margin-bottom: 4px;
}

.tariffs__list__item__alluser {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #743DE0;
  margin-bottom: 24px;
}

.tariffs__list__item__space {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #743DE0;
}

.tariffs__list__item__included {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  height: 100%;
}
.tariffs__list__item__included ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tariffs__list__item__included ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4F4F4F;
}

.tariffs__list__item__included__item {
  margin-bottom: 20px;
}

.tariffs__list__item__included > div:last-child .tariffs__list__item__included__item:last-child {
  margin-bottom: 0;
}

.tariffs__list__item__included__item__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
}

.tariffs__list__item__included__item__battery {
  display: block;
  width: 28px;
  min-width: 28px;
  height: 15px;
  background-image: url("../images/battery.svg");
  margin-left: 10px;
  margin-top: -2px;
}

.battery_1 {
  background-position: center 0;
}

.battery_2 {
  background-position: center 50%;
}

.battery_3 {
  background-position: center 100%;
}

.tariffs__list__item__included__item__label {
  position: absolute;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  border-radius: 20px;
  right: -40px;
}

.tariffs__list__item__included__item__label.red {
  background: #FA5073;
  color: #fff;
}

.tariffs__list__item__included__item__label.yellow {
  background: #F5C300;
  color: #222222;
}

.tariffs__filter {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.tariffs__filter a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  color: #4F4F4F;
}
.tariffs__filter a:hover {
  color: #000;
}
.tariffs__filter .active {
  text-decoration: underline;
  color: #000000;
}

.tariffs-stock {
  margin-top: 77px;
}
.tariffs-stock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tariffs-stock ul li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 20px;
  position: relative;
}
.tariffs-stock ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #743DE0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.tariffs-stock p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-top: 0;
}

.tariffs-stock__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}

@media (max-width: 1200px) {
  .tariffs__list__item {
    width: calc(25% - 10px);
  }
  .tariffs__list__item__top {
    padding: 10px;
  }
  .tariffs__list__item__name {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .tariffs__list__item__top {
    padding: 24px 20px 22px 20px;
    border-radius: 20px 20px 0 0;
  }
  .tariffs__filter {
    margin-top: 21px;
  }
  .tariffs__list {
    margin-top: 20px;
  }
  .tariffs__list__item__included {
    padding: 10px;
  }
  .tariffs__list__item__params {
    padding: 10px;
  }
}
@media (max-width: 930px) {
  .tariffs__list__item {
    width: 210px;
    min-width: 210px;
    margin-right: 20px;
  }
  .tariffs__list {
    overflow: scroll;
    max-width: 100%;
    padding: 60px 0;
    margin-top: -40px;
  }
  .tariffs__list .wrapper {
    justify-content: flex-start;
  }
  .tariffs-stock {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .tariffs {
    margin: 36px 0 0 0;
  }
  .tariffs__title {
    font-size: 36px;
    line-height: 38px;
    margin: 63px 0 0 0;
  }
  .tariffs__filter__types a {
    font-size: 12px;
    line-height: 22px;
  }
}
.tariff-features {
  margin-top: 199px;
}

.tariff-features__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #743DE0;
  margin: 0 0 33px 0;
}

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

.tariff-features__list__params {
  width: 210px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
}

.tariff-features__list__params__top {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  border-radius: 20px 20px 0 0;
  padding: 12px 10px;
}

.tariff-features__list__params__top.purple {
  background: rgba(117, 61, 224, 0.2);
}

.tariff-features__list__params__top.yellow {
  background: rgba(245, 195, 0, 0.2);
}

.tariff-features__list__params__top.blue {
  background: rgba(48, 127, 226, 0.2);
}

.tariff-features__list__params__top.pink {
  background: rgba(250, 80, 115, 0.2);
}

.tariff-features__list__params__items {
  padding-top: 37px;
}

.tariff-features__list__params__item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-top: 1px solid #999999;
}
.tariff-features__list__params__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.tariff-features__list__params__item > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tariff-features__list__params__item > div.yes {
  background: #743DE0;
}
.tariff-features__list__params__item > div.yes:before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url("../images/white_check.svg");
}
.tariff-features__list__params__item > div.no {
  background: #C8C8C8;
}
.tariff-features__list__params__item > div.no:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: url("../images/white_nocheck.svg");
}

.tariff-features__list__names {
  min-width: 300px;
  box-sizing: border-box;
  width: 300px;
  padding-right: 36px;
  padding-top: 99px;
}
.tariff-features__list__names ul {
  padding: 0;
  list-style: none;
}
.tariff-features__list__names ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px 0;
}
.tariff-features__list__names ul li > .param {
  margin: 0;
}
.tariff-features__list__names ul li ul {
  margin-left: 20px;
}
.tariff-features__list__names ul li ul li {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}
.tariff-features__list__names ul li ul li:last-child {
  margin-bottom: 0;
}
.tariff-features__list__names ul li:last-child {
  margin-bottom: 0;
}
.tariff-features__list__names .param {
  display: flex;
  align-items: center;
  border-top: 1px solid #999999;
}
.tariff-features__list__names .param span {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 14px;
  min-width: 14px;
  box-sizing: border-box;
  height: 14px;
  padding-top: 2px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}

.tariff-features__list__names__item ul {
  height: 0;
  overflow: hidden;
}

.tariff-features__list__names__item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.tariff-features__list__names__item__title:after {
  content: "";
  display: block;
  background: url("../images/open-arrow.svg");
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 9px;
  transform: rotate(180deg);
  transition: 0.2s;
}

.tariff-features__list__names__item.open .tariff-features__list__names__item__title:after {
  transform: rotate(0);
}
.tariff-features__list__names__item.open ul {
  height: auto;
}

@media (max-width: 992px) {
  .tariff-features {
    margin-top: 130px;
  }
}
.case-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 110px;
}

.case-top__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #222222;
  margin-left: 120px;
}
.case-top__title span {
  font-weight: 800;
  font-size: 88px;
  line-height: 94px;
  color: #743DE0;
  display: block;
}

.case-top__img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 92px 58px;
}
.case-top__img img {
  max-width: 100%;
}

.case-info {
  margin: 90px auto 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  width: 1180px;
  position: relative;
  margin-bottom: 136px;
}
.case-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 20px 0;
}
.case-info p:last-child {
  margin-bottom: 0;
}

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

.case-info__content__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 31px;
}

.case-info__content__left {
  padding-right: 54px;
}

.case-info__realization__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  margin-bottom: 24px;
  position: relative;
}

.case-info__content__realization {
  min-width: 571px;
  position: relative;
  background-image: url("../images/pink_triangle.svg");
  background-size: 571px 480px;
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 21px 66px 0 66px;
}
.case-info__content__realization ul {
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.case-info__content__realization ul li {
  list-style: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 32px;
  padding-left: 60px;
  position: relative;
}
.case-info__content__realization ul li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  width: 40px;
  height: 40px;
  background: #F5C300;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -7px;
  border-radius: 10px 10px 10px 0;
  box-sizing: border-box;
  padding-top: 3px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
}

@media (max-width: 1200px) {
  .case-info__content__left {
    padding-right: 20px;
  }
  .case-info__content__realization {
    padding: 21px 40px 0 40px;
  }
  .case-info {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .case-top__title {
    font-size: 46px;
    line-height: 54px;
    margin-left: 60px;
  }
  .case-top__title span {
    font-size: 78px;
    line-height: 84px;
  }
  .case-info {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .case-info .block-title {
    margin-bottom: 7px;
    text-align: left;
    padding: 0;
  }
  .case-info__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .case-info__content__title {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 7px;
  }
  .case-info__content__left {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .case-info__realization__title {
    font-size: 28px;
    line-height: 46px;
  }
  .case-info__content__realization ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .case-info__content__realization {
    min-width: 0;
    padding: 21px 0 0 0;
    background: none;
  }
  .case-info__content__realization:before {
    content: "";
    width: 571px;
    height: 480px;
    background-image: url("../images/pink_triangle.svg");
    background-size: cover;
    top: calc(50% - 40px);
    left: calc(50% + 60px);
    transform: translate(-50%, -50%);
    display: block;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .case-top {
    margin: 24px 0 50px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .case-top__title {
    order: 1;
    font-size: 26px;
    line-height: 38px;
    margin-left: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .case-top__title span {
    font-size: 54px;
    line-height: 74px;
  }
  .case-top__img {
    order: 2;
    padding: 54px 34px;
  }
}
.filter-tab {
  display: flex;
  margin: 57px auto 50px auto;
  flex-wrap: wrap;
  position: relative;
  width: 1180px;
  box-sizing: border-box;
}

.filter-tab__btn {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(116, 61, 224, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  color: #8F8F8F;
  padding: 0 20px;
  height: 50px;
  margin-right: 20px;
  border: 2px solid transparent;
  transition: border 0.2s, color 0.2s;
  margin-bottom: 10px;
  white-space: nowrap;
}

.filter-tab__btn:hover {
  border: 2px solid #743DE0;
  color: #743DE0;
}

.filter-tab__btn.active {
  border: 2px solid #743DE0;
  color: #743DE0;
}

.course__list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 33px 39px;
  margin-bottom: 20px;
  display: none;
}

.course__list__item.active {
  display: flex;
}

.course__list__item__info {
  padding-right: 50px;
}

.course__list__item__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #743DE0;
  margin-bottom: 22px;
}

.course__list__item__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
}

.course__list__item__params {
  display: flex;
  flex-wrap: wrap;
  min-width: 480px;
}

.course__list__item__param {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.course__list__item__param .btn {
  width: 100%;
}

.course__list__item__param__icon {
  width: 70px;
  height: 70px;
  background: #F5C300;
  border-radius: 20px 20px 20px 0;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.course__list__item__param__icon img {
  max-width: 100%;
}

.course__list__item__param__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  padding-right: 10px;
}
.course__list__item__param__value span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #743DE0;
}

.training-features {
  display: flex;
  margin-top: 175px;
  align-items: center;
  justify-content: center;
}

.training-features__img {
  position: relative;
}
.training-features__img img {
  position: relative;
}

.training-features__img:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -180px;
  background-image: url("../images/pink_triangle.svg");
  background-size: cover;
  width: 541px;
  height: 455px;
}

.training-features__list {
  width: 470px;
  box-sizing: border-box;
  margin-left: 124px;
}
.training-features__list > div {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #222222;
  margin-bottom: 40px;
  padding-left: 46px;
  position: relative;
}
.training-features__list > div:last-child {
  margin-bottom: 0;
}
.training-features__list > div:before {
  content: "";
  display: block;
  background-image: url(../images/check.svg);
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 1200px) {
  .filter-tab {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .training-features__list {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .filter-tab {
    margin: -20px 0 10px 0;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: scroll;
    padding: 20px 0 15px 20px;
  }
  .filter-tab__btn {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(116, 61, 224, 0.1);
  }
  .course__list__item {
    flex-direction: column;
    padding: 14px 20px;
  }
  .course__list__item__title {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 7px;
  }
  .course__list__item__description {
    font-size: 12px;
    line-height: 16px;
  }
  .course__list__item__info {
    margin-bottom: 19px;
    padding-right: 0;
  }
  .course__list__item__params {
    min-width: 100%;
  }
  .course__list__item__param__icon {
    width: 50px;
    height: 50px;
    border-radius: 15px 15px 15px 0;
    margin-right: 10px;
    padding: 10px;
  }
  .course__list__item__param__icon img {
    max-width: 100%;
  }
  .course__list__item__param {
    margin-bottom: 20px;
  }
  .course__list__item__param:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .course__list__item__param__value span {
    font-size: 22px;
    line-height: 32px;
  }
  .training-features {
    margin-top: 66px;
  }
  .training-features__list > div {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .training-features {
    flex-direction: column;
  }
  .training-features__list {
    width: 100%;
    margin-left: 0;
  }
  .training-features__list > div {
    margin-bottom: 30px;
  }
  .training-features__list > div:before {
    content: "";
    display: block;
    background-image: url(../images/check.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .training-features__img {
    width: 166px;
    margin-bottom: 50px;
  }
  .training-features__img img {
    max-width: 100%;
  }
  .training-features__img:before {
    top: -5px;
    left: -75px;
    width: 222px;
    height: 187px;
  }
}
@media (max-width: 550px) {
  .course__list__item__param {
    width: 100%;
  }
  .course__list__item__param:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .course__list__item__param:last-child {
    margin-bottom: 0;
  }
}
.implementation__types {
  margin-top: 80px;
}

.implementation__types__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 44px;
}

.implementation__types__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.implementation__types__list__item {
  width: 400px;
  box-sizing: border-box;
  padding: 33px 40px;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  margin: 0 20px;
}
.implementation__types__list__item .btn {
  width: 100%;
}

.implementation__types__list__item__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  margin-bottom: 22px;
}

.implementation__types__list__item__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 40px;
}

.implementation-how {
  margin-top: 185px;
}

.implementation-how__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.implementation-how__title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  display: block;
}

.implementation-how__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 71px;
  counter-reset: item;
}

.implementation-how__list__item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 68px;
  position: relative;
}

.implementation-how__list__item:before {
  counter-increment: item;
  content: counter(item);
  color: #743DE0;
  opacity: 0.2;
  font-size: 160px;
  font-weight: 800;
  position: absolute;
  left: -10px;
  top: 45%;
  transform: translate(0, -50%);
}

.implementation-how__list__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.implementation-how__list__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 14px;
}

.implementation-how__list__item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.cases_implementation {
  margin-top: 170px;
}

.text-block_implentation {
  margin-top: 87px;
}

.implementation-how_features {
  margin-bottom: 70px;
  margin-top: 80px;
}
.implementation-how_features .implementation-how__list {
  margin-top: 80px;
}
.implementation-how_features .implementation-how__list__item:before {
  font-size: 128px;
  line-height: 28px;
  font-weight: 700;
}
.implementation-how_features .implementation-how__list__item__text {
  width: 80%;
}

@media (max-width: 992px) {
  .implementation__types__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 17px;
  }
  .implementation__types__list {
    justify-content: space-between;
  }
  .implementation__types__list__item {
    width: calc(50% - 10px);
    padding: 20px;
    margin: 0;
  }
  .implementation__types__list__item__title {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 7px;
  }
  .implementation__types__list__item__description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .implementation-how {
    margin-top: 60px;
  }
  .implementation-how__title {
    font-size: 36px;
    line-height: 38px;
  }
  .implementation-how__title span {
    font-size: 20px;
    line-height: 24px;
  }
  .implementation-how__list {
    margin-top: 24px;
  }
  .implementation-how__list__item {
    width: 100%;
    margin-bottom: 50px;
  }
  .implementation-how__list__item:nth-last-child(-n+3) {
    margin-bottom: 50px;
  }
  .implementation-how__list__item:last-child {
    margin-bottom: 0;
  }
  .implementation-how__list__item:before {
    counter-increment: item;
    content: counter(item);
    color: #743DE0;
    opacity: 0.2;
    font-size: 160px;
    font-weight: 800;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translate(0, -50%);
  }
  .implementation-how__list__item__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 3px;
  }
  .implementation-how__list__item__text {
    font-size: 14px;
    line-height: 21px;
  }
  .cases_implementation {
    margin-top: 60px;
  }
  .text-block_implentation {
    margin-top: 60px;
  }
  .implementation-how_features {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .implementation-how_features .implementation-how__list {
    margin-top: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .implementation-how_features .implementation-how__list__item {
    width: 280px;
  }
  .implementation-how_features .implementation-how__list__item__text {
    width: 100%;
  }
  .implementation-how_features .implementation-how__list__item:before {
    font-size: 90px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .implementation__types {
    margin-top: 60px;
  }
  .implementation__types__list {
    flex-direction: column;
  }
  .implementation__types__list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .implementation__types__list__item:last-child {
    margin-bottom: 0;
  }
}
.download-checklist {
  margin-top: 177px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.download-checklist__img {
  position: relative;
}
.download-checklist__img img {
  position: relative;
}

.download-checklist__img:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -80px;
  background-image: url(../images/pink_triangle.svg);
  background-size: cover;
  width: 541px;
  height: 455px;
}

.download-checklist__info {
  width: 500px;
  margin-left: 120px;
}

.download-checklist__info__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #743DE0;
  margin-bottom: 26px;
}

.download-checklist__info__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 45px;
}

.download-checklist__info__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 62px;
}

.download-checklist__info__btns {
  display: flex;
  align-items: center;
}
.download-checklist__info__btns .btn {
  width: 200px;
  margin-right: 42px;
}

@media (max-width: 1200px) {
  .download-checklist__info {
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .download-checklist {
    margin-top: 42px;
  }
  .download-checklist__info__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 13px;
  }
  .download-checklist__info__subtitle {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .download-checklist__info__text {
    font-size: 16px;
    line-height: 18px;
  }
  .download-checklist__info__btns .btn {
    width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 850px) {
  .download-checklist {
    flex-direction: column;
    position: relative;
    padding-bottom: 120px;
  }
  .download-checklist__info {
    width: 100%;
    margin-left: 0;
  }
  .download-checklist__img {
    order: 2;
    width: 207px;
  }
  .download-checklist__img img {
    max-width: 100%;
  }
  .download-checklist__info__text {
    margin-bottom: 15px;
  }
  .download-checklist__img:before {
    top: -5px;
    left: -75px;
    width: 280px;
    height: 236px;
  }
  .download-checklist__info__btns {
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .download-checklist__info__btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.tariffs__site-list {
  width: 1180px;
  box-sizing: border-box;
  margin: 52px auto 0 auto;
  position: relative;
  width: 1180px;
  padding: 60px 0;
}

.tariffs__site-list:before {
  content: "";
  width: calc(100% - 250px);
  height: calc(100% + 68px);
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  display: block;
  position: absolute;
  top: -28px;
  right: 0;
}

.tariffs__site-list__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.tariffs__site-list__header__cell {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}

.tariffs__site-list__header__cell {
  width: 240px;
}

.tariffs__site-list__header__cell:first-child {
  min-width: 200px;
  width: 200px;
  text-align: left;
}

.tariffs__site-list__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.tariffs__site-list__row .cell {
  width: 240px;
}
.tariffs__site-list__row .cell:first-child {
  min-width: 200px;
  width: 200px;
}

.tariffs__site-list table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.tariffs__site-list table th {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  vertical-align: top;
}
.tariffs__site-list table th > div {
  width: 240px;
  margin: 0 auto;
}
.tariffs__site-list table th:first-child {
  text-align: left;
}
.tariffs__site-list table th:first-child div {
  margin: 0;
  width: 200px;
}
.tariffs__site-list table td {
  vertical-align: top;
}
.tariffs__site-list table td > div {
  width: 240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 10px 10px 10px;
}
.tariffs__site-list table td:first-child > div {
  margin: 35px 0 0 0;
  width: 200px;
  box-sizing: border-box;
  padding: 0 0 0 29px;
}

.tariffs__site-list__category {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 29px;
}
.tariffs__site-list__category span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #4F4F4F;
}

.tariffs__site-list__category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tariffs__site-list__category_user:before {
  background: url("../images/user_i.svg");
  width: 14px;
  height: 18px;
}

.tariffs__site-list__category_extra:before {
  background: url("../images/check_i.svg");
  width: 19px;
  height: 19px;
  top: 2px;
}

.tariffs__site-list__users {
  display: flex;
  justify-content: center;
  color: #222222;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.tariffs__site-list__user {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  margin: 0 12px;
  padding: 4px 4px 0 4px;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid transparent;
}

.tariffs__site-list__user.active {
  border: 2px solid #743DE0;
  border-radius: 6px;
}

.tariffs__site-list__oldprice {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #4F4F4F;
  margin-bottom: 6px;
}

.tariffs__site-list__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tariffs__site-list__stock {
  height: 30px;
  background: #FA5073;
  border-radius: 20px;
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  line-height: 10px;
  display: flex;
  align-items: center;
  margin-left: 9px;
}

.tariffs__site-list__license {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #4F4F4F;
}

.tariffs__site-list__include {
  margin: 0;
  padding: 0;
}
.tariffs__site-list__include li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #BDBDBD;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.tariffs__site-list__include li:last-child {
  margin-bottom: 0;
}
.tariffs__site-list__include li.active {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
}
.tariffs__site-list__include li.active:after {
  content: url("../images/check-mark.svg");
  display: block;
  margin-left: 10px;
}

.tariffs__site-list__covers {
  display: none;
}

.tariffs__site-list__label {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 15px;
  display: none;
}
.tariffs__site-list__label span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #4F4F4F;
}

@media (max-width: 1200px) {
  .tariffs__site-list {
    width: 100%;
    padding: 0 20px;
  }
  .tariffs__site-list:before {
    width: calc(100% - 240px);
    right: 20px;
  }
}
@media (max-width: 992px) {
  .tariffs__site-list {
    max-width: 100%;
  }
  .tariffs__site-list:before {
    display: none;
  }
  .tariffs__title {
    font-size: 24px;
    line-height: 28px;
    margin: 60px 0 0 0;
  }
  .tariffs__site-list__user {
    margin: 0 6px;
  }
  .tariffs__site-list table th:first-child {
    display: none;
  }
  .tariffs__site-list table td:first-child {
    display: none;
  }
  .tariffs__site-list table th > div {
    width: 210px;
  }
  .tariffs__site-list table td > div {
    width: 210px;
    min-width: 210px;
    padding: 35px 10px 10px 10px;
  }
  .tariffs__site-list table th {
    font-size: 14px;
    line-height: 18px;
  }
  .tariffs__site-list__user {
    font-size: 16px;
    line-height: 18px;
  }
  .tariffs__site-list {
    padding: 60px 0 50px 0;
    margin-top: -30px;
  }
  .tariffs__site-list__covers {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 45px;
    left: 0;
    height: calc(100% + 20px);
    width: 100%;
  }
  .tariffs__site-list__cover {
    display: flex;
    justify-content: center;
    width: 33.3333333333%;
    height: calc(100% - 100px);
  }
  .tariffs__site-list__cover div {
    background: #fff;
    width: 230px;
    height: 100%;
    box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
    border-radius: 20px;
  }
  .tariffs__site-list__label {
    display: block;
  }
  .tariffs__site-list table td > div {
    padding: 15px 10px 10px 10px;
  }
}
@media (max-width: 768px) {
  .tariffs__site-list__covers {
    width: 720px;
    height: calc(100% - 100px);
    top: 40px;
  }
  .tariffs__site-list__covers .tariffs__site-list__cover {
    width: 33.3333333333%;
    height: calc(100% + 20px);
  }
  .tariffs__site-list__covers .tariffs__site-list__cover div {
    width: 210px;
    box-shadow: 0px 12px 30px rgba(116, 61, 224, 0.18);
  }
  .tariffs__site-list {
    overflow: scroll;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    margin-top: -20px;
    padding-bottom: 50px;
  }
  .tariffs__site-list table {
    width: 720px;
  }
  .tariffs__site-list table td, .tariffs__site-list table th {
    width: 33.3333333333%;
    padding-left: 0;
  }
  .tariffs__site-list table td > div {
    padding: 15px 20px 10px 20px;
  }
}
.version {
  margin-top: 184px;
}

.version__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  color: #743DE0;
  margin-bottom: 6px;
}

.version__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 22px;
}

.version__param {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  padding: 20px 30px 16px 30px;
  margin-bottom: 10px;
}
.version__param table {
  width: 100%;
  margin-top: 10px;
  display: none;
  border-collapse: collapse;
}
.version__param table td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4F4F4F;
  border: none;
  box-sizing: border-box;
  padding: 8px 0;
}
.version__param table td > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.version__param table td > div.yes {
  background: #743DE0;
}
.version__param table td > div.yes:before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url("../images/white_check.svg");
}
.version__param table td > div.no {
  background: #C8C8C8;
}
.version__param table td > div.no:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: url("../images/white_nocheck.svg");
}
.version__param table td:first-child {
  width: 40%;
}

.version__param__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  transition: padding 0.2s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.version__param__title:after {
  content: url("../images/open-arrow2.svg");
  transform: rotate(180deg);
  transition: 0.2s;
}

.version__param.open .version__param__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.version__param.open table {
  display: table;
}
.version__param.open .version__param__title:after {
  transform: rotate(0);
}

@media (max-width: 992px) {
  .version {
    margin-top: 60px;
  }
  .version__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 9px;
  }
  .version__subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .version__param.open .version__param__title {
    padding-bottom: 10px;
  }
  .version__param__title {
    font-size: 16px;
    line-height: 28px;
  }
  .version__param {
    padding: 20px 20px 16px 20px;
  }
  .version__param table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .version__param table tr td {
    display: block;
    width: 33.3333333333%;
    padding: 0 0 15px 0;
  }
  .version__param table tr td:last-child div {
    float: right;
  }
  .version__param table tr td:nth-child(3) div {
    margin: 0 auto;
  }
  .version__param table tr td:first-child {
    width: 100%;
    padding: 0 0 5px 0;
  }
  .version__param table td > div {
    margin: 0;
  }
}
.complex {
  margin-top: 80px;
}

.complex__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 86px;
}

.complex__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.complex__item__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #222222;
  text-align: right;
  width: 480px;
  order: 1;
}
.complex__item__title img {
  margin-bottom: 10px;
}

.complex__item__content {
  width: 580px;
  order: 2;
}
.complex__item__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.complex__item:nth-child(odd) .complex__item__title {
  order: 2;
  align-items: flex-start;
  text-align: left;
}
.complex__item:nth-child(odd) .complex__item__content {
  order: 1;
}

.complex__item__content__params {
  display: flex;
}

.complex__item__content__param {
  display: flex;
  margin-right: 100px;
}

.complex__item__content__param:last-child {
  margin-right: 0;
}

.complex__item__content__param__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #F5C300;
  border-radius: 15px 15px 15px 0;
  margin-right: 15px;
}

.complex__item__content__param__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 12px;
}
.complex__item__content__param__text span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 9px;
}

@media (max-width: 1200px) {
  .complex__item__title {
    width: 45%;
  }
  .complex__item__content {
    width: 50%;
  }
  .complex__item__content__param {
    margin-right: 60px;
  }
  .complex__item__content__param__text {
    font-size: 18px;
    line-height: 24px;
  }
  .complex__item__content__param__text span {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .complex {
    margin-top: 40px;
  }
  .complex__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 33px;
  }
  .complex__item {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .complex__item:nth-child(odd) .complex__item__title {
    order: 1;
    align-items: center;
  }
  .complex__item:nth-child(odd) .complex__item__content {
    order: 2;
  }
  .complex__item__title {
    width: 100%;
  }
  .complex__item__title {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .complex__item__title img {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .complex__item__content {
    width: 100%;
  }
  .complex__item__title__img {
    height: 50px;
  }
  .complex__item__title__img img {
    max-height: 100%;
  }
  .complex__item__content__param__icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 10px 10px 10px 0;
    box-sizing: border-box;
    padding: 5px;
    margin-right: 10px;
  }
  .complex__item__content__param__icon img {
    max-width: 100%;
  }
  .complex__item__content__param__text {
    font-size: 16px;
    margin-top: 8px;
  }
  .complex__item__content__param__text span {
    margin-top: 2px;
  }
  .complex__item__content__param {
    margin-right: 30px;
  }
  .complex__item__content__param:last-child {
    margin-right: 0;
  }
}
.calendar-plan {
  margin-top: 146px;
}

.calendar-plan__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 34px;
}

.calendar-plan__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.calendar-plan__list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: calc(33.3333333333% - 10px);
  box-sizing: border-box;
  padding: 35px 30px 22px 41px;
}
.calendar-plan__list__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.calendar-plan__list__item ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.calendar-plan__list__item ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #743DE0;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.calendar-plan__list__item ul li:last-child {
  margin-bottom: 0;
}

.calendar-plan__list__item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 19px;
  position: relative;
}
.calendar-plan__list__item__title span {
  position: relative;
}

.calendar-plan__list__item__title:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #F5C300;
  display: block;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  top: -7px;
  left: -11px;
}

.calendar-plan__order {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calendar-plan__order__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 16px;
}

.calendar-plan__order__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #222222;
  margin-bottom: 31px;
}

@media (max-width: 992px) {
  .calendar-plan {
    margin-top: 40px;
  }
  .calendar-plan__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .calendar-plan__list__item {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .calendar-plan__list__item__title {
    font-size: 20px;
    line-height: 32px;
  }
  .calendar-plan__list {
    flex-direction: column;
  }
  .calendar-plan__list__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .calendar-plan__list__item:last-child {
    margin-bottom: 0;
  }
  .calendar-plan__list__item ul li {
    font-size: 12px;
    line-height: 22px;
  }
  .calendar-plan__order {
    margin-top: 30px;
  }
  .calendar-plan__order__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 11px;
  }
  .calendar-plan__order__subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 22px;
  }
}
.steps {
  box-sizing: border-box;
  width: 1180px;
  margin: 0 auto;
}

.steps__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #222222;
  margin-bottom: 46px;
}

.steps__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.steps__list__item {
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  width: calc(20% - 10px);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.steps__list__item__icon {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.steps__list__item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #222222;
  padding-bottom: 20px;
}
.steps__list__item__title span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #743DE0;
}

.steps__list__item__num {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #743DE0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 3px;
  box-sizing: border-box;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
  .steps {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 992px) {
  .steps__list {
    overflow: scroll;
    padding: 60px 20px 60px 60px;
    margin: -60px 0 -60px -60px;
  }
  .steps__list__item {
    width: 220px;
    min-width: 220px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .steps {
    margin-top: 30px;
  }
  .steps__title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 21px;
  }
}
.channels {
  margin-top: 70px;
}

.channels__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  color: #743DE0;
  margin-bottom: 7px;
}

.channels__subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #222222;
  margin-bottom: 29px;
}

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

.channels__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 16.6666666667%;
}

.channels__list__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #F5C300;
  margin-bottom: 17px;
  border-radius: 30px 30px 30px 0;
}
.channels__list__item__icon img {
  max-width: 100%;
}

.channels__list__item__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

@media (max-width: 992px) {
  .channels {
    margin-top: 34px;
  }
  .channels__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .channels__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .channels__list__item {
    width: 33.3333333333%;
    margin-bottom: 24px;
  }
  .channels__list__item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 20px 20px 20px 0;
    box-sizing: border-box;
    padding: 7px;
  }
  .channels__list__item__name {
    font-size: 14px;
    line-height: 18px;
  }
}
.tarrifs-table {
  width: 1180px;
  margin: 85px auto 0 auto;
  position: relative;
  box-sizing: border-box;
}
.tarrifs-table table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.tarrifs-table table tr.close {
  display: none;
}
.tarrifs-table table td, .tarrifs-table table th {
  border: 0px solid transparent;
  width: 22.5%;
  padding: 0;
  text-align: center;
}
.tarrifs-table table th {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding: 10px 0 10px 0;
}
.tarrifs-table table td {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  padding: 20px 0 20px 20px;
  position: relative;
}
.tarrifs-table table td strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #743DE0;
}
.tarrifs-table table td:first-child {
  color: #4F4F4F;
  width: 32.5%;
  text-align: left;
  padding-left: 0;
}
.tarrifs-table table th:first-child {
  padding-left: 0;
}
.tarrifs-table table .name {
  display: none;
}
.tarrifs-table table div.yes, .tarrifs-table table div.no {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.tarrifs-table table div.yes {
  background: #743DE0;
}
.tarrifs-table table div.yes:before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background: url("../images/white_check.svg");
}
.tarrifs-table table div.no {
  background: #C8C8C8;
}
.tarrifs-table table div.no:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: url("../images/white_nocheck.svg");
}
.tarrifs-table table .level_1 > div {
  position: relative;
  width: 280px;
  display: flex;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
}
.tarrifs-table table .level_1 > div span {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.tarrifs-table table .level_1 > div span:after {
  content: "";
  display: block;
  background: url(../images/open-arrow.svg);
  width: 14px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(180deg);
  transition: 0.2s;
  margin-top: -4px;
}
.tarrifs-table table .level_1.open > div span:after {
  transform: rotate(0);
}
.tarrifs-table table .level_2 > div {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 0;
}
.tarrifs-table table .level_2 > div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.tarrifs-table table .level_3 > div {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
.tarrifs-table table .level_3 > div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4F4F4F;
  padding-left: 20px;
}

.tooltip {
  position: relative;
  z-index: 2;
  padding: 0 !important;
}

.tooltip__icon {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 14px;
  min-width: 14px;
  box-sizing: border-box;
  height: 14px;
  padding-top: 2px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}

.tooltip__content {
  display: none;
  position: absolute;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.tooltip:hover {
  z-index: 3;
}
.tooltip:hover .tooltip__content {
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 200px;
  top: 22px;
  background: #D9D9D9;
}
.tooltip:hover .tooltip__content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  left: 12px;
  top: -8px;
  border-color: transparent transparent #d9d9d9 transparent;
}

.tarrifs-table__title {
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #743DE0;
  text-align: center;
  margin-bottom: 34px;
}

.tarrifs-table__wrap {
  position: relative;
}

.tarrifs-table__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}
.tarrifs-table__bg div {
  height: 100%;
  width: calc(22.5% - 20px);
  margin-left: 20px;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  position: relative;
}
.tarrifs-table__bg div:before {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.tarrifs-table__bg div.violet:before {
  background: rgba(117, 61, 224, 0.2);
}
.tarrifs-table__bg div.yellow:before {
  background: rgba(245, 195, 0, 0.2);
}
.tarrifs-table__bg div.blue:before {
  background: rgba(48, 127, 226, 0.2);
}
.tarrifs-table__bg div.pink:before {
  background: rgba(250, 80, 115, 0.2);
}

.tarrifs-table__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 47px;
}
.tarrifs-table__btns .btn {
  height: 50px;
  width: 157px;
}

.tarrifs-table__btns__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 46px;
  color: #743DE0;
  margin-bottom: 5px;
}

.tarrifs-table__btns__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 20px;
}

.tarrifs-table_4 .tarrifs-table__title {
  font-size: 46px;
  line-height: 54px;
  text-align: left;
}
.tarrifs-table_4 table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.tarrifs-table_4 table td, .tarrifs-table_4 table th {
  border: 0px solid transparent;
  width: 19.07%;
  padding: 0;
  text-align: center;
}
.tarrifs-table_4 table th {
  font-size: 20px;
  line-height: 38px;
  padding: 10px 0 10px 20px;
}
.tarrifs-table_4 table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  color: #000000;
  padding: 0 0 0 20px;
}
.tarrifs-table_4 table td:first-child {
  color: #4F4F4F;
  width: 23.72%;
}
.tarrifs-table_4 .tarrifs-table__bg div {
  height: 100%;
  width: calc(19.07% - 20px);
  margin-left: 20px;
  background: #FFFFFF;
  box-shadow: 0px 12px 60px rgba(116, 61, 224, 0.18);
  border-radius: 20px;
  position: relative;
}
.tarrifs-table_4 .tarrifs-table__bg div:before {
  content: "";
  display: block;
  width: 100%;
  height: 59px;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 1200px) {
  .tarrifs-table {
    width: 100%;
    padding: 0 20px;
  }
  .tarrifs-table_4 table th {
    font-size: 14px;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  .tarrifs-table {
    margin-top: 33px;
  }
  .tarrifs-table table th:first-child, .tarrifs-table table td:first-child {
    display: none;
  }
  .tarrifs-table table td, .tarrifs-table table th {
    width: 33.3333333333%;
    padding-left: 0;
  }
  .tarrifs-table table td {
    padding: 10px 0;
  }
  .tarrifs-table table .name {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    margin-bottom: 2px;
    padding: 0 20px;
  }
  .tarrifs-table__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .tarrifs-table__bg div {
    width: 33.3333333333%;
    margin: 0 10px;
  }
  .tarrifs-table_4 table th {
    display: none;
  }
  .tarrifs-table_4 table td:first-child {
    display: block;
    width: 100%;
  }
  .tarrifs-table_4 table tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .tarrifs-table_4 table td {
    width: 25%;
    display: block;
    position: relative;
  }
  .tarrifs-table_4 table td:before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 100%;
    display: block;
    top: 0;
    left: 3px;
    border-radius: 10px;
  }
  .tarrifs-table_4 table td:nth-child(2):before {
    background: rgba(117, 61, 224, 0.2);
  }
  .tarrifs-table_4 table td:nth-child(3):before {
    background: rgba(245, 195, 0, 0.2);
  }
  .tarrifs-table_4 table td:nth-child(4):before {
    background: rgba(48, 127, 226, 0.2);
  }
  .tarrifs-table_4 table td:nth-child(5):before {
    background: rgba(250, 80, 115, 0.2);
  }
  .tarrifs-table_4 table .level_1 > div {
    padding: 0;
  }
  .tarrifs-table_4 table .level_2 > div {
    padding: 0;
  }
  .tarrifs-table_4 table .level_3 > div {
    padding: 0;
  }
  .tarrifs-table_4 table .level_3 > div span {
    padding-left: 0;
  }
  .tarrifs-table_4 .tarrifs-table__bg {
    display: none;
  }
  .tarrifs-table__btns {
    margin-top: 39px;
  }
  .tarrifs-table__btns .btn {
    width: 280px;
  }
  .tarrifs-table__btns__title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tarrifs-table__btns__subtitle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 17px;
  }
  .tarrifs-table_4 .tarrifs-table__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .tarrifs-table {
    padding: 0;
  }
  .tarrifs-table table {
    width: 720px;
  }
  .tarrifs-table table th:first-child, .tarrifs-table table td:first-child {
    display: none;
  }
  .tarrifs-table table td, .tarrifs-table table th {
    width: 33.3333333333%;
    padding-left: 0;
  }
  .tarrifs-table__wrap {
    overflow: scroll;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .tarrifs-table__bg {
    width: 720px;
    height: calc(100% - 100px);
  }
  .tarrifs-table__bg div {
    width: 33.3333333333%;
    margin: 0 10px;
  }
  .tarrifs-table__btns {
    margin-top: 10px;
  }
  .tarrifs-table_4 {
    padding: 0;
  }
  .tarrifs-table_4 table {
    width: 100%;
  }
  .tarrifs-table_4 table td {
    font-size: 10px;
    line-height: 20px;
  }
  .tarrifs-table_4 table td:first-child {
    display: block;
  }
  .tarrifs-table_4 table td, .tarrifs-table_4 table th {
    width: 25%;
  }
  .tarrifs-table_4 .tarrifs-table__wrap {
    overflow: visible;
    max-width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .tarrifs-table_4 .tarrifs-table__bg {
    display: none;
  }
}
.select-filter {
  position: relative;
  margin-left: 18px;
  z-index: 11;
}

.select-filter__select {
  display: none;
}

.select-filter__current {
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 15px 0 10px;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(79, 79, 79, 0.6);
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.select-filter__select {
  flex-direction: column;
  position: absolute;
  top: 40px;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-top: none;
  width: 140px;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 20px;
  transition: 0.2s;
  display: none;
}

.select-filter__select > div {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  color: rgba(79, 79, 79, 0.6);
}

.select-filter__select > div:last-child {
  margin-bottom: 0;
}

.select-filter__current__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.2s;
  transform: translate(0, -50%);
}
.select-filter__current__arrow svg {
  transition: 0.2s;
}

.select-filter:hover .select-filter__current {
  border: 1px solid #E0E0E0;
  border-radius: 10px 10px 0 0;
}

.select-filter:hover .select-filter__current__arrow svg {
  transform: rotate(180deg);
}

.select-filter:hover .select-filter__select {
  display: flex;
  border: 1px solid #E0E0E0;
  border-top: none;
}

.tariffs__site-list__include + .btn {
    width: 100%;
    margin-top: 40px;
}

.tariffs__site-list__price-tab {
  display: none;
}

.tariffs__site-list__price-tab.active {
  display: block;
}

.tariffs__list__item__price-tab {
  display: none;
}

.tariffs__list__item__price-tab.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tariffs__filter .select-filter__select .active {
  text-decoration: none;
}

.cases__list__item__icon {
    width: auto;
    height: 120px;
	max-height:120px;
    background: none;
    border-radius: none;
}
.cases__list__item__icon img {
    max-height:120px;
	max-width:100%;
}
.cases__list__item__description{
	margin-bottom:10px;
}
.cases__list .owl-stage{
	display:flex;
	align-items:stretch;
}
.cases__list .owl-item .cases__list__item{
	height:100%;
}

.news-list__item {
    min-height: 330px;
}
.news-list__item__img {
    width: 330px;
}
.news-list__item__img{
	font-size:0;
}
.new-cases__list .owl-stage{
	display:flex;
	align-items:stretch;
}
.new-cases__list .owl-item .new-cases__list__item{
	height:100%;
}
.new-cases__list__item__icon {
    height: 120px;
}
.news-list__item__title,.news-list__item__date, .news-list__item__intro {
    padding-left: 370px;
}
.news-list__item__link{
	left: 370px;
}
.img-block img {
	order:1;
}
.img-block:after,.img-block:before {
	content:'';
	display:block;
	width: calc(25% - 10px);
	order:2;
}

.news-list__item__title a{
	color:#222222;
	text-decoration:none;
}


@media (max-width: 1200px){
	.news-list__item {
		min-height: 330px;
	}
}
@media (max-width: 992px){
	.news-list__item__title, .news-list__item__date, .news-list__item__intro {
		padding-left: 0;
	}
}

@media (max-width: 440px){
	.news-list__item__img {
		width: 100%;
	}
}

.course__list__item{
	align-items:flex-start;
}
.course__list__item__info{
	width:620px;
	min-width:620px;
	box-sizing:border-box;
}
.course__list__item__param{
	margin-bottom:64px;
}
.course__list__item__param:nth-last-child(-n+2){
	margin-bottom:0;
}

@media (max-width: 1200px){
	.course__list__item__info{
		width:50%;
		min-width:50%;
		padding-right:30px;
	}
	.course__list__item__params {
		min-width:50%;
	}
	.course__list__item__param__icon {
		min-width:70px;
		min-height:70px;
	}
}
@media (max-width: 992px){
	.course__list__item__info{
		width:100%;
		min-width:100%;
		padding-right:0;
	}
	.course__list__item__params {
		min-width:100%;
	}
	.course__list__item__param{
		margin-bottom:20px;
	}
	.course__list__item__param:nth-last-child(-n+2){
		margin-bottom:20px;
	}
	.course__list__item__param:last-child{
		margin-bottom:0;
	}
	.course__list__item__param{
		width:100%;
	}
	.course__list__item__param__icon {
		min-width:50px;
		min-height:50px;
	}

	.integration_box{
		padding-bottom:100px;
	}
	.integration_box .integration__btns {
		bottom: 0;
	}
}

.text-block_white{
	background:#fff;
	padding:30px;
	border-radius: 20px;
}
.text-block_white p {
    font-size: 18px;
}
.text-block_white ul li {
    font-size: 18px;
}

.top-offer__numbers_inners{
	justify-content:center;
}
.top-offer__numbers__item {
	max-width:211px;
	width:auto;
}
.top-offer__numbers__item:nth-child(2){
	padding-left:110px;
}
.top-offer__numbers__item:nth-child(3){
	margin:0 100px;
}

@media (max-width: 768px){
	.top-offer__numbers{
		align-items:center;
	}
	.top-offer__numbers__item:nth-child(2){
		padding-left:0;
	}
	.top-offer__numbers__item:nth-child(3){
		margin:0;
	}
	.top-offer__numbers__item{
		margin:30px 0;
		width:211px;
	}
}

.news-news__list__item__title{
	padding-left:302px;
}
.other-news__list__item__img {
    width: 282px;
    height:282px;
}
.other-news__list__item {
    min-height: 282px;
}
@media (max-width: 768px){
	.news-news__list__item__title {
		padding-left: 0;
	}
	.other-news__list__item__img {
		width:210px;
		height:210px;
	}
	.other-news__list__item {
		min-height:210px;
	}
}
.other-news__list__item__img{
	border-radius:20px;
}

.img-block {
    align-items:flex-start;
}
.other-news__list__item__img img {
    max-height: 100%;
}



.text--center {
  text-align: center;
}
.section__head {
  margin-bottom: 25px;
}
.section__title {
  font-size: 46px; color: #743DE0;
  font-weight: 800;
  line-height: 1.2;
}
.section__intro {
  max-width: 840px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
}
.text--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}
.section__mg {
  margin: 160px 0;
}
.section__text {
  font-size: 18px;
  line-height: 1.4;
}
.section__text > * + * {
  margin-top: 25px;
}
@media (max-width: 1200px) {
  .section__mg {
    margin: 120px 0;
  }
}
@media (max-width: 992px) {
  .section__mg {
    margin: 100px 0;
  }
  .section__title {
    font-size: 40px;
  }
  .section__intro {
    font-size: 16px;
  }
  .section__text {
    font-size: 16px;
  }
  .section__text > * + * {
    margin-top: 15px;
  }
}
@media (max-width: 610px) {
  .section__mg {
    margin: 60px 0;
  }
}

.apromo {

}
.apromo__head {
  margin-bottom: 56px;
}
.apromo__title {
  font-size: 40px; color: #743DE0;
  font-weight: bold;
  max-width: 1000px;
}
.apromo__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.apromo__info {
  box-shadow: 0 12px 60px 0 rgba(116, 61, 224, 0.18);
  background: #fff;
  border-radius: 20px;
  padding: 34px;
}
.apromo__text {
  font-size: 18px;
  /*color: #222;*/
  line-height: 1.4;
}
.apromo__buttons {
  margin-top: 26px;
}
.apromo__photo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 103%;
}
.apromo__photo img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .apromo__head {
    margin-bottom: 40px;
  }
  .apromo__title {
    font-size: 32px;
  }
  .apromo__cols {
    grid-gap: 20px;
  }
  .apromo__info {
    padding: 20px;
  }
  .apromo__text {
    font-size: 16px
  }

}
@media (max-width: 610px) {
  .apromo__head {
    margin-bottom: 20px;
  }
  .apromo__title {
    font-size: 24px;
  }
  .apromo__cols {
    grid-template-columns: 1fr;
  }
}

.ourgoal {

}
.ourgoal__cols {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.ourgoal__photo {
  flex: 0 0 auto;
  width: 395px; height: 395px;
  position: relative;
  background: #C8C8C8;
  border-radius: 100px 100px 100px 0;
}
.ourgoal__photo img {
  position: absolute;
  left: 52%; bottom: 0;
  transform: translateX(-50%);
  max-width: 400px; 
  max-height: 130%;
  width: 70%;
}
.ourgoal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .ourgoal__cols {
    gap: 50px;
  }
  .ourgoal__photo {
    width: 300px; height: 300px;
  }
}
@media (max-width: 992px) {
  .ourgoal__cols {
    gap: 20px;
  }
  .ourgoal__photo {
    width: 250px; height: 250px;
  }
  .ourgoal__head {
    margin-bottom: 15px
  }
}
@media (max-width: 610px) {
  .ourgoal__cols {
    flex-direction: column;
  }
  .ourgoal__photo {
    order: 5;
    margin-top: 50px;
    width: 100%; height: auto;
    padding-bottom: 100%
  }
}

.history__photos {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.history__photos-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 67%;
  border-radius: 20px;
}
.history__photos-item img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .history__photos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 610px) {
  .history__photos {
    grid-gap: 10px;
  }
  .history__photos-item {
    border-radius: 10px;
  }
}


.team__photos {

}
.team__photos-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 20px;
  display: block;
}
.team__photos-item img {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}



.l-section--i_intellect {
  background: linear-gradient(180deg, rgba(150, 120, 211, 0.00) 0%,  rgba(150, 120, 211, 0.20) 50%, rgba(150, 120, 211, 0.00) 100%), #FFF;

  margin-top: 150px;
}
.i_intellect__inner {
  display: flex;
  gap: 70px;
}
.i_intellect__img {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 480px;
    /*min-height: 350px;*/
}
.i_intellect__img:before {
  content: "";
  position: absolute;
  background: url("../images/pink_triangle.svg") no-repeat top center;
  background-size: 100%;
  width: 100%; max-width: 400px;
  height: 360px;
  top: 20px;
  left: 0;
  display: none;
}
.i_intellect__img img {
  max-width: 100%;
}
.i_intellect__info {

}
.i_intellect__item {
  margin-bottom: 15px;
}
.i_intellect__item-title {
  color: #743DE0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  text-wrap: balance;
}
.i_intellect__item-text {
  margin-top: 5px;
}
.i_intellect__buttons {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .i_intellect__img {
    width: 400px;
  }
}
@media (max-width: 991px) {

  .i_intellect__inner {
    flex-direction: column;
    gap: 40px;
  }
  .i_intellect__img {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
.i_intellect__item-title {
  font-size: 18px;
}
.i_intellect__item-text {
  font-size: 16px;
}

}