/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary: #f7a906;
  --card: #fff;
  --hover: #e8e8e8;
  --main: #000;
  --bg-light: #edf3fe;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

*,
*:before,
*:after {
  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;
}

/*============= 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: var(--card);
}

body {
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--main);
  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::before {*/
/*  content: "";*/
/*  background-image: url(../img/icons/svg/body-bg.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  background-position: left center;*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  top: 50px;*/
/*  height: calc(100vh - 100px);*/
/*  width: 20vw;*/
/*  z-index: -1;*/
/*}*/
body.not-front {
  padding-top: 100px;
}
body.p-404::before {
  z-index: 5;
}
body a {
  color: var(--main);
}

@media (max-width: 767px) {
  /*body.not-front {*/
  /*  padding-top: 50px;*/
  /*}*/
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

body._lock {
  overflow: hidden;
}

.btn-main {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  padding: 20px 25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: var(--primary);
  max-width: 100%;
  font-style: normal;
  transition: background 0.3s ease;
  white-space: nowrap;
  color: #131311;
  display: flex;
  align-items: center;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  justify-content: center;
}
.btn-main:hover {
  background: var(--hover);
}
.btn-main .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-main .icon img, .btn-main .icon svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.btn-main-white {
  border: 2px solid #E8E8E8;
  padding: 20px 35px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  max-width: 100%;
  font-style: normal;
  transition: background 0.3s, color 0.3s ease;
  white-space: nowrap;
  color: #E8E8E8;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-main-white:hover {
  background: #E8E8E8;
  color: #131311;
}

@media (max-width: 767px) {
  .btn-main,
  .btn-main-white {
    padding: 10px 15px;
  }
}
h2.block-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: var(--main);
  margin: 0px;
  margin-bottom: 40px;
}
h2.block-title span {
  color: var(--primary);
}

@media (max-width: 991px) {
  h2.block-title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2.block-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
body .swiper-button-prev,
body .swiper-button-next {
  position: static;
  width: 44px;
  height: 44px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  transition: background 0.3s ease;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  display: none;
}
body .swiper-button-prev:hover,
body .swiper-button-next:hover {
  background: var(--hover);
}

.breadcrumbs {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #A5A5A4;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs span a {
  font-weight: 400;
  color: #A5A5A4;
  transition: color 0.3s ease;
}
.breadcrumbs span a:hover {
  color: #E8E8E8;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 20px;
    font-size: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .breadcrumbs > span {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.title-page {
  margin-bottom: 30px;
}
.title-page h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: var(--main);
  margin: 0px;
}

@media (max-width: 991px) {
  .title-page {
    margin-bottom: 20px;
  }
  .title-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .title-page h1 {
    font-size: 25px;
  }
}
.navigation {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
  flex-wrap: wrap;
}
.navigation span.prev,
.navigation span.next {
  pointer-events: none;
  opacity: 0.3;
}
.navigation .page-numbers.prev {
  margin-right: auto;
}
.navigation .page-numbers.next {
  margin-left: auto;
}
.navigation .page-numbers.prev,
.navigation .page-numbers.next {
  height: 30px;
  width: 30px;
  display: block;
  transition: opacity 0.3s ease;
}
.navigation .page-numbers.prev svg,
.navigation .page-numbers.next svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.navigation .page-numbers.prev svg path,
.navigation .page-numbers.next svg path {
  transition: stroke 0.3s ease;
}
.navigation .page-numbers.prev:hover,
.navigation .page-numbers.next:hover {
  background: transparent;
}
.navigation .page-numbers.prev:hover svg path,
.navigation .page-numbers.next:hover svg path {
  stroke: var(--primary);
}
.navigation a.page-numbers,
.navigation span.current {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #E8E8E8;
  transition: color 0.3s, background 0.3s ease;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation a.page-numbers:hover,
.navigation span.current:hover {
  color: #131311;
  background: var(--primary);
}
.navigation span.current {
  color: #131311;
  background: var(--primary);
}

.block-text {
  font-weight: 400;
  line-height: 144%;
  font-size: 16px;
  color: var(--main);
}
.block-text h2 {
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 142%;
}
.block-text h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 142%;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 32px;
}
.block-text h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 26px;
}
.block-text h5 {
  font-family: "Noto Sans", sans-serif;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 137%;
  font-weight: 400;
  font-size: 22px;
}
.block-text h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 137%;
  font-weight: 400;
}
.block-text ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.block-text ul li {
  position: relative;
  padding-left: 25px;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.block-text ul li::before {
  content: "";
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 6px;
  display: block;
}
.block-text ul li:last-child {
  margin-bottom: 0px;
}
.block-text ol {
  margin-bottom: 20px;
  padding-left: 15px;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}
.block-text ol li {
  counter-increment: my-awesome-counter;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.block-text ol li:last-child {
  margin-bottom: 0px;
}
.block-text ol li::before {
  content: counter(my-awesome-counter);
  background: var(--primary);
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 143%;
  color: white;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.block-text p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .block-text h2 {
    font-size: 36px;
  }
  .block-text h3 {
    font-size: 22px;
  }
  .block-text h4 {
    font-size: 20px;
  }
  .block-text h5 {
    font-size: 16px;
  }
  .block-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-text h2 {
    font-size: 24px;
  }
}
.sample-page {
  margin-bottom: 40px;
}

/******************** BACKGROUND-MODALS ********************/
.background-modals {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  visibility: visible;
  opacity: 0.8;
  z-index: 1000;
}

/********************* MODALS *********************/
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required:-moz-placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required:placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required::-moz-placeholder {
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required::placeholder {
  color: #F93411 !important;
}
.modal-main form.wpcf7-form .input {
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #2B2A29;
  padding: 15px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2B2A29;
  display: block;
  width: 100%;
}
.modal-main form.wpcf7-form .input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #2B2A29;
}
.modal-main form.wpcf7-form .input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #2B2A29;
}
.modal-main form.wpcf7-form .input:focus {
  border: 1px solid #2B2A29;
  color: #2B2A29;
}
.modal-main form.wpcf7-form .input:focus::-moz-placeholder {
  color: #2B2A29;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
}
.modal-main form.wpcf7-form .input:focus::placeholder {
  color: #2B2A29;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
}
.modal-main form.wpcf7-form textarea.input {
  border-radius: 2px;
  resize: none;
  height: 150px;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper {
  position: relative;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler {
  margin-bottom: 0px;
  border: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: block;
  text-align: left;
  color: #2B2A29;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
  content: "+";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: block;
  text-align: left;
  color: #2B2A29;
  margin-right: 5px;
  transition: color 0.3s ease;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
  color: var(--primary);
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover::before {
  color: var(--primary);
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: 0px;
  width: 100%;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  color: var(--primary);
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-style: normal;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: var(--primary);
}

@media (max-width: 767px) {
  .modal-main form.wpcf7-form .input {
    padding: 15px 20px;
  }
}
.modal-main {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 640px;
  max-height: 95vh;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.modal-main.active {
  visibility: visible;
}
.modal-main.active .modal-body {
  transform: scale(1);
  opacity: 1;
}
.modal-main .modal-body {
  background-color: #ffffff;
  padding: 60px 80px;
  transition: all 0.3s;
  transform: scale(0.7);
  opacity: 0;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-main .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #C4C4C4;
}
.modal-main .modal-body::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  border-radius: 9em;
  box-shadow: inset 1px 1px 10px var(--primary);
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: left;
  color: #2B2A29;
  margin-bottom: 35px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input {
  margin-bottom: 15px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input:last-child {
  margin-bottom: 0px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .add-file .add-file-subinfo {
  font-size: 14px;
  line-height: 143%;
  color: #2B2A29;
  display: block;
  margin: 20px 0px 10px 0px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  color: #2B2A29;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a {
  color: #2B2A29;
  transition: color 0.3s ease;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a:hover {
  color: var(--primary);
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .btn-sub-wrap-cf7 {
  margin-bottom: 15px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .btn-sub-wrap-cf7 .btn-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.modal-main .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #424953;
  font-size: 40px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
.modal-main .modal-body .close:hover {
  color: var(--primary);
}

@media (max-width: 767px) {
  .modal-main .modal-body {
    padding: 30px 15px 15px 15px;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info {
    flex-direction: column;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .send-button {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
/******************** MODAL-CONGRATULATIONS ********************/
#modal-congratulations {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 95%;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
#modal-congratulations.active {
  visibility: visible;
}
#modal-congratulations.active .modal-congratulations-body {
  transform: scale(1);
  opacity: 1;
}
#modal-congratulations .modal-congratulations-body {
  background-color: #ffffff;
  padding: 50px 70px;
  transition: all 0.3s;
  transform: scale(0.7);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#modal-congratulations .modal-congratulations-body .modal-congratulations-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #2B2A29;
}
#modal-congratulations .modal-congratulations-body .modal-congratulations-subtitle {
  font-size: 16px;
  line-height: 150%;
  color: #2B2A29;
  text-align: center;
  letter-spacing: 0.02em;
}
#modal-congratulations .modal-congratulations-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #2B2A29;
  font-size: 48px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
#modal-congratulations .modal-congratulations-body .close:hover {
  color: var(--primary);
}

@media (max-width: 767px) {
  #modal-congratulations .modal-congratulations-body {
    padding: 40px 15px 30px 15px;
  }
  #modal-congratulations .modal-congratulations-body .modal-congratulations-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*============ HEADER ============*/
.contacts-list {
  display: flex;
  flex-direction: column;

}
.contacts-list__value {
  font-size: 20px;
  font-weight: 600;
}

.header {
  /*background: linear-gradient(270.16deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);*/
  /*-webkit-backdrop-filter: blur(15px);*/
  /*        backdrop-filter: blur(15px);*/
  background: var(--card);
  padding: 15px 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid var(--bg-light);
}
.header .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-row .custom-logo-link {
  height: 60px;
  max-width: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-right: auto;*/
}
.header .header-row .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.header .header-row .header-menu {
  padding-left: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 15px;
  padding: 0px 15px;
}
.header .header-row .header-menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: color(--main);
  transition: color 0.3s ease;
}
.header .header-row .header-menu li a:hover {
  color: var(--primary);
}
.header .header-row .btn-main {
  margin-left: auto;
}
.header .header-row .header-mobile {
  display: none;
  margin-left: 10px;
  position: relative;
  min-width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 40;
}
.header .header-row .header-mobile span, .header .header-row .header-mobile::before, .header .header-row .header-mobile::after {
  right: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: var(--main);
}
.header .header-row .header-mobile::before, .header .header-row .header-mobile::after {
  content: "";
}
.header .header-row .header-mobile::before {
  top: 0px;
}
.header .header-row .header-mobile::after {
  bottom: 0px;
}
.header .header-row .header-mobile span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}
.header .header-row .header-mobile._active span {
  transform: scale(0) translate(0px, -50%);
}
.header .header-row .header-mobile._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
  background-color: var(--main);
}
.header .header-row .header-mobile._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
  background-color: var(--main);
}

@media (max-width: 991px) {
  .header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .header .header-row .custom-logo-link {
    max-width: 260px;
    padding-right: 15px;
  }
  .header .header-row .header-menu {
    position: fixed;
    left: -200%;
    top: 0px;
    width: 50%;
    height: 100%;
    padding: 15px;
    flex-direction: column;
    background-color: var(--card);

    flex-wrap: nowrap;
    align-items: normal;
    grid-gap: 0px;
    overflow-y: auto;
    transition: left 0.3s ease;
  }
  .header .header-row .header-menu._active {
    left: 0px;
  }
  .header .header-row .header-menu li {
    margin-bottom: 15px;
  }
  .header .header-row .header-menu li:last-child {
    margin-bottom: 0px;
  }
  .header .header-row .header-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 10px 0px;
  }
  .header .header-row .header-menu {
    width: 80%;
  }
  .header .header-row .btn-main {
    display: none;
  }
}
/*============ FOOTER ============*/
.footer {
  margin-top: auto;
  background: var(--main);
}
.footer .footer-top {
  padding: 40px 0px;
}
.footer .footer-top .footer-top-row {
  display: flex;
  grid-column-gap: 30px;
}
.footer .footer-top .footer-top-row .footer-column {
  padding-right: 15px;
  max-width: 350px;
}
.footer .footer-top .footer-top-row .footer-column .footer-title {
  line-height: 135%;
  color: #A5A5A4;
  margin-bottom: 5px;
}
.footer .footer-top .footer-top-row .footer-column.menu .footer-menu {
  margin: 0px;
  padding-left: 0px;
}
.footer .footer-top .footer-top-row .footer-column.menu .footer-menu li {
  margin-bottom: 5px;
}
.footer .footer-top .footer-top-row .footer-column.menu .footer-menu li:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-top-row .footer-column.menu .footer-menu li a {
  font-size: 24px;
  line-height: 110%;
  color: #E8E8E8;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-column.menu .footer-menu li a:hover {
  color: var(--primary);
}
.footer .footer-top .footer-top-row .footer-column.contacts .footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer .footer-top .footer-top-row .footer-column.contacts .footer-contacts .contact-item {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 110%;
  color: #E8E8E8;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-top-row .footer-column.contacts .footer-contacts .contact-item:hover {
  color: var(--primary);
}
.footer .footer-top .footer-top-row .footer-column.contacts .footer-contacts .contact-item:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-top-row .footer-column.addresses .footer-contacts .addresses-item {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 110%;
  color: #E8E8E8;
}
.footer .footer-top .footer-top-row .footer-column.addresses .footer-contacts .addresses-item:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-top-row .footer-column.addresses .footer-contacts .addresses-item p {
  margin: 0px;
}
.footer .footer-top .footer-top-row .custom-logo-link {
  height: 80px;
  margin-left: auto;
}
.footer .footer-top .footer-top-row .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.footer .footer-grampus .footer-grampus-row {
  padding: 20px 0px;
  border-top: 1px solid #3B3B39;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-grampus .footer-grampus-row .left a {
  color: #A5A5A4;
  font-size: 14px;
  text-decoration: underline;
}
.footer .footer-grampus .footer-grampus-row .left a:hover {
  text-decoration: none;
}
.footer .footer-grampus .footer-grampus-row .right a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--card);
}
.footer .footer-grampus .footer-grampus-row .right span {
  margin-right: 15px;
  color: #A5A5A4;
}
.footer .footer-grampus .footer-grampus-row .right a img {
  width: 100%;
  height: 100%;
  display: block;
}

.dev {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--card);
  transition: all .3s ease-in;
}


@media (max-width: 1200px) {
  .footer .footer-top {
    padding: 20px 0px;
  }
  .footer .footer-top .footer-top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .footer .footer-top .footer-top-row .footer-column {
    padding-right: 0px;
    max-width: none;
  }
  .footer .footer-top .footer-top-row .custom-logo-link {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .footer-top-row {
    grid-gap: 0px;
    display: flex;
    flex-direction: column;
  }
  .footer .footer-top .footer-top-row .footer-column {
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-top-row .footer-column .footer-title {
    margin-bottom: 10px;
  }
  .footer .footer-top .footer-top-row .footer-column.addresses .footer-contacts .addresses-item {
    font-size: 16px;
  }
  .footer .footer-top .footer-top-row .footer-column.contacts .footer-contacts .contact-item {
    font-size: 16px;
  }
  .footer .footer-top .footer-top-row .footer-column.menu .footer-menu li a {
    font-size: 16px;
  }
  .footer .footer-top .footer-top-row .footer-column:last-child {
    margin-bottom: 0px;
  }
  .footer .footer-grampus .footer-grampus-row {
    flex-direction: column;
    padding: 10px 0px;
  }
  .footer .footer-grampus .footer-grampus-row .left {
    margin-bottom: 10px;
  }
}
/************** SERVICE-ITEM *************/
.service-item {
  display: flex;
  flex-direction: column;
}
.service-item:hover .service-item-image img {
  transform: scale(1.05);
}
.service-item .service-item-image {
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}
.service-item .service-item-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.service-item .service-item-bottom {
  padding: 20px;
  background: var(--bg-light);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service-item .service-item-bottom .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: var(--main);
  margin-bottom: 10px;
}
.service-item .service-item-bottom .attrs {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.service-item .service-item-bottom .attrs .attr-item {
  line-height: 135%;
  color: var(--main);
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.service-item .service-item-bottom .attrs .attr-item::before {
  content: "";
  background: var(--main);
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 10px;
}
.service-item .service-item-bottom .attrs .attr-item:last-child {
  margin-bottom: 0px;
}
.service-item .service-item-bottom .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.service-item .service-item-bottom .price-wrapper .price {
  font-size: 14px;
  line-height: 135%;
  color: var(--main);
  padding-right: 15px;
}
.service-item .service-item-bottom .price-wrapper .btn-main {
  padding: 10px;
  margin-left: auto;
}
.service-item .service-item-bottom .price-wrapper .btn-main .icon {
  margin-right: 0px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .service-item .service-item-bottom {
    padding: 15px;
  }
  .service-item .service-item-bottom .title {
    font-size: 16px;
  }
  .service-item .service-item-bottom .attrs .attr-item {
    font-size: 14px;
  }
  .service-item .service-item-bottom .price-wrapper {
    flex-direction: column;
    align-items: normal;
  }
  .service-item .service-item-bottom .price-wrapper .price {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .service-item .service-item-bottom .price-wrapper .btn-main {
    margin-left: 0px;
  }
}
/************** SINGLE-SERVICES *************/
.signle-services-wrapper .services-info {
  /* margin-top: 60px; */
  margin-bottom: 40px;
  background: var(--bg-light);
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.signle-services-wrapper .services-content {
  margin-bottom: 40px;
}
.signle-services-wrapper .services-info .info-left {
  padding-right: 15px;
}
.signle-services-wrapper .services-info .info-left .info-left-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}
.signle-services-wrapper .services-info .info-left .info-left-subtitle {
  line-height: 135%;
}
.signle-services-wrapper .services-info .info-left .btn-main {
  margin-top: 20px;
}
.signle-services-wrapper .services-info .info-right {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
/*   white-space: nowrap; */
}
.signle-services-wrapper .services-info .info-right span {
  color: var(--primary);
}

@media (max-width: 991px) {
  .signle-services-wrapper .services-info {
    /* margin-top: 20px; */
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .signle-services-wrapper .services-info .info-left {
    padding-right: 0px;
  }
  .signle-services-wrapper .services-info .info-left .info-left-title {
    font-size: 34px;
  }
  .signle-services-wrapper .services-info .info-right {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .signle-services-wrapper ul {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .signle-services-wrapper .services-info {
    padding: 15px;
  }
  .signle-services-wrapper .services-info .info-left .info-left-title {
    font-size: 25px;
  }
}
/************** ARCHIVE-SERVICES *************/
.archive-services-wrapper {
  margin-bottom: 80px;
}
.archive-services-wrapper .archive-services-body .archive-services-body-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 1200px) {
  .archive-services-wrapper .archive-services-body .archive-services-body-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 991px) {
  .archive-services-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .archive-services-wrapper .archive-services-body .archive-services-body-items {
    display: block;
  }
  .archive-services-wrapper .archive-services-body .archive-services-body-items .service-item {
    margin-bottom: 25px;
  }
  .archive-services-wrapper .archive-services-body .archive-services-body-items .service-item:last-child {
    margin-bottom: 0px;
  }
	.signle-services-wrapper .services-info .info-right {
		font-size: 16px;
	}
}
/************** ARCHIVE-PORTFOLIO *************/
.archive-portfolio-wrapper {
  margin-bottom: 80px;
}
.archive-portfolio-wrapper .archive-portfolio-body .archive-portfolio-body-items .portfolio-item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .archive-portfolio-wrapper {
    margin-bottom: 40px;
  }
}
/************** PORTFOLIO-ITEM *************/
.portfolio-item {
  display: flex;
  grid-column-gap: 30px;
}
.portfolio-item .portfolio-left {
  width: 50%;
}
.portfolio-item .portfolio-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.portfolio-item .portfolio-right {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--bg-light);
  width: 50%;
}
.portfolio-item .portfolio-right .portfolio-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: var(--main);
}
.portfolio-item .portfolio-right .portfolio-description {
  margin-bottom: 20px;
}
.portfolio-item .portfolio-right .btn-main {
  margin-top: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .portfolio-item {
    flex-direction: column;
  }
  .portfolio-item .portfolio-left {
    width: 100%;
  }
  .portfolio-item .portfolio-right {
    padding: 15px;
    width: 100%;
  }
  .portfolio-item .portfolio-right .portfolio-title {
    font-size: 22px;
  }
}
/************** PAGE-404 *************/
.page-404 {
  background-image: url(../img/bg-404.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 100px);
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}
.page-404::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, .85) .12%, rgba(0, 0, 0, .25) 99.88%);
}
.page-404 .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  position: relative;
  z-index: 15;
}
.page-404 .container .page-404-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  color: #E8E8E8;
  margin-bottom: 20px;
}
.page-404 .container .page-404-subtitle {
  font-weight: 400;
  line-height: 135%;
  color: #A5A5A4;
  margin-bottom: 40px;
  max-width: 470px;
}

@media (max-width: 767px) {
  .page-404 .container .page-404-title {
    font-size: 40px;
  }
  .page-404 .container .page-404-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.archive-news {
  padding-bottom: 40px;
}

.archive-news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 1024px) {
  .archive-news__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 660px) {
  .archive-news__items {
    grid-template-columns: 1fr;
  }
}

.news-item__image {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}

.news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__date {
  font-size: 14px;
  margin-bottom: 10px;
}

.news-item__title {
  margin-bottom: 20px;
}

.single-news__banner {
  min-height: 83vh;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-news__banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.6;
}

.single-news__banner-container {
  position: relative;
  z-index: 1;
}

.single-news__banner .title-page h1 {
  color: #fff;
  text-align: center;
}

.single-news__content {
  padding-block: 40px;
}