:root {
  --general: #E14725;
  --second: #827E92;
  --dark: #232323;
}

body {
  background-color: #DBDAE0;
  color: #fff;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.header-row {
  background: var(--dark);
  border-radius: 50px;
  padding: 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-row {
  background: var(--dark);
  padding: 50px;
  border-radius: 24px 24px 0 0;
}

button, input, textarea {
  font-family: "HelveticaNeueCyr", sans-serif;
}

a {
  outline: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn {
  background: var(--general);
  border: none;
  color: #fff;
  border-radius: 16px;
  padding: 30px;
  line-height: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid var(--general);
}
.btn.btn-header {
  padding: 12px 20px;
  border-radius: 40px;
  font-size: 16px;
}
.btn.btn-header:hover {
  background: #fff0;
  border-color: var(--general);
  color: var(--general);
}
.btn.btn-full {
  width: 100%;
}
.btn:hover {
  background: #fff0;
  border-color: var(--general);
  color: var(--general);
}

.title-page {
  font-size: 70px;
  font-weight: 500;
}
.title-page span {
  color: #C1BFC7;
}

.hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px;
}
.hero-row__col {
  width: calc(50% - 5px);
  padding: 50px;
  border-radius: 24px;
  background: var(--dark);
}
.hero-row .hero-tag {
  margin-bottom: 30px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid;
}
.hero-row__col:first-child {
  color: #232323;
  background: #fff;
}

section {
  padding-bottom: 10px;
}

.desc-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-weight: 400;
  color: #C1BFC7;
  line-height: 1.3;
  margin-top: 130px;
}
.desc-hero__item {
  width: calc(50% - 5px);
}

.hero-sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px;
  text-align: center;
  margin-top: 70px;
}
.hero-sales__item {
  width: calc(50% - 5px);
}
.hero-sales .item-image {
  height: 190px;
  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;
}
.hero-sales .item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.adv-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.adv-row__item {
  width: calc(33.3333333333% - 6.6666666667px);
  padding: 24px;
  border-radius: 24px;
  background: var(--second);
  padding-top: 140px;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.adv-row__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 24px;
  top: 24px;
  position: absolute;
  border-radius: 50%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -5px;
}

.col-2 {
  width: 16.6666666667%;
}

.col-5 {
  width: 41.6666666667%;
}

.logo-big {
  font-size: 32px;
  font-weight: 500;
}

.social-links a {
  font-size: 32px;
  font-weight: 500;
  color: #DBDAE0;
}
.social-links a:hover {
  color: var(--general);
}
.social-links li {
  margin-bottom: 30px;
}
.social-links li:last-child {
  margin-bottom: 0;
}

.contacts-list a {
  font-size: 67px;
  font-weight: 500;
  color: #DBDAE0;
  text-align: right;
  display: block;
}
.contacts-list a:hover {
  color: var(--general);
}
.contacts-list li {
  margin-bottom: 20px;
}
.contacts-list li a {
  text-decoration: none;
}
.contacts-list li:last-child {
  margin-bottom: 0;
}
.contacts-list li:last-child a {
  text-decoration: underline;
}

::-moz-selection {
  background: var(--dark);
  color: var(--general);
}

::selection {
  background: var(--dark);
  color: var(--general);
}

.modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--app-height);
  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;
  z-index: 15;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal-wrapper .close {
  stroke: #817E92;
  width: 32px;
  cursor: pointer;
  stroke-width: 1;
  border-radius: 50%;
  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;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-wrapper .close svg {
  width: 100%;
}
.modal-wrapper .close:hover {
  stroke: var(--dark);
}
.modal-wrapper .modal-inner {
  padding: 60px;
  background: #fff;
  border-radius: 24px;
  max-width: 800px;
  width: 100%;
  position: relative;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper.open .modal-inner {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.modal-wrapper .title-middle {
  margin-bottom: 30px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 20px;
  margin-bottom: 30px;
  row-gap: 40px;
}
.form-row label {
  width: calc(50% - 10px);
}
.form-row .full-width {
  width: 100%;
}

input {
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid rgba(35, 35, 35, 0.7);
  width: 100%;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: var(--dark);
}
input:focus {
  border-color: var(--dark);
}

::-webkit-input-placeholder {
  color: #817E92;
  opacity: 1;
}

::-moz-placeholder {
  color: #817E92;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #817E92;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #817E92;
  opacity: 1;
}

::placeholder {
  color: #817E92;
  opacity: 1;
}

.title-middle {
  font-size: 32px;
  color: #232323;
  font-weight: 500;
}

.accepted {
  font-size: 14px;
  color: #817E92;
}

.accepted a {
	color: var(--general);
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-bottom .btn {
  min-width: 280px;
  padding: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  .title-page {
    font-size: 50px;
  }

  .adv-row__item {
    font-size: 24px;
  }

  .contacts-list a {
    font-size: 50px;
  }

  .social-links a {
    font-size: 25px;
  }

  .logo-big {
    font-size: 25px;
  }

  .btn {
    font-size: 20px;
  }

  .hero-row__col {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }

  .title-page {
    font-size: 45px;
  }

  .adv-row__item {
    font-size: 20px;
  }

  .contacts-list a {
    font-size: 40px;
  }

  .social-links a {
    font-size: 20px;
  }

  .logo-big {
    font-size: 20px;
  }

  .hero-row__col {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hero-row__col {
    width: 100%;
  }

  .desc-hero {
    margin-top: 30px;
  }
  .desc-hero__item {
    width: 100%;
  }

  .adv-row {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .adv-row__item {
    width: 100%;
    padding-top: 60px;
  }

  .footer-row {
    padding: 24px;
  }

  footer .row {
    gap: 30px;
  }
  footer .row > div {
    width: 100%;
  }

  .contacts-list a {
    text-align: left;
  }

  .header-row {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-inner {
    padding: 30px;
  }
  .modal-wrapper .btn {
    font-size: 16px;
  }

  .form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .form-bottom .btn {
    width: 100%;
  }

  .form-row {
    gap: 20px;
  }
  .form-row label {
    width: 100%;
  }

  input {
    font-size: 15px;
  }

  .title-middle {
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .title-page {
    font-size: 30px;
  }

  .hero-sales {
    margin-top: 30px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .hero-sales__item {
    width: 100%;
  }
  .hero-sales .item-image {
    height: auto;
  }

  .contacts-list a, .social-links a {
    display: block;
    font-size: 20px;
    text-align: center;
  }

  .logo-big {
    text-align: center;
    font-size: 25px;
  }

  .header-row {
    padding: 15px;
    padding-left: 30px;
  }
  .header-row .logo {
    font-size: 14px;
  }
  .header-row .btn {
    padding: 12px;
    font-size: 14px;
  }

  .adv-row__item {
    font-size: 17px;
    line-height: 1.3;
  }

  .form-bottom .btn {
    min-width: auto;
  }
}


.module-success-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 20px;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}
.module-success-modal--opened {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}
.module-success-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	background: #303239;
	opacity: 0;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}
.module-success-modal--opened .module-success-modal__overlay {
	pointer-events: all;
	visibility: visible;
	opacity: 0.65;
	transition:
		opacity 0.3s,
		visibility 0.3s;
}
.module-success-modal__wrap {
	position: relative;
	top: -100%;
	z-index: 2;
	display: flex;
	width: 100%;
	max-width: 600px;
	min-height: 250px;
	padding: 50px;
	margin: auto;
	background-color: #fff;
	transition: all 0.3s;
	transform: translateY(-100%);
}
.module-success-modal--opened .module-success-modal__wrap {
	top: 0%;
	transition: all 0.3s;
	transform: translateY(0);
}
.module-success-modal__close {
	position: absolute;
	top: 25px;
	right: 25px;
	display: flex;
	max-width: 35px;
	padding: 5px;
	background: none;
	border: none;
}
.module-success-modal__close svg {
	max-width: inherit;
	pointer-events: none;
}
.module-success-modal__close rect {
	transition: fill 0.3s;
}
.module-success-modal__close:hover rect {
	fill: var(--general);
	transition: fill 0.3s;
}
.module-success-modal__title {
	width: 100%;
	max-width: 350px;
	margin: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 31px;
	color: #25252a;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.module-success-modal__wrap {
		max-width: 400px;
		min-height: 200px;
		padding: 30px;
	}
	.module-success-modal__close {
		top: 15px;
		right: 15px;
		max-width: 30px;
	}
	.module-success-modal__title {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 576px) {
	.module-success-modal__close {
		top: 10px;
		right: 10px;
		max-width: 25px;
	}
}