.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

.mfp-wrap {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

a, button {
  display: inline-block;
  transition: 0.1s;
  color: inherit;
  cursor: pointer;
}

a > *, button > * {
  transition: 0.1s;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul a, ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
  transition: 0.1s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input, textarea, select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

*::-moz-selection {
  color: #fff;
  background: #F23535;
  /* Safari */
}

*::selection {
  color: #fff;
  background: #F23535;
  /* Safari */
}

*::-moz-selection {
  color: #fff;
  background: #F23535;
  /* Firefox */
}

:root {
  --scrollbar-width: 0px;
}

html {
  margin: 0 auto !important;
  overflow-x: hidden;
}

html.modal-opened {
  padding-right: var(--scrollbar-width);
  overflow: hidden;
}

html.modal-opened .header {
  right: calc(var(--scrollbar-width));
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container, .container-fluid {
    padding: 0 50px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

picture {
  display: block;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  will-change: transform;
}

section {
  position: relative;
}

section > .container {
  position: relative;
}

.sbox {
  position: relative;
  display: grid;
}

.sbox > div {
  position: relative;
}

.stext {
  margin: 0;
  font: 19px/1.53 "Open Sans", sans-serif;
}

.stext b {
  font-weight: 600;
  color: #fff;
}

.stext a {
  display: inline;
  text-decoration: underline;
  color: #CFA65C;
}

.stext a:hover {
  text-decoration: none;
}

.stext p {
  margin: 0 0 1.53em;
}

.stext p:last-child {
  margin-bottom: 0;
}

.stext h4 {
  margin: 0 0 25px;
  font: 600 32px/1.2 "Montserrat", sans-serif;
  color: #CFA65C;
}

.stext-sm {
  margin: 0;
  font: 15px/153% "Open Sans", sans-serif;
  color: #767676;
}

.stext-sm > * {
  margin: 0 0 1.53em;
}

.stext-sm > *:last-child {
  margin: 0;
}

.stext-sm strong:not(.red), .stext-sm b:not(.red), .stext-sm h4:not(.red) {
  color: #000;
}

.stext-sm ul {
  padding: 0 0 0 22px;
  list-style: disc;
}

.stext-sm h4 {
  font: 700 18px / 156% "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.stext-sm_147 {
  line-height: 1.47em;
}

.stext-sm_147 > * {
  margin: 0 0 1.47em;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.sbtn._loading {
  color: transparent;
  pointer-events: none;
}

.sbtn._loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.sbtn-red {
  padding: 15px;
  border: 1px solid #F23535;
  border-radius: 100px;
  font: 700 15px/1.4 "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #F23535;
}

.sbtn-red:hover {
  color: #F23535;
  background: #fff;
}

.sbtn-red_inv {
  color: #F23535;
  background: #fff;
}

.sbtn-red_inv:hover {
  color: #fff;
  background: #F23535;
}

.sbtn-m {
  font-family: "Montserrat", sans-serif;
  border-color: #F1001D;
  background: #F1001D;
}

.sbtn-m:hover {
  color: #F1001D;
  background: #fff;
}

.of-img {
  position: relative;
}

.of-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ar {
  position: relative;
}

.ar:before {
  content: "";
  display: block;
  padding: 0 0 100%;
}

.pa-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.red {
  color: #F23535;
}

.bg-red {	
  color: #fff;
  background: #F23535;
}

.stitle {
  margin: 0 0 30px;
  max-width: 1000px;
  font: 700 55px/1.09 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.subtitle {
  margin: 0 0 20px;
  max-width: 664px;
  font: 27px/1.47 "Open Sans", sans-serif;
}

.subtitle-sm {
  margin: 0 0 20px;
  max-width: 664px;
  font: 23px/1.47 "Open Sans", sans-serif;
}

.stitle-sm {
  font: 700 31px/129% "Montserrat", sans-serif;
}

.view-all {
  display: flex;
  align-items: center;
  height: 30px;
  font: 16px/1.2 "Montserrat", sans-serif;
  color: #767676;
}

.view-all img {
  margin: 0 0 0 24px;
}

.view-all span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.view-all:hover span {
  border-bottom-color: #E10714;
  color: #E10714;
}

.rounded-img {
  width: 663px;
  max-width: 100%;
}

.rounded-img::before {
  content: "";
  display: block;
  padding: calc(422/663 * 100%) 0 0;
}

.rounded-img img {
  border-radius: 211px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 46px 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  z-index: 10;
  transition: padding 0.2s ease-in-out 0.1s;
}

.header._scroll {
  padding: 20px 0;
  border-bottom-color: #ccc;
}

.header__box {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
}

.header__box > :nth-child(1) {
  z-index: 1;
}

.header__box > :nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

.header__logo {
  max-width: 187px;
}

.header__nav {
  display: grid;
  grid-template-columns: auto 200px;
}

.header__nav > * {
  display: flex;
  align-items: center;
}

.header__nav > *:nth-child(2) {
  justify-content: flex-end;
}

.header__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font: 500 12px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.header__menu > li {
  margin: 0 5px;
}

.header__menu > li > a {
  padding: 10px;
}

.header__menu > li > a:hover {
  color: #fff;
  background: #000;
}
.header__menu > li > a._active {
  color: #fff;
  background: #000;
	pointer-events: none;
}

.header__menu-btn {
  display: none;
  position: relative;
  right: -10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50px;
  height: 40px;
  opacity: 1 !important;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 39px;
  height: 3px;
  border-radius: 100px;
  background-color: #F23535;
}

.header__call {
  position: relative;
  left: -5px;
  display: inline-flex;
  align-items: center;
  padding: 5px 5px 5px 31px;
  font: 700 18px/1.5 "Montserrat", sans-serif;
  white-space: nowrap;
  color: #F23535;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M19.1603 12.1441C18.9181 12.1441 18.665 12.0668 18.4228 12.0116C17.9328 11.9017 17.451 11.7578 16.9809 11.581C16.4703 11.3947 15.909 11.4044 15.4051 11.6082C14.9012 11.812 14.4902 12.1955 14.2512 12.685L14.0091 13.1929C12.9401 12.5848 11.9526 11.8428 11.0703 10.9849C10.2149 10.0999 9.47519 9.10934 8.86894 8.03716L9.37526 7.80532C9.86326 7.56566 10.2456 7.15344 10.4488 6.64798C10.652 6.14252 10.6617 5.57955 10.4759 5.06739C10.3011 4.59159 10.1577 4.10478 10.0467 3.6101C9.99163 3.36722 9.94761 3.1133 9.91459 2.87041C9.78092 2.09277 9.37484 1.38855 8.76947 0.884573C8.16409 0.380591 7.39921 0.109969 6.61256 0.12144H3.29953C2.83421 0.120829 2.37403 0.218867 1.94913 0.409127C1.52423 0.599386 1.14422 0.877571 0.834015 1.22545C0.517373 1.58276 0.281603 2.0046 0.142905 2.46197C0.00420662 2.91935 -0.0341322 3.40142 0.0305223 3.87506C0.628835 8.47008 2.7219 12.7387 5.98518 16.0191C9.25566 19.2923 13.5114 21.3917 18.0926 21.9918C18.2355 22.0027 18.379 22.0027 18.5219 21.9918C19.3335 21.993 20.1172 21.6943 20.7232 21.1527C21.07 20.8416 21.3474 20.4604 21.5371 20.0343C21.7268 19.6081 21.8245 19.1465 21.8239 18.6798V15.3678C21.818 14.6049 21.5497 13.8675 21.0644 13.2802C20.579 12.6928 19.9065 12.2915 19.1603 12.1441ZM19.6996 18.7681C19.6992 18.9221 19.6667 19.0744 19.6042 19.2151C19.5416 19.3558 19.4504 19.4818 19.3364 19.5851C19.2157 19.6953 19.0722 19.7773 18.9161 19.825C18.76 19.8727 18.5952 19.885 18.4338 19.8611C14.3264 19.323 10.5092 17.4455 7.57015 14.5177C4.62856 11.5672 2.74042 7.72513 2.19885 3.58802C2.17494 3.4261 2.18723 3.26087 2.23482 3.1043C2.28241 2.94773 2.36411 2.80373 2.47402 2.68273C2.57817 2.56698 2.70558 2.47467 2.84786 2.41187C2.99015 2.34908 3.14408 2.31722 3.29953 2.31841H6.60155C6.85599 2.31217 7.10471 2.39457 7.3054 2.55158C7.50608 2.70858 7.64631 2.93049 7.70223 3.17954C7.70223 3.47762 7.80129 3.78674 7.86733 4.08482C7.99454 4.66317 8.16376 5.23141 8.37364 5.78499L6.8327 6.51363C6.56783 6.63558 6.362 6.85792 6.26034 7.13188C6.15026 7.40066 6.15026 7.70214 6.26034 7.97092C7.84444 11.3743 10.572 14.1101 13.9651 15.699C14.233 15.8094 14.5336 15.8094 14.8016 15.699C15.0747 15.597 15.2964 15.3905 15.418 15.1249L16.1114 13.5793C16.6792 13.787 17.2602 13.9566 17.8505 14.0871C18.1366 14.1533 18.4448 14.2085 18.742 14.2527C18.9903 14.3088 19.2115 14.4495 19.3681 14.6507C19.5246 14.852 19.6067 15.1015 19.6005 15.3567L19.6996 18.7681ZM13.2056 0C12.9524 0 12.6883 0 12.4351 0C12.1432 0.024888 11.8731 0.165071 11.6842 0.389711C11.4954 0.614351 11.4032 0.905046 11.428 1.19785C11.4528 1.49065 11.5926 1.76157 11.8165 1.95101C12.0405 2.14045 12.3303 2.2329 12.6222 2.20801H13.2056C14.9571 2.20801 16.6369 2.9059 17.8754 4.14815C19.1139 5.39039 19.8097 7.07524 19.8097 8.83204C19.8097 9.03076 19.8097 9.21844 19.8097 9.41717C19.7853 9.70841 19.877 9.99748 20.0647 10.221C20.2525 10.4445 20.521 10.5842 20.8113 10.6095H20.8993C21.1749 10.6106 21.4408 10.508 21.6446 10.322C21.8484 10.136 21.9752 9.8801 22 9.60485C22 9.35093 22 9.08597 22 8.83204C22 6.49155 21.0738 4.24676 19.4249 2.59075C17.7759 0.934733 15.539 0.00292562 13.2056 0ZM15.407 8.83204C15.407 9.12484 15.5229 9.40565 15.7293 9.61269C15.9358 9.81973 16.2157 9.93605 16.5076 9.93605C16.7995 9.93605 17.0795 9.81973 17.2859 9.61269C17.4923 9.40565 17.6083 9.12484 17.6083 8.83204C17.6083 7.66084 17.1444 6.53761 16.3188 5.70944C15.4931 4.88128 14.3733 4.41602 13.2056 4.41602C12.9137 4.41602 12.6337 4.53234 12.4273 4.73938C12.2209 4.94642 12.1049 5.22723 12.1049 5.52003C12.1049 5.81283 12.2209 6.09364 12.4273 6.30068C12.6337 6.50772 12.9137 6.62403 13.2056 6.62403C13.7894 6.62403 14.3494 6.85666 14.7622 7.27074C15.175 7.68483 15.407 8.24644 15.407 8.83204Z' fill='%23F23535'/%3E%3C/svg%3E") 0 50%/22px auto no-repeat;
}

.header__call img {
  margin: 0 10px 0 0;
}

.header__call span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.header__call:hover span {
  border-bottom-color: #F23535;
}

.main {
  padding: 132px 0 0;
}

.s11__wrapper {
  position: relative;
}

.s11__box {
  grid-template-columns: 40% 60%;
  padding: 106px 0 30px;
  min-height: 677px;
}

.s11__rev {
  position: absolute;
  left: 0;
  bottom: 41px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px;
  height: 80px;
  width: 200px;
  border-radius: 0 26px 26px 0;
  font: 13px/1.4 "Montserrat", sans-serif;
  color: #FFF;
  background: #F23535;
}

.s11__rev:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #F23535;
}

.s11__heading {
  margin: 0 0 28px;
}

.s11__title {
  margin: 0 0 10px;
  font: 48px/1.2 "Montserrat", sans-serif;
}

.s11__title .red {
  color: #F1001D;
}

.s11__text {
  margin: 0 0 8px;
  font: 18px/1.2 "Open Sans", sans-serif;
}

.s11__btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 18px;
  margin: 0 0 55px;
}

.s11__btn {
  width: 129px;
  height: 32px;
  border: 2px solid #000;
  font: 700 13px/1.4 "Montserrat", sans-serif;
  color: #000;
}

.s11__btn_1 {
  border-color: #F23535;
  color: #F23535;
}

.s11__btn_1:hover {
  color: #fff;
  background: #F23535;
}

.s11__btn_2:hover {
  color: #fff;
  background: #000;
}

.s11__get-btn {
  width: 293px;
}

.s12 {
  padding: 171px 0 100px;
}

.s12__box {
  grid-template-columns: 40% 60%;
}

.s12__left {
  max-width: 370px;
}

.s12__title {
  margin: 0 0 19px;
  font: 700 32px/1.2 "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.s12__subtitle {
  margin: 0 0 10px;
  font: 20px/1.49 "Open Sans", sans-serif;
}

.s12__items {
  margin: -17px 0 0 0;
}

.s12-item._active .s12-item__title {
  color: #000;
}

.s12-item._active .s12-item__title::after {
  transform: translate(0, -50%) rotate(180deg);
}

.s12-item._active .s12-item__main {
  display: block;
}

.s12-item._active .s12-item__title {
  cursor: auto;
}

.s12-item__title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 30px 10px 0;
  min-height: 56px;
  border-bottom: 1px solid #000;
  font: 600 15px/1.5 "Open Sans", sans-serif;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #767676;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s12-item__title::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translate(0, -50%);
  width: 23px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.13867' x2='23' y2='1.13867' stroke='black'/%3E%3Cline x1='22.5' y1='1' x2='22.5' y2='24' stroke='black'/%3E%3Cline x1='22.0757' y1='1.35355' x2='0.3535' y2='23.0758' stroke='black'/%3E%3C/svg%3E%0A") center/100% auto no-repeat;
  transition: 0.2s;
}

.s12-item__title > * {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s12-item__main {
  display: none;
  border-bottom: 1px solid #000;
  padding: 19px 0;
}

.s12-item__box {
  grid-template-columns: 211px auto;
}

.s12-item__box > *:nth-child(2) {
  display: flex;
}

.s12-item__img:before {
  padding: 0 0 calc(129/211 * 100%);
}

.s12-item__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 33px;
}

.s12-item__text {
  display: grid;
  gap: 22px;
  margin: 0;
  font: 15px/1.57 "Open Sans", sans-serif;
  color: #787878;
}

.s12-item__text > * {
  margin: 0;
}

.s12-item__link {
  position: relative;
  align-self: flex-start;
  top: 6px;
  margin: 8px 0 0;
  padding: 5px 20px 5px 0;
  font: 700 14px/1.4 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #F23535;
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23F23535' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A") right center/8px auto no-repeat;
}

.s12__view-btn {
  margin: 80px 0 0;
  width: 268px;
}

.s13 {
  padding: 109px 0 100px;
}

.s13__title {
  margin: 0 0 142px;
  max-width: 1100px;
}

.s13__box > * {
  width: calc(50% - 39px/2);
}

.s13__box > *:nth-child(1) {
  float: left;
}

.s13__box > *:nth-child(2) {
  float: right;
}

.s13__box > *:nth-child(3) {
  float: left;
}

.s13__text {
  position: relative;
  display: grid;
  gap: 28px;
  margin: -4px 0 30px;
  padding: 43px 0 0;
  max-width: 384px;
  min-height: 416px;
  font: 300 19px/1.47 "Open Sans", sans-serif;
  color: #575757;
}

.s13__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 13px;
  background: #F23535;
}

.s13__text > * {
  margin: 0;
}

.s13-block {
  display: flex;
  align-items: center;
  padding: 60px;
  min-height: 627px;
  border-radius: 26px;
  color: #FFF;
  background: #040404;
}

.s13-block_1 {
  background: #F23535;
}

.s13-block_1 .s13-block__btn {
  width: 340px;
  color: #000;
  background: #fff;
}

.s13-block_1 .s13-block__btn:hover {
  color: #fff;
  background: #000;
}

.s13-block_2 .s13-block__btn {
  width: 331px;
}

.s13-block_2 .s13-block__btn:hover {
  border-color: #fff;
}

.s13-block__img {
  margin: 0 0 40px;
}

.s13-block__title {
  margin: 0 0 20px;
  font: 700 18px/32px "Montserrat", sans-serif;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.s13-block__text {
  margin: 0 0 48px;
  font: 14px/23px "Open Sans", sans-serif;
}

.s14 {
  padding: 116px 0 100px;
}

.s14__heading {
  margin: 0 0 76px;
}

.s14__title {
  margin: 0 0 17px;
}

.s14__items-box:before {
  padding: 0 0 calc(1051/1300 * 100%);
}

.s14__items {
  display: grid;
  grid-template: repeat(3, 199fr) 130fr 268fr/199fr 211fr 199fr 436fr 199fr;
  gap: 14px;
}

.s14__items > *:nth-child(1) {
  grid-area: 1 / 1 / span 1 / span 2;
}

.s14__items > *:nth-child(2) {
  grid-area: 2 / 1 / span 2 / span 1;
}

.s14__items > *:nth-child(3) {
  grid-area: 2 / 2 / span 1 / span 1;
}

.s14__items > *:nth-child(4) {
  grid-area: 1 / 3 / span 2 / span 1;
}

.s14__items > *:nth-child(5) {
  grid-area: 3 / 3 / span 2 / span 1;
}

.s14__items > *:nth-child(6) {
  grid-area: 2 / 4 / span 4 / span 1;
}

.s14__items > *:nth-child(7) {
  grid-area: 1 / 5 / span 1 / span 1;
}

.s14__items > *:nth-child(8) {
  grid-area: 2 / 5 / span 1 / span 1;
}

.s14__items > *:nth-child(9) {
  grid-area: 3 / 5 / span 2 / span 1;
}

.s14-item__img {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.2s;
  cursor: pointer;
}

.s14-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.s14-item:hover .s14-item__img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.s15 {
  padding: 177px 0 100px;
}

.s15__heading {
  margin: 0 0 99px;
}

.s15__title {
  margin: 0 0 16px;
}

.s15-video__main {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.s15-video__main:before {
  padding: 0 0 calc(615/1300 * 100%);
}

.s15-video__bottom {
  display: grid;
  grid-template-columns: 331px 331px auto;
  align-items: center;
  padding: 35px 47px 32px 52px;
  border: 1px solid #000;
  border-radius: 0 0 26px 26px;
}

.s15-video__title {
  margin: 0;
  font: 700 21px/1.33 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.s15-video__text {
  margin: 0;
  font: 300 17px/1.47 "Open Sans", sans-serif;
  color: #575757;
}

.s15-video__link {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  padding: 0 54px 0 10px;
  height: 40px;
  font: 700 15px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  background: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.13867' x2='23' y2='1.13867' stroke='black'/%3E%3Cline x1='22.5' y1='1' x2='22.5' y2='24' stroke='black'/%3E%3Cline x1='22.0757' y1='1.35355' x2='0.3535' y2='23.0758' stroke='black'/%3E%3C/svg%3E%0A") right center/23px auto no-repeat;
}

.s15-video__link:hover {
  color: #F23535;
}

.s15__blocks {
  display: grid;
  grid-template-columns: repeat(2, 376px);
  gap: 100px;
  margin: 138px 0 0 0;
}

.s15__blocks > * {
  display: flex;
}

.s15-block {
  position: relative;
  padding: 1px 0 66px 25px;
  border-left: 4px solid #F23535;
}

.s15-block__title {
  margin: 0 0 12px;
  font: 700 27px/1.44 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.s15-block__text {
  margin: 0;
  font: 300 17px/1.47 "Open Sans", sans-serif;
  color: #575757;
}

.s15-block__link {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 39px 0 0;
  min-height: 38px;
  font: 700 15px/19px "Montserrat", sans-serif;
  text-transform: uppercase;
  background: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1.13867' x2='23' y2='1.13867' stroke='black'/%3E%3Cline x1='22.5' y1='1' x2='22.5' y2='24' stroke='black'/%3E%3Cline x1='22.0757' y1='1.35355' x2='0.3535' y2='23.0758' stroke='black'/%3E%3C/svg%3E%0A") right center/23px auto no-repeat;
}

.s15-block__link:hover {
  color: #F23535;
}

.s16 {
  padding: 186px 0 100px;
}

.s16__heading {
  margin: 0 0 91px;
}

.s16__title {
  margin: 0 0 52px;
}

.s16__items {
  display: grid;
  gap: 62px;
}

.s16-item {
  display: grid;
  grid-template-columns: 60% 40%;
  border: 1px solid #000;
  border-radius: 26px;
  overflow: hidden;
}

.s16-item__main {
  position: relative;
  display: grid;
  align-content: center;
  gap: 29px;
  padding: 9% 13% 9% 23%;
  z-index: 1;
}

.s16-item__num {
  position: absolute;
  left: 4%;
  top: 30px;
  font: 300 60px/1 "Montserrat", sans-serif;
  color: #C4C4C4;
}

.s16-item__title {
  margin: 0;
  font: 700 31px/1.23 "Montserrat", sans-serif;
}

.s16-item__text {
  margin: 0;
  font: 300 17px/1.47 "Open Sans", sans-serif;
}

.s16-item__img:before {
  padding: 0 0 calc(372/521 * 100%);
}

.s17 {
  padding: 120px 0 100px;
}

.s17__heading {
  margin: 0 0 100px;
}

.s17__box {
  display: grid;
  grid-template-columns: 340px auto;
}

.s17__arrow {
  margin: 0 0 50px;
}

.s17__left-text {
  margin: 0;
  max-width: 245px;
  font: 19px/1.47 "Open Sans", sans-serif;
  color: #767676;
}

.s17__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 78px;
  column-gap: 78px;
  row-gap: 67px;
  margin: 28px 0 0;
}

.s17-item__img {
  display: flex;
  align-items: center;
  height: 105px;
  margin: 0 0 17px;
}

.s17-item__img img {
  max-height: 100%;
}

.s17-item__title {
  margin: 0 0 33px;
  font: 700 26px/1.31 "Montserrat", sans-serif;
}

.s17-item__text {
  margin: 0;
  font: 16px/1.58 "Open Sans", sans-serif;
}

.s18 {
  padding: 151px 0 100px;
}

.s18__heading {
  margin: 0 0 73px;
}

.s18__title {
  margin: 0 0 51px;
}

.s18__img {
  overflow: hidden;
}

.s18__img img {
  max-width: none;
}

.s19 {
  padding: 122px 0 100px;
  overflow: hidden;
}

.s19__box {
  grid-template-columns: auto 530px;
  gap: 59px;
}

.s19__box > :nth-child(1) {
  display: flex;
  justify-content: flex-end;
}

.s19__text {
  margin: 35px 0 0;
  max-width: 516px;
  font: 700 31px/1.23 "Montserrat", sans-serif;
  text-align: right;
}

.s19-call {
  position: relative;
  padding: 43px 0 43px 48px;
  border-radius: 20px 0 0 20px;
  color: #FFF;
  background: #E10714;
}

.s19-call:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #E10714;
}

.s19-call__title {
  margin: 0 0 10px;
  font: 700 67px/1 "Montserrat", sans-serif;
  text-transform: uppercase;
}

.s19-call__phone {
  margin: 0 0 81px;
  border-bottom: 0.05em solid transparent;
  font: 41px/1 "Montserrat", sans-serif;
}

.s19-call__phone:hover {
  border-bottom-color: #fff;
}

.s19-call__text {
  margin: 0;
  font: 700 20px/1.2 "Open Sans", sans-serif;
  text-transform: uppercase;
}

.s110 {
  padding: 136px 0 100px;
}

.s110__heading {
  grid-template-columns: auto auto;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 63px;
  padding: 0 0 16px;
  border-bottom: 1px solid #C4C4C4;
}

.s110__title {
  margin: 0;
  font: 700 38px/1.2 "Montserrat", sans-serif;
}

.s110__view-all {
  padding: 0 0 0 15px;
}

.s110__articles {
  grid-template-columns: repeat(3, calc(100%/3 - 20px));
  gap: 30px;
}

.s110-article {
  position: relative;
}

.s110-article__img {
  border-radius: 20px 20px 0 0;
  max-height: 300px;
  overflow: hidden;
}

.s110-article__img::before {
  padding: 0 0 calc(297/411 * 100%);
}

.s110-article__main {
  padding: 20px 52px 36px;
  border: 1px solid #929292;
  border-radius: 0 0 20px 20px;
}

.s110-article__date {
  margin: 0 0 11px;
  font: 16px/1.63 "Open Sans", sans-serif;
  color: #929292;
}

.s110-article__title {
  margin: 0 0 16px;
  font: 700 25px/1.4 "Montserrat", sans-serif;
}

.s110-article__text {
  margin: 0 0 27px;
  font: 16px/1.63 "Open Sans", sans-serif;
  color: #787878;
}

.s110-article__btn {
  width: 137px;
}

.s111 {
  padding: 137px 0 98px;
}

.s111 .s12__items {
  margin: -10px 0 0;
}

.s111__box {
  grid-template-columns: 40% 60%;
}

.s111__left {
  max-width: 300px;
}

.s111__title {
  margin: 0 0 15px;
  font: 700 38px/1.13 "Montserrat", sans-serif;
}

.s12-item__main_2 {
  padding: 36px 0 40px;
}

.footer {
  margin: 100px 0 0;
  padding: 92px 0 40px;
  color: #fff;
  background: #000;
}

.footer__main {
  grid-template-columns: 24fr 76fr;
  gap: 30px;
}

.footer__right {
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 30px;
}

.footer__logo {
  margin: 0 0 30px;
}

.footer__text {
  margin: 0 0 38px;
  max-width: 273px;
  font: 12px/1.4 "Open Sans", sans-serif;
}

.footer__contacts {
  display: grid;
  gap: 5px;
  font: 12px/17px "Open Sans", sans-serif;
}

.footer__contacts > * > * {
  display: inline-flex;
  align-items: center;
  padding: 5px 0;
}

.footer__contacts > * > * > :nth-child(1):not(:only-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  width: 15px;
}

.footer__contacts > * > * > :nth-child(2) {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.footer__contacts > * > a:hover > :nth-child(2) {
  border-bottom-color: #fff;
}

.footer__contacts_mob {
  display: none;
}

.footer__heading {
  margin: 0 0 23px;
  font: 700 14px/1.4 "Montserrat", sans-serif;
}

.footer__menu {
  display: grid;
  gap: 4px;
  font: 14px/1.4 "Open Sans", sans-serif;
}

.footer__menu a {
  position: relative;
  padding: 4px 0;
}

.footer__menu a span {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.footer__menu a:hover span {
  border-bottom-color: #fff;
}

.footer__bottom {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px 0 0;
  font: 12px/1.4 "Open Sans", sans-serif;
  color: #767676;
}

.footer__bottom > * {
  display: flex;
  align-items: center;
}

.footer__bottom > *:nth-child(2) {
  justify-content: center;
}

.footer__bottom > *:nth-child(3) {
  justify-content: flex-end;
}

.footer__socials {
  display: flex;
  align-items: center;
  margin: 0 0 0 -16px;
}

.footer__socials li {
  margin: 0 10px;
}

.footer__socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.footer__socials a img {
  max-width: 24px;
}

.footer__socials a:hover {
  filter: brightness(0) invert(1);
}

.footer__copyright {
  margin: 0;
  text-align: center;
}

.footer__privacy {
  text-align: right;
  text-decoration: underline;
}

.footer__socials_mob {
  display: none;
  justify-content: center;
}

.footer__socials_mob a {
  width: 50px;
  height: 50px;
}

.footer__socials_mob img {
  transform: scale(2);
}

.lg-comment-box .fb-comments {
  background-image: url("../img/1/loading.gif");
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background-image: url("../img/1/loading.gif");
}

.lg-backdrop {
  background-color: white;
}

.lg-download {
  display: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #cecece;
}

.lg-toolbar .lg-icon {
  color: red !important;
}

.lg-next, .lg-prev {
  background-color: transparent;
  color: red !important;
}

.s21__box {
  position: relative;
  padding: 119px 68px 68px;
  min-height: 678px;
}

.s21__bg {
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 100px);
}

.s21__main {
  position: relative;
  max-width: 700px;
  color: #fff;
}

.s1__title {
  margin: 0 0 32px;
  font: 700 60px/115% "Montserrat", sans-serif;
}

.s1__text {
  margin: 0;
  font: 20px/1.35 "Open Sans", sans-serif;
}

.s1__btn {
  margin: 54px 0 0;
  width: 301px;
}

.s22 {
  padding: 153px 0 100px;
}

.s22__list {
  margin: 0 auto 180px;
  max-width: 1025px;
  grid-template-columns: repeat(3, 28%);
  justify-content: space-between;
  font: 500 15px/167% "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}

.s22__list > * {
  position: relative;
  padding: 52px 0 0;
}

.s22__list > *::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 77px;
  height: 9px;
  background: #F23535;
}

.s22__main {
  text-align: center;
}

.s22__title {
  margin: 0 auto 60px;
  max-width: 750px;
  letter-spacing: 0.03em;
}

.s22__title .red {
  color: #E10714;
}

.s22__text {
  margin: 0 auto 30px;
  padding: 20px;
  max-width: 474px;
  border: 1px solid #C4C4C4;
  border-radius: 226px;
  font: 16px/147% "Montserrat", sans-serif;
  text-align: center;
  color: #929292;
}

.s22__img {
  margin: 55px auto 0;
}

.s22__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0;
  max-width: 1310px;
}

.s22__logos > * {
  padding: 0 15px;
}

.s22__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
}

.s22__logo > * {
  max-height: 100%;
}

.s23 {
  padding: 95px 0 100px;
}

.s23__blocks {
  gap: 135px;
}

.s23-block {
  grid-template-columns: auto calc(663/1300 * 100%);
  align-items: center;
  gap: calc(83/1300 * 100%);
}

.s23-block:nth-child(2n) {
  grid-template-columns: calc(663/1300 * 100%) auto;
}

.s23-block:nth-child(2n) .s23-block__img {
  order: -1;
}

.s23-block__title {
  margin: 0 0 33px;
}

.s23-block__text li {
  position: relative;
  margin: 0 0 0 11px;
  padding: 0 0 0 14px;
}

.s23-block__text ul {
  padding: 0;
  list-style: none;
}

.s23-block__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(1.53em/2);
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F23535;
}

.s24 {
  padding-top: 159px;
}

.s25 {
  margin: 43px 0 100px;
  padding: 91px 0 116px;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

.s25__box {
  grid-template-columns: calc(767/1300 * 100%) auto;
}

.s25__main {
  position: relative;
  z-index: 1;
}

.s25__heading {
  margin: 0 0 68px;
}

.s25__title {
  margin: 0 0 25px;
}

.s25__subtitle {
  margin: 0;
}

.s25__text {
  max-width: 521px;
  color: #787878;
}

.s25__btn {
  margin: 55px 0 0;
  width: 301px;
}

.s25__img {
  position: absolute;
  left: calc(100% + calc(50vw - 650px));
  top: 0;
  transform: translate(-87.15%, -13.2%);
  width: calc(817/1400 * 100vw);
}

.s25__img img {
  width: 100%;
}

.s25__list {
  grid-template-columns: repeat(2, 445px);
  -moz-column-gap: 78px;
  column-gap: 78px;
  row-gap: 63px;
  margin: 67px 0 0;
}

.s25__list > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 27px;
  min-height: 178px;
  border-left: 4px solid #F23535;
}

.s25__list > * > * {
  margin: 0 0 14px;
}

.s25__list > *:nth-child(3), .s25__list > *:nth-child(4) {
  padding-right: 35px;
}

.s26 {
  padding: 117px 0 100px;
}

.s26__box {
  grid-template-columns: auto calc(663/1300 * 100%);
  align-items: center;
  gap: calc(58/1300 * 100%);
}

.s26__title {
  margin-bottom: 40px;
}

.s26__subtitle {
  margin: 0;
}

.s26__img-tag {
  position: absolute;
  right: 0;
  top: 5.5%;
  padding: 12px;
  border: 1px solid #E10714;
  border-radius: 20px;
  background: #E10714;
  font: 700 17px/19px "Montserrat", sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.s26__list {
  display: flex;
  flex-wrap: wrap;
  margin: 95px -33px -40px 0;
  font: 18px/156% "Montserrat", sans-serif;
  text-transform: capitalize;
}

.s26__list > * {
  margin: 0 33px 40px 0;
  padding: 0 0 0 28px;
  width: 242px;
  max-width: 100%;
  border-left: 4px solid #F23535;
}

.s26__list b:first-child {
  display: block;
  margin-top: -5px;
  letter-spacing: 0.03em;
}

.s27 {
  padding: 138px 0 100px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.s28 {
  padding: 56px 0;
}

.s28__box {
  padding: 89px 0 77px;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

.s28__title {
  margin: 0 auto 120px;
  max-width: 700px;
  letter-spacing: 0.03em;
  text-align: center;
}

.s28__items {
  grid-template-columns: repeat(4, 235px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1206px;
}

.s28-item {
  text-align: center;
}

.s28-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
  height: 92px;
}

.s28-item__img img {
  max-height: 100%;
}

.s28-item__title {
  margin: 0 0 11px;
}

.s29 {
  padding: 90px 0 100px;
  overflow: hidden;
}

.s29__box {
  grid-template-columns: 472px auto;
  gap: 96px;
}

.s29__img-box {
  position: relative;
  margin: 32px 0 0;
  height: 293px;
}

.s29__img-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background: #E10714;
}

.s29__img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: 4px 0 0 -50px;
  width: 941px;
  pointer-events: none;
  z-index: 1;
}

.s29__img > * {
  width: 100%;
}

.s29__main {
  position: relative;
  z-index: 1;
}

.s29__title {
  margin: 0 0 20px -0.08em;
  font: 700 67px/109% "Montserrat", sans-serif;
  text-transform: capitalize;
}

.s29__text {
  margin: 0 0 39px;
  max-width: 413px;
}

.s29__sbtn {
  width: 301px;
}

.s210 {
  padding: 127px 0 100px;
}

.s210 .subtitle-sm {
  margin: 38px 0 0;
  max-width: 800px;
}

.s210 .s15__heading {
  margin: 0 0 82px;
}

.s210 .s15-video__main {
  border-radius: 20px;
}

.s210__list {
  display: flex;
  flex-wrap: wrap;
  margin: 72px -46px -46px 11px;
  font: 700 18px/156% "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.s210__list > * {
  display: flex;
  align-items: center;
  margin: 0 46px 46px 0;
  padding: 8px 0 8px 28px;
  width: 195px;
  border-left: 4px solid #F23535;
}

.s210__list > *:first-child {
  border-color: transparent;
}

.s210__list > *:last-child {
  width: 240px;
}

.s210__nlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 69px auto 0;
  max-width: 1245px;
}

.nlist-item {
  width: 175px;
}

.nlist-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nlist-item__img > * {
  max-height: 100%;
}

.nlist-item__title {
  display: flex;
  align-items: center;
  margin: 12px 0 0 12px;
  min-height: 4.68em;
  font: 700 18px/156% "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.s211 {
  padding: 111px 0 100px;
}

.s211__box {
  grid-template-columns: calc(400/1300 * 100%) auto;
}

.s211__img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.s211__main {
  padding: 60px 60px 60px calc(103/900 * 100%);
  border: 1px solid #929292;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  background: #F9F9F9;
}

.s211__main-inner {
  max-width: 540px;
}

.s211__title {
  margin: 0 0 1.2em;
  text-transform: uppercase;
}

.s213 {
  padding: 74px 0 50px;
}

.s213__heading {
  margin: 0 0 100px;
}

.s213__title {
  margin: 0 0 43px;
}

.s213__subtitle {
  margin: 0;
  max-width: 800px;
}

.s213__items {
  gap: 29px;
}

.s213-item {
  grid-template-columns: 34% auto;
  padding: 45px 30px 45px 58px;
  min-height: 234px;
  border: 1px solid #929292;
  border-radius: 20px;
  background: #F9F9F9;
}

.s213-item__step {
  font: 100 67px/109% "Montserrat", sans-serif;
  color: #929292;
}

.s213-item__title {
  margin: 0 0 20px;
  font: 700 33px/121% "Montserrat", sans-serif;
  text-transform: capitalize;
}

.s213__btn {
  margin: 104px auto 0;
  width: 301px;
}

.modal {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  background: #fff;
  overflow: hidden;
}

.modal-1 {
  padding: 92px 133px 106px;
  width: 1400px;
}

.modal-1__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1230px;
  max-width: calc(1230/1440 * 100%);
}

.modal-1__main {
  position: relative;
  max-width: 630px;
}

.modal-1__title {
  margin: 0 0 17px;
  font: 38px/1.16 "Montserrat", sans-serif;
}

.modal-1__subtitle {
  margin: 0 0 16px;
  font: 700 20px/1.55 "Montserrat", sans-serif;
}

.modal-1__form-box {
  max-width: 424px;
}

.modal-1__text {
  margin: 0 0 14px;
  font: 16px/1.5 "Open Sans", sans-serif;
  color: #929292;
}

.sform {
  position: relative;
}

.sform__row {
  margin: 0 0 8px;
}

.sform__input {
  padding: 0 17px;
  height: 43px;
  border: 1px solid #C9C9C9;
  border-radius: 100px;
  font: 12px/16px "Open Sans", sans-serif;
  color: #767676;
  background: #FFF;
  transition: border-color 0.1s;
}

.sform__input:focus {
  border-color: red;
}

.sform__input_2 {
  position: relative;
  height: 31px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #C4C4C4;
}

.sform__bottom-rows {
  margin: 17px 14px 0 0;
}

.sform__bottom-rows .sform__row {
  margin: 0 0 14px;
}

.form__row_double {
  grid-template-columns: auto 134px;
  gap: 20px;
}

.sform__submit {
  margin: 34px 0 0;
  width: 100%;
}

.modal-1__close {
  position: absolute;
  right: 38px;
  top: 31px;
  padding: 5px;
}

.modal-answer {
  padding: 20px;
  width: 500px;
}

.modal-answer .modal-1__title {
  text-align: center;
  margin: 0;
}

@media (min-width: 1200px) and (max-height: 825px) {
  .modal-1 {
    padding: 30px 50px;
    width: 1000px;
  }
}

@media (max-width: 1500px) {
  .modal-1 {
    padding: 70px 7%;
    width: 1100px;
  }
}

@media (max-width: 1399px) {
  .s11__title {
    font-size: 42px;
  }
  .header__menu > li {
    margin: 0;
  }
  .header__box {
    grid-template-columns: 156px auto;
  }
  .header__nav {
    grid-template-columns: auto 156px;
  }
  .header__call {
    left: auto;
    font-size: 16px;
  }
  .header__call img {
    margin: 0 5px 0 0;
  }
  .s21__box {
    padding-left: 0;
    padding-right: 0;
  }
  .s26__list > * {
    width: calc(50% - 33px);
  }
  .s210__list {
    margin-left: 0;
  }
  .s210__list > * {
    width: 240px;
  }
  .s210__list > *:first-child {
    border-color: #F23535;
  }
  .s213-item {
    padding: 30px;
    min-height: auto;
  }
  .s25__img {
    top: 50px;
    left: calc(100% + calc(50vw - 520px));
    width: 65vw;
  }
}

@media (max-width: 1350px) {
  .s22__logos {
    max-width: 1020px;
  }
}

@media (max-width: 1199px) {
  .header__menu-btn {
    display: flex;
  }
  .header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(-100%);
    grid-template-columns: auto;
    align-content: start;
    gap: 30px;
    padding: 100px 30px 30px;
    height: 100vh;
    background: #fff;
    overflow: auto;
    transition: 0.2s;
  }
  .header__nav > *:nth-child(2) {
    justify-content: flex-start;
  }
  .header__menu li {
    width: 100%;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .header__nav {
    transform: none;
  }
  .header {
    padding: 28px 0 !important;
  }
  .main {
    padding: 96px 0 0;
  }
  .header._scroll {
    padding: 10px 0 !important;
  }
  .s11__box {
    grid-template-columns: 100%;
    min-height: auto;
  }
  .s11__box > :nth-child(2) {
    order: -1;
    margin: 0 0 60px;
    padding: 0 15px;
  }
  .s11__title {
    text-align: center;
  }
  .s11__text {
    text-align: center;
  }
  .s11__btns {
    justify-content: center;
  }
  .s11__get-btn {
    margin: 0 auto;
  }
  .s11__rev {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .s12__box {
    grid-template-columns: 100%;
  }
  .s12__box > :nth-child(1) {
    margin: 0 0 61px;
  }
  .s16-item__main {
    padding: 30px 10%;
  }
  .s16-item__num {
    position: relative;
    left: auto;
    top: auto;
  }
  .s17__box {
    grid-template-columns: 100%;
  }
  .s17__arrow {
    display: none;
  }
  .s17__left-text {
    max-width: none;
  }
  .s110-article__main {
    padding: 20px 30px 30px;
  }
  .s111__box {
    grid-template-columns: 100%;
  }
  .s111__box > :nth-child(1) {
    margin: 0 0 30px;
  }
  .s12__left {
    max-width: none;
  }
  .s21__bg {
    left: 0;
    transform: none;
    width: 100%;
  }
  .s26__box {
    grid-template-columns: auto;
    gap: 50px;
  }
  .stitle-sm {
    font-size: 25px;
  }
  .s23-block__title {
    margin: 0 0 25px;
  }
  .s25__list {
    grid-template-columns: repeat(2, calc(50% - 30px));
    gap: 60px;
  }
  .s25__img {
    left: calc(100% + calc(50vw - 465px));
  }
  .modal-1 {
    padding: 50px 5%;
    width: 720px;
  }
  .modal-1__close {
    right: 5px;
    top: 5px;
    width: 30px;
  }
  .s27__slider-wrap {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: calc(100vw - var(--scrollbar-width));
  }
}

@media (max-width: 991px) {
  .s13__box > * {
    float: none !important;
    width: auto;
  }
  .s13-block {
    padding: 40px 40px;
    min-height: auto;
  }
  .s13__text {
    position: relative;
    margin: 0;
    padding: 43px 0 0;
    max-width: none;
    min-height: auto;
  }
  .s13__box {
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
  }
  .s13__box:after {
    display: none;
  }
  .s15-video__bottom {
    grid-template-columns: auto;
    gap: 10px;
  }
  .s15-video__link {
    justify-self: start;
    margin: 0;
    padding: 0 54px 0 0;
  }
  .s15__blocks {
    grid-template-columns: auto;
    gap: 30px;
  }
  .s17__items {
    grid-template-columns: auto;
    gap: 40px;
  }
  .s19__box {
    grid-template-columns: auto;
    gap: 30px;
  }
  .s19__text {
    margin: 0;
    max-width: none;
  }
  .s19-call {
    text-align: right;
  }
  .s110__articles {
    grid-template-columns: auto;
  }
  .footer__main {
    grid-template-columns: auto;
    gap: 48px;
  }
  .footer__left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer__text {
    margin: 0;
    max-width: none;
  }
  .footer__right {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer {
    margin: 75px 0 0;
    padding: 50px 0 40px;
  }
  .s12 {
    padding: 50px 0;
  }
  .s13 {
    padding: 50px 0 133px;
  }
  .s14 {
    padding: 50px 0;
  }
  .s15 {
    padding: 50px 0;
  }
  .s16 {
    padding: 50px 0;
  }
  .s17 {
    padding: 50px 0;
  }
  .s18 {
    padding: 50px 0;
  }
  .s19 {
    padding: 50px 0;
  }
  .s110 {
    padding: 50px 0;
  }
  .s111 {
    padding: 50px 0;
  }
  .s13__title {
    margin: 0 0 40px;
  }
  .s16__title {
    margin: 0 0 40px;
  }
  .s14__heading {
    margin: 0 0 40px;
  }
  .s15__heading {
    margin: 0 0 40px;
  }
  .s15__blocks {
    margin: 70px 0 0;
  }
  .s16__heading {
    margin: 0 0 40px;
  }
  .s16__items {
    gap: 40px;
  }
  .s17__heading {
    margin: 0 0 40px;
  }
  .s18__heading {
    margin: 0 0 40px;
  }
  .s110__heading {
    margin: 0 0 40px;
  }
  .stitle {
    font-size: 45px;
  }
  .subtitle {
    max-width: none;
    font-size: 24px;
  }
  .s16-item {
    grid-template-columns: auto;
  }
  .s16-item__img {
    order: -1;
    max-height: 300px;
  }
  .s16-item__main {
    padding: 30px;
  }
  .s15-video__bottom {
    padding: 30px;
  }
  .s19__text {
    font-size: 23px;
  }
  .s110__title {
    font-size: 30px;
  }
  .s111__title {
    font-size: 30px;
  }
  .s16-item__title {
    font-size: 24px;
  }
  .s17-item__title {
    font-size: 24px;
  }
  .s12-item__box {
    grid-template-columns: auto;
  }
  .s12-item__right {
    padding: 0;
  }
  .s12-item__box > *:nth-child(2) {
    order: -1;
    margin: 0 0 23px;
  }
  .s12-item__img {
    max-height: 350px;
  }
  .s12__view-btn {
    margin: 40px 0 0;
  }
  .s11 {
    margin: 0 0 50px;
  }
  .s21__box {
    padding: 70px 0;
  }
  .s22__list {
    grid-template-columns: repeat(3, 32%);
  }
  .s23__blocks {
    gap: 80px;
  }
  .s23-block {
    grid-template-columns: auto !important;
    gap: 40px;
  }
  .s23-block__img {
    order: -1;
    width: 600px;
  }
  .s25__box {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .s25__img {
    position: relative;
    top: auto;
    left: 50%;
    transform: translate(-42%, 0%);
    width: 140%;
  }
  .s25__list {
    margin: 0;
    grid-template-columns: auto;
    gap: 40px;
  }
  .s25__list > * {
    min-height: auto;
  }
  .s26__list {
    margin-top: 60px;
  }
  .s28__items {
    grid-template-columns: repeat(2, calc(50% - 15px));
    justify-content: start;
    gap: 30px;
  }
  .s29__box {
    grid-template-columns: 100%;
    gap: 150px;
  }
  .s29__box > :nth-child(2) {
    order: -1;
  }
  .s29__text {
    max-width: none;
  }
  .s29__img-box::before {
    right: calc(100% - 385px);
    width: 100vw;
  }
  .s29__img-box {
    margin: 0;
  }
  .s29__img {
    left: 0;
    transform: translate(-16%, -50%);
    margin: 0;
  }
  .s210__list {
    margin: 50px 0 0;
  }
  .s210__list > * {
    margin: 0 0 20px;
    width: 100% !important;
  }
  .s210__list > *:last-child {
    margin: 0;
  }
  .s211__box {
    grid-template-columns: auto;
  }
  .s211__img {
    border-radius: 20px 20px 0 0;
  }
  .s211__img:before {
    content: "";
    display: block;
    padding: 60% 0 0;
  }
  .s211__main {
    padding: 40px 30px;
    border-left: 1px solid #929292;
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .s213-item {
    grid-template-columns: auto;
  }
  .s213-item__step {
    margin: 0 0 20px;
    font-size: 30px;
  }
  .s21__box {
    min-height: 550px;
  }
  .s1__title {
    font-size: 45px;
  }
  .s22 {
    padding: 100px 0 50px;
  }
  .s22__list {
    margin: 0 auto 100px;
  }
  .s23 {
    padding: 50px 0;
  }
  .s25 {
    margin: 50px 0 0;
    padding: 70px 0;
  }
  .s25__text {
    max-width: none;
  }
  .s25__heading {
    margin: 0 0 50px;
  }
  .s26 {
    padding: 50px 0;
  }
  .s28 {
    padding: 50px 0;
  }
  .s28__box {
    padding: 70px 0;
  }
  .s28__title {
    margin: 0 auto 50px;
  }
  .s29 {
    padding: 50px 0;
  }
  .s29__title {
    font-size: 55px;
  }
  .s210 .s15__heading {
    margin: 0 0 50px;
  }
  .s211 {
    padding: 50px 0;
  }
  .s211__main-inner {
    max-width: none;
  }
  .s213 {
    padding: 50px 0 0;
  }
  .s213__heading {
    margin: 0 0 50px;
  }
  .s213-item__title {
    font-size: 25px;
  }
  .s213__btn {
    margin: 70px auto 0;
  }
  .subtitle-sm {
    font-size: 20px;
  }
  .s22__logos {
    max-width: 660px;
  }
  .s210__nlist {
    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 20px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .s11__title {
    font-size: 36px;
  }
  .footer__right {
    grid-template-columns: repeat(2, 1fr);
  }
  .stitle {
    font-size: 35px;
  }
  .subtitle {
    font-size: 20px;
  }
  .s1__title {
    margin: 0 0 25px;
    font-size: 40px;
  }
  .s1__text {
    font-size: 18px;
  }
  .s22__list {
    grid-template-columns: auto;
    gap: 50px;
    max-width: 400px;
  }
  .s22__list > * {
    position: relative;
    padding: 30px 0 0;
  }
  .rounded-img {
    width: auto;
  }
  .s26__list > * {
    margin: 0 0 40px;
    width: 100%;
  }
  .s26__list > *:last-child {
    margin: 0;
  }
  .s26__list {
    margin: 50px 0 0;
  }
  .s22__logos > * {
    padding: 10px;
  }
  .modal-1 {
    padding: 30px;
    width: 450px;
  }
  .modal-1__title {
    font-size: 30px;
  }
  .modal-1__img {
    display: none;
  }
  .modal-1__title {
    margin: 0 0 14px;
    font-size: 25px;
  }
  .modal-1__subtitle {
    margin: 0 0 12px;
    font-size: 18px;
  }
  .sform__bottom-rows {
    margin-right: 0;
  }
  .s22__logos {
    margin: 60px -10px 0;
    max-width: none;
  }
  .s22__logo {
    max-width: 120px;
    height: auto;
  }
  .nlist-item {
    width: 140px;
  }
  .nlist-item__img {
    width: 100px;
    height: 100px;
  }
  .nlist-item__title {
    display: block;
    margin: 10px 0 0;
    min-height: auto;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .container, .container-fluid {
    padding: 0 20px;
  }
  .s11 {
    margin: 0 0 300px;
  }
  .s11__box {
    padding: 36px 0 51px;
  }
  .s11__title {
    margin: 0 0 23px;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }
  .s11__title br {
    display: none;
  }
  .s11__text {
    color: #000;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
  }
  .s11__btns {
    position: absolute;
    left: 0;
    bottom: auto;
    top: calc(100% + 51px);
    padding: 33px 20px;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    width: 100%;
    border-bottom: 2px solid #C4C4C4;
  }
  .s11 .container-fluid {
    padding: 0;
  }
  .s11__box > :nth-child(2) {
    margin: 0;
    padding: 0 20px;
  }
  .s11__heading {
    margin: 0 0 158px;
  }
  .s11__get-btn {
    width: 100%;
  }
  .s11__rev {
    position: absolute;
    left: 0;
    bottom: auto;
    top: calc(100% + 244px);
  }
  .s11__rev {
    padding: 0 0 0 64px;
    width: 305px;
    height: 107px;
    color: #FFF;
    font-size: 17px;
    line-height: 140%;
  }
  .s11__btn {
    width: 100%;
    height: 43px;
  }
  .s12 {
    padding: 113px 0 102px;
  }
  .s12__title {
    margin: 0 0 19px;
    font-size: 29px;
    line-height: 35px;
  }
  .s12-item__title {
    padding: 10px 50px 10px 0;
    min-height: 64px;
  }
  .s12-item__text {
    font-size: 16px;
    line-height: 175%;
  }
  .s12-item__main {
    padding: 28px 0 31px;
  }
  .s12-item__link {
    top: auto;
    margin: 20px 0 0;
    padding: 5px 28px 5px 0;
    font-size: 20px;
    background-size: 11px auto;
  }
  .s12-item__img:before {
    padding: 0 0 52%;
  }
  .s12__view-btn {
    display: none;
  }
  .stitle {
    font-size: 29px;
    line-height: 35px;
  }
  .s13__title {
    margin: 0 0 84px;
  }
  .s13__text {
    margin: 0 0 65px;
    font-size: 19px;
    line-height: 162%;
  }
  .s13-block__btn {
    width: 100% !important;
    min-height: 64px;
  }
  .s13__box {
    gap: 30px;
  }
  .s13-block {
    padding: 50px 25px;
  }
  .s13-block__text {
    margin: 0 0 44px;
    font-size: 16px;
    line-height: 26px;
  }
  .s13-block__title {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.66px;
  }
  .s14 {
    padding: 50px 0 80px;
  }
  .s14__title {
    margin: 0 0 30px;
  }
  .s14__heading {
    margin: 0 0 55px;
  }
  .s14__items {
    gap: 10px;
    grid-template: repeat(3, 117fr)/repeat(3, 114fr);
  }
  .s14__items > *:nth-child(1) {
    grid-area: 1 / 1 / span 1 / span 2;
  }
  .s14__items > *:nth-child(2) {
    grid-area: 2 / 1 / span 2 / span 2;
  }
  .s14__items > *:nth-child(3) {
    grid-area: 3 / 3 / span 1 / span 1;
  }
  .s14__items > *:nth-child(4) {
    grid-area: 1 / 3 / span 2 / span 1;
  }
  .s14__items > *:nth-child(5) {
    display: none;
  }
  .s14__items > *:nth-child(6) {
    display: none;
  }
  .s14__items > *:nth-child(7) {
    display: none;
  }
  .s14__items > *:nth-child(8) {
    display: none;
  }
  .s14__items > *:nth-child(9) {
    display: none;
  }
  .s14__items-box:before {
    padding: 0 0 calc(371/374 * 100%);
  }
  .s15 {
    padding: 50px 0 88px;
  }
  .s15__title {
    margin: 0 0 37px;
  }
  .s15__heading {
    margin: 0 0 60px;
  }
  .embed-responsive-21by9::before {
    padding-top: 56%;
  }
  .s15-video__bottom {
    padding: 36px 20px 30px;
    gap: 20px;
  }
  .s15-video__link {
    margin: 17px 0 0;
    padding: 0 45px 0 0;
    font-size: 17px;
  }
  .s15-block__title {
    margin: 0 0 25px;
    font-size: 21px;
    line-height: 28px;
  }
  .s15__blocks {
    gap: 60px;
  }
  .s15-block {
    padding: 2px 0 70px 15px;
  }
  .s15-block__link {
    padding: 0 39px 0 0;
    font-size: 17px;
  }
  .s16 {
    padding: 50px 0 80px;
  }
  .s16__heading {
    margin: 0 0 54px;
  }
  .s16-item__img:before {
    padding: 0 0 60%;
  }
  .s16-item__main {
    padding: 29px 25px 40px;
    gap: 36px;
  }
  .s16-item__title {
    font-size: 23px;
    line-height: 26px;
  }
  .s16-item__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .s16__items {
    gap: 54px;
  }
  .s17 {
    padding: 50px 0 121px;
  }
  .s17__left-text {
    font-size: 20px;
    line-height: 149%;
  }
  .s17__box {
    gap: 63px;
  }
  .s17-item__title {
    font-size: 26px;
    line-height: 131%;
  }
  .s17-item__img {
    margin: 0 0 24px;
    height: auto;
  }
  .s17__items {
    margin: 0;
  }
  .s18 {
    padding: 50px 0 50px;
  }
  .s18__title {
    margin: 0 0 46px;
  }
  .s19 {
    padding: 50px 0 50px;
  }
  .s19__text {
    font-size: 23px;
    line-height: 30px;
  }
  .s19__box {
    gap: 47px;
  }
  .s19-call__title {
    margin: 0 0 7px;
    font-size: 49px;
  }
  .s19-call {
    padding: 55px 0 52px;
  }
  .s19-call__phone {
    margin: 0 0 37px;
    font-size: 34px;
  }
  .s110__heading {
    margin: 0 0 50px;
  }
  .s110-article__img::before {
    padding: 0 0 65%;
  }
  .s110-article__main {
    padding: 17px 20px 38px;
  }
  .s110-article__date {
    margin: 0 0 9px;
  }
  .s110-article__text {
    margin: 0 0 34px;
  }
  .s110-article__btn {
    padding: 12px;
    font-size: 19px;
  }
  .s110__articles {
    gap: 43px;
  }
  .s111 {
    padding: 50px 0 50px;
  }
  .s111__box > :nth-child(1) {
    margin: 0 0 49px;
  }
  .footer__left {
    grid-template-columns: auto;
    gap: 30px;
  }
  .footer__logo {
    display: block;
    width: 220px;
    margin: 0 auto 38px;
  }
  .footer {
    padding: 57px 0;
    overflow-x: hidden;
  }
  .footer__text {
    font-size: 16px;
    text-align: center;
  }
  .footer__contacts {
    display: none;
  }
  .footer__socials {
    display: none;
  }
  .footer__socials_mob {
    display: flex;
  }
  .footer__right {
    grid-template-columns: 100%;
  }
  .footer__heading {
    font-size: 17px;
    text-align: center;
  }
  .footer__menu {
    font-size: 17px;
    text-align: center;
    gap: 5px;
  }
  .footer__right {
    gap: 64px;
  }
  .footer__bottom {
    grid-template-columns: auto;
    gap: 0;
    margin: 55px 0 0;
  }
  .footer__bottom > *:nth-child(3) {
    justify-content: center;
  }
  .footer__copyright {
    margin: 0 0 8px;
    color: #fff;
  }
  .footer__contacts {
    display: none;
  }
  .footer__contacts_mob {
    display: grid;
    gap: 15px;
    justify-items: stretch;
    margin: 0 0 62px;
    padding: 17px 0;
    width: 100%;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }
  .footer__contacts > * > * > :nth-child(1):not(:only-child) {
    width: 20px;
  }
  .footer__contacts > * > * > :nth-child(1):not(:only-child) img {
    transform: scale(1.2);
  }
  .s1__title {
    font-size: 35px;
  }
  .s24 {
    padding: 50px 0;
  }
  .rounded-img img {
    border-radius: 100px;
  }
  .s26__list {
    font-size: 16px;
  }
  .s28__items {
    grid-template-columns: 100%;
    max-width: 280px;
  }
  .s210 {
    padding: 50px 0;
  }
  .s213__btn {
    margin: 50px auto 0;
  }
  .s26__img-tag {
    padding: 10px;
    font-size: 15px;
    line-height: 17px;
  }
  .s29__img-box::before {
    right: calc(100% - 76vw);
  }
  .s29__img-box {
    height: 55vw;
  }
  .s29__img {
    transform: translate(-14%, -50%);
    width: 175vw;
  }
  .s29__box {
    gap: 26vw;
  }
  .modal-1 {
    padding: 20px;
  }
  .sform__bottom-rows .sform__row {
    margin: 0 0 8px;
  }
  .sform__input {
    padding: 0 15px;
  }
  .sform__input:not(.sform__input_2) {
    height: 36px;
  }
}

@media (max-width: 520px) {
  .s210__nlist {
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 330px;
  }
}

@media (max-width: 400px) {
  .form__row_double {
    grid-template-columns: auto;
    gap: 8px;
  }
}

@media (max-width: 360px) {
  .s210__nlist {
    grid-template-columns: auto;
  }
  .nlist-item {
    width: auto;
  }
}
    .s13__text {
      align-content: start;
    }

    .wpcf7-not-valid-tip {
      margin: 5px 0 0;
      font-size: 13px;
    }

    .wpcf7 form .wpcf7-response-output {
      margin: 0;
      padding: 0;
      border: 0;
      text-align: center;
    }

    .wpcf7 form.sent .wpcf7-response-output {
      color: green;
    }

    .wpcf7-spinner {
      display: block;
      margin: 5px auto;
    }

    .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) .sform__input {
      border-color: red;
    }
