@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@100..900&display=swap");
::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  transition: all 0.3s ease;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: normal;
  transition: 0s;
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td,
.table-respond th {
  white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/** START HEADER **/
.btn {
  border-radius: 74px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn.btn-bordered {
  border: 1px solid #000;
  color: #000;
}
.btn.btn-bordered:hover {
  background: #000;
  color: #fff;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  height: 60px;
  width: 210px;
}
.btn.btn-black span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-17px);
  transition: all 0.3s ease;
}
.btn.btn-black span svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.btn.btn-black:hover {
  width: 244px;
}
.btn.btn-black:hover span {
  transform: translateX(0px);
}
.btn.btn-black:hover span svg {
  opacity: 1;
  visibility: visible;
}
.btn.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-white:hover {
  background: #fff;
  color: #000;
}

.wrapper {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

header {
  padding: 24px 0;
}
@media (max-width: 767px) {
  header {
    padding: 8px 0;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-left .logo {
  margin-right: 80px;
}
@media (max-width: 991px) {
  header .header-left .logo {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  header .header-left .logo {
    margin-right: 0;
  }
  header .header-left .logo img {
    max-width: 79px;
  }
}
header .header-left .logo:hover {
  opacity: 0.6;
}
header .header-left ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header .header-left ul {
    display: none;
  }
}
header .header-left ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991px) {
  header .header-left ul li:not(:last-child) {
    margin-right: 16px;
  }
}
header .header-left ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  position: relative;
}
header .header-left ul li a:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 0;
  height: 1.5px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header .header-left ul li a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
}
header .header-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-right__contacts {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 480px) {
  header .header-right__contacts {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}
header .header-right__contacts ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
@media (max-width: 767px) {
  header .header-right__contacts ul {
    gap: 8px;
    order: 2;
    margin-right: 8px;
  }
}
header .header-right__contacts ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-right__contacts ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  header .header-right__contacts ul li a svg {
    width: 40px;
    height: 40px;
  }
}
header .header-right__phone {
  margin-right: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  position: relative;
}
@media (max-width: 767px) {
  header .header-right__phone {
    display: none;
  }
}
header .header-right__phone:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 0;
  height: 1.5px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
header .header-right__phone:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
}
header .header-right .btn {
  padding: 0;
  min-width: 162px;
  min-height: 42px;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .header-right .btn {
    min-width: 40px;
    min-height: 40px;
    background: #000;
  }
  header .header-right .btn small {
    display: none;
  }
}
header .header-right .btn svg {
  display: none;
}
@media (max-width: 767px) {
  header .header-right .btn svg {
    display: block;
  }
}
header.inner-header {
  padding: 50px 0;
  background: #fff;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  header.inner-header {
    padding: 40px 0;
  }
}
header.inner-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** END HEADER **/
/** START CONTENT **/
.section-main {
  padding: 26px 0 115px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-main {
    padding: 26px 0 50px;
  }
}
@media (max-width: 767px) {
  .section-main {
    padding: 55px 0 0;
  }
}
.section-main .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-main .wrapper {
    flex-wrap: wrap;
  }
}
.section-main .text {
  max-width: 515px;
}
@media (max-width: 767px) {
  .section-main .text {
    max-width: 100%;
    margin-bottom: 19px;
  }
}
.section-main .text h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .section-main .text h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-main .text h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
.section-main .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .section-main .text p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.section-main .text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-main .text span {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .section-main .text span br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-main .text .btn {
    min-width: 100%;
  }
}
.section-main .text .btn span {
  margin: 0;
  display: flex;
}
@media (max-width: 991px) {
  .section-main .text .btn span {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .section-main .image {
    display: inline-flex;
    justify-content: flex-end;
  }
}
.section-main .image img {
  position: relative;
  right: -133px;
}
@media (max-width: 1680px) {
  .section-main .image img {
    right: 0;
    max-width: 90%;
  }
}
@media (max-width: 1400px) {
  .section-main .image img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-main .image img {
    min-width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 27px;
  }
}

.section-parts .parts-top {
  padding: 80px 0;
  background: #e1cfbf;
}
@media (max-width: 991px) {
  .section-parts .parts-top {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-parts .parts-top .section-title {
    text-align: left;
  }
}
.section-parts .parts-top .wrapper {
  max-width: 1480px;
}
.section-parts .parts-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-parts .parts-items {
    flex-wrap: wrap;
    gap: 34px 50px;
  }
}
.section-parts .parts-items .part-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .section-parts .parts-items .part-item {
    flex: 1 1 calc(33.3333333333% - 50px);
  }
}
.section-parts .parts-items .part-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-parts .parts-items .part-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
.section-parts .parts-items .part-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-parts .parts-bottom {
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .section-parts .parts-bottom {
    padding: 32px 15px;
  }
}
.section-parts .parts-bottom .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-parts .parts-bottom .title {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 24px;
  }
}
.section-parts .parts-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1400px) {
  .section-parts .parts-bottom ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-parts .parts-bottom ul {
    justify-content: flex-start;
    text-align: left;
  }
}
.section-parts .parts-bottom ul li {
  margin: 0 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .section-parts .parts-bottom ul li {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .section-parts .parts-bottom ul li {
    margin: 0 16px 20px 0;
  }
}

.section-why-we {
  padding: 125px 0 355px;
}
@media (max-width: 991px) {
  .section-why-we {
    padding: 80px 0 200px;
  }
}
@media (max-width: 767px) {
  .section-why-we {
    padding: 28px 0 170px;
  }
}
.section-why-we .wrapper {
  max-width: 1043px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-why-we .section-title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .section-why-we .section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-why-we .section-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
.section-why-we .why-row {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 80px;
}
@media (max-width: 767px) {
  .section-why-we .why-row {
    gap: 21px 0;
  }
}
.section-why-we .why-row .why-col {
  flex: 1 1 calc(50% - 40px);
}
@media (max-width: 767px) {
  .section-why-we .why-row .why-col {
    width: 100%;
    flex: auto;
  }
}
.section-why-we .why-row .why-col .why-number {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #c6ac95;
}
.section-why-we .why-row .why-col .why-title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.section-why-we .why-row .why-col .why-description {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .section-why-we .why-row .why-col .why-description {
    font-size: 14px;
    line-height: 21px;
  }
}
.section-why-we .btn {
  margin-top: 73px;
}
@media (max-width: 767px) {
  .section-why-we .btn {
    margin-top: 28px;
    min-width: 100%;
  }
}

.section-cta {
  background: #000;
  padding: 343px 0 80px;
  position: relative;
}
@media (max-width: 991px) {
  .section-cta {
    padding: 200px 0 80px;
  }
}
@media (max-width: 767px) {
  .section-cta {
    padding: 180px 0 60px;
  }
}
.section-cta .cta-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -263px;
}
@media (max-width: 991px) {
  .section-cta .cta-image {
    top: -160px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .section-cta .cta-image {
    top: -98px;
    max-width: 280px;
  }
}
.section-cta .section-title {
  max-width: 1148px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 0 auto 56px;
}
@media (max-width: 991px) {
  .section-cta .section-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-cta .section-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.section-cta .section-title span {
  color: #e1cfbf;
}
.section-cta form {
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-cta form {
    flex-direction: column;
    max-width: 100%;
  }
}
.section-cta form .form-group {
  margin: 0 5px;
  max-width: 273px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-cta form .form-group {
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.section-cta form .btn {
  margin-left: 19px;
  min-width: 210px;
  height: 60px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .section-cta form .btn {
    min-width: 100%;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 0;
  }
}

.form-group {
  position: relative;
}
.form-group span {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 14px;
  pointer-events: none;
  padding: 0 5px;
  background: #000;
  transition: all 0.3s ease;
}
.form-group .form-control {
  padding: 0 24px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 74px;
  transition: all 0.3s ease;
  box-shadow: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.form-group .form-control:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.form-group .form-control:active, .form-group .form-control:focus, .form-group .form-control.valid {
  border-color: #fff;
}
.form-group .form-control:active ~ span, .form-group .form-control:focus ~ span, .form-group .form-control.valid ~ span {
  top: 0;
}

.fixed-button {
  position: fixed;
  bottom: 82px;
  right: 40px;
  transition: all 0.3s ease;
}
.fixed-button img {
  max-width: 64px;
}
@media (max-width: 767px) {
  .fixed-button {
    right: 16px;
    bottom: 56px;
  }
}
.fixed-button:hover {
  transform: scale(1.16);
}

.modal .modal-dialog {
  max-width: 440px;
}
.modal .modal-dialog .modal-content {
  border: none;
  background: #000;
  border-radius: 20px;
}
.modal .modal-dialog .modal-content .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  padding: 0;
  z-index: 3;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 60px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 60px 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-title {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-title {
    margin-bottom: 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 21px;
  text-align: center;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .form-subtitle {
    margin-bottom: 8px;
  }
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body .btn {
  margin-top: 16px;
  min-width: 100%;
  height: 60px;
}

.section-error {
  overflow: auto;
}
.section-error .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  min-height: calc(100dvh - 140px);
}
@media (max-width: 767px) {
  .section-error .wrapper {
    min-height: calc(100dvh - 120px);
  }
}
.section-error .wrapper p {
  font-weight: 700;
  font-size: 29px;
  line-height: 29px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-error .wrapper p {
    font-size: 32px;
    line-height: 32px;
  }
}
.section-error .wrapper small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .section-error .wrapper small {
    line-height: 24px;
  }
}
.section-error .wrapper .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-error .wrapper .buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
.section-error .wrapper .buttons .btn-black {
  width: 210px;
  height: 60px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .section-error .wrapper .buttons .btn-black {
    width: 100%;
    margin: 0 0 8px;
  }
}
.section-error .wrapper .buttons .btn-bordered {
  width: 247px;
  height: 60px;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .section-error .wrapper .buttons .btn-bordered {
    width: 100%;
    margin: 8px 0 0;
  }
}
.section-error .wrapper img {
  margin: auto 0 0;
  pointer-events: none;
}

/** END CONTENT **/
/** START FOOTER **/
footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 32px;
  }
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 99px;
  height: 102px;
  background: url("../img/ua.svg") center no-repeat;
}
@media (max-width: 767px) {
  footer:before {
    width: 73px;
    height: 75px;
    background-size: contain;
  }
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .logo {
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 30px;
  }
}
footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  footer p {
    font-size: 10.7px;
    line-height: 12px;
  }
}
footer p a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  footer p a {
    max-width: 56px;
  }
}

/** END FOOTER **/

/*# sourceMappingURL=app.css.map */
