@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: "Roboto", sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover,
a:active,
a:focus {
  color: #333333;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  min-width: 1170px;
}

.w-700 {
  font-weight: 700;
}

.t-c {
  text-align: center;
}

main.main {
  background-color: #fff;
  padding: 70px 0;
}

.article {
  width: 100%;
  min-height: 450px;
}

.article ul,
.article ol {
  padding-left: 17px;
}

.article ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 45px;
}

.article ol li {
  counter-increment: my-awesome-counter;
  position: relative;
}

.article ol li:not(:last-of-type) {
  margin-bottom: 20px;
}

.article ol li::before {
  content: counter(my-awesome-counter);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -45px;
  top: 2px;
  background-color: #000;
  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;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.article ol strong {
  display: block;
  font-weight: 700;
}

.article h1 {
  font-size: 22px;
  margin: 0 0 18px 0;
  font-weight: 700;
}

.article h2 {
  font-size: 20px;
  margin: 0 0 14px 0;
  font-weight: 700;
}

.article h3 {
  font-size: 19px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.article h4 {
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article h5 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article img {
  max-width: 100%;
}

.promise {
  padding: 40px;
  background-color: #dadbdc;
  font-size: 16px;
  margin-top: 60px;
}

.promise h2 {
  font-size: 22px;
  margin: 0 0 18px 0;
  font-weight: 700;
}

.burger {
  display: none;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.button:hover,
.button:active,
.button:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.input {
  padding: 0 10px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  min-height: 0;
  background-color: transparent;
  border-bottom: 2px solid #403453;
  border-top: none;
  border-right: none;
  border-left: none;
  position: relative;
  outline-style: none;
  color: #fff;
}

.input__box {
  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;
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.input__title {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.input-box-active .input__title {
  top: -15%;
  font-size: 9px;
}

.input__title_error {
  color: red;
}

.input_error {
  border-color: red;
}

.checkradio {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
}

.checkradio__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.checkradio__input:checked + .checkradio__box::before {
  opacity: 1;
}

.checkradio__box {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #403453;
  left: 0;
  top: 2px;
  background-color: #fff;
}

.checkradio__box::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #403453;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.checkradio__content {
  font-weight: 400;
}

.feedback__form .checkradio__content {
  display: block;
  font-size: 12px;
}

.nav {
  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;
  width: 100%;
}

.nav__prev {
  display: none;
  position: absolute;
  left: 25px;
  top: 22px;
  z-index: 999;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
}

.nav__prev::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
  top: -2px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav__item {
  list-style: none;
  position: relative;
}

.nav__link {
  display: block;
  line-height: 45px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.nav__item:hover > .nav__link {
  color: #fff;
}

.nav__drop {
  top: 24px;
  left: 25px;
  background-color: #000;
  width: 180px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 18px 0;
}

.nav__drop_desktop-active {
  opacity: 1;
  pointer-events: all;
  z-index: 50;
}

.nav__link_drop {
  background-color: transparent;
  font-size: 15px;
  padding: 6px 20px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popups {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -999;
}

.popups_open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 999;
}

.popups__overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 500;
}

.popups__overlay.js-active {
  opacity: 1;
}

.popup {
  position: relative;
  z-index: 999;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #959696;
  border-radius: 5px;
  display: none;
}

.popup_close {
  -webkit-animation: small-hide .6s;
  animation: small-hide .6s;
}

.popup_open {
  -webkit-animation: small-show .5s;
  animation: small-show .5s;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup__close::after,
.popup__close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: calc(50% - .5px);
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px #000;
}

.popup__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes small-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes small-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes small-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    display: none;
  }
}

@keyframes small-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    display: none;
  }
}

.first-section {
  height: 882px;
  background: url("../images/tp-bg-2560px.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first-section--main {
  height: 450px;
}

.first-section__wrapper {
  height: 100%;
  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;
}

.first-section__wrap {
  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;
  height: 100%;
}

.first-section__title {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.first-section--main .first-section__title {
  text-align: center;
  width: 100%;
  margin-top: 55px;
}

.first-section--main .first-section__form {
  display: none;
}

.footer__wrapper {
  background-color: #000;
  padding: 70px 0 20px;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__logo {
  width: 235px;
  height: auto;
  margin-right: 89px;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__phones {
  padding-left: 32px;
  position: relative;
  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;
  gap: 10px;
  margin-right: 80px;
  margin-top: 15px;
}

.footer__phones a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.footer__phones-icon {
  background-image: url("../images/icons/sprite.png");
  background-position: 0px -30px;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer__phones-wrap {
  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;
  gap: 5px;
}

.footer__mails {
  padding-left: 42px;
  position: relative;
  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;
  gap: 10px;
  margin-right: 80px;
  margin-top: 15px;
}

.footer__mails a {
  color: #fff;
}

.footer__mails-icon {
  background-image: url("../images/icons/sprite.png");
  background-position: 0px 0px;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer__mails-wrap {
  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;
  gap: 5px;
}

.footer__social {
  margin-top: 15px;
  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;
  gap: 15px;
}

.footer__social p {
  width: 28px;
  height: 28px;
}

.footer__social p a {
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
}

.footer__social p a:hover {
  opacity: 0.9;
}

.footer__social p a img {
  width: 100%;
  height: auto;
}

.footer__copy {
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.forms {
  width: 540px;
  margin-top: 50px;
}

.forms__tabs {
  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;
}

.forms__tab {
  width: 196px;
  height: 60px;
  background-color: #373737;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
}

.forms__tab:hover {
  background-color: #d3d3d3;
  color: #000;
}

.forms__tab_active {
  background-color: #fff;
  color: #000;
}

.forms__form {
  padding: 60px 40px;
  width: 540px;
  border: 1px solid #c4c4c4;
  position: relative;
  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;
}

.forms__form:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.forms__form-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.forms__form-col {
  width: 50%;
  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;
  gap: 20px;
}

.forms__ch {
  color: #fff;
}

.forms__ch-wrap {
  color: #fff;
  position: relative;
}

.forms__ch-title {
  font-size: 14px;
  font-weight: 400;
}

.forms__ch-text {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.forms__ch-radios {
  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;
  margin-top: 18px;
  gap: 15px;
}

.forms__btn {
  width: 250px;
  height: 60px;
  border: 2px solid #ffffff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #403453;
  position: relative;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.forms__btn:hover {
  background-color: transparent;
  color: #fff;
}

.forms__btn_disabled {
  opacity: 0.8;
}

.forms__btn_disabled::before {
  content: '';
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #000;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.forms__success {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  display: none;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header {
  position: absolute;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  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;
}

.header__logo {
  width: 235px;
  height: auto;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__wrap {
  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;
}

.header__phones {
  padding-left: 27px;
  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;
  gap: 30px;
}

.header__phones-icon {
  background-image: url("../images/icons/sprite.png");
  background-position: 0px -30px;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__phones-wrap {
  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;
  gap: 30px;
}

.header__phones a {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.sec-section__wrapper {
  position: relative;
  height: 579px;
  background-color: #dadbdc;
  overflow: hidden;
}

.sec-section__wrap {
  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;
  height: 100%;
}

.sec-section__content {
  padding: 60px 30px;
  width: 570px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 3;
}

.sec-section__content h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 28px 0;
}

.sec-section__content p {
  font-size: 16px;
}

.sec-section__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 2;
}

@media only screen and (max-width: 1919px) {
  .first-section {
    background-image: url("../images/tp-bg-1920.jpg");
  }
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    min-width: 100%;
  }

  .nav__link {
    padding: 0 15px;
  }

  .nav__drop {
    left: 15px;
  }

  .first-section__title {
    font-size: 40px;
  }

  .header {
    top: 30px;
    width: 100%;
  }

  .header__logo {
    width: 175px;
  }

  .header__phones {
    gap: 20px;
  }

  .sec-section__wrapper {
    height: auto;
    padding: 40px 0;
  }

  .sec-section__content {
    width: 500px;
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 997px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    -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;
    position: relative;
    margin-right: 15px;
    margin-left: 20px;
    cursor: pointer;
  }

  .burger::before,
  .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger::before {
    top: calc(100% - 7px);
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .burger_active {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 1000;
    margin-right: 0;
    margin-left: 0;
  }

  .burger_active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(100% - 10px);
    opacity: 1;
  }

  .burger_active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
  }

  .burger_active span {
    opacity: 0;
  }

  .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .nav {
    position: fixed;
    z-index: 999;
    left: -120%;
    top: -15px;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -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;
  }

  .nav_active {
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__ul {
    width: 100%;
    height: 100%;
    padding: 75px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__item {
    width: 100%;
    text-align: center;
    position: static;
  }

  .nav__item_parent > .nav__link {
    position: relative;
  }

  .nav__item_parent > .nav__link::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__item_parent:hover > .nav__link::after {
    border-left-color: #000;
  }

  .nav__link {
    line-height: normal;
    padding: 10px 40px 10px 30px;
    font-size: 20px;
  }

  .nav__drop,
  .nav__sub {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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-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;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__drop_active,
  .nav__sub_active {
    opacity: 1;
    pointer-events: all;
    z-index: 50;
  }

  .nav__sub_active {
    z-index: 60;
  }

  .nav__prev_active {
    display: block;
    opacity: 1;
  }

  .first-section {
    height: auto;
    overflow: hidden;
  }

  .first-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 70px 0 50px;
  }

  .first-section__title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
  }

  .footer__wrapper {
    padding: 40px 0 20px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__phones {
    margin-right: 0;
    margin-top: 0;
  }

  .footer__phones {
    margin-right: 20px;
  }

  .footer__mails {
    margin-right: 0;
    margin-top: 0;
  }

  .footer__mails {
    margin-right: 20px;
  }

  .footer__social {
    margin-right: 0;
    margin-top: 0;
  }

  .header {
    top: 15px;
  }

  .header__logo {
    width: 170px;
    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__phones {
    height: 28px;
    margin-left: auto;
    margin-right: 0;
  }

  .header__phones-wrap {
    white-space: nowrap;
    gap: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .header__phones a {
    font-size: 15px;
  }
}


@media only screen and (max-width: 778px) {
  main.main {
    padding: 30px 0;
  }

  .promise {
    padding: 20px;
  }

  .popup {
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .first-section__title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
  }

  .forms {
    width: calc(100vw - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }

  .forms__tabs {
    width: 100%;
  }

  .forms__tab {
    width: 50%;
    height: 40px;
    font-size: 15px;
  }

  .forms__form {
    width: 100%;
    padding: 40px 30px;
  }

  .forms__form-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .forms__form-col {
    width: 100%;
    gap: 15px;
  }

  .forms__ch-title {
    font-size: 12px;
  }

  .forms__ch-text {
    font-size: 12px;
  }

  .forms__btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .sec-section__wrap {
    -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;
  }

  .sec-section__content {
    width: 100%;
  }

  .sec-section__content h2 {
    font-size: 20px;
  }

  .sec-section__content p {
    font-size: 14px;
  }

  .sec-section__img {
    position: relative;
    width: calc(100% + 15px);
    height: auto;
    margin-top: 30px;
    right: -15px;
  }
}