/*********** Нормализация ***********/
body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  margin: 0;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.floatLeft {
  float: left;
  padding: 0.5em 0.5em 0.5em 0;
}

.floatRight {
  float: right;
  padding: 0.5em 0 0.5em 0.5em;
}

textarea {
  resize: none;
}

input, textarea, input:active, textarea:active {
    border: none;
}
/*********** Стили ***********/
* {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: system-ui;
}

.cn {
  line-height: 1.2;
}

h1 {
  font-weight: 900;
}

h2 {
  font-size: 1.75em;
}

h3 {
  width: 28vw;
  font-size: 3em;
  font-weight: 900;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  h3 {
    width: 90vw;
  }
  .h3ru {
    font-size: 2.1em;
  }
}

h4 {
  font-size: 1.55em;
}

p {
  font-size: 1.33em;
  text-transform: none;
}

textarea {
  height: 5.66em;
}

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

.shadow-for-white {
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.color-white {
  color: #fff;
}

.color-151515 {
  color: #151515;
}
.bg-red {
  background: #b90000;
}
.bg-252525 {
  background: #252525;
}

.bg-white {
  background: #fff;
}

.h3cn {
  width: fit-content;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container,
footer {
  padding: 0 1em;
  width: 60%;
  margin: 0 auto;
  text-transform: uppercase;
}

.title {
  display: flex;
  align-items: center;
  gap: 1.33em;
}

.title h2 {
  font-size: 1em;
  font-weight: initial;
  color: #b90000;
}

.button {
  padding: 18px 30px;
  background: #b90000;
  color: #fff;
  font-weight: 700;
}

.button:hover {
  background: #ff3d00;
}

.menu {
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10vh;
}

.menu .menu-link {
  width: 298px;
  height: 45px;
}

.menu a:hover {
  color: #b90000;
}

.is-active {
  font-weight: 700 !important;
}

.menu img {
  width: 15.5vw;
}

.menu ul {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu ul li {
  min-width: max-content;
}

.menu-items {
  display: flex;
  gap: 3em;
  align-items: flex-end;
  justify-content: space-between;
  color: #404040;
}

.menu-lang {
  padding-left: 0;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.mobile-menu,
.menu-btn {
  display: none;
}

/* главный баннер */

.slider-container {
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.slider {
  width: 100%;
  height: 100%;
}
.banner-top {
  text-transform: uppercase;
  width: 100% !important;
}
.banner-top {
  width: 100%;
  height: 60%;
}

.banner-top__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18vw;
  padding-bottom: 20vw;
}

.banner-top__text {
  font-size: 3em;
  font-weight: 100;
  line-height: 1.1;
  width: 60%;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.h1cn {
  font-size: 5em !important;
}

.banner-description {
  text-transform: uppercase;
  font-size: 1em;
}

.banner-top__item {
  width: 100%;
  height: 100%;
}

.banner-top__button {
  padding-top: 5em;
}

@media screen and (max-width: 768px) {
  .slider-container {
    padding: 0;
    height: 140vw;
    margin-top: 12vh;
  }
  .banner-top {
    height: 100%;
  }
  .banner-top__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 60vw;
  }
  .h1cn {
    font-size: 4em !important;
  }
}

/* Преимущества(тизеры) */
.teasers-container {
  top: -8.65vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 23.5vw;
}

.teaser-block {
  width: 18.23vw;
  height: 23.45vw;
}

.teaser {
  height: 100%;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  justify-content: center;
  gap: 8%;
  width: 31%;
}

.teaser-heading {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.teaser-description {
  padding: 0 5%;
}

@media screen and (max-width: 768px) {
  .teasers-container {
    width: 90% !important;
    height: unset;
    top: -9vh;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-bottom: 1em;
    gap: 3em;
  }
  .teaser-block {
    width: 90%;
    height: 128vw;
  }
  .teaser {
    font-size: 1.2em;
    width: 100%;
    height: 120vw;
    padding: unset;

    margin-bottom: unset;
  }
  .teaser-description {
    font-size: 1.5em;
    width: 70%;
  }
  .teaser h2 {
    width: 80%;
  }
  .teaser img {
    width: 30%;
  }
}

/* карта */

.about-container {
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-container section {
  height: 25vw;
  /*  margin-top: 4vw; */
  margin-bottom: 9vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 48%;
}

.about-container span {
  text-transform: none;
}

#about h3 {
  padding: 0;
}

#about span {
  font-size: 0.88em;
  line-height: 1.2em;
}

.about-experience {
  height: auto;
  max-height: 108px;
  width: 100%;
  max-width: 488px;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .about-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: unset;
  }
  .about-container section {
    flex-direction: column;
    height: max-content;
    align-items: unset;
    margin: 0;
    padding: 0;
    gap: 6%;
  }
  .about-container section {
    width: 90%;
    padding: 0;
    margin: 0;
  }

  #about {
    gap: 5vw;
  }

  #about span {
    font-size: 1.27em;
  }
  #about .map {
    width: 90vw;
    height: 90vw;
  }
  #map {
    width: 90vw;
    height: 90vw;
    margin: 10vw 0 25vw;
  }
}

/* Услуги */
#services section {
  margin: 0;
}
.services-container {
  padding: 7.11em 20%;
  background: #252525;
  color: #fff;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.service {
  width: 23%;
  height: 12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #404040;
  padding: 3.22em 0;
  margin-bottom: 2.5%;
}
.service-line {
  height: 3vw;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.service h4 {
  font-size: 1.33em;
}

.service span {
  font-size: 0.88em;
  text-transform: none;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  #services {
    width: 90%;
  }
}

/* Поддержка */
.support-container {
  overflow: hidden;
  padding: 0 20%;
  background: rgb(255, 92, 0);
  background: linear-gradient(
    0deg,
    rgba(255, 92, 0, 1) 0%,
    rgba(255, 0, 0, 1) 100%
  );
  color: #fff;
  height: fit-content;
}

#support {
  align-items: center;
  margin: unset;
  display: flex;
  justify-content: space-between;
}

#support .title h2 {
  color: #fff;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .support-container {
    padding: 7.11em 5% 0;
    display: flex;
  }
  #support {
    width: 90%;
    flex-direction: column;
    padding: 0;
    height: min-content;
  }
}

.contacts-container {
  padding: 7.11em 20%;
}
#contacts h3 {
  padding-bottom: 1em;
}

.contacts-content {
  width: 100%;
  display: flex;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.contacts-block {
  width: 50%;
}

.contacts-info {
  display: flex;
  align-items: center;
}

.contacts-info ul {
  display: flex;
  flex-direction: column;
}

.contacts-info ul li {
  height: 5.72em;
  display: flex;
  gap: 1.66em;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.6em 0.83em;
  margin-right: 1.66em;
}
.contacts-info img {
  width: 50px;
}
.contacts-info ul li:last-child {
  border: unset;
}

.contacts-info__text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.contacts-info__text p {
  font-size: 0.88em;
  line-height: 1.5;
}
.contacts-form {
  background: #252525;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55em;
  padding: 2.33em 2.5em;
}

.contacts-form input,
.contacts-form textarea {
  font-size: 1em;
  padding-top: 0.166em;
  width: 100%;
  outline: none;
}

.form-field,
input,
textarea {
  background: #404040;
  color: #fff;
  border: none;
}

.form-field {
  display: flex;
  align-items: center;
  gap: 1.11em;
  width: 84%;
  padding: 1.11em 2.22em;
}

#form-submit {
  margin-top: 1.88em;
}

input::placeholder,
textarea::placeholder {
  font-family: system-ui;
  font-size: 1em;
  color: #fff;
}

.footer-container {
  padding: 1.11em 1.83em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
}

footer p {
  font-size: 0.77em;
  font-weight: bold;
}
footer img {
  width: auto;
  height: 45;
}

.modal-container {
  width: 100%;
  height: 100%;
  background: #ffffff4a;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  min-width: 37vw;
  min-height: 37vh;
}

.modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.66em;
  align-items: center;
  justify-content: space-between;
  background: #252525;
  padding: 4.25em 0;
}
.modal h4 {
  font-size: 1.33em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.modal h4 .red {
  color: #f00;
}
.modal .success h4 .ok {
  font-size: 1em;
  color: #4cc800;
  text-transform: uppercase;
}

.modal span {
  color: #fff;
  font-weight: bold;
}

.modal-close {
  text-transform: uppercase;
  text-align: center;
  min-width: 10.88em;
  min-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-hidden {
  display: none;
}

@media screen and (max-width: 1800px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1600px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  body {
    font-size: 8px;
  }
}

/* 768 и меньше - мобильная версия */
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  h1 {
    padding-top: 1.5em;
  }
  .container {
    width: 100%;
  }
  .banner-top {
    width: 100%;
    height: 100%;
  }
  .banner-top__text {
    width: 94%;
    padding: 0 2%;
  }
  .banner-top__text-ru {
    font-size: 2.1em;
  }

  #map section {
    height: 50%;
  }
  .title h2 {
    font-size: 1.36em;
  }
  .services-container {
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #252525;
    color: #fff;
  }
  #services section {
    width: 90%;
  }
  .service-list {
    flex-direction: column;
    align-items: center;
  }
  .service {
    width: 80%;
    height: 35vh;
    margin-bottom: 4vh;
  }
  .service-line {
    height: 25%;
  }
  .service h4 {
    font-size: 2em;
  }
  .service span {
    font-size: 1.2em;
    text-transform: none;
    margin: 0 2%;
  }

  .contacts-container {
    padding: 7.11em 5%;
  }
  .contacts-block {
    width: 100%;
  }
  .contacts-content {
    width: 90%;
    flex-direction: column;
  }
  .contacts-form {
    margin: -6%;
  }
  .contacts-info ul {
    padding: 5%;
  }
  .contacts-info ul li {
    flex-direction: column;
    align-items: baseline;
    width: 93%;
    height: max-content;
    margin-bottom: 15%;
    padding: 0 0.83em 1.6em;
  }
  .contacts-content h4 {
    font-size: 2em;
  }
  .contacts-content p {
    font-size: 1.3em;
  }
  .contacts-form input,
  .contacts-form textarea {
    font-size: 1.4em;
  }
  footer {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .footer-container {
    padding: 0 5%;
    width: 90%;
    flex-direction: column;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 1em;
  }
  .footer-container p {
    padding: 1em 0 2em;
  }
  footer img {
    width: auto;
  }
  .button {
    font-size: 1.4em;
  }
  .menu-container {
    padding: 0;
    width: 100%;
    position: fixed !important;
    z-index: 321312;
    background: #fff;
  }
  .menu {
    height: 12vh;
    justify-content: space-between;
    width: 100%;
  }
  .menu .menu-link {
    width: 75%;
    height: 40%;
  }
  .menu .menu-items {
    display: none;
  }
  .menu-btn {
    display: block;
    position: absolute;
    right: 10vw;
  }
  .menu-btn img {
    width: 30px;
  }

  .mobile-menu {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 12vh;
    z-index: 1;
    background: #fff;
    padding: 0;
    font-size: 1.4em;
    line-height: 2;
    font-weight: 600;
    padding: 3% 0;
    margin: 0 5%;
  }

  .mobile-menu .lang {
    font-weight: normal;
    text-transform: none;
    font-size: 0.9em;
  }

  .mobile-menu hr {
    width: 90%;
    text-align: center;
    background: #d9d9d9;
    height: 1px;
    border-width: 0px;
  }

  .modal {
    font-size: 1.5em;
    height: 55vh;
    width: 90%;
    display: flex;
    line-height: 1.3;
    text-align: center;
  }
  .modal-content {
    width: 76%;
    padding: 4em 2em;
  }
  .modal .button {
    font-size: 1em;
  }
}
/*********** Слик ***********/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
