/*
Theme Name: Ontech Next
Version: 2.0.0
Description: Тема для Онлайн Технологий
Author: ontech.pro
Author URI: https://ontech.pro
*/
/* aeromatics-NC-regular - latin_cyrillic */
@font-face {
  font-family: "Aeromatics NC";
  font-style: normal;
  font-weight: normal;
  src: local("Aeromatics NC"), url("/wp-content/themes/ontech.pro/fonts/AreomaticsNC/Aeromatics NC.woff") format("woff");
  /* Modern Browsers */
}

/* noto-sans-regular - latin_cyrillic */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/ontech.pro/fonts/noto-sans-v21-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/ontech.pro/fonts/NotoSans/noto-sans-v21-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ontech.pro/fonts/NotoSans/noto-sans-v21-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/NotoSans/noto-sans-v21-latin_cyrillic-regular.woff") format("woff"), url("../fonts/NotoSans/noto-sans-v21-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/NotoSans/noto-sans-v21-latin_cyrillic-regular.svg#NotoSans") format("svg");
  /* Legacy iOS */
}

@media (min-width: 1140px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 1600px;
    margin: 0 auto;
  }

  .container-md {
    max-width: 980px;
  }

  .container-sm {
    /*margin-left: 200px;*/
    /*max-width: 360px;*/
  }

  .container-mini {
    max-width: 200px;
  }
}

@media (max-width: 1140px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 1600px;
    margin: 0 auto;
  }

  .container-md {
    max-width: 980px;
  }

  .container-sm {
    margin: 0 auto;
    max-width: 460px;
  }

  .container-mini {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 340px) {
  .container {
    padding: 0px 15px 0px 15px;
    max-width: 340px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .nav {
    width: 480px;
  }

  .nav .nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav .nav-list .nav-item {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 30px;
  }
 
}

@media (max-width: 767px) {
  .burger {
    display: inline;
  }

  .nav-item {
    display: none;
  }
  
}

@media (max-width: 340px) {
  .btn {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 36px;
    line-height: 16px;
    color: #fff;
    padding: 50px 34px 50px 34px;
    text-align: center;
    max-height: 128px;
    max-width: 128px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  
}

@media (min-width: 340px) {
  .btn {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 16px;
    color: #fff;
    padding: 50px 34px 50px 34px;
    text-align: center;
    max-height: 128px;
    max-width: 128px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
 
}

@media (min-width: 1140px) {
  .btn {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    padding: 81px 34px 81px 34px;
    max-height: 200px;
    max-width: 200px;
    min-width: 200px;
    min-height: 200px;
  }
  .nav {
    width: 750px;
}
  .nav .nav-list .nav-item {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 36px;
  }
}

.btn:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media (max-width: 360px) {
  .run-string {
    margin-top: 112px;
    max-width: none;
    padding: 56px 0px 56px 0px;
    border-top: #B1B1B1 1px solid;
    border-bottom: #B1B1B1 1px solid;
  }

  .run-string .string {
    display: block;
    padding: 16px;
    background-image: url("./svg/run-line.svg");
    background-repeat: no-repeat;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
  }
}

@media (min-width: 360px) {
  .run-string {
    margin-top: 112px;
    max-width: none;
    padding: 56px 0px 56px 0px;
    border-top: #B1B1B1 1px solid;
    border-bottom: #B1B1B1 1px solid;
  }

  .run-string .string {
    display: block;
    padding: 16px;
    background-image: url("./svg/run-line.svg");
    background-repeat: no-repeat;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
  }
}

@media (min-width: 420px) {
  .run-string {
    margin-top: 328px;
  }
}

@-webkit-keyframes scroll {
  0% {
    background-position-x: -25%;
  }

  50% {
    background-position-x: 100%;
  }

  100% {
    background-position-x: -25%;
  }
}

@keyframes scroll {
  0% {
    background-position-x: -25%;
  }

  50% {
    background-position-x: 100%;
  }

  100% {
    background-position-x: -25%;
  }
}

label {
  font-family: "Aeromatics NC", sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 62px;
  font-size: 1rem;
  line-height: 20px;
}

input[type=text] {
  margin-top: 1rem;
  background: none;
  border-bottom: #B1B1B1 1px solid;
  padding-bottom: 1rem;
  font-family: "Noto Sans", sans-serif;
  color: #B1B1B1;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 36px;
  line-height: 24px;
}

@media (max-width: 340px) {
  .pop-up {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-up .pop-up-wrapper {
    width: 100%;
    padding: 0 1rem 0 1rem;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10% 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15%;
  }

  .pop-up .close-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .pop-up .call-form-wrapper form {
    margin-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-up .call-form-wrapper h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
    text-align: center;
  }

  .pop-up .call-form-wrapper .name-form,
  .pop-up .call-form-wrapper .phone-form {
    margin-top: 24px;
    width: 100%;
    text-align: center;
  }

  .pop-up .call-form-wrapper .phone-form {
    margin-top: 56px;
  }

  .pop-up .call-form-wrapper input[type=text] {
    width: 100%;
    border-bottom: #01669B 1px solid;
  }

  .pop-up .call-form-wrapper input[type=text]::-webkit-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-moz-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]:-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=submit] {
    margin-top: 40px;
    padding: 50px 26px;
  }
}

@media (min-width: 340px) {
  .pop-up {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-up .pop-up-wrapper {
    width: 100%;
    padding: 0 1rem 0 1rem;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10% 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15%;
  }

  .pop-up .close-btn-wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .pop-up .call-form-wrapper form {
    margin-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-up .call-form-wrapper h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
    text-align: center;
  }

  .pop-up .call-form-wrapper .name-form,
  .pop-up .call-form-wrapper .phone-form {
    width: 100%;
    text-align: center;
  }

  .pop-up .call-form-wrapper .phone-form {
    margin-top: 56px;
  }

  .pop-up .call-form-wrapper input[type=text] {
    width: 100%;
    border-bottom: #01669B 1px solid;
  }

  .pop-up .call-form-wrapper input[type=text]::-webkit-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-moz-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]:-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=submit] {
    margin-top: 40px;
    padding: 50px 26px;
  }
}

@media (min-width: 1024px) {
  .pop-up .pop-up-wrapper {
    width: 698px;
    gap: 15%;
  }

  .pop-up .call-form-wrapper form {
    margin-top: 88px;
  }

  .pop-up .call-form-wrapper h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    text-align: center;
  }

  .pop-up .call-form-wrapper .phone-form {
    margin-top: 56px;
  }

  .pop-up .call-form-wrapper input[type=text] {
    width: 100%;
    border-bottom: #01669B 1px solid;
  }

  .pop-up .call-form-wrapper input[type=tel] {
    width: 100%;
    border-bottom: #01669B 1px solid;
  }

  .pop-up .call-form-wrapper input[type=text]::-webkit-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-moz-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]:-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::-ms-input-placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=text]::placeholder {
    color: #01669B;
  }

  .pop-up .call-form-wrapper input[type=submit] {
    margin-top: 56px;
  }
}

@media (max-width: 340px) {
  .nav-menu {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu .nav-menu-wrapper {
    width: 100%;
    padding: 0 1rem 0 1rem;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10% 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10%;
  }

  .nav-menu .nav-menu-wrapper nav {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 210px 24px 64px;
    gap: 3rem;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list .nav-item-menu {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    color: #fff;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list .nav-item-menu:not(:first-child) {
    margin-top: 1.5rem;
  }

  .nav-menu .nav-menu-wrapper nav .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 120px;
  }

  .nav-menu .nav-menu-wrapper nav .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu .nav-menu-wrapper nav .contact-info span {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    color: #fff;
  }

  .nav-menu .close-btn-wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 340px) {
  .nav-menu {
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu .nav-menu-wrapper {
    width: 100%;
    padding: 0 1rem 0 1rem;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10% 30%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10%;
  }

  .nav-menu .nav-menu-wrapper nav {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 210px 24px 64px;
    gap: 3rem;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list .nav-item-menu {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    color: #fff;
  }

  .nav-menu .nav-menu-wrapper nav .nav-menu-list .nav-item-menu:not(:first-child) {
    margin-top: 1.5rem;
  }

  .nav-menu .nav-menu-wrapper nav .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 120px;
  }

  .nav-menu .nav-menu-wrapper nav .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu .nav-menu-wrapper nav .contact-info span {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    color: #fff;
  }

  .nav-menu .close-btn-wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .nav-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  .header {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .burger {
    display: none;
  }
}

@media (max-width: 768px) {
  .header {
    min-width: 272px;
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 340px) {
  .hero-section {
    /*margin-top: 72px;*/
    height: 272px;
  }

  .hero-section .container-md h1 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.15rem;
    line-height: 26px;
    margin-top: 50px;
  }
  

  .hero-section .container-md p {
    margin-top: 1rem;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
  }

  .hero-section .container-md .scroll-btn-wrapper {
    display: none;
  }

  .hero-section .scroll-btn {
    margin-top: 16px;
    background: none;
    border: none;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section .scroll-btn img {
    margin-right: 1rem;
  }

  .hero-section .btn {
    margin-top: 48px;
  }

  .hero-section .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-section .pagination {
    display: none;
  }

  .hero-section .social-icons {
    display: none;
  }
}

@media (min-width: 340px) {
  .hero-section {
    /*margin-top: 72px;*/
    height: 272px;
  }

  .hero-section .container-md h1 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
    margin-top: 50px;
  }

  .hero-section .container-md p {
    margin-top: 1rem;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
  }

  .hero-section .container-md .scroll-btn-wrapper {
    display: none;
  }

  .hero-section .scroll-btn {
    margin-top: 16px;
    background: none;
    border: none;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section .scroll-btn img {
    margin-right: 1rem;
  }

  .hero-section .btn {
    margin-top: 48px;
  }

  .hero-section .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-section .pagination {
    display: none;
  }

  .hero-section .social-icons {
    display: none;
  }
}

@media (min-width: 516px) {
  .hero-section .btn {
    margin-top: 68px;
  }
}

@media (min-width: 526px) {
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 432px;
  }

  .hero-section .container-md {
    max-width: 388px;
    max-width: 496px;
  }

  .hero-section .btn {
    margin-top: 142px;
  }

  .hero-section .scroll-btn-mb {
    display: none;
  }

  .hero-section .social-icons {
    margin-top: 28px;
    display: block;
  }

  .hero-section .social-icons li{
    margin-top: 32px;
    color: #B1B1B1;
  }
}

@media (min-width: 768px) {
  .hero-section {
    /*margin-top: 192px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-section .container-md {
    max-width: 1240px;
    /*height: 632px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }

  .hero-section .container-md .social-icons li:not(:first-child) {
    margin-top: 32px;
    color: #B1B1B1;
  }

  .hero-section .icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 456px;
  }

  .hero-section .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 428px;
  }

  .hero-section .hero-wrapper .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    /*margin-top: 150px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-section .container-md {
    max-width: 1240px;
    /*height: 632px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }

  .hero-section .container-md h1 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 2.3rem;
    line-height: 62px;
    width: 994px;
    margin-top: 50px;
  }

  .hero-section .container-md p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
    margin-top: 32px;
    max-width: 434;
  }

  .hero-section .container-md .social-icons li:not(:first-child) {
    margin-top: 32px;
    color: #B1B1B1;
  }

  .hero-section .icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 456px;
  }

  .hero-section .icons-wrapper .scroll-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-section .icons-wrapper .scroll-btn-wrapper .scroll-btn {
    background: none;
    border: none;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-section .icons-wrapper .scroll-btn-wrapper .scroll-btn img {
    margin-right: 1rem;
  }

  .hero-section .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 500px;
  }

  .hero-section .hero-wrapper .btn-wrapper {
    padding-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1140px) {
  .hero-section {
    margin-top: 92px;
  }

  .hero-section .container-md {
    max-width: 1240px;
    /*height: 632px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;*/
    justify-content: center;
  }

  .hero-section .container-md h1 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    width: 994px;
    margin-top: 50px;
  }

  .hero-section .container-md p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
    margin-top: 32px;
    max-width: 434;
  }

  .hero-section .container-md .social-icons li {
    margin-top: 32px;
    font-size: 22px;
    margin-top: 32px;
    color: #B1B1B1;
  }

  .hero-section .hero-wrapper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .hero-section .hero-wrapper .pagination {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media (min-width: 1280px) {
  .hero-section .hero-wrapper .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-section .hero-wrapper .pagination .pagination-point {
    background-color: #01669B;
    padding: 4px;
    border-radius: 50%;
  }

  .hero-section .hero-wrapper .pagination .pagination-point:not(:first-child) {
    margin-top: 80px;
  }

  .hero-section .hero-wrapper .pagination .pagination-selected {
    background-color: #B1B1B1;
    opacity: 1;
  }
}

@media (max-width: 340px) {
  .about-section {
    margin-top: 192px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .about-section .text-content h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .about-section .text-content p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    margin-top: 72px;
    line-height: 24px;
  }

  .about-section .features-list {
    padding: 0px;
    margin-top: 72px;
  }

  .about-section .features-list li {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 62px;
    line-height: 21px;
    padding: 16px 0px 16px 0px;
    border-top: #B1B1B1 1px solid;
    border-bottom: #B1B1B1 1px solid;
  }

  .about-section .img-container {
    display: none;
  }
}

@media (min-width: 340px) {
  .about-section {
    margin-top: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .about-section .text-content h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    margin-top: 30px;
    font-size: 3rem;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .about-section .text-content p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
    margin-top: 72px;
  }

  .about-section .features-list {
    padding: 0px;
    margin-top: 72px;
  }

  .about-section .features-list li {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 62px;
    line-height: 21px;
    padding: 16px 0px 16px 0px;
    border-top: #B1B1B1 1px solid;
    border-bottom: #B1B1B1 1px solid;
  }

  .about-section .img-container {
    display: none;
  }
}

@media (min-width: 768px) {
  .about-section .text-content p {
    width: 846px;
  }
}

@media (min-width: 1440px) {
  .about-section .text-content h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    margin-top: 35px;
  }

  .about-section .text-content p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
    margin-top: 52px;
    width: 920px;
  }

  .about-section .features-list {
    margin-top: 192px;
  }

  .about-section .features-list li {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 1.75rem;
    line-height: 62px;
    padding: 24px 0px 24px 0px;
  }

  .about-section .img-container {
    margin-left: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 340px) {
  .offer-section {
    margin-top: 72px;
  }

  .offer-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .offer-section .contact-list {
    margin-top: 48px;
  }

  .offer-section .contact-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 27px;
  }

  .offer-section .contact-list li span {
    margin-top: 0.3rem;
    color: #fff;
    font-size: 1.125rem;
  }

  .offer-section .contact-list li .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 144px;
  }

  .offer-section .contact-list li:not(:first-child .social-icon) {
    margin-top: 24px;
  }

  .offer-section .btn-wrapper {
    margin-top: 72px;
  }
}

@media (min-width: 340px) {
  .offer-section {
    margin-top: 72px;
  }

  .offer-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .offer-section .contact-list {
    margin-top: 48px;
  }

  .offer-section .contact-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 18px;
  }

  .offer-section .contact-list li span {
    margin-top: 0.3rem;
    color: #fff;
    font-size: 1.125rem;
  }

  .offer-section .contact-list li .social-icons {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 144px;
  }

  .offer-section .contact-list li:not(:first-child .social-icon) {
    margin-top: 24px;
  }

  .offer-section .btn-wrapper {
    margin-top: 72px;
  }
}

@media (min-width: 768px) {
  .offer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .offer-section .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .offer-section .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 736px;
  }

  .offer-section .btn-wrapper {
    margin-left: 460px;
  }
}

@media (max-width: 340px) {
  .clients-section {
    margin-top: 112px;
  }

  .clients-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .clients-section .clients-list {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 128px);
    gap: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
  }
}

@media (min-width: 340px) {
  .clients-section {
    margin-top: 112px;
  }

  .clients-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .clients-section .clients-list {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(2, 128px);
    gap: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
  }
}

@media (min-width: 480px) {
  .clients-section .clients-list {
    grid-template-columns: repeat(3, 128px);
  }
}

@media (min-width: 768px) {
  .clients-section .clients-list {
    grid-template-columns: repeat(4, 128px);
  }
}

@media (min-width: 1024px) {
  .clients-section .clients-list {
    grid-template-columns: repeat(6, 128px);
  }
}

@media (max-width: 340px) {
  .projects-section {
    margin-top: 112px;
    display: grid;
    grid-template-columns: 100%;
    gap: 72px;
  }

  .projects-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .projects-section .works {
    margin-top: 72px;
    display: grid;
    grid-template-columns: 100%;
    gap: 72px 24px;
  }

  .projects-section .works .project h4 {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    text-transform: uppercase;
  }

  .projects-section .btn-wrapper {
    justify-self: flex-end;
  }
}

@media (min-width: 340px) {
  .projects-section {
    margin-top: 82px;
    display: grid;
    grid-template-columns: 100%;
    gap: 72px;
  }

  .projects-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .projects-section .works {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 100%;
    gap: 72px 24px;
  }

  /*.projects-section .works .project {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 250ms;
    transition: 250ms;
  }*/

  .projects-section .works .project h4 {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    text-transform: uppercase;
  }

  .projects-section .works .project:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 250ms;
    transition: 250ms;
  }

  .projects-section .btn-wrapper {
    justify-self: flex-end;
  }
}

@media (min-width: 1024px) {
  .projects-section {
    margin-top: 100px;
    gap: 10px;
  }

  .projects-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .projects-section .works:first-child {
    margin-top: 92px;
  }

  .projects-section .works {
    grid-template-columns: 506px 360px 506px;
    gap: 60px;
  }

  .projects-section .works .w-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .projects-section .works .w-2 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  .projects-section .works .w-3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 2;
  }

  .projects-section .works .w-4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  .projects-section .works .w-5 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  .projects-section .works .project h4 {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
  }
}

@media (max-width: 320px) {
  .contacts-section {
    margin-top: 112px;
  }

  .contacts-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .contacts-section .contact-list {
    margin-top: 72px;
    margin-bottom: 16px;
  }

  .contacts-section .contact-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 27px;
  }

  .contacts-section .contact-list li span {
    color: #fff;
    font-size: 1.125rem;
  }

  .contacts-section .contact-list li .social-icons {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 144px;
  }

  .contacts-section .contact-list li:not(:first-child .social-icon) {
    margin-top: 24px;
  }

  .contacts-section .map-btn {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    text-decoration: underline;
  }
}

@media (min-width: 320px) {
  .contacts-section {
    margin-top: 112px;
  }

  .contacts-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .contacts-section .contact-list {
    margin-top: 72px;
    margin-bottom: 16px;
  }

  .contacts-section .contact-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 27px;
  }

  .contacts-section .contact-list li span {
    color: #fff;
    font-size: 1.125rem;
  }

  .contacts-section .contact-list li .social-icons {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 144px;
  }

  .contacts-section .contact-list li:not(:first-child .social-icon) {
    margin-top: 24px;
  }

  .contacts-section .map-btn {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .contacts-section {
    margin-top: 128px;
  }

  .contacts-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .contacts-section .contacts-wrapper .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
  }
}

@media (min-width: 1140px) {
  .contacts-section .contacts-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contacts-section .contacts-wrapper .map-btn {
    padding-bottom: 15px;
  }
}

@media (max-width: 340px) {
  .contact-form-section {
    margin-top: 72px;
  }

  .contact-form-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .contact-form-section .contact-form {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.5rem;
  }

  .contact-form-section .contact-form .name-form,
  .contact-form-section .contact-form .email-form,
  .contact-form-section .contact-form .text-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-section .contact-form .email-form {
    margin-top: 1rem;
  }

  .contact-form-section .contact-form label {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1rem;
    line-height: 20px;
  }

  .contact-form-section .contact-form input[type=text] {
    margin-top: 1rem;
    background: none;
    border-bottom: #B1B1B1 1px solid;
    padding-bottom: 1rem;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
  }

  .contact-form-section .contact-form input[type=submit] {
    margin-top: 72px;
    padding: 55px 34px;
  }

  .contact-form-section .contact-form textarea {
    margin-top: 16px;
    height: 272px;
    width: 100%;
    overflow-wrap: break-word;
    overflow: auto;
    background: none;
    border-bottom: #B1B1B1 1px solid;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
  }
}

@media (min-width: 340px) {
  .contact-form-section {
    margin-top: 72px;
  }

  .contact-form-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
  }

  .contact-form-section .contact-form {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 100%;
    gap: 1.5rem;
  }

  .contact-form-section .contact-form .name-form,
  .contact-form-section .contact-form .email-form,
  .contact-form-section .contact-form .text-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-section .contact-form .email-form {
    margin-top: 1rem;
  }

  .contact-form-section .contact-form input[type=submit] {
    margin-top: 72px;
    padding: 55px 34px;
  }

  .contact-form-section .contact-form textarea {
    margin-top: 16px;
    height: 272px;
    width: 100%;
    overflow-wrap: break-word;
    overflow: auto;
    background: none;
    border-bottom: #B1B1B1 1px solid;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .contact-form-section h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .contact-form-section .contact-form {
    margin-top: 48px;
    display: grid;
    grid-template-columns: 30% 40% 20%;
    gap: 3rem;
  }

  .contact-form-section .contact-form .input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-form-section .contact-form input[type=submit] {
    margin-top: 0px;
    padding: 55px 34px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-end;
  }
}

@media (max-width: 340px) {
  .footer {
    height: 320px;
    margin-top: 328px;
  }

  .footer .footer-wrapper {
    padding-top: 56px;
    border-top: #B1B1B1 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper .nav-list {
    margin-top: 1.5rem;
    width: 312px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper .nav-list .nav-item {
    display: inline;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
  }

  .footer .privacy-policy,
  .footer .copy-right {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 19px;
  }

  .footer .privacy-policy {
    margin-top: 1.5rem;
    text-decoration: underline;
  }
}

@media (min-width: 340px) {
  .footer {
    margin-top: 328px;
    height: 220px;
  }

  .footer .footer-wrapper {
    padding-top: 56px;
    border-top: #B1B1B1 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper .nav-list {
    margin-top: 1.5rem;
    width: 312px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-wrapper .nav-wrapper .nav-list .nav-item {
    display: inline;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
  }

  .footer .privacy-policy,
  .footer .copy-right {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    line-height: 19px;
  }

  .footer .privacy-policy {
    margin-top: 1.5rem;
  }
}

@media (min-width: 420px) {
  .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 858px) {
  .nav-wrapper {
    width: 818px;
  }

  .nav-wrapper .nav {
    width: 512px;
  }
}

@media (min-width: 1140px) {
  .footer .footer-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer-wrapper .nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 818px;
  }

  .footer .footer-wrapper .nav-wrapper .nav-list {
    margin: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 512px;
  }

  .footer .privacy-policy {
    margin: 0px;
  }
}

@media (max-width: 320px) {
  .about-project {
    margin-top: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-project h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-project h2 img {
    height: 40px;
    width: 40px;
  }

  .about-project p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    margin-top: 72px;
    line-height: 24px;
  }

  .about-project .project-cover {
    margin-top: 72px;
  }
}

@media (min-width: 320px) {
  .about-project {
    margin-top: 112px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-project h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
    font-size: 1.25rem;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-project h2 img {
    height: 40px;
    width: 40px;
  }

  .about-project p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    margin-top: 72px;
    line-height: 24px;
  }

  .about-project .project-cover {
    margin-top: 72px;
  }
}

@media (min-width: 768px) {
  .about-project h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-project h2 img {
    margin-left: 1.5rem;
  }

  .about-project p,
  .about-project .project-cover {
    max-width: 784px;
  }
}

@media (min-width: 1024px) {
  .about-project {
    margin-top: 192px;
  }

  .about-project h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .about-project p {
    margin-top: 192px;
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
  }

  .about-project img {
    max-width: 980px;
  }
}

@media (min-width: 1140px) {
  .about-project h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .about-project p {
    font-family: "Noto Sans", sans-serif;
    color: #B1B1B1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
  }
}

@media (min-width: 320px) {
  .project-gallery {
    margin-top: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-gallery picture:last-child {
    margin-top: 72px;
  }
}

@media (min-width: 1024px) {
  .project-gallery {
    margin-top: 192px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .project-gallery picture:last-child {
    margin-top: 0px;
    padding-left: 62px;
  }
}

body {
  background-color: #1E1E1E;
  background-image: url("./img/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /*cursor: url("./svg/Plugin-bi_cursor-fill.svg"), default;*/
}

.hidden {
  display: none !important;
}

a:hover {
  color: white;
  cursor: pointer;
}

button:hover {
  cursor: pointer;
}

.nav-item:hover {
  color: white;
  cursor: pointer;
}

/*Всплывающее сообщение после формы*/
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .85) !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  color: #fff;
  border-radius: 5px;
  background: #000;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-success-circular-line-left {
  background-color: #000 !important;
}

.swal2-success-circular-line-right {
  background-color: #000 !important;
}

.swal2-success-fix {
  background-color: #000 !important;

}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid #fff;
  border-radius: 50%;
}

.projects-section .works .project h4:hover {
  color: #fff;
}

.projects-section .works .project p {
  font-family: "Noto Sans", sans-serif;
  color: #B1B1B1;
}

a:hover {
  color: #fff !important;
}

.img_mobile {
  display: none;
}

@media (min-width: 1140px) {
  .about-project h2 {
    font-family: "Aeromatics NC", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 3rem;
    line-height: 62px;
  }

  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.about-section .features-list1{
  margin-top: 22px;
}
.about-section table {
  width: 100%;
    color: #B1B1B1;
    font-style: normal;
    font-weight: normal;
    font-family: "Noto Sans", sans-serif;
    margin: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 24px;
    text-align: center;
    border: 1px solid #b1b1b1;
}
.about-section table th{
  border: 1px solid #b1b1b1;
}
.about-section table td{
  border: 1px solid #b1b1b1;
}
.about-project ul {
  font-family: "Noto Sans", sans-serif;
  color: #B1B1B1;
  list-style-type: circle;
  margin: 20px;
}
.text-content p {
  font-family: "Noto Sans", sans-serif;
  color: #B1B1B1;
  font-size: 1.5rem;
  line-height: 36px;
}
.slick-initialized .slick-slide {
  display: block;
  margin: 10px!important;
}
.dropdown-content{
  display: none;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
