@font-face {
  font-family: 'Regular';
  src: url("../fonts/Graphik-Regular.woff");
}
@font-face {
  font-family: 'Medium';
  src: url("../fonts/Graphik-Medium.woff");
}
@font-face {
  font-family: 'SemiBold';
  src: url("../fonts/Graphik-Semibold.woff");
}
@font-face {
  font-family: 'Bold';
  src: url("../fonts/Graphik-Bold.woff");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a {
  text-decoration: none;
  color: #000;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-family: 'Regular';
  color: #c2c2c2;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  font-family: 'Regular';
  color: #c2c2c2;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  font-family: 'Regular';
  color: #c2c2c2;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-family: 'Regular';
  color: #c2c2c2;
}
.logo {
  display: none;
}
.logo img {
  width: 147px;
}
.g-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
section,
main {
  position: relative;
  display: block;
}
.gs-tooltip {
	max-width: 250px;
	display: block;
	color: #fff;
	background-color: #ff5334;
	padding: 10px;
	position: absolute;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	z-index: 999999;
	border-radius: 6px;
	word-wrap: break-word;
	font-weight: normal;
}
.gs-tooltip > .gs-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	border-top-color: #ff5334;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	top: 100%;
	left: 50%;
	margin-left: -8px;
}
@media (max-width: 1180px) {
  .g-wrapper {
    width: 100%;
  }
}
.header {
  padding: 20px 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header-active {
  background-color: #fff;
  padding: 25px 0;
}
.header-active .logo {
  display: block;
}
.header-active .header__wrapper .logo svg path {
  fill: #383232;
}
.header-active .header__wrapper .order {
  color: #fff;
  background-color: #cf3535;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-active .header__wrapper .order:hover {
  background-color: #a60000;
}
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__wrapper .logo svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__wrapper nav {
  margin-left: auto;
}
.header__wrapper nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__wrapper nav ul li {
  margin-left: 31px;
}
.header__wrapper nav ul li:first-child {
  margin-left: 0;
}
.header__wrapper nav ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-family: 'Medium';
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #383232;
  border-bottom: 1px solid transparent;
}
.header__wrapper nav ul li a:hover {
  border-color: #383232;
}
.header__wrapper .order {
  margin-left: 40px;
  padding: 11px 20px;
  border: 1px solid #cf3535;
  border-radius: 5px;
  font-family: 'SemiBold';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #cf3535;
  text-transform: uppercase;
  width: 138px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header__wrapper .order:hover {
  background-color: #cf3535;
  color: #fff;
}
.header__wrapper .mobile-menu-button {
  display: none;
}
.header-mobile {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 87px;
  left: 0;
  height: calc(100vh - 87px);
  width: 100%;
  background-color: #cf3535;
}
.header-mobile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}
.header-mobile-wrapper ul {
  list-style: none;
}
.header-mobile-wrapper ul li {
  margin-top: 32px;
}
.header-mobile-wrapper ul li:first-child {
  margin-top: 0;
}
.header-mobile-wrapper ul li a {
  display: block;
  text-align: center;
  font-family: 'Medium';
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
}
.header-mobile-wrapper .order {
  margin-top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 335px;
  padding: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  text-transform: lowercase;
  font-family: 'SemiBold';
  font-size: 16px;
  line-height: 21px;
  color: #cf3535;
}
@media (max-width: 1024px) {
  .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header-red {
    background-color: #cf3535;
  }
  .header-red .order {
    display: none;
  }
  .header-red .header__wrapper .logo svg path {
    fill: #fff;
  }
  .header-red .header__wrapper .mobile-menu-button {
    margin-left: auto;
    background-color: #fff;
  }
  .header-red .header__wrapper .mobile-menu-button svg path {
    stroke: #cf3535;
  }
  .header-active {
    padding: 20px 0;
  }
  .header-active .header__wrapper .order {
    background-color: #fff;
    color: #cf3535;
  }
  .header__wrapper .logo svg path {
    fill: #383232;
  }
  .header__wrapper nav {
    display: none;
  }
  .header__wrapper .order {
    margin-left: auto;
  }
  .header__wrapper .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 40px;
    border-radius: 50%;
    background-color: #cf3535;
    outline: none;
    border: none;
    padding: 10px;
  }
  .header__wrapper .mobile-menu-button svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header__wrapper .mobile-menu-button-active svg path:nth-child(1) {
    display: none;
  }
  .header__wrapper .mobile-menu-button-active svg path:nth-child(2) {
    -webkit-transform: rotate(45deg) translateX(7px) translateY(-7px);
        -ms-transform: rotate(45deg) translateX(7px) translateY(-7px);
            transform: rotate(45deg) translateX(7px) translateY(-7px);
  }
  .header__wrapper .mobile-menu-button-active svg path:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(-14px) translateY(0);
        -ms-transform: rotate(-45deg) translateX(-14px) translateY(0);
            transform: rotate(-45deg) translateX(-14px) translateY(0);
  }
  .header-mobile-active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .header-on-scroll {
    background-color: #cf3535;
    top: 87px;
    height: calc(100vh - 87px);
  }
}
@media (max-width: 768px) {
  .header__wrapper .logo svg {
    width: 113px;
    height: 26px;
  }
  .header__wrapper .order {
    font-size: 14px;
    line-height: 18px;
    padding: 9px;
    width: 111px;
  }
  .header__wrapper .mobile-menu-button {
    margin-left: 18px;
  }
  .header-mobile {
    top: 76px;
    height: calc(100vh - 76px);
  }
}
@media (max-width: 414px) {
  .header__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__wrapper .order {
    width: auto;
    margin-left: 0;
  }
  .header__wrapper .mobile-menu-button {
    margin-left: 0;
  }
  .order-form__wrapper-info .offer-prices-item .price {
    font-size: 16px !important;
  }
  .use__wrapper-text div svg {
    display: none;
  }
}
.footer {
  padding: 70px 0;
  background-color: #383232;
}
.footer__wrapper {
  text-align: center;
}
.footer__wrapper p {
  font-family: 'Regular';
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #e4e4e4;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer__wrapper p {
    font-size: 16px;
    max-width: 270px;
  }
}
html,
body {
  height: 100%;
  background-color: #fff;
}
.render {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}
.order-form.order-form-main {
  padding: 118px 0 0;
}
.order-form.order-form-bottom {
  padding: 80px 0 0;
}
.order-form.order-form-bottom .order-form__wrapper .background {
  top: -60px;
}
.order-form {
  overflow: hidden;
  background-color: #f6f6f6;
  position: relative;
}
.order-form__wrapper .background {
  position: absolute;
  top: -90px;
  left: -140px;
}
.order-form__wrapper .background-mobile,
.order-form__wrapper .background-tablet {
  display: none;
}
.order-form__wrapper-info {
  max-width: 680px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.order-form__wrapper-info h1 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-left: auto;
  max-width: 560px;
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 37px;
  line-height: 52px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.order-form__wrapper-info .product {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  margin-top: 66px;
}
.order-form__wrapper-info .product img {
  max-width: 290px;
  display: block;
  width: 100%;
}
.order-form__wrapper-info .mobile-advantages {
  display: none;
}
.order-form__wrapper-info .offer {
  margin-top: 28px;
  -webkit-flex-basis: 54%;
      -ms-flex-preferred-size: 54%;
          flex-basis: 54%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px rgba(117,117,117,0.07);
          box-shadow: 0px 4px 16px rgba(117,117,117,0.07);
}
.order-form__wrapper-info .offer h2 {
  font-family: 'Bold';
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: #0b0b0b;
  text-transform: uppercase;
  text-align: center;
}
.order-form__wrapper-info .offer p {
  margin-top: 5px;
  text-align: center;
  font-family: 'Medium';
  font-size: 15px;
  line-height: 21px;
  color: #4f4f4f;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.order-form__wrapper-info .offer-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.order-form__wrapper-info .offer-prices-item {
  text-align: center;
  padding: 16px 11px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.order-form__wrapper-info .offer-prices-item h3 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #a9a9a9;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
}
.order-form__wrapper-info .offer-prices-item .price {
  display: inline-block;
  margin-top: 7px;
  font-family: 'Bold';
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.order-form__wrapper-info .offer-prices .discount {
  position: relative;
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
}
.order-form__wrapper-info .offer-prices .discount .price {
  color: #cf3535;
}
.order-form__wrapper-info .offer-prices .discount .sticker {
  position: absolute;
  z-index: 3;
  top: -17px;
  right: -13px;
}
.order-form__wrapper-info .offer-prices .without-discount {
  margin-left: auto;
}
.order-form__wrapper-info .offer-prices .without-discount .price {
  color: #4f4f4f;
  text-decoration: line-through;
}
.order-form__wrapper-info .offer form {
  margin-top: 25px;
}
.order-form__wrapper-info .offer form .input,
.country {
  margin-top: 25px;
  padding-bottom: 6px;
  font-family: 'Regular';
  font-size: 16px;
  line-height: 21px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
}
.country {
  margin-top: 0;
}
.order-form__wrapper-info .offer form button {
  display: block;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  background-color: #cf3535;
  border: 1px solid #cf3535;
  border-radius: 5px;
  margin-top: 24px;
  padding: 12px;
  font-family: 'SemiBold';
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  letter-spacing: -0.01em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.order-form__wrapper-info .offer form button:hover {
  background-color: #a60000;
}
.order-form__advantages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 25px;
}
.order-form__advantages li {
  padding: 18px 0;
  background-color: #cf3535;
  font-family: 'SemiBold';
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.01em;
  position: relative;
}
.order-form__advantages li:nth-child(1) {
  -webkit-flex-basis: 29.8%;
      -ms-flex-preferred-size: 29.8%;
          flex-basis: 29.8%;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
          clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
.order-form__advantages li:nth-child(1) p {
  max-width: 220px;
}
.order-form__advantages li:nth-child(2) {
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
  -webkit-flex-basis: 21.3%;
      -ms-flex-preferred-size: 21.3%;
          flex-basis: 21.3%;
  margin-left: -10px;
}
.order-form__advantages li:nth-child(2) p {
  max-width: 205px;
}
.order-form__advantages li:nth-child(3) {
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
  -webkit-flex-basis: 21.3%;
      -ms-flex-preferred-size: 21.3%;
          flex-basis: 21.3%;
  margin-left: -10px;
}
.order-form__advantages li:nth-child(3) p {
  max-width: 220px;
}
.order-form__advantages li:nth-child(4) {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  -webkit-flex-basis: 32.5%;
      -ms-flex-preferred-size: 32.5%;
          flex-basis: 32.5%;
  margin-left: -10px;
}
.order-form__advantages li:nth-child(4) p {
  max-width: 300px;
}
@media (max-width: 1440px) {
  .order-form__wrapper .background {
    left: -227px;
  }
}
@media (max-width: 1280px) {
  .order-form__advantages li:nth-child(1) {
    margin-left: 0;
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .order-form__advantages li:nth-child(1) p {
    max-width: 220px;
  }
  .order-form__advantages li:nth-child(2) {
    margin-left: 0;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
  .order-form__advantages li:nth-child(2) p {
    max-width: 180px;
  }
  .order-form__advantages li:nth-child(3) {
    margin-left: 0;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
  }
  .order-form__advantages li:nth-child(3) p {
    max-width: 190px;
  }
  .order-form__advantages li:nth-child(4) {
    margin-left: 0;
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
  .order-form__advantages li:nth-child(4) p {
    max-width: 230px;
  }
}
@media (max-width: 1024px) {
  .order-form.order-form-main {
    padding: 118px 0 80px;
  }
  .order-form.order-form-bottom {
    padding: 80px 0;
  }
  .order-form__wrapper .background {
    display: none;
  }
  .order-form__wrapper .background-tablet {
    display: block;
    position: absolute;
    top: -20px;
    left: -90px;
    max-width: 850px;
    width: 100%;
  }
  .order-form__wrapper-info {
    max-width: none;
    margin-left: 0;
  }
  .order-form__wrapper-info h1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 470px;
  }
  .order-form__wrapper-info .mobile-advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 150px;
    list-style-type: none;
  }
  .order-form__wrapper-info .mobile-advantages li {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    padding: 18px 0;
    background-color: #cf3535;
    font-family: 'SemiBold';
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -0.01em;
    position: relative;
    margin-top: 40px;
    -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
            clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
  }
  .order-form__wrapper-info .mobile-advantages li p {
    text-align: center;
    min-height: 44px;
    max-width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-form__wrapper-info .mobile-advantages li:nth-child(1),
  .order-form__wrapper-info .mobile-advantages li:nth-child(2) {
    margin-top: 0;
  }
  .order-form__wrapper-info .product {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .order-form__wrapper-info .product img {
    max-width: 250px;
  }
  .order-form__wrapper-info .offer {
    margin: 40px auto 0;
  }
  .order-form__advantages {
    display: none;
  }
}
@media (max-width: 768px) {
  .order-form.order-form-main {
    padding: 111px 0 40px;
  }
  .order-form.order-form-main .background-mobile {
    top: 50px;
    left: -185px;
  }
  .order-form.order-form-bottom {
    padding: 74px 0 40px;
  }
  .order-form.order-form-bottom .background-mobile {
    top: 0;
    left: -175px;
  }
  .order-form__wrapper .background-tablet {
    display: none;
  }
  .order-form__wrapper .background-mobile {
    display: block;
    position: absolute;
    width: 100%;
  }
  .order-form__wrapper-info h1 {
    max-width: 350px;
    font-size: 27px;
    line-height: 38px;
  }
  .order-form__wrapper-info .mobile-advantages {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 91px;
  }
  .order-form__wrapper-info .mobile-advantages li {
    font-family: 'Medium';
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
  .order-form__wrapper-info .mobile-advantages li p {
    max-width: 270px;
  }
  .order-form__wrapper-info .mobile-advantages li:nth-child(2) {
    margin-top: 12px;
  }
  .order-form__wrapper-info .product {
    margin-top: 33px;
  }
  .order-form__wrapper-info .product img {
    max-width: 195px;
  }
  .order-form__wrapper-info .offer {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    margin: 40px auto 0;
    padding: 25px 30px 30px;
  }
  .order-form__wrapper-info .offer p {
    margin-top: 10px;
  }
  .order-form__wrapper-info .offer-prices {
    margin-top: 15px;
  }
  .order-form__wrapper-info .offer-prices-item {
    padding: 15px 11px;
  }
  .order-form__wrapper-info .offer-prices-item h3 {
    font-size: 11px;
    line-height: 14px;
  }
  .order-form__wrapper-info .offer-prices-item .price {
    margin-top: 4px;
    font-size: 21px;
    line-height: 27px;
  }
  .order-form__wrapper-info .offer form {
    margin-top: 17px;
  }
}
@media (max-width: 614px) {
  .order-form__wrapper-info h1 {
    max-width: 250px;
  }
  .order-form__wrapper-info .offer {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
  }
  .order-form__wrapper-info .offer-prices-item h3 {
    min-height: 28px;
  }
  .order-form__wrapper-info .mobile-advantages li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 550px) {
  .order-form__wrapper .background-mobile {
    width: auto;
  }
  .order-form__wrapper-info h1 {
    max-width: 215px;
  }
  .order-form__wrapper-info .mobile-advantages li p {
    max-width: 270px;
  }
  .order-form__wrapper-info .offer {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .order-form__wrapper-info .offer-prices-item.discount,
  .order-form__wrapper-info .offer-prices-item.without-discount {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
@media (max-width: 420px) {
  .order-form__wrapper .background-mobile {
    width: auto;
  }
  .order-form__wrapper-info .mobile-advantages li p {
    max-width: 235px;
  }
}
.info {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.info__wrapper-description {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.info__wrapper-description .description {
  padding: 62px 63px 62px 0;
  font-family: 'SemiBold';
  font-size: 30px;
  line-height: 48px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.info__wrapper-description .description:before {
  position: absolute;
  content: '';
  left: -550px;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.info__wrapper-description .statistics {
  padding: 55px 70px 58px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__wrapper-description .statistics-item {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}
.info__wrapper-description .statistics-item span {
  font-family: 'SemiBold';
  font-size: 90px;
  line-height: 90px;
  color: #383232;
  letter-spacing: -0.01em;
}
.info__wrapper-description .statistics-item p {
  font-family: 'Regular';
  font-size: 18px;
  line-height: 27px;
  color: #383232;
  letter-spacing: -0.01em;
  margin-top: 10px;
}
.info__wrapper-image {
  width: 100%;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.info__wrapper-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-warning {
  background-color: #cf3535;
  padding: 95px 0;
  position: relative;
}
.info-warning__wrapper p {
  font-family: 'SemiBold';
  font-size: 60px;
  line-height: 84px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.info-warning__wrapper svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  .info__wrapper-description .description {
    padding: 30px 30px 30px 0;
  }
  .info__wrapper-description .statistics {
    padding: 40px 60px 40px 0;
  }
  .info__wrapper-description .statistics-item span {
    font-family: 'SemiBold';
    font-size: 90px;
    line-height: 90px;
    color: #383232;
    letter-spacing: -0.01em;
  }
  .info__wrapper-description .statistics-item p {
    font-family: 'Regular';
    font-size: 18px;
    line-height: 27px;
    color: #383232;
    letter-spacing: -0.01em;
    margin-top: 10px;
  }
  .info__wrapper-image {
    width: 100%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .info__wrapper-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .info-warning {
    background-color: #cf3535;
    padding: 95px 0;
    position: relative;
  }
  .info-warning__wrapper p {
    font-family: 'SemiBold';
    font-size: 60px;
    line-height: 84px;
    color: #fff;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .info-warning__wrapper svg {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .info {
    position: relative;
  }
  .info__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .info__wrapper-description {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
  }
  .info__wrapper-description .description {
    padding: 20px 20px 20px 0;
    font-size: 27px;
    line-height: 43px;
  }
  .info__wrapper-description .description:before {
    left: -150px;
  }
  .info__wrapper-description .statistics {
    padding: 20px 20px 20px 0;
  }
  .info__wrapper-description .statistics-item {
    -webkit-flex-basis: 47.5%;
        -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
  }
  .info__wrapper-description .statistics-item span {
    font-size: 65px;
    line-height: 65px;
  }
  .info__wrapper-description .statistics-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .info__wrapper-image {
    max-width: 36%;
    -webkit-flex-basis: 36%;
        -ms-flex-preferred-size: 36%;
            flex-basis: 36%;
    z-index: 10;
  }
  .info-warning {
    padding: 40px 0;
  }
  .info-warning__wrapper p {
    font-size: 32px;
    line-height: 48px;
  }
  .info-warning__wrapper svg {
    max-width: 336px;
    max-height: 148px;
  }
}
@media (max-width: 768px) {
  .info__wrapper-description {
    -webkit-flex-basis: 1000%;
        -ms-flex-preferred-size: 1000%;
            flex-basis: 1000%;
  }
  .info__wrapper-description .description {
    padding: 40px 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .info__wrapper-description .description:before {
    display: none;
  }
  .info__wrapper-description .statistics {
    padding: 30px 0;
  }
  .info__wrapper-description .statistics-item span {
    font-size: 50px;
    line-height: 50px;
  }
  .info__wrapper-description .statistics-item p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 7px;
  }
  .info__wrapper-image {
    margin-left: -20px;
    max-width: none;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    height: 100%;
  }
  .info__wrapper-image img {
    width: calc(100% + 40px);
  }
  .info-warning {
    padding: 40px 0 66px;
  }
  .info-warning__wrapper p {
    font-size: 27px;
    line-height: 37px;
  }
}
.consequences {
  padding: 80px 0 0;
  background: -o-radial-gradient(50% 50%, 50% 50%, #545454 0%, #292828 100%);
  background: radial-gradient(50% 50% at 50% 50%, #545454 0%, #292828 100%);
}
.consequences h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  max-width: 612px;
  letter-spacing: -0.01em;
}
.consequences__wrapper {
  height: 557px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.consequences__wrapper-circle {
  width: 648px;
  height: 648px;
  border: 2px solid #6a6a6a;
  border-radius: 50%;
  position: relative;
  bottom: -62px;
}
.consequences__wrapper img {
  position: absolute;
  bottom: 151px;
}
.consequences__wrapper-item {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.consequences__wrapper-item .marker {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: -o-radial-gradient(50% 50%, 50% 50%, #7d7575 0%, #c8c8c8 100%);
  background: radial-gradient(50% 50% at 50% 50%, #7d7575 0%, #c8c8c8 100%);
  position: relative;
}
.consequences__wrapper-item .marker:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #cf3535;
  border-radius: 50%;
  top: 13px;
  left: 13px;
}
.consequences__wrapper-item svg {
  display: none;
}
.consequences__wrapper-item span {
  font-family: 'Medium';
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  letter-spacing: -0.01em;
  max-width: 188px;
}
.consequences__wrapper .item1,
.consequences__wrapper .item2,
.consequences__wrapper .item3,
.consequences__wrapper .item4,
.consequences__wrapper .item5 {
  text-align: right;
}
.consequences__wrapper .item1 .marker,
.consequences__wrapper .item2 .marker,
.consequences__wrapper .item3 .marker,
.consequences__wrapper .item4 .marker,
.consequences__wrapper .item5 .marker {
  margin-left: 25px;
}
.consequences__wrapper .item1 {
  top: 36px;
  left: -56px;
}
.consequences__wrapper .item2 {
  top: 111px;
  left: -137px;
}
.consequences__wrapper .item3 {
  top: 185px;
  left: -211px;
}
.consequences__wrapper .item4 {
  top: 290px;
  left: -230px;
}
.consequences__wrapper .item5 {
  top: 382px;
  left: -208px;
}
.consequences__wrapper .item6,
.consequences__wrapper .item7,
.consequences__wrapper .item8,
.consequences__wrapper .item9,
.consequences__wrapper .item10 {
  text-align: left;
}
.consequences__wrapper .item6 .marker,
.consequences__wrapper .item7 .marker,
.consequences__wrapper .item8 .marker,
.consequences__wrapper .item9 .marker,
.consequences__wrapper .item10 .marker {
  margin-right: 25px;
}
.consequences__wrapper .item6 {
  top: 39px;
  right: -64px;
}
.consequences__wrapper .item7 {
  top: 111px;
  right: -171px;
}
.consequences__wrapper .item8 {
  top: 192px;
  right: -158px;
}
.consequences__wrapper .item9 {
  top: 274px;
  right: -230px;
}
.consequences__wrapper .item10 {
  top: 385px;
  right: -104px;
}
@media (max-width: 1280px) {
  .consequences__wrapper {
    height: 429px;
  }
  .consequences__wrapper-circle {
    width: 520px;
    height: 520px;
  }
  .consequences__wrapper img {
    width: 100%;
  }
  .consequences__wrapper .item1 {
    top: 25px;
    left: -75px;
  }
  .consequences__wrapper .item2 {
    top: 80px;
    left: -143px;
  }
  .consequences__wrapper .item3 {
    top: 135px;
    left: -215px;
  }
  .consequences__wrapper .item4 {
    top: 220px;
    left: -228px;
  }
  .consequences__wrapper .item5 {
    top: 300px;
    left: -209px;
  }
  .consequences__wrapper .item6 {
    top: 10px;
  }
  .consequences__wrapper .item7 {
    top: 67px;
    right: -165px;
  }
  .consequences__wrapper .item8 {
    top: 130px;
    right: -195px;
  }
  .consequences__wrapper .item9 {
    top: 200px;
  }
  .consequences__wrapper .item10 {
    top: 290px;
    right: -110px;
  }
}
@media (max-width: 1024px) {
  .consequences__wrapper {
    height: auto;
  }
  .consequences__wrapper-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    position: relative;
    bottom: auto;
  }
  .consequences__wrapper img {
    max-width: 500px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    bottom: auto;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
    width: 100%;
    margin: 50px auto 0;
  }
  .consequences__wrapper-item {
    margin-top: 36px;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consequences__wrapper-item .marker {
    display: none;
  }
  .consequences__wrapper-item:nth-child(2),
  .consequences__wrapper-item:nth-child(3) {
    margin-top: 53px;
  }
  .consequences__wrapper-item span {
    max-width: none;
  }
  .consequences__wrapper-item svg {
    display: block;
    margin-right: 20px;
    width: 30px;
    height: 30px;
  }
  .consequences__wrapper .item1,
  .consequences__wrapper .item2,
  .consequences__wrapper .item3,
  .consequences__wrapper .item4,
  .consequences__wrapper .item5 {
    text-align: left;
    top: auto;
    left: auto;
  }
  .consequences__wrapper .item6,
  .consequences__wrapper .item7,
  .consequences__wrapper .item8,
  .consequences__wrapper .item9,
  .consequences__wrapper .item10 {
    text-align: left;
    top: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .consequences {
    padding: 40px 0 0;
  }
  .consequences h2 {
    font-size: 27px;
    line-height: 37px;
    max-width: none;
  }
  .consequences__wrapper-item {
    padding: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #5a5a5a;
    margin-top: 25px;
    height: 100px;
    border-radius: 5px;
  }
  .consequences__wrapper-item:nth-child(2),
  .consequences__wrapper-item:nth-child(3) {
    margin-top: 40px;
  }
  .consequences__wrapper-item svg {
    position: absolute;
    top: -15px;
    margin: 0;
  }
  .consequences__wrapper-item span {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}
.risk-factors {
  overflow: hidden;
  position: relative;
}
.risk-factors__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.risk-factors__wrapper-title {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  background-color: #fff;
}
.risk-factors__wrapper-title .title {
  padding: 80px 0;
}
.risk-factors__wrapper-title .title h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 391px;
  position: relative;
  z-index: 3;
}
.risk-factors__wrapper-title .title svg {
  position: absolute;
  left: 0;
  top: 172px;
}
.risk-factors__wrapper-title .title .img-mobile {
  display: none;
}
.risk-factors__wrapper-title .image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
  height: 65%;
  width: 100%;
}
.risk-factors__wrapper-title .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.risk-factors__wrapper-info {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 80px 0px 63px 60px;
  background-color: #f8f8f8;
}
.risk-factors__wrapper-info:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-color: #f8f8f8;
  height: 100%;
  width: 50%;
}
.risk-factors__wrapper-info-item {
  cursor: pointer;
  margin-top: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ccc;
}
.risk-factors__wrapper-info-item:first-child {
  margin-top: 0;
}
.risk-factors__wrapper-info-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.risk-factors__wrapper-info-item-title h3 {
  max-width: 80%;
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #383232;
  text-transform: uppercase;
}
.risk-factors__wrapper-info-item-title .expand-content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
}
.risk-factors__wrapper-info-item-active .risk-factors__wrapper-info-item-title .expand-content {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.risk-factors__wrapper-info-item-content {
  display: none;
}
.risk-factors__wrapper-info-item-content p {
  font-family: 'Regular';
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #383232;
  margin-top: 8px;
  max-width: 457px;
}
.risk-factors__wrapper-info .image {
  display: none;
}
@media (max-width: 1660px) {
  .risk-factors__wrapper-title .image {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .risk-factors__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .risk-factors__wrapper-title {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .risk-factors__wrapper-title .title h2 {
    max-width: 600px;
  }
  .risk-factors__wrapper-title .title svg {
    display: none;
  }
  .risk-factors__wrapper-title .title .img-mobile {
    display: block;
    right: 0;
    left: auto;
    top: 130px;
  }
  .risk-factors__wrapper-title .image {
    display: none;
  }
  .risk-factors__wrapper-info {
    position: relative;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 80px 0px 0 20px;
    margin-left: -20px;
  }
  .risk-factors__wrapper-info:before {
    right: auto;
    width: calc(100% + 40px);
  }
  .risk-factors__wrapper-info .image {
    display: block;
    margin-top: 60px;
    margin-left: -20px;
  }
  .risk-factors__wrapper-info .image img {
    display: block;
    width: calc(100% + 40px);
  }
}
@media (max-width: 768px) {
  .risk-factors__wrapper-title {
    position: relative;
  }
  .risk-factors__wrapper-title .title {
    padding: 40px 0 50px;
  }
  .risk-factors__wrapper-title .title h2 {
    font-size: 27px;
    line-height: 38px;
    max-width: none;
  }
  .risk-factors__wrapper-title .title .img-mobile {
    top: auto;
    bottom: -35px;
    right: -20px;
  }
  .risk-factors__wrapper-info {
    padding: 40px 0 0 20px;
  }
  .risk-factors__wrapper-info-item {
    margin-top: 17px;
    padding-bottom: 17px;
  }
  .risk-factors__wrapper-info-item-title h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .risk-factors__wrapper-info-item-content p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
    max-width: 90%;
  }
  .risk-factors__wrapper-info .image {
    margin-top: 36px;
  }
}
.risk-factors-info {
  overflow: hidden;
}
.risk-factors-info__wrapper {
  padding: 80px 0;
}
.risk-factors-info__wrapper h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 425px;
}
.risk-factors-info__wrapper p {
  font-family: 'Regular';
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
  letter-spacing: -0.01em;
  max-width: 447px;
}
.risk-factors-info__wrapper span {
  font-family: 'Medium';
  font-size: 18px;
  line-height: 25px;
  margin-top: 31px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 600px;
  display: block;
}
.risk-factors-info__wrapper a {
  display: block;
  background-color: #cf3535;
  padding: 14px;
  font-family: 'SemiBold';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  width: 307px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.risk-factors-info__wrapper a:hover {
  background-color: #a60000;
}
@media (max-width: 1024px) {
  .risk-factors-info {
    background-position: 100% 100%;
  }
  .risk-factors-info__wrapper {
    padding: 80px 0;
  }
  .risk-factors-info__wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    max-width: 500px;
  }
  .risk-factors-info__wrapper span {
    margin-top: 50px;
    max-width: 400px;
  }
  .risk-factors-info__wrapper a {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .risk-factors-info__wrapper {
    padding: 40px 0 50px;
  }
  .risk-factors-info__wrapper h2 {
    font-size: 27px;
    line-height: 38px;
  }
  .risk-factors-info__wrapper p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 620px) {
  .risk-factors-info__wrapper h2 {
    max-width: none;
  }
  .risk-factors-info__wrapper p {
    max-width: 262px;
  }
  .risk-factors-info__wrapper span {
    max-width: 255px;
  }
  .risk-factors-info__wrapper a {
    width: 100%;
  }
}
.action {
  padding: 40px 0 80px;
  overflow: hidden;
}
.action h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.01em;
  max-width: 418px;
  color: #383232;
  text-transform: uppercase;
}
.action__wrapper {
  margin-top: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.action__wrapper-item {
  -webkit-flex-basis: 34%;
      -ms-flex-preferred-size: 34%;
          flex-basis: 34%;
  margin-left: -10px;
}
.action__wrapper-item:first-child {
  margin-left: 0;
}
.action__wrapper-item h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
  padding: 29px 0;
  background-color: #cf3535;
  font-family: 'SemiBold';
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  letter-spacing: -0.01em;
}
.action__wrapper-item h3 span {
  margin-right: 12px;
}
.action__wrapper-item p {
  margin-top: 20px;
  margin-left: 30px;
  font-family: 'Regular';
  font-size: 18px;
  line-height: 25px;
  color: #383232;
  letter-spacing: -0.01em;
  max-width: 336px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .action h2 {
    font-size: 27px;
    line-height: 38px;
  }
  .action__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
  .action__wrapper-item {
    margin-top: 44px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-left: 0;
  }
  .action__wrapper-item:first-child {
    margin-top: 0;
  }
  .action__wrapper-item h3 {
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: transparent;
    font-size: 18px;
    line-height: 25px;
    color: #cf3535;
  }
  .action__wrapper-item h3 span {
    margin-left: 11px;
    margin-right: 27px;
    position: relative;
    color: #fff;
    z-index: 3;
  }
  .action__wrapper-item h3 span:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 43px;
    height: 43px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    background-color: #cf3535;
  }
  .action__wrapper-item p {
    margin-left: 0;
    margin-top: 24px;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .action {
    padding: 40px 0;
  }
  .action h2 {
    max-width: 286px;
  }
}
.structure {
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.structure__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.structure__wrapper-info {
  overflow: hidden;
  padding: 80px 100px 0 0;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: relative;
}
.structure__wrapper-info h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #383232;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  max-width: 419px;
}
.structure__wrapper-info-images {
  position: relative;
  top: -90px;
}
.structure__wrapper-info-images .image {
  margin: 107px auto 0;
  display: block;
  position: relative;
  z-index: 5;
}
.structure__wrapper-info-images .img-mobile {
  display: none;
}
.structure__wrapper-info-images .image1,
.structure__wrapper-info-images .image2,
.structure__wrapper-info-images .image3,
.structure__wrapper-info-images .image4 {
  position: absolute;
}
.structure__wrapper-info-images .image1 {
  right: 17px;
  top: 28px;
  z-index: 3;
}
.structure__wrapper-info-images .image2 {
  left: -3px;
  top: 113px;
  z-index: 1;
  width: 480px;
}
.structure__wrapper-info-images .image3 {
  left: -3px;
  top: 234px;
  z-index: 2;
}
.structure__wrapper-info-images .image4 {
  right: 18px;
  top: 234px;
  z-index: 2;
}
.structure__wrapper-items {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: absolute;
  right: 0;
  max-width: 50%;
  height: 100%;
  width: 50%;
}
.structure__wrapper-items-item {
  padding: 38px 0 42px 68px;
  width: calc(100% + 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.structure__wrapper-items-item:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6,0,0,0.68);
}
.structure__wrapper-items-item .content {
  position: relative;
  z-index: 5;
}
.structure__wrapper-items-item .content h3 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-left: -19px;
}
.structure__wrapper-items-item .content ul {
  max-width: 420px;
  margin-top: 12px;
}
.structure__wrapper-items-item .content ul li {
  font-family: 'Regular';
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  letter-spacing: -0.01em;
}
@media (max-width: 1440px) {
  .structure__wrapper-info {
    padding: 80px 0 0;
  }
  .structure__wrapper-info-images {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .structure__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .structure__wrapper-info {
    padding: 80px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .structure__wrapper-info-images {
    left: 0;
    top: 0;
  }
  .structure__wrapper-info-images .image {
    display: none;
  }
  .structure__wrapper-info-images .image1,
  .structure__wrapper-info-images .image2,
  .structure__wrapper-info-images .image3,
  .structure__wrapper-info-images .image4 {
    display: none;
  }
  .structure__wrapper-info-images .img-mobile {
    display: block;
    margin: 30px auto 0;
  }
  .structure__wrapper-items {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    margin-left: -20px;
    max-width: 100%;
    width: 100%;
  }
  .structure__wrapper-items-item {
    width: calc(100% + 40px);
  }
}
@media (max-width: 768px) {
  .structure__wrapper-info {
    padding: 40px 0;
  }
  .structure__wrapper-info h2 {
    font-size: 27px;
    line-height: 37px;
    max-width: 290px;
  }
  .structure__wrapper-items-item {
    padding: 35px 0 35px 40px;
  }
  .structure__wrapper-items-item .content h3 {
    font-size: 18px;
    line-height: 23px;
    margin-left: -15px;
  }
  .structure__wrapper-items-item .content ul {
    max-width: 324px;
    margin-top: 10px;
  }
  .structure__wrapper-items-item .content ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 620px) {
  .structure {
    position: relative;
  }
  .structure__wrapper-info {
    overflow: visible;
  }
  .structure__wrapper-info-images .img-mobile {
    position: relative;
    left: -90px;
    max-width: 420px;
  }
}
.trials {
  padding: 80px 0;
  background-color: #cf3535;
  position: relative;
  overflow: hidden;
}
.trials__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.trials__wrapper-info {
  position: relative;
  z-index: 10;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.trials__wrapper-info h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 639px;
}
.trials__wrapper-info ul {
  list-style-type: none;
  margin-top: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trials__wrapper-info ul li {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}
.trials__wrapper-info ul li .statistics {
  display: block;
  font-family: 'SemiBold';
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  letter-spacing: -0.01em;
}
.trials__wrapper-info ul li .persons {
  display: block;
  margin-top: 7px;
  font-family: 'SemiBold';
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.01em;
}
.trials__wrapper-info ul li p {
  max-width: 250px;
  margin-top: 25px;
  font-family: 'Regular';
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  letter-spacing: -0.01em;
}
.trials__wrapper-info-images {
  display: none;
}
.trials__wrapper-info a {
  margin-top: 70px;
  display: block;
  width: 307px;
  padding: 14px;
  background-color: #fff;
  color: #cf3535;
  border-radius: 5px;
  letter-spacing: -0.01em;
  font-family: 'SemiBold';
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.trials__wrapper-info a:hover {
  color: #fff;
  background-color: #a60000;
}
.trials__wrapper-images {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
}
.trials__wrapper-images .images .image1,
.trials__wrapper-images .images .image2,
.trials__wrapper-images .images .image3 {
  position: absolute;
}
.trials__wrapper-images .images .image1 {
  right: 155px;
  top: 20px;
  z-index: 3;
}
.trials__wrapper-images .images .image2 {
  -webkit-transform: rotate(-0.76deg);
      -ms-transform: rotate(-0.76deg);
          transform: rotate(-0.76deg);
  right: 10px;
  top: 103px;
  z-index: 2;
}
.trials__wrapper-images .images .image3 {
  -webkit-transform: rotate(-0.15deg);
      -ms-transform: rotate(-0.15deg);
          transform: rotate(-0.15deg);
  right: 123px;
  top: 270px;
  z-index: 5;
}
.trials__wrapper-images svg {
  position: absolute;
  bottom: 80px;
  right: 0;
}
@media (max-width: 1439px) {
  .trials__wrapper-images {
    right: -80px;
  }
}
@media (max-width: 1280px) {
  .trials__wrapper-info {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
  }
  .trials__wrapper-images {
    right: -80px;
  }
}
@media (max-width: 1180px) {
  .trials__wrapper {
    display: block;
  }
  .trials__wrapper-info a {
    position: relative;
    z-index: 7;
    margin-top: 45px;
  }
  .trials__wrapper-info ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .trials__wrapper-info ul li {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
  .trials__wrapper-info ul li p {
    max-width: none;
  }
  .trials__wrapper-info ul li:last-child {
    margin-top: 40px;
  }
  .trials__wrapper-info-images {
    display: block;
    margin-left: -20px;
  }
  .trials__wrapper-info-images .images .image1,
  .trials__wrapper-info-images .images .image2,
  .trials__wrapper-info-images .images .image3 {
    display: block;
    position: absolute;
  }
  .trials__wrapper-info-images .images .image1 {
    right: -130px;
    z-index: 3;
    bottom: 75px;
  }
  .trials__wrapper-info-images .images .image2 {
    bottom: -140px;
    right: -120px;
    z-index: 4;
    -webkit-transform: rotate(-12.15deg);
        -ms-transform: rotate(-12.15deg);
            transform: rotate(-12.15deg);
  }
  .trials__wrapper-info-images .images .image3 {
    bottom: -120px;
    right: 85px;
    z-index: 2;
    -webkit-transform: rotate(8.85deg);
        -ms-transform: rotate(8.85deg);
            transform: rotate(8.85deg);
  }
  .trials__wrapper-info-images svg {
    position: relative;
    bottom: -20px;
    left: 0;
    z-index: 1;
  }
  .trials__wrapper-images {
    display: none;
  }
}
@media (max-width: 768px) {
  .trials {
    padding: 40px 0;
  }
  .trials__wrapper-info h2 {
    font-size: 27px;
    line-height: 37px;
    max-width: none;
  }
  .trials__wrapper-info ul {
    margin-top: 50px;
  }
  .trials__wrapper-info ul li .persons {
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .trials__wrapper-info ul li p {
    max-width: none;
    margin-top: 17px;
    font-size: 14px;
    line-height: 21px;
  }
  .trials__wrapper-info .images .image1 {
    right: -125px;
    z-index: 3;
    bottom: 232px;
    width: 270px;
  }
  .trials__wrapper-info .images .image2 {
    bottom: 70px;
    right: -110px;
    width: 235px;
  }
  .trials__wrapper-info .images .image3 {
    bottom: 70px;
    right: 50px;
    z-index: 2;
    width: 195px;
    -webkit-transform: rotate(12.85deg);
        -ms-transform: rotate(12.85deg);
            transform: rotate(12.85deg);
  }
  .trials__wrapper-info .images svg {
    bottom: -85px;
  }
  .trials__wrapper-info a {
    margin-top: 150px;
  }
}
@media (max-width: 620px) {
  .trials__wrapper-info a {
    width: 100%;
  }
}
.opinion {
  position: relative;
  background-color: #f8f8f8;
}
.opinion__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.opinion__wrapper-image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.opinion__wrapper-image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  background: -o-linear-gradient(270.67deg, #e2e3e5 0.6%, #cbcac8 99.45%);
  background: linear-gradient(179.33deg, #e2e3e5 0.6%, #cbcac8 99.45%);
  width: 100%;
  height: 100%;
  max-width: 50%;
}
.opinion__wrapper-image .image1 {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.opinion__wrapper-image .image2 {
  display: none;
}
.opinion__wrapper-info {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 80px 0 80px 50px;
  position: relative;
}
.opinion__wrapper-info .icon {
  position: absolute;
  top: 140px;
  right: 0;
}
.opinion__wrapper-info h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #383232;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 5;
}
.opinion__wrapper-info .text {
  margin-top: 30px;
  max-width: 510px;
  position: relative;
  z-index: 5;
}
.opinion__wrapper-info .text p {
  font-family: 'Regular';
  font-size: 18px;
  line-height: 27px;
  color: #383232;
  letter-spacing: -0.01em;
  margin-top: 13px;
}
.opinion__wrapper-info .text p:first-child {
  margin-top: 0;
}
.opinion__wrapper-info .expand {
  display: none;
}
.opinion__wrapper-info span {
  font-family: 'SemiBold';
  font-size: 20px;
  line-height: 28px;
  color: #383232;
  letter-spacing: -0.01em;
  margin-top: 30px;
  display: block;
}
@media (max-width: 991px) {
  .opinion__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .opinion__wrapper-image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-left: -20px;
  }
  .opinion__wrapper-image:before {
    display: none;
  }
  .opinion__wrapper-image .image1 {
    display: none;
  }
  .opinion__wrapper-image .image2 {
    display: block;
    width: calc(100% + 40px);
  }
  .opinion__wrapper-info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 80px 0;
  }
  .opinion__wrapper-info .icon {
    top: 140px;
    right: 0;
  }
  .opinion__wrapper-info .text {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .opinion__wrapper-info {
    padding: 40px 0;
  }
  .opinion__wrapper-info .icon {
    top: 91px;
  }
  .opinion__wrapper-info .icon svg {
    width: 91px;
    height: 55px;
  }
  .opinion__wrapper-info h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .opinion__wrapper-info .text {
    padding: 0;
    max-height: 140px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .opinion__wrapper-info .text p {
    margin-top: 4px;
  }
  .opinion__wrapper-info .text-active {
    max-height: none;
  }
  .opinion__wrapper-info .expand {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px;
    border-radius: 5px;
    margin-top: 30px;
    border: 1px solid #cf3535;
  }
  .opinion__wrapper-info .expand span {
    font-family: 'SemiBold';
    font-size: 16px;
    line-height: 20px;
    color: #cf3535;
    text-transform: lowercase;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .opinion__wrapper-info .expand .hide-text {
    display: none;
  }
  .opinion__wrapper-info .expand svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 10px;
  }
  .opinion__wrapper-info .expand-active .hide-text {
    display: block;
  }
  .opinion__wrapper-info .expand-active .expand-text {
    display: none;
  }
  .opinion__wrapper-info .expand-active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .opinion__wrapper-info span {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .opinion__wrapper-info .text {
    max-height: 216px;
  }
  .opinion__wrapper-info .text-active {
    max-height: none;
  }
}
.advantages__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.advantages__wrapper-info {
  padding: 80px 123px 83px 0;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.advantages__wrapper-info h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.advantages__wrapper-info ul {
  margin-top: 67px;
  list-style-type: none;
  margin-left: 52px;
}
.advantages__wrapper-info ul li {
  margin-top: 34px;
  font-family: 'SemiBold';
  font-size: 20px;
  line-height: 28px;
  color: #383232;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  position: relative;
}
.advantages__wrapper-info ul li:first-child {
  margin-top: 0;
}
.advantages__wrapper-info ul li:before {
  position: absolute;
  top: -3px;
  left: -52px;
}
.advantages__wrapper-image {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: absolute;
  right: 0;
  max-width: 50%;
  height: 100%;
  width: 50%;
}
.advantages__wrapper-image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  z-index: 1;
  background: -o-linear-gradient(325.22deg, #fafafa 0%, #eef0ef 100%);
  background: linear-gradient(124.78deg, #fafafa 0%, #eef0ef 100%);
  width: 100%;
  height: 100%;
}
.advantages__wrapper-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 4;
}
.advantages__wrapper-image .image2 {
  display: none;
}
@media (max-width: 1440px) {
  .advantages__wrapper-image img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .advantages__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .advantages__wrapper-info {
    padding: 80px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .advantages__wrapper-info h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .advantages__wrapper-info ul {
    margin-top: 67px;
    margin-left: 52px;
  }
  .advantages__wrapper-info ul li {
    margin-top: 34px;
    font-size: 20px;
    line-height: 28px;
  }
  .advantages__wrapper-info ul li:before {
    top: -3px;
    left: -52px;
  }
  .advantages__wrapper-image {
    margin-left: -20px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: relative;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
  .advantages__wrapper-image:before {
    width: calc(100% + 40px);
    left: 0;
  }
  .advantages__wrapper-image img {
    width: calc(100% + 40px);
  }
}
@media (max-width: 768px) {
  .advantages__wrapper-info {
    padding: 40px 0;
  }
  .advantages__wrapper-info h2 {
    font-size: 27px;
    line-height: 38px;
  }
  .advantages__wrapper-info ul {
    margin-top: 30px;
  }
  .advantages__wrapper-info ul li {
    margin-top: 18px;
    font-size: 18px;
    line-height: 25px;
  }
  .advantages__wrapper-info ul li:before {
    top: -3px;
  }
}
.use {
  background-color: #f8f8f8;
  overflow: hidden;
}
.use__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.use__wrapper-info {
  padding: 80px 70px 80px 0;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.use__wrapper-info h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 45px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 500px;
}
.use__wrapper-info-items {
  margin-top: 70px;
}
.use__wrapper-info-items-item {
  margin-top: 14px;
  padding: 18px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #cacaca;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.use__wrapper-info-items-item:first-child {
  margin-top: 0;
}
.use__wrapper-info-items-item .image img {
  display: block;
}
.use__wrapper-info-items-item .content {
  margin-left: 20px;
}
.use__wrapper-info-items-item .content h3 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #383232;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.use__wrapper-info-items-item .content p {
  margin-top: 5px;
  font-family: 'Regular';
  font-size: 18px;
  line-height: 25px;
  color: #383232;
  letter-spacing: -0.01em;
}
.use__wrapper-text {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: absolute;
  right: 0;
  max-width: 50%;
  height: 100%;
  width: 50%;
}
.use__wrapper-text div {
  background-color: #00a37c;
  padding: 100px 0 100px 50px;
}
.use__wrapper-text div p {
  font-family: 'SemiBold';
  font-size: 45px;
  line-height: 65px;
  color: #fff;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 525px;
  position: relative;
  z-index: 4;
}
.use__wrapper-text div svg {
  position: absolute;
  right: 95px;
  top: 65px;
}
@media (max-width: 1024px) {
  .use__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .use__wrapper-info {
    padding: 80px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .use__wrapper-text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-left: -20px;
    width: 100%;
    padding: 0;
    position: relative;
    max-width: 100%;
  }
  .use__wrapper-text div {
    padding: 80px 0 80px 20px;
    width: calc(100% + 40px);
  }
  .use__wrapper-text div svg {
    top: 35px;
  }
}
@media (max-width: 768px) {
  .use__wrapper-info {
    padding: 40px 0;
  }
  .use__wrapper-info h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .use__wrapper-info-items {
    margin-top: 40px;
  }
  .use__wrapper-info-items-item .content h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .use__wrapper-info-items-item .content p {
    max-width: 280px;
    margin-top: 4px;
    font-size: 16px;
    line-height: 20px;
  }
  .use__wrapper-text div {
    padding: 40px 0 40px 20px;
  }
  .use__wrapper-text div p {
    font-size: 27px;
    line-height: 37px;
    max-width: 318px;
  }
  .use__wrapper-text div svg {
    top: 5px;
    right: -70px;
    width: 116px;
    height: 116px;
  }
}
.how-we-work {
  padding: 80px 0 100px;
  overflow: hidden;
}
.how-we-work h2 {
  font-family: 'SemiBold';
  font-weight: normal;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.01em;
  max-width: 418px;
  color: #383232;
  text-transform: uppercase;
}
.how-we-work__wrapper {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.how-we-work__wrapper-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 34%;
      -ms-flex-preferred-size: 34%;
          flex-basis: 34%;
  margin-left: -10px;
  padding: 23px 23px;
  -webkit-clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
          clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
  background-color: #cf3535;
}
.how-we-work__wrapper-item:first-child {
  margin-left: 0;
}
.how-we-work__wrapper-item h3 {
  max-width: 275px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'SemiBold';
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  letter-spacing: -0.01em;
}
.how-we-work__wrapper-item h3 span {
  margin-right: 12px;
}
form {
  --form-border: #333;
  --form-check-border-checked: #cf3535;
  --form-check-bg-checked: #cf3535;
  --form-check-yes-checked: #cf3535;
}

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-family: 'Regular';
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  max-width: 280px;
  width: 100%;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: var(--form-check-border-checked)
}
.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  font-family: 'Bold';
  color: #cf3535;
}

.day {
  font-family: 'Regular', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #000;
}

.dogs {
  margin: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}
@media (max-width: 1024px) {
  .how-we-work h2 {
    font-size: 27px;
    line-height: 38px;
  }
  .how-we-work__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
  }
  .how-we-work__wrapper-item {
    margin-top: 35px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-left: 0;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .how-we-work__wrapper-item:first-child {
    margin-top: 0;
  }
  .how-we-work__wrapper-item h3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 25px;
    color: #383232;
    max-width: none;
  }
  .how-we-work__wrapper-item h3 span {
    margin-left: 11px;
    margin-right: 27px;
    position: relative;
    color: #fff;
    z-index: 3;
  }
  .how-we-work__wrapper-item h3 span:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 43px;
    height: 43px;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    background-color: #cf3535;
  }
}
@media (max-width: 768px) {
  .how-we-work {
    padding: 40px 0;
  }
  .how-we-work h2 {
    max-width: 286px;
  }
}
