@charset "UTF-8";
/* Прелоадер */
.preloader-wrapper {
  position: fixed;
  background: #252525;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.preloader.flex {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.preloader__item {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-animation-name: preloader;
  animation-name: preloader;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: #A50D30;
  border-radius: 2px;
}

.preloader__item_2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

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

@-webkit-keyframes preloader {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes preloader {
  0% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

html, body {
  overflow-x: hidden;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 1520px;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #000;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #000;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

li {
  display: block;
  list-style: none;
}

label {
  display: block;
}

/* Header */
header {
  position: relative;
  z-index: 100;
  background: #fff;
}

.header__contacts {
  background: #F4FAFC;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.header__contacts-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__contacts-links a {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #A50D30;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.header__contacts-links a:hover {
  -webkit-text-decoration-color: #A50D30;
  text-decoration-color: #A50D30;
}
.header__contacts-links a img {
  width: 20px;
  margin-right: 3px;
}
.header__contacts-links a span {
  display: block;
}

.header__content-wrapper {
  position: relative;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.header__content-wrapper.fixed {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.header__logo {
  width: 228px;
}
.header__logo img {
  width: 100%;
}

.header__mobile-logo {
  display: none;
}

.menu li {
  padding-left: 15px;
  padding-right: 15px;
}
.menu li a {
  color: #1C1C1C;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.menu li a:hover {
  color: #A50D30;
  border-color: #A50D30;
}

.menu__blackout {
  display: none;
}

.menu__blackout {
  display: none;
}

.btn {
  padding: 16px 40px;
  color: #fff;
  background: #A50D30;
  font-size: 16px;
  line-height: 20px;
}
.btn:hover {
  background: #760922;
}

.navbar {
  display: none;
}

/* First screen */
section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main {
  background: url(../img/main-bg.jpg) #0b0b09 center center no-repeat;
  background-size: cover;
}

.main__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__info {
  width: 850px;
}

.main__title {
  margin-bottom: 16px;
}
.main__title span {
  display: block;
  color: #fff;
  padding: 10px 32px;
  font-size: 24px;
  background: #A50D30;
}

.main__tagline {
  color: #fff;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 600;
}

.main__description {
  padding: 25px 28px;
  color: #fff;
  font-size: 32px;
  position: relative;
  border-left: 4px solid #fff;
}

.form {
  width: 490px;
  background: #fff;
  padding: 54px 58px 60px;
}
.form label {
  color: #B0B0B0;
  font-size: 16px;
  margin-bottom: 16px;
}
.form input {
  border: 1px solid #DDE5E8;
  padding: 15px 30px;
  margin-bottom: 16px;
  height: 52px;
  font-size: 16px;
  color: #1C1C1C;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form input::-webkit-input-placeholder {
  color: #B0B0B0;
}
.form input::-moz-placeholder {
  color: #B0B0B0;
}
.form input:-moz-placeholder {
  color: #B0B0B0;
}
.form input:-ms-input-placeholder {
  color: #B0B0B0;
}
.form input:focus {
  border: 6px solid #F8EAED;
  padding: 10px 25px;
}
.form input.error {
  border-color: #A50D30;
}

.form__title {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}

.form__btn {
  padding-top: 16px;
  margin-bottom: 32px;
}
.form__btn .btn {
  width: 100%;
}

.form__privacy {
  text-align: center;
  color: #B0B0B0;
  font-size: 16px;
}
.form__privacy a {
  display: inline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #B0B0B0;
}
.form__privacy a:hover {
  color: #979797;
}
.form__privacy label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #A50D30;
  margin-bottom: -2px !important;
  cursor: pointer;
  position: relative;
}
.form__privacy input {
  display: none;
}
.form__privacy input:checked + label:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

/* Аутсорсинг пожарной безопасности */
.info {
  background: #252525;
}

.info__content {
  width: calc(100% + 100px);
  margin-left: -100px;
  padding-left: 100px;
  background: url(../img/info-bg.png) left bottom no-repeat;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info__title {
  width: 500px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 130%;
}
.info__title span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  border-bottom: 3px solid #A50D30;
  padding-bottom: 3px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.info__text {
  width: 745px;
}
.info__text p {
  margin-bottom: 45px;
  color: #999;
  font-size: 20px;
}
.info__text p:last-child {
  margin-bottom: 0;
}
.info__text p b {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/* Преимущества аутсорсинга */
.section__title {
  margin-bottom: 40px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
.section__title.mb-small {
  margin-bottom: 20px;
}
.section__title.mb-big {
  margin-bottom: 60px;
}
.section__title.text-center {
  text-align: center;
}
.section__title.white {
  color: #fff;
}

.description__text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 805px;
  margin-bottom: 80px;
  color: #777;
  font-size: 20px;
}

.description__content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.description__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 516px);
}

.description__item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  background: #F4FAFC;
  min-height: 220px;
  padding: 30px;
  /*&:hover {
  	background: linear-gradient(270deg, #A50D30 0%, #DB244E 100%);
  	svg path {
  		stroke: #fff !important;
  	}
  	.description__item-text {
  		color: #fff;
  	}
  }*/
}

.description__item-text {
  width: calc(100% - 140px);
  color: #000;
  font-size: 16px;
}

.description__question {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 30px;
  width: 486px;
  background: #F4FAFC;
}
.description__question:hover {
  background: -webkit-gradient(linear, right top, left top, from(#A50D30), to(#DB244E));
  background: -o-linear-gradient(right, #A50D30 0%, #DB244E 100%);
  background: linear-gradient(270deg, #A50D30 0%, #DB244E 100%);
}
.description__question:hover svg path {
  stroke: #fff !important;
}
.description__question:hover .description__question-title {
  color: #fff;
}
.description__question:hover .description__question-doc svg {
  border-color: rgba(255, 255, 255, 0.2);
}
.description__question:hover .description__question-doc svg linearGradient {
  display: none;
}

.description__question-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.description__question-title {
  text-align: center;
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
  width: 100%;
}

.description__question-doc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
background: -webkit-gradient(linear, right top, left top, from(#A50D30), to(#DB244E));
  background: -o-linear-gradient(right, #A50D30 0%, #DB244E 100%);
  background: linear-gradient(270deg, #A50D30 0%, #DB244E 100%);
}
.description__question-doc svg {
  border: 2px solid transparent;
}

/* Услуги */
.services {
  background: #252525;
}

.services__content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services__title {
  width: 392px;
  background: url(../img/services-title.svg) center center no-repeat;
  background-size: contain;
}

.services__info {
  width: 1000px;
}

.services__items {
  border-top: 1px solid #414141;
}

.service {
  border-bottom: 1px solid #414141;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.service img {
  width: 60px;
}
.service p {
  width: calc(100% - 120px);
  padding-right: 2%;
  color: #999;
  font-size: 24px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.service:hover p {
  color: #fff;
  -webkit-transform: scale(1.04) translate(2%, 0);
  -ms-transform: scale(1.04) translate(2%, 0);
  transform: scale(1.04) translate(2%, 0);
}

/* Преимущества */
.advantages {
  background: #F4FAFC;
}

.advantages__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.advantage {
  text-align: center;
  width: 33.3%;
  padding: 30px 90px;
  position: relative;
}
.advantage:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  top: 40px;
  right: 0;
  background: #DDE5E8;
}
.advantage:nth-child(3n):before {
  display: none;
}
.advantage:after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: #DDE5E8;
  left: 40px;
  bottom: 0;
}
.advantage:nth-last-child(-n+3):after {
  display: none;
}
.advantage img {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.advantage__title {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.advantage__desription {
  font-size: 16px;
  color: #000;
}

/* Платформа */
.platform__info {
  width: 700px;
}

.platform__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.platform__item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.platform__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.platform__item img {
  height: 77px;
  margin-bottom: 10px;
}

.platform__video {
  width: 750px;
  position: relative;
}
.platform__video img {
  width: 100%;
}
.platform__video:hover .platform__video-icon {
  background: rgba(165, 13, 48, 0.7);
}

.platform__video-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 186px;
  height: 186px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: flex;
  align-content: flex;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 186px;
}

/* Калькулятор */
.calc-section {
  background: url(../img/calc-bg.jpg) #252525 center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.calc-section__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.calc-section__info {
  width: 400px;
}

.section__description {
  color: #000;
  font-size: 20px;
  margin-bottom: 40px;
}
.section__description.white {
  color: #fff;
}

.calc {
  width: calc(100% - 510px);
}

.calc__tabs-links {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.calc__tabs-links a {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 18px;
  border: 1px solid #FFF;
  text-align: center;
  color: #fff;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
}
.calc__tabs-links a svg {
  margin-bottom: 10px;
  stroke: #A50D30;
}
.calc__tabs-links a span {
  display: block;
  width: 100%;
  font-size: 16px;
}
.calc__tabs-links a.active {
  background: #A50D30;
  border-color: #A50D30;
}
.calc__tabs-links a.active svg {
  stroke: #fff;
}

.calc__form {
  padding-top: 30px;
}

.calc__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px;
}

.calc__d-none {
  display: none;
}

.calc__hidden {
  display: none;
}

.calc__left {
  width: calc(100% - 258px);
}

.number {
  margin-top: 10px;
}
.number.disabled {
  pointer-events: none;
}
.number.disabled .irs--flat .irs-line {
  border: 1px solid #8E8E8E;
  background: #6B6B6B;
}
.number.disabled .irs--flat .irs-bar {
  border: 1px solid #8E8E8E;
  background: #3A1B22;
}
.number.disabled .irs--flat .irs-handle {
  border: 1px solid #8E8E8E;
  background: #3A1B22;
}

.calc__label {
  color: #fff;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.irs--flat {
  width: calc(100% - 145px);
  height: 10px;
}

.irs-from,
.irs-to,
.irs-min,
.irs-max,
.irs-single {
  display: none;
}

.irs--flat .irs-line {
  border-radius: 10px;
  border: 1px solid #DDE5E8;
  background: #FFF;
  height: 10px;
  top: 0;
  height: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.irs--flat .irs-bar {
  top: 0;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #DDE5E8;
  background: #A50D30;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}

.irs--flat .irs-handle {
  border-radius: 59px;
  border: 1px solid #DDE5E8;
  background: #A50D30;
  width: 26px;
  height: 26px;
  cursor: move;
  top: -8px;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.irs--flat .irs-handle i {
  display: none !important;
}

.number__value {
  width: 128px;
  border: 1px solid #DDE5E8;
  background: #FFF;
  color: #000;
  height: 30px;
  text-align: center;
  font-size: 16px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:focus,
input[type=number]:hover {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.checkbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.checkbox span {
  display: block;
  color: #C5C5C5;
  font-size: 16px;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  margin-left: 32px;
  margin-right: -1px;
  background: #A50D30;
}
.checkbox label {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  width: 64px;
  height: 32px;
  background: #fff;
  border-radius: 32px;
  border: 1px solid #DDE5E8;
}
.checkbox label:before {
  position: absolute;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #DDE5E8;
  margin: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background: #9A9A9A;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.calc__right {
  width: 228px;
}

.calc__price-value {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #DDE5E8;
  padding: 8px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 10px;
}

.calc__price-signature {
  color: #C5C5C5;
  font-size: 11px;
}

.calc__fields {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 750px;
  max-width: 100%;
}
.calc__fields input {
  width: calc(50% - 15px);
  border: 1px solid #DDE5E8;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.calc__fields input::-webkit-input-placeholder {
  color: #C5C5C5;
}
.calc__fields input::-moz-placeholder {
  color: #C5C5C5;
}
.calc__fields input:-moz-placeholder {
  color: #C5C5C5;
}
.calc__fields input:-ms-input-placeholder {
  color: #C5C5C5;
}
.calc__fields input.wide {
  width: 100%;
}
.calc__fields input.error {
  border-color: #A50D30;
}
.calc__fields .btn {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}

.calc__privacy {
  width: 100%;
  padding-right: 50%;
  position: relative;
  color: #fff;
  color: #B0B0B0;
  font-size: 14px;
}
.calc__privacy svg {
  position: absolute;
  top: 0;
  left: 0;
}
.calc__privacy a {
  display: inline;
  color: #B0B0B0;
  text-decoration: underline;
}
.calc__privacy a:hover {
  color: #fff;
}
.calc__privacy label {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #A50D30;
  margin-bottom: -2px !important;
  cursor: pointer;
  position: relative;
}
.calc__privacy input {
  display: none;
}
.calc__privacy input:checked + label:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.calc__note {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  background: #163E10;
  padding: 8px 20px;
}

.calc__note-content {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.calc__note-content span {
  display: block;
  width: calc(100% - 40px);
  color: #48D034;
  font-size: 14px;
  line-height: 16px;
}

/* Наши клиенты */
.clients__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clients__info {
  width: 360px;
  margin-right: -35px;
}

.clients__items {
  width: calc(100% - 470px);
  margin-right: -20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.client {
  width: 25%;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.client img {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.client img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.client.client_grey img {
  opacity: 0.7;
}
.client.client_grey img:hover {
  opacity: 1;
}

/* Благодарности */
.reviews {
  background: #F4FAFC;
  overflow: hidden;
}
.reviews .container:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  top: -120px;
  left: -2000px;
  width: 2370px;
  height: calc(100% + 240px);
  background: #F4FAFC;
}
.reviews .container:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  left: 360px;
  top: -120px;
  width: 100px;
  height: calc(100% + 240px);
  background: #f4fafc;
  background: -webkit-gradient(linear, left top, right top, from(#f4fafc), to(rgba(244, 250, 252, 0)));
  background: -o-linear-gradient(left, #f4fafc 0%, rgba(244, 250, 252, 0) 100%);
  background: linear-gradient(90deg, #f4fafc 0%, rgba(244, 250, 252, 0) 100%);
}

.reviews__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__info {
  width: 360px;
  position: relative;
  z-index: 5;
}

.reviews__arrows {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reviews__arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1px solid #C3C3C3;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 20px;
}
.reviews__arrow:before {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #C3C3C3;
  border-left: 2px solid #C3C3C3;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.reviews__arrow:hover {
  background: #A50D30;
  border-color: #A50D30;
}
.reviews__arrow:hover:before {
  border-color: #fff;
}
.reviews__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.reviews__arrow_prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px;
}

.reviews__arrow_next:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: -19px;
}

.reviews__slider {
  width: calc(100% - 517px);
  position: relative;
  z-index: 1;
}

.review {
  width: 450px;
  border: 1px solid #DDE5E8;
  background: #fff;
}
.review:hover {
  -webkit-box-shadow: 0px 12px 36px 9px rgba(139, 139, 139, 0.1);
  box-shadow: 0px 12px 36px 9px rgba(139, 139, 139, 0.1);
}
.review img {
  width: 100%;
}

/* Footer */
footer {
  background: #141414;
  padding-top: 45px;
}

.footer__top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #3D3D3D;
}

.footer__contacts {
  width: 320px;
}

.footer__contacts-item {
  position: relative;
  padding-left: 36px;
  padding-bottom: 40px;
}
.footer__contacts-item svg {
  position: absolute;
  top: 0;
  left: 0;
}
.footer__contacts-item a {
  display: inline;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}
.footer__contacts-item a:hover {
  color: #A50D30;
}
.footer__contacts-item p {
  color: #fff;
  font-size: 20px;
  line-height: 130%;
}

.footer__about {
  width: 430px;
  text-align: center;
  padding-bottom: 40px;
}

.footer__about-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.footer__about-info {
  color: #868686;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.footer__about-info img {
  display: inline-block;
  width: 20px;
  margin-right: 4px;
  margin-bottom: -5px;
}

.footer__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__btn a {
  padding: 10px 48px;
  border: 2px solid #A50D30;
  color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer__btn a svg {
  fill: #A50D30;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__btn a span {
  display: block;
  max-width: calc(100% - 21px);
  padding-left: 10px;
}
.footer__btn a:hover {
  background: #A50D30;
}
.footer__btn a:hover svg {
  fill: #fff;
}

.footer__bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__links {
  padding-bottom: 15px;
  width: 30%;
}
.footer__links a {
  display: inline-block;
  color: #999;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 8px;
}
.footer__links a:last-child {
  margin-bottom: 0;
}
.footer__links a:hover {
  color: #fff;
}

.footer__copy {
  font-size: 16px;
  color: #fff;
  width: 30%;
  text-align: center;
}

.footer__socials {
  width: 30%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__socials a {
  margin-right: 10px;
  width: 32px;
}
.footer__socials a:last-child {
  margin-right: 0;
}
.footer__socials a:hover {
  opacity: 0.5;
}
.footer__socials a img {
  width: 100%;
}

/* Модальные окна */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100vh;
  display: none;
}

#modal-thanks {
  z-index: 310;
}

.modal_thanks .form__title {
  margin-bottom: 0;
}

.modal__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal__blackout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.modal {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  max-height: calc(100vh - 30px);
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -11px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}