@font-face {
  font-family: 'Unbounded';
  font-weight: 400;
  src: url(fonts/Unbounded-Regular.woff) format("woff")
}
@font-face {
  font-family: 'Unbounded';
  font-weight: 400;
  src: url(fonts/Unbounded-Regular.woff2) format("woff2")
}
@font-face {
  font-family: 'Unbounded';
  font-weight: 700;
  src: url(fonts/Unbounded-Bold.woff) format("woff")
}
@font-face {
  font-family: 'Unbounded';
  font-weight: 700;
  src: url(fonts/Unbounded-Bold.woff2) format("woff2")
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}

button,
input,
textarea {
  font-family: "Nunito Sans";
  outline: none !important;
}

button {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input:active {
  outline: none !important;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  height: 100%;
  background: #fff;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}

.fixed-body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
  height: auto;
  object-fit: cover;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

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

.container {
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal--active {
  opacity: 1;
  pointer-events: unset;
}
.modal__dialog {
  position: relative;
  width: calc(100% - 30px);
  max-width: 1920px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  padding: 100px 30px 300px;
  margin: 0 auto;
}
.modal__close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  background: transparent;
  padding: 0;
}
.modal__close svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}
.modal__content {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  margin: 0 auto;
}
.modal__title {
  display: inline-block;
  background: #D80000;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 64px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.modal__subtitle {
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.modal__subtitle span {
  display: block;
  color: #D80000;
  margin-bottom: 20px;
}
.modal__group {
  display: flex;
  align-items: stretch;
  gap: 35px;
  margin-top: 70px;
}
.modal__logo {
  width: 209px;
  flex-shrink: 0;
  display: block;
  border-right: 1.5px solid #000;
  padding-right: 35px;
}
.modal__logo img {
  width: 100%;
}
.modal__phone-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal__phone-text {
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.modal__phone {
  font-size: 28px;
  line-height: 120%;
}
.modal__phone:hover {
  color: #D80000;
}
.modal__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.modal__img img {
  width: 100%;
  display: block;
}
.modal__img2 {
  position: absolute;
  z-index: 2;
  right: 150px;
  bottom: 30px;
  max-width: 730px;
}
.modal__img2 img {
  width: 100%;
  display: block;
}
.modal__img3 {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 190px;
  max-width: 450px;
}
.modal__img3 img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 1600px) {
  .modal__img2 {
    max-width: 600px;
  }
}

@media screen and (max-width: 1500px) {
  .modal__img2 {
    max-width: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .modal__dialog {
    padding-top: 80px;
  }
  .modal__title {
    font-size: 48px;
  }
  .modal__subtitle {
    font-size: 32px;
    margin-top: 30px;
  }
  .modal__group {
    margin-top: 50px;
  }
  .modal__phone-text {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .modal__phone {
    font-size: 24px;
  }
  .modal__img3 {
    top: 80px;
    right: 50px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .modal__dialog {
    padding-bottom: 250px;
  }
  .modal__img2 {
    max-width: 400px;
  }
  .modal__img3 {
    max-width: 300px;
  }
}

@media screen and (max-width: 992px) {
  .modal {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modal__dialog {
    padding-top: 60px;
  }
  .modal__close {
    top: -40px;
    width: 32px;
  }
  .modal__title {
    font-size: 32px;
  }
  .modal__subtitle {
    font-size: 24px;
    margin-top: 20px;
  }
  .modal__subtitle span {
    margin-bottom: 10px;
  }
  .modal__group {
    gap: 20px;
    margin-top: 40px;
  }
  .modal__logo {
    width: 150px;
    border-width: 1px;
    padding-right: 20px;
  }
  .modal__phone-text {
    font-size: 16px;
  }
  .modal__phone {
    font-size: 16px;
  }
  .modal__img2 {
    right: 50px;
    max-width: 350px;
  }
  .modal__img3 {
    top: 60px;
    max-width: 200px;
  }
}

@media screen and (max-width: 576px) {
  .modal__dialog {
    padding: 40px 20px 180px;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal__subtitle {
    font-size: 16px;
    margin-top: 15px;
  }
  .modal__subtitle span {
    margin-bottom: 5px;
  }
  .modal__logo {
    width: 100px;
  }
  .modal__group {
    margin-top: 30px;
  }
  .modal__phone-text {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .modal__phone {
    font-size: 12px;
  }
  .modal__img2 {
    right: 20px;
    bottom: 20px;
    max-width: 250px;
  }
  .modal__img3 {
    top: 40px;
    right: 20px;
    max-width: 150px;
  }
}

@media screen and (max-width: 359px) {
  .modal__dialog {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal__title {
    font-size: 18px;
  }
}