@charset "UTF-8";
/*   
Theme Name: Graphit
Version: 1.0
Author: vlxdslxv
Author URI: https://graphit.one
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;700&display=swap");
@media (min-width: 979px) {
  ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
    display: block;
  }
  .comment-list .children {
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }
  .comment-list .media {
    margin-top: 0;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-family: "Fira Sans", sans-serif;
}

a {
  -webkit-tap-highlight-color: transparent;
}

.wrapper_fullscreen {
  min-height: 100vh;
}
.wrapper_white {
  background: #ffffff;
}
.wrapper_lightgrey {
  background: #f0f0f0;
}
.wrapper_darkgrey {
  background: #191919;
}
.wrapper_black {
  background: #000000;
}
.wrapper_transparent {
  background: none;
}

.container_size_xs {
  max-width: 780px;
}
.container_size_s {
  max-width: 880px;
}
.container_size_m {
  max-width: 980px;
}
.container_size_l {
  max-width: 1180px;
}

.icon_color_primary {
  fill: #9520b3;
}
.icon_color_white {
  fill: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icon_color_white:hover {
  fill: #17ff2a;
}
.icon_color_grey {
  fill: #9f9999;
}
.icon_size_xs {
  width: 22px;
  height: 22px;
}
.icon_size_s {
  width: 65px;
  height: 65px;
}
.icon_size_m {
  width: 70px;
  height: 70px;
}
.icon_size_l {
  width: 80px;
  height: 80px;
}
.icon_size_logo {
  width: 172px;
  height: 57px;
}

.title_size_xs {
  font-size: 24px;
  line-height: 1.2;
}
.title_size_s {
  font-size: 28px;
  line-height: 1.2;
}
.title_size_m {
  font-size: 38px;
  line-height: 1.2;
}
.title_size_l {
  font-size: 42px;
  line-height: 1.2;
}
.title_style_light {
  font-weight: 300;
}
.title_style_medium {
  font-weight: 500;
}
.title_style_bold {
  font-weight: 700;
}
.title_color_primary {
  color: #9520b3;
}
.title_color_white {
  color: #ffffff;
}

.text_size_s {
  font-size: 18px;
  line-height: 1.2;
}
.text_size_m {
  font-size: 24px;
  line-height: 1.2;
}
.text_size_l {
  font-size: 28px;
  line-height: 1.2;
}
.text_size_xl {
  font-size: 32px;
  line-height: 1.2;
}
.text_style_light {
  font-weight: 300;
}
.text_style_regular {
  font-weight: 400;
}
.text_style_medium {
  font-weight: 500;
}

.scroll-button {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background: none;
}

.header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header__container {
  height: 100%;
  margin: 0 auto;
}
.header__inner {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  height: 57px;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}
.nav__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav__link {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.nav__link:hover {
  color: #17ff2a;
}
.nav__link:hover::before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nav__link:hover .nav__caret {
  border-top-color: #17ff2a;
}
.nav__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #17ff2a;
  bottom: -5px;
  left: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav__caret {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin: 0 0 0 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.nav__dropdown {
  position: relative;
}
.nav__dropdown .dropdown-nav {
  display: none;
  opacity: 0;
}
.nav__dropdown:hover .dropdown-nav {
  display: block;
  opacity: 1;
}

.dropdown-nav__container {
  position: absolute;
  width: 100%;
  padding: 20px 0 0 0;
}
.dropdown-nav__link {
  color: #000000;
}
.dropdown-nav__link:hover {
  color: #9520b3;
}
.dropdown-nav__link::before {
  content: none;
}
.dropdown-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  width: 300px;
  position: absolute;
  padding: 20px 30px;
  margin-left: -113px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  background: #ffffff;
  border-radius: 15px;
}
.dropdown-nav__inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.main__wrapper {
  background: url("../img/main/bg.png") 50% / cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__title {
  font-size: 86px;
  line-height: 1.2;
  font-weight: 275;
  color: #ffffff;
  text-align: center;
}
.main__text {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 50px 0 60px 0;
}
.button {
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button_size_m {
  font-size: 24px;
  line-height: 40px;
}
.button_size_xl {
  width: 380px;
  height: 80px;
  font-size: 32px;
  line-height: 80px;
}
.button_color_primary {
  background: #9520b3;
  color: #ffffff;
}
.button_color_primary:hover {
  background: #17ff2a;
  color: #000000;
}

.about__container {
  margin: 0 auto;
  padding: 100px 0 260px 0;
}
.about__header {
  margin: 0 0 50px 0;
  text-align: center;
}
.about__title {
  margin: 0 0 30px 0;
}
.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
}
.about__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 380px;
  flex: 0 0 380px;
}

.item-about__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 72px 0 20px 0;
}
.item-about__text {
  margin: 0 0 25px 0;
  text-align: center;
}

.services__container {
  margin: 0 auto;
  padding: 100px 0 240px 0;
}
.services__inner {
  padding: 0 100px;
}
.services__header {
  margin: 0 0 80px 0;
}
.services__title {
  text-align: center;
}
.services__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 80px;
}

.item-services__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 180px;
  border-radius: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12),
    0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12), 0px 3px 18px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.item-services__container:hover {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.item-services__link {
  padding-left: 80px;
  color: #000000;
}
.item-services__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-services__arrow {
  width: 96px;
  height: 100%;
  background: url("../img/services/arrow.svg") 100% no-repeat;
}

.contacts__container {
  margin: 0 auto;
  padding: 170px 150px 190px 150px;
}
.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
}
.contacts__column {
  flex: 0 1 auto;
}
.contacts__form {
  flex: 0 0 480px;
}
.contacts__form .b24-form-wrapper {
  padding: 0;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.contacts__form .b24-form-header-padding {
  padding: 0;
}
.contacts__form .b24-form-content,
.contacts__form .b24-form-padding-side {
  padding: 0;
}
.contacts__form .b24-form {
  --b24-text-color: #fff;
}
.contacts__form .b24-form-control {
  min-height: 70px;
  outline: 2px solid #9f9999;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  border-radius: 10px !important;
}
.contacts__form .b24-form-field {
  margin-bottom: 30px;
}
.contacts__form .b24-form-control-label {
  font-size: 24px;
  font-weight: 400;
  padding: 0 40px !important;
  overflow: visible;
}
.contacts__form .b24-form-btn {
  display: inline-block;
  background: #9520b3;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contacts__form .b24-form-btn:hover {
  background: #17ff2a;
  color: #000000;
}

.item-contacts__title {
  margin: 0 0 30px 0;
}
.item-contacts__text {
  max-width: 300px;
  margin: 0 0 40px 0;
}
.item-contacts__email {
  margin: 0 0 20px 0;
}
.item-contacts__phone {
  margin: 0 0 20px 0;
}
.item-contacts__email a,
.item-contacts__phone a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.item-contacts__email a:hover,
.item-contacts__phone a:hover {
  color: #17ff2a;
}
.item-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.social-icons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.social-icons__icon {
  height: 70px;
  width: 70px;
}

.footer__container {
  margin: 0 auto;
  padding: 35px 0;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__info {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer__nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__nav-link:hover {
  color: #9f9999;
}

.bitrix24__container {
  margin: 0 auto;
  padding: 190px 0 120px 0;
}
.bitrix24__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bitrix24__header {
  margin: 0 0 60px 0;
}
.bitrix24__title {
  text-align: left;
  padding: 0 0 0 100px;
}
.bitrix24__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.item-bitrix24__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.item-bitrix24__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-bitrix24__title {
  color: #9520b3;
  padding-bottom: 10px;
}
.support__wrapper {
  background: url("../img/support/workplace.png") 50% / cover no-repeat;
}
.support__container {
  margin: 0 auto;
  padding: 170px 0 0 0;
}
.support__inner {
  max-width: 800px;
}

.support-item__header {
  background: #191919;
  border-radius: 15px 15px 0px 0px;
  padding: 30px;
  color: #ffffff;
  text-align: center;
}
.support-item__title {
  margin: 0 0 5px 0;
}
.support-item__text {
  margin: 0 0 20px 0;
}
.support-item__body {
  background: #ffffff;
  border-radius: 0 0 15px 15px;
  padding: 20px 30px 30px 30px;
}
.support-item__body-title {
  margin: 0 0 10px 0;
}
.support-item__body-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.support-item__body-text::before {
  content: "•";
  color: #191919;
  font-weight: 700;
  display: inline-block;
  width: 5px;
}

.bi__container {
  margin: 0 auto;
  padding: 100px 0 120px 0;
}
.bi__special {
  position: relative;
}

.table-bi__row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-bi__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.table-bi__column_grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.table-bi__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #9520b3;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
}
.table-bi__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px;
}
.table-bi__header-title {
  margin: 0;
}
.table-bi__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
.table-bi__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.table-bi__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 0 0 15px 15px;
}
.table-bi__body-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
}
.table-bi__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
.table-bi__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  width: 100%;
}

.item-special__inner {
  position: absolute;
  top: -40px;
  right: -60px;
  padding: 40px 40px;
  -webkit-clip-path: circle(5% at 95% 11%);
  clip-path: circle(5% at 95% 11%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-color: #9520b3;
}
.item-special__inner:hover,
.item-special__inner:focus {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%);
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12),
    0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12), 0px 3px 18px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  outline: none;
}
.item-special__icon {
  position: absolute;
  top: 14px;
  right: 22px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.item-special__title {
  margin: 0 0 10px 0;
}
.item-special__description {
  line-height: 1.6;
}
.item-special__bonus {
  margin: 10px 0 0 0;
  line-height: 1.6;
}

.why__container {
  margin: 0 auto;
  padding: 190px 0 320px 0;
}
.why__title {
  margin: 0 0 60px 0;
  text-align: center;
}
.why__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.why__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.why__text {
  max-width: 680px;
}

.steps__container {
  margin: 0 auto;
  padding: 100px 0 184px 0;
}
.steps__title {
  margin: 0 0 60px 230px;
  text-align: left;
}
.steps__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.item-steps__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-steps__timeline {
  position: relative;
  padding: 0 70px 0 50px;
}
.item-steps__vline {
  border-left: 4px solid #9520b3;
  height: 166px;
  position: absolute;
  left: 88px;
  margin-top: 75px;
  top: 0;
  z-index: 0;
}
.item-steps__card {
  width: 100%;
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12),
    0px 3px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12), 0px 3px 18px rgba(0, 0, 0, 0.08);
}
.item-steps__card-title {
  margin: 0 0 5px 0;
}
.item-steps__card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
}
.item-steps__card-text::before {
  content: "•";
  color: #191919;
  font-weight: 700;
  display: inline-block;
  width: 5px;
}
.item-steps__result {
  margin: 10px 0 0 0;
}

.web-prices__container {
  margin: 0 auto;
  padding: 170px 0 170px 0;
}
.web-prices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 80px;
}

.item-web-prices__link:hover .item-web-prices__inner {
  -webkit-box-shadow: rgba(23, 255, 42, 0.4) 5px 5px,
    rgba(23, 255, 42, 0.3) 10px 10px, rgba(23, 255, 42, 0.2) 15px 15px,
    rgba(23, 255, 42, 0.1) 20px 20px, rgba(23, 255, 42, 0.05) 25px 25px;
  box-shadow: rgba(23, 255, 42, 0.4) 5px 5px, rgba(23, 255, 42, 0.3) 10px 10px,
    rgba(23, 255, 42, 0.2) 15px 15px, rgba(23, 255, 42, 0.1) 20px 20px,
    rgba(23, 255, 42, 0.05) 25px 25px;
}
.item-web-prices__link:hover .item-web-prices__title {
  -webkit-box-shadow: inset 500px 0 0 0 #17ff2a;
  box-shadow: inset 500px 0 0 0 #17ff2a;
  color: #000000;
}
.item-web-prices__link:hover .item-web-prices__price {
  color: #17ff2a;
}
.item-web-prices__inner {
  width: 100%;
  padding: 30px 40px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: rgba(149, 32, 179, 0.4) 5px 5px,
    rgba(149, 32, 179, 0.3) 10px 10px, rgba(149, 32, 179, 0.2) 15px 15px,
    rgba(149, 32, 179, 0.1) 20px 20px, rgba(149, 32, 179, 0.05) 25px 25px;
  box-shadow: rgba(149, 32, 179, 0.4) 5px 5px, rgba(149, 32, 179, 0.3) 10px 10px,
    rgba(149, 32, 179, 0.2) 15px 15px, rgba(149, 32, 179, 0.1) 20px 20px,
    rgba(149, 32, 179, 0.05) 25px 25px;
  -webkit-transition: color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.item-web-prices__title {
  margin: 0 0 5px 0;
  -webkit-box-shadow: inset 0 0 0 0 #17ff2a;
  box-shadow: inset 0 0 0 0 #17ff2a;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  -webkit-transition: color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.item-web-prices__price {
  margin: 0 0 30px 0;
  -webkit-transition: color 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.item-web-prices__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
.item-web-prices__text::before {
  content: "•";
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  width: 5px;
  font-size: 18px;
}

.policy_container {
  margin: 0 auto;
  padding: 110px 0 0 0;
}
.policy__inner {
  background: #ffffff;
  border-radius: 15px;
  padding: 60px;
}
.policy__title {
  margin: 40px 0;
}
.policy__text {
  line-height: 1.5;
  margin: 0 0 40px 0;
}
.policy__text a,
.policy__text a:visited {
  color: #9520b3;
}

@media screen and (max-width: 1280px) {
  .wrapper_fullscreen {
    min-height: 832px;
  }
  .container_size_m {
    max-width: 780px;
  }
  .container_size_l {
    max-width: 980px;
  }
  .title_size_xs {
    font-size: 20px;
  }
  .title_size_s {
    font-size: 28px;
  }
  .title_size_m {
    font-size: 32px;
  }
  .title_size_l {
    font-size: 36px;
  }
  .text_size_s {
    font-size: 18px;
  }
  .text_size_m {
    font-size: 20px;
  }
  .text_size_l {
    font-size: 24px;
  }
  .header__container {
    max-width: 880px;
  }
  .header__inner {
    min-height: 75px;
  }
  .main__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url("../img/main/bg_1280.png") 50% / cover no-repeat;
  }
  .main__container {
    padding: 255px 0 0 0;
  }
  .main__title {
    font-size: 64px;
  }
  .main__text {
    font-size: 24px;
    margin: 40px 0 50px 0;
  }
  .button_size_xl {
    width: 350px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
  .about__container {
    padding: 100px 0 192px 0;
  }
  .about__header {
    margin: 0 0 20px 0;
  }
  .about__title {
    margin: 0 0 20px 0;
  }
  .item-about__text {
    margin: 0 0 5px 0;
  }
  .services__container {
    padding: 100px 0 179px 0;
  }
  .services__column {
    row-gap: 80px;
  }
  .item-services__container {
    height: 170px;
  }
  .contacts__container {
    padding: 170px 0 128px 0;
  }
  .contacts__column {
    margin: 0 0 0 100px;
  }
  .contacts__form .b24-form-btn {
    height: 70px;
    font-size: 24px;
  }
  .bitrix24__container {
    margin: 0 auto;
    padding: 145px 0 100px 0;
  }
  .bitrix24__inner {
    max-width: 780px;
    row-gap: 25px;
  }
  .bitrix24__header {
    margin: 0 0 15px 0;
  }
  .item-bitrix24__inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .support__container {
    padding: 100px 0 210px 0;
  }
  .support__inner {
    max-width: 600px;
  }
  .bi__container {
    max-width: 1280px;
    padding: 0;
  }
  .table-bi__header {
    border-radius: 0;
  }
  .table-bi__header-inner {
    max-width: 1180px;
  }
  .table-bi__header-title {
    margin: 20px 0 0 0;
  }
  .table-bi__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
  .table-bi__price {
    font-size: 24px;
  }
  .table-bi__body {
    border-radius: 0;
    padding: 0 0 60px 0;
  }
  .table-bi__body-inner {
    max-width: 1180px;
  }
  .item-special {
    display: none;
  }
}
