/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Kharkiv"; */
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
  background-image: url("../images/body-bg.png");
  background-position: center;
}

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

nav ul {
  list-style: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
  height: 100%;
  scroll-behavior: smooth;
}
img {
  border-style: none;
  width: 100%;
  height: 100%;
  display: block;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;

  border: 1px solid transparent;
  color: #000c49;
  background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #000c49;
  font-size: 16px;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

main,
footer,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
a {
  display: block;
}
header {
  flex: 0 0 auto;
}
.my-site {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
.aligt-items {
  align-items: center;
}
.justify-content {
  justify-content: space-between;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.d-flex {
  display: flex;
}
.header {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s ease;
}
.header.fixed {
  /* transform: translateY(-100%); */
background: rgba(42, 42, 42, 0.50);
backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);


}
.header.to-top {
  transform: translateY(0%);
  background-color: #222;
}
.header.active {
  background-color: #222;
}
.logo-link {
  width: 140px;
  height: 47px;
  display: block;
}
.header-menu-link {
  color: #3c3c3c;
  padding: 15px 30px;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease;
}
.header-menu-link:hover {
  background: #ffd600;
  color: #000;
  text-shadow: 0.5px 0 0 #000, -0.5px 0 0 #000, 0 0.5px 0 #000, 0 -0.5px 0 #000;
}
.header-menu {
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(2px);
  padding: 5px;
}
.title {
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  line-height: 130%; /* 83.2px */
  text-transform: uppercase;
}
.title-inner {
  font-weight: 600;
  color: #ffd600;
  font-family: "Unbounded", sans-serif;
}
.main-title {
  font-size: 64px;
  margin-bottom: 20px;
}
.main-title-inner {
  font-size: 64px;
}
.main-text-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.main-text-inner,
.main-text-inner-bold {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.main-text-inner-bold {
  font-weight: 700;
}
.main-text-block {
  margin-bottom: 60px;
}
.btn-name {
  padding: 15px 25px;
  color: #000;
  font-family: "Unbounded", sans-serif;
  border-radius: 80px;
  background: #ffd600;
}
.btn-icon {
  margin-left: -5px;
}
.modal-btn {
  cursor: pointer;
  width: max-content;
  transition: all 0.3s ease;
}
.modal-btn:hover {
  transform: scale(1.1);
}
.main-section {
  padding-top: 95px;
  background-image: url("../images/main-bg.png");
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  overflow: visible;
}
.main-section-content {
  padding-top: 70px;
}
.footer {
  padding: 35px 0 10px 0;
  background: #1a1a1a;
}
.footer-item {
  width: 25%;
  display: flex;
  justify-content: center;
}
.footer-item:first-child {
  justify-content: flex-start;
}
.footer-item:last-child {
  justify-content: flex-end;
}
.footer-contact-title {
  font-size: 14px;
  color: #999;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-contact-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer-social-item {
  margin-right: 10px;
}
.footer-social-item:last-child {
  margin: 0;
}
.footer-social-link {
  width: 30px;
  height: 30px;
}
.footer-content {
  padding-bottom: 25px;
}
.footer-bottom-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  color: #717171;
}
.mkey-link {
  width: 43px;
  height: 18px;
}
.footer-bottom-item:first-child .footer-bottom-text {
  margin-bottom: 8px;
}
.footer-bottom-item:first-child .footer-bottom-text:last-child {
  margin-bottom: 0;
}
.footer-bottom-item:last-child .footer-bottom-text {
  margin-right: 7px;
}
.footer-bottom {
  padding-top: 10px;
  border-top: 1px solid #575757;
}
.our-choice-section {
  padding: 100px 0 65px;
}
.title-content {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  gap: 50px;
}
.choice-title {
  font-size: 44px;
  width: 50%;
}
.choice-title-inner {
  font-size: 44px;
}
.choice-title-img {
  width: 50%;
}
.choise-text-left {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.choise-text-left span {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.choise-text-left:last-child {
  margin-bottom: 45px;
}
.choise-right-name {
  font-size: 36px;
  font-weight: 700;
  color: #ffd600;
  margin-right: 10px;
}
.choise-right-text {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.choise-rihgt-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #575757;
}
.choise-rihgt-item:last-child {
  margin-bottom: 0;
}
.choise-content {
  gap: 20px;
}
.choise-content-left,
.choise-content-right {
  width: 50%;
}
.services-title,
.works-title {
  font-size: 44px;
  margin-bottom: 40px;
}
.services-title-inner,
.works-title-inner {
  font-size: 44px;
  color: #ffd600;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
}
.services-section {
  padding: 65px 0 130px 0;
}
.services-banner {
  border-radius: 20px;
  background: #ffd600;
  padding: 40px;
  margin-bottom: 20px;
}
.services-banner-title {
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
  margin-right: 20px;
}
.services-banner-content-title {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services-banner-list-item {
  font-size: 18px;
  color: #272727;
  margin-bottom: 2px;
}
.services-banner-list {
  margin-left: 20px;
  list-style: disc;
}
.services-btn .btn-name {
  background-color: #000;
  color: #fff;
}
.services-banner-inner {
  width: 70%;
}
.services-banner-car {
  width: 40%;
  margin: -40px;
}
.services-btn {
  margin-left: auto;
  margin-right: 100px;
}
.brand-car-section {
  border-top: 1px #878787;
  border-bottom: 1px #878787;
  background: #1a1a1a;
  padding: 15px 0;
}
.brand-car-title {
  font-size: 44px;
  text-align: center;
  margin-bottom: 20px;
}
.brand-car-inner {
  font-family: "Unbounded", sans-serif;
  font-size: 44px;
  color: #ffd600;
}
.brand-car-text {
  text-align: center;
  color: #fff;
  margin: 0 auto 60px;
  max-width: 610px;
  width: 100%;
  font-size: 20px;
}
.brand-car-text span {
  font-weight: 600;
}
.brand-car-btn {
  margin: 0 auto;
}
.brand-car-block {
  padding: 50px 0;
}
.services-btn .btn-icon {
  /* margin-left: -10px; */
}
.advertisement-title {
  font-size: 44px;
  margin-bottom: 40px;
}
.advertisement-title-inner {
}
.brand-advertisement-section {
  padding: 130px 0 65px 0;
}
.advertisement-left-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
  max-width: 400px;
  width: 100%;
}
.advertisement-right-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.advertisement-right-text-bold {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.advertisement-content {
  display: flex;
  gap: 80px;
}
.advertisement-content-right,
.advertisement-content-left {
  width: 50%;
}
.our-works-section {
  padding: 65px 0;
}
.text-block {
  padding: 30px 60px 30px 30px;
  border-radius: 20px;
  border: 1px solid #878787;
}
.text-block-inner {
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  font-size: 14px;
  color: #b0b0b0;
  padding-bottom: 100px;
}
.text-scroll-section {
  padding: 65px 0;
}
.text-block-inner {
  overflow-y: scroll;
  max-width: 1195px;
  width: 100%;
  height: 150px;
}
.text-block-inner::-webkit-scrollbar {
  width: 3px; /* Ширина бегунка скролла */
}

.text-block-inner::-webkit-scrollbar-track {
  border-radius: 9px;
  background: #646464;
}

.text-block-inner::-webkit-scrollbar-thumb {
  border-radius: 9px;
  background: #878787;
  height: 5px;
}
.contact-title {
  color: #ffd600;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 75px;
}
.contact-section {
  padding: 65px 0 130px 0;
}
.contact-item-name {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-item-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.contact-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #575757;
}
.contact-item:last-child {
  margin-bottom: 0;
}
.social-item {
  margin-right: 10px;
}
.social-item:last-child {
  margin: 0;
}
.social-link {
  width: 45px;
  height: 45px;
}
.contact-content-block,
.contact-form-block {
  width: 50%;
}
.contact-block {
  gap: 20px;
  align-items: center;
}
.our-works-item img {
  border-radius: 10px;
}
.our-works-item:hover {
  transform: scale(1);
}
.form-block {
  /* max-width: 500px;
  width: 100%; */
  margin: 0 auto;
  padding: 50px 50px;
  border-radius: 20px;
  background: #1a1a1a;
}
.form-title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 15px;
}
.form-text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 35px;
}
.form-input-wrap {
  margin-bottom: 10px;
}
.form-input-wrap:last-child {
  margin-bottom: 45px;
}
.form-input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #222;
}
.form-block .main-btn {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
}
.form-block form {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.form-input {
  color: #fff;
}
.form-input::placeholder {
  color: #787878;
  line-height: 150%; /* 24px */
}
.services-item-wrap {
  width: 25%;
  padding: 0 10px;
  transition: all 0.5s ease;
}
.services-item-wrap:hover {
  transform: scale(1);
}
.services-item-wrap.active {
  width: 50%;
}
.services-item-wrap.active .services-item-bottom-text {
  color: #ababab;
}
.services-item-wrap.active .services-item {
  background: #222;
  border: 1px solid #878787;
}
.services-item-wrap.active .services-item-title {
  font-size: 32px;
  color: #ffd600;
  background: none;
  padding: 0;
  font-weight: 400;
}
.services-content {
  margin: 0 -10px;
}
.services-item {
  padding: 20px 25px;
  border-radius: 20px;
  background: #1a1a1a;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}
.services-item-title {
  color: #fff;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
  border-radius: 7px;
  background: #2d2d2d;
  margin-bottom: 20px;
  width: max-content;
  transition: all 0.5s ease;
}
.services-item-list-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  height: 24px;
}
.services-item-list {
  margin-left: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
.services-item-text {
  color: #ccc;
  font-size: 18px;
}
.services-item-bottom {
  display: flex;
  flex: 1 0 auto;
  align-items: flex-end;
}
.services-item-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.services-item-bottom-text {
  color: #5c5c5c;
  font-size: 14px;
  margin-right: 5px;
}
.services-btn-icon {
  width: 50px;
  height: 50px;
}
.services-btn-icon svg {
  width: 50px;
  height: 50px;
}
.works-btn-slide-prev,
.works-btn-slide-next {
  width: 22px;
  height: 18px;
  cursor: pointer;
}
.works-title {
  margin-bottom: 0;
}
.works-title-wrap {
  margin-bottom: 40px;
}
.works-btn-slide-prev {
  margin-right: 15px;
}
.tab-btn {
  cursor: pointer;
}
.social-foxed-block {
  position: fixed;
  right: -170px;
  z-index: 100;
  top: 35%;
}
.social-foxed-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.social-foxed-item {
  margin-bottom: 10px;
  border-radius: 40px;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.5s ease;
  right: 0;
  padding: 2px;
}
.social-foxed-item:hover {
  background-color: #222;
  border: 1px solid #ffd600;
  right: 170px;
}
.social-foxed-link {
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 0px 15px 0px 0;
}
.text-block {
  position: relative;
}
/* .text-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(34, 34, 34, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  pointer-events: none;
  border-radius: 20px;
} */

.main-block-content {
  position: relative;
  z-index: 10;
}
.main-img-desctop {
  position: absolute;
  top: -100px;
  right: -30px;
  width: auto;
  height: auto;
  z-index: -1;
}
.slash-icon svg {
  width: auto;
  height: auto;
}
.main-img-mobile {
  display: none;
}
.burger {
  display: none;
}
.social-foxed-block.hidden {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.modal-gallery-inner {
  max-width: 1200px;
  width: 100%;
  /* max-height: 800px;
  height: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.modal {
  transform: scale(1.1);
  opacity: 0;
  z-index: -5;
  transition: all 0.5s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.modal.active {
  opacity: 1;
  z-index: 100;
  transform: scale(1);
}
.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 100%;
}
.modal-inner .form-block {
  width: 100%;
}
.modal-inner .form-title {
  max-width: 100%;
}
.modal-inner .form-text {
  max-width: 100%;
}
.modal-inner .form-block form {
  max-width: 100%;
}
.main-btn {
  cursor: pointer;
}
.close-modal {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: block;
}
.form-btn {
  background-image: url("../images/form-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
form .btn-icon {
  margin-left: -10px;
  display: flex;
}
form .btn-name {
  cursor: pointer;
  border: none;
  outline: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.failed input.wpcf7-not-valid {
  border: 1px solid red !important;
}
input.wpcf7-not-valid {
  border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
  display: none;
}