@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html {
  scroll-behavior: smooth;
}

.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: #F2F2F2;
}

.header {
  z-index: 3000;
}

.main {
  z-index: 1000;
}

.footer {
  z-index: 1500;
}

.container {
  padding: 0px 0px;
  width: 1240px;
  margin: auto;
}
@media (max-width: 1270px) {
  .container {
    padding: 0px 20px;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .container {
    padding: 0px 10px;
  }
}

.body.no-scroll {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

.header_padding {
  padding: 74px 0px 0px;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
}

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

a,
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-size: inherit;
  font-weight: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.scroll .main-header, .header.active .main-header {
  background: #fff;
}
.header.scroll .main-header::before, .header.active .main-header::before {
  background: #9A9A9A;
}
.header.scroll .main-header__menu::before, .header.active .main-header__menu::before {
  background: #9A9A9A;
}
.header.scroll .main-header__logo span, .header.active .main-header__logo span {
  background: url("../img/logo/main-active.svg") 0 0/100% 100% no-repeat;
}
.header.scroll .main-header__menu-item::before, .header.active .main-header__menu-item::before {
  background: #9A9A9A;
}
.header.scroll .main-header__menu-link, .header.active .main-header__menu-link {
  color: #151515;
  position: relative;
}
.header.scroll .main-header__menu-link::before, .header.active .main-header__menu-link::before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #22196C;
  transition: 1s all;
}
.header.scroll .main-header__menu-link:hover::before, .header.active .main-header__menu-link:hover::before {
  width: 50%;
}
.header.scroll .main-header__burger .burger__img, .header.active .main-header__burger .burger__img {
  border: 1px solid #22196C;
}
.header.scroll .main-header__burger .burger__img:hover, .header.active .main-header__burger .burger__img:hover {
  box-shadow: 0px 0px 10px 0px #22196C;
}
.header.scroll .main-header__burger .burger__img span,
.header.scroll .main-header__burger .burger__img span::before,
.header.scroll .main-header__burger .burger__img span::after, .header.active .main-header__burger .burger__img span,
.header.active .main-header__burger .burger__img span::before,
.header.active .main-header__burger .burger__img span::after {
  background: #22196C;
}

.main-header {
  position: relative;
  transition: 0.5s all;
}
.main-header::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
  transition: 0.5s all;
}

.main-header__body {
  display: flex;
  align-items: center;
}

.main-header__logo {
  flex: auto;
  display: flex;
  align-items: center;
}

.main-header__menu {
  display: flex;
  position: relative;
}
.main-header__menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50%;
  background: #fff;
  opacity: 0.3;
  transition: 0.5s all;
}

.main-header__menu-item {
  position: relative;
}
.main-header__menu-item.submenu_about .main-header__submenu {
  width: 170px;
}
.main-header__menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.main-header__menu-item:hover .main-header__menu-link {
  background: #fff;
  color: #22196C;
}
.main-header__menu-item:hover .main-header__submenu,
.main-header__menu-item:hover .main-header__submenu-list {
  top: 100%;
  opacity: 1;
}

.main-header__menu-link {
  padding: 25px 35px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.main-header__submenu {
  position: absolute;
  top: 100%;
  top: -500%;
  left: 0;
  padding: 20px 0px 0px 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.main-header__submenu-list {
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #22196C;
  background: #fff;
}

.main-header__submenu-item {
  margin: 0px 0px 15px;
}
.main-header__submenu-item:last-child {
  margin: 0;
}

.main-header__submenu-link {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  color: #22196C;
}

.main-header__submit {
  padding: 25px 35px;
  display: inline-block;
  background: #22196C;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.main-header__submit:hover {
  background: #fff;
  color: #22196C;
}

.main-header__burger {
  display: none;
}

@media (max-width: 1240px) {
  .main-header__body {
    padding: 10px 0px;
  }
  .main-header__menu {
    display: none;
  }
  .main-header__submit {
    display: none;
  }
  .main-header__burger {
    display: block;
  }
}
.smart-header {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: 1s all;
  z-index: 5000;
}
.smart-header .container {
  width: 100%;
  height: 100%;
}
.smart-header.active {
  right: 0;
}

.smart-header__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.smart-header__exit {
  position: absolute;
  top: 20px;
  right: 0;
}

.smart-header__exit-img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.smart-header__exit-img span {
  width: 100%;
  height: 4px;
  background: #151515;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  transition: 0.5s all;
}
.smart-header__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  transform: rotate(90deg);
}
.smart-header__exit-img span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.5s all;
}
.smart-header__exit-img:hover span::after {
  box-shadow: 0px 0px 15px 15px #100C2D;
  background: #100C2D;
}

.smart-header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smart-header__list-item {
  margin: 0px 0px 30px;
}

.smart-header__list-link {
  cursor: pointer;
  text-align: center;
  font-family: "Manrope";
  font-size: 20px;
  line-height: 25px;
  color: #151515;
}

.smart-header__language {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.smart-header__language-item:last-child .smart-header__language-block {
  display: none;
}

.smart-header__language-link {
  display: flex;
}

.smart-header__language-text,
.smart-header__language-block {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  color: #151515;
}

.smart-header__language-block {
  margin: 0px 10px;
}

.logo .logo__body {
  display: inline-block;
}
.logo .logo__img {
  padding-bottom: 25.5%;
  width: 205px;
  position: relative;
}
.logo .logo__img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/logo/main.svg") 0 0/100% 100% no-repeat;
  display: inline-block;
  transition: 0.5s all;
}
@media (max-width: 770px) {
  .logo .logo__img span {
    width: 180px;
  }
}

.burger .burger__img {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.5s all;
}
.burger .burger__img:hover {
  box-shadow: 0px 0px 10px 0px #fff;
}
.burger .burger__img span {
  width: 20px;
  height: 2px;
  display: inline-block;
  background: #fff;
  position: relative;
  transition: 0.5s all;
}
.burger .burger__img span::before,
.burger .burger__img span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s all;
}
.burger .burger__img span::before {
  top: -7px;
}
.burger .burger__img span::after {
  bottom: -7px;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
/* Лента слайдов */
.slick-track {
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.slick .slick-prev.slick-arrow,
.slick .slick-next.slick-arrow {
  width: 50px;
  height: 46px;
  background: #22196C url("../img/icon/arrow-slick.svg") center/28px 15px no-repeat;
  transition: 0.5s all;
  z-index: 100;
  font-size: 0;
}
.slick .slick-prev.slick-arrow:hover,
.slick .slick-next.slick-arrow:hover {
  box-shadow: 0px 0px 10px 0px #22196C;
}
.slick .slick-next.slick-arrow {
  transform: rotate(180deg);
}
.slick .slick-dots {
  padding: 20px 0px 0px;
  display: flex;
  justify-content: center;
}
.slick .slick-dots li {
  margin: 0px 3px 0px 0px;
}
.slick .slick-dots li:last-child {
  margin: 0;
}
.slick .slick-dots .slick-active button {
  width: 36px;
  background: #22196C;
}
.slick .slick-dots button {
  width: 12px;
  height: 3px;
  background: #959595;
  transition: 0.5s all;
  position: relative;
  font-size: 0;
}

.title {
  margin: 0px 0px 0px;
  font-family: "Manrope";
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #151515;
  display: block;
}
@media (max-width: 770px) {
  .title {
    font-size: 25px;
    line-height: 30px;
  }
}

.text-hover,
.text-hover-white {
  position: relative;
}
.text-hover::before,
.text-hover-white::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #22196C;
  transition: width 1s;
}
.text-hover:hover::before,
.text-hover-white:hover::before {
  width: 100%;
}

.text-hover-white::before {
  background: #fff;
}

.social {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 1600;
}

.social__body {
  display: flex;
  flex-direction: column;
}

.social__img {
  margin: 0px 0px 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
}
.social__img img {
  width: 100%;
  height: 100%;
}
.social__img:last-child {
  margin: 0;
}
@media (max-width: 770px) {
  .social__img {
    width: 50px;
    height: 50px;
  }
}

.magic-forms .alert.alert-success.alert-dismissible {
  margin: 0px 0px 10px;
  padding: 20px 20px;
  width: 100%;
  background: green;
  display: flex;
  align-items: center;
  animation-name: message;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes message {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.magic-forms .alert.alert-success.alert-dismissible .close {
  display: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  background: transparent;
  font-family: "Manrope";
  font-size: 16px;
  color: #fff;
  order: 2;
}
.magic-forms .alert.alert-success.alert-dismissible p {
  order: 1;
  width: 100%;
  text-align: center;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 770px) {
  .magic-forms .alert.alert-success.alert-dismissible p {
    font-size: 14px;
  }
}
.magic-forms .alert.alert-danger.alert-dismissible {
  margin: 0px 0px 10px;
  padding: 15px 20px;
  width: 100%;
  background: red;
}
.magic-forms .alert.alert-danger.alert-dismissible .close {
  display: none;
}
.magic-forms .alert.alert-danger.alert-dismissible h4,
.magic-forms .alert.alert-danger.alert-dismissible li {
  text-align: center;
  width: 100%;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 770px) {
  .magic-forms .alert.alert-danger.alert-dismissible h4,
  .magic-forms .alert.alert-danger.alert-dismissible li {
    font-size: 14px;
  }
}

.magic-forms.modifications-one .alert.alert-success.alert-dismissible p {
  text-align: start;
  font-size: 16px;
}
@media (max-width: 770px) {
  .magic-forms.modifications-one .alert.alert-success.alert-dismissible p {
    font-size: 14px;
  }
}
.magic-forms.modifications-dwo .alert.alert-success.alert-dismissible p {
  color: #3aff45;
}

.fancybox__container {
  z-index: 4000;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: none;
}
.modal .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.modal.active {
  display: block;
}

.modal__fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.7;
  z-index: -2;
}

.modal__fullscreen-exit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.modal__content {
  width: 500px;
  padding: 60px;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  position: relative;
}

.modal__exit {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__exit-img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal__exit-img:hover span {
  box-shadow: 0px 0px 100px 100px #22196C;
}
.modal__exit-img span {
  width: 100%;
  height: 3.5px;
  background: #151515;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  transition: 0.5s all;
}
.modal__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  transform: rotate(90deg);
}

.modal__title {
  margin: 0px 0px 40px;
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__input {
  margin: 0px 0px 20px;
  padding: 20px 30px;
  position: relative;
  background: rgba(154, 154, 154, 0.3019607843);
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  color: #151515;
}
.modal__input:focus {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 5px #22196C;
  color: #22196C;
}

.modal__submit {
  padding: 20px 30px;
  background: #22196C;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.modal__submit:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

@media (max-width: 770px) {
  .modal__title {
    margin: 0px 0px 20px;
  }
  .modal__input {
    padding: 15px 30px;
    font-size: 14px;
  }
  .modal__submit {
    padding: 15px 30px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .modal__body {
    width: 100%;
  }
  .modal__content {
    padding: 50px 30px;
    width: 100%;
    display: block;
  }
}
.pagination {
  display: flex;
  align-items: center;
}
.pagination a {
  margin: 0px 3px;
  padding: 5px;
  min-width: 30px;
  height: 30px;
  border: 2px solid #22196C;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  color: #22196C;
}
.pagination a:hover {
  background: #22196C;
  color: #fff;
}

.pagination-prev,
.pagination-next {
  margin: 0px 3px;
  padding: 5px;
  min-width: 30px;
  height: 30px;
  border: 2px solid #22196C;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  color: #22196C;
}
.pagination-prev:hover,
.pagination-next:hover {
  background: #22196C;
  color: #fff;
}

.pagination-active {
  margin: 0px 3px;
  padding: 5px;
  min-width: 30px;
  height: 30px;
  border: 2px solid #22196C;
  border-radius: 5px;
  background: #22196C;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  color: #fff;
}

.pagination-dots {
  margin: 0px 5px;
  font-family: "Manrope";
  font-size: 16px;
  color: #22196C;
}

.fullscreen-home__body {
  width: 100%;
}

.fullscreen-home__row {
  width: 100%;
  height: 100%;
  position: relative;
}
.fullscreen-home__row .slick-list {
  position: relative;
  z-index: 1;
}
.fullscreen-home__row .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 2;
}
.fullscreen-home__row .slick-dots li {
  margin: 0px 4px 0px 0px;
}
.fullscreen-home__row .slick-dots li.slick-active button {
  width: 36px;
  opacity: 1;
}
.fullscreen-home__row .slick-dots button {
  width: 12px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  transition: 0.5s all;
  font-size: 0;
}

.fullscreen-home__column {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fullscreen-home__column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #100C2D;
  opacity: 0.6;
  z-index: -1;
}
.fullscreen-home__column .container {
  height: 100%;
}

.fullscreen-home__column-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-home__column-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.fullscreen-home__column-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-home__column-content {
  margin: auto;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.fullscreen-home__column-title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Manrope";
  font-size: 67px;
  line-height: 74px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.fullscreenh-home__column-subtitle {
  margin: 0px 0px 20px;
  font-family: "Manrope";
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}

.fullscreen-home__column-text {
  margin: 0px 0px 30px;
  text-align: center;
  font-family: "Manrope";
  font-size: 23px;
  line-height: 33px;
  color: #fff;
}

.fullscreen-home__column-link {
  padding: 20px 40px 20px 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  transition: 0.5s all;
}
.fullscreen-home__column-link:hover {
  box-shadow: 0px 0px 10px 5px #fff;
  background: #fff;
}
.fullscreen-home__column-link:hover .fullscreen-home__column-link-text {
  color: #22196C;
}
.fullscreen-home__column-link:hover .fullscreen-home__column-link-icon {
  background: url("../img/icon/arrow-fullscreen-active.svg") 0 0/100% 100% no-repeat;
}

.fullscreen-home__column-link-text {
  margin: 0px 10px 0px 0px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s all;
}

.fullscreen-home__column-link-icon {
  width: 28px;
  height: 15px;
  background: url("../img/icon/arrow-fullscreen.svg") 0 0/100% 100% no-repeat;
}

@media (max-width: 770px) {
  .fullscreen-home__column-title {
    margin: 0px 0px 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .fullscreenh-home__column-subtitle {
    margin: 0px 0px 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .fullscreen-home__column-text {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .fullscreen-home__column-link {
    padding: 15px 30px;
  }
  .fullscreen-home__column-link-text {
    font-size: 14px;
  }
}
.catalog-home__body {
  padding: 80px 0px 100px;
}

.catalog-home__title {
  margin: 0px 0px 40px;
}

.catalog-home__row {
  margin: 0px -5px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.catalog-home__column {
  padding: 0px 5px;
  width: 100%;
}

.catalog-home__column-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.catalog-home__column-body:hover .catalog-home__column-img {
  box-shadow: 0px 0px 10px 0px #22196C;
}
.catalog-home__column-body:hover .catalog-home__column-img img {
  transform: scale(1.2);
}

.catalog-home__column-img {
  margin: 0px 0px 20px;
  padding-bottom: 70%;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
.catalog-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s all;
}

.catalog-home__column-title {
  flex: auto;
  margin: 0px 0px 10px;
  font-family: "Manrope";
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #151515;
}

.catalog-home__column-subtitle {
  margin: 0px 0px 10px;
  font-family: "Manrope";
  line-height: 20px;
  font-weight: 300;
  color: #535353;
}

.catalog-home__column-link {
  max-width: 405px;
  display: inline-flex;
  align-items: center;
}

.catalog-home__column-text {
  margin: 0px 10px 0px 0px;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  color: #22196C;
}

.catalog-home__column-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 770px) {
  .catalog-home__body {
    padding: 50px 0px;
  }
  .catalog-home__title {
    margin: 0px 0px 20px;
  }
  .catalog-home__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .catalog-home__column {
    padding: 0px 0px 30px;
  }
  .catalog-home__column:last-child {
    padding: 0;
  }
}
.advantages-home__body {
  padding: 0px 0px 90px;
}

.advantages-home__title {
  margin: 0px 0px 55px;
  max-width: 720px;
}

.advantages-home__row {
  margin: 0px -16px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.advantages-home__column {
  padding: 0px 16px 32px;
  width: 100%;
}
.advantages-home__column:nth-child(odd) .advantages-home__column-body {
  background: #22196C;
}
.advantages-home__column:nth-child(odd) .advantages-home__column-number,
.advantages-home__column:nth-child(odd) .advantages-home__column-title,
.advantages-home__column:nth-child(odd) .advantages-home__column-text {
  color: #fff;
}

.advantages-home__column-body {
  padding: 40px 35px;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s all;
}
.advantages-home__column-body:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 5px #22196C;
}

.advantages-home__column-top {
  margin: 0px 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantages-home__column-icon {
  height: 55px;
}
.advantages-home__column-icon img {
  height: 100%;
}

.advantages-home__column-number {
  font-family: "Manrope";
  font-size: 18px;
  color: #151515;
}

.advantages-home__column-title {
  margin: 0px 0px 10px;
  font-family: "Manrope";
  font-size: 20px;
  line-height: 26px;
  color: #151515;
}

.advantages-home__column-text {
  font-family: "Manrope";
  line-height: 20px;
  font-weight: 300;
  color: #535353;
}

@media (max-width: 1000px) {
  .advantages-home__row {
    margin: 0px -10px;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .advantages-home__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .advantages-home__body {
    padding: 0px 0px 50px;
  }
  .advantages-home__title {
    margin: 0px 0px 20px;
  }
  .advantages-home__row {
    margin: 0px -5px;
  }
  .advantages-home__column {
    padding: 0px 5px 10px;
  }
  .advantages-home__column-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 550px) {
  .advantages-home__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .advantages-home__column {
    padding: 0px 0px 10px;
  }
  .advantages-home__column:last-child {
    padding: 0;
  }
}
.content-home__body {
  padding: 0px 0px 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-home__image {
  flex: 0 0 50%;
  width: 100%;
}

.content-home__image-img {
  padding-bottom: 90%;
  width: 100%;
  position: relative;
}
.content-home__image-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-home__content {
  flex: 0 0 35%;
}

.content-home__content-title {
  margin: 0px 0px 30px;
}

.content-home__content-text {
  margin: 0px 0px 30px;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #535353;
}
.content-home__content-text p {
  margin: 0px 0px 10px;
}
.content-home__content-text p:last-child {
  margin: 0;
}

.content-home__content-link {
  display: inline-flex;
}
.content-home__content-link .content-home__content-text {
  margin: 0px 10px 0px 0px;
  color: #22196C;
}

.content-home__content-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .content-home__content {
    flex: 50%;
    padding: 0px 0px 0px 30px;
  }
}
@media (max-width: 770px) {
  .content-home__body {
    padding: 0px 0px 50px;
    flex-direction: column;
  }
  .content-home__image {
    margin: 0px 0px 30px;
  }
  .content-home__content {
    padding: 0px;
  }
  .content-home__content-title {
    margin: 0px 0px 10px;
  }
  .content-home__content-text {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-home__content-text p {
    margin: 0px 0px 8px;
  }
}
.contact-home.active .contact-home__body {
  background: #fff;
}
.contact-home.active .contact-home__content-title {
  color: #151515;
}
.contact-home.active .content-home__form-input {
  border-bottom: 1px solid #151515;
  color: #151515;
}
.contact-home.active .content-home__form-input::-moz-placeholder {
  color: #151515;
}
.contact-home.active .content-home__form-input::placeholder {
  color: #151515;
}
.contact-home.active .content-home__form-select {
  border-bottom: 1px solid #151515;
  color: #151515;
}
.contact-home.active .content-home__form-select::-moz-placeholder {
  color: #151515;
}
.contact-home.active .content-home__form-select::placeholder {
  color: #151515;
}
.contact-home.active .contact-home__form-submit {
  background: #22196C;
  color: #fff;
}
.contact-home.active .contact-home__form-submit:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.contact-home__body {
  margin: 0px 0px 90px;
  display: flex;
  justify-content: space-between;
  background: #22196C;
}

.contact-home__content {
  flex: 0 0 57%;
  padding: 20px 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-home__content-title {
  margin: 0px 0px 40px;
  width: 100%;
  color: #fff;
}

.contact-home__form {
  width: 100%;
}

.content-home__form-inputs {
  margin: 0px 0px 30px;
  display: flex;
}
.content-home__form-inputs input:nth-child(1) {
  margin: 0px 55px 0px 0px;
}

.content-home__form-input {
  padding: 0px 0px 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  display: block;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.content-home__form-input::-moz-placeholder {
  color: #fff;
}
.content-home__form-input::placeholder {
  color: #fff;
}

.content-home__form-select {
  margin: 0px 0px 30px;
  padding: 0px 0px 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  display: block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.content-home__form-select option {
  color: #151515;
}

.contact-home__form-submit {
  padding: 12px 30px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  color: #22196C;
}
.contact-home__form-submit:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #fff;
}

.contact-home__image {
  flex: 0 0 43%;
  width: 100%;
}

.contact-home__image-img {
  padding-bottom: 110%;
  width: 100%;
  position: relative;
}
.contact-home__image-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  .content-home__form-inputs input:nth-child(1) {
    margin: 0px 20px 0px 0px;
  }
}
@media (max-width: 770px) {
  .contact-home__body {
    margin: 0px 0px 50px;
    flex-direction: column;
  }
  .contact-home__content {
    padding: 100px 60px;
    order: 2;
  }
  .contact-home__content-title {
    margin: 0px 0px 30px;
  }
  .content-home__form-input {
    font-size: 14px;
  }
  .content-home__form-select {
    font-size: 14px;
  }
  .contact-home__form-submit {
    font-size: 14px;
  }
  .contact-home__image {
    order: 1;
  }
}
@media (max-width: 500px) {
  .contact-home__content {
    padding: 40px 20px;
  }
  .content-home__form-inputs {
    margin: 0px 0px 20px;
    flex-direction: column;
  }
  .content-home__form-inputs input:nth-child(1) {
    margin: 0px 0px 20px;
  }
}
.news-home__body {
  padding: 0px 0px 90px;
  position: relative;
}

.news-home__title {
  margin: 0px 0px 40px;
}

.news-home__row {
  margin: 0px -15px;
}
.news-home__row .news-home__column.slick-slide.slick-active {
  opacity: 1;
}
.news-home__row .slick-prev.slick-arrow {
  position: absolute;
  top: 0;
  right: 70px;
}
.news-home__row .slick-next.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.news-home__column {
  padding: 0px 15px;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.news-home__column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.news-home__column-body:hover .news-home__column-img {
  box-shadow: 0px 0px 10px 0px #22196C;
}
.news-home__column-body:hover .news-home__column-img img {
  transform: scale(1.05);
}

.news-home__column-img {
  margin: 0px 0px 15px;
  padding-bottom: 70%;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}
.news-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.news-home__column-date {
  margin: 0px 0px 15px;
  font-family: "Manrope";
  color: #535353;
}

.news-home__column-title {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #151515;
}

@media (max-width: 1000px) {
  .news-home__row {
    margin: 0px -10px;
  }
  .news-home__column {
    padding: 0px 10px;
  }
}
@media (max-width: 770px) {
  .news-home__body {
    padding: 0px 0px 50px;
  }
  .news-home__title {
    margin: 0px 0px 20px;
  }
  .news-home__row {
    margin: 0px -5px;
  }
  .news-home__column {
    padding: 0px 5px;
  }
  .news-home__column-title {
    font-size: 14px;
    line-height: 20px;
  }
}
.certifications-home__body {
  padding: 0px 0px 110px;
  display: flex;
  position: relative;
}

.certifications-home__title {
  min-width: 400px;
}

.certifications-home__row {
  margin: 0px -15px;
  width: 100%;
  min-width: 0;
}
.certifications-home__row .certifications-home__column.slick-slide.slick-active {
  opacity: 1;
}
.certifications-home__row .slick-prev.slick-arrow {
  position: absolute;
  top: calc(50% - 34px);
  left: 0;
  transform: translateY(-50%);
}
.certifications-home__row .slick-next.slick-arrow {
  position: absolute;
  top: calc(50% - 34px);
  left: 70px;
  transform: translateY(-50%) rotate(180deg);
}

.certifications-home__column {
  padding: 0px 15px;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.certifications-home__column-body {
  width: 100%;
  height: 100%;
}
.certifications-home__column-body:hover .certifications-home__column-img {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.certifications-home__column-img {
  padding-bottom: 140%;
  width: 100%;
  display: inline-block;
  position: relative;
  transition: 0.5s all;
}
.certifications-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  .certifications-home__row {
    margin: 0px -10px;
  }
  .certifications-home__column {
    padding: 0px 10px;
  }
}
@media (max-width: 770px) {
  .certifications-home__body {
    padding: 0px 0px 50px;
    flex-direction: column;
  }
  .certifications-home__title {
    margin: 0px 0px 20px;
    min-width: auto;
  }
  .certifications-home__row {
    padding: 0px 5px;
    width: auto;
  }
  .certifications-home__column {
    padding: 0px 5px;
  }
}
.client-home__body {
  padding: 0px 0px 90px;
}

.client-home__title {
  margin: 0px 0px 35px;
}

.client-home__row {
  margin: 0px -15px;
}
.client-home__row .client-home__column.slick-slide.slick-active {
  opacity: 1;
}

.client-home__column {
  padding: 0px 15px;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.client-home__column-body {
  padding: 30px;
  width: 100%;
  height: 100%;
  border: 1px solid #959595;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.client-home__column-body:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.client-home__column-img {
  max-width: 100%;
}
.client-home__column-img img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .client-home__row {
    margin: 0px -10px;
  }
  .client-home__column {
    padding: 0px 10px;
  }
}
@media (max-width: 770px) {
  .client-home__body {
    padding: 0px 0px 50px;
  }
  .client-home__title {
    margin: 0px 0px 20px;
  }
  .client-home__row {
    margin: 0px -5px;
  }
  .client-home__column {
    padding: 0px 5px;
  }
}
.catalog-catalog__body {
  padding: 60px 0px 90px;
  display: flex;
  align-items: start;
}

.catalog-catalog__catalog {
  margin: 0px 35px 0px 0px;
  max-width: 277px;
  min-width: 277px;
  border: 1px solid #DCDCDC;
}

.catalog-catalog__catalog-title {
  padding: 20px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
}

.catalog-catalog__catalog-title-icon {
  margin: 0px 15px 0px 0px;
}

.catalog-catalog__catalog-title-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  color: #22196C;
}

.catalog-catalog__catalog-list {
  display: flex;
  flex-direction: column;
}

.catalog-catalog__catalog-item {
  border-bottom: 1px solid #DCDCDC;
}
.catalog-catalog__catalog-item:last-child {
  border-bottom: 0px;
}

.catalog-catalog__catalog-text {
  padding: 20px;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #151515;
}
.catalog-catalog__catalog-text:hover {
  background: #22196C;
  color: #fff;
}

.catalog-catalog__catalog-submenu {
  padding: 20px;
  border-top: 1px solid #DCDCDC;
  display: none;
}

.catalog-catalog__catalog-submenu-item {
  margin: 0px 0px 10px;
}
.catalog-catalog__catalog-submenu-item:last-child {
  margin: 0;
}

.catalog-catalog__catalog-submenu-link {
  padding: 0px 0px 0px 20px;
  position: relative;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #151515;
}
.catalog-catalog__catalog-submenu-link::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22196C;
}

.catalog-catalog__content {
  width: 100%;
}

.catalog-catalog__content-row {
  margin: 0px -15px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.catalog-catalog__content-column {
  padding: 0px 15px 30px;
  width: 100%;
}

.catalog-catalog__content-body {
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  display: inline-block;
  position: relative;
  transition: 0.5s all;
}
.catalog-catalog__content-body:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}
.catalog-catalog__content-body:hover .catalog-catalog__content-text {
  height: 0;
  overflow: hidden;
}
.catalog-catalog__content-body:hover .catalog-catalog__content-submit {
  display: flex;
  opacity: 1;
}

.catalog-catalog__content-img {
  padding-bottom: 95%;
  width: 100%;
  position: relative;
}
.catalog-catalog__content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-catalog__content-content {
  padding: 20px;
}

.catalog-catalog__content-title {
  margin: 0px 0px 15px;
  font-family: "Manrope";
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #151515;
}

.catalog-catalog__content-text {
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #444444;
  transition: 0.5s all;
}

.catalog-catalog__content-submit {
  padding: 15px 30px;
  width: 100%;
  background: #22196C;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s all;
}

.catalog-catalog__content-submit-text {
  display: inline-block;
  font-family: "Manrope";
  color: #fff;
}

.catalog-catalog__content-submit-icon {
  display: inline-flex;
  align-items: center;
}
.catalog-catalog__content-submit-icon span {
  width: 30px;
  height: 10px;
  background: url("../img/icon/arrow-fullscreen.svg") 0 0/100% 100% no-repeat;
  display: inline-block;
}

@media (max-width: 1100px) {
  .catalog-catalog__content-row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 1000px) {
  .catalog-catalog__content-row {
    margin: 0px -10px;
  }
  .catalog-catalog__content-column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 800px) {
  .catalog-catalog__body {
    flex-direction: column;
  }
  .catalog-catalog__catalog {
    margin: 0px 0px 30px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 770px) {
  .catalog-catalog__body {
    padding: 50px 0px;
  }
  .catalog-catalog__catalog-title-text {
    font-size: 16px;
  }
  .catalog-catalog__content-row {
    margin: 0px -5px;
  }
  .catalog-catalog__content-column {
    padding: 0px 5px 10px;
  }
  .catalog-catalog__content-title {
    margin: 0px 0px 10px;
    font-size: 16px;
  }
  .catalog-catalog__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .catalog-catalog__content-row {
    margin: 0px -10px;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .catalog-catalog__content-column {
    padding: 0px 10px 20px;
  }
}
.back-product__body {
  padding: 45px 0px 35px;
}

.back-product__back {
  display: inline-flex;
  align-items: center;
}

.back-product__back-icon {
  margin: 0px 15px 0px 0px;
}

.bacl-product__back-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #535353;
}

.info-product__body {
  padding: 0px 0px 90px;
  display: flex;
}

.info-product__image {
  flex: 0 0 46%;
  width: 100%;
  min-width: 0;
  z-index: 0;
}

.info-product__image-main {
  width: 100%;
  position: relative;
  z-index: 10;
  transition: 0.5s all;
}
.info-product__image-main .slick-list.draggable {
  overflow: hidden;
}
.info-product__image-main:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.info-product__image-main-column {
  width: 100%;
  height: 100%;
}

.info-product__image-main-img {
  padding-bottom: 90%;
  width: 100%;
  display: inline-block;
  position: relative;
}
.info-product__image-main-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-product__image-submain {
  margin: -20% 0px 0px 0px;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.info-product__image-submain-column {
  padding: 0px 7px;
  width: 100%;
}

.info-product__image-submain-body {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.info-product__image-submain-body:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.info-product__image-submain-img {
  padding-bottom: 95%;
  width: 100%;
  position: relative;
}
.info-product__image-submain-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-product__content {
  flex: 0 0 54%;
  padding: 0px 0px 0px 60px;
  width: 100%;
}

.info-product__content-title {
  margin: 0px 0px 20px;
}

.info-product__content-text {
  margin: 0px 0px 40px;
  max-width: 350px;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.info-product__content-row {
  margin: 0px 0px 40px;
  display: flex;
}
.info-product__content-row.one {
  margin: 0px 0px 25px;
  padding: 22px 0px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.info-product__content-art {
  margin: 0px 30px 0px 0px;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #535353;
}

.info-product__content-order {
  display: flex;
  align-items: center;
}

.info-product__content-order-icon {
  margin: 0px 10px 0px 0px;
}

.info-product__content-order-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #535353;
}

.info-product__content-submit-order {
  margin: 0px 13px 0px 0px;
  padding: 19px 36px;
  background: #22196C;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.info-product__content-submit-order:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.info-product__content-submit-cons {
  padding: 19px 36px;
  border: 1px solid #22196C;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 300;
  color: #22196C;
}
.info-product__content-submit-cons:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.info-product__content-list {
  max-width: 320px;
  display: block;
}

.info-product__content-item {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  justify-content: space-between;
}

.info-product__content-left,
.info-product__content-right {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #535353;
}

@media (max-width: 1150px) {
  .info-product__body {
    flex-direction: column;
  }
  .info-product__image {
    margin: 0px 0px 20px;
  }
  .info-product__content {
    padding: 0;
  }
}
@media (max-width: 770px) {
  .info-product__body {
    padding: 0px 0px 50px;
  }
  .info-product__content-title {
    margin: 0px 0px 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .info-product__content-text {
    margin: 0px 0px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .info-product__content-row.one {
    margin: 0px 0px 20px;
    padding: 10px 0px;
    flex-direction: row;
  }
  .info-product__content-art {
    font-size: 14px;
    line-height: 20px;
  }
  .info-product__content-order-text {
    font-size: 14px;
    line-height: 20px;
  }
  .info-product__content-row {
    margin: 0px 0px 30px;
  }
  .info-product__content-submit-order,
  .info-product__content-submit-cons {
    font-size: 14px;
  }
  .info-product__content-left,
  .info-product__content-right {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .info-product__content-row {
    flex-direction: column;
  }
  .info-product__content-submit-order {
    margin: 0px 0px 10px;
  }
}
.content-product__body {
  padding: 0px 0px 90px;
}

.content-product__list {
  margin: 0px 0px 40px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
}
.content-product__list:hover .content-product__list-item.active {
  color: #535353;
}
.content-product__list:hover .content-product__list-item.active::before {
  background: transparent;
}
.content-product__list:hover .content-product__list-item.active:hover {
  color: #22196C;
}
.content-product__list:hover .content-product__list-item.active:hover::before {
  background: #22196C;
}

.content-product__list-item {
  margin: 0px 70px 0px 0px;
  padding: 0px 0px 20px;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 22px;
  font-weight: 300;
  color: #535353;
}
.content-product__list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 10px);
  height: 2px;
  transition: 0.5s all;
}
.content-product__list-item.active, .content-product__list-item:hover {
  color: #22196C;
}
.content-product__list-item.active::before, .content-product__list-item:hover::before {
  background: #22196C;
}

.content-product__content {
  display: none;
}
.content-product__content.active {
  display: block;
}

.coentent-product__content-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #535353;
}
.coentent-product__content-text p {
  margin: 0px 0px 15px;
}
.coentent-product__content-text p:last-child {
  margin: 0;
}

@media (max-width: 770px) {
  .content-product__body {
    padding: 0px 0px 50px;
  }
  .content-product__list {
    margin: 0px 0px 20px;
  }
  .content-product__list-item {
    margin: 0px 30px 0px 0px;
    padding: 0px 0px 10px;
    font-size: 16px;
  }
  .coentent-product__content-text {
    font-size: 14px;
    line-height: 20px;
  }
  .coentent-product__content-text p {
    margin: 0px 0px 10px;
  }
}
.catalog-product__body {
  padding: 0px 0px 90px;
}

.catalog-product__title {
  margin: 0px 0px 40px;
}

.catalog-product__row {
  margin: 0px -15px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

@media (max-width: 1000px) {
  .catalog-product__row {
    margin: 0px -10px;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 770px) {
  .catalog-product__body {
    padding: 0px 0px 50px;
  }
  .catalog-product__title {
    margin: 0px 0px 20px;
  }
  .catalog-product__row {
    margin: 0px -5px;
  }
}
@media (max-width: 1000px) {
  .catalog-product__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.modal-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
}
.modal-product.active {
  display: block;
}

.modal-product__body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.modal-product__body .container {
  display: inline-block;
}

.modal-product__fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.5;
  z-index: -1;
}

.contact-modal__body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #22196C;
  position: relative;
}

.contact-modal__exit {
  position: absolute;
  top: 25px;
  right: 35px;
  z-index: 100;
}

.contact-modal__exit-img {
  width: 27px;
  height: 26px;
  background: #22196C;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
}
.contact-modal__exit-img span {
  width: 17px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.contact-modal__exit-img span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(90deg);
}
.contact-modal__exit-img:hover {
  box-shadow: 0px 0px 10px 0px #22196C;
}

.contact-modal__content {
  flex: 0 0 57%;
  padding: 20px 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-modal__content-title {
  margin: 0px 0px 40px;
  width: 100%;
  color: #fff;
}

.contact-modal__form {
  width: 100%;
}

.contact-modal__form-inputs {
  display: flex;
}
.contact-modal__form-inputs input:nth-child(1) {
  margin: 0px 55px 30px 0px;
}

.contact-modal__form-input {
  margin: 0px 0px 30px;
  padding: 0px 0px 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  display: block;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.contact-modal__form-input::-moz-placeholder {
  color: #fff;
}
.contact-modal__form-input::placeholder {
  color: #fff;
}

.contact-modal__form-select {
  margin: 0px 0px 30px;
  padding: 0px 0px 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  display: block;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.contact-modal__form-select option {
  color: #151515;
}

.contact-modal__form-submit {
  padding: 12px 30px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Manrope";
  font-size: 18px;
  color: #22196C;
}
.contact-modal__form-submit:hover {
  box-shadow: 0px 0px 10px 0px #fff;
}

.contact-modal__image {
  flex: 0 0 43%;
  width: 100%;
}

.contact-modal__image-img {
  padding-bottom: 110%;
  width: 100%;
  position: relative;
}
.contact-modal__image-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  .contact-modal__content {
    padding: 100px 60px;
    flex: auto;
  }
  .contact-modal__form-inputs input:nth-child(1) {
    margin: 0px 20px 30px 0px;
  }
  .contact-modal__image {
    display: none;
  }
}
@media (max-width: 770px) {
  .contact-modal__exit {
    top: 20px;
    right: 20px;
  }
  .contact-modal__content {
    padding: 100px 60px;
    order: 2;
  }
  .contact-modal__content-title {
    margin: 0px 0px 30px;
  }
  .contact-modal__form-input {
    font-size: 14px;
  }
  .contact-modal__form-select {
    font-size: 14px;
  }
  .contact-modal__form-submit {
    font-size: 14px;
  }
  .contact-modal__image {
    order: 1;
  }
}
@media (max-width: 500px) {
  .contact-modal__content {
    padding: 80px 30px;
  }
  .contact-modal__form-inputs {
    flex-direction: column;
  }
}
.fullscreen-services {
  margin: 0px 0px 90px;
  height: 560px;
  position: relative;
}
.fullscreen-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22196C;
  opacity: 0.5;
  z-index: -1;
}
.fullscreen-services .container {
  height: 100%;
}

.fullscreen-services__body {
  padding: 72px 0px 0px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fullscreen-services__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.fullscreen-services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullscreen-services__cotnent {
  max-width: 450px;
  z-index: 1;
}

.fullscreen-services__content-title {
  margin: 0px 0px 20px;
  text-align: center;
  font-family: "Manrope";
  font-size: 68px;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.fullscreen-services__content-text {
  text-align: center;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 770px) {
  .fullscreen-services {
    margin: 0px 0px 50px;
  }
  .fullscreen-services__content-title {
    margin: 0px 0px 10px;
    font-size: 30px;
    line-height: 35px;
  }
  .fullscreen-services__content-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.content-stocs__body {
  padding: 60px 0px 80px;
}

.content-stocs__title {
  margin: 0px 0px 30px;
}

.content-stocs__row {
  margin: 0px -20px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.content-stocs__column {
  padding: 0px 20px 40px;
  width: 100%;
}

.content-stocs__column-body {
  width: 100%;
  height: 100%;
}

.content-stocs__column-img {
  margin: 0px 0px 20px;
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}
.content-stocs__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-stocs__column-title {
  margin: 0px 0px 20px;
  font-family: "Manrope";
  font-size: 23px;
  line-height: 26px;
  color: #151515;
}

.cotnent-stocs__column-submit {
  padding: 17px 30px;
  background: #22196C;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
}
.cotnent-stocs__column-submit:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.content-stocs__column-text {
  margin: 0px 10px 0px 0px;
  font-family: "Manrope";
  color: #fff;
}

.content-stocs__column-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .content-stocs__row {
    margin: 0px -10px;
  }
  .content-stocs__column {
    padding: 0px 10px 40px;
  }
}
@media (max-width: 770px) {
  .content-stocs__body {
    padding: 50px 0px;
  }
  .content-stocs__title {
    margin: 0px 0px 20px;
  }
  .content-stocs__row {
    margin: 0px -5px;
  }
  .content-stocs__column {
    padding: 0px 5px 30px;
  }
  .content-stocs__column-title {
    margin: 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .cotnent-stocs__column-submit {
    padding: 15px 20px;
  }
  .content-stocs__column-text {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .content-stocs__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .content-stocs__column {
    padding: 0px 0px 30px;
  }
  .content-stocs__column:last-child {
    padding: 0;
  }
}
.content-client__body {
  padding: 60px 0px 90px;
}

.content-client__title {
  margin: 0px 0px 50px;
}

.content-client__row {
  margin: 0px -16px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.content-client__column {
  padding: 0px 16px 32px;
  width: 100%;
}

.content-client__column-body {
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.content-client__column-body:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.content-client__column-img {
  max-width: 100%;
}
.content-client__column-img img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .content-client__row {
    margin: 0px -10px;
  }
  .content-client__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .content-client__body {
    padding: 50px 0px;
  }
  .content-client__title {
    margin: 0px 0px 20px;
  }
  .content-client__row {
    margin: 0px -5px;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .content-client__column {
    padding: 0px 5px 10px;
  }
}
@media (max-width: 500px) {
  .content-client__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .cotnent-client__column {
    padding: 0px 0px 10px;
  }
  .cotnent-client__column:last-child {
    padding: 0;
  }
}
.content-news__body {
  padding: 60px 0px 90px;
}

.content-news__title {
  margin: 0px 0px 40px;
}

.content-news__row {
  margin: 0px -15px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.cotnent-news__column {
  padding: 0px 15px 30px;
  width: 100%;
}

.content-news__column-body {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.content-news__column-body:hover .content-news__column-img {
  transform: scale(1.01);
  box-shadow: 0px 0px 10px 0px #22196C;
}

.content-news__column-img {
  margin: 0px 0px 20px;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
  transition: 0.5s all;
}
.content-news__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-news__column-date {
  margin: 0px 0px 20px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 300;
  color: #535353;
}

.content-news__column-title {
  font-family: "Manrope";
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #151515;
}

@media (max-width: 1000px) {
  .content-news__row {
    margin: 0px -10px;
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .cotnent-news__column {
    padding: 0px 10px 20px;
  }
}
@media (max-width: 770px) {
  .content-news__body {
    padding: 50px 0px;
  }
  .content-news__title {
    margin: 0px 0px 20px;
  }
  .content-news__row {
    margin: 0px -5px;
  }
  .cotnent-news__column {
    padding: 0px 5px 20px;
  }
  .content-news__column-date {
    margin: 0px 0px 10px;
  }
  .content-news__column-title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .content-news__row {
    margin: 0;
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .cotnent-news__column {
    padding: 0px 0px 20px;
  }
  .cotnent-news__column:last-child {
    padding: 0p;
  }
}
.content-news-blog .container {
  width: 800px;
}
@media (max-width: 850px) {
  .content-news-blog .container {
    width: 100%;
  }
}

.content-news-blog__body {
  padding: 60px 0px 90px;
}

.content-news-blog__imgs {
  margin: 0px -10px 30px;
  position: relative;
}
.content-news-blog__imgs .content-news-blog__column.slick-slide.slick-current.slick-active {
  opacity: 1;
}

.content-news-blog__column {
  padding: 0px 10px;
  width: 100%;
  opacity: 0;
  transition: 0.5s all;
}

.content-news-blog__column-body {
  width: 100%;
}

.content-news-blog__img {
  padding-bottom: 70%;
  width: 100%;
  display: block;
  position: relative;
}
.content-news-blog__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-news-blog__title {
  margin: 0px 0px 60px;
  text-align: center;
}
.content-news-blog__title::before {
  left: 50%;
  transform: translateX(-50%);
}

.content-news-blog__content {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  color: #151515;
}

@media (max-width: 770px) {
  .content-news-blog__body {
    padding-left: 50px 0px;
  }
  .content-news-blog__title {
    margin: 0px 0px 30px;
  }
  .content-news-blog__content {
    font-size: 14px;
    left: 20px;
  }
}
.content-contact__body {
  padding: 50px 0px 90px;
  display: flex;
}

.content-contact__content {
  margin: 0px 40px 0px 0px;
  max-width: 340px;
  min-width: 340px;
}

.content-contact__title {
  margin: 0px 0px 40px;
}

.content-contact__list {
  display: flex;
  flex-direction: column;
}

.content-contact__list-item {
  margin: 0px 0px 30px;
  display: flex;
}
.content-contact__list-item:last-child {
  margin: 0;
}

.content-contact__list-icon {
  margin: 0px 20px 0px 0px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.content-contact__list-icon img {
  max-width: 100cap;
}

.content-contact__list-content {
  max-width: 300px;
}

.content-contact__list-title {
  margin: 0px 0px 10px;
  font-family: "Manrope";
  font-size: 18px;
  font-weight: 300;
  color: #535353;
}

.content-contact__list-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #151515;
}

.content-contact__map {
  width: 100%;
}
.content-contact__map iframe {
  width: 100%;
}

@media (max-width: 770px) {
  .content-contact__body {
    flex-direction: column;
  }
  .content-contact__content {
    margin: 0px 0px 30px;
    max-width: 100%;
    min-width: auto;
  }
  .content-contact__title {
    margin: 0px 0px 20px;
  }
  .content-contact__list-item {
    margin: 0px 0px 20px;
  }
  .content-contact__list-content {
    max-width: 100%;
  }
  .content-contact__list-title {
    margin: 0px 0px 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-contact__list-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer {
  background: #22196C;
}

.main-footer__body {
  padding: 50px 0px 60px;
  display: flex;
  justify-content: space-between;
}

.main-footer__content {
  display: flex;
  flex-direction: column;
}

.main-footer__content-title {
  margin: 0px 0px 18px;
  font-family: "Manrope";
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.main-footer__content-item {
  margin: 0px 0px 10px;
}
.main-footer__content-item:last-child {
  margin: 0;
}

.main-footer__content-link {
  padding: 0px 0px 0px 20px;
  position: relative;
  font-family: "Manrope";
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
.main-footer__content-link::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.main-footer__social-title {
  margin: 0px 0px 18px;
  font-family: "Manrope";
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.main-footer__social-list {
  margin: 0px 0px 18px;
}

.main-footer__social-item {
  margin: 0px 0px 10px;
}
.main-footer__social-item:last-child {
  margin: 0;
}

.main-footer__social-link {
  display: flex;
  align-items: center;
}

.main-footer__social-icon {
  margin: 0px 10px 0px 0px;
  width: 14px;
  display: flex;
  justify-content: center;
}

.main-footer__social-text {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.main-footer__social-images {
  display: flex;
}

.main-footer__social-img {
  margin: 0px 15px 0px 0px;
  min-width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.main-footer__social-img:last-child {
  margin: 0;
}
.main-footer__social-img:hover {
  box-shadow: 0px 0px 10px 0px #fff;
}

@media (max-width: 1100px) {
  .main-footer__body {
    flex-direction: column;
  }
  .main-footer__logo {
    margin: 0px 0px 30px;
  }
  .main-footer__content {
    margin: 0px 0px 30px;
  }
}
@media (max-width: 1000px) {
  .main-footer__body {
    padding: 50px 0px;
  }
}
.politics-footer__body {
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.politics-footer__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}

.politics-footer__logo {
  font-family: "Manrope";
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.politics-footer__logo span {
  display: block;
}
.politics-footer__logo a {
  padding: 0px 5px 0px;
  display: block;
}
.politics-footer__logo img {
  padding: 2px 3px 0px 0px;
}

@media (max-width: 800px) {
  .politics-footer__body {
    padding: 15px 0px;
  }
}