@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-width: 767px) {
    .fancybox-slide { padding:44px; }
}

@media (max-height: 576px) {
    .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding:40px 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

body {
  font-size: 1.7rem;
  line-height: 1.5;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 8rem;
  }
}

footer {
  margin-top: auto;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #43475D;
}
@media screen and (max-width: 1320px) {
  html {
    font-size: 8.7px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 8px;
  }
}

select,
button,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #43475D;
  outline: 0;
}

.a, .dropdown-menu .show-sub-menu:after, .calc-button:before, .button_play:after, .button_arrow:after, .button_back:before, .button_arrow-white:after {
  content: "";
  display: block;
}

.ffe, .entry-content table thead tr {
  font-family: "Montserrat", sans-serif;
}

.content-small,
.content-big,
.content {
  max-width: calc(123rem + 30px);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.content-big {
  max-width: 1590px;
}

.content-small {
  max-width: calc(102rem + 30px);
}

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

.title {
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 2rem;
  line-height: 1.45;
  text-transform: uppercase;
}
.title strong,
.title span {
  display: inline-block;
  color: #7E5AE8;
}
@supports (-webkit-background-clip: text) {
  .title strong,
.title span {
    background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.title_not-transform {
  text-transform: none;
}
.title_600 {
  font-weight: 600;
}
.title_600 strong {
  font-weight: 600;
}
.title_white {
  color: #fff;
}
.title_mb0 {
  margin-bottom: 0;
}
.title_mb50 {
  margin-bottom: 5rem;
}
.title_mb10 {
  margin-bottom: 1rem;
}
.title_mb15 {
  margin-bottom: 1.5rem;
}
.title_mb20 {
  margin-bottom: 2rem;
}
.title_center {
  text-align: center;
}
.title_in {
  padding-top: 5rem;
  margin-bottom: 0;
  max-width: 90rem;
}
.title_fz40 {
  font-size: 4rem;
}
.title_success {
  background: url(../images/check.svg) 0 0 no-repeat;
  background-size: 9rem 9rem;
  padding-top: 11rem;
}
.title_white {
  color: #fff;
}
.title_center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 540px) {
  .title {
    font-size: 3.3rem;
  }
}

.title-37 {
  font-size: 3.7rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media screen and (max-width: 540px) {
  .title-37 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.title-h3 {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.title-h3:after {
  content: "";
  display: block;
  width: 7rem;
  height: 2px;
  background: #E8ECFD;
  margin-top: 1rem;
}
.title-h3_white:after {
  background: #fff;
}
.title-h3_mb20 {
  margin-bottom: 2rem;
}
.title-h3_mb20:after {
  margin-top: 2rem;
}
.title-h3_mb15 {
  margin-bottom: 1.5rem;
}
.title-h3_mb15:after {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .title-h3 {
    font-size: 2rem;
  }
}

.text {
  font-size: 1.7rem;
  line-height: 1.5;
}
.text p {
  margin-bottom: 1rem;
}
.text p:last-child {
  margin-bottom: 0;
}
.text_mb30 {
  margin-bottom: 3rem;
}
.text_mb15 {
  margin-bottom: 1.5rem;
}
.text_mb20 {
  margin-bottom: 2rem;
}
.text strong {
  font-weight: 600;
}

.text-23 {
  font-weight: 600;
  font-size: 2.3rem;
  font-weight: 600;
}
.text-23 strong {
  color: #7E5AE8;
  font-weight: 600;
}
@supports (-webkit-background-clip: text) {
  .text-23 strong {
    background: linear-gradient(96.92deg, #7E5AE8 -11.05%, #5675EB 108.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.text-23_mb10 {
  margin-bottom: 1rem;
}
.text-23_mb15 {
  margin-bottom: 1.5rem;
}
.text-23_mb20 {
  margin-bottom: 2rem;
}
.text-23_mb30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .text-23 {
    font-size: 2rem;
  }
}

.more-link {
  color: #7E5AE8;
  font-weight: 600;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
}
.more-link svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
}
@media (hover: hover) {
  .more-link:hover:after {
    left: 15px;
  }
}

.line-1 {
  width: 7rem;
  border-top: 2px solid #E8ECFD;
  margin: 3rem 0 1.7rem;
}
@media screen and (max-width: 1000px) {
  .line-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

.line-2 {
  width: 7rem;
  border-top: 2px solid #fff;
  margin-bottom: 1.5rem;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?ci12bb");
  src: url("../fonts/icons/icomoon.eot?ci12bb#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ci12bb") format("truetype"), url("../fonts/icons/icomoon.woff?ci12bb") format("woff"), url("../fonts/icons/icomoon.svg?ci12bb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-viber:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.entry-content {
  color: #43475D;
  font-size: 1.7rem;
  line-height: 1.5;
}
.entry-content:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content a {
  color: #7E5AE8;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.entry-content h1 {
  font-size: 4.5rem;
}
.entry-content h2 {
  font-size: 3.7rem;
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 2.3rem;
}
.entry-content p {
  margin-bottom: 1em;
}
.entry-content p + ul, .entry-content p + ol, .entry-content p + h2, .entry-content p + h3 {
  padding-top: 1.3rem;
}
.entry-content hr {
  background: #1ccd9e;
  height: 4px;
  border: 0;
  margin-bottom: 1.15em;
}
.entry-content ul {
  margin-bottom: 1rem;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  /*
  strong {
      display: block;
      color: $c1;
      margin-bottom: 1rem;
      font-size: 2.5rem;
      @extend .ffe;
  }
  */
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2px;
  border-radius: 2rem;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.entry-content strong {
  font-weight: 600;
}
.entry-content ol {
  counter-reset: ol;
  margin-bottom: 1rem;
}
.entry-content ol li {
  padding-left: 2.5rem;
  padding-bottom: 2rem;
  list-style: none;
  position: relative;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: #7E5AE8;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content blockquote:not(.blockquote-style) {
  padding: 5rem 3rem 3rem;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4.3rem;
  transform: translateY(1.3rem);
  position: relative;
  z-index: 100;
  overflow: hidden;
  border-radius: 20px;
}
.entry-content blockquote:not(.blockquote-style):before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  border-radius: 20px;
  transform: skewY(2deg);
  transform-origin: 0% 50%;
}


.entry-content blockquote:not(.blockquote-style):after {
  content: "";
  background: url(../images/quote.svg) center no-repeat;
  width: 7.7rem;
  height: 6rem;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 2rem;
}
.entry-content blockquote:not(.blockquote-style) cite {
  display: block;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
  font-size: 0.889em;
}
.entry-content blockquote:not(.blockquote-style) * {
  padding: 0;
  margin: 0;
}
.entry-content .blockquote-style {
  padding: 3rem 3rem 3rem 12rem;
  border: 2px solid #E8ECFD;
  border-radius: 2rem;
  margin-bottom: 4.3rem;
  transform: translateY(1.3rem);
  position: relative;
  z-index: 100;
  min-height: 12rem;
}
.entry-content .blockquote-style:after {
  content: "";
  background: url(../images/quote-2.svg) center no-repeat;
  width: 8rem;
  height: 8rem;
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 2rem;
}
.entry-content .blockquote-style cite {
  display: block;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  padding-top: 20px;
  font-size: 0.889em;
}
.entry-content .blockquote-style * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 4rem;
  background: rgba(0, 190, 99, 0.2);
  border-radius: 0.3rem;
  overflow: hidden;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 2rem 3rem;
  border-bottom: 1px solid #fff;
}
.entry-content table tr:last-child td {
  border-bottom: 0;
}
.entry-content table thead tr {
  font-size: 2.5rem;
  font-weight: bold;
  background: #7E5AE8;
  color: #fff;
}
.entry-content figcaption {
  font-size: 1.5rem;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 3rem;
}

.alignleft {
  float: left;
  margin: 5px 3rem 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft { padding-right: 0.5rem; margin-right: 2.5rem;}
.wp-caption.alignright { padding-left: 0.5rem; margin-left: 2.5rem;}

.wp-caption .wp-caption-text { font-size:1.5rem; margin: 0;}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 999px) {
  .entry-content .alignright,
.entry-content .alignleft {
    max-width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .entry-content table tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content .alignright,
.entry-content .alignleft,
.entry-content img {
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    max-width: 100% !important;
  }
}
.modals {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
}

.fancybox-content.modal {
  max-width: 100rem;
  width: 100%;
  background: #E8ECFD;
  border-radius: 3rem;
  position: relative;
  padding: 4rem 4rem 0;
  overflow: hidden;
}
.fancybox-content.modal.modal_order_callback{
    max-width: 42.5rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .fancybox-content.modal {
    padding: 4rem 3rem 0;
  }
}
@media screen and (max-width: 540px) {
  .fancybox-content.modal {
    max-width: 340px;
    border-radius: 15px;
  }
}

.fancybox-bg {
  background: #282b39;
}

.input-list_modal {
  padding-top: 3rem;
}

.fancybox-slide--html .fancybox-close-small {
  width: 8rem;
  height: 8rem;
  color: #545272;
  padding: 2rem;
}
.fancybox-slide--html .fancybox-close-small:hover {
  color: red;
}
@media screen and (max-width: 540px) {
  .fancybox-slide--html .fancybox-close-small {
    top: -1rem !important;
    right: -1rem !important;
  }
}

.fancybox-button--close {
  padding: 1.2rem !important;
  color: #fff !important;
  opacity: 1;
  transition: 0.3s;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%) !important;
  width: 5rem;
  height: 5rem;
}
.fancybox-button--close:hover {
  background: red;
}

.order-form {
  padding-bottom: 3rem;
  position: relative;
  z-index: 100;
}
.order-form textarea{
  height: 7.5rem;
}
.order-form:after {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  right: -9rem;
  bottom: 0;
  background: url(../images/form-1-figure.svg) 100% 105% no-repeat;
  background-size: 50.6rem 69.1rem;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .order-form:after {
    display: none;
    background: 0;
  }
}
@media screen and (max-width: 767px) {
  .order-form {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .order-form {
    text-align: center;
  }
}

.order-form__content {
  max-width: 57rem;
}
@media screen and (max-width: 1000px) {
  .order-form__content {
    max-width: none;
  }
}

.order-form-success {
  padding-bottom: 9rem;
  position: relative;
  z-index: 100;
}
.order-form-success:after {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  right: -9rem;
  bottom: 0;
  background: url(../images/form-1-figure-success.svg) calc(100% + 12rem) -4rem no-repeat;
  background-size: 67.1rem 70.9rem;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .order-form-success:after {
    background-size: 60rem 60rem;
  }
}
@media screen and (max-width: 767px) {
  .order-form-success:after {
    right: -3rem;
    background-size: 50rem 50rem;
    background-position: calc(100% + 10rem) bottom;
  }
}
@media screen and (max-width: 540px) {
  .order-form-success:after {
    background: url(../images/form-1-figure-success-mobile.svg) 100% bottom no-repeat;
  }
}

.order-form-success__content {
  max-width: 49rem;
}
@media screen and (max-width: 767px) {
  .order-form-success__content {
    max-width: 31rem;
  }
}
@media screen and (max-width: 540px) {
  .order-form-success__content {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25rem;
  }
  .order-form-success__content .title-h3:after {
    margin-left: auto;
    margin-right: auto;
  }
}

.callback-form {
  padding-bottom: 5rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .callback-form:after {
    display: none;
    background: 0;
  }
}
@media screen and (max-width: 540px) {
  .callback-form {
    text-align: center;
    padding-bottom: 3rem;
  }
}

.callback-form__content {
  max-width: 50rem;
}
@media screen and (max-width: 1000px) {
  .callback-form__content {
    max-width: 100%;
  }
}

.callback-form-success {
  padding-bottom: 8rem;
  position: relative;
    text-align: center;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .callback-form-success {
    text-align: center;
    padding-bottom: 26rem;
  }
}

.callback-form-success__content {
  max-width: 38rem;
}
@media screen and (max-width: 540px) {
  .callback-form-success__content {
    max-width: none;
  }
}

.modal_quiz.fancybox-content {
  padding: 7rem 3rem;
  max-width: 89rem;
}
@media screen and (max-width: 767px) {
  .modal_quiz.fancybox-content {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 540px) {
  .modal_quiz.fancybox-content {
    max-width: 340px;
  }
}

.quiz__title {
  font-weight: 600;
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.quiz {
  max-width: 71rem;
  margin: 0 auto;
}

.quiz-step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.3rem;
}

.quiz-step__line {
  width: 5rem;
  border-top: 2px dashed #fff;
  margin: 0 0.6rem;
}

.quiz-step__item {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 4rem;
  border-radius: 4rem;
}
.quiz-step__item strong {
  font-weight: 600;
  display: none;
  color: #fff;
}
.quiz-step__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #B6C5F9;
  border-radius: 50%;
  color: #838FB8;
}
.quiz-step__item_current {
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  padding: 0 1rem 0 0.5rem;
}
.quiz-step__item_current strong {
  display: block;
}
.quiz-step__item_current span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 0.7rem;
}
.quiz-step__item_success {
  background: 0;
  padding: 0;
}
.quiz-step__item_success strong {
  display: none;
}
.quiz-step__item_success span {
  color: #838FB8;
  background: white;
  margin-right: 0;
}

.quiz__steps {
  position: relative;
}

.quiz__step {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  transform: translateY(5rem);
  top: 0;
}
@media screen and (max-width: 767px) {
  .quiz__step {
    height: 1px;
    overflow: hidden;
  }
}
.quiz__step_current {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: translateY(0);
  height: auto;
}

.input-list_quiz {
  max-width: 55rem;
  margin: 0 auto;
}

.quiz__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 61rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .quiz__items {
    max-width: none;
    margin: 0 -1rem;
  }
}
.quiz__items li {
  width: calc(50% - 2rem);
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 540px) {
  .quiz__items li {
    width: calc(100% - 2rem);
  }
}

.quiz__item [type=radio] {
  display: none;
}
.quiz__item [type=radio]:checked + .quiz-item .quiz-item__text {
  background: #F4F6FE;
  border-color: #7E5AE8;
}
.quiz__item [type=radio]:checked + .quiz-item:after {
  background: url(../images/check.svg) center no-repeat;
  background-size: cover;
}

.quiz__items_vertical li {
  width: 13rem;
}
.quiz__items_vertical .quiz-item {
  padding: 0 0 1.5rem 0;
}
.quiz__items_vertical .quiz-item:after {
  left: 50%;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
}
.quiz__items_vertical .quiz-item__text {
  height: 13rem;
  padding: 0 0.5rem;
  text-align: center;
  justify-content: center;
}

.quiz-item {
  padding-left: 1.5rem;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.quiz-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  background: #B6C5F9;
  border: 3px solid #E8ECFD;
  border-radius: 50%;
}

.quiz-item__text {
  background: #D9DFFA;
  border-radius: 0.8rem;
  border: 2px solid #D9DFFA;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  height: 5rem;
}

.quiz__button {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.quiz__button .button_arrow-white {
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .quiz__button {
    flex-direction: column-reverse;
  }
  .quiz__button .button {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.quiz-form-success {
  padding-top: 3rem;
}

.success-icon {
  display: block;
  margin: 0 auto 3rem;
  width: 9rem;
  height: 9rem;
}

/*-----------------input-list----------------------*/
.input-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  z-index: 500;
}

.input-list__row-button,
.input-list__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.input-list__row-button {
  width: 100%;
}
.input-list__row-button .input-list__button {
  width: 20rem;
}
.input-list__row-button .input-list__button .button {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .input-list__row-button .input-list__button {
    width: 100%;
  }
}
.input-list__row-button .input-list__privacy {
  width: calc(100% - 22rem);
  align-self: center;
  order: 10;
}
@media screen and (max-width: 540px) {
  .input-list__row-button .input-list__privacy {
    width: 100%;
    padding-top: 2rem;
  }
}

.input-list__item {
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
}
.input-list__item .button {
  width: 100%;
}

.input-list__item_50 {
  width: calc(50% - .5rem);
}
@media screen and (max-width: 540px) {
  .input-list__item_50 {
    width: 100%;
  }
}

.input-list__file {
  width: calc(100% - 25rem);
}
@media screen and (max-width: 1000px) {
  .input-list__file {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .input-list__button {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 540px) {
  .input-list__button .button {
    width: 100%;
  }
}

.input-list__item_submit {
  text-align: right;
}

.input-list__item_button,
.input-list__item_rating {
  width: auto;
  align-self: center;
  margin-bottom: 0;
}

.input-list__item_button {
  flex-grow: 1;
  max-width: 35rem;
}
.input-list__item_button .button {
  width: 100%;
}

.input-list__label {
  margin-bottom: 0.5rem;
  color: #656E83;
  font-weight: 500;
  display: block;
  font-size: 1.5rem;
  transition: 0.3s;
}
.input-list__label.focus {
  color: #7E5AE8;
}
@media screen and (max-width: 540px) {
  .input-list__label {
    display: none;
  }
}

.privacy-row {
  display: flex;
  align-items: flex-start;
}
.privacy-row a {
  text-decoration: underline;
}
.privacy-row a:hover {
  text-decoration: none;
}

.input-list__stars {
  margin-left: -1rem;
  height: 30px;
  margin-top: -0.3rem;
}
.input-list__stars .jq-star {
  margin: 0 0.5rem;
}

.input-list__privacy {
  text-align: left;
  padding-top: 1rem;
  color: #656E83;
  font-size: 1.5rem;
}
.input-list__privacy a {
  color: #7E5AE8;
}
@media (hover: hover) {
  .input-list__privacy a:hover {
    text-decoration: underline;
  }
}
.input-list__privacy_pt20 {
  padding-top: 2rem;
}
.input-list__privacy_pt0 {
  padding-top: 0;
}

/*-----------------submit----------------------*/
button[type=button],
button[type=submit],
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 6rem;
  border: 0;
  padding: 0 2rem;
  font-size: 17px;
  display: block;
  outline: none;
  width: 100%;
  background: 0;
  color: #43475D;
  border-radius: 1rem;
  -webkit-appearance: none;
  transition: 0.3s;
  border: 2px solid #E8ECFD;
  font-weight: normal;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
    font-size: 16px;
  }
}
select:focus,
textarea:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  border-color: #7E5AE8;
}
@media screen and (min-width: 541px) {
  select.placeholder-mobile::-webkit-input-placeholder,
textarea.placeholder-mobile::-webkit-input-placeholder,
input[type=search].placeholder-mobile::-webkit-input-placeholder,
input[type=number].placeholder-mobile::-webkit-input-placeholder,
input[type=password].placeholder-mobile::-webkit-input-placeholder,
input[type=email].placeholder-mobile::-webkit-input-placeholder,
input[type=text].placeholder-mobile::-webkit-input-placeholder,
input[type=tel].placeholder-mobile::-webkit-input-placeholder {
    opacity: 0;
  }
  select.placeholder-mobile:-moz-placeholder,
textarea.placeholder-mobile:-moz-placeholder,
input[type=search].placeholder-mobile:-moz-placeholder,
input[type=number].placeholder-mobile:-moz-placeholder,
input[type=password].placeholder-mobile:-moz-placeholder,
input[type=email].placeholder-mobile:-moz-placeholder,
input[type=text].placeholder-mobile:-moz-placeholder,
input[type=tel].placeholder-mobile:-moz-placeholder {
    opacity: 0;
  }
  select.placeholder-mobile::-moz-placeholder,
textarea.placeholder-mobile::-moz-placeholder,
input[type=search].placeholder-mobile::-moz-placeholder,
input[type=number].placeholder-mobile::-moz-placeholder,
input[type=password].placeholder-mobile::-moz-placeholder,
input[type=email].placeholder-mobile::-moz-placeholder,
input[type=text].placeholder-mobile::-moz-placeholder,
input[type=tel].placeholder-mobile::-moz-placeholder {
    opacity: 0;
  }
  select.placeholder-mobile:-ms-input-placeholder,
textarea.placeholder-mobile:-ms-input-placeholder,
input[type=search].placeholder-mobile:-ms-input-placeholder,
input[type=number].placeholder-mobile:-ms-input-placeholder,
input[type=password].placeholder-mobile:-ms-input-placeholder,
input[type=email].placeholder-mobile:-ms-input-placeholder,
input[type=text].placeholder-mobile:-ms-input-placeholder,
input[type=tel].placeholder-mobile:-ms-input-placeholder {
    opacity: 0;
  }
}

textarea {
  height: 15rem;
  padding-top: 1.6rem;
  padding-left: 1.6rem;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #43475D;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #43475D;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #43475D;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #43475D;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  box-shadow: inset 0px 0px 1rem rgba(255, 0, 0, 0.4);
}
textarea.wpcf7-not-valid::-webkit-input-placeholder,
input[type=password].wpcf7-not-valid::-webkit-input-placeholder,
input[type=email].wpcf7-not-valid::-webkit-input-placeholder,
input[type=text].wpcf7-not-valid::-webkit-input-placeholder,
input[type=tel].wpcf7-not-valid::-webkit-input-placeholder,
textarea.valid-error::-webkit-input-placeholder,
input[type=password].valid-error::-webkit-input-placeholder,
input[type=email].valid-error::-webkit-input-placeholder,
input[type=text].valid-error::-webkit-input-placeholder,
input[type=tel].valid-error::-webkit-input-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-moz-placeholder,
input[type=password].wpcf7-not-valid:-moz-placeholder,
input[type=email].wpcf7-not-valid:-moz-placeholder,
input[type=text].wpcf7-not-valid:-moz-placeholder,
input[type=tel].wpcf7-not-valid:-moz-placeholder,
textarea.valid-error:-moz-placeholder,
input[type=password].valid-error:-moz-placeholder,
input[type=email].valid-error:-moz-placeholder,
input[type=text].valid-error:-moz-placeholder,
input[type=tel].valid-error:-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid::-moz-placeholder,
input[type=password].wpcf7-not-valid::-moz-placeholder,
input[type=email].wpcf7-not-valid::-moz-placeholder,
input[type=text].wpcf7-not-valid::-moz-placeholder,
input[type=tel].wpcf7-not-valid::-moz-placeholder,
textarea.valid-error::-moz-placeholder,
input[type=password].valid-error::-moz-placeholder,
input[type=email].valid-error::-moz-placeholder,
input[type=text].valid-error::-moz-placeholder,
input[type=tel].valid-error::-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-ms-input-placeholder,
input[type=password].wpcf7-not-valid:-ms-input-placeholder,
input[type=email].wpcf7-not-valid:-ms-input-placeholder,
input[type=text].wpcf7-not-valid:-ms-input-placeholder,
input[type=tel].wpcf7-not-valid:-ms-input-placeholder,
textarea.valid-error:-ms-input-placeholder,
input[type=password].valid-error:-ms-input-placeholder,
input[type=email].valid-error:-ms-input-placeholder,
input[type=text].valid-error:-ms-input-placeholder,
input[type=tel].valid-error:-ms-input-placeholder {
  color: red;
}

.psevdo-file {
  position: relative;
  cursor: pointer;
}
.psevdo-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index:1;
}

.file-btn {
  display: flex;
  align-items: center;
  color: #656E83;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.file-btn span.has-value {
  word-break: break-all;
}

.file-btn__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  min-width: 6rem;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-btn__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 6rem;
  border-radius: 1rem;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  color: #fff;
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
  padding: 0 2.6rem;
  font-weight: 600;
  outline: none;
  border: 0;
  transition: 0.3s;
  text-transform: uppercase;
}
.button span {
  position: relative;
  z-index: 100;
}
.button:not(:disabled):hover {
  box-shadow: rgba(126, 90, 232, 0.42) 0px 7px 20px;
}
.button:not(:disabled):active {
  box-shadow: rgba(126, 90, 232, 0.42) 0px 7px 20px, inset 0 1rem 1rem rgba(0, 0, 0, 0.1);
  transform: translateY(2px);
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button_100 {
  width: 100%;
}

.button_arrow-white:after {
  z-index: 1;
  background: url(../images/icons/arrow-long-white.svg) center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  transition: 0.3s;
}

.button_back {
  background: #D9DFFA !important;
  color: #43475D !important;
  font-weight: normal;
}
.button_back:before {
  z-index: 1;
  background: url(../images/icons/arrow-long-gray.svg) center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  transition: 0.3s;
  transform: scale(-1, 1);
}

.button_arrow.button_reverse {
  flex-direction: row-reverse;
}
.button_arrow.button_reverse:after {
  margin-left: 0;
  margin-right: 1rem;
  transform: scale(-1, 1);
}
.button_arrow:after {
  z-index: 1;
  background: url(../images/icons/arrow-long-green.svg) center no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  transition: 0.3s;
}
.button_arrow:not(:disabled):active:after, .button_arrow:not(:disabled):hover:after {
  background: url(../images/icons/arrow-long.svg) center no-repeat;
  background-size: contain;
}

.button_play:after {
  z-index: 1;
  background: url(../images/icons/play-icon.svg) center no-repeat;
  background-size: contain;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 1rem;
  transition: 0.3s;
}
.button_play:not(:disabled):active:after, .button_play:not(:disabled):hover:after {
  background: url(../images/icons/play-icon-white.svg) center no-repeat;
  background-size: contain;
}

.button_border {
  height: 5rem;
  color: #7E5AE8;
  background: 0;
  border: 2px solid #7E5AE8;
}
.button_border:not(:disabled):hover {
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  color: #fff;
}
@supports (-webkit-background-clip: text) {
  .button_border span {
    background: linear-gradient(96.92deg, #7E5AE8 -11.05%, #5675EB 108.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
    .button_border:not(:disabled):hover span {
        background: transparent;
        -webkit-text-fill-color: #fff;
    }
}

.button_more {
  padding: 0 2rem;
  white-space: nowrap;
}
.button_more svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.2rem;
}
.button.button__callback { height: 5rem;}

.fixed-panel {
  position: fixed;
  z-index: 899;
  bottom: 50%;
  transform: translate(0, 50%);
  right: 0;
  -webkit-user-select: none;
          user-select: none;
  transition: transform 0.4s;
}

.fixed-panel.hide {
  transform: translate(100%, 50%);
}
@media (hover: hover) {
  .fixed-panel {
    top: 50%;
      transform: translate(0, -50%);
  }
    
    .fixed-panel.hide {
      transform: translate(100%, -50%);
    }
}
.fixed-panel.hide .fixed-panel__toggle {
  width: 100%;
  transform: translateX(-3.4rem);
  transition-delay: 0.2s;
  border-radius: 1rem 0 0 1rem;
  border-top-color: #fff;
}
.fixed-panel.hide .fixed-panel__toggle svg {
  transform: translateX(-1rem) scale(-1, 1);
}

.fixed-panel__toggle {
  height: 3.3rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(96.37deg, #7E5AE8 -109.99%, #5675EB 95.83%), linear-gradient(278.12deg, #4AC875 -7.09%, #2CA246 231.62%);
  border: 2px solid #FFFFFF;
  border-top-color: transparent;
  border-radius: 0 0 0 1rem;
  padding-left: 2rem;
  width: 15rem;
  margin-left: auto;
  margin-top: -2px;
  cursor: pointer;
  border-right: 0;
  transition: 0.4s;
}
.fixed-panel__toggle svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  transition: 0.3s;
}

.calc-button {
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%), linear-gradient(280.62deg, #4AC875 -12.31%, #2CA246 111.34%);
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #fff;
  border-right: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 1rem 0 0 1rem;
}
.calc-button:before {
  z-index: 1;
  background: url(../images/calc-icon.svg) 0 0 no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
    opacity: 1;
  transition: 0.3s;
}
@media (hover: hover) {
    .calc-button:hover, .fixed-panel__toggle:hover { background: linear-gradient(96.93deg, #5675EB 4.5%, #5675EB 95.5%), linear-gradient(280.62deg, #4AC875 -12.31%, #2CA246 111.34%);}
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

/* ------- Slick ARROW, DOTS Start---------- */
.slider-arrow {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1000px) {
  .slider-arrow {
    margin: 0 auto;
    padding-bottom: 3rem;
  }
}

.slider-arrow_absolute {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(65rem);
  z-index: 150;
}
@media screen and (max-width: 1070px) {
  .slider-arrow_absolute {
    right: 0;
    transform: none;
  }
}

.slider-arrow__prev,
.slider-arrow__next,
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  width: 5rem;
  height: 5rem;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  color: #7E5AE8;
}
.slider-arrow__prev svg,
.slider-arrow__next svg,
.slick-a-next svg,
.slick-a-prev svg,
.slick-arrow-prev.slick-arrow svg,
.slick-arrow-next.slick-arrow svg {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .slider-arrow__prev:not(.slick-disabled):hover,
.slider-arrow__next:not(.slick-disabled):hover,
.slick-a-next:not(.slick-disabled):hover,
.slick-a-prev:not(.slick-disabled):hover,
.slick-arrow-prev.slick-arrow:not(.slick-disabled):hover,
.slick-arrow-next.slick-arrow:not(.slick-disabled):hover {
    color: #fff;
    background: #7E5AE8;
  }
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -8rem;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 1500px) {
  .slick-a-prev,
.slick-arrow-prev.slick-arrow {
    left: 0;
  }
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -8rem;
}
@media screen and (max-width: 1500px) {
  .slick-a-next,
.slick-arrow-next.slick-arrow {
    right: 0;
  }
}

.slider-arrow__prev,
.slider-arrow__next {
  position: relative;
  transform: none;
}

.slider-arrow__prev {
  transform: scale(-1, 1);
}

.slider-arrow__prev.slick-disabled,
.slider-arrow__next.slick-disabled,
.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  cursor: not-allowed;
  color: #ADABB6;
}

.slick-a-next,
.slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.slick-dots li {
  padding: 0 6px;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0;
  border: 2px solid #7E5AE8;
  transform: scale(0.7);
}
.slick-dots .slick-active button {
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  transform: scale(1);
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 30px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 2px;
  background: #7E5AE8;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 5px;
  width: 50%;
}

.sw-footer {
  top: 10px;
}

.icon-menu.active .sw-topper {
  top: 9px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 7px;
  transform: rotate(-135deg);
  width: 100%;
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: 0.5s;
  width: 6rem;
  height: 6rem;
  background: #656773;
  z-index: 800;
  bottom: 50px;
  border-radius: 1rem;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.to-top:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  margin-top: 3px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .to-top:after {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .to-top:hover:after {
    margin-top: -3px;
  }
}
@media screen and (max-width: 1000px) {
  .to-top {
    bottom: 30px;
    width: 5rem;
    height: 5rem;
  }
}

.to-top.active {
  right: 50px;
}
@media screen and (max-width: 1000px) {
  .to-top.active {
    right: 15px;
  }
}

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  transition: 0.2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9 ;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.header {
  position: relative;
  padding-bottom: 8rem;
  z-index: 900;
  transition: 0.3s;
  background: #E8ECFD;
}
.header.active .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: auto;
  box-shadow: 0px 4px 10px rgba(5, 0, 24, 0.1);
}
.header.active .header__nav .content:after {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .header {
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.active {
    box-shadow: 0px 4px 10px rgba(5, 0, 24, 0.1);
  }
}

.logo {
  width: 15rem;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .logo_header {
    width: 12rem;
  }
}
@media screen and (max-width: 360px) {
  .logo_header {
    width: 90px;
  }
}

.header__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E8ECFD;
}
.header__nav .content {
  position: relative;
}

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

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 9rem;
}
@media screen and (max-width: 1000px) {
  .header__content {
    height: 8rem;
  }
}

.small__title {
  color: #545272;
  font-size: 1.5rem;
}

.phones {
  display: inline-block;
}
.phones a {
  display: block;
  white-space: nowrap;
  font-weight: 600;
}
.phones a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .phones a:hover {
    color: #7E5AE8;
  }
}
.phones_23 a {
  font-size: 2.3rem;
}

.email a {
  display: block;
  white-space: nowrap;
  font-weight: 600;
}
.email a:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .email a:hover {
    color: #7E5AE8;
  }
}

.email__title {
  color: #A3A0AC;
  margin-bottom: 1rem;
}

@media (hover: hover) {
  .email__link:hover {
    color: #7E5AE8;
  }
}

.social {
  display: flex;
  margin: 0 -0.5rem;
}
.social li {
  padding: 0 0.5rem;
}
.social li a {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/social.svg);
  background-size: auto 4rem;
}
@media (hover: hover) {
  .social li a:hover {
    transform: scale(0.8);
  }
}
.social li.social__facebook a {
  background-position: -5rem 0;
}
.social li.social__youtube a {
  background-position: -10rem 0;
}

.mobile-content {
  display: none;
}
@media screen and (max-width: 1000px) {
  .mobile-content {
    display: block;
  }
}

.mobile-content__title {
  font-weight: 600;
  font-size: 2.1rem;
  margin-bottom: 1.5rem;
}

.mobile-content__row {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  background: #E8ECFD;
  border-radius: 1rem;
  padding: 2rem;
}
.mobile-content__row .header__phones {
  margin-bottom: 1.5rem;
}
.mobile-content__row .social {
  display: block;
}
.mobile-content__row .social li {
  padding: 0 0 1.5rem 0;
}

.phone-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .phone-mobile {
    display: block;
    font-weight: 600;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .phone-mobile {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .mobile-lang {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #E8ECFD;
    height: 8rem;
    display: flex;
    align-items: center;
    padding: 0 15px 0 calc(15px - .5rem);
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 900;
    width: 100%;
    overflow: hidden;
    transform: translateX(-100%);
    padding-top: 8rem;
    transition: 0.3s ease-out;
    padding-bottom: 0;
    display: flex;
    background: #fff;
  }
  .header__nav .content {
    overflow-y: auto;
    padding-bottom: 40px;
  }
  .header__nav .content:after {
    display: none;
  }
  .header__nav.active {
    transform: translateX(0);
    transition: 0.3s ease-in;
  }
  .header__nav .dropdown-menu {
    display: block;
    padding: 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
  }
  .header__nav .dropdown-menu > li {
    margin-bottom: 2rem;
    padding: 0;
  }
  .header__nav .dropdown-menu > li > a {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    height: 25px;
  }
  .header__nav .dropdown-menu .sub-menu {
    position: static;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 1rem;
    width: 100%;
    border-top: 0;
  }
  .header__nav .dropdown-menu .sub-menu li a {
    white-space: normal;
  }
  .header__nav .button {
    width: 100%;
    max-width: 500px;
    margin-bottom: 2rem;
  }

  .header__content-nav {
    display: block;
  }
  .header__content-nav:after {
    display: none;
  }

  .icon-menu {
    display: block;
    position: relative;
    z-index: 910;
  }
}
.offer {
  overflow: hidden;
}

.offer-item__content {
  width: 58%;
  align-self: center;
  padding: 5.5rem 0 8rem;
}
@media screen and (max-width: 1000px) {
  .offer-item__content {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-item__content {
    width: 100%;
    padding: 6rem 0 3rem;
  }
}

.offer-item__thumb {
  width: 42%;
  position: relative;
  height: 72rem;
}
.offer-item__thumb img {
  position: absolute;
  left: -8.5rem;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .offer-item__thumb img {
    left: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-item__thumb img {
    position: static;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 410px) {

}
@media screen and (max-width: 1000px) {
  .offer-item__thumb {
    height: 59rem;
  }
}
@media screen and (max-width: 767px) {
  .offer-item__thumb {
    height: auto;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.info-text {
  background: #FFFFFF;
  border: 2px solid #F7F8FC;
  box-shadow: 0px 7px 15px rgba(67, 71, 93, 0.15);
  padding: 1.5rem;
  font-size: 1.5rem;
  font-style: italic;
  width: 25rem;
  position: relative;
  z-index: 10;
  border-radius: 1rem 1rem 0 1rem;
}
.info-text:after {
  content: "";
  position: absolute;
  border-bottom: 1.5rem solid transparent;
  border-top: 1.5rem solid transparent;
  border-right: 2.4rem solid #fff;
  right: -2px;
  bottom: -1.5rem;
}
.info-text strong {
  font-weight: 600;
}

.info-text__offer {
  position: absolute;
  left: -11%;
  top: 29%;
}
@media screen and (max-width: 1000px) {
  .info-text__offer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .info-text__offer {
    display: block;
    left: 15px;
    top: 4%;
    font-size: 1.2rem;
    width: 19rem;
  }
}
@media screen and (max-width: 360px) {
  .info-text__offer{
    left: 10px;
    width: 17rem;
    font-size: 1rem;
  }
}

.services {
  padding: 11rem 0 9rem;
}
@media screen and (max-width: 1000px) {
  .services {
    padding: 7rem 0 5rem;
  }
}

.service-list {
  align-items: stretch;
  margin: 0 -1.5rem;
  justify-content: center;
}

.service {
  width: calc(33.33333% - 3rem);
  margin: 0 1.5rem 3rem;
  border: 1px solid #F7F8FC;
  box-shadow: 0px 4px 20px rgba(67, 71, 93, 0.07);
  border-radius: 1rem;
  padding: 3rem 3rem 5rem;
  transition: 0.3;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.service:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .service:hover {
    box-shadow: 0px 4px 15px rgba(67, 71, 93, 0.1);
    color: #fff;
  }
  .service:hover:after {
    opacity: 1;
  }
  .service:hover .service__number {
    color: rgba(255, 255, 255, 0.2);
  }
  .service:hover .service__icon:after {
    opacity: 0;
  }
  .service:hover .service__link {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  .service {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 640px) {
  .service {
    width: calc(100% - 3rem);
  }
}

.service__link {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  color: #fff;
  transition: 0.3s;
  transform: translateY(10px);
}
.service__link svg {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .service__link {
    color: #7E5AE8;
    transform: translateY(0px);
    bottom: 2rem;
  }
}

.service__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.service__icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.service__icon img {
  display: block;
  width: 100%;
}
.service__icon:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  position: absolute;
  transition: 0.3s;
}

.service__number {
  font-size: 4.5rem;
  color: #E8ECFD;
  font-weight: 800;
  transition: 0.3s;
}

.blog-home {
  padding: 11rem 0 11rem;
}
@media screen and (max-width: 1000px) {
  .blog-home {
    padding: 7rem 0 7rem;
  }
}

div.blog {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1000px) {
  div.blog {
    padding-bottom: 7rem;
  }
}

.blog-home__all {
  text-align: center;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.blog-list_center {
  justify-content: center;
}

.post {
  background: #fff;
  margin-bottom: 3rem;
  border: 2px solid #E8ECFD;
  border-radius: 1rem;
  width: calc(33.3333% - 3rem);
  margin: 0 1.5rem 3rem;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .post {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 600px) {
  .post {
    width: calc(100% - 3rem);
  }
}
@media (hover: hover) {
  .post:hover {
    box-shadow: 0px 4px 20px rgba(67, 71, 93, 0.07);
    border-color: transparent;
  }
  .post:hover .post__link {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@media (hover: hover) {
  a.post__title:hover, .post__title a:hover {
    color: #7E5AE8;
  }
}

.post__link {
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .post__link {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
}

.post__thumb {
  position: relative;
  display: block;
  padding-bottom: 59%;
  overflow: hidden;
  margin: -2px -2px 0;
  border-radius: 1rem 1rem 0 0;
}
.post__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition:all 500ms ease;
  z-index: 1;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3rem));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3rem));
  
}

/*.post__thumb:hover img { transform: scale(1.1,1.1) rotate(-3deg); opacity: 0.90;}*/

.post__body {
  padding: 1rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  height: 22rem;
}

.post__desc.calcHeight {
  height: auto;
}

.post__row {
  margin-top: auto;
  padding-top: 2.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .post__row {
    padding-top: 1.6rem;
  }
}

.post__date {
  font-size: 1.5rem;
}

.post__text {
  flex-grow: 1;
  overflow: hidden;
}

.categories-list {
  margin-bottom: 4rem;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.review-in {
  padding: 11rem 0 8rem;
}
@media screen and (max-width: 1000px) {
  .review-in {
    padding: 7rem 0 4rem;
  }
}

.review {
  display:block;
  width: calc(33.3333% - 3rem);
  margin: 0 1.5rem 3rem;
  background: #FFFFFF;
  border: 2px solid #F7F8FC;
  box-shadow: 0px 4px 20px rgba(67, 71, 93, 0.07);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .review {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 540px) {
  .review {
    width: calc(100% - 3rem);
  }
}

.review__thumb {
  position: relative;
  display: block;
  padding-bottom: 62%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .review__thumb {
    padding-bottom: 59%;
  }
}
.review__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3rem), 0 100%);
}

.review__body {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 1000px) {
  .review__body {
    padding: 2rem;
  }
}

.review__title {
  margin-bottom: 1.5rem;
}

.review__tags {
  padding-bottom: 0.5rem;
}

.review__text {
  font-size: 1.5rem;
}

.review__video {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  top: 2rem;
  right: 2rem;
  background: url(../images/video.svg) 100% 0 no-repeat;
  background-size: auto 6rem;
  z-index: 50;
  position: absolute;
  transition: 0.3s;
  top: 3rem;
  left: 3rem;
}
@media (hover: hover) {
  .review:hover .review__video {
    background-position: 0 0;
  }
}

.main {
  padding-top: 6rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 1000px) {
  .main {
    padding-bottom: 7rem;
    padding-top: 3rem;
  }
}

.breadcrumbs {
  overflow: hidden;
  position: relative;
  color: #51556C;
  margin-bottom: 5rem;
  text-overflow: ellipsis;
  /*
  &:after {
      @extend .a;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      width: 6rem;
      background: linear-gradient(to right, rgba(255, 255, 255, 0.1), #fff 100%);
  }
   */
}
@media screen and (max-width: 1000px) {
  .breadcrumbs {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs .sep {
  margin: 0 1.4rem;
  color: #A7ACBF;
}
.breadcrumbs .sep svg {
  width: 1.1rem;
  height: 1.1rem;
}
.breadcrumbs a {
  color: #51556C;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #7E5AE8;
  }
}
.breadcrumbs_white {
  color: #fff;
}
.breadcrumbs_white a {
  color: #fff;
}
.breadcrumbs_white .sep {
  color: #fff;
}

.text-phone {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.text-phone a {
  color: #7E5AE8;
}
@supports (-webkit-background-clip: text) {
  .text-phone a {
    background: linear-gradient(96.92deg, #7E5AE8 -11.05%, #5675EB 108.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.want {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #E8ECFD;
  border-radius: 3rem;
  padding: 4rem 1rem 0 9rem;
}
@media screen and (max-width: 1000px) {
  .want {
    padding: 4rem 4rem 0 4rem;
  }
}

.want__text {
  padding: 2rem 1rem 4rem 0;
  width: 46.5%;
}
@media screen and (max-width: 1000px) {
  .want__text {
    width: 100%;
    padding: 0 0 4rem 0;
  }
}

.want__figure {
  width: 53.5%;
}
.want__figure .fig-mobile { display: none;}
.want__figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .want__figure {
    width: 100%;
    max-width: 272px;
    margin: 0 auto;
  }
    .want__figure .fig-desktop { display: none;}
    .want__figure .fig-mobile { display: block;}
}

/*------------------------------------------------
// team
------------------------------------------------*/
.team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .team {
    padding-bottom: 4rem;
  }
}

.team-item {
  display: block;
  width: calc(25% - 3rem);
  margin: 0 1.5rem 3rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  min-height: 36rem;
  background: #E8ECFD;
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .team-item {
    width: calc(33.3333% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .team-item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 540px) {
  .team-item {
    width: calc(100% - 3rem);
    min-height: 1px;
  }
  .team-item:not(.team-item_info) {
    padding-bottom: 110%;
  }
}
.team-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition:all 500ms ease;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}
@media (hover: hover) {
  .team-item:hover .team-item__link {
    transform: translateY(0);
    opacity: 1;
  }
  .team-item:hover img { transform: scale(1.1,1.1); opacity: 0.90;}
}
.team-item .button {
  padding: 0 1rem;
  width: 100%;
  margin-top: auto;
}
.team-item .button svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.team-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(99.19deg, rgba(126, 90, 232, 0.8) 5.98%, rgba(86, 117, 235, 0.8) 120.03%);
  clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  color: #fff;
  padding: 3rem 2rem 2rem;
}

.team-item__link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  transition: 0.3s;
  transform: translateY(10px);
  opacity: 0;
}
.team-item__link svg {
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .team-item__link {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-item__title {
  font-weight: 600;
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

/*------------------------------------------------
// pagination
------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3rem;
}
.pagination li {
  padding: 0 2px 4px;
}
.pagination li span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  font-weight: 600;
}
.pagination li span.current,
.pagination li a.current {
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  color: #fff;
}
.pagination li span.prev, .pagination li span.next,
.pagination li a.prev,
.pagination li a.next {
  background: #E8ECFD;
}
.pagination li span.prev svg, .pagination li span.next svg,
.pagination li a.prev svg,
.pagination li a.next svg {
  width: 2rem;
  height: 2rem;
}
.pagination li span.prev,
.pagination li a.prev {
  transform: scale(-1, 1);
}
@media (hover: hover) {
  .pagination li a:hover {
    background: #E8ECFD;
    box-shadow: rgba(126, 90, 232, 0.2) 0px 3px 10px;
  }
}

/*------------------------------------------------
// top block
------------------------------------------------*/
.main-row__col-1 {
  width: calc(59.7% - 3rem);
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .main-row__col-1 {
    width: 100%;
    max-width: 100%;
  }
}

.main-row__col-2 {
  width: 40.3%;
  max-width: 49.5rem;
}
@media screen and (max-width: 767px) {
  .main-row__col-2 {
    width: 100%;
    max-width: none;
  }
}

.c-specialist-photo {
  max-width: 49.5rem;
}

.specialist-photo {
  position: relative;
  padding-bottom: 114%;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 20px;
}
.specialist-photo:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/figures/figure-bg-team.png) center 100% no-repeat;
  background-size: 100% auto;
}
.specialist-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 25px;

}
@media screen and (max-width: 767px) {
  .specialist-photo {
    border-radius: 1rem;
  }
}

.price-info {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1000px) {
  .price-info {
    padding-bottom: 7rem;
  }
}

.price-info__title {
  width: calc(42.7% - 3rem);
}
@media screen and (max-width: 767px) {
  .price-info__title {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.price-info__text {
  width: 57.3%;
}
@media screen and (max-width: 767px) {
  .price-info__text {
    width: 100%;
  }
}

/*------------------------------------------------
// free-assessment
------------------------------------------------*/
.c-free-assessment {
  max-width: 49.5rem;
}

.free-assessment {
  position: relative;
  border-radius: 3rem;
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 6rem 63% 6rem;
  position: relative;
}
.free-assessment img {
  position: absolute;
  bottom: 0;
  display: block;
  left: 6rem;
  width: calc(100% - 3rem);
  pointer-events: none;
}
@media screen and (max-width: 540px) {
  .free-assessment img {
    width: calc(100% - 5rem);
  }
}
.free-assessment .text-23 {
  max-width: 33rem;
}
@media screen and (max-width: 1000px) {
  .free-assessment {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*------------------------------------------------
// contacts
------------------------------------------------*/
.main-row_contacts {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1000px) {
  .main-row_contacts {
    padding-bottom: 7rem;
  }
}

.contacts {
  position: relative;
  z-index: 100;
  padding: 7rem 9rem 7rem 0;
}
.contacts:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 855px;
  background: #E8ECFD;
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .contacts:after {
    right: -15px;
    left: -15px;
    width: auto;
    border-radius: 0;
  }
}
@media screen and (max-width: 1000px) {
  .contacts {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding: 5rem 0;
  }
  .contacts .text {
    max-width: 45rem;
  }
}

.contacts__item {
  margin-bottom: 3rem;
}
.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__label {
  margin-bottom: 1.7rem;
}

.contacts__value a {
  font-weight: 600;
  font-size: 2.3rem;
}
@media (hover: hover) {
  .contacts__value a:hover {
    color: #7E5AE8;
  }
}

.messenger {
  display: flex;
  margin: 0 -0.5rem;
}
.messenger li {
  padding: 0 0.5rem;
}
.messenger li a {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/messenger.svg);
  background-size: auto 5rem;
}
@media (hover: hover) {
  .messenger li a:hover {
    transform: scale(0.8);
  }
}
.messenger li a.messenger__whatsapp {
  background-position: -6rem 0;
}
.messenger li a.messenger__viber {
  background-position: -12rem 0;
}
.messenger li a.messenger__skype {
  background-position: -18rem 0;
}

@media screen and (max-width: 767px) {
  .contacts-form {
    padding-top: 5rem;
  }
}

.contacts-form-success {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .contacts-form-success {
    padding-top: 5rem;
  }
}

[data-success] {
  display: none;
}

/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
.main__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px 0;
  padding: 0 15px;
  position: relative;
  z-index: 200;
}

.main__content {
  width: calc(67% - 1.5rem);
  background: #FFFFFF;
  border: 2px solid #E8ECFD;
  border-radius: 3rem;
  padding: 5rem;
  min-height: 300px;  
}
.single__head + .main__row .main__content { margin-top: -18.3rem;}

@media screen and (max-width: 1000px) {
  .main__content {
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .single__head + .main__row .main__content { margin-top: -10rem;}
}

.main__aside {
  width: calc(33% - 1.5rem);
}
.main__aside.is_stuck {
  transform: translateX(61.5rem);
  right: 50%;
}
@media screen and (max-width: 1100px) {
  .main__aside.is_stuck {
    transform: translateX(0);
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .main__aside {
    position: static !important;
    padding-top: 3rem;
    width: 100%;
  }
}

.c-single {
  background: linear-gradient(to bottom, #f8f9fc 90%, rgba(255,255,255, 1) 100%);
  box-shadow:inset 0 100px 100px #fff;
}

div.single {
  padding-bottom: 11rem;
}
@media screen and (max-width: 1000px) {
  div.single {
    padding-bottom: 7rem;
  }
}

.single__head {
  position: relative;
  z-index: 100;
  padding: 5rem 0 0;
  height: 66rem;
}
@media screen and (max-width: 767px) {
  .single__head {
    height: auto;
    padding-bottom: 20rem;
  }
}

.single__thumb {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -345px;
  border-radius: 0 30px 0 0;
  overflow: hidden;
}
.single__thumb:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/figures/figure-bg-single-post.png) 100% calc(100% + 2px) no-repeat;
  background-size: 1572px auto;

}
.single__thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(166deg, rgba(43, 45, 55, 0.8) 15.3%, rgba(43, 45, 55, 0.8) 39.64%, rgba(43, 45, 55, 0) 56.26%);
  z-index: 1;
}
.single__thumb img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .single__thumb {
    clip-path: none;
    -webkit-clip-path: none;
    left: -15px;
    right: -15px;
    border-radius: 0;
  }
  .single__thumb:before{
    background: 0;
    display: none;
  }
}

.single__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single__info li {
  padding: 0 1rem 1rem 0;
}
.single__info li:last-child {
  padding-right: 0;
}

.single__button {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #E8ECFD;
  border-radius: 0.8rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.single__button img {
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 1rem;
  margin-top: -1px;
}

@media (hover: hover) {
  a.single__button:hover {
    background: 0;
  }
}

.related-post {
  padding-bottom: 8rem;
}
@media screen and (max-width: 1000px) {
  .related-post {
    padding-bottom: 4rem;
  }
}

.consultation-form {
  background: url(../images/form-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 3.7rem 4rem;
  border-radius: 2rem;
  position: relative;
  margin-bottom: 6rem;
  transform: translateY(3rem);
  z-index: 100;
}
.consultation-form .title {
  font-size: 2.8rem;
  font-weight: 600;
}
.consultation-form .input-list {
  max-width: 29rem;
}
@media screen and (max-width: 640px) {
  .consultation-form .input-list {
    max-width: none;
  }
  .consultation-form .input-list .input-list__btn {
    width: 100%;
  }
  .consultation-form .input-list .input-list__btn .button {
    width: 100%;
  }
}
.consultation-form img {
  position: absolute;
  bottom: 0;
  right: -1.5rem;
  width: 44rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .consultation-form img {
    display: none;
  }
}

.help-form {
  background: #F7F8FC;
  text-align: center;
  padding: 5.5rem;
  position: relative;
  margin: 4rem 0 5rem;
  z-index: 100;
  color: #474853;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 410px) {
  .help-form {
    padding: 4rem 3rem;
  }
}
.help-form .text {
  max-width: 55rem;
  margin: 0 auto 3rem;
}

.single__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #E8ECFD;
  border-radius: 1rem;
  margin: 3rem 0 5rem;
  padding: 3rem 3rem 4rem 3rem;
}
@media screen and (max-width: 640px) {
  .single__bottom {
    padding: 20px 15px;
  }
}

.author {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 23rem);
}
@media screen and (max-width: 640px) {
  .author {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.author__thumb {
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
.author__thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.author__label {
  color: #545272;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.author__name {
  margin-bottom: 0.5rem;
}

.single__reaction {
  width: 20rem;
}
@media screen and (max-width: 640px) {
  .single__reaction {
    width: 100%;
    padding-left: 10rem;
  }
}

.single__rating {
  margin-left: -0.5rem;
}

.single__share {
  color: #545272;
  font-size: 1.5rem;
}
.single__share p {
  margin-bottom: 0.5rem;
}

.share-list {
  display: flex;
  margin: 0 -0.5rem;
}
.share-list li {
  padding: 0 0.5rem;
}
.share-list li a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/share.svg);
  background-size: auto 3.5rem;
}
@media (hover: hover) {
  .share-list li a:hover {
    transform: scale(0.8);
  }
}
.share-list li a.share-list__telegram {
  background-position: -4.5rem 0;
}
.share-list li a.share-list__viber {
  background-position: -9rem 0;
}
.share-list li a.share-list__twitter {
  background-position: -13.5rem 0;
}

.service-menu li {
  margin-bottom: 1rem;
}
.service-menu .service-menu__item {
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 11rem;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.service-menu .service-menu__item:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.service-menu .service-menu__item:before {
  content: "";
  background: url(../images/arrow-top-right.svg) center no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: 0.3s;
  transform: translateY(10px);
}
@media (hover: hover) {
  .service-menu .service-menu__item:hover {
    color: #fff;
  }
  .service-menu .service-menu__item:hover:after {
    opacity: 1;
  }
  .service-menu .service-menu__item:hover:before {
    transform: translateY(0px);
  }
  .service-menu .service-menu__item:hover .service-menu__icon:after {
    opacity: 0;
  }
}
.service-menu .service-menu__icon {
  width: 7rem;
  height: 7rem;
  min-width: 7rem;
  margin-right: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.service-menu .service-menu__icon:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  transition: 0.3s;
  position: absolute;
  z-index: -1;
}
.service-menu .service-menu__icon img {
  display: block;
  width: 100%;
}

.entry-content #ez-toc-container {
  border: 2px solid #E8ECFD;
  border-radius: 1rem;
  padding: 3rem;
  margin-bottom: 5rem;
}
.entry-content #ez-toc-container .ez-toc-title-container {
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
}
.entry-content #ez-toc-container .ez-toc-title {
  margin: 0;
}
.entry-content #ez-toc-container .ez-toc-list {
  padding-top: 2rem;
}
.entry-content #ez-toc-container .ez-toc-title-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff url(../images/arrow-top.svg) center no-repeat;
  background-size: 1.3rem;
  margin-top: -2.5rem;
  transform: scale(1, 1);
  transition: 0.3s;
}
.entry-content #ez-toc-container .ez-toc-title-container.active .ez-toc-title-toggle {
  transform: scale(1, -1);
}
.entry-content #ez-toc-container ul {
  padding: 0;
  margin: 0;
  counter-reset: item;
}
.entry-content #ez-toc-container ul li {
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.entry-content #ez-toc-container ul li:last-child {
  margin-bottom: 0;
}
.entry-content #ez-toc-container ul li ul {
  padding-top: 1.5rem;
  padding-left: 2.7rem;
}
.entry-content #ez-toc-container ul li:before {
  display: none;
}
.entry-content #ez-toc-container ul li a {
  color: #0A0028;
    display: inline-block;
    position: relative;
    padding-left: 2.7rem;
}
@media (hover: hover) {
  .entry-content #ez-toc-container ul li a:hover {
    color: #7E5AE8;
    text-decoration: none;
  }
}
.entry-content #ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.entry-content #ez-toc-container .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") ". ";
  display: inline-block;
  counter-increment: item;
    position: absolute; 
    left:0; 
    top:0;
}
.entry-content #ez-toc-container.counter-decimal ul.ez-toc-list ul li a,
.entry-content #ez-toc-container .ez-toc-widget-container.counter-decimal ul.ez-toc-list ul li a {
  padding-left: 3.7rem;
}

.stock-small {
  position: relative;
  z-index: 10;
  padding: 4rem 4rem 0;
  max-width: 39rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .stock-small {
    max-width: none;
  }
}
.stock-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 4.5rem;
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 3rem;
  z-index: -1;
}
.stock-small .text-23 {
  font-size: 1.7rem;
}
.stock-small .text-23_mb10 {
  margin-bottom: 1rem;
}
.stock-small .text-23_mb30 {
  margin-bottom: 2rem;
}
.stock-small .title {
  font-size: 2.3rem;
}
.stock-small .stock-small__thumb {
  margin: 0 -9rem 0 -4rem;
  position: relative;
}
.stock-small .stock-small__thumb img {
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.stock-small .timer {
  position: absolute;
  top: 3rem;
  left: 4rem;
}
.stock-small .timer__title {
  font-size: 1.2rem;
}
.stock-small .timer__content ul .seconds, .stock-small .timer__content ul .minutes, .stock-small .timer__content ul .hours, .stock-small .timer__content ul .days, .stock-small .timer__content ul .seperator {
  font-size: 2.3rem;
}
.stock-small .timer__content ul .seconds_text, .stock-small .timer__content ul .minutes_text, .stock-small .timer__content ul .days_text, .stock-small .timer__content ul .hours_text {
  font-size: 1rem;
}

/*------------------------------------------------
// COMMENTS
------------------------------------------------*/
.c-comments {
  margin: 5rem -5rem 0;
}
@media screen and (max-width: 767px) {
  .c-comments {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.comments-form {
  padding: 5rem;
  border-top: 2px solid #E8ECFD;
}
@media screen and (max-width: 767px) {
  .comments-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.comments-list {
  padding: 5rem 5rem 0;
  border-top: 2px solid #E8ECFD;
}
@media screen and (max-width: 767px) {
  .comments-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.commentlist {
  list-style: none;
  max-width: 69rem;
}
.commentlist ol {
  list-style: none;
  margin-left: 7rem;
  border-left: 2px solid #E8ECFD;
  padding-left: 2rem;
}
@media screen and (max-width: 540px) {
  .commentlist ol {
    margin-left: 5.5rem;
    padding-left: 1rem;
  }
}

.comment__row {
  position: relative;
  padding-left: 7rem;
  margin-bottom: 3rem;
  padding-right: 2rem;
}
@media screen and (max-width: 540px) {
  .comment__row {
    padding-left: 5.5rem;
  }
}

.comment-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E8ECFD;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .comment-avatar {
    width: 4rem;
    height: 4rem;
  }
}

.comment-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment-author-name {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.comment-date {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 0.2rem;
}
.comment-date:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  background: url(../images/clock.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 540px) {
  .comment-date {
    font-size: 1.2rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 540px) {
  .comment-text__content {
    font-size: 1.5rem;
  }
}

.reply {
  position: absolute;
  top: -2rem;
  right: 0;
  padding-top: 2rem;
}

.replylink {
  background: url(../images/reply.svg) center no-repeat;
  background-size: contain;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}
@media (hover: hover) {
  .replylink:hover + .reply__info {
    opacity: 1;
    transform: translate(-50%, -4rem);
    visibility: visible;
  }
}

.reply__info {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -2rem);
  background: #545272;
  border-radius: 1rem;
  width: 13rem;
  padding: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.reply__info:after {
  content: "";
  position: absolute;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #545272;
  bottom: -1rem;
  left: 50%;
  margin-left: -1rem;
}

.stock {
  width: calc(100% - 30px);
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.stock .button {
  padding: 0 4.6rem;
}
@media screen and (max-width: 1000px) {
  .stock {
    margin-bottom: 6rem;
  }
  .stock:last-child {
    margin-bottom: 0;
  }
}

.stock__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .stock__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .stock__content {
    flex-wrap: wrap;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.stock__text {
  width: calc(50% - 15px);
  padding: 11rem 0 12rem;
    position: relative; z-index: 1;
}
@media screen and (max-width: 1000px) {
  .stock__text {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .stock__text {
    width: 100%;
  }
}

.stock__thumb {
  width: calc(50% - 15px);
  padding-top: 7rem;
  position: relative;
  align-self: center;
}
.stock__thumb img {
  width: 100%;
  max-width: 58.2rem;
}
@media screen and (max-width: 767px) {
  .stock__thumb {
    width: 100%;
    margin-top: -11rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.stock__thumb_2 {
  padding-top: 11rem;
}
.stock__thumb_2 img {
  max-width: 74.2rem;
}

.stock__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 5rem;
  border-radius: 30px;
  overflow: hidden;

}
.stock__bg:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-2deg);
  transform-origin: 0% 50%;
  background: url(../images/color-bg-2.jpg) center no-repeat;
  background-size: cover;
  border-radius: 30px;
}
@media screen and (max-width: 1150px) {

}
@media screen and (max-width: 1000px) {
  .stock__bg{
    left: -5px;
    right: -5px;
    bottom: 0;
  }
}

.stock__timer {
  display: inline-block;
  position: absolute;
  left: 5rem;
  top: 7rem;
}
@media screen and (max-width: 767px) {
  .stock__timer {
    left: -20px;
  }
  .stock__bg{
    bottom: 40px;
    border-radius: 10px;
  }
  .stock__bg:after{
    border-radius: 10px;
    background-position: 20% 100%;
  }
}

.timer__title {
  color: #43475D;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.timer__content {
  background: #FFFFFF;
  box-shadow: 0px 7px 20px rgba(57, 56, 86, 0.1);
  border-radius: 1rem;
  padding: 1rem 1rem 1.3rem;
}
.timer__content ul {
  display: flex;
  justify-content: center;
}
.timer__content ul li {
  padding: 0 0.5rem;
  text-align: center;
}
.timer__content ul .seconds,
.timer__content ul .minutes,
.timer__content ul .hours,
.timer__content ul .days,
.timer__content ul .seperator {
  font-weight: 600;
  color: #7E5AE8;
  font-size: 3rem;
  line-height: 1.3;
}
.timer__content ul .seconds_text,
.timer__content ul .minutes_text,
.timer__content ul .days_text,
.timer__content ul .hours_text {
  font-size: 1.3rem;
  line-height: 1;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1000px) {
  .title-row {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-row {
    flex-wrap: wrap;
  }
}

.title-row__text {
  width: calc(60% - 30px);
}
@media screen and (max-width: 767px) {
  .title-row__text {
    width: 100%;
  }
}

.title-row__desc {
  width: 40%;
  padding-left: 1.5rem;
  border-left: 2px solid #E8ECFD;
}
.title-row__desc .text {
  max-width: 43rem;
}
@media screen and (max-width: 767px) {
  .title-row__desc .text {
    max-width: none;
  }
}
.title-row__desc_white {
  border-left-color: #fff;
  border-top-color: #fff;
}
@media screen and (max-width: 767px) {
  .title-row__desc {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}

/*------------------------------------------------
// portfolio
------------------------------------------------*/
.portfolio {
  padding: 10rem 0 11rem;
}
@media screen and (max-width: 1000px) {
  .portfolio {
    padding: 7rem 0;
  }
}

.portfolio-in {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1000px) {
  .portfolio-in {
    padding-bottom: 6rem;
  }
}

.portfolio__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .portfolio__row {
    margin-bottom: 2rem;
  }
}

.portfolio__all {
  margin-left: 3rem;
}

.portfolio__show-all .portfolio__all {
  margin-left: 0;
  text-align: center;
  padding-top: 2rem;
}

.tubs {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.tub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 1.5rem;
  position: relative;
  border: 2px solid #E8ECFD;
  border-radius: 0.8rem;
  margin: 0 1rem 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.tub.active {
  border-color: #7E5AE8;
  color: #7E5AE8;
}
@supports (-webkit-background-clip: text) {
  .tub.active span:not(.tub__count) {
    background: linear-gradient(96.92deg, #7E5AE8 -7.78%, #5675EB 110.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.tub .tub__count {
  position: absolute;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -2px;
  top: -1rem;
  background: #fff;
  color: #A7ACBF;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 0 0.8rem 0 0.8rem;
}
@media (hover: hover) {
  .tub:hover {
    border-color: #7E5AE8;
  }
}

.tubs-content__item {
  display: none;
}
.tubs-content__item.active {
  display: block;
}

.tub_bg {
  height: 6rem;
  padding: 0 2rem;
  font-size: 1.7rem;
  border: 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.tub_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  opacity: 0;
}
@media (hover: hover) {
  .tub_bg:not(.active):hover {
    color: #7E5AE8;
  }
}
.tub_bg.active:after {
  opacity: 1;
}
.tub_bg.active span:not(.tub__count):not(.tub-icon) {
  color: #fff;
  background: 0;
  -webkit-text-fill-color: #fff;
}
.tub_bg.active .tub-icon:after {
  opacity: 0;
}

.tub-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  z-index: 100;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.1) !important;
}
.tub-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
  background: linear-gradient(96.93deg, #7E5AE8 4.5%, #5675EB 95.5%);
  border-radius: 50%;
}
.tub-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.portfolio-list_3col .work {
  width: calc(33.3333% - 1rem);
  height: 40rem;
}
.portfolio-list_3col .work .work__thumb {
  width: 26rem;
  height: 21rem;
}
@media screen and (max-width: 1000px) {
  .portfolio-list_3col .work {
    width: calc(50% - 1rem);
    height: 32rem;
  }
  .portfolio-list_3col .work .work__thumb {
    width: 20rem;
    height: 16rem;
  }
}
@media screen and (max-width: 540px) {
  .portfolio-list_3col .work {
    width: calc(100% - 1rem);
  }
}

.work {
  width: calc(25% - 1rem);
  margin: 0 0.5rem 1rem;
  height: 32rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: block;
}
@media (hover: hover) {
  .work:hover {
    box-shadow: 0px 8px 20px rgba(67, 71, 93, 0.07), 0px 4px 20px rgba(67, 71, 93, 0.07);
  }
  .work:hover .work__info {
    transform: translateY(0);
  }
  .work:hover .work__thumb {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 1000px) {
  .work {
    width: calc(50% - 1rem);
  }
  .work .work__info {
    transform: translateY(0);
  }
  .work .work__thumb {
    top: 30%;
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 540px) {
  .work {
    width: calc(100% - 1rem);
    height: 250px;
  }
}

.work__link {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
.work__link svg {
  width: 1.2rem;
  height: 1.2rem;
}

.work__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  padding: 3rem;
  font-size: 1.5rem;
  color: #ffff;
  clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  transition: 0.35s;
  transform: translateY(100%);
}

.work__title {
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0.5rem 0;
}

.work__thumb {
  transition: 0.35s;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/portfolio-circle.svg) 0 0 no-repeat;
  background-size: contain;
  width: 20rem;
  height: 16rem;
}
.work__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 120%;
  max-height: 120%;
}

/*------------------------------------------------
// Scheme
------------------------------------------------*/
.content + .scheme { margin-top: 5rem;}

.scheme__bg {
  position: relative;
  z-index: 200;
  padding: 12rem 15px 14rem;
}

@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 1000px) {
  .scheme__bg {
    padding: 7rem 0 5rem;
  }
}

.scheme-item__title:after {
  background: #fff;
}

.scheme-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
}

.scheme-item {
  width: calc(20% - 3rem);
  margin: 0 1.5rem 3rem;
  position: relative;
}
.scheme-item:after {
  content: "";
  position: absolute;
  background: url(../images/step-arrow.svg) center no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 2.1rem;
  right: 2.7rem;
  top: 6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .scheme-item:after {
    transform: translate(50%, 0) rotate(90deg);
    right: 50%;
    top: auto;
    bottom: 0;
  }
}
.scheme-item:last-child:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .scheme-item {
    width: calc(33.33333% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .scheme-item {
    width: calc(100% - 3rem);
    text-align: center;
    padding-bottom: 45px;
  }
  .scheme-item:last-child{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 410px) {
  .scheme-item {
    width: calc(100% - 3rem);
  }
}

.scheme-item__icon {
    position: relative;
  width: 12rem;
    height: 12rem;
    padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .scheme-item__title:after,
  .scheme-item__icon{
    margin-left: auto;
    margin-right: auto;
  }
  .scheme-item__button{
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .scheme{
    text-align: center;
  }
}
.scheme-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
    position: absolute; top:0; left:0;
}
.scheme-item__icon lord-icon { width: 10rem; height:10rem;}

.scheme-item__button {
  padding-top: 2rem;
}
.scheme-item__button .button {
  width: 100%;
}

/*------------------------------------------------
// VIDEO
------------------------------------------------*/
.video {
  padding: 11rem 0 13rem;
}
@media screen and (max-width: 1000px) {
  .video {
    padding: 7rem 0 9rem;
  }
}

.c-video-slider {
  margin: -20px -345px 0 -440px;
}
@media screen and (max-width: 1120px) {
  .c-video-slider {
    margin: 0 -15px;
  }
}

.video-slider .slick-slide {
  padding: 20px 5px;
}
@media screen and (max-width: 1000px) {
  .video-slider .slick-slide {
    padding-top: 0;
  }
}
.video-slider .slick-dots {
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .video-slider .slick-dots {
    padding-left: 0;
  }
}

.video-review {
  display: block;
  width: 37rem;
  height: 26rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.video-review img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}
@media (hover: hover) {
  .video-review:hover {
    box-shadow: 0px 0px 20px rgba(67, 71, 93, 0.07), 0px 0px 20px rgba(67, 71, 93, 0.07);
  }
  .video-review:hover .video-review__icon {
    background-position: 0 0;
  }
  .video-review:hover .video-review__info {
    padding-bottom: 5rem;
  }
}

.video-review__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(97.04deg, rgba(126, 90, 232, 0.8) 4.67%, rgba(86, 117, 235, 0.8) 95.51%);
  padding: 3.5rem 3rem 3rem;
  color: #fff;
  clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0 100%);
  font-size: 1.5rem;
  transition: 0.4s;
}

.video-review__title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.video-review__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  top: 2rem;
  right: 2rem;
  background: url(../images/video.svg) 100% 0 no-repeat;
  background-size: auto 6rem;
  z-index: 3;
  position: absolute;
  transition: 0.3s;
}

.branches__bg {
  position: relative;
  z-index: 200;
  padding: 12rem 15px 15rem;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 1000px) {
  .branches__bg {
    padding: 7rem 0;
  }
}

.branches__col-1 {
  width: calc(48.5% - 1.5rem);
  max-width: 492px;
}
@media screen and (max-width: 767px) {
  .branches__col-1 {
    width: 100%;
    max-width: none;
    padding-top: 3rem;
  }
}

.branches__col-2 {
  width: calc(51.5% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .branches__col-2 {
    width: 100%;
  }
}

.map {
  max-width: 741px;
  margin: 0 auto;
  position: relative;
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}

.city {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.city li {
  margin-bottom: 1.5rem;
  width: 26%;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .city li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .city li {
    width: 26%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 410px) {
  .city li {
    width: 50%;
  }
}
.city a {
  display: inline-block;
  position: relative;
}
.city a:first-letter {
  font-weight: 600;
  color: #7E5AE8;
}
@media (hover: hover) {
  .city a:hover {
    color: #7E5AE8;
  }
}
.city a.active {
  color: #7E5AE8;
}

.map__city {
  width: 1.3rem;
  height: 1.1rem;
  transform: translate(-50%, -50%);
  background: rgba(67, 71, 93, 0.3);
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
  z-index: 1;
}
.map__city:after {
  content: "";
  box-sizing: border-box;
  border: 0.2rem solid rgba(255, 255, 255, 0.6);
  width: 1.2rem;
  height: 0.9rem;
  border-radius: 50%;
  position: absolute;
  top: -0.1rem;
  left: 0.1rem;
  transition: 0.3s;
}
.map__city.active {
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 10;
  animation: pulse 1.5s infinite;
}
.map__city.active:after {
  border-color: #fff;
}
.map__city_1 {
  top: 40%;
  left: 35%;
}
.map__city_2 {
  top: 16%;
  left: 20.7%;
}
.map__city_3 {
  top: 35%;
  left: 21%;
}
.map__city_4 {
  top: 49%;
  left: 70%;
}
.map__city_5 {
  top: 29%;
  left: 14%;
}
.map__city_6 {
  top: 47%;
  left: 5%;
}
.map__city_7 {
  top: 53%;
  left: 87.6%;
}
.map__city_8 {
  top: 69%;
  left: 55%;
}
.map__city_9 {
  top: 30%;
  left: 75.5%;
}
.map__city_10 {
  top: 27%;
  left: 39%;
}
.map__city_11 {
  top: 74%;
  left: 46%;
}
.map__city_12 {
  top: 74%;
  left: 61%;
}
.map__city_13 {
  top: 58%;
  left: 74%;
}
.map__city_14 {
  top: 37%;
  left: 65%;
}
.map__city_15 {
  top: 34%;
  left: 28%;
}
.map__city_16 {
  top: 43%;
  left: 14%;
}
.map__city_17 {
  top: 22%;
  left: 24.5%;
}
.map__city_18 {
  top: 36%;
  left: 55%;
}
.map__city_19 {
  top: 27%;
  left: 47.5%;
}
.map__city_20 {
  top: 90%;
  left: 67%;
}
.map__city_21 {
  top: 10%;
  left: 52%;
}
.map__city_22 {
  top: 48%;
  left: 57%;
}
.map__city_23 {
  top: 19%;
  left: 69%;
}
.map__city_24 {
  top: 52%;
  left: 21%;
}
.map__city_25 {
  top: 44%;
  left: 95%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
/*------------------------------------------------
// about
------------------------------------------------*/
.about__bg {
  position: relative;
  z-index: 200;
  padding: 12rem 15px 15rem;
}
@media screen and (max-width: 1000px) {
  .about__bg {
    padding: 7rem 0 5rem;
  }
}


.about__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .about__row {
    flex-direction: column-reverse;
    margin-left: -1.5rem;
  }

  .about__bg{
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .about__bg .bg-gradient-path{
    bottom: 24px;
  }
}

.about__thumb {
  width: 27.5rem;
}

.about__desc {
  width: calc(100% - 30rem);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about__desc {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.about-item {
  width: calc(33.3333% - 3rem);
  margin: 0 1.5rem 3rem;
}
.about-item .title-h3:after {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .about-item {
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 360px) {
  .about-item {
    width: calc(100% - 3rem);
  }
}

.about-item__value {
  margin-bottom: 1rem;
  color: #7E5AE8;
  font-weight: 800;
  font-size: 3.7rem;
  line-height: 1.3;
}
@supports (-webkit-background-clip: text) {
  .about-item__value {
    background: linear-gradient(96.92deg, #7E5AE8 -11.05%, #5675EB 108.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.about-thumb {
  position: relative;
}
.about-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about__thumb{
    margin-left: 15px;
    width: 50%;
  }
}

.about-thumb__label {
  position: absolute;
  bottom: 0;
  right: -1rem;
  z-index: 2;
  background: #fff;
  border: 2px solid #F7F8FC;
  box-shadow: 0px 7px 20px rgba(57, 56, 86, 0.1);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
.about-thumb__label strong {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-thumb__label{
    right: auto;
    bottom: auto;
    left: calc(100% - 30px);
    top: 20px;
    white-space: nowrap;
  }
  .about-thumb__label:after{
    content: "";
    position: absolute;
    border-bottom: 1.5rem solid transparent;
    border-top: 1.5rem solid transparent;
    border-left: 2.4rem solid #fff;
    left: -2px;
    bottom: -1.5rem;
  }
}

/*------------------------------------------------
// preview
------------------------------------------------*/
.preview {
  padding: 8rem 0 12rem;
}
.preview .preview__content {
  flex-direction: row-reverse;
  align-items: center;
  padding-right: 180px;
}
@media screen and (max-width: 1580px) {
  .preview .preview__content {
    padding-right: calc((100vw - 123rem) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .preview .preview__content {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .preview {
    padding: 5rem 0 0;
  }
  .preview .preview__content{
    padding: 0;
  }
}

.preview__text {
  width: 49.5rem;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(67, 71, 93, 0.07));
  filter: drop-shadow(0px 4px 20px rgba(67, 71, 93, 0.07));
  border-radius: 1rem;
  overflow: hidden;
  padding: 5rem 5rem;
  position: relative;
  z-index: 10;
}
.preview__text:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -1;
  background: #fff;
  border: 2px solid #F7F8FC;
  transform-origin: 0 50%;
}

@media screen and (max-width: 1000px) {
  .preview__text:after{
    border: 0;
    transform: skewY(-2deg);
  }
}

.preview__text .button {
  padding: 0 4.3rem;
}
@media screen and (max-width: 1000px) {
  .preview__text {
    width: calc(100% - 30px);
    margin: 0 auto -60px;
  }
}

@media screen and (max-width: 767px) {
  .preview__text {
    padding: 3rem 3rem 3.5rem;
    margin-bottom: -5rem;
  }
}

.preview__thumb {
  width: calc(100% - 49.5rem);
}
.preview__thumb img {
  display: block;
  width: calc(100% + 7rem);
  height: auto;
}
@media screen and (max-width: 1000px) {
  .preview__thumb img {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .preview__thumb {
    width: 100%;
  }
}

/*------------------------------------------------
// FORM
------------------------------------------------*/
.form-phone {
  max-width: 50rem;
}

.input-list__phone {
  width: calc(100% - 21rem);
}
@media screen and (max-width: 540px) {
  .input-list__phone {
    width: 100%;
    margin-bottom: 10px;
  }
}

.input-list__submit {
  width: 21rem;
  position: relative;
  z-index: 10;
}
.input-list__submit .button {
  margin-left: -1rem;
  width: calc(100% + 1rem);
}
@media screen and (max-width: 540px) {
  .input-list__submit .button {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .input-list__submit {
    width: 100%;
  }
}

.modal_order_callback .input-list__phone { width: 100%; margin-bottom: 2rem;}
.modal_order_callback .input-list__submit { width:100%;}
.modal_order_callback .input-list__submit .button { margin-left: 0; width: 100%;}

/*------------------------------------------------
// single-work
------------------------------------------------*/
.single-work {
  margin-top: -6rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 1000px) {
  .single-work {
    margin-top: -5rem;
    padding-bottom: 4.5rem;
  }
}

.single-work__content {
  padding-top: 6rem;
  position: relative;
  z-index: 100;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .single-work__content {
    padding-top: 5rem;
  }
}

.single-work__bg {
  position: absolute;
  right: 15px;
  top: 0;
  left: -180px;
  height: 80rem;
  z-index: -1;
  border-radius: 0 30px 0 0;
}
.single-work__bg:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/figures/figure-bg-single-project.png) 100%  calc(100% + 3px) no-repeat;
  background-size: 1760px auto;
}
@media screen and (max-width: 1000px) {
  .single-work__bg {
    right: 0;
    left: 0;
    height: 65rem;
    border-radius: 0;
  }
  .single-work__bg:after{
    background: 0;
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .single-work__bg {
    height: 57rem;
  }
}

.single-work__logo img {
  display: block;
  margin: 0 auto 3rem;
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .single-work__logo {
    padding-top: 2rem;
  }
}

.single-work__banner {
  margin-bottom: 6rem;
}
.single-work__banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 1rem solid #E8ECFD;
  border-radius: 3rem;
  background: #E8ECFD;
}
@media screen and (max-width: 767px) {
  .single-work__banner img {
    border-width: 4px;
  }
}

.single-work__row {
  margin-bottom: 5rem;
}

.single-work__col {
  width: calc(50% - 1.5rem);
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .single-work__col {
    width: 100%;
  }
}

.page-preview {
  padding-top: 5rem;
}

.page-preview__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 1rem solid #E8ECFD;
  border-radius: 3rem;
  background: #E8ECFD;
}
@media screen and (max-width: 767px) {
  .page-preview__thumb img {
    border-width: 4px;
  }
}

/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
/*------------------------------------------------
// 1111111111111111
------------------------------------------------*/
.footer {
  padding: 9rem 0 0;
  position: relative;
  z-index: 200;
  color: #fff;
  background: #1E202E;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 6rem;
  }
}

.footer__content {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .footer__content {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}

.footer__col {
  padding: 0 15px 10rem;
}

.footer__col_1 {
  width: 21%;
}
@media screen and (max-width: 1000px) {
  .footer__col_1 {
    display: none;
  }
}

.footer__col_2 {
  width: 26%;
  padding-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .footer__col_2 {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__col_2 {
    width: 100%;
    padding-top: 0;
  }
}

.footer__col_3 {
  width: 20%;
  padding-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .footer__col_3 {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__col_3 {
    width: 100%;
    padding-top: 0;
  }
}

.footer__col_4 {
  width: 33%;
  padding-top: 1rem;
  padding-left: 7.5rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 100;
}
.footer__col_4:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -12rem;
  left: 0;
  bottom: 0;
  width: 735px;
  background: url(../images/footer-contacts-bg.svg) 0 0 no-repeat;
}
.footer__col_4:before {
  content: "";
  position: absolute;
  background: linear-gradient(277.45deg, #1D202E -10.43%, #2C3046 113.68%, #2C3046 113.68%);
  width: 735px;
  bottom: 0;
  left: 0;
  top: 439px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .footer__col_4 {
    width: 100%;
    background: linear-gradient(297.97deg, #1D202E -8.45%, #23283E -8.43%, #2C3046 106.02%, #2C3046 106.02%);
    border-radius: 1rem;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .footer__col_4:after, .footer__col_4:before {
    display: none;
    background: 0;
  }
}

@media screen and (max-width: 1000px) {
  .social_footer {
    display: block;
  }
  .social_footer li {
    padding: 0 0 1.5rem 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .social_footer li {
    padding-bottom: 2rem;
  }
  .social_footer li:last-child {
    padding-bottom: 0;
  }
}

.footer__title {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2.3rem;
}
@media screen and (max-width: 1000px) {
  .footer__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__title_toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .footer__title_toggle:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arrow-down.svg) center no-repeat;
    display: block;
    margin-left: 10px;
  }
  .footer__title_toggle + .footer__nav {
    display: none;
  }
  .footer__title_toggle.active + .footer__nav {
    display: block;
  }
}

.copyright {
  padding-top: 5rem;
  max-width: 20rem;
  color: #A6AAB7;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .copyright {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    font-size: 10px;
    max-width: none;
    text-align: center;
  }
}

.footer__time-work {
  padding-left: 3.2rem;
}

.footer__nav ul li {
  padding-bottom: 1.5rem;
}
.footer__nav ul li:last-child {
  padding-bottom: 0;
}
.footer__nav ul li a {
  color: #A6AAB7;
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #7E5AE8;
  }
}

.footer__subtitle {
  color: #A6AAB7;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__subtitle {
    margin-bottom: 5px;
  }
}

.footer__contacts > li {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .footer__contacts > li {
    padding-bottom: 2rem;
  }
  .footer__contacts > li:nth-child(2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__contacts > li {
    padding-bottom: 10px;
  }
}
.footer__contacts > li:last-child {
  padding-bottom: 0;
}
.footer__contacts > li a {
  color: #fff;
}
.footer__contacts .phones a {
  font-size: 2.3rem;
}
.footer__contacts .social {
  justify-content: flex-start;
  margin: 0 -1rem;
  padding-top: 1rem;
}
.footer__contacts .social li {
  padding: 0 1rem;
}

@media screen and (max-width: 999px) {
  .programs:before,
.programs:after {
    background-size: 1200px auto;
  }

  .target:before,
.target:after,
.footer:after,
.specialists:before,
.specialists:after {
    background-size: 1000px auto;
  }
}
@media screen and (max-width: 560px) {
  .target:before,
.target:after {
    background-size: 700px auto;
  }
}
@media screen and (max-width: 360px) {
  .title_main {
    font-size: 30px;
  }
}
.lang-menu {
  display: flex;
}
.lang-menu li {
  padding: 0 0.5rem;
}
.lang-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  border-radius: 0.8rem;
}
@media (hover: hover) {
  .lang-menu li a:hover {
    border-color: #7E5AE8;
  }
}
.lang-menu .current-menu-item a, .lang-menu .current-lang a {
  border-color: #7E5AE8;
  font-weight: 600;
  color: #7E5AE8;
}

.dropdown-menu {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.dropdown-menu li {
  position: relative;
  transition: 0.3s;
}
.dropdown-menu > li {
  padding: 0 2.7rem;
}
.dropdown-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 8rem;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.dropdown-menu > li > a.active {
  color: #7E5AE8;
  font-weight: 600;
}
.dropdown-menu > li > a.active .show-sub-menu:after {
  border-color: #7E5AE8;
}
@media (hover: hover) {
  .dropdown-menu > li:hover > a {
    color: #7E5AE8;
  }
  .dropdown-menu > li:hover > a .show-sub-menu:after {
    border-color: #7E5AE8;
  }
}
@media screen and (min-width: 999px) {
  .dropdown-menu > li > a.active { font-weight: 400;}
  .dropdown-menu > li.current-menu-item > a {
    color: #7E5AE8;
  }
  .dropdown-menu > li.current-menu-item > a:after {
    width: 100%;
    opacity: 1;
  }
}
.dropdown-menu .show-sub-menu {
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  position: relative;
}
.dropdown-menu .show-sub-menu:after {
  position: absolute;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 1.5px solid #0A0028;
  border-bottom: 1.5px solid #0A0028;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  top: 35%;
  transition: 0.3s;
}
.dropdown-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px rgba(67, 71, 93, 0.07);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 666;
  padding: 3rem 1rem 3rem 3rem;
  width: 82rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-top: 2px solid #E8ECFD;
}
.dropdown-menu .sub-menu .sub-menu__row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dropdown-menu .sub-menu .sub-menu__row {
    flex-wrap: wrap;
  }
}
.dropdown-menu .sub-menu .sub-menu__col {
  width: 33.3333%;
  border-left: 2px solid #E8ECFD;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .dropdown-menu .sub-menu .sub-menu__col {
    width: 100%;
    border-left: 0;
    padding: 1.5rem 0;
    border-top: 2px solid #E8ECFD;
  }
  .dropdown-menu .sub-menu .sub-menu__col:last-child {
    border-bottom: 2px solid #E8ECFD;
  }
}
.dropdown-menu .sub-menu .sub-menu__title {
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.dropdown-menu .sub-menu li {
  padding-bottom: 1rem;
}
.dropdown-menu .sub-menu li:last-child {
  padding-bottom: 0;
}
.dropdown-menu .sub-menu li a {
  display: inline-block;
}
.dropdown-menu .sub-menu li a:hover {
  color: #7E5AE8;
}

.error-404 {
  padding: 8rem 0 14rem;
}
@media screen and (max-width: 1000px) {
  .error-404 {
    padding: 8rem 0;
  }
}

.error-404__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.error-404__col-1 {
  width: 39rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .error-404__col-1 {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

.error-404__col-2 {
  width: calc(100% - 43rem);
}
@media screen and (max-width: 1000px) {
  .error-404__col-2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 4rem;
  }
}

.error-404__thumb img {
  display: block;
  width: 100%;
  height: auto;
}




.bg-gradient-path{
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  left: -180px;
  overflow: hidden;
  border-radius: 0 30px 0 0;
  z-index: -1;
}
.bg-gradient-path_reverse{
  transform: scale(-1, 1);
  right: -180px;
  left: 15px;
}
.bg-gradient-path:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/color-bg.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
  transform: skewY(-2deg);
  transform-origin: 0% 50%;
  border-radius: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .bg-gradient-path {
    right: 0;
    left: 0;
    border-radius: 0;
  }
  .bg-gradient-path:after{
    transform: none;
    border-radius: 0;
  }
}