@font-face {
  font-family: "Loew Next";
  src: url(../fonts/loew-next/loew-next-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Loew Next";
  src: url(../fonts/loew-next/loew-next-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Loew Next";
  src: url(../fonts/loew-next/loew-next-heavy.woff) format("woff");
  font-weight: 850;
  font-style: normal;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  height: 100%!important;
}
body {
  font: 400 15px/1.5333333333 "PT Sans",sans-serif;
  background: #162244;
  color: #fff;
}
body.opened-modal {
  overflow: hidden;
}
a {
  color: #d6232b;
  outline: 0;
}
p {
  margin: 0;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
q {
  display: block;
  quotes: none;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Loew Next",sans-serif;
  font-weight: 850;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  overflow: hidden;
  display: block;
}
input,
textarea {
  color: #081132!important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6a7390;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6a7390;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6a7390;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6a7390;
  opacity: 1;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #081132;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #081132;
}
input::-ms-clear {
  display: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.cover {
  padding: 0 20px;
  margin: 0 auto;
  min-width: 360px;
}
.slick-slider {
  display: block!important;
}
.slick-list {
  overflow: visible;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.slick-track:after,
.slick-track:before {
  display: none;
}
.slick-slide {
  float: none;
  height: auto;
  min-height: 0;
  outline: 0;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-slide > div {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  outline: 0;
}
.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 14px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  font-size: 0;
  background: 0 0;
}
.slick-arrow__icon {
  width: 34px;
  height: 7px;
  stroke-width: 2px;
  stroke: #fff;
  position: relative;
  top: -2px;
}
.slick-prev {
  transform: scale(-1,1);
}
.fancybox-container_nav {
  z-index: 900;
}
.fancybox-container_modals .fancybox-bg,
.fancybox-container_nav .fancybox-bg {
  background: #081132;
}
.fancybox-is-open .fancybox-container_modals .fancybox-bg,
.fancybox-is-open .fancybox-container_nav .fancybox-bg {
  opacity: .9;
}
.fancybox-container_modals .fancybox-slide,
.fancybox-container_modals .fancybox-slide--html {
  padding: 90px 0;
}
.fancybox-container_nav .fancybox-slide,
.fancybox-container_nav .fancybox-slide--html {
  padding: 0;
}
.btn {
  background: #d6232b;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 5px 10px;
  outline: 0;
  cursor: pointer;
  font: 700 13px/1.5384615385 "PT Sans",sans-serif;
  text-decoration: none;
  width: 100%;
  color: #fff;
  min-height: 42px;
  transition: background-color .2s ease,color .2s ease;
  text-align: center;
  border-radius: 0;
}
.btn:disabled {
  cursor: default;
  background: #979797;
}
.btn span {
  display: block;
}
.btn__arrow {
  display: block;
  width: 26px;
  height: 6px;
  stroke-width: 1.5px;
  stroke: #fff;
  position: relative;
  transition: stroke .2s ease;
}
span + .btn__arrow {
  margin-left: 12px;
  top: -1px;
}
.section-head {
  text-align: center;
}
.section-head__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #6a7390;
  letter-spacing: .5px;
}
.section-head__title {
  font-size: 16px;
  line-height: 1.6875;
}
.section-head__label + .section-head__title {
  margin-top: 4px;
}
.section-head__particle {
  width: 8px;
  height: 8px;
  fill: #d6232b;
  display: inline-block;
  margin-left: 7px;
}
.field {
  flex: 0 0 auto;
  width: 100%;
}
.field__container {
  position: relative;
}
.field__input,
.field__textarea {
  border: none;
  border-bottom: 1px solid #9198af;
  transition: border-color .2s ease;
  width: 100%;
  display: block;
  background: 0 0;
  font: 400 15px "PT Sans",sans-serif;
  color: #081132;
  border-radius: 0;
  outline: 0;
}
.field__input:focus,
.field__textarea:focus {
  border-color: #d6232b;
}
.field__input.error,
.field__textarea.error {
  border-color: #d6232b;
}
.field__input {
  padding: 19px 7px 0;
  height: 55px;
}
.field__textarea {
  padding: 19px 7px 0;
  resize: none;
  height: 108px;
}
.field__error {
  font-size: 12px;
  line-height: 1.1666666667;
  color: #d6232b;
  letter-spacing: .5px;
}
.field__input + .field__error,
.field__textarea + .field__error {
  padding-top: 7px;
}
.toggler {
  display: flex;
  align-items: center;
}
.toggler__input {
  display: none;
}
.toggler__marker {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
  transition: background-color .2s ease;
  background: #e4e4e4;
  cursor: pointer;
}
.toggler__input[type=checkbox]:checked + .toggler__marker {
  background-color: #d6232b;
}
.toggler__icon {
  width: 10px;
  height: 8px;
  stroke-width: 1.5px;
  stroke: #fff;
  transition: opacity .2s ease,transform .2s ease;
  transform: scale(0);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
}
.toggler__input[type=checkbox]:checked + .toggler__marker .toggler__icon {
  transform: scale(1);
  opacity: 1;
}
.toggler__text {
  flex: 1 1 auto;
  width: 100%;
  font-size: 11px;
  line-height: 1.2727272727;
  color: #8087a0;
}
.toggler__text a {
  color: #8087a0;
}
.toggler__marker + .toggler__text {
  padding-left: 6px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.wrapper._preload *,
.wrapper._preload :after,
.wrapper._preload :before {
  transition: none!important;
}
.wrapper__content {
  flex: 1 0 auto;
}
.wrapper__footer {
  flex: 0 0 auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color .2s ease;
}
.header._float {
  background-color: rgba(8,17,50,.9);
}
.header__content {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  justify-content: space-between;
  height: 93px;
  transition: height .2s ease;
}
.header._float .header__content {
  height: 80px;
}
.header__nav-btn {
  cursor: pointer;
  border-radius: 0;
  border: none;
  outline: 0;
  font-size: 0;
  padding: 0;
  width: 23px;
  height: 21px;
  flex: 0 0 auto;
  display: block;
  position: relative;
  background: 0 0;
  margin: 0 10px;
  top: -1px;
}
.header__nav-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 23px;
  height: 3px;
  background: #fff;
  transition: opacity .2s ease,transform .2s ease,width .2s ease;
}
.header__nav-btn span:nth-child(1) {
  top: 0;
}
.header__nav-btn span:nth-child(2) {
  top: 9px;
  width: 16px;
}
.header__nav-btn span:nth-child(3) {
  top: 18px;
}
.header__nav-btn._opened-link span:nth-child(1) {
  transform: rotate(45deg) translate(7px,6px);
  width: 27px;
}
.header__nav-btn._opened-link span:nth-child(2) {
  opacity: 0;
}
.header__nav-btn._opened-link span:nth-child(3) {
  transform: rotate(-45deg) translate(7px,-6px);
  width: 27px;
}
.header__logo {
  flex: 1 1 auto;
  width: 100%;
  padding: 0 10px;
  display: flex;
}
.header__logo-link {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
}
.header__logo-content {
  display: flex;
  align-items: center;
}
.header__logo-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 24px;
}
.header__site-name {
  font: 700 21px/1 "Loew Next",sans-serif;
  color: #fff;
  position: relative;
  top: -1px;
}
.header__site-name span {
  color: #a0b1c1;
}
.header__logo-icon + .header__site-name {
  padding-left: 10px;
}
.header__site-tagline {
  font: 400 8px/1 Arial,sans-serif;
  color: #e4efff;
  letter-spacing: .2px;
}
.header__logo-content + .header__site-tagline {
  padding-top: 5px;
}
.header__contacts {
  padding: 0 10px;
  flex: 0 0 auto;
}
.header__contacts-list {
  display: flex;
  align-items: center;
  margin: 0 -11px;
  position: relative;
}
.header__contact-item {
  flex: 0 0 auto;
  padding: 0 11px;
  font-size: 13px;
  line-height: 1.5384615385;
}
.header__contact-item._telephone {
  order: 3;
}
.header__contact-item._location {
  order: 1;
}
.header__contact-item._email {
  order: 2;
}
.header__contact-item a {
  text-decoration: none;
}
.header__contact-text {
  display: none;
}
.header__contact-text:first-of-type {
  color: #9aa7c8;
}
.header__contact-text:first-of-type a {
  color: #9aa7c8;
}
.header__contact-text:last-of-type a {
  color: #fff;
}
.header__contact-icon-link {
  display: block;
  text-decoration: none;
}
.header__contact-icon {
  fill: #fff;
}
.header__contact-icon._location {
  width: 14px;
  height: 20px;
}
.header__contact-icon._email,
.header__contact-icon._telephone {
  width: 20px;
  height: 20px;
}
.slider {
  position: relative;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%,#143066 0,#162244 100%);
  position: relative;
  z-index: 1;
}
.slider__list {
  display: flex;
  position: relative;
  z-index: 2;
}
.slider .slick-track {
  align-items: flex-start;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 5;
  bottom: 141px;
}
.slider .slick-prev {
  left: 20px;
  margin-right: 0;
}
.slider .slick-next {
  right: 20px;
}
.slider__slide {
  flex: 0 0 auto;
  width: 100%!important;
  display: block!important;
  overflow: hidden;
}
.slider__content {
  height: 590px;
  position: relative;
  padding-top: 93px;
  display: flex;
  padding-bottom: 34px;
}
.slider__info {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slider__title {
  font-size: 16px;
  line-height: 1.6875;
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}
.slider__title span {
  color: #d6232b;
}
.slider__title._increased {
  font-size: 19px;
  line-height: 1.3684210526;
}
.slider__title-particle {
  width: 8px;
  height: 8px;
  display: inline-block;
  fill: #d6232b;
  margin-left: 7px;
}
.slider__img-container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 245px;
  margin-top: 5px;
  flex: 1 1 auto;
}
.slider__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 408px;
}
.slider__description {
  position: relative;
  z-index: 3;
  flex: 0 0 auto;
}
.slider__img-container + .slider__description,
.slider__title + .slider__description {
  margin-top: 18px;
}
.slider__text {
  max-width: 260px;
  font-size: 13px;
  line-height: 1.5384615385;
  display: none;
}
.slider__btn {
  max-width: 240px;
}
.slider__text + .slider__btn {
  margin-top: 21px;
}
.slider__link-network {
  margin-top: 19px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5384615385;
}
.slider__link-network span {
  flex: 0 0 auto;
}
.slider__link-network-icon {
  flex: 0 0 auto;
  fill: #fff;
  width: 15px;
  height: 8px;
  margin-left: 7px;
}
.slider__number {
  font: 850 178px/1 "Loew Next",sans-serif;
  color: #e4efff;
  opacity: .03;
  position: absolute;
  right: 20px;
  margin-right: 5px;
  bottom: 0;
}
.slider__progress {
  position: absolute;
  bottom: 142px;
  z-index: 5;
  right: 50%;
  margin-right: -80px;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider__progress-number {
  font: 850 13px/1 "Loew Next",sans-serif;
  text-transform: uppercase;
  color: #7d889c;
  flex: 0 0 auto;
  transition: color .2s ease;
  cursor: pointer;
}
.slider__progress-number:first-child {
  margin-right: 17px;
}
.slider__progress-number:last-child {
  margin-left: 17px;
}
.slider__progress-number.active {
  color: #fff;
}
.slider__progress-scale {
  flex: 1 1 auto;
  width: 100%;
  height: 2px;
  background: #2f476d;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.slider__progress-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 5px;
}
.projects {
  padding-bottom: 24px;
}
.projects__section-head {
  margin-bottom: 30px;
  text-align: left;
}
.projects__content {
  position: relative;
  min-width: 360px;
}
.projects__content .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 20px;
}
.projects__content .slick-prev {
  margin-top: 83px;
}
.projects__content .slick-next {
  margin-top: 42px;
}
.projects__counter {
  position: absolute;
  top: 4px;
  right: 20px;
  z-index: 5;
  font: 850 13px/1 "Loew Next",sans-serif;
  color: #374060;
}
.projects__counter span:first-of-type {
  color: #d6232b;
}
.projects__carousel-container {
  position: relative;
  z-index: 2;
}
.projects__carousel-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.projects__carousel {
  display: flex;
}
.projects__slide {
  flex: 0 0 auto;
  width: 100%!important;
  display: flex!important;
  position: relative;
  flex-direction: column;
}
.projects__slide-description {
  margin-left: 20px;
  z-index: 2;
  background: #d6232b;
  color: #fff;
  font-size: 12px;
  line-height: 1.5833333333;
  padding: 18px 20px 10px;
  width: 252px;
  flex: 1 1 auto;
}
.projects__slide-description p {
  margin: 0 0 8px;
}
.projects__slide-description strong {
  font-weight: 700;
  text-transform: uppercase;
}
.projects__slide-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.projects__slide-img-container {
  width: 100%;
  flex: 0 0 auto;
}
.projects__slide-img {
  width: 100%;
  max-width: none;
}
.projects__number {
  position: absolute;
  color: #e4efff;
  opacity: .03;
  right: -270px;
  bottom: -70px;
  font: 850 178px/1 "Loew Next",sans-serif;
  display: none;
}
.bebefits {
  padding-bottom: 5px;
  background: radial-gradient(50% 50% at 50% 50%,#143066 0,#162244 100%);
}
.bebefits__section-head {
  text-align: left;
  margin-bottom: 13px;
}
.bebefits__info {
  margin-bottom: 30px;
}
.bebefits__logo-container {
  flex: 0 0 auto;
  width: 207px;
}
.bebefits__logo-img {
  width: 100%;
  max-width: none;
}
.bebefits__info-text {
  flex: 1 1 auto;
  width: 100%;
  font-size: 12px;
  line-height: 1.5833333333;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.bebefits__logo-container + .bebefits__info-text {
  padding-top: 16px;
}
.bebefits__info-important {
  color: #d6232b;
}
.bebefits__info-subtext {
  display: block;
  font-weight: 400;
  color: #6a7390;
}
.bebefits__content {
  position: relative;
}
.bebefits__detail {
  position: relative;
  z-index: 2;
}
.bebefits__container {
  position: relative;
}
.bebefits__list-wrapper {
  width: 100%;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
  order: 1;
}
.bebefits__item {
  position: relative;
  padding-left: 20px;
  margin: 0 0 63px;
}
.bebefits__item:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #d6232b;
  position: absolute;
  left: 0;
  top: 6px;
}
.bebefits__item._full {
  margin-bottom: 26px;
}
.bebefits__item._full:before {
  height: 158px;
}
.bebefits__item-number {
  position: absolute;
  left: 20px;
  top: -28px;
  font-size: 21px;
  font-weight: 700;
  color: #6a7390;
  line-height: 1;
}
.bebefits__item-title {
  font: 700 17px/1.5294117647 "PT Sans",sans-serif;
  text-transform: none;
  margin: 0;
}
.bebefits__item-text {
  font-size: 15px;
  line-height: 1.5333333333;
  color: #e8f6ff;
  margin: 0;
}
.bebefits__item-text span {
  color: #6a7390;
}
.bebefits__item-title + .bebefits__item-text {
  margin-top: 5px;
}
.bebefits__item-title + .bebefits__reviews-content {
  margin-top: 15px;
}
.bebefits__list-reviews {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px -29px;
  flex-wrap: wrap;
}
.bebefits__review {
  display: flex;
  flex: 0 0 auto;
  padding: 0 10px 29px;
  width: 50%;
}
.bebefits__review-link {
  text-decoration: none;
}
.bebefits__review-img-container {
  flex: 0 0 auto;
}
.bebefits__review-img {
  max-width: none;
  height: 115px;
}
.bebefits__review-name {
  flex: 1 1 auto;
  width: 100%;
  font: 400 14px/1.5714285714 "PT Sans",sans-serif;
  color: #e8f6ff;
  text-transform: none;
}
.bebefits__review-img-container + .bebefits__review-name {
  padding-top: 5px;
}
.bebefits__board {
  background: #d6232b;
  width: 290px;
  padding: 16px 50px 13px;
  z-index: 2;
  flex: 0 0 auto;
  margin: 0 auto 58px;
  order: 2;
}
.bebefits__board-title {
  font: 700 17px/1.5294117647 "PT Sans",sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 21px;
  text-align: center;
}
.bebefits__list-docs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.bebefits__doc-item {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.bebefits__doc-link {
  display: block;
  text-decoration: none;
}
.bebefits__doc-img {
  max-width: none;
  width: 100%;
}
.bebefits__btn {
  background: #1d2e3e;
  margin-bottom: 16px;
}
.bebefits__btn-angle {
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 5px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: relative;
  top: 1px;
}
.bebefits__btn span + .bebefits__btn-angle {
  margin-left: 6px;
}
.bebefits__number {
  position: absolute;
  top: 50%;
  margin-top: -367px;
  font: 850 178px/1 "Loew Next",sans-serif;
  color: #e4efff;
  opacity: .03;
  right: 255px;
  display: none;
}
.request {
  background: radial-gradient(50% 50% at 50% 50%,#143066 0,#162244 100%);
  padding-top: 2px;
  padding-bottom: 41px;
}
.request__wrapper {
  position: relative;
}
.request__content {
  position: relative;
  z-index: 3;
}
.request__section-head {
  text-align: left;
}
.request__form {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.request__field,
.request__textarea {
  flex: 0 0 auto;
  padding: 0 12px;
}
.request__field {
  width: 100%;
}
.request__textarea {
  width: 100%;
}
.request__field-input,
.request__field-textarea {
  border-color: #e4efff;
  color: #fff!important;
}
.request__all-error {
  display: none;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #d6232b;
  margin-top: 22px;
}
.request__all-error._show {
  display: block;
}
.request__form-footer {
  display: flex;
  align-items: center;
  padding-top: 38px;
}
.request__form-btn {
  max-width: 115px;
  flex: 0 0 auto;
  order: 1;
}
.request__form-toggler + .request__form-btn {
  margin-right: 22px;
}
.request__form-toggler {
  flex: 1 1 auto;
  order: 2;
  max-width: 260px;
  width: 100%;
}
.request__toggler-marker {
  background: #fff;
}
.request__toggler-input[type=checkbox]:checked + .request__toggler-marker {
  background-color: #fff;
}
.request__toggler-icon {
  stroke: #d6232b;
}
.request__img {
  position: absolute;
  z-index: 2;
  width: 370px;
  height: 180px;
  top: -104px;
  right: -20px;
  display: none;
}
.request__number {
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 1;
  font: 850 178px/1 "Loew Next",sans-serif;
  color: #e4efff;
  opacity: .03;
  display: none;
}
.footer {
  background: #131d38;
}
.footer__cover {
  padding-top: 29px;
  padding-bottom: 37px;
}
.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -21px 26px;
  width: 90%;
}
.footer__nav-item {
  padding: 0 21px 8px;
}
.footer__nav-link {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid transparent;
  transition: border-color .2s ease;
  text-decoration: none;
}
.footer__nav-link.mPS2id-highlight {
  border-color: #d6232b;
}
.footer__contacts {
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
}
.footer__contacts-column {
  flex: 0 0 auto;
}
.footer__contacts-column:nth-child(1) {
  width: 59%;
}
.footer__contacts-column:nth-child(2) {
  width: 41%;
}
.footer__contacts-section {
  margin-top: 30px;
  width: 100%;
  padding: 0 5px;
}
.footer__contacts-section:first-child {
  margin-top: 0!important;
}
.footer__contacts-column:nth-child(2) .footer__contacts-section {
  margin-top: 27px;
}
.footer__contacts-title {
  font: 400 15px/1.5333333333 "PT Sans",sans-serif;
  color: #767e95;
  margin: 0;
  text-transform: none;
}
.footer__contacts-text {
  font-size: 15px;
  line-height: 1.5333333333;
  color: #fff;
}
.footer__contacts-link {
  text-decoration: none;
  color: #fff;
}
.footer__contacts-btn {
  flex: 0 0 auto;
  width: 165px;
}
.footer__contacts-info + .footer__contacts-btn {
  margin-top: 8px;
}
.footer__contacts-path-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.footer__contacts-path-icon + span {
  padding-left: 7px;
}
.footer__contacts-sub-column {
  flex: 0 0 auto;
  margin-top: 27px;
}
.footer__contacts-sub-column:first-child {
  margin-top: 0!important;
}
.footer__contacts-sub-column:nth-child(1) {
  width: 100%;
}
.footer__contacts-sub-column:nth-child(2) {
  width: 100%;
}
.footer__link-network {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.footer__link-network span {
  flex: 0 0 auto;
}
.footer__link-network-icon {
  flex: 0 0 auto;
  fill: #fff;
  width: 15px;
  height: 8px;
  margin-left: 5px;
}
.footer__footnote {
  background: #0e142a;
}
.footer__sub-info {
  padding: 19px 0 9px;
}
.footer__copyright {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #bac0da;
  text-align: center;
  margin-bottom: 10px;
}
.footer__studio {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer__studio-link {
  display: flex;
  align-items: center;
  color: #bac0da;
  font-size: 14px;
  line-height: 1.2142857143;
  justify-content: center;
}
.footer__studio-logo {
  flex: 0 0 auto;
  width: 47px;
  height: 25px;
  fill: #bac0da;
}
.footer__studio-name + .footer__studio-logo {
  margin-left: 13px;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  background: 0 0;
  transition: padding .2s ease,transform .2s ease;
  padding: 93px 0 0;
}
.nav._float {
  padding-top: 80px;
}
.nav__content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #d6232b;
  position: relative;
}
.nav__close-btn {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.nav__close-icon {
  stroke-width: 4px;
  stroke: #fff;
  width: 24px;
  height: 24px;
}
.nav__list {
  width: 100%;
  margin: auto;
  padding: 6px 0 9px;
}
.nav__link {
  display: block;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.nav__item-text {
  display: block;
  border-bottom: 2px solid transparent;
  transition: border-color .2s ease;
  padding: 2px 0 0;
  display: inline-block;
}
.mPS2id-highlight .nav__item-text {
  border-color: #fff;
}
.nav__contacts {
  border-top: 3px solid #fff;
  padding: 25px 0 27px;
}
.nav__contacts-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 -5px;
}
.nav__contacts-column {
  flex: 0 0 auto;
  padding: 0 5px;
}
.nav__contacts-column:nth-child(1) {
  width: 59%;
}
.nav__contacts-column:nth-child(2) {
  width: 41%;
}
.nav__contacts-section {
  margin-top: 28px;
  overflow: hidden;
}
.nav__contacts-section:first-child {
  margin-top: 0;
}
.nav__contacts-title {
  font: 400 15px/1.4666666667 "PT Sans",sans-serif;
  color: #081132;
  text-transform: none;
  margin: 0;
}
.nav__contacts-text {
  font-size: 15px;
  line-height: 1.4666666667;
  color: #fff;
}
.nav__contacts-btn {
  background: #fff;
  color: #081132;
  max-width: 165px;
  margin-top: 8px;
  margin-bottom: 3px;
}
.nav__contacts-path-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  fill: #081132;
  transition: fill .2s ease;
}
.nav__contacts-path-icon + span {
  padding-left: 7px;
}
.nav__contacts-link {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.nav__link-network {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.nav__link-network span {
  flex: 0 0 auto;
}
.nav__link-network-icon {
  flex: 0 0 auto;
  fill: #fff;
  width: 15px;
  height: 8px;
  margin-left: 5px;
}
.modal {
  background: #fff;
  width: 100%;
  padding: 29px 20px 35px;
  position: relative;
  display: none;
  overflow: visible;
}
.modal__close-btn {
  cursor: pointer;
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 3;
  right: 50%;
  top: -63px;
  margin-right: -17px;
}
.modal__close-icon {
  width: 34px;
  height: 34px;
  stroke-width: 2px;
  stroke: #fff;
}
.modal__sub-title {
  color: #6a7390;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .5px;
  padding-top: 4px;
}
.modal__title {
  color: #081132;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6875;
}
.modal__title-particle {
  display: inline-block;
  fill: #d6232b;
  width: 8px;
  height: 8px;
  margin-left: 5px;
}
.modal__all-error {
  display: none;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #d6232b;
  margin-top: 22px;
}
.modal__all-error._show {
  display: block;
}
.modal__form-footer {
  display: flex;
  align-items: center;
  padding-top: 38px;
}
.modal__form-btn {
  max-width: 115px;
  flex: 0 0 auto;
  order: 1;
}
.modal__form-toggler + .modal__form-btn {
  margin-right: 22px;
}
.modal__form-toggler {
  flex: 1 1 auto;
  order: 2;
  max-width: 374px;
  width: 100%;
}
.modal__success-content {
  padding-top: 14px;
}
.modal__success-img {
  width: 100%;
}
.modal__success-btn {
  max-width: 115px;
}
.modal__success-img + .modal__success-btn {
  margin-top: 20px;
}
@media (min-width:375px) {
  .footer__contacts-column:nth-child(1) {
    width: 61%;
  }
  .footer__contacts-column:nth-child(2) {
    width: 39%;
  }
  .nav__contacts-column:nth-child(1) {
    width: 61%;
  }
  .nav__contacts-column:nth-child(2) {
    width: 39%;
  }
}
@media (min-width:480px) {
  .request__field {
    width: 50%;
  }
  .footer__nav {
    width: auto;
  }
  .footer__link-network {
    font-size: 15px;
    line-height: 1.5333333333;
  }
  .footer__link-network-icon {
    width: 20px;
    height: 11px;
    margin-left: 7px;
  }
  .nav__link-network {
    font-size: 15px;
    line-height: 1.4666666667;
  }
  .nav__link-network-icon {
    width: 20px;
    height: 11px;
    margin-left: 7px;
  }
  .modal {
    width: 375px;
  }
}
@media (min-width:600px) {
  .cover {
    max-width: 570px;
  }
  .slider .slick-arrow {
    margin-right: -269px;
  }
  .slider .slick-prev {
    left: 50%;
    margin-left: -269px;
    margin-right: 0;
  }
  .slider .slick-next {
    right: 50%;
  }
  .slider__number {
    right: 50%;
    margin-right: -265px;
  }
  .projects__section-head {
    text-align: center;
  }
  .projects__content .slick-arrow {
    margin-right: -269px;
    right: 50%;
    top: 50%;
  }
  .projects__content .slick-prev {
    margin-top: 13px;
  }
  .projects__content .slick-next {
    margin-top: -27px;
  }
  .projects__counter {
    right: 50%;
    margin-right: -266px;
  }
  .projects__carousel-container {
    width: 50%;
  }
  .projects__carousel-wrapper {
    margin-right: -190px;
  }
  .projects__slide-description {
    position: absolute;
    top: 0;
    right: 0;
    flex: 0 0 auto;
    margin: 0;
  }
}
@media (min-width:768px) {
  .cover {
    max-width: 768px;
  }
  .fancybox-container_nav {
    z-index: 99992;
  }
  .header__nav-btn._opened-link span:nth-child(1) {
    transform: none;
    width: 23px;
  }
  .header__nav-btn._opened-link span:nth-child(2) {
    opacity: 1;
  }
  .header__nav-btn._opened-link span:nth-child(3) {
    transform: none;
    width: 23px;
  }
  .header__contacts-list {
    margin: 0 -17px;
  }
  .header__contact-item {
    padding: 0 17px;
  }
  .header__contact-item._telephone {
    order: 1;
  }
  .header__contact-item._location {
    order: 2;
  }
  .header__contact-item._email {
    order: 3;
  }
  .header__contact-text {
    display: block;
  }
  .header__contact-icon-link {
    display: none;
  }
  .slider .slick-arrow {
    margin-right: -368px;
    top: 50%;
    bottom: auto;
  }
  .slider .slick-prev {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-top: 15px;
  }
  .slider .slick-next {
    margin-top: -26px;
  }
  .slider__content {
    height: 460px;
    padding-bottom: 40px;
    align-items: center;
  }
  .slider__info {
    width: 280px;
    display: block;
    flex: 0 0 auto;
  }
  .slider__title._increased {
    font-size: 23px;
    line-height: 1.4782608696;
  }
  .slider__img-container {
    width: 507px;
    height: 304px;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -152px;
  }
  .slider__img {
    max-width: 100%;
    left: 0;
    right: 0;
    transform: none;
  }
  .slider__img-container + .slider__description,
  .slider__title + .slider__description {
    margin-top: 15px;
  }
  .slider__text {
    display: block;
  }
  .slider__number {
    left: 50%;
    margin-left: -230px;
    right: auto;
    margin-right: 0;
    bottom: 20px;
  }
  .slider__progress {
    bottom: 50px;
    margin-right: -224px;
  }
  .projects {
    padding-bottom: 70px;
  }
  .projects__content .slick-arrow {
    margin-right: -368px;
  }
  .projects__content .slick-prev {
    margin-top: 15px;
  }
  .projects__content .slick-next {
    margin-top: -25px;
  }
  .projects__counter {
    margin-right: -363px;
  }
  .projects__carousel-wrapper {
    margin-right: -290px;
  }
  .projects__number {
    right: -367px;
    display: block;
  }
  .bebefits {
    padding-bottom: 16px;
  }
  .bebefits {
    padding-top: 4px;
  }
  .bebefits__info {
    display: flex;
    align-items: center;
    margin-bottom: 96px;
  }
  .bebefits__info-text {
    font-size: 13px;
    line-height: 1.4615384615;
  }
  .bebefits__logo-container + .bebefits__info-text {
    padding-left: 30px;
    top: 5px;
    padding-top: 0;
  }
  .bebefits__container {
    display: flex;
    align-items: flex-start;
  }
  .bebefits__list {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bebefits__item {
    flex: 0 0 auto;
    width: 290px;
    margin: 0 15px 73px;
  }
  .bebefits__item._full {
    width: calc(100% - 30px);
    margin-bottom: 41px;
  }
  .bebefits__container .bebefits__item {
    width: calc(100% - 30px);
  }
  .bebefits__item-info {
    max-width: 288px;
  }
  .bebefits__list-reviews {
    margin-bottom: -43px;
    align-items: center;
  }
  .bebefits__review {
    width: 296px;
    padding-bottom: 43px;
  }
  .bebefits__review-link {
    display: flex;
    align-items: center;
  }
  .bebefits__review-img-container {
    width: 82px;
  }
  .bebefits__review-img {
    width: 100%;
    height: auto;
  }
  .bebefits__review-name {
    max-width: 170px;
    font-size: 15px;
    line-height: 1.5333333333;
  }
  .bebefits__review-img-container + .bebefits__review-name {
    padding-left: 10px;
    padding-top: 0;
  }
  .bebefits__board {
    margin: -54px 0 56px;
  }
  .bebefits__number {
    display: block;
  }
  .request {
    padding-top: 80px;
    padding-bottom: 53px;
  }
  .request__content {
    width: 508px;
  }
  .request__section-head {
    margin-bottom: 20px;
  }
  .request__field,
  .request__textarea {
    margin-bottom: 7px;
  }
  .request__all-error {
    margin-top: 15px;
  }
  .request__form-footer {
    padding-top: 50px;
  }
  .request__img {
    display: block;
  }
  .request__number {
    display: block;
  }
  .footer__cover {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .footer__nav {
    margin: 0 -31.5px 23px;
  }
  .footer__nav-item {
    padding: 0 31.5px 5px;
  }
  .footer__contacts {
    margin: 0 -10px;
  }
  .footer__contacts-column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__contacts-column:nth-child(1) {
    width: 39%;
  }
  .footer__contacts-column:nth-child(2) {
    width: 61%;
  }
  .footer__contacts-section {
    margin-top: 28px;
    padding: 0 10px;
  }
  .footer__contacts-column:nth-child(2) .footer__contacts-section {
    margin-top: 101px;
  }
  .footer__contacts-sub-column {
    margin-top: 0;
  }
  .footer__contacts-sub-column:nth-child(1) {
    width: 50%;
  }
  .footer__contacts-sub-column:nth-child(2) {
    width: 50%;
  }
  .footer__sub-info {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__copyright {
    padding: 0 10px;
    text-align: left;
  }
  .footer__studio {
    padding: 0 10px;
    display: block;
  }
  .footer__studio-link {
    justify-content: flex-start;
  }
  .nav {
    padding-top: 0;
    transform: translateX(-100%);
    width: 400px;
  }
  .opened-modal .nav {
    transform: translateX(0);
  }
  .nav._float {
    padding-top: 0;
  }
  .nav__content {
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    height: 100%;
    max-height: none;
  }
  .nav__close-btn {
    display: block;
  }
  .nav__list {
    padding: 0;
  }
  .nav__link {
    font-size: 22px;
    line-height: 1.3636363636;
    padding: 13px 35px;
  }
  .nav__link-cover {
    padding: 0;
    margin: 0;
    min-width: 0;
    max-width: none;
  }
  .nav__item-text {
    border-bottom-width: 3px;
    padding: 9px 0 6px;
  }
  .nav__contacts {
    display: none;
  }
}
@media (min-width:990px) {
  .cover {
    max-width: 970px;
  }
  .header__contacts-list {
    margin: 0 -21px;
  }
  .header__contact-item {
    padding: 0 21px;
    font-size: 14px;
    line-height: 1.5;
  }
  .slider .slick-arrow {
    margin-right: -470px;
  }
  .slider .slick-prev {
    margin-top: -13px;
  }
  .slider .slick-next {
    margin-top: -53px;
  }
  .slider__content {
    height: 660px;
    padding-bottom: 22px;
  }
  .slider__info {
    width: 390px;
  }
  .slider__title {
    font-size: 21px;
    line-height: 1.7142857143;
  }
  .slider__title._increased {
    font-size: 33px;
    line-height: 1.3636363636;
  }
  .slider__img-container {
    width: 600px;
    height: 360px;
    margin-top: -180px;
  }
  .slider__img-container + .slider__description,
  .slider__title + .slider__description {
    margin-top: 29px;
  }
  .slider__text {
    max-width: 315px;
    font-size: 15px;
    line-height: 1.5333333333;
  }
  .slider__text + .slider__btn {
    margin-top: 36px;
  }
  .slider__link-network {
    margin-top: 27px;
    font-size: 15px;
    line-height: 1.5333333333;
  }
  .slider__link-network-icon {
    width: 20px;
    height: 11px;
    margin-left: 10px;
  }
  .slider__number {
    font-size: 234px;
    margin-left: -380px;
    bottom: 33px;
  }
  .slider__progress {
    margin-right: -220px;
    bottom: 107px;
  }
  .projects__content .slick-arrow {
    margin-right: -470px;
  }
  .projects__counter {
    margin-right: -466px;
  }
  .projects__carousel-wrapper {
    margin-right: -393px;
  }
  .projects__number {
    right: -470px;
  }
  .bebefits {
    padding-top: 29px;
  }
  .bebefits__section-head {
    margin-bottom: 29px;
  }
  .bebefits__info {
    max-width: 960px;
    margin-bottom: 84px;
  }
  .bebefits__list-wrapper {
    padding-right: 320px;
    flex: 0 0 auto;
  }
  .bebefits__list-wrapper._full {
    padding-right: 0;
  }
  .bebefits__item {
    width: calc(50% - 30px);
  }
  .bebefits__item._full {
    margin-bottom: 46px;
  }
  .bebefits__item._full:before {
    height: 100%;
  }
  .bebefits__container .bebefits__item {
    width: calc(50% - 30px);
  }
  .bebefits__list-reviews {
    margin-bottom: -16px;
  }
  .bebefits__review {
    padding-bottom: 16px;
    width: 100%;
  }
  .bebefits__review:nth-child(1) {
    width: 24.5%;
  }
  .bebefits__review:nth-child(2) {
    width: 24.5%;
  }
  .bebefits__review:nth-child(3) {
    width: 27%;
  }
  .bebefits__review:nth-child(4) {
    width: 24%;
  }
  .bebefits__review-name {
    max-width: none;
  }
  .bebefits__board {
    position: absolute;
    right: 0;
    top: -58px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .bebefits__number {
    margin-top: -187px;
  }
  .request {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .request__img {
    width: 626px;
    height: 305px;
    top: 50%;
    margin-top: -195px;
    right: -250px;
  }
  .request__number {
    font-size: 234px;
    bottom: -60px;
    right: -80px;
  }
  .footer__cover {
    padding-top: 40px;
    padding-bottom: 47px;
  }
  .footer__nav {
    margin: 0 -20px 23px;
  }
  .footer__nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__contacts {
    margin: 0 -15px;
  }
  .footer__contacts-column:nth-child(1) {
    width: 46%;
  }
  .footer__contacts-column:nth-child(2) {
    width: 54%;
  }
  .footer__contacts-section {
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
    margin-top: 24px;
  }
  .footer__contacts-column:nth-child(2) .footer__contacts-section {
    margin-top: 52px;
  }
  .footer__contacts-btn {
    margin-bottom: 1px;
  }
  .footer__contacts-info + .footer__contacts-btn {
    margin-left: 11px;
    margin-top: 0;
  }
  .footer__contacts-sub-column:nth-child(1) {
    width: 41%;
  }
  .footer__contacts-sub-column:nth-child(2) {
    width: 59%;
  }
  .nav__link-cover {
    max-width: none;
  }
}
@media (min-width:1200px) {
  a:active,
  a:hover {
    text-decoration: none;
  }
  .cover {
    max-width: 1080px;
  }
  .btn:active,
  .btn:hover {
    background-color: #f32832;
  }
  .btn:disabled:active,
  .btn:disabled:hover {
    background-color: #979797;
  }
  .section-head__title {
    font-size: 21px;
    line-height: 1.7142857143;
  }
  .section-head__label + .section-head__title {
    margin-top: 10px;
  }
  .slider .slick-arrow {
    margin-right: -524px;
  }
  .slider__img-container {
    width: 711px;
    height: 426px;
    margin-top: -213px;
  }
  .projects {
    padding-top: 8px;
    padding-bottom: 36px;
  }
  .projects__section-head {
    margin-bottom: 36px;
  }
  .projects__content .slick-arrow {
    margin-right: -524px;
  }
  .projects__content .slick-prev {
    margin-top: -27px;
  }
  .projects__content .slick-next {
    margin-top: -67px;
  }
  .projects__counter {
    margin-right: -520px;
  }
  .projects__carousel-wrapper {
    margin-right: -409px;
  }
  .projects__slide-description {
    padding-left: 30px;
    width: 266px;
  }
  .projects__number {
    font-size: 234px;
    bottom: -38px;
    right: -645px;
  }
  .bebefits__list-wrapper {
    padding-right: 360px;
  }
  .bebefits__list-wrapper._full {
    padding-right: 0;
  }
  .bebefits__list {
    margin: 0 -43px;
    justify-content: flex-start;
  }
  .bebefits__item {
    width: calc(50% - 86px);
    margin-right: 43px;
    margin-left: 43px;
  }
  .bebefits__item._full {
    width: calc(100% - 86px);
  }
  .bebefits__container .bebefits__item {
    width: calc(50% - 86px);
  }
  .bebefits__item-text span {
    display: block;
  }
  .bebefits__number {
    right: auto;
    left: -220px;
    font-size: 234px;
    margin-top: -98px;
  }
  .request__img {
    right: -174px;
  }
  .footer__nav-link:active,
  .footer__nav-link:hover {
    border-color: #d6232b;
  }
  .nav__link-cover {
    max-width: none;
  }
  .nav__link:active .nav__item-text,
  .nav__link:hover .nav__item-text {
    border-color: #fff;
  }
  .nav__contacts-btn:active,
  .nav__contacts-btn:hover {
    background-color: #1d2e3e;
    color: #fff;
  }
  .nav__contacts-btn:active .nav__contacts-path-icon,
  .nav__contacts-btn:hover .nav__contacts-path-icon {
    fill: #fff;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 22px;
    line-height: 1.5;
  }
  .cover {
    max-width: 1503px;
  }
  .slick-arrow {
    width: 60px;
    height: 30px;
  }
  .slick-arrow__icon {
    width: 49px;
    height: 9px;
    top: -3px;
  }
  .fancybox-container_modals .fancybox-slide,
  .fancybox-container_modals .fancybox-slide--html {
    padding: 20px;
  }
  .fancybox-container_nav .fancybox-slide,
  .fancybox-container_nav .fancybox-slide--html {
    padding: 0;
  }
  .btn {
    min-height: 58px;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 10px 11px;
  }
  .btn__arrow {
    width: 38px;
    height: 9px;
    stroke-width: 2px;
  }
  span + .btn__arrow {
    margin-left: 16px;
    top: 0;
  }
  .section-head__label {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  .section-head__title {
    font-size: 30px;
    line-height: 1.7;
  }
  .section-head__label + .section-head__title {
    margin-top: 14px;
  }
  .section-head__particle {
    width: 11px;
    height: 11px;
    margin-left: 11px;
  }
  .field__input,
  .field__textarea {
    font-size: 22px;
    border-bottom-width: 2px;
  }
  .field__input {
    padding: 11px 11px 0;
    height: 60px;
  }
  .field__textarea {
    padding: 0 11px;
    height: 124px;
  }
  .toggler__marker {
    width: 25px;
    height: 25px;
  }
  .toggler__icon {
    width: 14px;
    height: 10px;
    stroke-width: 2px;
    margin-left: -7px;
    margin-top: -5px;
  }
  .toggler__text {
    font-size: 16px;
    line-height: 1.1875;
  }
  .toggler__marker + .toggler__text {
    padding-left: 10px;
  }
  .header__content {
    margin: 0 -15px;
    height: 130px;
  }
  .header._float .header__content {
    height: 86px;
  }
  .header__nav-btn {
    width: 31px;
    height: 28px;
    margin: 0 15px;
  }
  .header__nav-btn span {
    width: 31px;
    height: 4px;
  }
  .header__nav-btn span:nth-child(2) {
    top: 12px;
    width: 22px;
  }
  .header__nav-btn span:nth-child(3) {
    top: 24px;
  }
  .header__nav-btn._opened-link span:nth-child(1) {
    width: 31px;
  }
  .header__nav-btn._opened-link span:nth-child(3) {
    width: 31px;
  }
  .header__logo {
    padding: 0 15px;
  }
  .header__logo-icon {
    width: 30px;
    height: 34px;
  }
  .header__site-name {
    font-size: 30px;
  }
  .header__logo-icon + .header__site-name {
    padding-left: 14px;
  }
  .header__site-tagline {
    font-size: 12px;
    letter-spacing: normal;
  }
  .header__logo-content + .header__site-tagline {
    padding-top: 7px;
  }
  .header__contacts {
    padding: 0 15px;
  }
  .header__contacts-list {
    margin: 0 -31px;
  }
  .header__contact-item {
    padding: 0 31px;
    font-size: 20px;
    line-height: 1.5;
  }
  .slider .slick-arrow {
    margin-right: -737px;
  }
  .slider .slick-prev {
    margin-top: -23px;
  }
  .slider .slick-next {
    margin-top: -81px;
  }
  .slider__content {
    padding-top: 130px;
    height: 930px;
    padding-bottom: 30px;
  }
  .slider__info {
    width: 550px;
  }
  .slider__title {
    font-size: 30px;
    line-height: 1.7;
  }
  .slider__title._increased {
    font-size: 45px;
    line-height: 1.4;
  }
  .slider__title-particle {
    width: 11px;
    height: 11px;
    margin-left: 10px;
  }
  .slider__img-container {
    width: 1000px;
    height: 600px;
    margin-top: -300px;
  }
  .slider__img-container + .slider__description,
  .slider__title + .slider__description {
    margin-top: 42px;
  }
  .slider__text {
    max-width: 440px;
    font-size: 22px;
    line-height: 1.5;
  }
  .slider__btn {
    max-width: 338px;
  }
  .slider__text + .slider__btn {
    margin-top: 47px;
  }
  .slider__link-network {
    margin-top: 43px;
    font-size: 17px;
    line-height: 1.5294117647;
  }
  .slider__number {
    font-size: 330px;
    margin-left: -535px;
    bottom: 47px;
  }
  .slider__progress {
    width: 225px;
    bottom: 150px;
    margin-right: -305px;
  }
  .slider__progress-number {
    font-size: 18px;
  }
  .slider__progress-number:first-child {
    margin-right: 25px;
  }
  .slider__progress-number:last-child {
    margin-left: 25px;
  }
  .slider__progress-scale {
    height: 5px;
  }
  .projects {
    padding-top: 11px;
    padding-bottom: 50px;
  }
  .projects__section-head {
    margin-bottom: 51px;
  }
  .projects__content .slick-arrow {
    margin-right: -626px;
  }
  .projects__content .slick-prev {
    margin-top: -42px;
  }
  .projects__content .slick-next {
    margin-top: -99px;
  }
  .projects__counter {
    font-size: 19px;
    margin-right: -623px;
    top: 5px;
  }
  .projects__carousel-wrapper {
    margin-right: -467px;
  }
  .projects__slide-description {
    width: 366px;
    font-size: 17px;
    line-height: 1.5294117647;
    padding: 26px 34px 12px 43px;
  }
  .projects__slide-description p {
    margin-bottom: 14px;
  }
  .projects__slide-icon {
    width: 21px;
    height: 21px;
    margin-right: 3px;
  }
  .projects__number {
    font-size: 330px;
    right: -800px;
    bottom: -50px;
  }
  .bebefits {
    padding-top: 41px;
  }
  .bebefits__section-head {
    margin-bottom: 42px;
  }
  .bebefits__info {
    max-width: 1280px;
    margin-bottom: 120px;
  }
  .bebefits__logo-container {
    width: 292px;
  }
  .bebefits__info-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .bebefits__logo-container + .bebefits__info-text {
    padding-left: 45px;
  }
  .bebefits__list-wrapper {
    padding-right: 470px;
  }
  .bebefits__list-wrapper._full {
    padding-right: 0;
  }
  .bebefits__list {
    margin: 0 -60px;
  }
  .bebefits__item {
    padding-left: 30px;
    width: calc(50% - 120px);
    margin: 0 60px 100px;
  }
  .bebefits__item:before {
    width: 3px;
    top: 8px;
    height: calc(100% - 5px);
  }
  .bebefits__item._full {
    margin-bottom: 70px;
    width: calc(100% - 120px);
  }
  .bebefits__container .bebefits__item {
    width: calc(50% - 120px);
  }
  .bebefits__item-info {
    max-width: none;
  }
  .bebefits__item-number {
    font-size: 30px;
    left: 30px;
    top: -40px;
  }
  .bebefits__item-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .bebefits__item-text {
    font-size: 22px;
    line-height: 1.5;
  }
  .bebefits__item-title + .bebefits__item-text {
    margin-top: 8px;
  }
  .bebefits__list-reviews {
    margin-bottom: -25px;
  }
  .bebefits__review {
    padding-bottom: 25px;
  }
  .bebefits__review-img-container {
    width: auto;
  }
  .bebefits__review-img {
    width: auto;
  }
  .bebefits__review-name {
    font-size: 22px;
    line-height: 1.5;
  }
  .bebefits__review-img-container + .bebefits__review-name {
    padding-left: 15px;
  }
  .bebefits__board {
    width: 407px;
    padding: 24px 72px 15px;
    top: -83px;
  }
  .bebefits__board-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 29px;
  }
  .bebefits__list-docs {
    margin: 0 -12px;
  }
  .bebefits__doc-item {
    padding: 0 12px;
    margin-bottom: 26px;
  }
  .bebefits__btn {
    margin-bottom: 26px;
  }
  .bebefits__btn-angle {
    border-top-width: 8px;
    border-left-width: 7px;
    border-right-width: 7px;
    width: 14px;
    height: 8px;
  }
  .bebefits__btn span + .bebefits__btn-angle {
    margin-left: 10px;
  }
  .bebefits__number {
    font-size: 330px;
    left: -310px;
    margin-top: -140px;
  }
  .request {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .request__content {
    width: 714px;
  }
  .request__section-head {
    margin-bottom: 48px;
  }
  .request__form {
    margin: 0 -18px;
  }
  .request__field,
  .request__textarea {
    padding: 0 18px;
    margin-bottom: 36px;
  }
  .request__all-error {
    margin-top: -10px;
  }
  .request__form-footer {
    padding-top: 44px;
  }
  .request__form-btn {
    max-width: 163px;
  }
  .request__form-toggler + .request__form-btn {
    margin-right: 35px;
  }
  .request__form-toggler {
    max-width: 374px;
  }
  .request__img {
    width: 866px;
    height: 429px;
    margin-top: -270px;
    right: -227px;
  }
  .request__number {
    font-size: 329px;
    bottom: -87px;
    right: -110px;
  }
  .footer__cover {
    padding-top: 56px;
    padding-bottom: 66px;
  }
  .footer__nav {
    margin: 0 -29px 36px;
  }
  .footer__nav-item {
    padding-left: 29px;
    padding-right: 29px;
  }
  .footer__nav-link {
    font-size: 20px;
    line-height: 1.7;
    border-bottom-width: 3px;
  }
  .footer__contacts-section {
    margin-top: 32px;
  }
  .footer__contacts-column:nth-child(2) .footer__contacts-section {
    margin-top: 73px;
  }
  .footer__contacts-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .footer__contacts-text {
    font-size: 22px;
    line-height: 1.5;
  }
  .footer__contacts-btn {
    width: 232px;
    margin-bottom: 3px;
  }
  .footer__contacts-info + .footer__contacts-btn {
    margin-left: 17px;
  }
  .footer__contacts-path-icon {
    width: 16px;
    height: 16px;
  }
  .footer__contacts-path-icon + span {
    padding-left: 10px;
  }
  .footer__link-network {
    font-size: 22px;
    line-height: 1.5;
  }
  .footer__link-network-icon {
    width: 27px;
    height: 15px;
    margin-left: 10px;
  }
  .footer__sub-info {
    padding: 27px 0 22px;
  }
  .footer__copyright {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .footer__studio {
    margin-bottom: 5px;
  }
  .footer__studio-link {
    font-size: 20px;
    line-height: 1.2;
  }
  .footer__studio-logo {
    width: 65px;
    height: 35px;
  }
  .footer__studio-name + .footer__studio-logo {
    margin-left: 20px;
  }
  .nav {
    width: 488px;
  }
  .nav__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .nav__close-btn {
    top: 48px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
  }
  .nav__close-icon {
    width: 30px;
    height: 30px;
  }
  .nav__link {
    font-size: 28px;
    line-height: 1.2857142857;
    padding: 23px 45px;
  }
  .nav__link-cover {
    max-width: none;
  }
  .modal {
    width: 828px;
    padding: 47px 57px 47px;
  }
  .modal__close-btn {
    right: 57px;
    top: 49px;
    margin-right: 0;
  }
  .modal__close-icon {
    stroke: #081132;
  }
  .modal__sub-title {
    display: none;
  }
  .modal__title {
    font-size: 30px;
    line-height: 1.7;
    margin-right: 55px;
    margin-bottom: 17px;
  }
  .modal__title-particle {
    width: 11px;
    height: 11px;
    margin-left: 11px;
  }
  .modal__form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -18px;
    padding-top: 30px;
  }
  .modal__field {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 36px;
  }
  .modal__textarea {
    width: 100%;
    padding: 0 18px;
    margin-bottom: 36px;
  }
  .modal__all-error {
    margin-top: -10px;
  }
  .modal__form-footer {
    padding-top: 44px;
  }
  .modal__form-btn {
    max-width: 163px;
  }
  .modal__form-toggler + .modal__form-btn {
    margin-right: 35px;
  }
  .modal__success-content {
    padding-top: 0;
  }
  .modal__success-btn {
    max-width: 163px;
  }
  .modal__success-img + .modal__success-btn {
    margin-top: 30px;
  }
}