@charset "UTF-8";



body {
    font-family: 'Manrope', sans-serif!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn{
     font-family: 'Manrope', sans-serif!important;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  width: auto;
  height: auto;
  overflow: inherit;
}

.lightbox.opacity_0 {
  position: inherit;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.lightbox.opacity_0 * {
  display: none;
}

.lightbox_block {
  width: 100vw;
  z-index: 1;
}

.lightbox_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 90vh;
}

.lightbox_body .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lightbox_body .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox_body .swiper-slide img {
  max-height: 70vh;
  max-width: 90vw;
}

.lightbox_body .swiper-slide iframe, .lightbox_body .swiper-slide video {
  display: block;
  height: 500px;
  width: 100%;
  max-height: 70vh;
  max-width: 900px;
}

.lightbox_body .swiper-pagination {
  bottom: 5vh;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.lightbox_bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 23, 33, 0.8);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lightbox-button {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 1;
  cursor: pointer;
}

.lightbox-button:hover {
  opacity: .9;
}

.lightbox-button.swiper-button-disabled {
  display: none;
}

.lightbox-button_prev {
  -webkit-transform: scale(-1);
          transform: scale(-1);
  left: 30px;
}

.lightbox-button_next {
  right: 30px;
}

.no_scroll_lightbox {
  overflow: hidden;
}

.burger_lightbox_container {
  width: 100%;
  text-align: center;
}

.burger_lightbox_circle {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(109, 119, 131, 0.3);
          box-shadow: 0px 2px 4px rgba(109, 119, 131, 0.3);
  background: #fff;
  cursor: pointer;
}

.burger_lightbox_circle:hover .burger_lightbox {
  -webkit-transform: rotate(135deg) translate(1px, -1px);
          transform: rotate(135deg) translate(1px, -1px);
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

.burger_lightbox {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger_lightbox::before, .burger_lightbox::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 30px;
  background: #000;
}

.burger_lightbox--active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
}

.burger_lightbox--active::after {
  top: 50%;
}

@media screen and (max-width: 780px) {
  .lightbox_body .swiper-slide iframe, .lightbox_body .swiper-slide video {
    max-width: 90vw;
    height: 300px;
  }
  .lightbox-button {
    width: 45px;
    height: 45px;
  }
  .lightbox-button_next {
    right: 14px;
  }
  .lightbox-button_prev {
    left: 14px;
  }
}

#toast {
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 300px;
  max-height: 350px;
  z-index: 10000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: auto;
  overflow-x: hidden;
}

#toast div {
  position: relative;
  padding: 10px 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  -webkit-animation: StartToast .5s ease-in-out;
          animation: StartToast .5s ease-in-out;
}

#toast div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: WidthTimeOut 6s linear;
          animation: WidthTimeOut 6s linear;
}

#toast .t-ok {
  background-color: #4caf50;
}

#toast .t-error {
  background-color: #f44336;
}

#toast .t-danger {
  color: #000;
  background-color: #ff9800;
}

#toast .t-info {
  background-color: #03a9f4;
}

@-webkit-keyframes StartToast {
  0% {
    opacity: 0;
    border-radius: 100% 5px 5px 100%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    border-radius: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes StartToast {
  0% {
    opacity: 0;
    border-radius: 100% 5px 5px 100%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    border-radius: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes WidthTimeOut {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes WidthTimeOut {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes infinitiOpacityTransform {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes infinitiOpacityTransform {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes widthNone {
  0%, 100% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}

@keyframes widthNone {
  0%, 100% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  line-height: 130%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-appearance: none;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont;
  color: #151416;
  overflow-anchor: none;
  scroll-behavior: smooth;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.btn {
  font-family: "Exo 2", sans-serif, -apple-system, BlinkMacSystemFont;
  font-weight: 600;
  line-height: 120%;
}

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;
}

textarea,
input,
select,
option {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont;
  font-size: 1rem;
  border: 2px solid #D9D9D9;
  -webkit-appearance: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  color: #5A7486;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
option:-ms-input-placeholder {
  color: #5A7486;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder,
select::-ms-input-placeholder,
option::-ms-input-placeholder {
  color: #5A7486;
}

textarea::placeholder,
input::placeholder,
select::placeholder,
option::placeholder {
  color: #5A7486;
}

textarea:focus,
input:focus,
select:focus,
option:focus {
  border-color: #012945;
  outline: none;
}

textarea.error-input,
input.error-input,
select.error-input,
option.error-input {
  border-color: #E73434;
}

[type="text"],
[type="password"],
[type="search"],
[type="email"],
[type="number"],
select,
textarea {
  width: 100%;
  padding: 0.625rem 0.8125rem;
  border-radius: 5px;
}

select {
  background: url("../img/svg/arrow-down.svg") no-repeat right 13px center/8px 8px, #fff;
}

img {
  max-width: 100%;
}

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

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.btn-reset {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

select {
  cursor: pointer;
}

option {
  font-family: Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

table {
  width: 100%;
  font-size: 0.875rem;
  color: #666;
  background: #eaebec;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
          box-shadow: 0 1px 2px #d1d1d1;
  border-collapse: separate;
}

th {
  padding: 21px 25px 22px 25px;
  font-weight: bold;
  text-align: center;
  background: #ededed;
  border-bottom: 1px solid #e0e0e0;
}

th:first-child {
  padding-left: 20px;
  text-align: left;
}

tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

tr {
  padding-left: 20px;
  text-align: center;
}

tr td:first-child {
  padding-left: 20px;
  text-align: left;
  border-left: 0;
}

tr td {
  padding: 18px;
  background: #e5e8ed;
  border-left: 1px solid #e0e0e0;
}

tr:nth-child(even) td {
  background: #f3f4fa;
}

tr:last-child td {
  border-bottom: 0;
}

tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

tr:hover td {
  background: #d8dbe1;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

body {
  overflow-x: hidden;
  background-color: #f2f2f2!important;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.lib-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .lib-modal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.lib-modal[data-modal-open] {
  max-height: inherit;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lib-modal[data-modal-open] .lib-modal__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .lib-modal[data-modal-open] .lib-modal__content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.lib-modal[data-modal-open="close"] .lib-modal__content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .lib-modal[data-modal-open="open"] .lib-modal__content {
    -webkit-transition: none;
    transition: none;
    position: fixed;
    bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .lib-modal[data-modal-open="close"] .lib-modal__content {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media screen and (min-width: 769px) {
  .lib-modal.modal-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lib-modal.modal-right .lib-modal-close {
    top: 0;
    right: auto;
    left: calc(-46px - 10px);
  }
  .lib-modal.modal-right .lib-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 10px;
    padding: 20px;
    height: 100%;
    max-height: calc(100vh - 20px);
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.lib-modal .lib-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.lib-modal .lib-modal-close {
  width: 46px;
  height: 46px;
  position: absolute;
  top: calc(46px / -3);
  right: calc(46px / -3);
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal-close {
    display: none;
  }
}

.lib-modal .lib-modal-close::before, .lib-modal .lib-modal-close::after {
  content: "";
  position: absolute;
  left: 22%;
  width: 60%;
  height: 2px;
  background-color: currentColor;
  border-radius: 30px;
}

.lib-modal .lib-modal-close::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 49%;
}

.lib-modal .lib-modal-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 49%;
}

.lib-modal .lib-modal-close:hover {
  background-color: #fafafa;
  color: #6A7A81;
}

.lib-modal .lib-modal__content-header {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal__content-header {
    padding-top: 0;
  }
}

.lib-modal .lib-modal__content-header-title {
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal__content-header-title {
    font-size: 24px;
  }
}

.lib-modal .lib-modal__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 30px;
  padding: 0 20px 40px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal__content {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-height: 90%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.lib-modal .lib-modal__content-scroll {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 100%;
  height: 100%;
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.lib-modal.modal-right .lib-modal__content-scroll {
  max-height: inherit;
}

@media screen and (max-width: 768px) {
  .lib-modal.modal-right .lib-modal__content-scroll {
    max-height: 70vh;
    padding-bottom: 20px;
  }
}

.lib-modal .lib-modal__container {
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal__container {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.lib-modal .lib-modal__content-header-line {
  display: none;
}

@media screen and (max-width: 768px) {
  .lib-modal .lib-modal__content-header-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  .lib-modal .lib-modal__content-header-line::before {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    border-radius: 10px;
    background-color: #444;
  }
}

#toast {
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 300px;
  max-height: 350px;
  z-index: 10000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow-y: auto;
  overflow-x: hidden;
}

#toast div {
  position: relative;
  padding: 10px 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  -webkit-animation: StartToast .5s ease-in-out;
          animation: StartToast .5s ease-in-out;
}

#toast div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: WidthTimeOut 6s linear;
          animation: WidthTimeOut 6s linear;
}

#toast .t-ok {
  background-color: #4caf50;
}

#toast .t-error {
  background-color: #f44336;
}

#toast .t-danger {
  color: #000;
  background-color: #ff9800;
}

#toast .t-info {
  background-color: #03a9f4;
}

@keyframes StartToast {
  0% {
    opacity: 0;
    border-radius: 100% 5px 5px 100%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  100% {
    opacity: 1;
    border-radius: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes WidthTimeOut {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 120%;
  background-color: #EB6D02;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

.btn:hover {
  background-color: #d76402;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.btn:hover .arrow {
  -webkit-transform: rotate(-90deg) translate(0rem, 0rem);
          transform: rotate(-90deg) translate(0rem, 0rem);
}

.btn:hover.btn-no-hover {
  background-color: #EB6D02;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: default;
}

.btn .arrow {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn .arrow img,
.btn .arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn svg,
.btn path {
  fill: #FFF;
}

.btn img,
.btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

.btn.btn-small {
  padding: 0.4375rem 0.625rem;
  font-size: 0.875rem;
}

.btn.btn-small img,
.btn.btn-small svg {
  width: 0.75rem;
  height: 0.75rem;
}

.btn.btn-big {
  padding: 0.9375rem 2.5rem;
}

.btn.btn-bg-none {
  color: #151416;
  background: rgba(223, 227, 229, 0);
}

.btn.btn-bg-none:hover {
  background: #DFE3E5;
}

.btn.btn-bg-none:hover.btn-no-hover {
  background-color: rgba(223, 227, 229, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: default;
}

.btn.btn-bg-none svg,
.btn.btn-bg-none path {
  fill: #151416;
}

.btn.btn-bg-black {
  background: #151416;
}

.btn.btn-bg-black:hover {
  background: #222023;
}

.btn.btn-bg-black:hover.btn-no-hover {
  background-color: #151416;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: default;
}

.btn.btn-border {
  -webkit-box-shadow: 0 0 0 2px #BABABA;
          box-shadow: 0 0 0 2px #BABABA;
}

.btn.btn-circle {
  padding: 0.9375rem;
  border-radius: 12.5rem;
}

.btn.btn-circle img,
.btn.btn-circle svg {
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8125rem;
  border-radius: 100%;
  background-color: #012945;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px rgba(1, 41, 69, 0.4), 0px 0px 30px rgba(1, 41, 69, 0);
          box-shadow: 0px 0px 30px rgba(1, 41, 69, 0.4), 0px 0px 30px rgba(1, 41, 69, 0);
}

.btn-arrow img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-arrow:hover {
  background-color: #024777;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 30px rgba(1, 41, 69, 0), 0px 0px 30px rgba(1, 41, 69, 0.4);
          box-shadow: 0px 0px 30px rgba(1, 41, 69, 0), 0px 0px 30px rgba(1, 41, 69, 0.4);
}

@media screen and (max-width: 768px) {
  .btn-arrow {
    padding: 0.625rem;
  }
  .btn-arrow img {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.btn-arrow.btn-arrow--white {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15), 0px 0px 16px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15), 0px 0px 16px rgba(0, 0, 0, 0);
}

.btn-arrow.btn-arrow--white:hover {
  background-color: #f7f7f7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0), 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0), 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.btn-arrow.btn-arrow--size2 {
  padding: 0.625rem;
}

.btn-arrow.btn-arrow--size2 img {
  width: 1.1875rem;
  height: 1.1875rem;
}

.btn-arrow.btn-arrow--size3 {
  padding: 0.4375rem;
}

.btn-arrow.btn-arrow--size3 img {
  width: 1.1875rem;
  height: 1.1875rem;
}

@media screen and (max-width: 768px) {
  .btn-arrow.btn-arrow--size3 {
    padding: 0.3125rem;
  }
  .btn-arrow.btn-arrow--size3 img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.btn-arrow.btn-arrow--left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-arrow.btn-arrow--left:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

/*
	?----HTML-----?

	<label class="form-label">
		<span>Название поля</span>
		<input type="text" name="Имя" data-require="">
	</label>
*/
.form-label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.form-label [type="radio"],
.form-label [type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.form-label input {
  height: 100%;
  line-height: 100%;
}

.form-label span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.form-label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-label div span {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-label div:hover .form-label-checkbox,
.form-label div:hover .form-label-radio {
  border-color: #BABABA;
}

.form-label div:hover .form-label-checkbox span,
.form-label div:hover .form-label-radio span {
  border-color: #BABABA;
}

.form-label div:hover .form-label-radio span {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #BABABA;
}

.form-label .form-label-checkbox,
.form-label .form-label-radio {
  /*
		?----HTML-----?

		* Checkbox *
		<label class="form-label">
			<div>
				<input type="checkbox" name="check" data-require="" checked="">
				<span class="form-label-checkbox">
					<span></span>
				</span>
				<span>Checkbox</span>
			</div>
		</label>

		* Radio *
		<label class="form-label">
			<div>
				<input type="radio" name="radio" data-require="">
				<span class="form-label-radio">
					<span></span>
				</span>
				<span>Radio</span>
			</div>
		</label>
		*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  border: 2px solid #BABABA;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-label .form-label-checkbox span,
.form-label .form-label-radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.5625rem;
  height: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-label .form-label-checkbox span {
  width: 0.625rem;
  height: 0.4375rem;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  border-left: 3px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  -webkit-transform: rotate(-45deg) translate(1px, -1px);
          transform: rotate(-45deg) translate(1px, -1px);
}

.form-label .form-label-radio span {
  border-radius: 50%;
}

.form-label input:checked + .form-label-radio {
  background: #EB6D02;
  border-color: #EB6D02;
}

.form-label input:checked + .form-label-radio span {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #FFF;
}

.form-label input:checked + .form-label-checkbox {
  background: #EB6D02;
  border-color: #EB6D02;
}

.form-label input:checked + .form-label-checkbox span {
  border-color: #FFF;
}

.form-label .form-label-checkbox {
  border-radius: 5px;
}

.form-label .form-label-radio {
  border-radius: 50%;
}

.form-label label {
  display: block;
  margin-bottom: 0.125rem;
}

.form-label .error-message {
  color: #E73434;
}

.form-label .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.form-label .input-minus-plus {
  /*
		?----HTML-----?

		<div class="form-label">
			<span>Кол-во</span>
			<div class="input-minus-plus">
				<div class="btn btn-bg-black btn-minus">
				<img src="/img/svg/minus.svg" loading="lazy" width="22" hieght="22" alt="Минус 1">
				</div>
				<input type="number" name="+-" min="0" value="0" data-require="">
				<div class="btn btn-bg-black btn-plus">
					<img src="/img/svg/plus.svg" loading="lazy" width="22" hieght="22" alt="Плюс 1">
				</div>
			</div>
		</div>
		*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  max-width: 200px;
}

.form-label .input-minus-plus img,
.form-label .input-minus-plus svg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-label .input-minus-plus .btn {
  padding: 5px;
}

.form-label .input-minus-plus .btn:hover {
  opacity: .95;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.form-label .input-minus-plus input[type="number"] {
  min-width: 80px;
  text-align: center;
}

.form-label .input-minus-plus input[type="number"]::-webkit-inner-spin-button,
.form-label .input-minus-plus input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

.input-img {
  /*
	?----HTML-----?

	<label class="form-label">
		<span>Телефон</span>
		<div class="input-img">
			<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
				<path d="M21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C18.8 21.87 18.15 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C9.6 18.45 8.51 17.52 7.47 16.49C6.44 15.45 5.51 14.36 4.68 13.22C3.86 12.08 3.2 10.94 2.72 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C11.27 13.75 11.79 14.24 12.32 14.69C12.84 15.13 13.27 15.43 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33C21.97 18.69 21.89 19.06 21.72 19.42Z" stroke="#9C9C9C" stroke-width="2"></path>
			</svg>
			<input type="text" name="Телефон" placeholder="+7 (___) ___-__-__" data-slots="_" data-require="">
		</div>
	</label>
	*/
  position: relative;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.input-img > img,
.input-img > svg {
  position: absolute;
  top: 50%;
  left: 13px;
  width: to;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.input-img button {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(28px + 13px);
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-img button img,
.input-img button svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.input-img button:hover img,
.input-img button:hover svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.input-img input {
  padding-left: 40px;
  line-height: normal;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.tag.tag-gray {
  background: #DFE3E5;
}

.tag.tag-dark {
  background: rgba(57, 76, 86, 0.5);
}

.tag.tag-price {
  color: #FFF;
  background: #394C56;
  border-radius: 5px;
}

.tag.tag-category {
  color: #FFF;
  background: #151416;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.swiper {
  overflow: hidden;
}

.swiper-pagination {
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 3px;
}

.swiper-slide__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: #D6E4F6;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EB6D02;
}

.swiper-slide .text-color-default div, .swiper-slide .text-color-default p {
  color: #012945 !important;
}

.swiper-slide .text-white div, .swiper-slide .text-white p {
  color: #fff !important;
}

.swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-btn-prev {
    left: 6px;
  }
}

.swiper-btn-next {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-btn-next {
    right: 6px;
  }
}

.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

/*
<!-- Слайдер -->
<div class="swiper-big" style="overflow-x: hidden; max-width: 600px;">
	<div class="swiper-wrapper">
		<a href="#" class="swiper-slide text-white">
			<div class="swiper-slide__img">
				<img src="/wp-content/uploads/2023/02/slider1.jpg" alt="">
			</div>
			<div class="swiper-slide__content">
				<div class="text-4xl sm:text-7xl font-bold my-2 sm:my-4">30%</div>
				<div class="text-xl sm:text-3xl my-2 sm:my-4 font-semibold">на ручки<br>при заказе дверей</div>
			</div>
		</a>
		<div class="swiper-slide text-color-default">
			<div class="swiper-slide__img">
				<img src="/wp-content/uploads/2022/11/nord-3-v-interere.jpg" alt="">
			</div>
			<div class="swiper-slide__content">
				<div class="text-2xl sm:text-4xl my-2 sm:my-4 font-semibold">Выбрать салон</div>
				<div class="swiper-slide__text my-2 sm:my-4">
					<p>Фирменные салоны дверей «Азимут»</p>
				</div>
				<div class="swiper-slide__btn my-3 sm:my-5">
					<button class="btn">Выбрать</button>
				</div>
			</div>
		</div>
		<div class="swiper-slide">
			<div class="swiper-slide__img">
				<img src="/wp-content/uploads/2023/02/bez-bank.jpg" alt="">
			</div>
		</div>
	</div>
	<div class="swiper-pagination swiper-pagination--big"></div>
	<div class="swiper-btn-prev">
		<span class="btn-arrow btn-arrow--white btn-arrow--left btn-arrow-size3">
			<img src="<?php echo get_stylesheet_directory_uri() . '/img/svg/arrow-right.svg'; ?>" alt="">
		</span>
	</div>
	<div class="swiper-btn-next">
		<span class=" btn-arrow btn-arrow--white btn-arrow-size3">
			<img src="<?php echo get_stylesheet_directory_uri() . '/img/svg/arrow-right.svg'; ?>" alt="">
		</span>
	</div>
</div>
<!-- Слайдер конец -->
*/
.swiper-big {
  position: relative;
  overflow: hidden;
}

.swiper-big .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 410px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .swiper-big .swiper-slide {
    height: 300px;
  }
}

.swiper-big .swiper-slide__content {
  position: relative;
  z-index: 1;
  padding: 40px 90px;
}

@media screen and (max-width: 768px) {
  .swiper-big .swiper-slide__content {
    padding: 30px 54px;
  }
}

.swiper-big img {
  border-radius: 10px;
}

.swiper-pagination--big .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
  .swiper-pagination--big .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

/*

	<div class="product-features relative">
		<a href="#" class="product-image-hover">
			<div class="product-image-hover--images">
				<img class="product-image" src="/wp-content/uploads/2022/11/skandi1-dch_4.jpg" alt="">
				<img class="product-image product-hidden" src="/wp-content/uploads/2022/11/skandi1-dch_3.jpg"
					alt="">
				<img class="product-image product-hidden" src="/wp-content/uploads/2022/11/skandi1-dch_2.jpg"
					alt="">
			</div>
			<div class="product-image-hover--pagination">
				<div class="pagination-item pagination-item--active"></div>
				<div class="pagination-item"></div>
				<div class="pagination-item"></div>
			</div>
			<div class="product-image--pagination">
				<div class="pagination-item pagination-item--active"></div>
				<div class="pagination-item"></div>
				<div class="pagination-item"></div>
			</div>
			<span class="hit">Хит</span>
		</a>
		<div class="product-features-info">
			<a href="#">Романс</a>
			<div class="price-container">
				<div class="price">569 BYN</div>
				<div class="price-old">659 BYN</div>
			</div>
		</div>

		<button class="btn btn-cart absolute right-[-8px] bottom-[-8px]">
			<img src="<?php echo get_stylesheet_directory_uri() . '/img/svg/cart.svg'; ?>" alt="">
		</button>
	</div>

*/
.product-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 400px 1fr;
      grid-template-rows: 400px 1fr;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .product-features {
    -ms-grid-rows: 300px 1fr;
        grid-template-rows: 300px 1fr;
  }
}

@media screen and (max-width: 768px) {
  .product-features {
    -ms-grid-rows: 280px 1fr;
        grid-template-rows: 280px 1fr;
  }
}

.product-features .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-features .price {
  font-size: 16px;
  font-weight: bold;
  color: #012945;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .product-features .price {
    font-size: 14px;
  }
}

.product-features .price-old {
  font-size: 16px;
  font-weight: bold;
  color: #5A7486;
  text-decoration: line-through;
  margin-left: 6px;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .product-features .price-old {
    font-size: 14px;
  }
}

.product-features .product-features-info {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr auto;
  gap: 5px;
  padding: 13px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .product-features .product-features-info {
    gap: 3px;
  }
}

.product-features .product-features-info a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #012945;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .product-features .product-features-info a {
    font-size: 16px;
  }
}

.product-features .product-features-info a:hover {
  color: #EB6D02;
}

.product-features .btn-cart {
  position: absolute;
  right: -0.3125rem;
  bottom: -0.625rem;
}

.product-image-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
}

.product-image-hover:hover .product-image-hover--images {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.product-image-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

.product-image-hover img.no-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.product-image-hover .product-image {
  opacity: 1;
}

.product-image-hover .product-image.product-hidden {
  opacity: 0;
  width: 0;
  content-visibility: hidden;
  overflow: hidden;
}

.product-image-hover .product-image-hover--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-image--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 1;
}

.product-image--pagination .pagination-item {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D6E4F6;
  margin: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product-image--pagination .pagination-item.pagination-item--active {
  background: #EB6D02;
}

.product-image-hover--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .product-image-hover--pagination {
    display: none;
  }
}

.product-image-hover--pagination .pagination-item {
  width: 100%;
  height: 100%;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.accordion_block {
  display: -ms-grid;
  display: grid;
  gap: 14px;
}

.accordion-item {
  border: 1px solid #DFE3E5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0 4px #DFE3E5;
          box-shadow: inset 0 0 0 4px #DFE3E5;
  overflow: hidden;
}

.accordion-item.accordion--open .accordion-title {
  background: #DFE3E5;
  border-bottom: 1px solid #DFE3E5;
  border-radius: 6px 6px 0 0;
}

.accordion-item.accordion--open .accordion-title:hover {
  background-color: #d4d9dc;
}

.accordion-item.accordion--open .accordion-title .accordion-arrow img {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion-item.accordion--open .accordion-body {
  max-height: inherit;
  padding: 5px 20px;
}

.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  color: #151416;
  background: #DFE3E5;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .accordion-title {
    font-size: 1rem;
    font-weight: 500;
  }
}

.accordion-title:hover {
  background-color: #d4d9dc;
}

.accordion-text {
  padding: 12px 15px;
}

.accordion-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
}

.accordion-arrow img {
  width: 2rem;
  height: 2rem;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-body {
  height: 100%;
  max-height: 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.accordion-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.accordion-gallery .accordion-gallery-item {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .accordion-gallery .accordion-gallery-item {
    width: 70px;
    height: 70px;
  }
}

.accordion-gallery .accordion-gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.accordion-gallery .accordion-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}

input::-webkit-input-placeholder {
  color: #BABABA;
}

input:-ms-input-placeholder {
  color: #BABABA;
}

input::-ms-input-placeholder {
  color: #BABABA;
}

input::placeholder {
  color: #BABABA;
}

.review {
  background: #DFE3E5;
  padding: 16px;
  border-radius: 10px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .review {
    border-radius: 10px;
  }
}

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

@media screen and (max-width: 768px) {
  .review-head {
    display: block;
  }
  .review-head .stars {
    margin-top: 10px;
  }
}

.review-head .review-head_left {
  margin-right: 10px;
}

.review-name {
  font-size: 17px;
  font-weight: bold;
}

.review-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #151416;
  margin-top: 8px;
}

.review-date img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.review-body {
  margin-top: 16px;
  color: #394C56;
}

.review-body a {
  font-size: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #EB6D02;
}

.review-item .review-name {
  color: #151416;
}

a.review-item:hover {
  opacity: .9;
}

a.review-item:hover .review-name {
  text-decoration: underline;
}

.stars {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.stars .star {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  background: url(../img/review/star2.svg) no-repeat center/contain;
}

.stars .star.active {
  background: url(../img/review/star49.svg) no-repeat center/contain;
}

.grid_col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .grid_col-3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid_col-4 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .grid_col-4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.w-100 {
  width: 100%;
}

.small_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .small_container {
    padding: 0 15px;
  }
}

body {
  line-height: 120%;
  /* has to be scroll, not auto */
  background: #FFF;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 1rem;
}

h1,
.h1 {
  font-size: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 1363px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 2.875rem;
}

@media screen and (max-width: 1363px) {
  h2,
  .h2 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.625rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

.text-color-default {
  color: #394C56;
}

.text-color-red {
  color: #E73434;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  overflow-x: auto;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}

.breadcrumbs span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumbs a {
  color: #151416;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #EB6D02;
}

.breadcrumbs .breadcrumb_last {
  font-weight: normal;
}

.burger {
  position: relative;
  width: 30px;
  height: 21px;
  color: #fff;
  cursor: pointer;
}
.menu-burger__text{
    color:#fff;
}

@media (min-width: 1201px) {
  .burger:hover::before {
    top: 25%;
    -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .burger:hover .burger__line {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .burger:hover::after {
    top: 75%;
    -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}

.burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  border-radius: 3px;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.burger::before {
  top: 0;
}

.burger::after {
  top: calc(100% - 3px);
}

.burger--no-active:hover::before, .burger--no-active:hover::after {
  left: 0;
}

.burger--no-active:hover::before {
  top: 0;
}

.burger--no-active:hover::after {
  top: calc(100% - 3px);
}

.burger--no-active:hover .burger__line {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger--active .burger__line {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.burger--active::before {
  top: 50%;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.burger--active::after {
  top: 50%;
  -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.burger--active:hover::before {
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.burger--active:hover::after {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 40px 0 0;
    overflow-x: auto;
  }
}

.pagination_container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FFF;
  border: 2px solid #DFE3E5;
  border-radius: 10px;
}

.pagination_container > span,
.pagination_container > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
}

.pagination_container > span {
  background: #DFE3E5;
  border-radius: 2px;
}

.pagination_container > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pagination_container > a:hover {
  background: #DFE3E5;
}

.map-iframe {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .map-iframe {
    height: 300px;
  }
}

.map-iframe iframe {
  background: url(../img/svg/spiner.svg) no-repeat center center/50px, #DFE3E5;
}

.map-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .map-blocks {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6,
.text-block .h1,
.text-block .h2,
.text-block .h3,
.text-block .h4,
.text-block .h5,
.text-block .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.text-block h1,
.text-block .h1 {
  font-size: 2.25rem;
  font-weight: 600;
}

.text-block h2,
.text-block .h2 {
  font-size: 2rem;
  font-weight: 600;
}

.text-block p,
.text-block b,
.text-block strong,
.text-block i,
.text-block em,
.text-block small,
.text-block mark,
.text-block del,
.text-block ins,
.text-block sub,
.text-block sup {
  line-height: 1.3;
}

.text-block p {
  margin-bottom: 20px;
  color: #394C56;
}

.text-block a {
  font-weight: 500;
  color: #EB6D02;
}

.text-block a:hover {
  text-decoration: underline;
}

.text-block ul,
.text-block ol {
  margin: 20px 0;
  padding-left: 20px;
  list-style: inherit;
}

.text-block ol {
  list-style: auto;
}

.text-block li {
  margin: 2px 0;
}

.tab-head-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.tab-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  background-color: #EB6D02;
  border-radius: 5px;
  cursor: pointer;
}

.tab-title.tab-title--active {
  color: #151416;
  background-color: #DFE3E5;
}

.tab-title.tab-title--active:hover {
  color: #151416;
  background-color: #DFE3E5;
}

.tab-title:hover {
  background-color: #c85d02;
}

.tab-body {
  display: none;
}

.tab-body.tab-body--active {
  display: block;
}

.tab-block {
  margin-top: 20px;
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 40px rgba(1, 41, 69, 0.1);
          box-shadow: 0px 10px 40px rgba(1, 41, 69, 0.1);
}

.specifications_container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .specifications_container li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.specifications_container li .specification_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #151416;
}

@media screen and (min-width: 1025px) {
  .specifications_container li .specification_name::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin-top: 6px;
    margin-right: 15px;
    background: #151416;
    border-radius: 50%;
  }
}

.specifications_container li .specification_value {
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  .specifications_container li .specification_value {
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.container-block {
  width: 100%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-block.container-block--middle {
  max-width: 1340px;
}

.container-block.container-block--small {
  max-width: 900px;
}

.bg-color {
  background-color: #151416;
}

.bg-color .pagination {
  margin-bottom: 0;
}

.btn-contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 5.625rem;
  height: 5.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #151416;
  background: #FFF;
  border-radius: calc(100% + 1px);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(57, 76, 86, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(57, 76, 86, 0.25);
}

.btn-contact:hover {
  background: #FFF;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 76, 86, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(57, 76, 86, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.phone-block {
  display: -ms-grid;
  display: grid;
  gap: 0.3125rem;
}

.phone-block.phone-header {
  gap: 0;
  justify-items: end;
  -ms-flex-line-pack: center;
      align-content: center;
}

.phone-block.phone-header .phone {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .phone-block.phone-header .phone {
    font-size: 1.125rem;
  }
}

.phone-block .phone {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1rem 1fr;
      grid-template-columns: 1rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #EB6D02;
  text-wrap: nowrap;
}

.phone-block .phone:hover {
  color: #d26102;
}

.phone-block .phone:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.phone-block .phone span {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.phone-block .phone img,
.phone-block .phone svg {
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.phone-block .phone svg {
  fill: #;
}

.phone-block b {
  font-weight: 600;
}

.phone-block small {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}

.single-link {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  gap: 20px;
  padding: 5px;
  background: #FFF;
  border-radius: 10px;
}

.single-link:hover .single-link__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-link:hover .single-link__content-title {
  color: #394C56;
}

.single-link:hover .single-link__arrow-img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.single-link__img {
  border-radius: 5px;
  overflow: hidden;
}

.single-link__img.no-bg {
  background: #DFE3E5;
}

.single-link__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-link__content {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.single-link__content-title {
  font-weight: 600;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.single-link__arrow-img {
  position: absolute;
  right: 15px;
  bottom: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21, 20, 22, 0.5);
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.block-img-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  border-radius: 10px;
  overflow: hidden;
}

.btn-white{
    background-color: #ffffff!important;
    color: #000;
}
.header-container .btn{
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 63px;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 100;
}
.header-container .btn:hover{
    color:#000;
}
@media screen and (max-width: 1024px) {
  .block-img-text {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .block-img-text {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.block-img-text .text-block {
  min-height: 300px;
  padding: 20px;
  background: #DFE3E5;
}

@media screen and (max-width: 768px) {
  .block-img-text .text-block {
    min-height: auto;
  }
}

.card-link {
  position: relative;
  min-height: 200px;
  background: #DFE3E5;
  border-radius: 10px;
  overflow: hidden;
}

.card-link:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-link > img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.card-info {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  justify-items: end;
}

.card-info.card-info_text {
  right: 10px;
  bottom: 10px;
  left: 10px;
  justify-items: start;
}

.card-info.card-info_text div {
  font-weight: 400;
  background: #FFF;
  border-radius: 10px 10px 0 0;
}

.card-info.card-info_text div.card-info_text-last {
  width: 100%;
  font-size: 1rem;
  border-radius: 0 10px 10px 10px;
}

.card-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  background: rgba(57, 76, 86, 0.5);
  border-radius: 10px 10px 0 0;
}

.card-info div img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}

.card-info div.card-info_text-last {
  border-radius: 10px 0 10px 0;
}

.price-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1.3fr;
      grid-template-columns: 1fr 1fr 1.3fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 2px #394C56;
          box-shadow: 0 0 0 2px #394C56;
}

@media screen and (max-width: 1024px) {
  .price-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .price-list .btn {
    color: #FFF;
    background: #151416;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .price-list .btn:hover {
    background: #222023;
  }
}

@media screen and (max-width: 768px) {
  .price-list .btn {
    width: 100%;
  }
}

.price-list .hit {
  position: absolute;
  top: -10px;
  left: -9px;
}

.price-list .price-list__right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .price-list .price-list__right-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 3px solid #394C56;
  border-radius: 20px;
}

.price-block .number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #DFE3E5;
  border-radius: 100%;
}

.price-block .number span {
  position: absolute;
  font-family: "Exo 2", sans-serif, -apple-system, BlinkMacSystemFont;
  font-size: 2rem;
  font-weight: bold;
}

.price-block ul,
.price-block .h3 {
  margin: 0;
}

.price-block li {
  margin-bottom: 5px;
  font-weight: 500;
}

.price-block li:last-child {
  margin-bottom: 0;
}

.price-block .price-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-block .price-block__btn .btn {
  width: calc(100% - 4px);
}

.price-block.price-block__dark {
  color: #FFF;
  background: #151416;
}

.price-block.price-block__dark .number {
  color: #FFF;
  background: #394C56;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.logo .logo-img {
  width: 40px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo .logo-text {
  font-family: "Exo 2", sans-serif, -apple-system, BlinkMacSystemFont;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}

.menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 52px;
  padding: 5px;
  border-radius: 10px;
}

.menu-block .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
}

.menu-block a.logo:hover {
  -webkit-transform: scale(0.95) translateX(-50%);
          transform: scale(0.95) translateX(-50%);
}

a.logo {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.logo:hover {
  opacity: .8;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

@media screen and (max-width: 1363px) {
  .menu-links {
    display: none;
  }
}

.menu-links a,
.menu-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-links a img,
.menu-links span img {
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-links span.btn-bg-black {
  cursor: inherit;
}

.menu-links span.btn-bg-black:hover {
  background: #151416;
  -webkit-transform: none;
          transform: none;
}

.menu-links span.btn-bg-black > img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.menu-links li {
  position: relative;
}

.menu-links ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  min-width: 100%;
  max-width: 600px;
  max-height: 0;
  background: #FFF;
  border-radius: 10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease, max-height 0.26s ease 0.26s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, max-height 0.26s ease 0.26s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.26s ease 0.26s;
  transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.26s ease 0.26s, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  overflow-y: hidden;
}

.menu-links ul li {
  padding: 0 5px;
}

.menu-links ul .btn {
  padding: 10px;
}

.menu-links .menu-links__parent:hover > .btn > .arrow {
  -webkit-transform: rotate(-90deg) translate(0rem, 0rem);
          transform: rotate(-90deg) translate(0rem, 0rem);
}

.menu-links .menu-links__parent:hover > ul {
  max-height: 300px;
  -webkit-box-shadow: 0 0 0 2px #DFE3E5;
          box-shadow: 0 0 0 2px #DFE3E5;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s;
  transition: opacity 0.25s ease 0.1s, transform 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
  overflow-y: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-burger {
  display: none;
}

@media screen and (max-width: 1363px) {
  .menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    height: 21px;
    cursor: pointer;
  }
}

.menu-burger .menu-burger__text {
  padding: 10px;
  font-family: "Exo 2", sans-serif, -apple-system, BlinkMacSystemFont;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
        text-transform: uppercase;
}

.menu-block__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}

.header-fixed {
  position: relative;
}

.header-fixed .header-fixed__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 90;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-fixed .header-fixed__indent {
  height: 52px;
}

.header-fixed.header-fixed__scroll .menu-block {
  padding-right: 35px;
  padding-left: 35px;
}

.header-fixed.header-fixed__scroll .header-fixed__indent {
  height: 52px;
}

.header-fixed.header-fixed__scroll .header-fixed__container {
  position: fixed;
  background: #000;
}

.header-fixed.header-fixed__pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .header-fixed.header-fixed__pc {
    display: none;
  }
}

.header-fixed.header-fixed__mobile {
  display: none;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .header-fixed.header-fixed__mobile {
    display: block;
  }
}

.header-fixed.header-fixed__mobile .header-fixed__container {
  background: #FFF0;
}

@-webkit-keyframes header-fixed {
  0% {
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-fixed {
  0% {
    -webkit-transform: translateY(-52px);
            transform: translateY(-52px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.modal-header-nav-link,
.modal-header-nav-link__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #151416;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .modal-header-nav-link,
  .modal-header-nav-link__sub {
    padding: 10px 5px;
  }
}

.modal-header-nav-links {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
}

.modal-header-nav-links a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #DFE3E5;
}

.modal-header-nav-links a:hover {
  opacity: 0.7;
}

.modal-header-nav-item[data-modal-menu-nav] {
  position: relative;
}

.modal-header-nav-item[data-modal-menu-nav]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 18px;
  height: 100%;
  background: url(../img/svg/arrow-right.svg) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .modal-header-nav-item[data-modal-menu-nav]::after {
    display: none;
  }
}

.modal-header-nav-item,
.modal-header-nav-item__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2px;
}

@media screen and (max-width: 1024px) {
  .modal-header-nav-item,
  .modal-header-nav-item__sub {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-header-nav-item,
  .modal-header-nav-item__sub {
    padding: 0;
    padding-left: 20px;
  }
}

.modal-header-nav-item:hover,
.modal-header-nav-item__sub:hover {
  background: #DFE3E5;
}

.modal-header-nav-item span,
.modal-header-nav-item__sub span {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  background: #DFE3E5;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal-header-nav-item span,
  .modal-header-nav-item__sub span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-header-nav-item span img,
.modal-header-nav-item__sub span img {
  width: 20px;
  height: 20px;
}

.modal-header-nav-item__sub {
  border-radius: 5px;
}

#modal-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (max-width: 1363px) {
  #modal-header {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #modal-header .link-img {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #modal-header {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

#modal-header.modal-header-active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#modal-header.modal-header-active .bg {
  opacity: 1;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  visibility: visible;
}

#modal-header .modal-header-left {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  gap: 30px;
  width: 360px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 30px rgba(19, 46, 67, 0.05);
          box-shadow: 0px 10px 30px rgba(19, 46, 67, 0.05);
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  #modal-header .modal-header-left {
    width: 100%;
  }
}

#modal-header .modal-header-left .modal-header-content {
  height: 100%;
  overflow-y: auto;
}

#modal-header .modal-header-right {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 360px;
  display: none;
  min-width: 360px;
  background: #FFF;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #modal-header .modal-header-right {
    right: 0;
    left: 0;
    display: block;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

#modal-header .modal-header-right.modal-menu-active {
  display: block;
}

@media screen and (max-width: 1024px) {
  #modal-header .modal-header-right.modal-menu-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#modal-header .modal-header-right .modal-header-content {
  height: 100%;
  padding: 30px;
  overflow-y: auto;
}

#modal-header .modal-header-right .modal-header-items__container {
  display: none;
}

#modal-header .modal-header-right .modal-header-items__container.modal-menu-active {
  display: -ms-grid;
  display: grid;
}

#modal-header .modal-header-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 5px;
  border-bottom: 2px solid #E9E9E9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #modal-header .modal-header-close {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

#modal-header .modal-header-close img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#modal-header .modal-header-close:hover {
  background: #F5F5F5;
}

#modal-header .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.header-block {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 80px;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .header-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

.header-container .bg-img {
  overflow: hidden;
}

.header-container .bg-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 20, 22, 0.5)), to(rgba(21, 20, 22, 0.2)));
  background: linear-gradient(0deg, rgba(21, 20, 22, 0.5) 0%, rgba(21, 20, 22, 0.2) 100%);
  z-index: 1;
}

.img-paralax {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  max-width: 920px;
}

.header-left .flex{
    flex-direction: column;
    text-align: center;
}
.header-left .grid p{
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 100;
}

@media screen and (max-width: 1024px) {
  .header-left {
    -webkit-box-orient: vertical;

    gap: 60px;
  }
  .header-left .tag {
    color: #151416;
    background: #DFE3E5;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 300px;
}

@media screen and (max-width: 1363px) {
  .header-right {
    max-width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .header-right {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 100%;
  }
}

.header-right__down {
  position: relative;
}

.header-right__down .btn-contact {
  position: absolute;
  bottom: -45px;
  left: -110px;
}

@media screen and (max-width: 1363px) {
  .header-right__down .btn-contact {
    right: -15px;
    bottom: -70px;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .header-right__down .btn-contact {
    display: none;
  }
}

.entry-title {
  font-weight: 600;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  overflow-x: auto;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}

.breadcrumbs span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumbs a {
  color: #FFF;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #EB6D02;
}

.breadcrumbs .breadcrumb_last {
  font-weight: normal;
}

.header-bg {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .header-bg {
    padding-top: 30px;
  }
}

.header-bg__contant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
  text-align: center;
  justify-items: center;
}

@media screen and (max-width: 768px) {
  .header-bg__contant {
    margin-top: 0;
    text-align: left;
    justify-items: flex-start;
  }
}

.header-bg .bg-img .bg {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 20, 22, 0.7)), to(rgba(21, 20, 22, 0.2)));
  background: linear-gradient(0deg, rgba(21, 20, 22, 0.7) 0%, rgba(21, 20, 22, 0.2) 100%);
}

.header-bg.no-bg .tag {
  color: #151416;
  background: #FFF;
}

.header-bg.no-bg .bg-img .bg {
  background: #151416;
}

.header-bg .breadcrumbs {
  margin: 0;
  color: #FFF;
}

.header-bg .breadcrumbs a {
  color: #FFF;
}

.header-bg .breadcrumbs a:hover {
  color: #FFF;
  opacity: 0.7;
}

.link-img {
  position: relative;
  display: block;
  height: 100%;
  min-height: 140px;
  padding: 1rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#151416), to(rgba(21, 20, 22, 0)));
  background: linear-gradient(180deg, #151416 0%, rgba(21, 20, 22, 0) 100%);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .link-img {
    min-height: 80px;
  }
}

.link-img:hover {
  background-color: #151416;
}

.link-img.link-img--full-bg {
  background: linear-gradient(100.74deg, #151416 0%, rgba(21, 20, 22, 0.4) 100.09%);
}

.link-img.link-img--full-bg:hover {
  background-color: #151416;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#footer {
  padding-top: 60px;
  padding-bottom: 30px;
  color: #FFF;
  background: #151416;
}

.copy {
  display: block;
  color: rgba(255, 255, 255, 0.3);
}

.copy a {
  text-decoration: underline;
}

.copy a:hover {
  color: #FFF;
}

.links-card,
.info-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  gap: 20px;
}

.form-delivery {
  position: relative;
  margin-bottom: 60px;
  background: #151416;
  border-radius: 20px;
}

.contact-footer{
    height: 544px;
    padding:0px;
    border-radius:0px;
}
.contact-footer .container-block--middle{
    margin-top:-420px;
}
.contact-footer .contact-block-map{
      background: #fff;
      padding:20px;
      border-radius: 10px;
      margin-bottom: 20px;
      z-index: 9;
      
}
.contact-social{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.contact-social a img{
    width:32px;
        transition: all 0.25s ease;
}
.contact-social a img:hover{
    width:36px;
        transition: all 0.25s ease;
}
.contact-block-footer>div{
    margin-bottom:20px;
}
@media screen and (max-width: 1024px) {
  .form-delivery {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form-delivery .video-modal {
    margin-top: 30px;
  }
}

.form-delivery__desctiption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  max-width: 360px;
}

@media screen and (max-width: 1024px) {
  .form-delivery__desctiption {
    max-width: initial;
  }
}

.form-delivery__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding: 20px;
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(21, 20, 22, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(21, 20, 22, 0.25);
}

@media screen and (max-width: 1024px) {
  .form-delivery__form {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.form-delivery__form .form-label p {
  max-width: 280px;
  margin-top: 5px;
  font-size: 13px;
}

.form-delivery__form-img {
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .form-delivery__form-img {
    display: none;
  }
}

.form-delivery__form-inputs {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.form-delivery__form-inputs .form-label {
  margin-bottom: 0;
}

.form-delivery__form-inputs-row {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.form-delivery__form-inputs-row-btns {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .form-delivery__form-inputs-row-btns {
    gap: 20px;
  }
}

.form-delivery__form-inputs-row-btns p {
  font-weight: 500;
}

.form-delivery__form-inputs-send {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .form-delivery__form-inputs-send {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .form-delivery__form-inputs-send .btn {
    width: 100%;
  }
}

.form-delivery__form-inputs-send .btn {
  position: relative;
  top: 17px;
  padding: 13px 20px;
}

@media screen and (max-width: 768px) {
  .form-delivery__form-inputs-send .btn {
    position: initial;
    margin-top: 0;
  }
}

.video-item {
  position: relative;
  background: #151416;
  border-radius: 10px;
  overflow: hidden;
}

.video-item.video-item--big {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(21, 20, 22, 0.25);
          box-shadow: 0px 2px 10px 0px rgba(21, 20, 22, 0.25);
}

.video-item.video-item--big a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .video-item.video-item--big a {
    max-height: 280px;
  }
}

.video-item.video-item--big .bg_video img {
  width: 20%;
  height: 20%;
}

.video-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-item .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(21, 20, 22, 0.4);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-item .bg_video img {
  width: 30%;
  height: 30%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-item:hover .bg_video {
  background: rgba(21, 20, 22, 0.6);
}

.video-item:hover .bg_video img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.formblock {
  border-radius: 20px;
}

.price-block_form .formblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.price-block_form .formblock .form-label {
  margin-bottom: 0;
}

.price-block_form .form-delivery__form-inputs-send {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.price-block_form .form-delivery__form-inputs-send .btn {
  top: 0;
  width: 100%;
}

.maps-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 1fr;
      grid-template-columns: 320px 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .maps-blocks {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.content-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}

.a-link {
  color: #494949;
  text-decoration: underline;
}

.a-link:hover {
  text-decoration: none;
    color: #000;
}

.maps-iframe {
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-block-map>div{
    margin-bottom:20px;
}
.contact-block-map div:last-child{
    margin-bottom:0px;
}
.map-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .maps-iframe {
    height: 600px;
  }
}
@media screen and (max-width: 560px) {
    .contact-footer .container-block--middle{
        margin-top:0px;
    }
    .container-block.contact-footer{
       display: flex;
        flex-direction: column-reverse;
        position: relative; 
    }
}

.maps-iframe iframe {
  background: url(../img/svg/spiner.svg) no-repeat center center/50px, #DFE3E5;
}

.contacts__item__title {
  font-weight: 600;
}

.bg-default-black {
  background: #151416;
}

.lg-sub-html {
  display: none;
}

.works_container a {
  border-radius: 10px;
  overflow: hidden;
}

.works_container a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_container a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.content-page {
  min-height: 70vh;
}

.link-post-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.border-effects-block,
.border-effects-block__down {
  background: #151416;
  height: 30px;
}

.border-effects-block::after,
.border-effects-block__down::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  background: #FFF;
}

.border-effects-block {
  position: absolute;
  top: -30px;
  width: 100%;
}

.border-effects-block__down {
  position: absolute;
  bottom: -30px;
  width: 100%;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
/*# sourceMappingURL=main.css.map */




.servise-link {
  position: relative;
  background: #DFE3E5;

  overflow: hidden;
  height: 250px;
  display: block;
}

.servise-link:hover > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.servise-link > img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  max-height: 250px;
  
}

.servise-info {
    position: absolute;
    z-index: 1;
    justify-items: end;
    background: rgb(0 0 0 / 54%);
   
    padding: 8px 11px;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 286px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.servise-info span{
    position: absolute;
    bottom: 20px;
    left: 16px;
    font-weight:600;
}
.servise-info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  background: rgb(0 0 0 / 54%);
  border-radius: 10px 10px 0 0;
}

.servise-info div img {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}


.timeline {
    margin-top:100px;
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
.timeline__item {
    position: relative;
    padding-bottom: 30px;
}
.timeline__mainblock {
    margin: 0 auto;
    margin-bottom: 49px;
    margin-top: 6px;
}
.timeline__col {
    width: 50%;
    text-align: right;
}
.timeline__block {
    padding-right: 40px;
}
.timeline__title {
    font-size: 24px;
    line-height: 0.5;
    padding-bottom: 3px;
}
.timeline__descr {
    padding-top: 16px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #646464;
}
.timeline__item:first-child .timeline__line {
    top: 10px;
}
.timeline__line {
    position: absolute;
    width: 6px;
    top: 0;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.timeline__circle {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #222;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.timeline__mainblock:after, .timeline__mainblock:before {
    content: '';
    display: table;
    clear: both;
}
.timeline__mainblock:after, .timeline__mainblock:before {
    content: '';
    display: table;
    clear: both;
}

.timeline__flipped {
    float: right!important;
    text-align: left;
}
.timeline__flipped .timeline__block {
    padding-right: 0;
    padding-left: 40px;
}

.timeline__title strong{
    text-transform: uppercase;
    font-size: 24px;
    color: #827f7f;
}

.btn{
	background-color:#494949;
}
.btn:hover{
	background-color: #8b8b8b;
}
.btn-contact{
    background-color: #fff;
}
.phone-block .phone{
    color:#494949;
}
 .phone-block .phone:hover{
    color:#747474;
}
#footer .phone-block .phone{
    color:#fff;
    }

.header-phone .phone-block .phone:hover{
    color:#747474;
}
#footer .phone-block .phone:hover{
    color:#b7b7b7;
}


.block-advantages{
    text-align: center;
    padding: 10px 12px;
}
.advantages-img{
    width:70px;
    margin: 15px auto 20px;
}
.block-advantages .text-block{
    font-weight:900;
    padding-top:7px;
}
.block-site-reviews .review{
    height:auto;
    margin-bottom: 20px;
    background: #ffffff;

}
.site-reviews-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}
.site-reviews-title p{
    font-size: 22px;
    font-weight: 600;
}
.site-reviews-title span{
    text-decoration:underline;
    cursor: pointer;
}
.text-yeandex{
    height:663px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #bababa;
    margin-right: 8px;
}
.site-reviews-items{
    background: #bababa;
    padding: 30px 20px;
    border-radius: 10px;
    display: grid;
}
.block-site-reviews .btn{
    width:100%;
    
}

.mb-\[60px\] {
    margin-bottom: 60px;
}

.block-team{
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 3px;
}
.block-team .object-cover{
    border-radius:10px;
}
.black-bg{
    background: #303030;
    color: #fff;
}

.full-width-team{
    width:206%;
}
.block-team .text-block{
    padding: 9px 6px 7px;
    font-size: 18px;
    font-weight: 600;
}
.block-team .sub-text-block{
    padding: 5px 6px 13px;
    font-size: 17px;
}
.team-img{
    height:413px;
}
.team-img img{
    height:100%;
    filter: grayscale(100%);
    transition: all 0.25s ease;
}
.team-img img:hover{
     filter: grayscale(0%);
     transition: all 0.25s ease;
}
.servise-link > img{
    filter: grayscale(100%);
    transition: all 0.25s ease;  
}
.servise-link:hover img{
     filter: grayscale(0%);
     transition: all 0.25s ease;
}
.firs-img-team{
    margin-bottom:10px;
}
.black-bg .team-img{
    margin-top: 10px;
}
.team-button{
    text-align: center;
    margin-top: 20px;
}
.team-button .btn {
        box-shadow: 0 0 0 2px #000000;
}

.text-block-overflow{
    max-height: 449px;
    overflow: hidden;
    position: relative;
    transition: all 0.25s ease;
}

.expanded {
    max-height: none;
    transition: all 0.25s ease;
}
.img-overflow a{
    height:449px;
}
.gap-11 {
    gap: 3.25rem;
}

.text-block-overflow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 127px;
    background: rgb(242, 242, 242);
    background: rgb(242, 242, 242);
    background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 35%, rgb(242 242 242 / 35%) 100%);
    z-index: 9;
}
.text-block-overflow.expanded::after, .text-block-overflow.no-shadow::after{
    display:none;
}
#read-more-btn{
    width: 100%;
    border: 2px solid #d7d7d7;
    padding: 8px;
    border-radius: 5px;
    color: #b9b9b9;
    font-weight: 600;
}

.form-project .column{
        grid-template-columns: 1fr 2fr;
}
.form-project{
    background: url('https://saga.by/wp-content/uploads/2024/05/block-3.svg');
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
}

.form-project .container-block--small{
    max-width: 830px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 40px auto;
}
.consult-info{
    background: #000000b0;
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    color: #fff;
    font-size: 12px;
}
.consult-info p{
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
}
.consult-left{
    min-height: 360px;
    border-radius: 14px;
    display: flex;
    align-items: flex-end;
    background-size: cover!important;

}

.title-project-form{
    font-size: 35px;
    font-weight: 600;
}


.custom-checkbox-group {
    display: flex;
    flex-direction: column;
}

.custom-checkbox {
    position: relative;
    margin-bottom: 16px;
    margin-left: 37px;
    padding-top: 5px;
    flex-basis: 100%;
    font-weight: 600;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: -40px;
    width: 30px;
    height: 30px;
    border: 1px solid #dfe3e5;
    border-radius: 5px;
    background: #dfe3e5;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #dfe3e5;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 10px;
    top: 5px;
    width: 10px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}



.form-project__form-inputs-send{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.form-project__form-inputs-send .form-label{
    flex-basis: 66%;
}
.form-project__form-inputs-send  .flex.items-center{
    flex-basis: 33%;
    width: 100%;
}
.form-project__form-inputs-send  .flex.items-center .btn{
    padding: 12px 16px;
    margin-top: 7px;
}
#footer li a{
    color:#b5b5b5;
}
#footer li a:hover{
    color:#fff;
}
#footer .contact-block-footer p{
    color:#b5b5b5
}
#footer .contact-social{
    flex-direction: column;
    justify-content: flex-start;
}
#footer .contact-social a{
    display: flex;
    align-items: center;
    border: 1px solid #bbb;
    padding: 14px 28px;
    border-radius: 6px;
    width: 218px;
    color: #bbb;
    font-size: 21px;
    margin-bottom: 11px;
    text-transform: uppercase;
}
#footer .contact-social a img:hover{
    width:32px;
}
#footer .contact-social a:hover{
      border: 1px solid #fff;
      color:#fff;
}
.np{
    padding: 0;
}
.header-block{
   background: linear-gradient(180deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 19%) 35%, rgb(0 0 0 / 11%) 100%);
}

.header-block.container-block{
    min-height: 100vh
}

.header-block .header-container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-container h1{
    text-align:center;
    text-transform: uppercase;
}
.page-template-default .content-page>.container-block:first-child{
    padding-left:0px;
    padding-right:0px;

}
.header-bg{
    margin-top:0px!important;
    border-radius: 0!important;
    background: linear-gradient(180deg, rgb(0 0 0 / 54%) 0%, rgb(0 0 0 / 19%) 35%, rgb(0 0 0 / 11%) 100%);
}
.header-block.container-block{
    padding-left:15px;
    padding-right:15px; 
    padding-top:15px;
}
h1.text-white{
    margin-bottom:25px;
    margin-top: 25px;
}
.menu-second{
    margin-left: 35px;
}
.menu-second-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    
}
.menu-secondr-nav-item{
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.menu-secondr-nav-item a{
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    
}
.menu-secondr-nav-item:first-child:before{
    display:none;
}
.menu-secondr-nav-item:before{
    content: '';
    width: 1px;
    height: 16px;
    background: #afafaf;
    position: absolute;
    margin-top: 11px;
    left: 0;
}
.menu-secondr-nav-item a:hover{
    color:#afafaf;
}
.menu-second-mobile{
    display:none;
}
.menu-second-nav-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #151416;
    line-height: normal;
}
.menu-second-mobile-nav-item{
  padding-left: 5px;  
}

 .header-container .btn {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.header-left {
    text-align: center;
}
.header-left span{
    position: relative;
}
.header-left span:after{
    content: '';
    width: 29%;
    height: 2px;
    background: #afafaf;
    position: absolute;
    margin-top: 22px;
    left: 35%;
  
}
.contact-block-map .contact-social a img {
    width: 32px;
    transition: all 0.25s ease;
    border: 2px solid #bababa;
    border-radius: 7px;
    padding: 3px;
}

@media screen and (max-width: 1200px){
    .t-container {
        max-width: 960px;
        padding: 0;
    }
    .t-width_100 {
        max-width: 100%;
    }
}
@media screen and (max-width: 1024px){
    .content-page>.container-block.np{
            margin-top: -70px;
    }
    .page-template-default .content-page>.container-block:first-child{
         margin-top: -70px;
    }
    .page-template-default .content-page>.container-block:first-child .header-bg{
         padding-top: 70px;
    }
    .menu-second-mobile{
        display:block;
    }
    .form-project .column {
    
        grid-template-columns: 2fr 2fr;
    }
    .form-project__form-inputs-send .form-label {
        flex-basis: 60%;
    }
    .header-fixed__scroll .header-fixed__container {
        background: #000!important;
    }
}

@media screen and (max-width: 575px){
    .timeline__line {
        right: auto;
        left: 4px;
    }
    .timeline__circle {
        width: 15px;
        height: 15px;
        top: 8px;
        left: -1px;
        right: auto;
    }
    .timeline__col {
        float: right;
        text-align: left;
        width: 100%;
    }
    .timeline__block {
        padding-right: 0;
        padding-left: 20px;
    }
    .timeline__flipped .timeline__block {
        padding-right: 0;
        padding-left: 20px;
    }
    .full-width-team{
        width:100%;
    }
    .header-left .grid p{
       font-size:18px;
    }
    .form-project .column {
    
        grid-template-columns:  1fr;
    }
    .consult-left{
        background-position: top center!important;
    }
        .form-project__form-inputs-send .form-label {
        flex-basis: 100%;
    }
    .form-project__form-inputs-send .flex.items-center {
        flex-basis: 100%;
        width: 100%;
    }
    .form-project__form-inputs-send .flex.items-center{
        margin-top:0px
    }
    .form-project__form-inputs-send .flex.items-center .btn{
        width:100%
    }
    .header-container .btn {
        margin: 0 auto;
        color: #fff;
        text-transform: uppercase;
        padding: 16px 40px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
    }
    .block-yandex-reviews{
        margin-bottom:30px;
    }
}

@media screen and (max-width: 350px){
    .site-reviews-title{
       flex-wrap: wrap;
    height: 67px; 
    }
}