@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #201600;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 1590px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-btn {
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px;
  background: #ff0000;
}
.main-btn::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 28px;
  background: url("../img/icon-button.svg") no-repeat 100%/100%;
}

.title-h1,
h1 {
  font-weight: 900;
  font-size: 68px;
  line-height: 77px;
  text-transform: uppercase;
  color: #201600;
}

.title-h2,
h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 38px;
  color: #201600;
}
.title-h2 span,
h2 span {
  color: #ff0000;
}

.title-h3,
h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 30px;
  color: #201600;
}

.ui-slider {
  border-radius: 15px !important;
  border: none !important;
}

.ui-slider-range {
  background: #ff0000 !important;
}

.ui-slider-handle {
  top: -0.6em !important;
  width: 32px !important;
  height: 32px !important;
  background: none !important;
  border: none !important;
}
.ui-slider-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ff0000;
  -webkit-box-shadow: 0px 0px 20px rgba(16, 12, 21, 0.54);
  box-shadow: 0px 0px 20px rgba(16, 12, 21, 0.54);
  z-index: 0;
}
.ui-slider-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

.header-wrapper {
  position: relative;
  padding: 0 0 76px 0;
  background-color: #f8f8f8;
  z-index: 1000;
}
.header-wrapper .m-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  left: 50.8%;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-wrapper .m-image__bar {
  position: relative;
  width: 12.5%;
  height: 100%;
  overflow: hidden;
}
.header-wrapper .m-image__bar-image {
  background-image: url("../img/header-bg-1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 49.2vw;
  height: 100%;
}
.header-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 85%;
  background: url("../img/header-bg-2.png") left bottom/contain no-repeat;
}
.header-wrapper .container {
  position: relative;
  z-index: 10;
}

.header {
  position: relative;
  padding: 34px 0;
  z-index: 1000;
  top: -100%;
}
.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #f8f8f8;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.header.scrolled .nav__item a {
  color: #000000;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__logo {
  margin-right: 20px;
}
.nav__text {
  padding-top: 20px;
  margin-right: 64px;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: #6a6a6a;
}
.nav__phone {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
}
.nav__phone a {
  color: #201600;
}
.nav__phone::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 13px;
  height: 19px;
  background: url("../img/header-icon-phone.svg") no-repeat;
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  z-index: 10;
}
.nav__item {
  margin-right: 40px;
}
.nav__item a {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.nav__item:nth-of-type(2) a {
  color: #201600;
}
.nav__item:nth-of-type(6) {
  margin-right: 0;
}
.nav__button {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 22px 23px 22px 66px;
}
.nav__button::before {
  content: none;
}
.nav__button span {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
.nav__button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url("../img/header-icon-phone-2.svg") no-repeat;
}
.nav__burger {
  display: none;
  position: relative;
  width: 35px;
  height: 30px;
  margin-top: 10px;
}
.nav__burger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__burger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__burger span {
  position: absolute;
  top: 14px;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #ff0000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav__burger.active::before {
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__burger.active::after {
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.nav__close-mobil {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 35px;
  height: 30px;
}
.nav__close-mobil::before,
.nav__close-mobil::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #ff0000;
}
.nav__close-mobil::before {
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__close-mobil::after {
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.promo {
  position: relative;
  padding-top: 80px;
}
.promo.scrolled {
  padding-top: 215px;
}
.promo::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9%;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.promo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9%;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 7.5vw;
  height: 7.5vw;
  border-radius: 50%;
  background: url("../img/header-bg-arrow.svg") center 70%/60% 60% no-repeat;
  z-index: 10;
  -webkit-animation-name: jumping;
  animation-name: jumping;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.promo__column {
  position: relative;
  width: 50%;
  z-index: 20;
}
.promo__title {
  margin-bottom: 5.5%;
}
.promo__title span {
  color: #ff0000;
}
.promo__subtitle {
  margin-bottom: 20px;
}
.promo__subtitle span {
  color: #ff0000;
}
.promo__subtitle--two {
  font-size: 24px;
  margin-bottom: 50px;
}
.promo .dashed {
  display: inline-block;
  position: relative;
  width: 36px;
}
.promo .dashed::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ff0000;
}
.promo__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 35px -15px;
}
.promo__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 2 - 30px);
  flex: 0 1 calc(100% / 2 - 30px);
  margin: 0 15px 25px 15px;
  position: relative;
  font-size: 16px;
  padding-left: 52px;
}
.promo__item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
.promo__item:first-child span {
  width: 30px;
  height: 30px;
  background: url("../img/header-icon-text-1.svg") no-repeat;
}
.promo__item:nth-child(2) span {
  width: 27px;
  height: 32px;
  background: url("../img/header-icon-text-2.svg") no-repeat;
}
.promo__item:nth-child(3) span {
  width: 30px;
  height: 30px;
  background: url("../img/header-icon-text-3.svg") no-repeat;
}
.promo__item:last-child span {
  width: 35px;
  height: 35px;
  background: url("../img/header-icon-text-4.svg") no-repeat;
}
.promo__button {
  display: inline-block;
  padding: 40px 67px 40px 134px;
  font-size: 18px;
}
.promo__button::before {
  width: 39px;
  height: 31px;
  left: 68px;
}

.bg-red-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 48.5%);
  -ms-transform: translate(0, 48.5%);
  transform: translate(0, 48.5%);
  width: 100vw;
  height: 100vh;
  background: URL("../img/bg-dots.png") left center no-repeat;
}

.header-wrapper--two .bg-red-dots {
  height: 80vh;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: URL("../img/bg-dots-page-2.png") left bottom no-repeat;
}

.header-wrapper--two .m-image__bar-image {
  background-image: url("../img/header-bg-1-page-2.png");
}

.promo--two {
  padding-top: 50px;
}
.promo--two.scrolled {
  padding-top: 185px;
}
.promo--two .promo__title {
  margin-bottom: 25px;
}
.promo--two .promo__subtitle--one {
  color: #150035;
  margin-bottom: 30px;
}
.promo--two .promo__group {
  margin-bottom: 15px;
}
.promo--two .promo__text {
  max-width: 570px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #150035;
}
.promo--two .promo__text span {
  color: #ff0000;
}
.promo--two .promo__item {
  padding-left: 30px;
}
.promo--two .promo__item span {
  width: 16px;
  height: 16px;
  top: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}

.header--three .nav__item a {
  color: #000000;
}

.cooperation-logic {
  padding: 90px 0 60px 0;
}
.cooperation-logic__title {
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 75px;
  text-transform: uppercase;
}
.cooperation-logic__row {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3% 3% 3.5%;
  border-radius: 3.5%/40%;
  background: url("../img/circle-path-bg.svg") center center/80% 100% no-repeat #ff0000;
  -webkit-box-shadow: 0px 7px 51px rgba(207, 24, 24, 0.47);
  box-shadow: 0px 7px 51px rgba(207, 24, 24, 0.47);
}
.cooperation-logic__item {
  width: calc(25% - 40px);
  margin: 0 20px;
}
.cooperation-logic__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.cooperation-logic__number {
  margin-right: 15px;
  font-weight: bold;
  font-size: 72px;
  line-height: 77px;
  text-transform: uppercase;
  color: #ffffff;
}
.cooperation-logic__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
}
.cooperation-logic__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.cooperation-logic__result {
  text-align: center;
  margin-top: -2px;
}
.cooperation-logic__result svg {
  max-width: 100%;
}

.price {
  position: relative;
}
.price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-blure.svg") no-repeat 70% 20%, #f8f8f8;
  z-index: -1;
}
.price .container {
  padding: 75px 15px;
  position: relative;
}
.price .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
}
.price__product {
  position: absolute;
  top: 56%;
  left: -10%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #e4e3e3;
}
.price__title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.price__subtitle {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
.price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.price__column {
  padding: 0 15px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.price__column:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-price:nth-child(2) .card-price__item {
  position: relative;
  padding-top: 90px;
}
.card-price:nth-child(2) .card-price__item::before,
.card-price:nth-child(2) .card-price__item::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -4%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.card-price:nth-child(2) .card-price__item::after {
  width: 95%;
  bottom: -2%;
}
.card-price:nth-child(2) .card-price__group--one {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.card-price__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 32px 40px 19px;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}
.card-price__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 77px;
  text-transform: uppercase;
  color: #ff0000;
  position: absolute;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.card-price__name svg {
  max-width: 100%;
}
.card-price__group {
  position: relative;
}
.card-price__group--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 18px;
}
.card-price__image {
  max-width: 42%;
  margin-right: 30px;
}
.card-price__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
.card-price__wrap {
  max-width: 217px;
}
.card-price__text-1 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000000;
}
.card-price__text-2--gray {
  text-align: center;
  color: #6a6a6a;
}
.card-price__group--two {
  max-width: 310px;
  margin: 0 auto 33px;
  padding: 35px 54px;
  background: #f8f8f8;
  border-radius: 46px;
}
.card-price__text-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #201600;
  margin-bottom: 10px;
}
.card-price__text-3 span {
  color: #ff0000;
}
.card-price__group--three {
  text-align: center;
}
.card-price__group--three .card-price__text-1 {
  font-size: 16px;
  text-transform: initial;
}
.card-price__cost {
  font-weight: 900;
  font-size: 48px;
  line-height: 26px;
  color: #201600;
  margin-bottom: 15px;
}
.card-price__cost span {
  font-size: 36px;
  font-weight: 400;
}
.card-price__btn {
  position: absolute;
  left: 50%;
  bottom: -5%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 22px 27px 22px 68px;
}

.conditions {
  background: url("../img/conditions-bg.svg") no-repeat 115% 100%/30%;
  position: relative;
}
.conditions::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.conditions::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  background: url("../img/header-bg-arrow.svg") center 70%/60% 60% no-repeat;
  z-index: 10;
  -webkit-animation-name: jumping;
  animation-name: jumping;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.conditions .container {
  position: relative;
  padding: 100px 15px 135px 15px;
}
.conditions .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}
.conditions .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 66.6%;
  border: solid #f8f8f8;
  border-width: 0 0 15px 15px;
  border-radius: 10px;
  z-index: -1;
}
.conditions__title {
  text-align: center;
  margin-bottom: 86px;
}
.conditions__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-bottom: 30px;
  margin: 0 -15px;
}
.conditions__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  padding: 0 15px;
  margin-bottom: 60px;
}

.card-condition__image {
  margin-bottom: 20px;
}

.card-condition__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-condition__text-1 {
  padding-right: 13px;
  -webkit-text-stroke: 1px #dcdcdc;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 36px;
  line-height: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card-condition__text-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #201600;
}
.card-condition__text-2 span {
  color: #ff0000;
}

.contact {
  position: relative;
  background: #23252a;
}
.contact .container {
  position: relative;
  padding: 135px 15px 95px 15px;
}
.contact .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
}
.contact__title {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  z-index: 10;
}
.contact__subtitle {
  position: relative;
  max-width: 560px;
  margin: 0 auto 50px;
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}
.contact__subtitle span {
  color: #ff0000;
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__column--one {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contact__column--two {
  -ms-flex-preferred-size: 466px;
  flex-basis: 466px;
}
.contact__text {
  position: relative;
  padding: 15% 14%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #201600;
}
.contact__text p {
  position: relative;
  z-index: 1000;
}
.contact__text::before,
.contact__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 10;
}
.contact__text::before {
  background: url("../img/contact-text-bg.png") no-repeat 50% 100%, #f8f8f8;
}
.contact__text::after {
  bottom: -10px;
  right: 10px;
  left: 10px;
  z-index: 9;
}
.contact__text-bg {
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 20px;
  left: 20px;
  z-index: 9;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.contact__text-back {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: 900;
  font-size: 288px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #2e3035;
  z-index: 0;
}

.form {
  position: relative;
  padding: 70px;
}
.form::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0px;
  bottom: 20px;
  border: solid #ff0000;
  border-width: 2px 0 2px 2px;
}
.form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid #ff0000;
  border-width: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
}
.form__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  margin-bottom: 42px;
}
.form__phone input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 29px 43px 27px 43px;
  font-size: 14px;
  line-height: 13px;
  border-radius: 5px;
  color: #201600;
  background: #ffffff;
}
.form__phone input::-webkit-input-placeholder {
  color: #201600;
}
.form__phone input::-moz-placeholder {
  color: #201600;
}
.form__phone input:-ms-input-placeholder {
  color: #201600;
}
.form__phone input::-ms-input-placeholder {
  color: #201600;
}
.form__phone input::placeholder {
  color: #201600;
}
.form__group {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__button {
  margin-right: 60px;
  padding: 22px 27px 21px 68px;
}

.js-form-submit:disabled {
  opacity: 0.5 !important;
}

.js-form-submit:hover:disabled {
  background: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.application__form .js-form-submit:hover:disabled {
  background: none !important;
}

.js-form-submit:hover:disabled::before {
  filter: none !important;
}

.form__checkbox,
.form-order__checkbox,
.form-modal__checkbox {
  position: relative;
  display: block;
  padding-left: 45px;
  max-width: 300px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.form__checkbox input,
.form-order__checkbox input,
.form-modal__checkbox input {
  display: none;
}
.form__checkbox input:checked ~ .form__checkmarck::before,
.form-order__checkbox input:checked ~ .form__checkmarck::before,
.form__checkbox input:checked ~ .form-order__checkmarck::before,
.form-order__checkbox input:checked ~ .form-order__checkmarck::before,
.form-modal__checkbox input:checked ~ .form__checkmarck::before,
.form-modal__checkbox input:checked ~ .form-order__checkmarck::before,
.form__checkbox input:checked ~ .form-modal__checkmarck::before,
.form-order__checkbox input:checked ~ .form-modal__checkmarck::before,
.form-modal__checkbox input:checked ~ .form-modal__checkmarck::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.form__checkmarck,
.form-order__checkmarck,
.form-modal__checkmarck {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ffffff;
  border-radius: 5px;
}
.form__checkmarck::before,
.form-order__checkmarck::before,
.form-modal__checkmarck::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: url("../img/form-checkbox-icon.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cases .container {
  position: relative;
  padding: 100px 15px 86px 15px;
}
.cases .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}

.cases__wrap {
  position: relative;
}
.cases__wrap::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0%;
  right: 0;
  bottom: 5%;
  border: solid #dcdcdc;
  border-width: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.cases__title {
  position: absolute;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 30px;
}
.cases__title--one {
  top: 3%;
  left: 37%;
}
.cases__title--two {
  right: 130px;
  bottom: 1%;
}

.cases__arrow {
  position: absolute;
  padding: 0 30px;
  top: 0%;
  right: 100px;
  background-color: #fff;
}

.cases__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cases__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  margin-right: 90px;
  position: relative;
  height: 100%;
}
.cases__column:first-child img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.25));
}

.cases__column:last-child {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  padding: 7% 0;
  width: 100%;
}

.cases__name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #201600;
}

.cases__subname {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 40px;
  color: #6a6a6a;
}

.cases__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cases__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 70px;
}

.card-item {
  position: relative;
  text-align: center;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 13px solid #dcdcdc;
}
.card-item::after {
  content: "";
  position: absolute;
  width: 140px;
  top: -5px;
  left: -5px;
  height: 140px;
  border-radius: 50%;
  border: 13px solid;
  border-color: transparent transparent #ff0000 #ff0000;
  z-index: 110;
}
.card-item__number {
  font-weight: 700;
  font-size: 36px;
  line-height: 26px;
  color: #000000;
}
.card-item__text-2 {
  font-weight: 700;
  font-size: 10px;
  line-height: 26px;
  color: #201600;
}

.card-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-case__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-case__group--one {
  width: 219px;
}
.card-case__name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #201600;
}
.card-case__text {
  color: #6a6a6a;
}

.guarantee {
  position: relative;
  background: #f8f8f8;
}
.guarantee::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/guarantee-bg.png") no-repeat 100% 100%;
  z-index: 10;
}
.guarantee .container {
  position: relative;
  padding: 110px 15px 140px 15px;
}
.guarantee .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/bg-line.svg") no-repeat 100% 100%/100%;
  z-index: 0;
}
.guarantee__sticer {
  position: absolute;
  max-width: 433px;
  padding: 52px 32px;
  top: 50%;
  right: 20%;
  border-radius: 103px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #ff0000;
  z-index: 10;
}
.guarantee__sticer span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.guarantee__sticer::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 15px;
  height: 18px;
  border: 10px solid;
  border-color: transparent #ff0000 #ff0000 transparent;
}
.guarantee__text-bg {
  position: absolute;
  right: 20%;
  top: 15%;
  max-width: 333px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #201600;
  z-index: 10;
}
.guarantee__column {
  position: relative;
  max-width: 675px;
  z-index: 10;
}
.guarantee__title {
  margin-bottom: 35px;
  font-weight: 700;
}
.guarantee__title span {
  color: #ff0000;
}
.guarantee__subtitle {
  margin-bottom: 41px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #201600;
}

.team {
  position: relative;
  padding: 95px 0 120px 0;
}
.team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-blure.svg") no-repeat 70% 20%, #f8f8f8;
  z-index: -1;
}
.team .container {
  position: relative;
}
.team__image-bg-1 {
  position: absolute;
  bottom: -4%;
  right: -3%;
  width: 100%;
  height: 100%;
  background: url("../img/team-image-bg-1.svg") no-repeat 100% 100%/12%;
}
.team__image-bg-2 {
  position: absolute;
  bottom: -10%;
  left: -3%;
  width: 100%;
  height: 65%;
  background: url("../img/team-bg-image-2.svg") no-repeat 0% 100%/34%;
}
.team__text-bg-1 {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: 700;
  font-size: calc(20px + 169 * ((100vw - 320px) / 1270));
  white-space: nowrap;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #f4f3f2;
  z-index: -1;
}
.team__text-bg-2 {
  position: absolute;
  top: 230px;
  right: 45px;
  max-width: 325px;
  color: #6a6a6a;
}
.team__text-bg-2 span {
  display: block;
  font-weight: 700;
  color: #6a6a6a;
}
.team__text-bg-2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -29%;
  width: 90px;
  height: 145px;
  background: url("../img/team-icon-dots.png") no-repeat;
}
.team__title {
  text-align: center;
  margin-bottom: 60px;
}
.team__slide-count {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}
.team__slide-count .current-slide {
  color: #ff0000;
}
.team__slider {
  position: relative;
  max-width: 586px;
  margin: 0 auto;
}
.team__slide {
  margin: 0 15px;
}
.team__name {
  font-weight: 700;
}
.team__post {
  color: #6a6a6a;
  margin-bottom: 35px;
}
.team__image {
  position: relative;
  padding-top: 100%;
}
.team__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trust {
  position: relative;
  background-color: #23252a;
  z-index: -1;
}
.trust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #fff;
  z-index: 0;
}
.trust::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #fff;
}
.trust__bg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
}
.trust__bg-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 12px;
  background-color: #23252a;
}
.trust__bg-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25%;
  width: 25%;
  height: 12px;
  background-color: #23252a;
}
.trust__bg-line-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}
.trust__bg-line-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 25%;
  height: 12px;
  background-color: #23252a;
  z-index: 10;
}
.trust__bg-line-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 25%;
  height: 12px;
  background-color: #23252a;
  z-index: 10;
}
.trust__bg-line-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
}
.trust__bg-line-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 12px;
  background-color: #23252a;
  z-index: 10;
}
.trust__bg-line-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}
.trust__bg-line-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 12px;
  background-color: #23252a;
  z-index: 10;
}
.trust__title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 90px;
}
.trust .container {
  position: relative;
  padding: 100px 15px 12px 15px;
}
.trust .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/trust-line-bg.svg") no-repeat 100%/100% 100%;
  z-index: 0;
}
.trust__row {
  position: relative;
  padding: 0 90px;
  z-index: 10;
}
.trust__row--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -75px;
}
.trust__item-logo {
  margin-bottom: 100px;
  padding: 0 75px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 4);
  flex: 1 1 calc(100% / 4);
}
.trust__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
}
.trust__logo img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.trust__subtitle {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}
.trust__subtitle span {
  color: #ff0000;
}
.trust__row--two {
  margin: 0 -15px;
  padding-bottom: 70px;
  border-radius: 5px;
  background: #1e2025;
}
.trust__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 3);
  flex: 1 1 calc(100% / 3);
}
.trust__column {
  padding: 0 15px;
}
.trust__item {
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
}
.trust__item span {
  color: #ff0000;
}

.order {
  position: relative;
}
.order::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/order-image-bg.svg") no-repeat 45% 90%/44%;
}
.order .container {
  position: relative;
  padding: 140px 15px 140px 15px;
}
.order .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}
.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.order__column:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order__title {
  margin-top: 40px;
  margin-bottom: 170px;
  font-weight: 700;
  font-size: 72px;
  line-height: 77px;
  text-transform: uppercase;
  color: #201600;
}
.order__title span {
  color: #ff0000;
}
.order__subtitle {
  max-width: 205px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #201600;
}
.order__subtitle span {
  color: #ff0000;
}
.order__text {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  line-height: 77px;
  text-transform: uppercase;
  color: #201600;
}
.order__text span {
  display: block;
  color: #ff0000;
}
.order__text::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 120px;
  bottom: -76%;
  right: 35%;
  background: url("../img/order-icon-arrow.svg") no-repeat;
}
.order__text-2 {
  max-width: 275px;
  margin: 81px 15px 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #6a6a6a;
}

.form-order,
.form-modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 70px 55px 70px 55px;
  margin-bottom: 120px;
  background-color: #ffffff;
}
.form-order::before,
.form-order::after,
.form-modal::before,
.form-modal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.form-order::before,
.form-modal::before {
  width: 90%;
  height: 98%;
  left: 5%;
  top: 5%;
  border: 2px solid #ff0000;
}

.modal--price .form-modal::before {
  top: 4%;
}

.form-order::after,
.form-modal::after {
  border: 15px solid #ff0000;
  border-radius: 5px;
}
.form-order__title,
.form-modal__title {
  position: relative;
  font-size: 36px;
  line-height: 26px;
  text-align: center;
  color: #201600;
  margin-bottom: 20px;
  z-index: 10;
}
.form-order__subtitle {
  position: relative;
  max-width: 340px;
  margin: 0 auto 40px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #201600;
  z-index: 10;
}
.form-order input[type="text"],
.form-order input[type="tel"],
.form-order input[type="url"],
.form-modal input[type="text"],
.form-modal input[type="tel"],
.form-modal input[type="url"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 25px 32px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  color: #201600;
  background: #ffffff;
  z-index: 10;
}
.form-order input[type="text"]::-webkit-input-placeholder,
.form-order input[type="tel"]::-webkit-input-placeholder,
.form-order input[type="url"]::-webkit-input-placeholder,
.form-modal input[type="text"]::-webkit-input-placeholder,
.form-modal input[type="tel"]::-webkit-input-placeholder,
.form-modal input[type="url"]::-webkit-input-placeholder {
  color: #6a6a6a;
}
.form-order input[type="text"]::-moz-placeholder,
.form-order input[type="tel"]::-moz-placeholder,
.form-order input[type="url"]::-moz-placeholder,
.form-modal input[type="text"]::-moz-placeholder,
.form-modal input[type="tel"]::-moz-placeholder,
.form-modal input[type="url"]::-moz-placeholder {
  color: #6a6a6a;
}
.form-order input[type="text"]:-ms-input-placeholder,
.form-order input[type="tel"]:-ms-input-placeholder,
.form-order input[type="url"]:-ms-input-placeholder,
.form-modal input[type="text"]:-ms-input-placeholder,
.form-modal input[type="tel"]:-ms-input-placeholder,
.form-modal input[type="url"]:-ms-input-placeholder {
  color: #6a6a6a;
}
.form-order input[type="text"]::-ms-input-placeholder,
.form-order input[type="tel"]::-ms-input-placeholder,
.form-order input[type="url"]::-ms-input-placeholder,
.form-modal input[type="text"]::-ms-input-placeholder,
.form-modal input[type="tel"]::-ms-input-placeholder,
.form-modal input[type="url"]::-ms-input-placeholder {
  color: #6a6a6a;
}
.form-order input[type="text"]::placeholder,
.form-order input[type="tel"]::placeholder,
.form-order input[type="url"]::placeholder,
.form-modal input[type="text"]::placeholder,
.form-modal input[type="tel"]::placeholder,
.form-modal input[type="url"]::placeholder {
  color: #6a6a6a;
}
.form-order__input,
.form-modal__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
  z-index: 1000;
}

.form-modal__input--select {
  flex-direction: column;
}

.form-modal__input--select .label {
  margin-bottom: 10px;
}

.form-order__input--site {
  margin-bottom: 45px;
}
.form-order__group,
.form-modal__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.form-order__button,
.form-modal__button {
  width: 221px;
  margin-right: 15px;
  padding: 22px 23px 21px 68px;
}
.form-order__checkbox,
.form-modal__checkbox {
  color: #201600;
}
.form-order__checkmarck,
.form-modal__checkmarck {
  border: 1px solid #dcdcdc;
}

.services {
  background: #f8f8f8;
}
.services .container {
  position: relative;
  padding: 80px 15px 100px 15px;
}
.services .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 104%;
  z-index: 0;
}
.services__row {
  position: relative;
  padding: 20px 100px 20px 100px;
}
.services__row::before,
.services__row::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: -5%;
  width: 95%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
}
.services__row::after {
  left: 4%;
  bottom: -10%;
  width: 90%;
  z-index: 0;
}
.services__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background: #ffffff;
  z-index: 1;
}
.services__bg-text {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url("../img/service-bg-text.png") no-repeat 50% 100%/85%;
}
.services__wrap {
  max-height: 300px;
}
.services__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 100;
  margin: -15px -15px;
}
.services__column {
  padding: 15px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 4);
  flex: 0 1 calc(100% / 4);
}
.services__wrap-list {
  position: relative;
  z-index: 100;
}
.services__name {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 47px;
  color: #201600;
  z-index: 10;
}
.services__name span {
  color: #ff0000;
}
.services__name::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff0000;
}
.services__lsit {
  position: relative;
  z-index: 10;
}
.services__item {
  padding-right: 17px;
}
.services__item a {
  font-size: 16px;
  line-height: 39px;
  color: #201600;
}

.click-canvas {
  position: absolute;
  top: 4%;
  left: 2%;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.letter {
  color: #ff0000;
}

.mCS-my-theme .mCSB_dragger .mCSB_dragger_bar {
  right: 8px;
  width: 32px !important;
  height: 32px !important;
  opacity: 1 !important;
  background: #ff0000 !important;
  -webkit-box-shadow: 0px 0px 20px rgba(16, 12, 21, 0.54);
  box-shadow: 0px 0px 20px rgba(16, 12, 21, 0.54);
}
.mCS-my-theme .mCSB_dragger .mCSB_dragger_bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
}

.mCS-my-theme .mCSB_scrollTools.mCSB_scrollTools_vertical {
  right: 10px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 1 !important;
  width: 7px;
  background: #dcdcdc;
  border-radius: 41px;
}

.mCS-my-theme-2 {
  z-index: 10;
}

.mCS-my-theme-2.mCSB_scrollTools {
  right: 5px !important;
}

.mCS-my-theme-2 .mCSB_dragger_bar {
  width: 6px !important;
  height: 35px !important;
  background: #ff0000 !important;
  border-radius: 100px !important;
}

.mCS-my-theme-2 .mCSB_draggerRail {
  width: 6px !important;
  background: #150035 !important;
  border-radius: 100px !important;
}

.modal {
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10% 2% 2% 2%;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__body {
  max-width: 500px;
  z-index: 10000;
}
.modal__form {
  border-radius: 10px;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.form-modal {
  padding: 65px 45px 50px 45px;
  margin-bottom: 0;
}
.form-modal__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 25px;
  width: 30px;
  height: 30px;
  z-index: 1000;
}
.form-modal__close::before,
.form-modal__close::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #ff0000;
}
.form-modal__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-modal__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-modal__title {
  margin-bottom: 35px;
}
.form-modal input[type="text"],
.form-modal input[type="tel"],
.form-modal input[type="url"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 32px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  color: #201600;
  background: #ffffff;
  z-index: 10;
}
.form-modal input[type="text"]::-webkit-input-placeholder,
.form-modal input[type="tel"]::-webkit-input-placeholder,
.form-modal input[type="url"]::-webkit-input-placeholder {
  color: #6a6a6a;
}
.form-modal input[type="text"]::-moz-placeholder,
.form-modal input[type="tel"]::-moz-placeholder,
.form-modal input[type="url"]::-moz-placeholder {
  color: #6a6a6a;
}
.form-modal input[type="text"]:-ms-input-placeholder,
.form-modal input[type="tel"]:-ms-input-placeholder,
.form-modal input[type="url"]:-ms-input-placeholder {
  color: #6a6a6a;
}
.form-modal input[type="text"]::-ms-input-placeholder,
.form-modal input[type="tel"]::-ms-input-placeholder,
.form-modal input[type="url"]::-ms-input-placeholder {
  color: #6a6a6a;
}
.form-modal input[type="text"]::placeholder,
.form-modal input[type="tel"]::placeholder,
.form-modal input[type="url"]::placeholder {
  color: #6a6a6a;
}
.form-modal__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-modal__checkbox {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .form-modal__close {
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .form-modal__close::before,
  .form-modal__close::after {
    top: 10px;
    width: 20px;
  }

  .modal--price .form-modal__close {
    top: 25px;
  }
}

.contact--two .container {
  padding: 135px 15px 105px 15px;
}

.contact--two .contact__subtitle {
  font-size: 16px;
  line-height: 26px;
  text-transform: initial;
}

.competences {
  position: relative;
}
.competences::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-blure.svg") no-repeat 70% 20%, #f8f8f8;
  z-index: -1;
}
.competences .container {
  padding: 125px 15px 75px 15px;
  position: relative;
}
.competences .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}
.competences__product {
  position: absolute;
  top: 56%;
  left: -10%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #e4e3e3;
}
.competences__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.competences__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.competences__row--one {
  position: relative;
  padding-bottom: 30px;
}
.competences__row--one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url("../img/competences-dash.svg");
}
.competences__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  font-weight: 700;
  color: #150035;
}
.competences__text span {
  color: #ff0000;
}
.competences__text:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.competences__row-two {
  padding-top: 90px;
  margin: 0 -15px;
}
.competences__column {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 3);
  flex: 1 1 calc(100% / 3);
}

.card-competences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-competences:first-child .card-competences__group--retail {
  display: none;
}

.card-competences:first-child .card-competences__text-price--month {
  display: none;
}

.card-competences:nth-child(2) .card-competences__group--retail {
  display: none;
}

.card-competences:nth-child(3) .card-competences__group--price {
  display: none;
}

.card-competences__wrap {
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 57px 50px 44px 44px;
  background-color: #ffffff;
  border-radius: 5px;
}

.card-competences:last-child .card-competences__wrap-link ul {
  display: flex;
  flex-wrap: wrap;
}

.card-competences:last-child .card-competences__wrap-link ul li {
  flex: 0 1 calc(100% / 2);
}

.card-competences:last-child .card-competences__wrap-link ul li a {
  font-weight: 700;
}

.card-competences__name {
  font-size: 36px;
  font-weight: 700;
  line-height: 77px;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: -2.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.card-competences__name svg {
  max-width: 70%;
}
.card-competences__group--iamge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.card-competences__image {
  margin-right: 37px;
}
.card-competences__image img {
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 120px;
}
.card-competences__img-text {
  color: #6a6a6a;
}
.card-competences__group--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.card-competences__column {
  padding: 0 30px;
  margin-bottom: 30px;
}
.card-competences__link,
.item-advantage-1__link {
  position: relative;
  padding-left: 18px;
  margin-bottom: 30px;
}
.card-competences__link--bold {
  font-weight: 700;
}
.card-competences__link::before,
.item-advantage-1__link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat 100%/100%;
}
.card-competences__link:last-child,
.item-advantage-1__link:last-child {
  margin-bottom: 0;
}
.card-competences__link a,
.item-advantage-1__link a {
  color: #201600;
  text-decoration: underline;
}
.card-competences__link a span,
.item-advantage-1__link a span {
  color: #ff0000;
  text-decoration: underline;
}
.card-competences__group--price {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-competences__text-price {
  margin-bottom: 15px;
}
.card-competences__text-price--month {
  margin-bottom: 0;
}
.card-competences__cost {
  font-weight: 900;
  font-size: 48px;
  line-height: 26px;
  color: #201600;
  margin-bottom: 15px;
}
.card-competences__cost span {
  font-size: 36px;
  font-weight: 400;
}
.card-competences__group--retail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 45px -10px;
}
.card-competences__wrap-image {
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2);
  flex: 1 1 calc(100% / 2);
}

.advantages {
  padding: 20px 0;
}
.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantages__row--one {
  margin: 0 -15px 35px -15px;
}
.advantages__column {
  padding: 0 15px;
}
.advantages__row--two {
  margin: 0 -15px 0 -15px;
}

.item-advantage-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(31%);
  flex: 1 1 calc(31%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-advantage-1__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 50px;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.item-advantage-1--big {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(38%);
  flex: 1 1 calc(38%);
}
.item-advantage-1:last-child .item-advantage-1__wrap {
  padding: 20px 15px 20px 25px;
}
.item-advantage-1__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-advantage-1__group--column {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-advantage-1__group--link {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px;
}
.item-advantage-1__text {
  color: #6a6a6a;
}
.item-advantage-1__image {
  margin-right: 50px;
}
.item-advantage-1__number {
  font-weight: 900;
  font-size: 100px;
  line-height: 100px;
  color: #ff0000;
}
.item-advantage-1__column {
  padding: 15px 15px;
}

.item-advantage-2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2);
  flex: 1 1 calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-advantage-2__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 55px 45px 10px 100px;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.item-advantage-2__name {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}
.item-advantage-2__name span {
  color: #ff0000;
}
.item-advantage-2__text-1 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.item-advantage-2__text-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat 100%/100%;
}
.item-advantage-2__group {
  margin-bottom: 15px;
}
.item-advantage-2__text-2 {
  font-weight: 700;
}
.item-advantage-2__text-2 span {
  color: #ff0000;
}

.certificate {
  position: relative;
}
.certificate__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/bg-blure.svg") no-repeat 70% 20%, #f8f8f8;
  z-index: -1;
}
.certificate::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 8.5vw;
  height: 8.5vw;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
}
.certificate::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 42%);
  -ms-transform: translate(-50%, 42%);
  transform: translate(-50%, 42%);
  width: 8.5vw;
  height: 8.5vw;
  border-radius: 50%;
  background: url("../img/header-bg-arrow.svg") center 70%/60% 60% no-repeat;
  z-index: 10;
  -webkit-animation-name: jumping;
  animation-name: jumping;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.certificate .container {
  padding: 70px 15px 115px 15px;
  position: relative;
}
.certificate .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}
.certificate__title {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.certificate__subtitle {
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 50px;
}
.certificate__slider {
  position: relative;
  max-width: 1365px;
  margin: 0 auto;
}
.certificate__slide {
  padding: 5px 0;
  margin: 0 12px;
}
.certificate__image a {
  display: block;
  cursor: pointer;
  /* max-height: 257px;
  max-width: 400px; */
}
.certificate__image a img {
  /* width: 100%; */
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 257px;
  /* max-width: 400px; */
}
.certificate__image a:hover {
  outline: 5px solid #ff0000;
}

.privileges {
  background: #f8f8f8;
}
.privileges .container {
  padding: 75px 15px 30px 15px;
  position: relative;
}
.privileges .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: 0;
}
.privileges__title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.privileges__slider {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}
.privileges__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.privileges__slide::before,
.privileges__slide::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 100%;
  left: 2%;
  bottom: -3%;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.privileges__slide::before {
  width: 92%;
  left: 4%;
  bottom: -6%;
}
.privileges__slide:hover .privileges__wrap {
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.34);
}
.privileges__slide:hover::before,
.privileges__slide:hover::after {
  -webkit-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.34);
}
.privileges__wrap {
  position: relative;
  padding: 70px 20px;
  background: #f8f8f8;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.privileges__name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #201600;
}
.privileges__name span {
  color: #ff0000;
}
.privileges__subname {
  margin-bottom: 30px;
  color: #6a6a6a;
}

.portfolio {
  padding: 2% 0 3% 0;
}
.portfolio__wrap {
  position: relative;
  padding: 0 50px 0 0;
}
.portfolio__wrap::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 12%;
  right: 0;
  bottom: 19%;
  border: solid #dcdcdc;
  border-width: 15px 15px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.portfolio__title {
  position: absolute;
  top: 1.5%;
  left: 36.5%;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 30px;
}
.portfolio__arrow {
  position: absolute;
  padding: 0 20px;
  top: 0;
  right: 50px;
  background-color: #fff;
}
.portfolio__arrow .slick-prev {
  margin-right: 7px;
}
.portfolio__row--one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}
.portfolio__row--two {
  position: relative;
  max-width: 1430px;
  padding: 80px 80px 80px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.portfolio__row--two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #ffffff;
  background-color: #ff0000;
  z-index: 10;
}
.portfolio__column--one {
  width: 100%;
  height: 100%;
  padding: 2.5em 1.5em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
  margin-right: 70px;
}
.portfolio__column--two {
  padding-top: 85px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 63%;
  flex: 0 1 63%;
}
.portfolio__name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #201600;
}
.portfolio__subname {
  font-size: 14px;
  line-height: 40px;
  color: #6a6a6a;
}
.portfolio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio__group-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 2 - 50px);
  flex: 0 1 calc(100% / 2 - 50px);
}
.portfolio__group-card--margin {
  margin-right: 50px;
}
.portfolio__group-card--red::before {
  content: "";
  position: absolute;
  top: -9%;
  left: -7%;
  width: 114%;
  height: 162%;
  background: #ff0000;
}
.portfolio__text-2 {
  font-size: 18px;
  margin-bottom: 40px;
}
.portfolio__text-2--white {
  color: #ffffff;
  z-index: 10;
}
.portfolio__list {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin: -20px;
}
.portfolio__list::before {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-color: #201600;
}
.portfolio__list--white::before {
  background-color: #ffffff;
}
.portfolio__wrap-item {
  padding: 20px;
}
.portfolio__item.card-item {
  width: 161px;
  height: 161px;
}
.portfolio__item.card-item::before {
  width: 161px;
  height: 161px;
}
.portfolio__item.card-item::after {
  top: -7px;
  left: -7px;
  width: 175px;
  height: 175px;
}
.portfolio__item.card-item--white::after {
  border-color: transparent transparent #ffffff #ffffff;
}
.portfolio__item.card-item--revers-white::after {
  border-color: #ffffff #ffffff transparent transparent;
}
.portfolio__item.card-item--revers-red::after {
  border-color: transparent #ff0000 #ff0000 transparent;
}
.portfolio__item .card-item__number {
  margin-bottom: 10px;
}
.portfolio__item .card-item__text-2 {
  max-width: 75px;
  margin: 0 auto;
  line-height: 12px;
}
.portfolio__item .card-item__number--white {
  color: #ffffff;
}
.portfolio__item .card-item__text-2--white {
  color: #ffffff;
}
.portfolio__price {
  position: relative;
  margin-top: 25px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.portfolio__price-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.portfolio__price-name--white {
  color: #ffffff;
}
.portfolio__price-cost {
  text-align: start;
  font-weight: 700;
  font-size: 24px;
}
.portfolio__price-cost--white {
  color: #ffffff;
}
.portfolio__text-result {
  position: relative;
  font-size: 36px;
  line-height: 33px;
  color: #ffffff;
  z-index: 10;
}
.portfolio__text-result span {
  color: #000000;
}
.portfolio__text-3 {
  position: relative;
  max-width: 350px;
  color: #ffffff;
  z-index: 10;
}
.portfolio__button {
  position: relative;
  padding: 20px 24px 20px 68px;
  color: #000000;
  background: #ffffff;
  z-index: 10;
}
.portfolio__button::before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.tablet-content {
  position: relative;
  max-height: 660px;
}
.tablet-content__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tablet-content__image img {
  height: 100%;
  width: 100%;
}
.tablet-content__logo {
  position: relative;
  padding-bottom: 42%;
}
.tablet-content__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tablet-content__wrap {
  position: relative;
  z-index: 100;
  border: 2px solid #000000;
  max-height: 570px;
  background-color: #fff;
}
.tablet-content__group {
  padding: 24px 40px 40px 47px;
}
.tablet-content__name {
  margin-bottom: 5px;
  font-weight: 700;
}

.tablet-content__group h1,
.tablet-content__group h2,
.tablet-content__group h3,
.tablet-content__group h4 {
  font-size: 16px;
  line-height: 26px;
  color: #201600;
  margin-bottom: 5px;
  font-weight: 700;
}

.tablet-content__text {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6a6a6a;
}

.tablet-content__group p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #6a6a6a;
}

.tablet-content__text a {
  color: #ff0000;
  text-decoration: underline;
}

.tablet-content__group a {
  color: #ff0000;
  text-decoration: underline;
}

.team--two {
  padding: 95px 0 20px 0;
}
.team--two .team__slider {
  margin: initial;
}
.team--two .team__wrap {
  margin-left: 32%;
}
.team--two .team__image-bg-1 {
  top: 0;
  right: 0;
  background: url("../img/team-image-bg-1.svg") no-repeat 100% 50%/12%;
}
.team--two .team__image-bg-2 {
  bottom: 0;
  left: 0;
  background: url("../img/team-bg-image-2.svg") no-repeat 0% 60%/30%;
}

.team__group-text {
  max-width: 770px;
  margin-top: 50px;
}

.team__subtitle {
  margin-bottom: 35px;
}
.team__subtitle span {
  color: #ff0000;
}

.team__discription {
  margin-bottom: 35px;
}

.team__text-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.team__text-subtitle {
  font-weight: 700;
  margin-bottom: 30px;
}

.team__list {
  margin-bottom: 25px;
}

.team__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.team__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff0000;
}

.promotion.scrolled {
  padding-top: 135px;
}

.promotion__row--one {
  position: relative;
  padding: 45px 0 145px 0;
  /* background: url("../img/page-3-promotion-image-bg.png") no-repeat bottom/cover; */
}
.promotion__row--one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 37, 42, 0.44);
  z-index: 0;
}

.promotion__group-link {
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}

.promotion__title {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
}

.promotion__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.link-item {
  position: relative;
  display: inline-block;
  margin-right: 37px;
}
.link-item a {
  font-size: 14px;
  color: #ffffff;
}
.link-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  right: -25px;
  width: 10px;
  height: 8px;
  background: url("../img/header-bg-arrow.svg") no-repeat 100%/100%;
}
.link-item:last-child::before {
  content: none;
}
.link-item:hover a {
  border-bottom: 1px solid #ffffff;
}
.link-item.current span {
  font-size: 14px;
  color: #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.side-menu {
  position: relative;
  margin-top: -86px;
  min-width: 370px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.side-menu__title {
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff0000;
}
.side-menu__name {
  position: relative;
  padding: 26px 0 26px 69px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.side-menu__name span {
  color: #ff0000;
}
.side-menu__name::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 32px;
}
.side-menu__name::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  right: 32px;
  width: 11px;
  height: 11px;
  background: url("../img/side-menu-arrow-icon.svg") no-repeat 100%/100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.side-menu__name--icon-1::before {
  width: 22px;
  height: 22px;
  background: url("../img/side-menu-icon-1.svg") no-repeat 100%/100%;
}
.side-menu__name--icon-2::before {
  width: 22px;
  height: 22px;
  background: url("../img/side-menu-icon-2.svg") no-repeat 100%/100%;
}
.side-menu__name--icon-3::before {
  width: 22px;
  height: 22px;
  background: url("../img/side-menu-icon-3.svg") no-repeat 100%/100%;
}
.side-menu__name--icon-4::before {
  width: 23px;
  height: 23px;
  background: url("../img/side-menu-icon-4.svg") no-repeat 100%/100%;
}
.side-menu__name.current {
  color: #ff0000;
}
.side-menu__name.current::after {
  -webkit-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
  -webkit-filter: none;
  filter: none;
}
.side-menu__list {
  padding: 22px 30px 22px 90px;
  display: none;
}
.side-menu__item {
  position: relative;
  margin-bottom: 18px;
}
.side-menu__item a {
  color: #201600;
}
/* .side-menu__item:last-child {
  margin-bottom: 0;
} */
.side-menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  left: -20px;
  width: 8px;
  height: 8px;
  background: url("../img/side-menu-arrow-icon.svg") no-repeat 100%/100%;
}
.side-menu__item.current a {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.info-promo {
  padding: 45px 0 50px 30px;
}
.info-promo__text-1 {
  text-align: justify;
  font-weight: 700;
  margin-bottom: 35px;
}
.info-promo__text-2 {
  color: #6a6a6a;
  margin-bottom: 15px;
}
.info-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.info-promo__column {
  margin: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 15px);
  flex: 1 1 calc(100% / 2 - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-promo__column p {
  margin-bottom: 15px;
}

.info-promo__column ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.info-promo__column li {
  position: relative;

  color: #6a6a6a;
  margin-bottom: 18px;
}

.info-promo__column ul li {
  padding-left: 20px;
}

.info-promo__column ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff0000;
}

.info-promo__column ol li {
  list-style-position: inside;
}

.info-promo__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.info-promo__title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}
.info-promo__title span {
  color: #ff0000;
}
.info-promo__item {
  position: relative;
  padding-left: 20px;
  color: #6a6a6a;
  margin-bottom: 18px;
}
.info-promo__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff0000;
}
.info-promo__price {
  padding: 1em 0;
  font-size: 48px;
  text-align: center;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.info-promo__price span {
  color: #ff0000;
}
.info-promo__price strong {
  font-weight: 700;
}
.info-promo__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
}
.info-promo__name span {
  color: #ff0000;
}
.info-promo__group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px;
}
.info-promo__logo-item {
  margin: 30px;
}
.info-promo__project {
  position: relative;
  padding: 24px 0 24px 160px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
.info-promo__project span {
  position: absolute;
  top: -13%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  font-size: 30px;
  border-radius: 50%;
  color: #ff0000;
  background: #ffffff;
  z-index: 10;
}
.info-promo__subtext {
  max-width: 500px;
  font-size: 14px;
  font-style: italic;
  color: #6a6a6a;
}

.type-work {
  padding: 70px 0 50px 0;
  background-color: #f8f8f8;
}
.type-work__wrap {
  padding: 47px 10px 0px 10px;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.type-work__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.type-work__title span {
  color: #ff0000;
}

.table-work__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.table-work__row:last-child {
  border: none;
}

.table-work__row--caption {
  background: #ff0000;
  border-radius: 5px;
}

.table-work__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 4);
  flex: 1 1 calc(100% / 4);
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.table-work__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 4);
  flex: 1 1 calc(100% / 4);
  padding: 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #6a6a6a;
  border-right: 1px dashed #dcdcdc;
}
.table-work__text:first-child {
  padding: 23px 5px 23px 21px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.table-work__text:last-child {
  border: none;
}

.application {
  padding-top: 40px;
  padding-bottom: 60px;
}

.application--page-3 {
  background: #f8f8f8;
  padding-bottom: 0px;
}

.application--page-3 {
}

.application__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #150035;
}
.application__title span {
  color: #ff0000;
}
.application__wrap {
  position: relative;
  background: #23252a;
}
.application__wrap .container {
  padding: 0 15px;
  position: relative;
}
.application__wrap .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: 0;
}
.application__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
.application__column:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
}
.application__column:last-child {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
  padding: 60px 70px;
}
.application__column:last-child::before {
  content: "";
  position: absolute;
  top: -13%;
  left: 0%;
  width: 101%;
  height: 120%;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.application__banner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  min-height: 370px;
  background: #ffffff;
  border-radius: 5px;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page-3-banner-image.svg") no-repeat 0% 100%/50%;
}
.banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 37px;
  height: 37px;
  background: url("../img/page-3-banner-arrow-icon.svg") no-repeat;
}
.banner__wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #23252a;
  border-radius: 5px;
}
.banner__novelty {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.banner__novelty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/page-3-novelty-icon.svg") no-repeat;
  z-index: 0;
}
.banner__novelty span {
  position: relative;
  padding-left: 10px;
  z-index: 10;
}
.banner__name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #150035;
}
.banner__name span {
  color: #ff0000;
}
.banner__text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #150035;
}
.banner__text span {
  color: #ff0000;
}

.form-application {
  position: relative;
  z-index: 1000;
}
.form-application__group--input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px;
}
.form-application__name {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 30px);
  flex: 1 1 calc(100% / 2 - 30px);
  margin: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application__phone {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 30px);
  flex: 1 1 calc(100% / 2 - 30px);
  margin: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application__email {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 30px);
  flex: 1 1 calc(100% / 2 - 30px);
  margin: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application__url {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 2 - 30px);
  flex: 1 1 calc(100% / 2 - 30px);
  margin: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application input[type="text"],
.form-application input[type="tel"],
.form-application input[type="url"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 27px 20px 27px 43px;
  background: #ffffff;
  border-radius: 5px;
}
.form-application input[type="text"]::-webkit-input-placeholder,
.form-application input[type="tel"]::-webkit-input-placeholder,
.form-application input[type="url"]::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #6a6a6a;
}
.form-application input[type="text"]::-moz-placeholder,
.form-application input[type="tel"]::-moz-placeholder,
.form-application input[type="url"]::-moz-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #6a6a6a;
}
.form-application input[type="text"]:-ms-input-placeholder,
.form-application input[type="tel"]:-ms-input-placeholder,
.form-application input[type="url"]:-ms-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #6a6a6a;
}
.form-application input[type="text"]::-ms-input-placeholder,
.form-application input[type="tel"]::-ms-input-placeholder,
.form-application input[type="url"]::-ms-input-placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #6a6a6a;
}
.form-application input[type="text"]::placeholder,
.form-application input[type="tel"]::placeholder,
.form-application input[type="url"]::placeholder {
  font-size: 14px;
  line-height: 13px;
  color: #6a6a6a;
}
.form-application__group--range {
  margin-top: 37px;
}
.form-application__text {
  color: #ffffff;
  margin-bottom: 10px;
}
.form-application__subtext {
  font-style: italic;
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__range {
  margin-top: 70px;
  margin-bottom: 35px;
}
.form-application__group--file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 25px;
}
.form-application__add-file {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 15px);
  flex: 1 1 calc(50% - 15px);
  margin: 0 15px;
  padding: 30px;
  border: 1px dashed #dcdcdc;
  border-radius: 5px;
}
.form-application__add-file input[type="file"] {
  display: none;
}
.form-application__file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application__file-button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 34px 0 34px 120px;
  margin-bottom: 15px;
  display: block;
  background: #ff0000;
  border-radius: 5px;
  cursor: pointer;
}
.form-application__file-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 60px;
  width: 41px;
  height: 41px;
  background: url("../img/page-3-paper-clip-icon.svg") no-repeat;
}
.form-application__file-button-text {
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.form-application__comment {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(60% - 30px);
  flex: 1 1 calc(60% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-application__comment textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 180px;
  padding: 41px 20px 20px 48px;
  background: #ffffff;
  border-radius: 5px;
  resize: none;
}
.form-application__comment textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__comment textarea::-moz-placeholder {
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__comment textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__comment textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__comment textarea::placeholder {
  font-size: 14px;
  color: #6a6a6a;
}
.form-application__group--order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-application__checkbox {
  position: relative;
  display: block;
  padding-left: 45px;
  max-width: 300px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
}
.form-application__checkbox input {
  display: none;
}
.form-application__checkbox input:checked ~ .form-application__checkmarck::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.form-application__checkmarck {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.form-application__checkmarck::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: url("../img/form-checkbox-icon.svg") no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.form-application__button {
  padding: 22px 20px 22px 68px;
  border: 1px solid #ff0000;
  background: none;
}

.tooltip {
  position: absolute;
  top: -165%;
  left: -67%;
  width: 75px;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-radius: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ffffff;
}

#amount {
  width: 100%;
  padding: 11px 0;
  font-weight: 700;
  font-size: 14px;
  color: #201600;
  text-align: center;
  border-radius: 20px;
}

#amount-2 {
  width: 100%;
  padding: 11px 0;
  font-weight: 700;
  font-size: 14px;
  color: #201600;
  text-align: center;
  border-radius: 20px;
}

.advantages--page-3 {
  padding: 100px 0 30px 0;
}

.competences--page-3 .container {
  padding: 80px 15px 75px 15px;
}

/* .promotion--page-4 .promotion__row--one {
  background: url("../img/page-4-promotion-image-bg.png") no-repeat bottom/cover;
} */

.conditions--page-4 {
  background: none;
}
.conditions--page-4 .container {
  padding: 10px 15px 150px;
}
.conditions--page-4 .container::before {
  content: none;
}
.conditions--page-4 .container::after {
  top: -15%;
  height: 100%;
  width: 100vw;
}
.conditions--page-4 .conditions__title {
  padding-left: 100px;
  text-align: start;
}

.cases--page-4 .container {
  padding: 0px 15px 86px 15px;
}

.footer {
  position: relative;
  padding: 55px 0;
  background-color: #23252a;
}
.footer .container {
  position: relative;
}
.footer .container::before {
  content: "";
  position: absolute;
  right: 0;
  width: 126px;
  height: 166px;
  background: url("../img/footer-image-bg.svg") no-repeat 100%/100%;
}
.footer__text-bg {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}
.footer__text-bg span {
  color: #ff0000;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__row--one {
  margin-bottom: 55px;
}
.footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.footer__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.footer__name span {
  color: #ff0000;
}
.footer__text a {
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
}
.footer__text-2 {
  margin-right: 36px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
.footer__text-2:last-child {
  margin-right: 0;
}
.footer__text-2 a {
  color: #ffffff;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

.cases__slider .slick-list {
  margin-left: -20px;
  padding: 20px 0 20px 20px;
}

.certificate__slider .slick-list {
  padding: 0 5px;
}

.privileges__slider .slick-list {
  padding: 50px 0 !important;
}

.portfolio__slider .slick-list {
  padding-bottom: 30px;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
.slick-arrow {
  position: relative;
  width: 81px;
  height: 81px;
  font-size: 0;
  border-radius: 5px;
  background-color: #ff0000;
  z-index: 100;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../img/slider-arrow-icon.svg") no-repeat 100%/100%;
}

.certificate__slider .slick-arrow,
.privileges__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.team__slider .slick-arrow {
  position: absolute;
  top: 59%;
}

/* Стрелка влево */
.slick-arrow.slick-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.certificate__slider .slick-arrow.slick-prev,
.privileges__slider .slick-arrow.slick-prev {
  left: -99px;
}

.team__slider .slick-arrow.slick-prev {
  left: -100px;
}

/* Стрелка вправо */
.team__slider .slick-arrow.slick-next {
  right: -100px;
}

.certificate__slider .slick-arrow.slick-next,
.privileges__slider .slick-arrow.slick-next {
  right: -99px;
}

/* Стрелка не активная */
/* Точки (булиты) */
.team__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.team__slider .slick-dots li {
  position: relative;
  width: 11px;
  height: 11px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #201600;
}
.team__slider .slick-dots li:last-child {
  margin-right: 0;
}

/* Активная точка */
.slick-dots li.slick-active {
  background: #ff0000;
}
.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: #d7d7d7;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Элемент точки */
.team__slider .slick-dots li button {
  font-size: 0;
}

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  10% {
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
  20% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  30% {
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
  40% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  100% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
}

@keyframes jumping {
  0% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  10% {
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
  20% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  30% {
    -webkit-transform: translate(-50%, 55%);
    transform: translate(-50%, 55%);
  }
  40% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
  100% {
    -webkit-transform: translate(-50%, 42%);
    transform: translate(-50%, 42%);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-550px, 0) scale(0.7);
    transform: translate(-550px, 0) scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-550px, 0) scale(0.7);
    transform: translate(-550px, 0) scale(0.7);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fadeInScale.animate {
  -webkit-animation-name: fadeInScale;
  animation-name: fadeInScale;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate(-150px, 0);
  -ms-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fadeIn.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slideTo {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slideTo.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header__title {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.header__subtitle--one {
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

.header__subtitle--two {
  -webkit-transition: all 0.6s ease 0.4s;
  -o-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

.header.scrolled .nav__item a::before {
  background: #000000;
}

.header--three .nav__item a::before {
  background: #000000;
}

.promo__subtitle {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.nav__button:hover span {
  background-color: #ff0000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__button:hover span::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(1);
  filter: invert(1);
}

.nav__item a {
  position: relative;
}
.nav__item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__item a:hover::before {
  opacity: 1;
  width: 100%;
}

.nav__item:nth-of-type(2) a::before {
  background: #000000;
}

.nav__phone a {
  position: relative;
}
.nav__phone a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: auto;
  opacity: 0;
  background: #201600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__phone a:hover::before {
  opacity: 1;
  width: 100%;
}

.main-btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-btn::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-btn:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
  color: #000000;
}
.main-btn:hover::before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.card-price {
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.card-price:nth-child(2) {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact__column {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__column--one {
  -webkit-transform: translate(-150px, 0);
  -ms-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
}
.contact__column--two {
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  transform: translate(150px, 0);
}
.contact__column.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  border: 1px solid #6a6a6a;
  background-color: #ffffff;
}
.slick-arrow:hover::before {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.guarantee__subtitle {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}

.guarantee__text {
  -webkit-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.order__subtitle {
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

.order__text::before {
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.order__text.animate.order__text::before {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.order__form {
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  transform: translate(150px, 0);
}

.card-item::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-item.animate.card-item::after {
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.side-menu__item a:hover {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.animate-canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-competences:first-child {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.card-competences:nth-child(2) {
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

.card-competences:last-child {
  -webkit-transition: all 0.6s ease 0.4s;
  -o-transition: all 0.6s ease 0.4s;
  transition: all 0.6s ease 0.4s;
}

.item-advantage-1:last-child {
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
  transform: translate(150px, 0);
}
.item-advantage-1:last-child.animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.footer__text a,
.footer__text-2 a {
  position: relative;
}
.footer__text a::before,
.footer__text-2 a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__text a:hover::before,
.footer__text-2 a:hover::before {
  opacity: 1;
  width: 100%;
}

.m-image__bar {
  will-change: transform;
  opacity: 0;
}
.m-image__bar:nth-child(1) .m-image__bar-image {
  left: 0vw;
}
.m-image__bar:nth-child(2) .m-image__bar-image {
  left: -6.1125vw;
}
.m-image__bar:nth-child(3) .m-image__bar-image {
  left: -12.225vw;
}
.m-image__bar:nth-child(4) .m-image__bar-image {
  left: -18.3375vw;
}
.m-image__bar:nth-child(5) .m-image__bar-image {
  left: -24.45vw;
}
.m-image__bar:nth-child(6) .m-image__bar-image {
  left: -30.5625vw;
}
.m-image__bar:nth-child(7) .m-image__bar-image {
  left: -36.675vw;
}
.m-image__bar:nth-child(8) .m-image__bar-image {
  left: -42.7875vw;
}
.m-image__bar--animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.m-image__bar--animated:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.m-image__bar--animated:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.m-image__bar--animated:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.m-image__bar--animated:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.m-image__bar--animated:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.m-image__bar--animated:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.m-image__bar--animated:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.m-image__bar--animated:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@media (max-width: 1590px) {
  .certificate__slider {
    max-width: 1000px;
  }
  .privileges__slider .slick-slide {
    max-width: initial;
  }
  .privileges__slider {
    max-width: 850px;
  }
  .competences__product {
    display: none;
  }
  .price__product {
    display: none;
  }
  .portfolio__row--two::before {
    width: 97%;
  }
}

@media (max-width: 1470px) {
  .card-price__name {
    font-size: calc(26px + 10 * ((100vw - 320px) / 1270));
  }
  .card-competences__name {
    font-size: calc(26px + 10 * ((100vw - 320px) / 1270));
  }
  body {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1270));
  }
  .title-h1,
  h1 {
    font-size: calc(20px + 48 * ((100vw - 320px) / 1270));
  }
  .title-h2,
  h2 {
    font-size: calc(17px + 19 * ((100vw - 320px) / 1270));
  }
  .title-h3,
  h3 {
    font-size: calc(20px + 16 * ((100vw - 320px) / 1270));
  }
  .header {
    padding: 15px 0;
    background-color: #f8f8f8;
  }
  .promo.scrolled {
    padding-top: 177px;
  }
  .promo--two.scrolled {
    padding-top: 147px;
  }
  .nav__text {
    display: none;
  }
  .nav__logo {
    margin-top: -15px;
    margin-right: 30px;
  }
  .nav__menu {
    margin-top: 8px;
  }
  .nav__item {
    margin-right: 20px;
  }
  .nav__item a {
    font-size: 12px;
    color: #201600;
  }
  .nav__item a::before {
    background: #000 !important;
  }
  .price__column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card-price__group--one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-price__image {
    max-width: 70%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .card-price__wrap {
    text-align: center;
  }
  .card-price__item {
    padding: 20px;
  }
  .card-price__text-3 {
    font-size: calc(14px + 10 * ((100vw - 320px) / 1270));
  }
  .card-condition__text-2 {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .contact .container {
    padding: 65px 15px;
  }
  .contact__subtitle {
    font-size: calc(14px + 10 * ((100vw - 320px) / 1270));
  }
  .contact__row {
    padding: 0 6%;
  }
  .contact__text-back {
    display: none;
  }
  .cases__column:first-child {
    margin-right: 40px;
  }
  .card-case__group--two {
    width: 110px;
    height: 110px;
  }
  .card-case__group--two::before {
    width: 110px;
    height: 110px;
  }
  .card-case__group--two::after {
    width: 120px;
    height: 120px;
  }
  .card-case__number {
    font-size: 16px;
  }
  .card-case__text-2 {
    font-size: 9px;
  }

  .guarantee__text-bg {
    display: none;
  }
  .guarantee__sticer {
    display: none;
  }
  .team__text-bg-2 {
    display: none;
  }
  .services__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
  }
  .footer .container::before {
    background: url("../img/footer-image-bg.svg") no-repeat 100%/80%;
  }
  .footer__text a {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1270));
  }
  .footer__text-bg {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1270));
  }
  .header-wrapper--two .bg-red-dots {
    display: none;
  }
  .item-advantage-2__wrap {
    padding: 30px;
  }
  .certificate::before {
    bottom: 3%;
  }
  .certificate::after {
    bottom: 3%;
  }
  .certificate__slider .slick-arrow,
  .privileges__slider .slick-arrow {
    width: 41px;
    height: 41px;
  }
  .certificate__slider .slick-arrow::before,
  .privileges__slider .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
  .certificate__slider .slick-arrow.slick-prev,
  .privileges__slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .certificate__slider .slick-arrow.slick-next,
  .privileges__slider .slick-arrow.slick-next {
    right: -50px;
  }
  .portfolio__row--two {
    padding: 80px 120px 80px 100px;
  }
  .portfolio__row--two::before {
    width: 94%;
  }
  .portfolio__wrap {
    padding: 0;
  }
  .portfolio__title {
    top: 1.5%;
    left: 40.5%;
  }
  .portfolio__arrow {
    top: 1.5%;
  }
  .portfolio__group-card--red::before {
    top: -3%;
    left: -7%;
    width: 114%;
    height: 186%;
  }
  .portfolio__column--one {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(45% - 70px);
    flex: 0 1 calc(45% - 70px);
  }
  .portfolio__column--two {
    padding-top: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66% - 70px);
    flex: 0 1 calc(66% - 70px);
  }
  .portfolio .card-item {
    width: 115px;
    height: 115px;
  }
  .portfolio .card-item::before {
    width: 115px;
    height: 115px;
  }
  .portfolio .card-item::after {
    top: -4px;
    left: -4px;
    width: 125px;
    height: 125px;
  }
  .portfolio .card-item__number {
    margin-bottom: 0;
    font-size: 20px;
  }
  .portfolio .slick-arrow {
    width: 41px;
    height: 41px;
  }
  .portfolio .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
  .team--two .team__image-bg-1 {
    display: none;
  }
  .team--two .team__image-bg-2 {
    display: none;
  }
  .team--two .team__wrap {
    margin-left: 0;
  }
  .team--two .team__subtitle {
    text-align: center;
  }
  .team--two .team__group-text {
    max-width: initial;
  }
  .team--two .team__slider {
    margin: 0 auto;
  }
  .team--two .team__text-title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
  .tablet-content__group h1,
  .tablet-content__group h2,
  .tablet-content__group h3,
  .tablet-content__group h4 {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1270));
  }
  .tablet-content__text {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1270));
  }
  .tablet-content__group p {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1270));
  }
  .application__title {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1270));
  }
  .application__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
  .application__column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }
  .info-promo__title {
    font-size: calc(20px + 16 * ((100vw - 320px) / 1270));
  }
  .info-promo__project {
    padding: 24px 0 24px 120px;
    font-size: 13px;
  }
  .info-promo__project span {
    top: 0%;
    width: 75px;
    height: 75px;
  }
  .info-promo__price {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1270));
  }
  .type-work__title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .form-application__file-button {
    padding-left: 80px;
  }
  .form-application__file-button::before {
    left: 30px;
  }
  .form-application__file-button-text {
    font-size: 14px;
  }
  .promotion.scrolled {
    padding-top: 97px;
  }
  .privileges .container {
    padding: 45px 15px 15px 15px;
  }
  .privileges__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1170px) {
  .advantages.advantages--page-3 {
    padding: 60px 0 30px 0;
  }
  .main-btn {
    font-size: 11px;
  }
  .bg-red-dots {
    display: none;
  }
  .nav__item a {
    font-size: 11px;
  }
  .nav__phone {
    margin-right: 20px;
  }
  .nav__phone a {
    font-size: 12px;
  }
  .nav__button {
    padding: 15px 10px 15px 41px;
  }
  .nav__button span {
    width: 25px;
    height: 25px;
  }
  .promo.scrolled {
    padding-top: 163px;
  }
  .promo--two.scrolled {
    padding-top: 133px;
  }
  .promo__group {
    margin: 0 0 35px 0;
  }
  .promo__item {
    margin: 0 0 25px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 1 - 30px);
    flex: 0 1 calc(100% / 1 - 30px);
  }
  .cooperation-logic {
    padding: 40px 0 40px 0;
  }
  .cooperation-logic__title {
    margin-bottom: 40px;
  }
  .cooperation-logic__row {
    border-radius: 10.5%/28%;
    margin-bottom: 20px;
  }
  .cooperation-logic__item {
    width: calc(50% - 40px);
    margin-bottom: 40px;
  }
  .price__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__column {
    margin-top: 0;
  }
  .price__column:nth-child(2) {
    margin-bottom: 80px;
  }
  .card-price {
    margin-bottom: 80px;
  }
  .card-price:last-child {
    margin-bottom: 20px;
  }
  .card-price:nth-child(2) .card-price__item {
    padding-top: 20px;
  }
  .card-price:nth-child(2) .card-price__item::before,
  .card-price:nth-child(2) .card-price__item::after {
    content: none;
  }
  .card-price__item {
    padding: 20px 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .card-price__item--big {
    padding-top: inherit;
  }
  .card-price__cost {
    font-size: calc(20px + 28 * ((100vw - 320px) / 1270));
  }
  .card-price__cost span {
    font-size: calc(16px + 20 * ((100vw - 320px) / 1270));
  }
  .card-price__group--one {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
  .card-price__group--two {
    padding: 15px 25px;
    margin-bottom: 0;
  }
  .form {
    padding: 40px 20px 40px 40px;
  }
  .form__button {
    margin-right: 20px;
  }
  .cases__title--one {
    top: 4%;
  }
  .cases__title--two {
    bottom: -24%;
    right: 40px;
  }
  .cases__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 0;
  }
  .cases__column:first-child {
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20% 40% 35% 40%;
    background-color: initial;
  }
  .cases__column:first-child img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cases__column:last-child {
    padding: 0;
  }
  .cases__group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px -15px;
  }
  .cases__item {
    padding: 15px 15px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
  }
  .cases__name {
    text-align: center;
  }
  .cases__subname {
    text-align: center;
    padding: 0 20px;
    line-height: 25px;
    font-size: calc(14px + 4 * ((100vw - 320px) / 1270));
  }
  .cases__arrow {
    padding: 0 10px;
    top: 4%;
  }
  .guarantee::before {
    content: none;
  }
  .guarantee .container {
    padding: 40px 15px;
  }
  .guarantee__column {
    max-width: initial;
    text-align: center;
  }
  .guarantee__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .team {
    padding: 50px 0;
  }
  .team__image-bg-1 {
    display: none;
  }
  .team__image-bg-2 {
    display: none;
  }
  .trust__row--one {
    padding: 0 40px;
    margin: 0 -20px;
  }
  .trust__item-logo {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
  }
  .trust__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .order::before {
    content: none;
  }
  .order .container {
    padding: 40px 15px 140px 15px;
  }
  .order__title {
    font-size: calc(36px + 36 * ((100vw - 320px) / 1270));
    line-height: 50px;
    margin-bottom: 40px;
  }
  .order__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
    max-width: initial;
    margin-bottom: 40px;
  }
  .order__text-2 {
    display: none;
  }
  .order__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order__column {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order__text {
    font-size: calc(30px + 42 * ((100vw - 320px) / 1270));
    line-height: 50px;
  }
  .order__text::before {
    bottom: -112%;
    background: url("../img/order-icon-arrow.svg") no-repeat 100%/100%;
  }
  .form-order,
  .form-modal {
    margin-bottom: 40px;
  }
  .team__slider .slick-arrow.slick-prev,
  .team__slider .slick-arrow.slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .slick-arrow {
    width: 41px;
    height: 41px;
  }
  .slick-arrow::before {
    width: 20px;
    height: 20px;
  }
  .competences__row-two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .competences__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    margin-bottom: 50px;
  }
  .competences__column:last-child {
    margin-bottom: 0;
  }
  .card-competences__wrap {
    padding: 30px;
  }
  .card-competences__cost {
    font-size: calc(20px + 28 * ((100vw - 320px) / 1270));
  }
  .card-competences__cost span {
    font-size: calc(16px + 20 * ((100vw - 320px) / 1270));
  }
  .advantages__row--one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-advantage-1 {
    margin-bottom: 30px;
  }
  .item-advantage-1:last-child {
    margin-bottom: 0;
  }
  .item-advantage-1__group--column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .item-advantage-1__group--image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-advantage-1__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .item-advantage-1__text {
    text-align: center;
  }
  .certificate__slider {
    max-width: 850px;
  }
  .certificate__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
  }
  .certificate__image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .portfolio__wrap {
    padding-top: 40px;
  }
  .portfolio__wrap::before {
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 15px;
  }
  .portfolio__title {
    top: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .portfolio__name {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1270));
  }
  .portfolio__subname {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1270));
    line-height: 24px;
    margin-bottom: 25px;
  }
  .portfolio__arrow {
    top: 2%;
  }
  .portfolio__slide {
    padding: 0 40px 40px 40px;
  }
  .portfolio__row--one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 70px;
  }
  .portfolio__row--two {
    padding: 80px 120px 80px 40px;
  }
  .portfolio__column--two {
    margin-top: 30px;
    padding: 0;
  }
  .portfolio__name {
    text-align: center;
  }
  .portfolio__subname {
    text-align: center;
  }
  .portfolio__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .portfolio__group-card--red::before {
    height: 165%;
  }
  .portfolio__text-result {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1270));
  }
  .tablet-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .tablet-content__text {
    margin-bottom: 10px;
  }
  .tablet-content__group p {
    margin-bottom: 10px;
  }
  .promotion.scrolled {
    padding-top: 83px;
  }
  .info-promo__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-promo__project span {
    left: 2%;
  }
  .table-work__text {
    font-size: calc(10px + 4 * ((100vw - 320px) / 1270));
  }
  .application__row {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .application__column:first-child {
    padding: 0;
  }
  .application__column:last-child::before {
    content: none;
  }
  .banner::before {
    background: url("../img/page-3-banner-image.svg") no-repeat 0% 100%/40%;
  }
  .cooperation-logic--page-4 {
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  .cases__title--two {
    bottom: -26%;
  }

  .header-wrapper .m-image {
    display: none;
  }
  .promo {
    padding: 30px 0 0 0;
  }
  .promo.scrolled {
    padding-top: 90px;
  }
  .promo--two.scrolled {
    padding-top: 100px;
  }
  .promo--two .promo__item {
    padding-left: 0;
  }
  .promo::before {
    content: none;
  }
  .promo::after {
    content: none;
  }
  .promo__column {
    width: 100%;
    text-align: center;
  }
  .promo__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .promo__item {
    text-align: center;
    padding-left: 0;
  }
  .promo__item span {
    display: none;
  }
  .promo__button {
    padding: 20px 30px 20px 60px;
  }
  .promo__button::before {
    left: 13px;
  }
  .nav__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    margin-top: 0;
    height: 100%;
    padding: 25vh 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #23252a;
    z-index: 10000;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav__menu.active {
    right: 0;
  }
  .nav__item {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .nav__item a {
    font-size: 26px;
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff;
  }
  .nav__item a::before {
    content: none;
  }
  .nav__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__close-mobil {
    display: block;
  }
  .price__subtitle {
    margin-bottom: 40px;
  }
  .price .container {
    padding: 40px 15px;
  }
  .conditions__row {
    padding-left: 0px;
  }
  .conditions__title {
    margin-bottom: 50px;
  }
  .conditions .container {
    padding: 50px 15px 20px 15px;
  }
  .conditions .container::after {
    content: none;
  }
  .conditions__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
  }
  .card-condition {
    text-align: center;
  }
  .card-condition__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-condition__text-1 {
    padding-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form__checkbox,
  .form-order__checkbox,
  .form-modal__checkbox {
    margin-bottom: 20px;
  }
  .cases .container {
    padding: 40px 15px 40px 15px;
  }
  .form-order__group,
  .form-modal__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-order__checkbox,
  .form-modal__checkbox {
    text-align: left;
    margin-bottom: 30px;
  }
  .form-order__button,
  .form-modal__button {
    margin-right: 0;
  }
  .team__slider .slick-arrow.slick-prev {
    left: -50px;
  }
  .team__slider .slick-arrow.slick-next {
    right: -50px;
  }
  .services__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
  }
  .footer .container::before {
    content: none;
  }
  .footer__text-bg {
    right: 15px;
  }
  .promo--two .promo__text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1270));
    margin: 0 auto 30px auto;
  }
  .competences .container {
    padding: 40px 15px;
  }
  .advantages__row--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .item-advantage-2 {
    margin-bottom: 30px;
  }
  .item-advantage-2:last-child {
    margin-bottom: 0;
  }
  .item-advantage-2__name {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
  .certificate__slider .slick-arrow.slick-prev {
    left: 18px;
  }
  .certificate__slider .slick-arrow.slick-next {
    right: 18px;
  }
  .portfolio__row--two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 120px 25px 40px;
  }
  .portfolio__text-result {
    margin-bottom: 15px;
  }
  .portfolio__text-3 {
    margin-bottom: 15px;
  }
  .tablet-content {
    max-width: 390px;
  }
  .tablet-content__wrap {
    max-height: 440px;
  }
  .promotion.scrolled {
    padding-top: 70px;
  }
  .promotion__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-promo {
    padding: 25px 0 30px 0px;
  }
  .info-promo__title {
    text-align: center;
  }
  .application {
    padding-bottom: 0;
  }
  .form-application__group--file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-application__add-file {
    margin-bottom: 30px;
  }
  .privileges__slider {
    max-width: 450px;
  }
  .privileges .container::before {
    content: none;
  }
  .animate-canvas {
    display: none;
  }
  .click-canvas {
    display: none;
  }
  .conditions--page-4 .conditions__title {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .type-work__wrap table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ff0000 !important;
  }
  .type-work__wrap table tr td {
    width: 100% !important;
    font-size: 12px !important;
    text-align: center;
    border-bottom: 1px solid #dcdcdc !important;
    border-left: 1px dashed #dcdcdc !important;
    border-right: 1px dashed #dcdcdc !important;
  }

  .type-work__wrap table tr:first-child td {
    border-bottom: 1px solid #ffffff !important;
    font-size: 14px !important;
  }

  .type-work__wrap table tr:first-child td:last-child {
    border-bottom: none !important;
  }

  .type-work__wrap table tr:last-child {
    border-bottom: none !important;
  }

  .type-work__wrap table tr td:first-child {
    padding: 29px 10px;
  }

  .type-work__wrap table td:first-child {
    justify-content: center !important;
  }

  .title-h1,
  h1 {
    line-height: 40px;
  }
  .title-h2,
  h2 {
    line-height: 20px;
  }
  .header-wrapper {
    padding-bottom: 15px;
  }
  .promo__item {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    font-size: 14px;
  }
  .promo__subtitle {
    margin-bottom: 30px;
  }
  .promo .dashed {
    width: 18px;
  }
  .promo .dashed::before {
    top: -8px;
  }
  .bg-red-dots {
    display: none;
  }
  .nav__menu {
    width: 100%;
  }
  .cooperation-logic__row {
    border-radius: 30px;
    background: #ff0000;
  }
  .cooperation-logic__item {
    width: 100%;
  }
  .card-price__item {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-price__group {
    margin-bottom: 30px;
  }
  .card-price__group--three {
    margin-bottom: 0;
  }
  .card-price__btn {
    bottom: -2.5%;
    padding: 10px 27px 10px 55px;
  }
  .card-price__btn::before {
    left: 11px;
    background: url("../img/icon-button.svg") center/75% no-repeat;
  }
  .contact .container {
    padding: 40px 15px;
  }
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .contact__column--two {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    margin-bottom: 50px;
  }
  .contact__text {
    padding: 8%;
    font-size: 14px;
  }
  .contact__subtitle {
    margin: 0 auto 20px;
  }
  .form {
    padding: 40px;
  }
  .form::before {
    right: 20px;
    border-width: 2px 2px 2px 2px;
  }
  .form::after {
    border-width: 15px 15px 15px 15px;
    border-radius: 5px;
  }
  .cases .container {
    padding: 0 15px;
  }
  .cases__title--one {
    top: 4.8%;
    left: 7%;
    padding: 0 10px;
  }
  .cases__title--two {
    padding: 0 5px;
    right: 21px;
    bottom: -4%;
    line-height: 24px;
  }
  .cases__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-case__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .card-case__group--two {
    margin-bottom: 20px;
  }
  .team__title {
    margin-bottom: 20px;
  }
  .team__text-bg-1 {
    display: none;
  }
  .team__slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .team__slider .slick-arrow.slick-next {
    right: 15px;
  }
  .trust::before {
    content: none;
  }
  .trust::after {
    content: none;
  }
  .trust__bg-line {
    display: none;
  }
  .trust__bg-line-2 {
    display: none;
  }
  .trust__bg-line-3 {
    display: none;
  }
  .trust__bg-line-4 {
    display: none;
  }
  .trust .container {
    padding: 50px 15px 12px 15px;
  }
  .trust__row--one {
    padding: 0;
    margin: 0;
  }
  .trust__title {
    margin-bottom: 50px;
  }
  .trust__item-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100%);
    flex: 0 1 calc(100%);
    margin: 0 0 50px 0;
  }
  .trust__row--two {
    padding: 0 0 40px 0;
  }
  .trust__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .order .container {
    padding: 20px 15px 120px 15px;
  }
  .form-order,
  .form-modal {
    padding: 45px 35px;
  }
  .form-order::before,
  .form-modal::before {
    top: 3%;
  }

  .modal--price .form-modal::before {
    top: 3%;
  }

  .form-order::after,
  .form-modal::after {
    border: 10px solid #ff0000;
  }
  .form-order__title,
  .form-modal__title {
    font-size: 28px;
  }
  .form-order__subtitle {
    font-size: 18px;
  }
  .form-order input[type="text"],
  .form-order input[type="tel"],
  .form-order input[type="url"],
  .form-modal input[type="text"],
  .form-modal input[type="tel"],
  .form-modal input[type="url"] {
    padding: 15px;
  }
  .services__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 1);
    flex: 0 1 calc(100% / 1);
  }
  .footer__text-bg {
    display: none;
  }
  .footer__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__column {
    text-align: center;
  }
  .competences__row {
    padding-top: 40px;
  }
  .competences__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .competences__text {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 50% !important;
    flex: 0 1 50% !important;
    text-align: center;
  }
  .card-competences__group--iamge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .card-competences__image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .certificate::before {
    content: none;
  }
  .certificate::after {
    content: none;
  }
  .certificate .container {
    padding: 30px 15px 40px 15px;
  }
  .portfolio__title {
    top: 3%;
    padding: 0 10px;
  }
  .portfolio__arrow {
    top: 2.5%;
    right: 20px;
    padding: 0 10px;
  }
  .portfolio__row--two::before {
    width: 100%;
  }
  .portfolio__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio__group-card--margin {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .portfolio__group-card::before {
    top: -4%;
    left: -2%;
    width: 104%;
  }
  .tablet-content__group {
    padding: 20px;
  }
  .table-work__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ff0000;
  }
  .table-work__name {
    border-bottom: 1px solid #ffffff;
  }
  .table-work__name:last-child {
    border: none;
  }
  .table-work__text {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px dashed #dcdcdc;
  }
  .table-work__text:first-child {
    padding: 29px 10px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-work__text:last-child {
    border-right: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
  }
  .application__column:last-child {
    padding: 60px 0;
  }
  .form-application__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 1 - 30px);
    flex: 1 1 calc(100% / 1 - 30px);
  }
  .form-application__phone {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 1 - 30px);
    flex: 1 1 calc(100% / 1 - 30px);
  }
  .form-application__email {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 1 - 30px);
    flex: 1 1 calc(100% / 1 - 30px);
  }
  .form-application__url {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 1 - 30px);
    flex: 1 1 calc(100% / 1 - 30px);
  }
  .form-application__group--order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-application__checkbox {
    margin-bottom: 20px;
  }
  .privileges__slider {
    max-width: 370px;
  }
}

@media (max-width: 500px) {
  .cases__title--two {
    bottom: -4.5%;
  }

  .nav__phone {
    margin-bottom: 20px;
    padding-left: 36px;
  }
  .nav__phone a {
    font-size: 18px;
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff;
  }
  .nav__phone a::before {
    content: none;
  }
  .nav__phone::before {
    width: 21px;
    height: 37px;
    background: url("../img/header-icon-phone.svg") no-repeat 100%/100%;
  }
  .nav__item {
    margin-bottom: 20px;
  }
  .nav__item a {
    font-size: 18px;
  }
  .cooperation-logic__name {
    font-size: 14px;
  }
  .cooperation-logic__number {
    font-size: 50px;
  }
  .cooperation-logic__group {
    margin-bottom: 0;
  }
  .cooperation-logic__item {
    margin-bottom: 10px;
  }
  .cooperation-logic__text {
    font-size: 12px;
  }
  .conditions__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 1);
    flex: 1 1 calc(100% / 1);
  }
  .form__phone {
    margin-bottom: 20px;
  }
  .form__phone input {
    padding: 15px;
  }
  .form__checkbox,
  .form-order__checkbox,
  .form-modal__checkbox {
    font-size: 12px;
  }
  .form::before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
  .form::after {
    border-width: 5px;
  }
  .cases__arrow {
    top: 4.3%;
    right: 7%;
  }
  .services__row {
    padding: 30px 15px 40px 15px;
  }
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__row--one {
    margin-bottom: 30px;
  }
  .footer__column:first-child {
    margin-bottom: 30px;
  }
  .footer__text-2 {
    margin-right: 0;
    text-align: center;
  }
  .competences__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .competences__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .card-competences__wrap {
    padding: 30px 15px 30px 15px;
  }
  .portfolio__wrap::before {
    border-width: 5px;
  }
  .portfolio__title {
    top: 2.5%;
    left: 4%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .portfolio__arrow {
    top: 2%;
  }
  .portfolio__row--two {
    padding: 23px 20px 25px 20px;
  }
  .portfolio__row--two::before {
    left: 2%;
    width: 96%;
    border: 5px solid #ffffff;
  }
  .portfolio__column--one {
    max-width: 300px;
  }
  .portfolio__slide {
    padding: 0 10px 0px 10px;
  }
  .portfolio__list {
    margin: -7.5px;
    padding-bottom: 30px;
  }
  .portfolio__wrap-item {
    padding: 7.5px;
  }
  .portfolio__group-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .portfolio__group-card--margin {
    margin-bottom: 30px;
  }
  .portfolio__group-card::before {
    left: -0.5%;
    width: 101%;
    height: 145%;
  }
  .portfolio__text-2 {
    margin-bottom: 20px;
  }
  .portfolio__price {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .portfolio__price-cost {
    font-size: 18px;
    text-align: center;
  }
  .tablet-content__wrap {
    max-height: 340px;
  }
  .promotion__title {
    text-align: center;
  }
  .side-menu {
    min-width: 280px;
    margin-top: -66px;
  }
  .side-menu__list {
    padding: 30px 30px 30px 50px;
  }
  .side-menu__title {
    padding: 20px 0;
  }
  .side-menu__name {
    padding: 20px 0 20px 69px;
  }
  .info-promo__group-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -15px;
  }
  .info-promo__logo-item {
    margin: 15px;
  }
  .info-promo__project {
    padding: 24px;
  }
  .info-promo__project span {
    display: none;
  }
  .privileges__slider .slick-list {
    padding: 0 0 50px 0 !important;
  }
  .privileges__slider .slick-arrow.slick-prev {
    top: 0;
    left: 12px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .privileges__slider .slick-arrow.slick-next {
    top: 0;
    left: 60px;
    right: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}

.jGrowl.top-right {
  top: 50% !important;
  left: 50% !important;
  right: initial !important;
  bottom: initial !important;
  transform: translate(-50%, -50%) !important;
}

.af-message-success {
  background-color: #fff !important;
}

.jGrowl-message {
  font-family: "Roboto" !important;
  font-weight: 700 !important;
}

.jGrowl-notification.af-message-success {
  width: auto !important;
  background-color: #fff !important;
}

.jGrowl-notification .jGrowl-close {
  font-size: 4em !important;
  position: absolute !important;
  top: 10% !important;
  right: 5% !important;
  color: #ff0000 !important;
}

.jGrowl-message {
  font-family: "Roboto" !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  color: #000 !important;
}

.error-message-name {
  position: absolute;
  top: -28px;
  display: none;
  left: 0;
  color: #ff0000;
}

.error-message-email {
  position: absolute;
  top: -28px;
  display: none;
  left: 0;
  color: #ff0000;
}

.error-message-checkbox {
  position: absolute;
  display: none;
  left: 0;
  color: #ff0000;
}

.error-message-phone {
  position: absolute;
  top: -28px;
  display: none;
  left: 0;
  color: #ff0000;
}

.type-work__wrap table tr:first-child {
  background: #ff0000;
  border-radius: 5px;
}

.type-work__wrap table tr:last-child {
  border: none;
}

.type-work__wrap table tr {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  height: initial !important;
}

.type-work__wrap table tr:first-child td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 4);
  flex: 1 1 calc(100% / 4);
  padding: 20px 0;
  text-align: center !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  justify-content: center;
  border-right: none;
}

.type-work__wrap table td {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% / 4);
  flex: 1 1 calc(100% / 4);
  padding: 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #6a6a6a;
  border-right: 1px dashed #dcdcdc;
  height: initial !important;
}

.type-work__wrap table td:first-child {
  padding: 23px 5px 23px 21px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.type-work__wrap table td:last-child {
  border: none;
}

.team__group-text h2 {
  margin-bottom: 30px;
}

.team__group-text h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 30px;
  color: #201600;
  margin-bottom: 35px;
}

.team__group-text h4 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.team__group-text p {
  margin-bottom: 35px;
}

.team__group-text li {
  position: relative;
  margin-bottom: 15px;
}

.team__group-text ul li {
  padding-left: 20px;
}

.team__group-text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff0000;
}

.team__group-text ol li {
  list-style-position: inside;
}

@media (max-width: 1470px) {
  .team__group-text h3 {
    text-align: center;
    font-size: calc(20px + 16 * ((100vw - 320px) / 1270));
  }
  .team__group-text h4 {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
}

.message-success {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  max-width: 750px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2000000;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  transition: all 0.7s ease;
}
.message-success.active {
  opacity: 1;
  visibility: visible;
}
.message-success::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 15px;
  border: 5px solid #ff0000;
}
.message-success::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 15px;
  border: 1px solid #ff0000;
}
.message-success__name {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.message-success__name span {
  color: #ff0000;
}
.message-success__text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.message-success__text span {
  color: #ff0000;
}

input[name="sitename"] {
  display: none !important;
}

#jGrowl {
  display: none !important;
}

@media (max-width: 1470px) {
  .message-success__name {
    font-size: calc(20px + 16 * ((100vw - 320px) / 1270));
  }

  .message-success__text {
    font-size: calc(14px + 10 * ((100vw - 320px) / 1270));
  }
}

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

.title-h4,
h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  color: #201600;
}

.header-wrapper--five .m-image__bar-image {
  background-image: url("../img/page-development-promo.png");
}

.header-wrapper--five .bg-red-dots {
  -webkit-transform: translate(0, 48%);
  -ms-transform: translate(0, 48%);
  transform: translate(0, 48%);
  background: url("../img/bg-dots.png") left center/30% no-repeat;
}

.promo--five .promo__text {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 18px;
  line-height: 36px;
  color: #201600;
}

.promo--five .promo__item {
  padding-left: 30px;
}
.promo--five .promo__item span {
  width: 16px;
  height: 16px;
  top: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}

@media (max-width: 1470px) {
  .promo--five .promo__subtitle {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .promo--five .promo__text {
    font-size: calc(16px + 2 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 992px) {
  .promo--five .promo__item {
    padding-left: 0;
  }
}

.market {
  padding: 4.5% 0 5% 0;
}
.market__row:first-child {
  margin-bottom: 8%;
}
.market__row:last-child {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 60px;
}
.market__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.market__subtitle {
  text-align: center;
  color: #6a6a6a;
}

.rating-market__title {
  margin-bottom: 9%;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #201600;
}

.rating-market__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.rating-market__item:last-child {
  margin-bottom: 0;
}

.rating-market__image {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.rating-market__image img {
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.rating-market__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  color: #6a6a6a;
}

.regalia-market__title {
  margin-bottom: 9%;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #201600;
}

.regalia-market__group-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-bottom: 50px;
}

.regalia-market__group-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.regalia-market__value {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #ff0000;
}

.regalia-market__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}

@media (max-width: 1470px) {
  .rating-market__title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .regalia-market__title {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
  .regalia-market__text {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .market__row:last-child {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .regalia-market__title {
    margin-bottom: 30px;
  }
  .regalia-market__group-one {
    justify-items: center;
    margin-bottom: 30px;
  }
  .regalia-market__group-two {
    margin-bottom: 30px;
  }
  .regalia-market__item {
    text-align: center;
  }
  .regalia-market__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .market__row:last-child {
    gap: 30px;
  }
  .rating-market__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .rating-market__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .rating-market__text {
    text-align: center;
  }
  .regalia-market__group-one {
    gap: 20px;
  }
  .regalia-market__group-two {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .regalia-market__text {
    text-align: center;
  }
}

.develop {
  position: relative;
  background: #f8f8f8;
}
.develop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/develop-bg.png") no-repeat 70% 20%, #f8f8f8;
  z-index: 0;
}
.develop .container {
  padding: 3.2% 15px 7.5% 15px;
  position: relative;
}
.develop .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: 0;
}
.develop__row {
  position: relative;
  z-index: 10;
}
.develop__row:first-child {
  margin-bottom: 4%;
}
.develop__row:nth-child(2) {
  margin-bottom: 100px;
}
.develop__row:nth-child(3) {
  margin-bottom: 100px;
}
.develop__title {
  text-transform: uppercase;
  text-align: center;
}
.develop__name {
  font-weight: 700;
  font-size: 64px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #e4e3e3;
}

.personality-dev {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  z-index: 10;
}
.personality-dev__item {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 30px;
  padding: 9% 3.5% 8.5% 5%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.personality-dev__item::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -4%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.personality-dev__item::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.personality-dev__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.personality-dev__image img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 215px;
}
.personality-dev__sup {
  color: #201600;
  text-align: center;
}
.personality-dev__price {
  text-align: center;
  font-size: 36px;
  line-height: 26px;
  color: #201600;
}
.personality-dev__price span {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
}
.personality-dev__name {
  display: inline-block;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #201600;
}
.personality-dev__list {
  margin-bottom: 45px;
}

.personality-dev__list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}

.personality-dev__list li:last-child {
  margin-bottom: 0;
}

.personality-dev__list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}

.personality-dev__element {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.personality-dev__element:last-child {
  margin-bottom: 0;
}
.personality-dev__element::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}
.personality-dev__button {
  margin-left: 30px;
  padding: 22px 27px 21px 68px;
}

.functional-dev {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(640px, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 75px;
}
.functional-dev__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12%;
  background-color: #fff;
  border-radius: 5px;
}
.functional-dev__name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #201600;
}
.functional-dev__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 20px;
}
.functional-dev__time {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  color: #201600;
}
.functional-dev__time span {
  color: #ff0000;
}
.functional-dev__sup {
  color: #201600;
  text-align: center;
}
.functional-dev__price {
  text-align: center;
  font-size: 36px;
  line-height: 26px;
  color: #201600;
}
.functional-dev__price span {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
}
.functional-dev__button {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 22px 27px 21px 68px;
}

.industry-dev {
  position: relative;
  z-index: 10;
}
.industry-dev__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 70px 175px 55px 175px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.industry-dev__wrap::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -3%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.industry-dev__wrap::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -1.5%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.industry-dev__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 95px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.industry-dev__item {
  margin: 0 10px 20px;
}
.industry-dev__item a {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.industry-dev__item a:hover {
  border-bottom: 1px solid #000000;
}
.industry-dev__button {
  padding: 22px 27px 21px 68px;
}

@media (max-width: 1590px) {
  .industry-dev__wrap {
    padding: 70px 70px 55px 70px;
  }
}

@media (max-width: 1470px) {
  .develop__name {
    font-size: calc(18px + 46 * ((100vw - 320px) / 1270));
  }
  .personality-dev__item {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
  }
  .personality-dev__column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .personality-dev__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .personality-dev__name {
    margin-bottom: 30px;
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
  .personality-dev__price {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1270));
  }
  .personality-dev__price span {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1270));
  }
  .functional-dev__price {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1270));
  }
  .functional-dev__price span {
    font-size: calc(28px + 20 * ((100vw - 320px) / 1270));
  }
  .functional-dev__name {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .develop__row:nth-child(2) {
    margin-bottom: 60px;
  }
  .develop__row:nth-child(3) {
    margin-bottom: 60px;
  }
  .functional-dev {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(440px, 1fr);
  }
}

@media (max-width: 768px) {
  .develop .container {
    padding: 5.2% 15px 15.5% 15px;
  }
  .develop__row:nth-child(2) {
    margin-bottom: 40px;
  }
  .develop__row:nth-child(3) {
    margin-bottom: 40px;
  }
  .personality-dev {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .personality-dev__image img {
    height: 170px;
  }
  .functional-dev {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    row-gap: 50px;
  }
  .functional-dev__time {
    margin-bottom: 15px;
  }
  .functional-dev__button {
    bottom: -1rem;
    padding: 13px 27px 13px 68px;
  }
  .industry-dev__wrap {
    padding: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .industry-dev__list {
    display: block;
    margin-bottom: 20px;
  }
}

.basic-package {
  position: relative;
  padding: 5.8% 0 4.2% 0;
  background-color: #23252a;
}
.basic-package__title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.5%;
}
.basic-package__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 60px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 80px;
}
.basic-package__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basic-package__icon {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.basic-package__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid;
  border-color: transparent #ff0000 #ff0000 #ff0000;
  -webkit-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.basic-package__icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 97%;
  height: 97%;
  border-radius: 50%;
  border: 1px solid #ff0000;
}
.basic-package__text {
  max-width: 250px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.basic-package__info {
  border: 8px solid #ff0000;
  border-radius: 19px;
  padding: 10px;
}
.basic-package__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 50px 80px;
  background: #ffffff;
  border-radius: 3px;
}
.basic-package__column:last-child {
  display: grid;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: flex-end;
}
.basic-package__text-price {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #201600;
}
.basic-package__text-price span {
  color: #ff0000;
}
.basic-package__text-sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  color: #201600;
}
.basic-package__text-description {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #6a6a6a;
}
.basic-package__button {
  padding: 22px 27px 21px 68px;
}

@media (max-width: 1470px) {
  .basic-package__wrap {
    padding: 30px;
  }
  .basic-package__column:last-child {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .basic-package__text-price {
    font-size: calc(16px + 8 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .basic-package__wrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .basic-package__text-sub {
    justify-self: flex-start;
  }
}

@media (max-width: 768px) {
  .basic-package__list {
    row-gap: 30px;
  }
  .basic-package__wrap {
    row-gap: 15px;
  }
  .basic-package__text-description {
    margin-top: 15px;
  }
  .basic-package__column:last-child {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .basic-package__button {
    justify-self: flex-start;
  }
}

@media (max-width: 500px) {
  .basic-package__info {
    padding: 5px;
    border: 2px solid #ff0000;
  }
  .basic-package__wrap {
    padding: 15px;
    border-radius: 19px;
  }
  .basic-package__list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
  .basic-package__icon {
    width: 70px;
    height: 70px;
  }
  .basic-package__icon img {
    width: 35%;
  }
  .basic-package__text {
    font-size: 12px;
  }
}

.block-info {
  padding: 20px 0;
  background: #f8f8f8;
}
.block-info__row {
  padding: 0 35px;
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 60px;
}
.block-info__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding: 10% 0;
}
.block-info__item {
  position: relative;
  padding-left: 30px;
}
.block-info__item b {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.block-info__item span {
  color: #ff0000;
}
.block-info__item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}

@media (max-width: 1170px) {
  .block-info__row {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .block-info__list {
    padding: 3%;
  }
  .block-info__image {
    display: none;
  }
}

@media (max-width: 768px) {
  .block-info__list {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media (max-width: 500px) {
  .block-info__row {
    padding: 0;
  }
}

.opportunities {
  padding: 3.7%;
}
.opportunities__row {
  padding-right: 80px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.opportunities__name {
  min-height: 60px;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 700;
}

.personnel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-left: 11.5%;
  padding-right: 8.5%;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.personnel::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -4%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.personnel::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.personnel__item {
  position: relative;
  padding: 20px 0 20px 30px;
}
.personnel__item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 23px;
  left: 0;
  background: url("../img/header-icon-text-1-page-2.svg") no-repeat;
}
.personnel__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}

.technologies {
  max-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.technologies__item {
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mCS-my-theme-3 .mCSB_dragger .mCSB_dragger_bar {
  right: 6px;
  width: 32px !important;
  height: 32px !important;
  opacity: 1 !important;
  background: #ff0000 !important;
  -webkit-box-shadow: 0px 0px 10px rgba(16, 12, 21, 0.54);
  box-shadow: 0px 0px 10px rgba(16, 12, 21, 0.54);
}
.mCS-my-theme-3 .mCSB_dragger .mCSB_dragger_bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
}

.mCS-my-theme-3 .mCSB_scrollTools.mCSB_scrollTools_vertical {
  right: 10px;
  width: 20px !important;
}

.mCS-my-theme-3.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 1 !important;
  width: 7px;
  background: #dcdcdc;
  border-radius: 41px;
}

.mCS-my-theme-3.mCustomScrollBox {
  width: 100%;
}

.mCS-my-theme-3.mCustomScrollBox .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1470px) {
  .opportunities__row {
    padding-right: 20px;
  }
  .opportunities__name {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .opportunities__row {
    grid-template-columns: 1fr;
    row-gap: 50px;
    padding-right: 0;
  }
  .opportunities__name {
    min-height: initial;
    margin-bottom: 30px;
  }
  .technologies__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 5 - 35px);
    flex: 0 1 calc(100% / 5 - 35px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .technologies__item img {
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .personnel {
    padding: 0 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .personnel__item {
    padding: 10px 0 10px 18px;
  }
  .personnel__item::before {
    width: 10px;
    height: 10px;
    top: 16px;
    background: url("../img/header-icon-text-1-page-2.svg") no-repeat 100%;
  }
  .technologies__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 4 - 35px);
    flex: 0 1 calc(100% / 4 - 35px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .technologies__item img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mCS-my-theme-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
  }
  .mCS-my-theme-3 .mCSB_scrollTools.mCSB_scrollTools_vertical {
    right: 3px;
  }
  .mCS-my-theme-3 .mCSB_scrollTools .mCSB_dragger {
    min-height: 20px !important;
    height: 20px !important;
  }
  .mCS-my-theme-3 .mCSB_dragger .mCSB_dragger_bar {
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
  }
  .mCS-my-theme-3 .mCSB_dragger .mCSB_dragger_bar::before {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 500px) {
  .technologies__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 2 - 35px);
    flex: 0 1 calc(100% / 2 - 35px);
  }
}

.projects {
  padding-bottom: 5.5%;
  padding-top: 2%;
}
.projects__row:first-child {
  margin-bottom: 80px;
}
.projects__title {
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.projects__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(200px, 450px));
  gap: 30px;
}
.projects__item {
  position: relative;
  border-radius: 28px;
}
.projects__item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 28px;
}
.projects__item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}
.projects__item:first-child .projects__group {
  bottom: 15%;
}
.projects__group {
  position: absolute;
  width: 50%;
  bottom: 30%;
  padding: 40px 20px 40px 40px;
  border-radius: 0px 17px 17px 0px;
  background: #ff0000;
  z-index: 10;
}
.projects__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
.projects__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.projects__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 77px;
  text-transform: uppercase;
  color: #dcdcdc;
}
.projects__promo span {
  margin: 0 60px;
  font-weight: 700;
  font-size: 141.692px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ff0000;
}

@media (max-width: 1470px) {
  .projects__promo {
    font-size: calc(14px + 22 * ((100vw - 320px) / 1270));
    line-height: 100%;
  }
  .projects__promo span {
    font-size: calc(14px + 128 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .projects__row:first-child {
    margin-bottom: 50px;
  }
  .projects__promo span {
    margin: 0 30px;
  }
  .projects__list {
    grid-template-rows: repeat(2, minmax(200px, 350px));
  }
  .projects__list .projects__item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: initial;
    grid-row-end: initial;
  }
  .projects__item:nth-child(2) .projects__group {
    width: 75%;
  }
  .projects__item:nth-child(3) .projects__group {
    width: 75%;
  }
  .projects__group {
    bottom: 15%;
  }
}

@media (max-width: 768px) {
  .projects__promo {
    display: block;
    text-align: center;
    font-size: 22px !important;
    line-height: 140%;
  }
  .projects__promo span {
    font-size: 22px !important;
    margin: 0;
  }
  .projects__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(200px, 350px));
  }
  .projects .projects__item:first-child {
    grid-column-start: initial;
    grid-column-end: initial;
  }
  .projects__group {
    width: 75%;
    padding: 25px 20px 25px 25px;
  }
}

@media (max-width: 500px) {
  .projects__row:first-child {
    margin-bottom: 30px;
  }
}

.engines {
  background: #f8f8f8;
}
.engines .container {
  padding: 3.2% 15px 5.5% 15px;
  position: relative;
}
.engines .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: 0;
}
.engines__row {
  position: relative;
  z-index: 10;
}
.engines__title {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.engines__group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.engines__item {
  position: relative;
  padding: 55px 50px 80px 100px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.engines__item:last-child {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 30px;
}
.engines__item::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -4%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.engines__item::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  z-index: -1;
}
.engines__text {
  color: #6a6a6a;
}
.engines__group-cms {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.engines__name {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.engines__subname {
  margin-bottom: 20px;
}
.engines__group-crm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1470px) {
  .engines__item {
    padding: 40px;
  }
}

@media (max-width: 1170px) {
  .engines__group-cms {
    grid-template-columns: repeat(2, 1fr);
  }
  .engines__item:last-child {
    grid-template-columns: 1fr;
  }
  .engines__image {
    margin-bottom: 15px;
  }
  .engines__image:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .engines .container {
    padding: 3.2% 15px 10% 15px;
  }
  .engines__group {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}

.side-menu__wrapper {
  padding-left: 20px;
}

.side-menu__item.active a {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.contact-info.scrolled {
  padding-top: 135px;
}

.contact-info .container {
  position: relative;
  padding-top: 2%;
}

.contact-info .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../img/bg-line.svg") no-repeat 100%/100% 100%;
  z-index: -1;
}

.contact-info__row {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
}

.contact-info__title {
  margin-bottom: 3%;
}

.contact-info__name {
  margin-bottom: 1.5%;
}

.contact-info__time {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.contact-info__phone a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-bottom: 2px solid #000;
}

.contact-info__phone a:hover {
  border: none;
}

.contact-info__email a {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-bottom: 2px solid #000;
}

.contact-info__email a:hover {
  border: none;
}

.contact-info__addres {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.contact-info__group {
  margin-bottom: 2%;
}

.contact-info__group:last-child {
  /* grid-column-start: 1;
  grid-column-end: 4; */
  margin-bottom: 0;
}

@media (max-width: 1470px) {
  .contact-info.scrolled {
    padding-top: 97px;
  }
  .contact-info__time {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1270));
  }

  .contact-info__phone a {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1270));
  }

  .contact-info__email a {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1270));
  }

  .contact-info__addres {
    font-size: calc(12px + 6 * ((100vw - 320px) / 1270));
  }
}

@media (max-width: 1170px) {
  .contact-info.scrolled {
    padding-top: 97px;
  }
}

@media (max-width: 992px) {
  .contact-info.scrolled {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .contact-info .container {
    padding-top: 6%;
  }

  .contact-info__title {
    margin-bottom: 5%;
  }

  .contact-info__group {
    margin-bottom: 4%;
  }

  .contact-info__name {
    margin-bottom: 3%;
  }

  .contact-info__phone a {
    border-width: 1px;
  }

  .contact-info__email a {
    border-width: 1px;
  }
}

@media (max-width: 500px) {
  .contact-info__group {
    margin-bottom: 8%;
  }
}

.personality-dev__item-wrap:last-child {
  transform: translate(150px, 0);
}

.personality-dev__item-wrap:last-child.animate {
  transform: translate(0px, 0);
}
