@charset "UTF-8";
@font-face {
  font-family: "Exo";
  src: url("../fonts/Exo-Medium.woff2") format("woff2"),
    url("../fonts/Exo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/Helvetica-Neue-Roman.woff2") format("woff2"),
    url("../fonts/Helvetica-Neue-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Normalidad";
  /* src: url("../fonts/Normalidad-Wide-Regular.woff2") format("woff2"),
    url("../fonts/Normalidad-Wide-Regular.woff") format("woff"); */
      src: url("../fonts/Normalidad-Wide-Regular-Web.woff2") format("woff2"),
    url("../fonts/Normalidad-Wide-Regular-Web.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SF_UI_Display-Bold.woff2") format("woff2"),
    url("../fonts/SF_UI_Display-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SF_UI_Display-Light.woff2") format("woff2"),
    url("../fonts/SF_UI_Display-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SF_UI_Display-Regular.woff2") format("woff2"),
    url("../fonts/SF_UI_Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SF_UI_Display-Semibold.woff2") format("woff2"),
    url("../fonts/SF_UI_Display-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "SF UI Display", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "SF UI Display", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
  transition: 0.3s;
  position: relative;
}
.wrapper > main::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.wrapper > * {
  min-width: 0;
}

.search-open,
.icon-open {
  padding-right: calc(100vw - 100%);
}

.popup-open,
.burger-open {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: em(991.98)) {
  .popup-open .header,
  .burger-open .header {
    padding-right: 17px;
  }
}

.filter-open {
  overflow: hidden;
}

.popup-open,
.search-open,
.icon-open,
.search-open,
.menu-open,
.burger-open {
  overflow: hidden;
}
.popup-open main::after,
.search-open main::after,
.icon-open main::after,
.search-open main::after,
.menu-open main::after,
.burger-open main::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: em(991.98)) {
  .search-open,
  .menu-open,
  .icon-open {
    padding-right: 0;
  }
}
[class*="__container"] {
  max-width: 98.125rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.logo img {
  max-width: 100%;
}

.btn {
  white-space: nowrap;
  font-family: "Normalidad", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 16px 45.5px;
  border-radius: 4px;
  background-color: #bc1f2b;
  transition: 0.3s;
}
.btn_dark {
  background-color: #232323;
}
@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.8;
  }
}
.btn::active {
  opacity: 0.6;
  transform: scale(0.97);
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
  }
}

.title {
  font-family: "Normalidad", sans-serif;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
}
@media (max-width: 992px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
.title_main {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 992px) {
  .title_main {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .title_main {
    font-size: 24px;
  }
}
.title_sub {
  font-size: 24px;
}
.title_med {
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.title_small {
  font-size: 20px;
}
@media (max-width: 992px) {
  .title_small {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .title_small {
    font-size: 16px;
  }
}

.arr {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 1px solid #959595;
}
@media (any-hover: hover) {
  .arr:hover {
    opacity: 0.8;
  }
}
.arr:active {
  opacity: 0.6;
  transform: scale(0.95);
}
.arr_next {
  transform: rotate(180deg);
}
.arr_next:active {
  transform: scale(0.95) rotate(180deg);
}
@media (max-width: 768px) {
  .arr {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
  }
  .arr img {
    width: 13px;
    height: 11px;
  }
}

.text {
  line-height: 1.3;
  color: #000;
}
.text p:not(:last-child) {
  padding-bottom: 25px;
}
.text_op {
  opacity: 0.6;
}
.text ol,
.text ul {
  padding-bottom: 25px;
  margin-left: 20px;
}

.text ul,
.text ol {
  padding-left: 30px;
  /* padding-bottom: 15px; */
  list-style-type: disc;
  line-height: 1.4;
  clear: both;
  /* font-size: 16px; */
  /* color: #2e2e2d; */
  /* font-weight: 300; */
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
}

.text ul li {
  margin-bottom: 10px;
  list-style: disc;
}

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

.breadcrumbs {
  min-height: 14px;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-family: "Normalidad", sans-serif;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  z-index: 2;
}
.breadcrumbs__link {
  opacity: 0.7;
}
.breadcrumbs_bl {
  color: #000;
}
.breadcrumbs_bl a {
  opacity: 0.7;
}
.fw300 {
  font-weight: 300;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-bottom: 24px;
    overflow-x: auto;
  }
}
.geo__num_dotted::before {
  animation: smoothPulse 1.5s ease-in-out infinite alternate;
}

@keyframes smoothPulse {
  0% {
    background-color: #ffa7ae;
    transform: scale(1);
  }
  100% {
    background-color: #bc1f2b;
    transform: scale(1.05);
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 80px 63px 40px 63px;
  border-radius: 5px;
  max-width: 712px;
  width: calc(100% - 40px);
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 480px) {
  .popup__content {
    padding: 40px 20px;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .pagination__num {
    font-size: 14px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 8px;
  }
}
.header {
  position: relative;
  z-index: 4;
}
.top-header {
  background: #181818;
}
.top-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.top-header__right-row {
  display: flex;
  gap: 47px;
  align-items: center;
}
.top-header__search {
  flex: 0 0 405px;
  position: relative;
}
.top-header__search button {
  position: absolute;
  top: 28px;
  left: 34px;
  width: 24px;
  height: 24px;
}
.top-header__search input {
  padding: 32px 66px;
  width: 100%;
  background: #141414;
  font-size: 14px;
  color: #fff;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
}
.top-header__search input::-moz-placeholder {
  opacity: 0.5;
}
.top-header__search input::placeholder {
  opacity: 0.5;
}
.menu__list {
  display: flex;
  gap: 32px;
}
.menu__list > .menu__item_sub {
  padding-bottom: 21px;
  margin-bottom: -21px;
}
.menu__list_sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  flex-direction: column;
  padding: 20px 24px;
  gap: 16px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  visibility: hidden;
  min-width: 320px;
  z-index: 99;
}
.menu__list_sub-menu .menu__item .menu__link {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}
@media (any-hover: hover) {
  .menu__list_sub-menu .menu__item:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.menu__list_sub-menu .menu__item_sub {
  position: relative;
}
.menu__list_sub-menu .menu__item_sub.is-open::after {
  transform: rotate(-90deg);
}
.menu__list_sub-menu .menu__item_sub::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 11px;
  height: 6px;
  transition: 0.3s;
  background: url("../img/icons/menu-arr.svg") right/contain no-repeat;
}
.menu__list_sub-menu .menu__item_sub .menu__list_sub-menu {
  pointer-events: all;
  top: 0;
  left: calc(100% + 27px);
  min-width: 203px;
}
.menu__item {
  color: #fff;
}
.menu__item_active {
  color: #ff4e5c;
}
@media (any-hover: hover) {
  .menu__item:hover {
    color: #ff4e5c;
  }
}
.menu__item_icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu__item_sub {
  position: relative;
}
.menu__item_sub.is-open > .menu__list_sub-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.menu__link {
  font-family: "Normalidad", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.3s;
}
.menu svg {
  transition: 0.3s;
}

.menu__item_sub .menu__list_sub-menu .menu__item_sub .menu__list_sub-menu {
  top: -20px;
}

.social__row {
  display: flex;
  gap: 8px;
}
.social__item {
  flex: 0 0 32px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .social__item:hover {
    opacity: 0.7;
  }
}
.social__item:active {
  opacity: 0.5;
  transform: scale(0.96);
}

.bottom-header {
  padding: 42px 0 22px 0;
  position: absolute;
  width: 100%;
  z-index: 8;
}
.bottom-header::before {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 1px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 15;
}
.bottom-header_white::before {
  background: rgba(139, 139, 139, 0.5);
}
.bottom-header_main::before {
  bottom: -120px;
}
.bottom-header_white .tel-block__num,
.bottom-header_white .tel-block__time {
  color: #000;
}
.bottom-header_white .tel-block__icon {
  border-color: rgba(0, 0, 0, 0.3);
}
.bottom-header_white .bottom-header__menu > .menu__list > .menu__item {
  color: #000;
}
.bottom-header_white .bottom-header__burger-btn span,
.bottom-header_white .bottom-header__burger-btn::after,
.bottom-header_white .bottom-header__burger-btn::before {
  background-color: #000;
}
.bottom-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.bottom-header__left {
  display: flex;
  gap: 49px;
  align-items: center;
}
.bottom-header__right {
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  align-items: center;
  flex: 0 1 511px;
}
.bottom-header__btn {
  flex: 0 1 212px;
}
.bottom-header__burger-btn {
  display: none;
}

.tel-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tel-block__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}
.tel-block__num {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
}
.tel-block__time {
  font-size: 11px;
  color: #fff;
  line-height: 1.3;
  opacity: 0.5;
  font-family: "HelveticaNeueCyr", sans-serif;
}

.bottom-header__container .bottom-header__plus {
  display: none;
}

.bottom-header_white .bottom-header__body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1840px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.bottom-header_white .bottom-header__plus {
  display: block;
  position: absolute;
  bottom: -10px;
  z-index: 10;
}
.bottom-header_white .bottom-header__plus:nth-child(1) {
  left: 8px;
}
.bottom-header_white .bottom-header__plus:nth-child(2) {
  left: 233px;
  display: none;
}
.bottom-header_white .bottom-header__plus:nth-child(3) {
  right: 86px;
  display: none;
}
.bottom-header_white .bottom-header__plus:nth-child(4) {
  right: 6px;
}

.mobile-menu {
  display: none;
  background: #181818;
}

@media (max-width: 1200px) {
  .top-header__search {
    flex: 0 1 auto;
  }
  .tel-block {
    gap: 10px;
  }
  .tel-block__num {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .bottom-header__row,
  .top-header__row,
  .top-header__right-row,
  .bottom-header__left {
    gap: 20px;
  }
  .bottom-header__right {
    flex: 0 1 auto;
  }
  .bottom-header__right {
    gap: 20px;
  }
  .top-header__search input {
    padding: 15px 35px;
  }
  .top-header__search button {
    top: 10px;
    left: 8px;
  }
  .top-header__search button img {
    width: 20px;
    height: 20px;
  }
  .top-header__search button .menu__list {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .menu__item_sub .menu__list_sub-menu .menu__item {
    margin-bottom: 10px;
  }
  .menu__item_sub
    .menu__list_sub-menu
    .menu__item
    .menu__list_sub-menu
    .menu__item {
    margin-bottom: 5px;
  }
  .bottom-header_white .bottom-header__body::after,
  .bottom-header_white .bottom-header__body::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(139, 139, 139, 0.5);
    left: 236px;
  }
  .bottom-header_white .bottom-header__body::after {
    left: auto;
    right: 90px;
  }
  .bottom-header_white .bottom-header__plus:nth-child(3),
  .bottom-header_white .bottom-header__plus:nth-child(2) {
    display: block;
  }
  .bottom-header::before {
    bottom: 0;
  }
  .bottom-header__right {
    gap: 65px;
  }
  .top-header__container {
    padding-left: 10px;
  }
  .bottom-header__right {
    flex: 0 1 auto;
  }
  .bottom-header::after {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    background: #181818;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .bottom-header__row {
    position: relative;
    z-index: 2;
  }
  .bottom-header__container {
    position: relative;
  }
  .bottom-header__container::before,
  .bottom-header__container::after {
    content: "";
    position: absolute;
    left: 236px;
    width: 1px;
    height: 78px;
    top: -13px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
  }
  .bottom-header__container::after {
    left: auto;
    right: 90px;
  }
  .bottom-header__container .bottom-header__plus {
    display: block;
    position: absolute;
    bottom: -23px;
    z-index: 10;
  }
  .bottom-header__container .bottom-header__plus:nth-child(1) {
    left: 8px;
  }
  .bottom-header__container .bottom-header__plus:nth-child(2) {
    left: 233px;
  }
  .bottom-header__container .bottom-header__plus:nth-child(3) {
    right: 86px;
  }
  .bottom-header__container .bottom-header__plus:nth-child(4) {
    right: 6px;
  }
  .top-header__row {
    justify-content: flex-start;
  }
  .top-header__right {
    width: 100%;
  }
  .top-header__right-row {
    width: 100%;
    justify-content: space-between;
  }
  .mobile-menu {
    display: flex;
    visibility: hidden;
    right: -100%;
    z-index: 5;
    flex-direction: column;
    position: fixed;
    top: 124px;
    width: 100%;
    padding: 50px 20px 41px 20px;
    height: calc(100% - 124px);
    overflow: auto;
    transition: 0.3s;
  }
  .menu {
    margin-bottom: 55px;
  }
  .menu__list > .menu__item_sub {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .menu__list {
    flex-direction: column;
  }
  .menu__list_sub-menu {
    min-width: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0;
    margin-top: 16px;
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 280ms ease;
  }
  .menu__list_sub-menu .menu__list.menu__list_sub-menu {
    padding-left: 8px;
  }
  .menu__list_sub-menu .menu__item .menu__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.66667;
    color: #fff;
    font-family: "Exo", sans-serif;
    opacity: 0.8;
  }
  .menu__list_sub-menu {
    gap: 6px;
  }
  .menu__list_sub-menu .menu__list_sub-menu {
    margin-top: 6px;
  }
  .menu__list_sub-menu .menu__list_sub-menu .menu__item .menu__link {
    opacity: 0.6;
  }
  .menu__list_sub-menu .menu__item_sub::after {
    top: 8px;
    transform: translate(0);
  }
  .menu__item_sub {
    position: relative;
  }
  .menu__item_sub.open::after {
    transform: rotate(180deg) translate(0);
  }
  .menu__item_sub::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 11px;
    height: 6px;
    transition: 0.3s;
    background: url("../img/icons/menu-arr.svg") right/contain no-repeat;
  }
  .menu__item_icon {
    position: relative;
    padding-left: 28px;
    display: block;
  }
  .menu__item_icon svg {
    position: absolute;
    left: 0;
  }
  .menu__item.menu__item_sub:has(:not(.menu__item_icon)) .menu__list_sub-menu {
    padding-left: 8px;
  }
  .mobile-menu__download {
    flex: 1 1 auto;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Normalidad", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
  }
  .mobile-menu__tel {
    margin-bottom: 35px;
  }
  .menu-open .bottom-header__burger-btn::before,
  .menu-open .bottom-header__burger-btn span,
  .menu-open .bottom-header__burger-btn::after {
    background-color: #fff;
  }
  .menu-open .bottom-header::after {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .menu-open .mobile-menu {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .menu-open .bottom-header__burger-btn span {
    opacity: 0;
  }
  .menu-open .bottom-header__burger-btn::before {
    width: 29px;
    transform: rotate(-45deg) translate(0, 11px);
  }
  .menu-open .bottom-header__burger-btn::after {
    width: 29px;
    transform: rotate(45deg) translate(0, -11px);
  }
  .bottom-header__burger-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 29px;
    height: 20px;
    text-align: right;
  }
  .bottom-header__burger-btn::after,
  .bottom-header__burger-btn::before {
    content: "";
    width: 22px;
    margin-left: auto;
  }
  .bottom-header__burger-btn::after,
  .bottom-header__burger-btn::before,
  .bottom-header__burger-btn span {
    height: 3px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
  }
  .bottom-header__burger-btn span {
    width: 100%;
  }
  .bottom-header {
    padding: 12px 0;
  }
  .bottom-header__menu,
  .top-header__left {
    display: none;
  }
  .bottom-header__btn,
  .bottom-header .tel-block__content {
    display: none;
  }
  .bottom-header .tel-block__icon {
    border: 0;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .social__item {
    flex: 0 0 27.5px;
  }
  .social__item img {
    width: 27.5px;
  }
}
@media (max-width: 480px) {
  .menu__list {
    gap: 20px;
  }
}
.main-section__container_overlay .main-section__dots {
  transition: 0.1s;
}

.menu-open .main-section__container_overlay .main-section__dots {
  opacity: 0;
  visibility: hidden;
}

.footer__top {
  display: none;
}
.footer__bottom {
  background-color: #000;
  padding: 23px 0;
}
.footer__bottom .footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer__bottom .footer__container > *:first-child {
  flex: 0 1 auto;
}
.footer__bottom .footer__container > *:last-child {
  flex: 0 1 auto;
  margin-left: auto;
  text-align: right;
}
.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__bottom p {
  display: block;
  opacity: 0.7;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.footer__bottom p:first-of-type {
  margin-bottom: 10px;
}
.footer__bottom-left {
  flex-shrink: 0;
}
.footer__bottom-right {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
.footer__bottom p:not(:last-child) {
  padding-bottom: 5px;
}
.footer__bottom p a {
  text-decoration: underline;
}
.footer__bottom p a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer__bottom .footer__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__bottom .footer__container > *:last-child {
    margin-left: 0;
    text-align: left;
  }
  .footer__bottom-content {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom-right {
    justify-content: flex-start;
  }
}

.main-footer {
  background-color: #181818;
}
.main-footer__body {
  position: relative;
  padding: 75px 0 117px 0;
  max-width: 1840px;
  margin: auto;
}
.main-footer__body::after,
.main-footer__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main-footer__body::after {
  left: auto;
  right: 10px;
}
.main-footer__row {
  display: flex;
  gap: 85px;
  justify-content: space-between;
}
.main-footer__left {
  flex: 0 1 218px;
}
.main-footer__logo {
  margin-bottom: 47px;
  display: block;
}
.main-footer__title {
  margin-bottom: 12px;
}
.main-footer__center {
  display: flex;
  justify-content: space-between;
  /* flex: 0 1 880px; */
  flex: 0 1 1480px;
  gap: 40px;
}
.main-footer__column .main-footer__title {
  margin-bottom: 19px;
}
.main-footer__column .main-footer__title_sec {
  margin-top: 24px;
}
.main-footer__item:not(:last-child) {
  margin-bottom: 12px;
}
.main-footer__link {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .main-footer a.main-footer__link:hover {
    text-decoration: underline;
  }
}

.footer-title {
  font-size: 18px;
  font-family: "Normalidad", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.right-footer {
  flex: 0 1 300px;
}
.right-footer__text {
  margin-bottom: 24px;
  color: #fff;
}
.right-footer__form {
  display: flex;
}
.right-footer__form input {
  width: 100%;
  background-color: #fff;
  padding: 19.5px 20px;
}
.right-footer__form input::-moz-placeholder {
  opacity: 0.5;
}
.right-footer__form input::placeholder {
  opacity: 0.5;
}
.right-footer__btn {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bc1f2b;
  transition: 0.3s;
}
.right-footer__btn:hover {
  opacity: 0.8;
}
.right-footer__btn:active {
  opacity: 0.6;
}
.right-footer__btn img {
  width: 25px;
  height: 27px;
}

.footer__pilot {
  padding-left: 100px;
  background: url(https://skp02.ru/bitrix/templates/skp02/images/image-pilot.png)
    no-repeat center left;
  min-height: 35px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.7;
  font-size: 14px;
  color: #fff;
}
.footer__pilot a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.5;
}
.footer__pilot a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-color: transparent;
}
@media screen and (max-width: 639px) {
  .footer__pilot {
    padding: 10px 0 0 100px;
    text-align: left;
    background: url(https://skp02.ru/bitrix/templates/skp02/images/image-pilot.png)
      no-repeat center left;
    display: block;
    line-height: 1.6;
    font-size: 12px;
    margin-top: 20px;
  }
}
.footer__bottom .f-pilot:hover {
  opacity: 1;
}

@media (max-width: 1500px) {
  .main-footer__row {
    gap: 50px;
  }
  .main-footer__left {
    flex: 0 1 auto;
  }
}
@media (max-width: 1200px) {
  .footer__top {
    display: block;
    background-color: #000;
  }
  .footer__body {
    padding: 32px 0;
    position: relative;
  }
  .footer__body::after,
  .footer__body::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer__body::after {
    right: 10px;
    left: auto;
  }
  .right-footer {
    display: none;
  }
  .newsletter__text {
    font-size: 14px;
    line-height: 1.3;
    opacity: 0.7;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
  }
  .newsletter__text::before {
    content: "";
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background: url("../img/icons/email.svg") left/contain no-repeat;
  }
  .newsletter__form {
    display: flex;
  }
  .newsletter__form input {
    width: 100%;
    padding: 17px 24px;
  }
  .newsletter__btn {
    width: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 101px;
    background-color: #bc1f2b;
  }
}
@media (max-width: 992px) {
  .main-footer__row {
    flex-direction: column;
  }
  .main-footer__logo {
    margin-bottom: 0;
  }
  .main-footer__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .main-footer__left .footer-title {
    display: none;
  }
  .main-footer__center {
    gap: 20px;
  }
  .main-footer__center {
    flex-direction: column;
    flex: 0 1 auto;
  }
  .main-footer__column:not(:last-child) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer-title {
    font-size: 16px;
  }
  .main-footer__body {
    padding: 32px 0;
  }
  .footer__bottom {
    padding: 30px 0;
  }
  div.main-footer__link {
    font-size: 16px;
  }
  .main-footer__column .main-footer__title_sec {
    margin-bottom: 10px;
  }
}
.main-section {
  position: relative;
  overflow: hidden;
}
.main-section::after {
  content: "";
  position: absolute;
  left: -100vw;
  height: 1px;
  width: 200vw;
  background: rgba(255, 255, 255, 0.1);
  bottom: 72px;
}
.main-section_bn::after {
  display: none;
}
.main-section__body {
  position: relative;
  max-width: 1840px;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 0;
  height: 100%;
  pointer-events: none;
  transform: translate(-50%, 0);
}
.main-section__body .main-section__plus {
  z-index: 15;
}
.main-section__body .main-section__plus:nth-child(1) {
  top: 102px;
  left: 7px;
}
.main-section__body .main-section__plus:nth-child(2) {
  top: 102px;
  right: 7px;
}
.main-section__body .main-section__plus:nth-child(3) {
  bottom: 4px;
  left: 7px;
}
.main-section__body .main-section__plus:nth-child(4) {
  bottom: 4px;
  right: 7px;
}
.main-section__body_main .main-section__plus:nth-child(1) {
  top: 222px;
}
.main-section__body_main .main-section__plus:nth-child(2) {
  top: 222px;
}
.main-section__body_main .main-section__plus:nth-child(3) {
  bottom: 60px;
}
.main-section__body_main .main-section__plus:nth-child(4) {
  bottom: 60px;
}
.main-section__plus {
  position: absolute;
}
.main-section_other::after {
  bottom: 15px;
}
.main-section__container {
  position: relative;
  z-index: 2;
}
.main-section__container_main {
  pointer-events: none;
}
.main-section__container_main,
.main-section__container_abs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: calc(100% - 40px);
  height: 100%;
}
.main-section__container .main-section__plus:nth-child(1) {
  top: 102px;
  left: calc(39.6815% - 4px);
}
.main-section__container .main-section__plus:nth-child(2) {
  top: 102px;
  right: 619px;
}
.main-section__container .main-section__plus:nth-child(3) {
  bottom: 4px;
  left: calc(39.6815% - 4px);
}
.main-section__container .main-section__plus:nth-child(4) {
  bottom: 4px;
  right: 619px;
}
.main-section__container::before,
.main-section__container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 300vw;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  right: 623px;
}
.main-section__container::before {
  right: auto;
  left: 39.6815%;
}
.main-section__container_abs {
  pointer-events: none;
}
.main-section__container_abs::after,
.main-section__container_abs::before {
  display: none;
}
.main-section__container_abs_main .main-section__plus:nth-child(3),
.main-section__container_abs_main .main-section__plus:nth-child(4) {
  bottom: 61px;
}
.main-section__container_abs_main .main-section__plus:nth-child(1),
.main-section__container_abs_main .main-section__plus:nth-child(2) {
  top: 222px;
}
.main-section__content {
  position: relative;
}
.main-section__bc img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-section_other {
  min-height: 570px;
}
.main-section_ab .main-section__text {
  max-width: 690px;
}
.main-section_group .main-section__text {
  margin-bottom: 54px;
  max-width: 756px;
}
.main-section_group .main-section__text p:not(:last-child) {
  margin-bottom: 30px;
}
.main-section_group .main-section__container {
  position: relative;
  min-height: 670px;
}
.main-section_group .main-section__container_abs {
  position: absolute;
}
.main-section_group .main-section__image {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.main-section_group .main-section__switch {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  padding: 10px 22.5px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s;
  color: #fff;
  position: absolute;
  bottom: 75px;
  right: 20px;
}
.main-section_group .main-section__switch span {
  text-decoration: underline;
}
.main-section_group .main-section__switch:hover {
  opacity: 0.6;
}
.main-section_group .main-section__switch:hover span {
  text-decoration: none;
}
.main-section__bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-section__content {
  max-width: 965px;
}
.main-section__title {
  max-width: 768px;
  padding-bottom: 30px;
}
.main-section__text {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
}
.main-section__inner {
  position: relative;
}
.main-section__content {
  padding-top: 170px;
}
.main-section__slider {
  width: 100%;
}
.main-section__container_overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--site-container);
  height: 100%;
  pointer-events: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  box-sizing: border-box;
}
.main-section__container_inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}
.main-section_cnt {
  min-height: 462px;
}
.main-section_cnt .main-section__text {
  max-width: 690px;
}

.main-section__dots .slick-dots {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-end;
  pointer-events: all;
}
.main-section__dots .slick-dots li {
  display: flex;
  gap: 18px;
  align-items: center;
  transition: 0.3s;
  font-family: "Normalidad", sans-serif;
}
.main-section__dots .slick-dots li.slick-active span {
  color: #fff;
}
.main-section__dots .slick-dots li.slick-active::after {
  background-color: #bc1f2b;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.main-section__dots .slick-dots li {
  cursor: pointer;
}

.main-section__dots .slick-dots li span {
  font-size: 18px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.4);
}

.main-section__dots .slick-dots li::after {
  content: "";
  width: 12px;
  flex: 0 0 12px;
  height: 12px;
  border-radius: 100%;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
}

/* hover эффекты */
.main-section__dots .slick-dots li:hover button {
  transform: scale(1.05);
}

.main-section__dots .slick-dots li:hover::before {
  color: rgba(255, 255, 255, 0.85);
}

.main-slider__slide {
  padding-top: 241px;
}
.main-slider__slide.slick-slide {
  min-height: 770px;
}
.main-slider__content {
  position: relative;
  z-index: 2;
}
.main-slider__bc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider__map {
  position: absolute;
  top: 162px;
  right: 48px;
  z-index: 2;
}
.main-slider__title {
  padding-bottom: 30px;
  max-width: 640px;
}
.main-slider__text {
  padding-bottom: 80px;
  max-width: 690px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  .main-slider__map {
    right: -200px;
  }
}
@media (max-width: 1200px) {
  .main-section__container .main-section__plus:nth-child(1),
  .main-section__container .main-section__plus:nth-child(3) {
    left: 414px;
  }
  .main-section__container .main-section__plus:nth-child(2),
  .main-section__container .main-section__plus:nth-child(4) {
    right: 414px;
  }
  .main-section__container::after {
    right: 418px;
  }
  .main-section__container::before {
    left: 418px;
  }
  .main-slider__map {
    right: -400px;
  }
  .main-section_group .main-section__image {
    right: -40px;
  }
  .main-section_group .main-section__image img {
    max-width: 500px;
  }
  .main-section_group .main-section__switch {
    bottom: 30px;
  }
}
@media (max-width: 992px) {
  .main-section__container .main-section__plus:nth-child(1) {
    left: 232px;
    top: 73px;
  }
  .main-section__container .main-section__plus:nth-child(2) {
    right: 87px;
    top: 73px;
  }
  .main-section__container .main-section__plus:nth-child(3) {
    left: 232px;
  }
  .main-section__container .main-section__plus:nth-child(4) {
    right: 87px;
  }
  .main-section__body .main-section__plus:nth-child(1),
  .main-section__body .main-section__plus:nth-child(2) {
    top: 73px;
  }
  .main-section__container::after {
    right: auto;
    left: 236px;
  }
  .main-section__container::before {
    left: auto;
    right: 90px;
  }
  .main-section_other {
    min-height: 480px;
  }
  .main-section_cnt {
    min-height: 400px;
  }
  .main-section__content {
    padding-top: 150px;
  }
  .main-section__title {
    padding-bottom: 24px;
  }
  .main-section__text {
    font-size: 18px;
  }
  .main-slider__slide {
    padding-top: 180px;
  }
  .main-slider__text {
    font-size: 18px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .main-section__container .main-section__plus:nth-child(3),
  .main-section__container .main-section__plus:nth-child(4),
  .main-section::after {
    display: none;
  }
  .main-section__body .main-section__plus:nth-child(3),
  .main-section__body .main-section__plus:nth-child(4) {
    display: none;
  }
  .main-section_group .main-section__image {
    bottom: 0;
    right: auto;
    left: calc(50% + 20px);
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
  }
  .main-section_group .main-section__switch {
    bottom: 24px;
    width: calc(100% - 40px);
    justify-content: center;
    right: auto;
    left: 20px;
  }
  .main-section_group .main-section__text p:not(:last-child) {
    margin-bottom: 24px;
  }
  .main-section_group .main-section__text {
    margin-bottom: 50px;
  }
  .main-section_group .main-section__btn {
    width: 100%;
  }
  .main-slider__map {
    right: -615px;
  }
  .main-section__content {
    padding-top: 90px;
  }
  .main-section__text {
    font-size: 14px;
  }
  .main-section {
    min-height: 852px;
  }
  .main-section_other {
    min-height: 326px;
  }
  .main-section_group {
    min-height: 0;
  }
  .main-section_group .main-section__container {
    min-height: 860px;
  }
  .main-section_cnt {
    min-height: 258px;
  }
  .main-section__container_inner {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: center;
  }
  .main-section__dots .slick-dots li span {
    display: none;
  }
  .main-section__dots .slick-dots {
    flex-direction: row;
    align-items: center;
  }
  .main-section__dots .slick-dots {
    gap: 12px;
  }
  .main-section__dots .slick-dots li::after {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
  }
  .main-section__container_overlay {
    position: static;
    transform: translate(0);
  }
  .main-slider__title {
    padding-bottom: 24px;
  }
  .main-slider__slide.slick-slide {
    min-height: 852px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
  }
  .slick-initialized .main-slider__slide.slick-slide.slick-slide {
    display: flex;
    flex-direction: column;
  }
  .main-slider__content,
  .main-slider__container {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
  }
  .main-slider__content {
    height: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
  }
  .main-slider__btn {
    width: 100%;
  }
  .main-slider__text {
    flex: 1 1 auto;
  }
  .main-slider__text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .main-slider__slide {
    padding-top: 127px;
  }
  .main-slider__text {
    font-size: 14px;
  }
  .main-slider__bc img {
    -o-object-position: 55%;
    object-position: 55%;
  }
}
.page__content {
  position: relative;
}
.page__content .page__inner {
  pointer-events: none;
  max-width: 1840px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
}
.page__content .page__inner::after,
.page__content .page__inner::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(139, 139, 139, 0.5);
}
.page__content .page__inner::before {
  left: 10px;
}
.page__content .page__inner::after {
  right: 10px;
}

.grade {
  padding: 47px 0 38px 0;
  background: #f7f7f7;
}
.grade__row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.grade__left {
  flex: 0 0 319px;
  padding-bottom: 47px;
  padding-top: 17px;
}
.grade__title {
  padding-bottom: 47px;
}
.grade__arrs {
  display: flex;
  gap: 12px;
}
.grade__arrs_mob {
  display: none;
}
.grade__right {
  flex: 1 1 auto;
  min-width: 0;
  flex: 0 1 1200px;
}
.grade__slider {
  display: block;
}
.grade__slide {
  padding: 30px;
  width: 360px;
  margin-right: 60px;
}
.grade__slide-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 24px;
}
.grade__slide-title span {
  padding-top: 9px;
}
@media (max-width: 1600px) {
  .grade__slide {
    margin-right: 20px;
    padding: 20px;
  }
  .grade__left {
    flex: 0 0 230px;
  }
}
@media (max-width: 1200px) {
  .grade__title {
    font-size: 28px;
  }
  .grade__slide {
    padding: 0;
  }
  .grade__slide-title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .grade__arrs {
    display: none;
  }
  .grade__arrs_mob {
    display: flex;
  }
  .grade__row {
    flex-direction: column;
    gap: 32px;
  }
  .grade__left {
    padding-top: 0;
    padding-bottom: 12px;
    flex: 0 1 auto;
  }
  .grade__right {
    flex: 0 1 auto;
  }
  .grade__title {
    padding: 0;
  }
  .grade__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .grade__slide {
    margin-right: 30px;
    width: 316px;
  }
  .grade__slide-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .grade__text {
    font-size: 13px;
  }
  .grade__slide-title span {
    font-size: 16px;
  }
  .grade__slide-title {
    padding-bottom: 18px;
  }
  .grade .slick-slider {
    overflow: visible;
  }
}
.products {
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
}
.products__wrap {
  padding: 66px 0 98px 0;
  position: relative;
  max-width: 1840px;
  margin: auto;
}
.products__wrap::before,
.products__wrap::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: url("../img/icons/plus-2.svg");
}
.products__wrap::after {
  left: auto;
  right: 6px;
}
.products__row {
  display: flex;
  gap: 60px;
}
.products__left {
  flex: 0 1 438px;
}
.products__title {
  padding-bottom: 54px;
}
.products__text {
  max-width: 430px;
  padding-bottom: 74px;
}
.products__right {
  flex: 1 1 auto;
}
.products__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.products__item {
  background: #262626;
  padding: 54px 41px 44px 41px;
  color: #fff;
  position: relative;
  min-height: 285px;
  overflow: hidden;
}
.products__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/products/triangle.svg") right/cover no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.products__content {
  display: flex;
  flex-direction: column;
  max-width: 65%;
  position: relative;
  z-index: 2;
  min-height: 100%;
}
.products__subtitle {
  padding-bottom: 11px;
  max-width: 340px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Normalidad", sans-serif;
}
.products__subtext {
  padding-bottom: 10px;
  color: #fff;
  flex: 1 1 auto;
  max-width: 280px;
}
.products__link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Normalidad", sans-serif;
  opacity: 0.6;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .products__link:hover {
    opacity: 1;
  }
  .products__link:hover::after {
    transform: translate(5px, 0);
  }
}
.products__link::after {
  content: "";
  width: 15px;
  height: 13px;
  transition: 0.3s;
  flex: 0 0 15px;
  background: url("../img/icons/arr-right.svg") right/contain no-repeat;
}
.products__image {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  max-width: calc(30% - 20px);
  height: auto;
}
.products__image img {
  max-width: 100%;
  max-height: 210px;
}

.cats__item {
  &.ost .products__image {
    right: 50px;
  }

  &.pav .products__image {
    max-width: calc(45% - 20px);
    right: -55px;
  }

  &.streetMebel .products__image {
    right: 25px;
    max-width: calc(35% - 20px);
  }

  &.led .products__image {
    right: 65px;
    max-width: calc(35% - 20px);
  }

  &.gkh .products__image {
    right: -30px;
    max-width: calc(45% - 20px);
  }

  &.fasad .products__image {
    right: 40px;
    max-width: calc(30% - 20px);

    img {
      max-height: 360px;
    }
  }

  &.laser  {
    .products__image {
      right: 20px;
      max-width: calc(45% - 20px);
    }

    .products__content {
      max-width: 50%;
    }
  }

  &.svarka .products__image {
    right: 35px;
    max-width: calc(40% - 20px);
    transform: translateY(-40%);
  }

  &.gibka {
    .products__image {
      right: 0;
      max-width: calc(75% - 20px);

      img {
        max-height: 100%;
      }
    }

    .products__content {
      max-width: 50%;
    }
  }

  &.sh-pechat {
    .products__image {
      right: 15px;
      max-width: calc(40% - 20px);

      img {
        max-height: 100%;
      }
    }

    .products__content {
      max-width: 55%;
    }
  }

  &.uf-pechat {
    .products__image {
      right: 20px;
      max-width: calc(45% - 20px);
      transform: translateY(-30%);

      img {
        max-height: 100%;
      }
    }

    .products__content {
      max-width: 55%;
    }
  }

  &.spezt {
    .products__image {
      right: 20px;
      max-width: calc(45% - 20px);
    }

    .products__content {
      max-width: 50%;
    }
  }

  &.mworks {
    .products__image {
      right: 5px;
      max-width: calc(45% - 20px);
    }

    .products__content {
      max-width: 60%;
    }
  }


  &.poly-product {
    .products__image {
      right: 25px;
      max-width: calc(38% - 20px);

      img {
        max-height: 100%;
      }
    }

    .products__content {
      max-width: 50%;
    }
  }

  img {
    max-height: 335px;
  }
}

@media (max-width: 1400px) {
  .products__row {
    flex-direction: column;
  }
  .products__left {
    flex: 0 1 auto;
  }
  .products__text {
    max-width: 100%;
  }
  .products__title {
    padding-bottom: 30px;
  }
  .products__text {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .products__row {
    gap: 40px;
  }
  .products__item {
    padding: 30px 20px;
  }
  .products__subtitle {
    font-size: 20px;
  }
  .products__items {
    gap: 15px;
  }
}
.products__btn_mob {
  display: none;
}

@media (max-width: 768px) {
  .products__row {
    gap: 27px;
  }
  .products_first {
    padding: 0;
  }
  .products__wrap {
    padding: 40px 0 54px 0;
  }
  .products__btn {
    display: none;
    margin-top: 30px;
  }
  .products__btn_mob {
    display: block;
  }
  .products__text {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 14px;
  }
  .products__title {
    padding-bottom: 24px;
  }
  .products__subtext {
    font-size: 14px;
  }
  .products__link {
    font-size: 13px;
  }

  .products__items {
    grid-template-columns: 1fr;
  }

  .cats__item {
    img {
      max-height: 90%;
    }

    .products__image {
      max-width: calc(45% - 20px) !important;
      height: 100% !important;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      right: 15px;
      padding-bottom: 15px;
    }

    .products__content {
      max-width: 45%;
    }

    &.sh-pechat {
      & .products__image {
        img {
          max-height: 90%;
        }
      }
    }

    &.gibka {
      & .products__image {
        padding: 0;
        img {
          max-width: max-content;
          max-height: 100%;
          height: 100%;
        }
      }
    }

    &.svarka .products__image {
      transform: translateY(-50%);
    }

    &.uf-pechat {
      .products__image {
        transform: translateY(-50%);
      }
    }

    &.poly-product {
      & .products__image {
        img {
          max-width: 85%;
        }
      }
    }

    &.fasad .products__image {
      right: 15px;

      img {
        max-height: 85%;
      }
    }

    &.led .products__image {
      right: 15px;
    }

    &.streetMebel .products__image {
      right: 15px;
    }

    &.gkh .products__image, &.pav .products__image {
      max-width: calc(50% + 30px)!important;
    }

    &.ost .products__image {
      right: 15px;
    }

    &.svarka .products__image {
      right: 15px;
    }
  }
}
@media (max-width: 480px) {
  .products__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .products__subtext {
    font-size: 13px;
  }
  .products__subtitle {
    font-size: 18px;
  }
  .products__subtitle br {
    display: none;
  }
  .products__link {
    font-size: 12px;
  }
  .products__item {
    min-height: 220px;
  }
  .products__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;

    .products__image {
      position: static;
      max-width: 100%!important;
      height: auto!important;
      max-height: max-content;
      transform: none;
      padding: 0;

      img {
        max-width: 220px;
        max-height: 220px;
      }
    }

    .products__content {
      max-width: 100%;
      width: 100%;
    }
  }
  .products__content {
    flex: 1 1 auto;
  }



  .cats__item .products__item {
    gap: 30px;

    .products__image {
      position: static;
      max-width: 100%!important;
      height: auto!important;
      max-height: max-content;
      transform: none;
      padding: 0;
    }

    .products__content {
      max-width: 100%;
    }

    img {
      max-width: 220px!important;
      max-height: 220px!important;
    }
  }

  .cats__item.gibka {

    .products__item {
      gap: 0;
    }

    .products__image {
      padding: 0;
      position: relative;
      top: 30px;
      right: -20px;
    }

  }
}

.company {
  padding: 96px 0;
}
.company__row {
  display: flex;
  gap: 62px;
}
.company__content {
  padding-top: 12px;
  flex: 0 1 438px;
}
.company__title {
  padding-bottom: 69px;
}
.company__item {
  display: flex;
  gap: 17px;
}
.company__item:not(:last-child) {
  padding-bottom: 31px;
}
.company__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}
.company__icon img {
  width: 48px;
  height: 48px;
}
.company__text-content {
  padding-top: 15px;
  flex: 0 1 270px;
}
.company__subtitle {
  padding-bottom: 24px;
  font-weight: 600;
}
.company__text {
  font-weight: 300;
}
.company__video {
  cursor: pointer;
  position: relative;
  padding-bottom: 34%;
  flex: 0 1 1068px;
  min-height: 400px;
}
.company__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company__preview {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.company__preview img {
  top: 0;
  left: 0;
  position: absolute;
}
.company__video-text {
  position: absolute;
  bottom: 39px;
  left: 55px;
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: underline;
  color: #fff;
  z-index: 3;
}
.company__play {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e42216;
  transition: 0.3s;
  border-radius: 100%;
}
.company__play img {
  transition: 0.3s;
  margin-left: 5px;
}
@media (any-hover: hover) {
  .company__play:hover {
    opacity: 0.8;
  }
  .company__play:hover img {
    transform: scale(1.1);
  }
}
.company__play:active img {
  transform: scale(1.15);
}

@media (max-width: 1400px) {
  .company__title {
    padding-bottom: 40px;
  }
  .company__row {
    gap: 40px;
  }
  .company__items {
    display: flex;
    gap: 20px;
  }
  .company__row {
    flex-direction: column;
  }
  .company__video,
  .company__content {
    flex: 0 1 auto;
  }
  .company__item:not(:last-child) {
    padding-bottom: 0;
  }
  .company__video-text {
    left: 21px;
    bottom: 21px;
  }
}
@media (max-width: 992px) {
  .company__play {
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
  }
  .company__play img {
    width: 12px;
    height: 14px;
  }
  .company__video-text {
    font-size: 20px;
  }
  .company__video-text {
    gap: 20px;
  }
  .company {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .company {
    padding: 53px 0 40px 0;
  }
  .company__items {
    flex-direction: column;
  }
  .company__text-content {
    flex: 0 1 auto;
  }
  .company__item {
    flex-direction: column;
    gap: 24px;
  }
  .company__text-content {
    padding-top: 0;
  }
  .company__text {
    font-size: 14px;
  }
  .company__video {
    min-height: 226px;
  }
  .company__subtitle {
    padding-bottom: 18px;
  }
  .company__video-text {
    font-size: 16px;
  }
  .company__icon,
  .company__icon img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
@media (max-width: 480px) {
  .company__video-text {
    font-size: 12px;
  }
  .company__video-text {
    gap: 14px;
  }
}
.about {
  padding: 168px 0 174px 0;
  background: #181818;
  position: relative;
  overflow: hidden;
}
.about_other .about__left {
  flex: 0 1 700px;
}
.about_other .about__title {
  max-width: 580px;
}
.about_other .about__video {
  padding-bottom: 50.357%;
}
.about_other .about__video-text {
  bottom: 21px;
  left: 27px;
}
.about__plus {
  position: absolute;
}
.about__plus:nth-child(2),
.about__plus:nth-child(1) {
  left: calc(50% - 20px);
  top: 164px;
  transform: translate(-50%, 0);
}
.about__plus:nth-child(2) {
  left: calc(50% + 20px);
}
.about__plus:nth-child(3),
.about__plus:nth-child(4) {
  left: calc(50% - 20px);
  bottom: 163px;
  transform: translate(-50%, 0);
}
.about__plus:nth-child(4) {
  left: calc(50% + 20px);
}
.about::after,
.about::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  top: 0;
  background-color: rgba(139, 139, 139, 0.5);
}
.about::before {
  left: calc(50% - 20px);
}
.about::after {
  left: calc(50% + 20px);
}
.about__content {
  max-width: 1842px;
  margin: auto;
  position: relative;
}
.about__content .about__plus:nth-child(1) {
  top: -4px;
  left: 10px;
}
.about__content .about__plus:nth-child(2) {
  top: -4px;
  left: auto;
  right: 3px;
}
.about__content .about__plus:nth-child(3) {
  bottom: -11px;
  left: 10px;
}
.about__content .about__plus:nth-child(4) {
  bottom: -11px;
  left: auto;
  right: 3px;
}
.about__container {
  position: relative;
}
.about__container::after,
.about__container::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  top: 0;
  background-color: rgba(139, 139, 139, 0.5);
}
.about__container::after {
  top: auto;
  bottom: 0;
}
.about__row {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  padding: 57px 0 51px 0;
}
.about__left {
  flex: 0 1 682px;
}
.about__left .about__plus {
  display: none;
}
.about__video {
  position: relative;
  padding-bottom: 64.369%;
}
.about video {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.about video,
.about__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about video img,
.about__preview img {
  position: absolute;
  top: 0;
  left: 0;
}
.about__video-text {
  position: absolute;
  bottom: -60px;
  margin-top: 27px;
  display: flex;
  gap: 12.2px;
  align-items: center;
  color: #fff;
  text-decoration: underline;
}
.about__play {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  background-color: #e42216;
  justify-content: center;
  transition: 0.3s;
}
.about__play img {
  width: 15px;
  height: 18px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .about__play:hover {
    opacity: 0.8;
  }
  .about__play:hover img {
    transform: scale(1.1);
  }
}
.about__play:active img {
  transform: scale(1.15);
}
.about__right {
  flex: 0 1 716px;
}
.about__right .about__plus {
  display: none;
}
.about__title {
  color: #fff;
  padding-bottom: 44px;
}
.about__text {
  color: #fff;
  padding-bottom: 40px;
}
.about__text p:not(:last-child) {
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .about__body::before,
  .about__body::after {
    display: none;
  }
  .about__content .about__plus {
    display: block;
  }
  .about__content .about__plus:nth-child(3),
  .about__content .about__plus:nth-child(1) {
    left: 10px;
    right: auto;
  }
  .about__content .about__plus:nth-child(4),
  .about__content .about__plus:nth-child(2) {
    right: 3px;
  }
  .about {
    padding: 34px 0 34px 0;
  }
  .about__plus {
    display: none;
  }
  .about::before,
  .about::after {
    transform: translate(0);
  }
  .about::before {
    left: 10px;
  }
  .about::after {
    left: auto;
    right: 10px;
  }
  .about__right .about__plus {
    display: block;
  }
  .about__right .about__plus:nth-child(1),
  .about__right .about__plus:nth-child(2) {
    bottom: -11px;
    top: auto;
  }
  .about__right .about__plus:nth-child(1) {
    left: -10px;
  }
  .about__right .about__plus:nth-child(2) {
    right: -17px;
  }
  .about__row {
    gap: 0;
    flex-direction: column-reverse;
    padding: 34px 0 88px 0;
  }
  .about__right {
    flex: 0 1 auto;
    gap: 76px;
    padding-bottom: 38px;
    margin-bottom: 38px;
    position: relative;
  }
  .about__right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(139, 139, 139, 0.5);
  }
  .about_other .about__left,
  .about__left {
    flex: 0 1 auto;
  }
  .about_other .about__video-text {
    left: 5px;
    bottom: -53px;
  }
}
@media (max-width: 768px) {
  .about_other .about__video-text {
    left: 5px;
    bottom: -49px;
  }
  .about__title {
    padding-bottom: 24px;
  }
  .about__text {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 24px;
  }
  .about__btn {
    width: 100%;
  }
  .about__play {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
  .about__play img {
    width: 12px;
    height: 14px;
  }
  .about__video-text {
    font-size: 12px;
  }
  .about__video {
    min-height: 248px;
  }
}
.geo {
  padding: 156px 0 126px 0;
}
.geo__row {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.geo__left {
  flex: 0 1 78px;
  width: 78px;
}
.geo__title {
  transform: rotate(-90deg) translate(-561%, 0);
  transform-origin: center;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}
.geo__title::before {
  content: "";
  width: 77px;
  flex: 0 0 77px;
  height: 46px;
  transform: rotate(90deg);
  background: url("../img/geo/logo.svg") left/contain no-repeat;
}
.geo__right {
  flex: 0 1 1354px;
}
.geo__advantages {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 133px;
}
.geo__num {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-family: "Normalidad", sans-serif;
  padding-bottom: 29px;
}
.geo__num_dotted {
  position: relative;
}
.geo__num_dotted::before {
  content: "";
  width: 14px;
  flex: 0 0 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #bc1f2b;
  position: absolute;
  left: -23px;
  top: 15px;
}
.geo__advantage-text {
  line-height: 1.3;
  max-width: 147px;
}
.geo__map {
  margin-bottom: 22px;
}
.geo__map img {
  max-width: 100%;
}
.geo__production {
  display: flex;
  gap: 32px;
  max-width: 664px;
  transform: translate(50%, 0px);
}
.geo__icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}
.geo__icon img {
  width: 100px;
  height: 100px;
}
.geo__production-text {
  font-size: 20px;
  line-height: 1.3;
}
.geo__production-title {
  font-size: 36px;
  padding-bottom: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-family: "Normalidad", sans-serif;
  padding-bottom: 32px;
}

@media (max-width: 1300px) {
  .geo__production {
    transform: translate(0);
    margin: auto;
  }
  .geo__production-title {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .geo__icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
  .geo__icon img {
    width: 70px;
    height: 70px;
  }
  .geo__advantages {
    padding-bottom: 80px;
  }
  .geo__map {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .geo__title {
    transform: translate(0);
    padding-bottom: 50px;
  }
  .geo__title::before {
    display: none;
  }
  .geo__row {
    display: block;
  }
  .geo__left {
    width: 100%;
  }
  .geo__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .geo__advantage:nth-child(4) {
    display: none;
  }
  .geo {
    padding: 73px 0 65px 0;
  }
  .geo__num {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .geo__production {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .geo__production {
    flex-direction: column;
    gap: 24px;
  }
  .geo__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .geo__icon img {
    width: 32px;
    height: 32px;
  }
  .geo__production-title {
    font-size: 20px;
  }
  .geo__production-text {
    font-size: 14px;
  }
  .geo__map {
    margin-bottom: 34px;
  }
  .geo__num {
    font-size: 20px;
  }
  .geo__advantage-text {
    font-size: 14px;
  }
  .geo__advantages {
    gap: 44px 60px;
  }
}
.why {
  margin-bottom: 81px;
}
.why_proj {
  margin: 83px 0 90px;
}
.why__title {
  max-width: 376px;
  padding-bottom: 59px;
}
.why__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(139, 139, 139, 0.5);
}
.why__advantages {
  background: #f7f7f7;
  border-top: 1px solid rgba(139, 139, 139, 0.5);
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
}
.why__item {
  padding: 60px 54px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}
.why__item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: rgba(139, 139, 139, 0.5);
  width: 200vw;
  height: 1px;
  left: -100vw;
}
.why__item:nth-child(1),
.why__item:nth-child(2),
.why__item:nth-child(3) {
  position: relative;
  padding-top: 66px;
}
.why__item:nth-child(1)::after,
.why__item:nth-child(2)::after,
.why__item:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 18px;
  height: 18px;
  background: url("../img/why/plus.svg") left/contain no-repeat;
}
.why__item-body {
  max-width: 350px;
}
.why__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 36px;
}
.why__icon img {
  width: 60px;
  height: 60px;
}
.why__item-title {
  padding-bottom: 24px;
  line-height: 1.2;
}
.why__arrs {
  display: none;
}

@media (max-width: 1200px) {
  .why__item {
    padding: 40px 30px;
  }
  .why__item:nth-child(1),
  .why__item:nth-child(2),
  .why__item:nth-child(3) {
    padding: 40px 30px;
  }
  .why__item-title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .why__item {
    font-size: 14px;
  }
  .why__icon,
  .why__icon img {
    width: 50px;
    height: 50px;
  }
  .why__item-title {
    padding-bottom: 20px;
  }
  .why__icon {
    margin-bottom: 20px;
  }
  .why__item {
    border: 0;
    width: 316px;
    padding: 0;
    margin-right: 40px;
  }
  .why__item::after {
    display: none;
  }
  .why__item:nth-child(1),
  .why__item:nth-child(2),
  .why__item:nth-child(3) {
    border-bottom: 0;
    padding: 0;
  }
  .why__arrs {
    display: flex;
    gap: 12px;
    margin-top: 32px;
  }
  .why__items {
    border: 0;
  }
  .why__advantages {
    border-top: 0;
    position: relative;
    padding: 45px 0;
  }
  .why__advantages::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(139, 139, 139, 0.5);
  }
}
@media (max-width: 768px) {
  .why__title {
    padding-bottom: 30px;
  }
  .why {
    margin: 50px 0;
  }
  .why_none {
    margin-bottom: 0;
  }
  .why__item-title {
    font-size: 16px;
  }
  .why__icon,
  .why__icon img {
    width: 32px;
    height: 32px;
  }
  .why__text {
    font-size: 13px;
    font-weight: 300;
  }
}
.projects {
  margin-bottom: 90px;
}
.projects_proj .projects__body {
  padding: 80px 0;
  position: relative;
  max-width: 1840px;
  margin: auto;
}
.projects_proj .projects__body::after {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 1px;
  bottom: 0;
  background: rgba(139, 139, 139, 0.5);
}
.projects_proj .projects__plus {
  position: absolute;
}
.projects_proj .projects__plus:nth-child(1) {
  bottom: -12px;
  left: 7px;
}
.projects_proj .projects__plus:nth-child(2) {
  bottom: -12px;
  right: 7px;
}
.projects__galls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.projects__galls .projects__item {
  padding-bottom: 55.198%;
}
.projects__galls .projects__item .projects__content {
  max-width: 100%;
  margin: 48px;
}
.projects_proj {
  margin-bottom: 0;
  padding: 60px 0;
}
.projects__title {
  padding-bottom: 47px;
  max-width: 322px;
}
.projects__arrs {
  display: flex;
  gap: 12px;
  margin-bottom: 75px;
}
.projects__arrs_mob {
  display: none;
}
.projects .slick-list {
  margin: 0 -4px -4px -4px;
}
.projects .slick-slide {
  margin: 0 4px 4px 4px;
}
.projects__item {
  position: relative;
  display: block;
  padding-bottom: 107%;
}
.projects__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.projects__item:hover .projects__content {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
}
.projects__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.projects__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projects__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.projects__content {
  position: absolute;
  bottom: 0;
  max-width: 220px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.3s;
  margin: 30px;
  transform: translate(0, 30px);
}
.projects__item-title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 34px;
}
.projects__item-link {
  font-family: "Normalidad", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.7;
  color: #fff;
}
.projects__item-link::after {
  content: "";
  width: 14px;
  height: 12px;
  transition: 0.3s;
  background: url("../img/icons/arr-right.svg") center/contain no-repeat;
}

@media (max-width: 1200px) {
  .projects__arrs {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .projects__item-title {
    font-size: 16px;
  }
  .projects__content {
    left: 10px;
  }
  .projects__item-title {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .projects__item-link {
    font-size: 14px;
  }
  .projects__content {
    margin: 30px 10px;
  }
}
@media (max-width: 768px) {
  .projects__body {
    padding: 50px 0;
  }
  .projects {
    margin-bottom: 50px;
  }
  .projects_proj {
    margin-bottom: 0;
  }
  .projects__galls {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .projects__galls .projects__item {
    padding-bottom: 55.198%;
  }
  .projects__galls .projects__item .projects__content {
    max-width: 100%;
    margin: 20px;
  }
  .projects__title {
    padding-bottom: 34px;
  }
  .projects__arrs {
    display: none;
    margin: 32px 0 0 0;
  }
  .projects__arrs_mob {
    display: flex;
  }
  .projects__title {
    font-size: 24px;
    max-width: 372px;
  }
}
@media (max-width: 480px) {
  .projects_proj {
    padding: 40px 0;
  }
  .projects .slick-list {
    margin: 0 -10px -10px -10px;
  }
  .projects .slick-slide {
    margin: 0 10px 10px 10px;
  }
  .projects .projects__item {
    padding-bottom: 127.5%;
  }
  .projects .projects__galls .projects__content {
    left: 0;
  }
  .projects .projects__galls .projects__item {
    padding-bottom: 55.198%;
  }
  .projects .projects__content {
    margin: 20px 5px;
  }
  .projects .projects__item-title {
    font-size: 14px;
  }
  .projects .projects__item-link {
    font-size: 12px;
  }
}
.clients {
  padding-bottom: 160px;
}
.clients_mb {
  padding-bottom: 107px;
}
.clients__inner {
  max-width: 1840px;
  margin: auto;
  position: relative;
}
.clients_team {
  padding: 96px 0 114px 0;
}
.clients_team .clients__image img {
  width: 100%;
}
.clients_team .clients__slide {
  padding: 40px 34px 49px 34px;
}
.clients_team .clients__name {
  padding-bottom: 30px;
}
.clients_team .clients__subtitle {
  max-width: 280px;
}
.clients_team .clients__text {
  margin-bottom: 64px;
}
.clients_cert {
  padding: 84px 0;
  margin-bottom: 84px;
  position: relative;
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
}
.clients_cert::after,
.clients_cert::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url("../img/icons/plus-2.svg") left/contain no-repeat;
  bottom: -5px;
}
.clients_cert::before {
  left: 7px;
}
.clients_cert::after {
  right: 7px;
}
.clients_cert .clients__slide {
  padding: 0;
}
.clients_cert .clients__certificate {
  position: relative;
  padding-bottom: 140.544%;
  display: block;
}
.clients_cert .clients__certificate img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clients_cert .clients__left {
  flex: 0 1 445px;
}
.clients_cert .clients__slide.slick-slide {
  min-height: 0;
}
.clients_photo {
  padding: 0;
  border-top: 1px solid rgba(139, 139, 139, 0.5);
  border-bottom: 1px solid rgba(139, 139, 139, 0.5);
  background: #f7f7f7;
  position: relative;
}
.clients_photo .clients__inner {
  padding: 64px 0;
}
.clients_photo .clients__left {
  background: #f7f7f7;
}
.clients_photo .clients__container::before {
  background: #f7f7f7;
}
.clients_photo .clients__slide {
  padding: 0;
  width: 448px;
  border: 0;
}
.clients_photo .clients__image {
  margin-bottom: 0;
  position: relative;
  display: block;
  padding-bottom: 66.741%;
}
.clients_photo .clients__image img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.clients_photo .clients__slide.slick-slide {
  min-height: 0;
}
.clients_photo .clients__plus {
  position: absolute;
}
.clients_photo .clients__plus:nth-child(1) {
  top: -5px;
  left: 7px;
}
.clients_photo .clients__plus:nth-child(2) {
  top: -5px;
  right: 7px;
}
.clients_photo .clients__plus:nth-child(3) {
  bottom: -12px;
  left: 7px;
}
.clients_photo .clients__plus:nth-child(4) {
  bottom: -12px;
  right: 7px;
}
.clients_ph .clients__slide:nth-child(even) .clients__image {
  padding-bottom: 89.2857%;
}
.clients_rev .clients__row {
  display: grid;
  grid-template-columns: 1fr 727px;
  grid-column-gap: 0;
  grid-template-areas: 'right left';

  .clients__left, .clients__right {
    width: 100%;
  }

  .clients__left {
    grid-area: left;
  }

  .clients__right {
    grid-area: right;
    position: relative;

    &::after {
      content: "";
      width: 180px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      background: #fff;
    }
  }

  .clients__arrs {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .clients_rev .clients__row {
    display: flex;

    .clients__right {
      &::after {
        content: none;
      }
    }

  }


}


.clients_rev .clients__container::before {
  left: auto;
  right: -100%;
}
.clients_bc {
  background-color: #fff;
}
.clients_bc .clients__container::before,
.clients_bc .clients__left {
  background-color: #fff;
}
.clients_adv .clients__left {
  flex: 0 1 727px;
}
.clients_adv .clients__left-wrap {
  max-width: 100%;
}
.clients_adv .clients__btn {
  margin-top: 44px;
}
.clients_adv .clients__slide {
  width: 624px;
}
.clients_adv .clients__image {
  padding-bottom: 68.269%;
}
.clients_ar .clients__arrs {
  margin-top: 50px;
}
.clients__num {
  margin-bottom: 24px;
}
.clients__num span {
  color: rgba(0, 0, 0, 0.3);
}
.clients__container {
  position: relative;
}
.clients__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: calc(100% + 25px);
  z-index: 2;
  height: 100%;
  background-color: #fff;
}
.clients__row {
  display: flex;
  gap: 40px;
}
.clients__left {
  flex: 0 1 480px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.clients__left-wrap {
  max-width: 322px;
}
.clients__title {
  padding-bottom: 47px;
}
.clients__arrs {
  display: flex;
  gap: 12px;
}
.clients__arrs_mob {
  display: none;
}
.clients__right {
  flex: 0 1 1170px;
  min-width: 0;
}
.clients__right .slick-list {
  overflow: visible;
}
.clients__slider {
  min-width: 0;
}
.clients__slide {
  padding: 40px 30px;
  margin-right: 41px;
  background-color: #f6f6f6;
  width: 370px;
}
.clients__slide.slick-slide {
  /*min-height: 515px;*/
}
.clients__image {
  margin-bottom: 45px;
}
.clients__image img {
  width: 216px;
  height: 216px;
}
.clients__subtitle {
  padding-bottom: 10px;
}
.clients__name {
  opacity: 0.3;
  font-family: "Normalidad", sans-serif;
  padding-bottom: 24px;
}
.clients a.clients__email {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .clients a.clients__email:hover {
    text-decoration: none;
  }
}

@media (max-width: 1200px) {
  .clients__subtitle {
    font-size: 20px;
  }
  .clients__slide {
    width: 330px;
  }
  .clients__image {
    margin-bottom: 30px;
  }
  .clients__slide {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .clients_rev .clients__row,
  .clients__row {
    flex-direction: column;
    gap: 34px;
  }
  .clients_adv .clients__title {
    margin-bottom: 24px;
  }
  .clients_adv .clients__btn {
    margin-top: 24px;
  }
  .clients__title {
    padding-bottom: 0;
  }
  .clients_team .clients__title {
    padding-bottom: 24px;
  }
  .clients_team .clients__text {
    margin-bottom: 0;
  }
  .clients_team .text p:not(:last-child) {
    padding-bottom: 20px;
  }
  .clients_team .clients__slide {
    padding: 12px 12px 32px 12px;
  }
  .clients_team .clients__slide.slick-slide {
    min-height: 404px;
  }
  .clients_team .clients__image img {
    height: 215px;
  }
  .clients_team .clients__image {
    margin-bottom: 24px;
  }
  .clients_team .clients__name {
    padding-bottom: 24px;
  }
  .clients__num,
  .clients__email {
    font-size: 14px;
  }
  .clients_team .clients__arrs {
    margin-top: 19px;
  }
  .clients__left-wrap {
    max-width: 100%;
  }
  .clients__arrs {
    display: none;
    margin-top: 32px;
  }
  .clients__arrs_mob {
    display: flex;
  }
  .clients__container::before {
    display: none;
  }
  .clients_adv .clients__left,
  .clients_cert .clients__left,
  .clients__left {
    flex: 0 1 auto;
  }
  .clients__right {
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .clients__slide.slick-slide {
    min-height: 400px;
  }
  .clients {
    padding-bottom: 108px;
  }
  .clients_none {
    padding-bottom: 0;
  }
  .clients_photo {
    padding: 0;
  }
  .clients_photo .clients__inner {
    padding: 40px 0;
  }
  .clients_proj {
    padding-bottom: 50px;
  }
  .clients_photo .clients__slide {
    width: 344px;
  }
  .clients__image img {
    width: 200px;
    height: 200px;
  }
  .clients__slide {
    padding: 20px;
  }
  .clients__subtitle {
    font-size: 16px;
  }
  .clients__name {
    font-size: 12px;
  }
  .clients__text {
    font-size: 14px;
  }
  .clients__slide {
    width: 313px;
    margin-right: 10px;
  }
  .clients__title {
    font-size: 24px;
  }
  .clients_cert .slick-slide {
    width: 245px;
  }
  .clients_cert .slick-slide .clients__certificate {
    padding-bottom: 128.3%;
  }
  .clients_cert {
    padding: 65px 0;
    margin-bottom: 50px;
  }
  .clients_mb {
    padding-bottom: 61px;
  }
}
.news {
  padding-bottom: 118px;
}
.news__title {
  margin-bottom: 41px;
}
.news__arrs {
  display: flex;
  gap: 12px;
  margin-bottom: 68px;
}
.news__arrs_mob {
  display: none;
}
.news__item {
  margin-right: 30px;
}

.item-news {
  transition: 0.3s;
}
.item-news:hover {
  opacity: 0.8;
}
.item-news:hover .item-news__preview img {
  transform: scale(1.1);
}
.item-news:hover .item-news__title {
  text-decoration: underline;
}
.item-news__preview {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
}
.item-news__preview img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.item-news__date {
  opacity: 0.3;
  margin-bottom: 11px;
}
.item-news__title {
  font-size: 22px;
  margin-bottom: 11px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .news__title {
    margin-bottom: 34px;
  }
  .news__arrs {
    margin-bottom: 40px;
  }
  .news__item {
    margin-right: 20px;
  }
  .item-news__title {
    font-size: 18px;
  }
  .item-news__date {
    font-size: 14px;
  }
  .news {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .news {
    padding-bottom: 60px;
  }
  .news .slick-slide {
    width: 313px;
  }
  .news__arrs {
    display: none;
    margin: 32px 0 0 0;
  }
  .news__arrs_mob {
    display: flex;
  }
  .item-news__date {
    font-size: 12px;
  }
  .news__title {
    font-size: 24px;
  }
  .item-news__preview {
    margin-bottom: 20px;
  }
  .item-news__title {
    font-size: 16px;
  }
  .item-news__text {
    font-size: 14px;
  }
  .news__item {
    margin-right: 10px;
  }
}
.maps__row {
  display: none;
}
.maps__row.active {
  display: flex;
}
.maps__map {
  flex: 0 1 100%;
}
.maps__map iframe {
  width: 100%;
  height: 100%;
  min-height: 540px;
}

@media (max-width: 768px) {
  .maps__row {
    flex-direction: column;
  }
  .map {
    flex: 0 1 auto;
  }
  .map iframe {
    min-height: 524px;
  }
}
.contacts {
  padding: 100px 0;
  position: relative;
}
.contacts::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(19, 43, 58, 0.2);
  width: 1px;
  height: 100%;
}
.contacts__row {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1467px;
}
.contacts__left {
  flex: 0 1 577px;
}
.contacts__tabs {
  display: flex;
  gap: 53px;
  margin-bottom: 75px;
}
.contacts__tab-btn {
  transition: 0.3s;
  opacity: 0.2;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-family: "Normalidad", sans-serif;
}
.contacts__tab-btn.active {
  color: #bc1f2b;
  opacity: 1;
}
.contacts__tab {
  display: none;
}
.contacts__tab.active {
  display: block;
}
.contacts__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 32px;
}
.contacts__item {
  display: flex;
  gap: 32px;
}
.contacts__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__name {
  font-family: "Normalidad", sans-serif;
  line-height: 1.1;
  letter-spacing: -0.06em;
  padding-bottom: 13px;
}
.contacts__subtext {
  line-height: 1.3;
  color: #5f6b76;
}
.contacts__right {
  flex: 0 1 540px;
}
.contacts__title {
  padding-bottom: 24px;
}
.contacts__slogan {
  line-height: 1.3;
  color: #5f6b76;
  margin-bottom: 32px;
}
.contacts__input-block {
  padding-bottom: 20px;
}
.contacts__input-block input {
  width: 100%;
  border: 1px solid rgba(19, 43, 58, 0.2);
  border-radius: 4px;
  padding: 20px;
}
.contacts__input-block input::-moz-placeholder {
  opacity: 0.5;
}
.contacts__input-block input::placeholder {
  opacity: 0.5;
}

.wrong {
  border-color: #900;
    background: #f2dede;
}

.policy {
  font-size:12px;
}
.policy a {
  text-decoration: underline;
  /*color: #bc1f2b*/
  }
.policy a:hover {
text-decoration: none;
color: #bc1f2b
}

.contacts__sub-input {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 16px;
}
.contacts__btn {
  margin-top: 12px;
  width: 100%;
}

@media (max-width: 1200px) {
  .contacts__item {
    gap: 18px;
  }
  .contacts__subtext {
    font-size: 14px;
  }
  .contacts__tab-btn {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .contacts {
    padding: 75px 0;
  }
  .contacts::after {
    display: none;
  }
  .contacts__row {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .contacts__left,
  .contacts__right {
    flex: 0 1 auto;
  }
  .contacts__tabs {
    margin-bottom: 50px;
  }
  .contacts__items {
    padding-bottom: 50px;
    position: relative;
  }
  .contacts__items::after {
    content: "";
    position: absolute;
    left: -20px;
    width: calc(100% + 40px);
    bottom: 0;
    height: 1px;
    background-color: rgba(139, 139, 139, 0.5);
  }
  .contacts__left {
    position: relative;
  }
  .contacts__left::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -4px;
    width: 8px;
    height: 8px;
    background: url("../img/icons/plus-2.svg") center/contain no-repeat;
  }
  .contacts__left::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -4px;
    width: 8px;
    height: 8px;
    background: url("../img/icons/plus-2.svg") center/contain no-repeat;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 50px 0;
  }
  .contacts__tab-btn {
    font-size: 24px;
  }
  .contacts__tabs {
    justify-content: space-between;
    gap: 20px;
  }
  .contacts__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .contacts__title {
    font-size: 24px;
  }
  .contacts__slogan {
    font-size: 14px;
    font-weight: 300;
  }
  .contacts__sub-input {
    padding-bottom: 12px;
  }
  .contacts__btn {
    margin-top: 10px;
  }
}
.approach {
  padding: 80px 0;
}
.approach__row {
  display: flex;
  gap: 42px;
  justify-content: space-between;
}
.approach__content {
  flex: 0 1 759px;
}
.approach__title {
  margin-bottom: 44px;
  max-width: 650px;
}
.approach__text {
  margin-bottom: 63px;
}
.approach__arrs {
  display: flex;
  gap: 12px;
}
.approach__arrs_mob {
  display: none;
}
.approach__slider {
  min-width: 0;
  flex: 0 1 767px;
}
.approach__slide {
  margin-right: 5px;
  overflow: hidden;
  padding-bottom: 11.62%;
  position: relative;
}
@media (any-hover: hover) {
  .approach__slide:hover img {
    transform: scale(1.1);
  }
}
.approach__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .approach {
    padding: 60px 0;
  }
  .approach__row {
    flex-direction: column;
  }
  .approach__slider,
  .approach__content {
    flex: 0 1 auto;
  }
  .approach__text {
    margin-bottom: 0px;
  }
  .approach__title {
    margin-bottom: 32px;
  }
  .approach__arrs {
    display: none;
    margin-top: 32px;
  }
  .approach__arrs_mob {
    display: flex;
  }
}
@media (max-width: 768px) {
  .approach {
    padding: 30px 0 40px 0;
  }
  .approach__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .approach__text {
    font-size: 14px;
    font-weight: 300;
  }
  .approach__text ol,
  .approach__text p:not(:last-child) {
    padding-bottom: 20px;
  }
  .approach__row {
    gap: 32px;
  }
}
.order-section {
  background: #f7f7f7;
}
.order-section__plus {
  position: absolute;
}
.order-section__content {
  text-align: center;
  max-width: 1820px;
  margin: auto;
  position: relative;
}
.order-section__content > .order-section__plus:nth-child(1) {
  top: 196px;
  left: 6px;
}
.order-section__content > .order-section__plus:nth-child(2) {
  top: 196px;
  right: 6px;
}
.order-section__body {
  padding: 80px 0;
  position: relative;
  max-width: 1030px;
  margin: auto;
}
.order-section__body .order-section__plus:nth-child(1) {
  bottom: 171px;
  left: -4px;
}
.order-section__body .order-section__plus:nth-child(2) {
  bottom: 171px;
  right: -4px;
}
.order-section__body::before,
.order-section__body::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(139, 139, 139, 0.5);
}
.order-section__body::after {
  left: auto;
  right: 0px;
}
.order-section__title {
  max-width: 550px;
  margin: auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.3;
}
.order-section__title::after {
  content: "";
  width: 200vw;
  height: 1px;
  background: rgba(139, 139, 139, 0.5);
  position: absolute;
  bottom: 0;
  left: -50vw;
}
.order-section__btns {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .order-section__body .order-section__plus,
  .order-section__body::before,
  .order-section__body::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .order-section__body {
    padding: 40px 0 32px 0;
  }
  .order-section__title {
    font-size: 24px;
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  .order-section__btns {
    flex-direction: column;
    gap: 12px;
  }
  .order-section__content > .order-section__plus:nth-child(2),
  .order-section__content > .order-section__plus:nth-child(1) {
    top: 124px;
  }
}
.history {
  padding: 130px 0;
  background-color: #181818;
}
.history__title {
  padding-bottom: 44px;
  max-width: 750px;
  color: #fff;
}
.history__text {
  max-width: 750px;
  padding-bottom: 80px;
  color: #fff;
}
.history__arrs {
  display: flex;
  gap: 10px;
  margin-bottom: 100px;
}
.history__arr {
  border-color: #fff;
}
.history__arr.slick-disabled {
  opacity: 0.5;
}
.history__slide {
  width: 360px;
  position: relative;
}
.history__slide::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #5c5d62;
  transition: 0.3s;
}
.history__slide:nth-child(odd) {
  padding-bottom: 62px;
  border-bottom: 1px solid #5c5d62;
  height: 167px;
}
.history__slide:nth-child(odd)::after {
  bottom: -10px;
  left: 35px;
}
.history__slide:nth-child(even) {
  margin-top: 166px;
  padding-top: 70px;
  border-top: 1px solid #5c5d62;
  height: 175px;
}
.history__slide:nth-child(even)::after {
  top: -10px;
  left: 35px;
}
.history__slide:nth-child(1)::after {
  left: 0;
}
.history__slide.slick-current .history__year,
.history__slide.slick-current .history__slide-text {
  opacity: 1;
}
.history__slide.slick-current::after {
  background-color: #fff;
  width: 40px;
  height: 40px;
}
.history__slide.slick-current:nth-child(odd)::after {
  bottom: -20px;
}
.history__slide.slick-current:nth-child(even)::after {
  top: -20px;
}
.history__year {
  color: #fff;
  font-size: 38px;
  font-family: "Normalidad", sans-serif;
  padding-bottom: 25px;
  opacity: 0.3;
  transition: 0.3s;
}
.history__slide-text {
  max-width: 300px;
  line-height: 1.3;
  color: #fff;
  opacity: 0.3;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .history {
    padding: 63px 0 76px 0;
  }
  .history__title {
    padding-bottom: 24px;
  }
  .history__text {
    padding-bottom: 32px;
  }
  .history__arrs {
    margin-bottom: 60px;
  }
  .history__year {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .history__text {
    font-size: 14px;
  }
  .history__arr.arr {
    width: 51px;
    height: 51px;
    flex: 0 0 51px;
  }
  .history__arr.arr img {
    width: 18px;
    height: 18px;
  }
  .history__arrs {
    margin-bottom: 40px;
  }
  .history__year {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .history__slide-text {
    font-size: 14px;
  }
  .history__slide:nth-child(odd) {
    height: 128px;
    padding-bottom: 47px;
  }
  .history__slide.slick-current::after {
    width: 26px;
    height: 26px;
  }
  .history__slide::after {
    width: 18px;
    height: 18px;
  }
  .history__slide.slick-current:nth-child(odd)::after {
    bottom: -13px;
  }
  .history__slide:nth-child(even) {
    height: 116px;
    padding-top: 36px;
    margin-top: 127px;
  }
  .history__slide:nth-child(even)::after {
    top: -9px;
  }
  .history__slide:nth-child(odd)::after,
  .history__slide:nth-child(even)::after {
    left: 21px;
  }
  .history__slide:nth-child(1)::after {
    left: 0;
  }
  .history__slide.slick-current:nth-child(even)::after {
    top: -13px;
  }
  .history__slide {
    width: 327px;
  }
  .history__slide-text {
    max-width: 255px;
  }
}
.vacancies {
  background: #f7f7f7;
  padding: 85px 0 96px 0;
}
.vacancies__title {
  padding-bottom: 44px;
}
.vacancies__text {
  padding-bottom: 64px;
}
.vacancies__text a {
  color: #bc1f2b;
}
.vacancies__text a:hover {
  text-decoration: underline;
}
.vacancies__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 35px;
}
.vacancies__item {
  padding: 42px;
  background-color: #fff;
}
.vacancies__price {
  padding-bottom: 34px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Normalidad", sans-serif;
}
.vacancies__link {
  color: #bc1f2b;
  display: flex;
  gap: 8px;
  align-items: center;
}
.vacancies__link:hover::after {
  transform: translate(5px, 0);
}
.vacancies__link::after {
  content: "";
  width: 15px;
  height: 13px;
  flex: 0 0 15px;
  transition: 0.3s;
  background: url("../img/icons/arr-right-red.svg") left/contain no-repeat;
}
.vacancies__subtitle {
  padding-bottom: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}
.vacancies__subtext {
  padding-bottom: 21px;
}
.vacancies__subtext p:not(:last-child) {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .vacancies {
    padding: 40px 0;
  }
  .vacancies__title {
    padding-bottom: 24px;
  }
  .vacancies__text {
    padding-bottom: 34px;
    font-size: 14px;
  }
  .vacancies__item {
    padding: 20px;
  }
  .vacancies__subtitle {
    font-size: 18px;
    padding-bottom: 11px;
  }
  .vacancies__subtext {
    font-size: 14px;
    padding-bottom: 24px;
  }
  .vacancies__price {
    padding-bottom: 24px;
  }
  .vacancies__link {
    font-size: 12px;
  }
  .vacancies__link::after {
    width: 9px;
    height: 7px;
  }
  .vacancies__items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.cats {
  padding: 60px 0 92px 0;
}
.cats__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.cats__item .products__item {
  min-height: 430px;
  display: flex;
  padding: 78px 61px;
  height: 100%;
}
.cats__item .products__subtitle {
  padding-bottom: 24px;
  font-size: 28px;
}
.cats__item .products__subtext {
  max-width: 100%;
}
.cats__item .products__content {
  flex: 1 1 auto;
}

@media (max-width: 1440px) {
  .cats__item .products__item {
    min-height: 300px;
    padding: 30px 40px;
  }
  .cats__item .products__item .products__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .cats__item .products__item .products__subtitle {
    font-size: 18px;
    padding-bottom: 11px;
  }
  .cats__item .products__subtext {
    font-size: 13px;
  }
  .cats__item .products__item {
    min-height: 220px;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .cats {
    padding: 36px 0 50px 0;
  }
  .cats__items {
    display: flex;
    flex-direction: column;
  }

  .cats__item .products__link {
    font-size: 12px;
  }
  .products__link::after {
    width: 9px;
    flex: 0 0 9px;
    height: 7px;
  }
}
.catalog {
  padding: 165px 0 70px 0;
}
.catalog__title {
  padding-bottom: 72px;
}
.catalog__row {
  display: flex;
  gap: 61px;
}
.catalog__sidebar {
  padding-top: 8px;
}
.catalog__content {
  flex: 1 1 auto;
}
.catalog__tags {
  white-space: nowrap;
  max-width: 100%;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.catalog__tags-list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.catalog__tag {
  position: relative;
  transition: 0.3s;
  border-radius: 40px;
  font-size: 14px;
}
.catalog__tag span {
  cursor: pointer;
  padding: 10px 16px;
  text-align: center;
  background: #f3f5f7;
  display: block;
  border-radius: 40px;
  opacity: 0.5;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .catalog__tag:hover span {
    background: #c7cbcf;
    opacity: 1;
  }
}
.catalog__tag input:checked + span {
  background: #c7cbcf;
  opacity: 1;
}
.catalog__tag input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}
.catalog__preview {
  position: relative;
  padding-bottom: 75.945%;
  background: #f3f5f7;
}
.catalog__preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog__item-content {
  padding: 20px;
}
.catalog__subtitle {
  font-size: 18px;
  padding-bottom: 22px;
}
.catalog__item-text {
  font-size: 15px;
  opacity: 0.4;
  padding-bottom: 16px;
}
.catalog__price {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.catalog__price-item {
  font-size: 20px;
}
.catalog__price-item p {
  white-space: nowrap;
}

.catalog__item-subtext {
  font-size: 15px;
  opacity: 0.4;
  margin-top: 8px;
}
.catalog__btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 16px 32px;
  font-family: "Normalidad", sans-serif;
  text-align: center;
  width: calc(100% - 56px);
  margin: 38px 6px 50px 50px;
  transition: 0.3s;
  display: inline-block;
}
.catalog__btn:hover {
  background-color: #f3f5f7;
}
.sidebar {
  flex: 0 0 335px;
}
.sidebar__top {
  padding-bottom: 38px;
}
.sidebar__top-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.sidebar__title {
  font-size: 22px;
}
.sidebar__pdf {
  display: flex;
  align-items: center;
  color: #bc1f2b;
  font-size: 12px;
  gap: 8px;
  transition: 0.3s;
}
.sidebar__pdf:hover {
  opacity: 0.7;
}
.sidebar__pdf::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("../img/icons/pdf.svg") left/contain no-repeat;
}
.menu-sidebar > .menu-sidebar__list > .menu-sidebar__item:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}
.menu-sidebar
  > .menu-sidebar__list
  > .menu-sidebar__item
  > a.menu-sidebar__link {
  text-decoration: underline;
}
.menu-sidebar__link {
  line-height: 1.3;
}
.menu-sidebar__link_spoll {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.menu-sidebar__link_spoll::after {
  content: "";
  width: 11px;
  height: 5px;
  flex: 0 0 11px;
  transition: 0.3s;
  background: url("../img/icons/spoll-arr.svg") right/contain no-repeat;
}
.menu-sidebar__sub-list {
  padding: 26px 0 0 10px;
}
.menu-sidebar__sub-list .menu-sidebar__item {
  opacity: 0.6;
  line-height: 1.3;
}
.menu-sidebar__sub-list .menu-sidebar__item:not(:last-child) {
  padding-bottom: 26px;
}
.menu-sidebar__sub-list a.menu__link {
  text-decoration: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  gap: 22px;
  margin: 0 6px 0 50px;
  margin-top: 40px;
}
.pagination__arr_next {
  transform: rotate(180deg);
}
.pagination__nums {
  display: flex;
  gap: 22px;
}
.pagination__num {
  text-align: center;
  border: 1px solid #bc1f2b;
  border-radius: 12px;
  width: 51px;
  height: 51px;
  flex: 0 0 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pagination__num:hover,
.pagination__num_current {
  color: #fff;
  background-color: #bc1f2b;
}
.pagination__dottes {
  width: 51px;
  height: 51px;
  flex: 0 0 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-sidebar__sub-list {
  display: none;
}

/*************ОБОРУДОВАНИЕ*************/
.machine-block {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  margin-right: 0;
  margin-left: 0;

  display: flex;
  flex-wrap: wrap;
}

.block-item {
  flex: 50%;
  max-width: 50%;
}

.block-item img {
  width: 100%;
}

.block-item {
  /* margin-bottom: 16px; */
  font-size: 16px;
  line-height: 1.4;
  color: #636363;
}

.block-item h2 {
  line-height: 1.3;
  margin-bottom: 15px;
}

.block-item ul.oborud-list {
  margin-left: 20px;
  margin-top: 20px;
}

.block-item ul.oborud-list li {
  margin-bottom: 10px;
  list-style: disc;
}

.block-right {
  padding-left: 30px;
  padding-top: 15px;
}

/*video*/
.video-container {
  position: relative;
  /* max-width: 820px; */
  /* width: 100%; */
  /* margin: auto; */
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

video {
  /* width: 100%; */
  height: 800px;
  cursor: pointer;
}

.play-button {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 103px;
  height: 103px;
  background-image: url("/netcat_template/template/rask/img/about-video.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;

  border: 0;
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
}

.play-button:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}

.section__chaleur-video {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 60px;
}

/**********FAQ************/
.grid-card__subtitle {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 400;
  color: #2e2e2d;
}


/***FAQ***/
.faq .f_block {
  margin-top: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
  border-left: 2px solid #970f1d;
  background: #fff;
}

.faq .title {
  min-height: 57px;
  display: flex;
  align-items: center;
  padding: 10px 45px 10px 18px;
  cursor: pointer;
  /* font-weight:500; */
  /* color:#000; */
  position: relative;
  line-height: 1.3;
  font-size: 18px;
}

.faq .title.active:before {
  transform: rotate(90deg);
}

.faq .title:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 25px;
  width: 12px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAMAAAD57OxYAAAAS1BMVEUAAAD/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhH/XhGVWV/wAAAAGXRSTlMA5+vjcD0sHhnf29nEemRgWVNOSEM3MiUjhzVr4QAAAFBJREFUGNN10DcSwCAMRFGCsXEmw/1PSvtVQMWb0UhaKa/wnhfw9wYdl9D5QcP+ULcB2nUUSlAzGaq6QM44AZaxAVtzKNfhoozAcIy9Ogj+E50eAqNY0xmKAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

.faq .body {
  padding: 5px 0 5px;
  margin: 0 18px;
  border-top: 1px solid #d3d3d3;
  display: none;
}

.main_faq .faq .f_block .body {
  line-height: 25px;
}

.faq p {
  margin-bottom: 16px;
  /* font-weight: 100; */
  font-size: 16px;
  line-height: 1.6;
  color: #636363;
}

/*********TABLE PRICE*************/


table tr th {
  padding: 1rem;
  color: #fff;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  background-color: #bb2636;
  text-align: center;
}

.laser-cut__price table {
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.laser-cut__price table td {
  text-align: center;
  padding: 20px 0;
}

.laser-cut__price table thead tr {
  border-top: 1px solid rgba(229, 229, 229, 0.54);
  border-bottom: 1px solid rgba(229, 229, 229, 0.54);
}

.laser-cut__price table tbody tr td {
  background-color: #eee;
}

.laser-cut__price table tbody tr td:nth-child(2n-1) {
  background: #fff;
}




@media screen and (max-width: 1050px) {
  .machine-block {
    display: block;
  }

  .block-item {
    display: block;
    max-width: 100%;
    text-align: center;
  }

  .block-item img {
    /* width: auto; */
  }

  .block-right {
    text-align: left;
    padding: 0 30px 30px 30px;
  }
}

@media (max-width: 1400px) {
  .catalog__subtitle,
  .catalog__price-item {
    font-size: 16px;
  }
  .catalog__item-content {
    padding: 15px;
  }
  .catalog__items {
    gap: 20px;
  }
  .catalog__item-subtext,
  .catalog__item-text {
    font-size: 12px;
  }
  .sidebar {
    flex: 0 0 280px;
  }
  .menu-sidebar__item {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .catalog__btn {
    width: 100%;
    margin: 56px 0 14px 0;
  }
  .pagination {
    margin: 14px 23px 0 23px;
  }
  .sidebar {
    display: none;
  }
  .catalog__title {
    padding-bottom: 32px;
  }
  .catalog {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .catalog__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog__btn {
    margin: 56px 0 0 0;
  }
  .pagination__arr {
    display: none;
  }
  .pagination__nums {
    justify-content: center;
    width: 100%;
  }
  .catalog__find {
    font-size: 14px;
  }
  .catalog__tag span {
    font-size: 12px;
    padding: 10px 12px;
  }
  .catalog__tags {
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
  }
  .catalog__tags::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 200vw;
    left: -100vw;
    background-color: rgba(139, 139, 139, 0.5);
  }
  .catalog__items {
    position: relative;
    gap: 10px;
  }
  .catalog__items::after,
  .catalog__items::before {
    content: "";
    position: absolute;
    top: -33px;
    width: 8px;
    height: 8px;
    background: url("../img/icons/plus-2.svg") left/contain no-repeat;
  }
  .catalog__items::before {
    left: -13px;
  }
  .catalog__items::after {
    right: -13px;
  }
  .catalog__items .catalog__item-content {
    padding: 10px 6px;
  }
  .catalog__items .catalog__subtitle {
    font-size: 12px;
  }
  .catalog__items .catalog__price-item {
    font-size: 11px;
  }
  .catalog__items .catalog__item-subtext,
  .catalog__items .catalog__item-text {
    font-size: 10px;
  }
  .catalog__items .catalog__item-text {
    padding-bottom: 14px;
  }
  .catalog__items .catalog__item-subtext {
    margin-top: 6px;
  }
}
@media (max-width: 400px) {
  .pagination__num:nth-child(3) {
    display: none;
  }
  .catalog__items {
    display: flex;
    flex-direction: column;
  }
  .pagination {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-text {
  padding-bottom: 70px;
}
.section-text__title {
  padding-bottom: 30px;
}
.section-text__text p:not(:last-child) {
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .section-text {
    padding-bottom: 50px;
  }
  .section-text__title {
    padding-bottom: 24px;
    font-size: 24px;
  }
  .section-text__text p:not(:last-child) {
    padding-bottom: 20px;
  }
}
.page__breadcrumbs {
  padding-top: 165px;
}

.possibilites {
  padding-bottom: 60px;
  position: relative;
}
.possibilites_sec {
  padding: 0;
}
.possibilites_sec::after,
.possibilites_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(139, 139, 139, 0.5);
}
.possibilites_sec::after {
  content: "";
  left: calc(50% + 20px);
}
.possibilites_sec .possibilites__advantages {
  padding-bottom: 0;
}
.possibilites_sec .possibilites__container {
  max-width: 1640px;
}
.possibilites_sec .possibilites__row {
  gap: 100px;
}
.possibilites_sec .possibilites__inner {
  position: relative;
  padding: 15px 0;
  max-width: 1840px;
  margin: auto;
}
.possibilites_sec .possibilites__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: rgba(139, 139, 139, 0.5);
}
.possibilites_sec .possibilites__row {
  align-items: center;
  justify-content: space-between;
}
.possibilites_sec .possibilites__title {
  max-width: 580px;
}
.possibilites_sec .possibilites__content {
  flex: 0 1 716px;
}
.possibilites_sec .possibilites__image {
  flex: 0 1 772px;
}
.possibilites_sec .possibilites__plus {
  position: absolute;
}
.possibilites_sec .possibilites__plus:nth-child(1) {
  top: -4px;
  left: calc(50% - 20px);
  transform: translate(-50%, 0);
}
.possibilites_sec .possibilites__plus:nth-child(2) {
  top: -4px;
  left: calc(50% + 20px);
  transform: translate(-50%, 0);
}
.possibilites_sec .possibilites__plus:nth-child(3) {
  bottom: -12px;
  left: 7px;
}
.possibilites_sec .possibilites__plus:nth-child(4) {
  bottom: -12px;
  left: calc(50% - 20px);
  transform: translate(-50%, 0);
}
.possibilites_sec .possibilites__plus:nth-child(5) {
  bottom: -12px;
  left: calc(50% + 20px);
  transform: translate(-50%, 0);
}
.possibilites_sec .possibilites__plus:nth-child(6) {
  bottom: -12px;
  right: 7px;
}
.possibilites__row {
  display: flex;
  gap: 45px;
  align-items: flex-start;
}
.possibilites__image {
  flex: 0 1 755px;
}
.possibilites__content {
  flex: 0 1 744px;
}
.possibilites__title {
  padding-bottom: 44px;
  color: #000;
}
.possibilites__text {
  padding-bottom: 44px;
}
.possibilites__text p:not(:last-child) {
  padding-bottom: 25px;
}
.possibilites__advantages {
  padding-bottom: 54px;
}
.possibilites__advantage {
  display: flex;
  align-items: center;
  gap: 18px;
}
.possibilites__advantage:not(:last-child) {
  margin-bottom: 30px;
}
.possibilites__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.possibilites__text-adv {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.possibilites__text-adv span:first-child {
  opacity: 0.6;
}
.possibilites__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.possibilites__btn {
  flex-shrink: 0;
}
.possibilites__price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.possibilites__price-item {

}
.possibilites__price-item p {
  font-size: 32px;
  line-height: 1.2;
  font-family: "Normalidad", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
}
.possibilites__price-item p span {
  font-size: 26px;
  line-height: 1.2;
  font-family: "Normalidad", sans-serif;
}
.possibilites__price-subtext {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
  font-weight: 300;
}
.possibilites__time {
  line-height: 1.3;
  white-space: nowrap;
}
.possibilites__time p:first-child {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .possibilites__row {
    flex-direction: column;
  }
  .possibilites__image,
  .possibilites__content {
    width: 100%;
    flex: 0 1 auto;
  }
  .page__breadcrumbs {
    padding-top: 120px;
  }
  .possibilites__title,
  .possibilites__text {
    padding-bottom: 30px;
  }
  .possibilites_sec::after,
  .possibilites_sec::before {
    display: none;
  }
  .possibilites_sec .possibilites__plus:nth-child(1),
  .possibilites_sec .possibilites__plus:nth-child(2),
  .possibilites_sec .possibilites__plus:nth-child(4),
  .possibilites_sec .possibilites__plus:nth-child(5) {
    display: none;
  }
  .possibilites_sec .possibilites__row {
    flex-direction: column-reverse;
  }
  .possibilites_sec .possibilites__content,
  .possibilites_sec .possibilites__image {
    flex: 0 1 auto;
  }
  .possibilites_sec .possibilites__row {
    gap: 32px;
  }
  .possibilites_sec .possibilites__inner {
    padding: 50px 0 36px 0;
  }
}
@media (max-width: 768px) {
  .possibilites__row {
    gap: 24px;
  }
  .page__breadcrumbs {
    padding-top: 90px;
  }
  .possibilites__title {
    padding-bottom: 24px;
  }
  .possibilites__text {
    padding-bottom: 32px;
  }
  .possibilites__advantage:not(:last-child) {
    margin-bottom: 28px;
  }
  .possibilites__advantage {
    gap: 16px;
    font-size: 14px;
  }
  .possibilites__advantages {
    padding-bottom: 32px;
  }
  .possibilites__bottom {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .possibilites__btn {
    order: 3;
    flex: 1 1 auto;
    width: 100%;
  }
  .possibilites__price {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
  }
  .possibilites__time {
    text-align: center;
    width: 100%;
  }
  .possibilites__price-item p {
    font-size: 24px;
  }
  .possibilites__price-item p span {
    font-size: 24px;
  }
  .possibilites__price-subtext {
    font-size: 12px;
  }
  .possibilites {
    padding-bottom: 54px;
  }
  .possibilites_sec {
    padding-bottom: 0;
  }
}

.complect__text {
margin-top: 0px;
margin-bottom: 40px;
}

.complect__text span {
font-size:20px;
}
.advantage-product {
  padding: 80px 0;
}
.advantage-product_rev {
  background-color: #f7f7f7;
}
.advantage-product_rev .advantage-product__row {
  flex-direction: row-reverse;
}
.advantage-product_rev .advantage-product__advantage-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.advantage-product_rev .advantage-product__advantage-text span:first-child {
  opacity: 0.6;
}
.advantage-product__row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.advantage-product__content {
  flex: 0 1 760px;
}
.advantage-product__title {
  padding-bottom: 44px;
}
.advantage-product__text {
  padding-bottom: 44px;
}
.advantage-product__advantage {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1200px) {
  .advantage-product__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .advantage-product__content,
  .advantage-product__image {
    flex: 0 1 auto;
  }
  .advantage-product_rev .advantage-product__row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .advantage-product {
    padding: 50px 0;
  }
  .advantage-product__title {
    padding-bottom: 24px;
  }
  .advantage-product__text {
    padding-bottom: 32px;
  }
  .advantage-product__row {
    gap: 32px;
  }
  .advantage-product__advantage-text {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-size: 14px;
  }
  .advantage-product__advantage-text span:first-child {
    opacity: 0.6;
  }
}
.prices {
  padding: 80px 0;
}
.prices__title {
  padding-bottom: 44px;
}
.prices__text {
  max-width: 830px;
  padding-bottom: 50px;
}
.prices__table {
  margin-bottom: 60px;
}
.prices__btn_mob {
  display: none;
}

.table__row {
  display: flex;
}
.table__column {
  display: flex;
  flex-direction: column;
}
.table__column .table__item_title {
  flex: 1 1 auto;
}
.table__column:nth-child(even) .table__item {
  background: #f1f1f1;
}
.table__column:nth-child(even) .table__item_title {
  background: #aa202f;
}
.table__item {
  padding: 16.5px 35px;
  line-height: 1.3;
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 55px;
}
.table__item_title {
  background-color: #bc1f2b;
  color: #fff;
  text-align: center;
  border-bottom: 0;
}

.table-mob {
  display: none;
}

@media (max-width: 1200px) {
  .table__item {
    padding: 16.5px 20px;
  }
}
@media (max-width: 992px) {
  .prices__title {
    padding-bottom: 24px;
  }
  .prices__text {
    font-size: 14px;
    font-weight: 300;
  }
  .prices__text p:not(:last-child) {
    padding-bottom: 15px;
  }
  .table {
    display: none;
  }
  .prices__text {
    padding-bottom: 32px;
  }
  .prices__btn {
    font-size: 14px;
  }
  .table-mob {
    display: block;
  }
  .table-mob:not(:last-child) {
    margin-bottom: 10px;
  }
  .table-mob__row {
    display: flex;
  }
  .table-mob__row:nth-child(even) .table-mob__item {
    background: #f1f1f1;
  }
  .table-mob__row:nth-child(even) .table-mob__item_title {
    background: #aa202f;
  }
  .table-mob__item {
    padding: 10px;
    min-width: 137px;
    background: #f7f7f7;
    font-size: 12px;
  }
  .table-mob__item_title {
    flex: 1 1 auto;
    background-color: #bc1f2b;
    color: #fff;
  }
  .prices__btn {
    margin-top: 32px;
    width: 100%;
    display: none;
  }
  .prices__btn_mob {
    display: block;
  }
}
.reviews__body {
  padding: 93px 0;
  position: relative;
  max-width: 1840px;
  margin: auto;
}
.reviews__body::after {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 1px;
  bottom: 0;
  background: rgba(139, 139, 139, 0.5);
}
.reviews__plus {
  position: absolute;
}
.reviews__plus:nth-child(1) {
  bottom: -12px;
  left: 7px;
}
.reviews__plus:nth-child(2) {
  bottom: -12px;
  right: 7px;
}
.reviews__row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.reviews__content {
  flex: 0 0 440px;
}
.reviews__title {
  padding-bottom: 82px;
}
.reviews__arrs {
  display: flex;
  gap: 12px;
}
.reviews__arrs_mob {
  display: none;
}
.reviews__slider {
  min-width: 0;
}
.reviews__slide {
  width: 592px;
  margin-right: 30px;
}
.reviews__slide.slick-slide {
  min-height: 270px;
}

.review {
  padding: 34px;
  background: #f6f6f6;
}
.review__top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 24px;
}
.review__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.review__avatar {
  background: #cdecb1;
  border-radius: 100%;
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.review__avatar_blue {
  background-color: #5c8abc;
}
.review__avatar_gray {
  background-color: #bc7a5c;
}
.review__name-cnt {
  flex: 0 1 320px;
}
.review__name {
  margin-bottom: 6px;
  line-height: 1.2;
}
.review__stars {
  display: flex;
  gap: 3px;
}
.review__date {
  font-family: "Normalidad", sans-serif;
  opacity: 0.3;
  line-height: 1.2;
}
.review__date_mob {
  display: none;
}
.review__text p:not(:last-child) {
  padding-bottom: 25px;
}

@media (max-width: 1300px) {
  .reviews__content {
    flex: 0 0 290px;
  }
  .reviews__slide {
    width: 480px;
  }
}
@media (max-width: 992px) {
  .reviews__body {
    padding: 70px 0;
  }
  .reviews__row {
    flex-direction: column;
  }
  .reviews__content {
    flex: 0 1 auto;
  }
  .reviews__title {
    padding-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .reviews__body {
    padding: 50px 0;
  }
  .review__text {
    font-size: 14px;
  }
  .review.slick-slide {
    padding: 20px;
  }
  .reviews__slide {
    width: 313px;
    margin-right: 10px;
  }
  .reviews__slide.slick-slide {
    display: flex !important;
    flex-direction: column;
  }
  .reviews__slide.slick-slide {
    min-height: 360px;
  }
  .review__text {
    flex: 1 1 auto;
  }
  .review__right {
    display: none;
  }
  .review__avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    font-size: 16px;
  }
  .review__left {
    gap: 8px;
  }
  .review__name {
    font-size: 16px;
  }
  .review.slick-slide img {
    width: 12px;
  }
  .reviews__arrs {
    margin-top: 32px;
    display: none;
  }
  .reviews__arrs_mob {
    display: flex;
  }
  .reviews__row {
    gap: 0;
  }
  .review__date_mob {
    display: block;
    margin-top: 24px;
    font-size: 12px;
  }
}
.documents {
  margin-bottom: 80px;
}
.documents__title {
  margin-bottom: 80px;
  color: #000;
}
.documents__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  gap: 35px;
}
.documents__item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
  min-height: 240px;
}
.documents__item:hover .documents__pdf {
  text-decoration: underline;
}
.documents__subtitle {
  padding-bottom: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 20px;
}
.documents__text {
  margin-bottom: 20px;
  flex: 1 1 auto;
}
.documents__pdf {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #bc1f2b;
}

@media (max-width: 992px) {
  .documents {
    margin-bottom: 70px;
  }
  .documents__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .documents {
    margin-bottom: 50px;
  }
  .documents__title {
    margin-bottom: 20px;
  }
  .documents__items {
    gap: 10px;
  }
  .documents__item {
    padding: 20px;
    min-height: 179px;
  }
  .documents__subtitle {
    font-size: 18px;
  }
  .documents__text {
    font-size: 14px;
  }
  .documents__pdf {
    font-size: 12px;
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .documents__items {
    display: flex;
    flex-direction: column;
  }
}
.articles {
  margin-bottom: 80px;
}
.articles__title {
  color: #000;
  margin-bottom: 40px;
}
.articles__last-title {
  padding-bottom: 60px;
}
.articles__last-article {
  position: relative;
  display: block;
  padding-bottom: 44.522%;
  min-height: 220px;
}
.articles__last-article img {
  position: absolute;
  top: 0;
  left: 0;
}
.articles__content {
  position: absolute;
  z-index: 2;
  bottom: 70px;
  left: 70px;
  margin-right: 40px;
}
.articles__date {
  padding-bottom: 44px;
  color: #fff;
  line-height: 1.3;
}
.articles__atitle {
  max-width: 770px;
}
.articles__top {
  padding-bottom: 73px;
  position: relative;
  max-width: 1840px;
  margin: auto;
}
.articles__top::after {
  content: "";
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: rgba(139, 139, 139, 0.5);
  bottom: 0;
}
.articles__plus {
  position: absolute;
  bottom: -12px;
}
.articles__plus:nth-child(1) {
  left: 7px;
}
.articles__plus:nth-child(2) {
  right: 7px;
}
.articles__last-body {
  position: relative;
  padding: 73px 0 83px 0;
  max-width: 1840px;
  margin: auto;
}
.articles__last-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: rgba(139, 139, 139, 0.5);
}
.articles__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 66px 30px;
}
.articles__items-sec {
  padding: 83px 0 90px 0;
}
@media (max-width: 768px) {
  .articles__text {
    font-weight: 300;
    font-size: 14px;
  }
  .articles__title {
    margin-bottom: 24px;
  }
  .articles__top {
    padding-bottom: 54px;
  }
  .articles__last-body {
    padding: 53px 0;
  }
  .articles__last-title {
    padding-bottom: 32px;
    font-size: 24px;
  }
  .articles__content {
    bottom: 20px;
    left: 20px;
  }
  .articles__date {
    font-size: 12px;
    padding-bottom: 14px;
  }
  .articles__atitle {
    font-size: 14px;
  }
  .articles__items-sec {
    padding: 50px 0;
  }
  .articles__title {
    margin-bottom: 50px;
  }
  .articles .item-news__preview {
    padding-bottom: 59.1397%;
  }
  .articles__items {
    gap: 32px;
  }
}
.article {
  margin-bottom: 83px;
}
.article__plus {
  position: absolute;
  bottom: -12px;
}
.article__plus:nth-child(1) {
  left: 7px;
}
.article__plus:nth-child(2) {
  right: 7px;
}
.article__body {
  padding-bottom: 83px;
  position: relative;
  max-width: 1840px;
  margin: auto;
}
.article__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  height: 1px;
  width: 200vw;
  background: rgba(139, 139, 139, 0.5);
}
.article__row {
  display: flex;
  gap: 50px;
}
.article__preview {
  padding-bottom: 41.794%;
  position: relative;
  margin-bottom: 30px;
  min-height: 220px;
}
.article__preview img {
  position: absolute;
  top: 0;
  left: 0;
}
.article__descr {
  display: flex;
  gap: 48px;
  margin-bottom: 40px;
}
.article__descr_mob {
  display: none;
}
.article__date {
  color: #bc1f2b;
}
.article__date_mob {
  display: none;
}
.article__photo {
  opacity: 0.5;
}
.article__photo_mob {
  display: none;
}
.article__title {
  padding-bottom: 30px;
  color: #000;
}
.article__title_mob {
  display: none;
}
.article__text-content {
  line-height: 1.3;
}
.article__text-content p:not(:last-child) {
  padding-bottom: 25px;
}
.article__text-content h2 {
  font-size: 42px;
}
.article__text-content h3 {
  font-size: 32px;
}
.article__text-content h4 {
  font-size: 24px;
}
.article__text-content h5 {
  font-size: 20px;
}
.article__text-content h6 {
  font-size: 18px;
}
.article__text-content h2,
.article__text-content h3,
.article__text-content h4,
.article__text-content h5,
.article__text-content h6 {
  font-family: "Normalidad", sans-serif;
  line-height: 1.1;
  padding-bottom: 40px;
}
.article__text-content ul li {
  list-style: disc;
}
.article__text-content ul,
.article__text-content ol {
  margin-left: 17px;
  margin-bottom: 50px;
}

.sidebar__article {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(139, 139, 139, 0.2);
}
.sidebar__date {
  opacity: 0.3;
  padding-bottom: 11px;
}
.sidebar__article-title {
  font-size: 22px;
  font-family: "Normalidad", sans-serif;
  text-transform: uppercase;
  padding-bottom: 11px;
}
.sidebar__article-text {
  line-height: 1.3;
}

@media (max-width: 992px) {
  .article__title,
  .article__descr {
    display: none;
  }
  .article__title_mob,
  .article__descr_mob {
    display: block;
  }
  .article__descr {
    margin-bottom: 24px;
  }
  .article__title {
    padding-bottom: 14px;
  }
  .article__preview {
    margin-bottom: 24px;
  }
  .article__text-content ul,
  .article__text-content ol,
  .article__text-content p {
    font-weight: 300;
    font-size: 14px;
  }
  .article__text-content p:not(:last-child) {
    padding-bottom: 20px;
  }
  .article__text-content h3 {
    padding-bottom: 24px;
    font-size: 22px;
  }
  .article {
    margin-bottom: 50px;
  }
  .article__body {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .clients {
    padding-bottom: 60px;
  }
  .clients_none {
    padding-bottom: 0;
  }
  .articles__title {
    margin-bottom: 30px;
  }
  .articles__top {
    padding-bottom: 30px;
  }
  .articles__last-body {
    padding: 30px 0;
  }
} /*# sourceMappingURL=style.css.map */

form.search-form {
  border: 1px solid #dfe5e8;
  background-color: #f4f6f7;
  height: 40px
}

.input-search {
  width: 240px;
  height: 33px;
  float: left;
  background-color: transparent;
  border: none;
  padding: 0 15px;
  line-height: normal;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  font-family: 'Neris',sans-serif;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  border-radius: 4px;
  color: #3c3950
}

.btn-search {
  display: block;
  float: right;
  width: 33px;
  height: 33px;
  background: url(/netcat_template/template/rask/img/icons/search.svg) no-repeat center top;
  border: none;
  cursor: pointer
}

.nc_search_range {
  margin-top: -20px;
  margin-bottom: 20px
}

.nc_search_list {
  margin-bottom: 15px
}

.search-result-title {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}


ol.tpl-block-list-objects {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
  font-size: 18px
}

ol.tpl-block-list-objects li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  margin-bottom:10px
}

ol.tpl-block-list-objects li a {
  text-decoration: underline;
  margin-bottom: 5px
}

ol.tpl-block-list-objects li span {
  display: block;
  margin-top: 5px;
}

ol.tpl-block-list-objects li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -26px;
  width: 20px;
  color: #ef6780;
  text-align: right
}

.catalog-topNote {
  margin-bottom: 20px;
  font-size: 15px;
    opacity: 0.4;
}