@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Bold.woff) format("woff"), url(../fonts/PT-Root-UI_Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Medium.woff) format("woff"), url(../fonts/PT-Root-UI_Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Regular.woff) format("woff"), url(../fonts/PT-Root-UI_Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Light.woff) format("woff"), url(../fonts/PT-Root-UI_Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-sub-wrap-cf7 {
  position: relative;
}

.btn-sub-wrap-cf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  z-index: 10;
}

.wpcf7-response-output {
  display: none;
}

.dark-bg {
  background: var(--text);
}
.padding-block * {
  color: var(--card);
}
.padding-block {
  padding: 50px 0;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

html {
  background-color: var(--card);
  background-repeat: repeat;
  background-size: contain;
}

body {
  font-size: 16px;
  font-family: "PT Root UI", sans-serif;
  color: var(--text);
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 150%;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}

body a {
  color: var(--text);
}

body.privacy-policy .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.privacy-policy .title-page {
  margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

body._lock {
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 120%;
  color: var(--text);
  margin: 0px;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 46px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }
}

.btn-main {
  font-size: 16px;
  font-family: "PT Root UI", sans-serif;
  font-weight: 500;
  line-height: 120%;
  padding: 20px 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.3s, color 0.3s ease;
  border: 1px solid var(--text);
  white-space: nowrap;
  border-radius: 5px;
  width: max-content;
  max-width: 100%;
  background: var(--text);
  color: var(--card);
  cursor: pointer;
}

.btn-main:hover {
  background: var(--card);
  color: var(--text);
}

.btn-white {
  color: var(--text);
  font-size: 16px;
  font-family: "PT Root UI", sans-serif;
  font-weight: 500;
  line-height: 120%;
  padding: 20px 35px;
  background: var(--card);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.3s, color 0.3s ease;
  border: 1px solid var(--text);
  white-space: nowrap;
  border-radius: 5px;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
}

.btn-white:hover {
  background: var(--text);
  color: var(--card);
}

@media (max-width: 991px) {

  .btn-white,
  .btn-transparent {
    padding: 10px 15px;
  }
}

.btn-accent {
  background: var(--text2);
  border: 1px solid var(--text2);
  color: var(--card);
}
.btn-accent:hover {
  background: var(--card);
  border: 1px solid var(--text);
  color: var(--text);
}

input.input {
  font-family: "PT Root UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  background: transparent;
  padding: 20px 25px;
  outline: none !important;
  color: var(--text);
  border: 1px solid var(--bg);
  transition: border 0.3s ease;
  display: block;
  width: 100%;
  border-radius: 5px;
}

input.input:focus {
  border: 1px solid var(--text);
}

input.input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--bg);
}

input.input.error {
  border: 1px solid rgb(209, 46, 46);
}

select {
  color: var(--bg);
  font-family: "PT Root UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 20px 25px;
  border-radius: 5px;
  border: 1px solid var(--bg);
  background: transparent;
  appearance: none;
  background-image: url(../img/icons/svg/arrow.svg);
  background-size: 8px 5px;
  background-position: 94% center;
  background-repeat: no-repeat;
  cursor: pointer;
}

select.error {
  border: 1px solid rgb(209, 46, 46);
}

@media (max-width: 480px) {
  input.input {
    padding: 15px 20px;
  }

  select {
    padding: 15px 20px;
  }
}

textarea.input {
  font-family: "PT Root UI", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  background: transparent;
  padding: 20px 25px;
  outline: none !important;
  color: var(--text);
  border: 1px solid var(--bg);
  transition: border 0.3s ease;
  display: block;
  width: 100%;
  border-radius: 5px;
  resize: none;
  height: 130px;
}

textarea.input:focus {
  border: 1px solid var(--text);
}

textarea.input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--bg);
}

textarea.input.error {
  border: 1px solid rgb(209, 46, 46);
}

h2.block-title {
  font-size: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  h2.block-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  h2.block-title {
    font-size: 30px;
  }
}

.block-top {
  position: relative;
  grid-column-gap: 15px;
}

.block-top.with-btn {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.block-top.with-btn .block-title {
  margin-bottom: 0px;
}

.block-top.with-btn .see-more {
  margin-left: auto;
}

.block-top.with-btn .block-top__btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

@media (max-width: 1200px) {
  .block-top.with-btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .block-top.with-btn {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .block-top.with-btn .block-title {
    margin-bottom: 20px;
  }

  .block-top.with-btn .block-top__btns {
    margin-left: 0px;
  }
}

body .swiper-button-prev,
body .swiper-button-next {
  position: static;
  margin: 0px;
  transition: opacity 0.3s ease;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  background: var(--bgGrey);
  border-radius: 50%;
  transition: background 0.3s ease;
}

body .swiper-button-prev svg,
body .swiper-button-next svg {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

body .swiper-button-prev::after,
body .swiper-button-next::after {
  color: var(--card);
  font-size: 12px;
  font-weight: 700;
  transition: color 0.3s ease;
}

body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  background: var(--text);
}

body .swiper-button-lock {
  display: none !important;
}

.block-text {
  font-weight: 400;
  line-height: 144%;
  font-size: 16px;
  color: var(--text);
}

.block-text ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.block-text ul li {
  list-style: disc;
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

.block-text ul li:last-child {
  margin-bottom: 0px;
}

.block-text a {
  color: var(--text2);
  transition: opacity 0.3s ease;
}

.block-text a:hover {
  opacity: 0.85;
}

.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}

.block-text p:last-child {
  margin-bottom: 0px;
}

/*============ PAGE-SAMPLE ============*/
.sample-page {
  margin-bottom: 40px;
}

/*============ MODALS ============*/
.modal {
  width: 100%;
  transition: transform 0.3s ease;
}

.modal.hide {
  transform: scale(0);
}

.modal *:focus {
  outline: none !important;
}

.modal.fancybox__content {
  padding: 30px 60px;
}

.modal.fancybox__content>.carousel__button.is-close {
  top: 5px;
  right: 5px;
  color: var(--bgGrey);
  background: none;
  border-radius: 0px;
  box-shadow: none;
  transition: color 0.3s ease;
}

.modal.fancybox__content>.carousel__button.is-close svg {
  filter: none;
}

.modal.fancybox__content>.carousel__button.is-close:hover {
  color: var(--text);
}

.modal-privacy__title {
  margin-bottom: 30px;
}

.modal-call,
.modal-equipment {
  border-radius: 5px;
}

.modal-call__title,
.modal-equipment__title {
  margin-bottom: 10px;
  text-align: left;
}

.modal-call__inputs,
.modal-equipment__inputs {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  margin-top: 30px;
}

.modal-call__inputs .input,
.modal-equipment__inputs .input {
  width: 100%;
}

.modal-call__inputs .input.error,
.modal-equipment__inputs .input.error {
  border-bottom: 1px solid rgb(209, 46, 46);
}

.modal-call__bottom,
.modal-equipment__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  grid-column-gap: 20px;
  margin-top: 20px;
}

.modal-call__btn,
.modal-equipment__btn {
  max-width: 100%;
  width: 100%;
}

.modal-call .privacy,
.modal-equipment .privacy {
  color: var(--text2);
  text-align: center;
  line-height: 130%;
  transition: color 0.3s ease;
  margin-top: 15px;
}

.modal-call .privacy span,
.modal-equipment .privacy span {
  outline: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.modal-call .privacy span:hover,
.modal-equipment .privacy span:hover {
  color: var(--bgGrey);
}

@media (max-width: 480px) {

  .modal-call .privacy,
  .modal-equipment .privacy {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .modal-call.fancybox__content,
  .modal-equipment.fancybox__content,
  .modal-privacy.fancybox__content {
    padding: 40px 15px 15px 15px;
  }
}

.modal-congratulations,
.modal-error {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 95%;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 3000;
  visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.modal-congratulations.active,
.modal-error.active {
  visibility: visible;
}

.modal-congratulations.active .modal-congratulations__body,
.modal-congratulations.active .modal-error__body,
.modal-error.active .modal-congratulations__body,
.modal-error.active .modal-error__body {
  transform: scale(1);
  opacity: 1;
}

.modal-congratulations__body,
.modal-error__body {
  background-color: var(--card);
  padding: 40px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-congratulations__title,
.modal-error__title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: var(--text);
  font-weight: 700;
  line-height: 130%;
}

.modal-congratulations__subtitle,
.modal-error__subtitle {
  font-size: 16px;
  line-height: 150%;
  color: var(--text);
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {

  .modal-congratulations__title,
  .modal-error__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .modal-congratulations__body,
  .modal-error__body {
    padding: 40px 15px 30px 15px;
  }
}

.background-modals {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 27, 0.92);
  z-index: 2500;
}

/*============ HEADER ============*/
.header {
  background: var(--text);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 28px 0px;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 10px;
}

.header__row .custom-logo-link {
  display: block;
  max-width: 230px;
}

.header__row .custom-logo-link img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.header__row .custom-logo-link span {
  font-weight: 900;
  line-height: 120%;
  font-size: 28px;
  color: var(--card);
}

.header__menu {
  margin: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.header__menu li a {
  color: var(--card);
  font-weight: 500;
  transition: color 0.3s ease;
}

.header__menu li a:hover {
  color: var(--primary);
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.header__phones {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

.header__phones .phone-item {
  color: var(--card);
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.header__phones .phone-item:hover {
  color: var(--primary);
}

.header__contacts .header__socials {
  display: flex;
  gap: 5px;
}

.header__contacts .header__socials .social {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--card);
  border-radius: 100%;
  transition: all 0.3s ease;
}

.header__contacts .header__socials .social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.header__contacts .header__socials .social:hover {
  background-color: var(--primary);
}



.header__btn {
  padding: 0px;
  color: var(--primary);
  text-align: right;
  font-weight: 500;
  line-height: 130%;
  transition: color 0.3s ease;
}

.header__btn:hover {
  color: var(--card);
}

.header__mobile {
  z-index: 110;
  position: relative;
  min-width: 30px;
  height: 20px;
  display: none;
  cursor: pointer;
}

.header__mobile span,
.header__mobile::before,
.header__mobile::after {
  right: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: var(--card);
}

.header__mobile::before,
.header__mobile::after {
  content: "";
}

.header__mobile::before {
  top: 0px;
}

.header__mobile::after {
  bottom: 0px;
}

.header__mobile span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.header__mobile._active span {
  transform: scale(0) translate(0px, -50%);
}

.header__mobile._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
  background-color: var(--card);
}

.header__mobile._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
  background-color: var(--card);
}

@media (max-width: 1200px) {
  .header__menu {
    grid-column-gap: 15px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 20px 0px;
  }

  .header__row {
    justify-content: normal;
  }

  .header__row .custom-logo-link {
    margin-right: auto;
  }

  .header__menu {
    position: absolute;
    left: 0px;
    top: 100%;
    background: var(--text);
    width: 100%;
    border-top: 1px solid var(--card);
    max-height: 60vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 15px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }

  .header__menu._active {
    top: 100%;
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }

  .header__mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__phones .phone-item {
    font-size: 18px;
  }

  .header__row .custom-logo-link span {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .header {
    padding: 10px 0px;
  }

  .header__phones .phone-item {
    font-size: 16px;
  }

  .header__row .custom-logo-link span {
    font-size: 14px;
  }

  .header__contacts .header__socials {
    display: none;
  }
}

/*============ FOOTER ============*/
.footer {
  background-color: var(--text);
  margin-top: auto;
}

.footer__grampus .footer__row {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 15px;
}

.footer__grampus-left {
  white-space: nowrap;
}

.footer__grampus-left a {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration-line: underline;
  color: var(--bgGrey);
}

.footer__grampus-left a:hover {
  text-decoration-line: none;
}

.footer__grampus-right {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--bgGrey);
}

.footer__grampus-right span {
  display: block;
  margin-right: 15px;
}

.footer__grampus-right a {
  display: block;
  width: 110px;
}

.footer__grampus-right a img {
  object-fit: contain;
  display: block;
  max-width: 100%;
}

@media (max-width: 991px) {
  .footer__grampus .footer__row {
    padding: 15px 0px;
    flex-direction: column;
  }

  .footer__grampus-left {
    text-align: center;
    margin-bottom: 10px;
  }
}

/*************** PAGE-404 ****************/
.page-404 {
  flex-grow: 1;
  padding: 70px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-404__offer .title {
  color: var(--text);
  font-size: 200px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 100%;
}

.page-404__offer .subtitle {
  color: var(--text2);
  font-size: 24px;
  line-height: 130%;
}

.page-404__offer .btn-white {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .page-404 {
    padding: 30px 0px;
    position: relative;
  }

  .page-404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }

  .page-404 .container {
    position: relative;
  }

  .page-404__offer {
    text-align: center;
  }

  .page-404__offer .title {
    font-size: 120px;
  }

  .page-404__offer .btn-white {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}