@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap);
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
select {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/Bebas-Neue-Pro-Bold.woff") format("woff"), url("../fonts/Bebas-Neue-Pro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url("../fonts/Bebas-Neue-Pro-Light.woff") format("woff"), url("../fonts/Bebas-Neue-Pro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
html {
  max-width: 100%;
  margin: 0;
  font-family: "Roboto";
}

[class$=__container] {
  max-width: 1362px;
  padding: 0 25px;
  margin: 0 auto;
}

.header {
  background: #FFF;
  position: relative;
  z-index: 55;
}
.header__container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding: 39px 64px;
  margin: 0 auto;
  background: #FFF;
  border: none;
  z-index: 55;
}
@media (max-width: 1220px) {
  .header__container {
    max-width: 1362px;
    padding: 39px 25px;
    box-shadow: 0px 5px 5px rgba(12, 25, 36, 0.1);
  }
}

.box-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.box-header .logo-header {
  width: 326px;
  height: auto;
  z-index: 110;
}
@media (max-width: 576px) {
  .box-header .logo-header {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .box-header .logo-header {
    width: 204px;
  }
}
.box-header .logo-header__pic {
  width: 408px;
  height: 42px;
  object-fit: cover;
}
.box-header__group {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  transition: 0.3s;
}
@media (max-width: 1220px) {
  .box-header__group {
    display: none;
  }
}
.box-header__group hr {
  display: none;
  width: 100%;
  height: 2px;
  border: none;
  background: #F60000;
}
@media (max-width: 1220px) {
  .box-header__group hr {
    display: block;
  }
}
@media (max-width: 1220px) {
  .box-header__group {
    position: fixed;
    z-index: 50;
    top: -110%;
    left: 0;
    background-color: #fff;
    padding: 40px 20px;
    height: 100vh;
    width: 100%;
    gap: 32px;
    flex-direction: column;
    justify-content: start;
  }
  .box-header__group.active {
    top: 0px;
  }
}
.box-header__burger {
  position: relative;
  z-index: 55;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  display: none;
  transition: 0.3s 0.2s;
}
@media (max-width: 1220px) {
  .box-header__burger {
    display: block;
  }
}
.box-header__burger span {
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  background: rgb(15, 25, 35);
  transition: 0.3s;
}
.box-header__burger span:first-child {
  top: 6px;
}
.box-header__burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.box-header__burger span:last-child {
  top: calc(100% - 8px);
}
.box-header__burger.active {
  transform: rotate(45deg);
}
.box-header__burger.active span:first-child {
  transform: rotate(90deg);
  top: calc(50% - 1px);
}
.box-header__burger.active span:last-child {
  top: calc(50% - 1px);
}

.box-header__menu {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1281px) {
  .list {
    gap: 20px;
  }
}
@media (max-width: 1220px) {
  .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0C1924;
    padding-top: 90px;
  }
}

.menu-item a {
  color: #0C1924;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.menu-item a:hover {
  color: #F60000;
}
.menu-item a:active {
  color: #860000;
}

.socials-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1220px) {
  .socials-list {
    gap: 24px;
    justify-content: center;
  }
}

.item-socials__link {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.item-socials__link svg:hover path {
  fill: #F60000 !important;
}

ul.menu-header__contact-list {
  display: none;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1220px) {
  ul.menu-header__contact-list {
    display: flex;
  }
}
ul.menu-header__contact-list .item-list {
  display: flex;
  justify-content: center;
}
ul.menu-header__contact-list .item-list svg:hover path {
  fill: #F60000 !important;
}
ul.menu-header__contact-list .item-list__link {
  color: #0C1924;
  font-weight: 500;
  line-height: 1.33;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1220px) {
  ul.menu-header__contact-list .item-list__link span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
ul.menu-header__contact-list .item-list__text {
  color: #0C1924;
  line-height: 1.5;
  font-size: 16px;
}
ul.menu-header__contact-list .item-list__text:hover {
  color: #F60000;
}
ul.menu-header__contact-list .item-list__text:active {
  color: #860000;
}
ul.menu-header__contact-list .item-list:first-child {
  margin-bottom: 32px;
}

body.no-scroll {
  overflow: hidden;
}

.custom-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-header__hidden-group {
  display: none;
  transition: 0.3s;
}
.box-header__hidden-group hr {
  display: none;
  width: 100%;
  height: 2px;
  border: none;
  background: #F60000;
}
@media (max-width: 1220px) {
  .box-header__hidden-group hr {
    display: block;
  }
}
@media (max-width: 1220px) {
  .box-header__hidden-group {
    display: block;
    position: fixed;
    z-index: 50;
    top: -100%;
    left: 0;
    background-color: #fff;
    padding: 40px 20px;
    height: 100vh;
    width: 100%;
    margin-bottom: 32px;
    overflow: auto;
  }
  .box-header__hidden-group.active {
    top: 0px;
  }
  .box-header__hidden-group .menu-header__list {
    margin-bottom: 32px;
  }
  .box-header__hidden-group .socials-list {
    margin-bottom: 32px;
  }
  .box-header__hidden-group .contact-list {
    margin-top: 32px;
  }
}

.footer {
  width: 100%;
  padding: 36px 0;
  background: #000;
}
@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__container {
  max-width: 1362px;
  padding: 0 25px;
  margin: 0 auto;
}
.footer__container .box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1220px) {
  .footer__container .box-footer {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__container .box-footer .logo-footer {
  width: 326px;
}
.footer__container .box-footer .logo-footer img {
  width: 100%;
  height: 42px;
  margin-bottom: 22px;
}
.footer__container .box-footer .logo-footer__pic {
  width: 100%;
  height: 42px;
  object-fit: cover;
  margin-bottom: 22px;
}
@media (max-width: 1220px) {
  .footer__container .box-footer .logo-footer__pic {
    height: 31px;
  }
}
@media (max-width: 992px) {
  .footer__container .box-footer .logo-footer__pic {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .footer__container .box-footer .logo-footer__pic {
    height: 21px;
  }
}
.footer__container .box-footer .logo-footer__text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}
.footer__container .box-footer .logo-footer__text span {
  font-weight: 600;
}
@media (max-width: 1220px) {
  .footer__container .box-footer .logo-footer__text {
    display: none;
  }
}
.footer__container .box-footer .menu-footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1220px) {
  .footer__container .box-footer .menu-footer {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__container .box-footer .menu-footer .menu-footer__list {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding-top: 0 !important;
}
@media (max-width: 1281px) {
  .footer__container .box-footer .menu-footer .menu-footer__list {
    gap: 20px;
  }
}
.footer__container .box-footer .menu-footer .menu-footer__list .menu-item a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .footer__container .box-footer .menu-footer .menu-footer__list .menu-item a {
    font-size: 16px;
  }
}
.footer__container .box-footer .menu-footer .menu-footer__list .menu-item a:hover {
  color: #F60000;
}
.footer__container .box-footer .menu-footer .menu-footer__list .menu-item a:active {
  color: #860000;
}
.footer__container .box-footer .socials-list {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.footer__container .box-footer .socials-list .item-socals__link {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.footer__container .box-footer .socials-list .item-socals__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-footer__text-2 {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.14;
  display: none;
}
.logo-footer__text-2 span {
  font-weight: 600;
}
@media (max-width: 1220px) {
  .logo-footer__text-2 {
    display: block;
  }
}

.form-popup {
  padding: 90px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.form-popup__calculation {
  min-height: 80vh;
  overflow: auto;
  max-width: 785px;
  width: 100%;
  padding: 56px 55px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form-popup__calculation {
    padding: 40px 20px;
    min-height: 95svh;
    overflow: auto;
  }
}
.form-popup__calculation h2 {
  display: inline-block;
  width: auto;
  color: #0C1924;
  font-family: "Bebas Neue Pro";
  padding-bottom: 16px;
  border-bottom: 4px solid #F60000;
  font-size: 56px;
  font-weight: 325;
  line-height: 1.14;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .form-popup__calculation h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.form-popup__calculation h2 span {
  font-weight: 700;
}
.form-popup__calculation .wpcf7-form {
  gap: 30px;
}
@media (max-width: 768px) {
  .form-popup__calculation .wpcf7-form {
    gap: 24px;
  }
}
.form-popup__calculation span.wpcf7-form-control-wrap {
  width: 100%;
}
.form-popup__calculation .wrapp-info-form {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .form-popup__calculation .wrapp-info-form {
    flex-wrap: wrap;
  }
}
.form-popup__calculation .wrapp-info-radio {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-popup__calculation .wrapp-info-radio {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.form-popup__calculation input[type=text],
.form-popup__calculation input[type=tel],
.form-popup__calculation input[type=email],
.form-popup__calculation input[type=number] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #000;
  font-size: 14px;
}
.form-popup__calculation input[type=text]::placeholder,
.form-popup__calculation input[type=tel]::placeholder,
.form-popup__calculation input[type=email]::placeholder,
.form-popup__calculation input[type=number]::placeholder {
  color: #868C92;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form-popup__calculation input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.form-popup__calculation input[type=number]::-webkit-inner-spin-button,
.form-popup__calculation input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-popup__calculation select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #000;
  font-size: 14px;
  color: #868C92;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form-popup__calculation option {
  color: #868C92;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.form-popup__calculation .text-form {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.form-popup__calculation .radio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-popup__calculation .radio-wrapper .label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.form-popup__calculation .radio-wrapper .radio-btn,
.form-popup__calculation .radio-wrapper .radio-btn-object {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-popup__calculation .radio-wrapper .radio-btn,
  .form-popup__calculation .radio-wrapper .radio-btn-object {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .form-popup__calculation .radio-wrapper .radio-btn-object {
    gap: 20px;
  }
}
.form-popup__calculation .radio-wrapper span.wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0px;
}
.form-popup__calculation .radio-wrapper span.wpcf7-list-item .wpcf7-list-item-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.form-popup__calculation .radio-wrapper span.wpcf7-list-item input[type=radio] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  transition: border-color 0.3s ease;
  position: relative;
}
.form-popup__calculation .radio-wrapper span.wpcf7-list-item input[type=radio]:checked {
  border-color: #F60000;
  background-color: white;
}
.form-popup__calculation .radio-wrapper span.wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid #F60000;
  border-bottom: 2px solid #F60000;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-popup .button-wrapp {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .form-popup .button-wrapp {
    flex-direction: column;
    gap: 24px;
  }
}
.form-popup .button-wrapp .wpcf7-submit {
  cursor: pointer;
  display: flex;
  max-width: 320px;
  width: 100%;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  background: #F60000;
  border: 2px solid #F60000;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}
.form-popup .button-wrapp .wpcf7-submit:hover {
  background-color: #BE0000;
}
.form-popup .button-wrapp .close-button {
  cursor: pointer;
  display: flex;
  max-width: 320px;
  width: 100%;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border: 2px solid #F60000;
  background: #fff;
  color: #F60000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}
.form-popup .button-wrapp .close-button:hover {
  color: #BE0000;
  border: 2px solid #BE0000;
}
.form-popup__call-back {
  max-width: 785px;
  width: 100%;
  padding: 56px 55px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .form-popup__call-back {
    padding: 40px 20px;
    overflow: auto;
  }
}
.form-popup__call-back h2 {
  display: inline-block;
  width: auto;
  color: #0C1924;
  font-family: "Bebas Neue Pro";
  padding-bottom: 16px;
  border-bottom: 4px solid #F60000;
  font-size: 56px;
  font-weight: 325;
  line-height: 1.14;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .form-popup__call-back h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.form-popup__call-back h2 span {
  font-weight: 700;
}
.form-popup__call-back .wpcf7-form {
  gap: 48px;
}
@media (max-width: 768px) {
  .form-popup__call-back .wpcf7-form {
    gap: 24px;
  }
}
.form-popup__call-back input[type=text], .form-popup__call-back input[type=tel] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #000;
  font-size: 14px;
}
.form-popup__call-back input[type=text]::placeholder, .form-popup__call-back input[type=tel]::placeholder {
  color: #868C92;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}