@charset "UTF-8";
.product-item .btns-line button, #msCart .bottom .btn, #product-page .tabs, #product-page .wrapper .btns-line > .btn, #product-page .wrapper .btns-line .bar button, #product-page .wrapper .btns-line .bar .right, #product-page .wrapper .file-block .download, .catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-box, .catalog-aside-menu .btn-catalog-catalog, #catalog #mse2_filters .filter .rows .list .filter-check, #catalog #mse2_sort, #catalog-main .item .info .show-all, #page-info-detail .back-link, #news > .container > .link, #company-block-top .top, #slider-block .item, footer .socials-block .vladweb, footer .info-block .contacts, header .btn-header-catalog .hamburger .hamburger-box, header .btn-header-catalog, header .wrapper .right .bottom, .breadcrumb .item, .breadcrumb, .socials, .email, .phone, .btns-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .btns-line, .product-item .tags .percent, .product-item .msfavorites, #msCart .list > .item .counter div, #product-page .wrapper .btns-line .bar .counter div, #product-page .msfavorites, #catalog #mse2_mfilter .pagination .page-link, #catalog #mse2_mfilter .pagination, #catalog #mse2_filters .filter .rows .list .filter-check div, #catalog #mse2_filters .filter .title .icon, #page-info-detail .back-link span, #news > .container > .link span, #main-banner-block .list .item .title, #main-banner-block, header .favorites .count, header .cart .count, header .favorites, header .cart, .breadcrumb .item.home a, .modal, .form .success-message, .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#reviews-page .list .item .top, #msCart .bottom, #product-page .wrapper .file-block, #product-page .wrapper .title, .catalog-aside-menu ul.menu > li, #catalog #mse2_filters .filter .title, header ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#projects .list .item .gallery img, #news .list .item .image img, #slider-main .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-item .image img, .product-item .msfavorites svg, #msCart .list > .item .image img, #product-page .wrapper .gallery .main a img, #product-page .wrapper .gallery img, #product-page .msfavorites svg, #catalog #mse2_filters .filter .rows .list .filter-check div svg, #catalog #mse2_filters .filter .title .icon svg, #catalog .category-list .item .image img, #catalog-main .item .image img, #main-banner-block .list .item .image img, #main-banner-block .center .logo img, #catalog-slider #slider-block .item .image img, #slider-block .item .image img, footer .socials-block .top .ya-map-rating img, header .favorites svg, header .cart svg, .breadcrumb .item.home svg, .socials a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-item .link, .catalog-aside-menu ul.menu > li ul.children > li.active:after, #catalog #mse2_filters .filter .rows .list .filter-check input, #main-banner-block .list, #main-banner-block:before, #slider-block .item.fullsize .image img, #slider-main .item > img, #slider-main .item:before, header .mobile-menu, .modal, .form .success-message, .form .form-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: rgb(193, 193, 193);
}
*::-webkit-scrollbar-thumb {
  background-color: rgb(39, 169, 223);
}

body {
  margin: 0;
  padding: 0;
}
.container {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .container {
    width: 95%;
  }
}

a {
  text-decoration: unset;
  color: rgb(0, 0, 0);
  position: relative;
}
a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 1px;
  background: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover:before {
  left: 0;
  right: 0;
}
a.no-hover:before {
  display: none;
}

.btn {
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn:before {
  display: none;
}
.btn.btn-blue {
  background: rgb(39, 169, 223);
}
.btn.btn-blue:hover {
  background: rgb(24, 128, 177);
}
.btn.btn-blue-border {
  background: rgb(255, 255, 255);
  border-color: rgb(39, 169, 223);
  color: rgb(0, 0, 0);
}
.btn.btn-blue-border:hover {
  background: rgb(39, 169, 223);
  color: rgb(255, 255, 255);
}
.btn.btn-blue-dark {
  background: rgb(24, 128, 177);
}
.btn.btn-blue-dark:hover {
  background: rgb(26, 28, 54);
}
.btn.btn-grey {
  background: rgb(70, 70, 70);
  color: rgb(255, 255, 255);
}
.btn.btn-grey:hover {
  opacity: 0.7;
}
.btn.btn-red-hover {
  color: rgb(173, 7, 8);
  background: transparent;
}
.btn.btn-red-hover:hover {
  border-color: rgb(173, 7, 8);
}
.btn[disabled] {
  background: rgb(193, 193, 193);
  cursor: default;
}
.btn[disabled]:hover {
  opacity: 1;
}

.btns-line {
  gap: 10px;
}

.phone {
  gap: 5px;
  white-space: nowrap;
}
.phone svg {
  width: 20px;
  height: 20px;
  fill: rgb(39, 169, 223);
}
.phone a, .phone a > div {
  font-weight: 700;
  font-size: 20px;
}

.phone-block label {
  color: #B2B2B2;
  margin: 0 0 5px 30px;
  display: block;
  font-size: 12px;
}

.email {
  gap: 10px;
  white-space: nowrap;
}
.email svg {
  width: 20px;
  height: 20px;
  fill: rgb(39, 169, 223);
}
.email a {
  font-weight: 400;
}

.block-title, .block-title * {
  font-size: 45px;
  font-weight: 500;
  margin: 40px 0 20px;
}
@media (max-width: 700px) {
  .block-title, .block-title * {
    font-size: 30px;
    line-height: 30px;
  }
}

.block-text {
  font-size: 18px;
  line-height: 26px;
}

.page-content {
  font-size: 18px;
}
.page-content h2 {
  font-size: 45px;
  font-weight: 500;
  margin: 40px 0 20px;
}
@media (max-width: 700px) {
  .page-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.socials {
  gap: 10px;
}
.socials a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(39, 169, 223);
}
.socials a:before {
  display: none;
}
.socials a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form .form-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}
.form .form-title * {
  font-weight: 700;
  font-size: 30px;
}
.form .form-title b {
  color: rgb(39, 169, 223);
}
.form .form-subtitle {
  margin-bottom: 15px;
}
.form .form-group-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.form .form-group-line > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.form .form-file {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.form .form-file label {
  color: rgb(39, 169, 223);
  position: relative;
}
.form .form-file label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .form-file input[type=file] {
  opacity: 0;
}
.form textarea {
  border-radius: 12px;
  height: 100px;
}
.form button {
  margin: 10px auto 0;
  display: block;
}
.form .agree {
  color: grey;
  font-size: 12px;
}
.form .agree a {
  color: grey;
  display: inline-block;
  font-size: 12px;
}
.form .agree-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form .agree-checkbox label {
  background-color: rgb(255, 255, 255);
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid rgb(193, 193, 193);
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.form .agree-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form .agree-checkbox input[type=checkbox]:checked + label {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.26193 5.73849L9.62443 0.363491C9.85863 0.130677 10.1754 0 10.5057 0C10.8359 0 11.1527 0.130677 11.3869 0.363491C11.5041 0.479694 11.5971 0.617945 11.6605 0.77027C11.724 0.922594 11.7567 1.08598 11.7567 1.25099C11.7567 1.41601 11.724 1.57939 11.6605 1.73171C11.5971 1.88404 11.5041 2.02229 11.3869 2.13849L5.13693 8.38849C4.9041 8.61942 4.58986 8.74961 4.26193 8.75099C4.09742 8.75194 3.93434 8.72041 3.78205 8.6582C3.62975 8.596 3.49123 8.50434 3.37443 8.38849L0.436929 5.43849C0.306077 5.32643 0.199802 5.18853 0.124773 5.03345C0.0497435 4.87837 0.00758084 4.70946 0.000931474 4.53731C-0.00571789 4.36516 0.0232895 4.19349 0.0861327 4.03309C0.148976 3.87268 0.244298 3.727 0.366117 3.60518C0.487935 3.48336 0.633619 3.38804 0.794026 3.32519C0.954432 3.26235 1.1261 3.23334 1.29825 3.23999C1.4704 3.24664 1.63931 3.2888 1.79439 3.36383C1.94947 3.43886 2.08737 3.54514 2.19943 3.67599L4.26193 5.73849Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: rgb(24, 128, 177);
  border-color: rgb(24, 128, 177);
}
.form .success-message {
  opacity: 0;
  visibility: hidden;
  background: rgb(255, 255, 255);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .success-message .icon {
  width: 60px;
  height: 60px;
  position: relative;
}
.form .success-message .icon svg {
  width: 100%;
  height: auto;
  color: rgb(23, 162, 21);
}
.form .success-message .icon:before, .form .success-message .icon:after {
  content: " ";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgb(23, 162, 21);
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  opacity: 0;
}
.form .success-message .text {
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s ease 1.8s;
  -o-transition: all 0.5s ease 1.8s;
  transition: all 0.5s ease 1.8s;
}
.form .success-message.show {
  opacity: 1;
  visibility: visible;
}
.form .success-message.show .icon {
  -webkit-animation: jump-animate 1.7s linear;
  animation: jump-animate 1.7s linear;
}
.form .success-message.show .icon:before, .form .success-message.show .icon:after {
  -webkit-animation: border-animate 1s linear;
  animation: border-animate 1s linear;
}
.form .success-message.show .icon:after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.form .success-message.show .text {
  height: 45px;
}
@-webkit-keyframes jump-animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jump-animate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes border-animate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes border-animate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .form .form-group-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form .form-group-line > * {
    width: 100%;
  }
}

.form-control {
  border: 1px solid rgb(187, 174, 174);
  border-radius: 30px;
  outline: none;
  padding: 18px 25px;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.form-control.error {
  outline: 3px solid rgb(39, 169, 223);
}
.form-control:hover, .form-control:focus, .form-control:active {
  border-color: rgb(24, 128, 177);
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.modal .wrapper {
  background: rgb(255, 255, 255);
  min-width: 500px;
  max-width: 95%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.modal .wrapper .btn-close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.modal .wrapper .btn-close svg {
  width: 20px;
  height: 20px;
}
.modal .wrapper .btn-close:hover {
  color: rgb(39, 169, 223);
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1000px) {
  .modal .wrapper {
    min-width: auto;
  }
}
@media (max-width: 500px) {
  .modal .wrapper {
    width: 95%;
  }
}

.breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
}
.breadcrumb .item {
  gap: 7px;
}
.breadcrumb .item svg {
  width: 20px;
  height: auto;
}
.breadcrumb .item > span, .breadcrumb .item i {
  color: #727272;
}
.breadcrumb .item.active {
  color: rgb(114, 114, 114);
}
.breadcrumb .item.home a {
  width: 20px;
  height: 20px;
  background: rgb(39, 169, 223);
  border-radius: 50%;
  padding: 4px;
}
.breadcrumb .item.home a:before {
  display: none;
}
.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  text-align: center;
}
.pagination a, .pagination li > span {
  font-size: 16px;
  font-weight: bold;
  color: #171718;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  border-radius: 5px;
}
.pagination a:hover {
  color: #27a9df;
}
.pagination.active a {
  background: #27a9df;
  color: #fff;
}

header {
  padding: 20px 0;
}
header .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px -webkit-min-content 40px 1fr;
  -ms-grid-columns: 1fr 40px min-content 40px 1fr;
  grid-template-columns: 1fr -webkit-min-content 1fr;
  grid-template-columns: 1fr min-content 1fr;
  gap: 30px;
  position: relative;
}
header .wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
header .wrapper .center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
header .wrapper .right .bottom {
  gap: 40px;
  background: rgb(39, 169, 223);
  border-radius: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  height: 44px;
}
header .slogan {
  font-weight: 700;
  font-size: 20px;
}
header .logo {
  display: block;
}
header .logo img {
  display: block;
}
header .logo img.mobile {
  display: none;
}
header ul.menu-main {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgb(39, 169, 223);
  border-radius: 60px;
}
header ul.menu-main a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  white-space: nowrap;
}
header ul.menu-main li {
  padding: 12px 35px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
}
header ul.menu-main li:hover {
  background: rgb(24, 128, 177);
}
header ul.menu-main li.active {
  background: rgb(26, 28, 54);
}
header .contacts {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  gap: 10px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .contacts .phone {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
header .contacts .socials {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
header .contacts .email {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .contacts .email a {
  font-weight: 500;
  font-size: 18px;
}
header .contacts .btn {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
  padding: 7px 15px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
}
header .favorites, header .cart {
  position: relative;
  border-radius: 50%;
  padding: 3px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .favorites .count, header .cart .count {
  background: rgb(24, 128, 177);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-transform: translate(50%, -25%);
  -ms-transform: translate(50%, -25%);
  transform: translate(50%, -25%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .favorites svg, header .cart svg {
  stroke: rgb(255, 255, 255);
  fill: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .favorites svg path:nth-child(4), header .cart svg path:nth-child(4) {
  fill: transparent;
}
header .favorites:before, header .cart:before {
  display: none;
}
header .favorites:hover, header .cart:hover {
  padding: 0;
}
header .favorites:hover svg, header .cart:hover svg {
  fill: rgb(255, 255, 255);
}
header .favorites:hover svg path:nth-child(4), header .cart:hover svg path:nth-child(4) {
  fill: transparent;
}
header .btn-header-catalog {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin: auto 0 0 auto;
}
header .btn-header-catalog a {
  color: rgb(255, 255, 255);
}
header .btn-header-catalog .hamburger {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
  display: block;
  padding: 0;
  margin: 0 0 0 auto;
}
header .btn-header-catalog .hamburger .hamburger-box {
  width: 30px;
  height: 16px;
}
header .btn-header-catalog .hamburger .hamburger-inner, header .btn-header-catalog .hamburger .hamburger-inner:after, header .btn-header-catalog .hamburger .hamburger-inner:before {
  background: rgb(255, 255, 255);
  width: 30px;
  height: 2px;
}
header .btn-header-catalog .hamburger .hamburger-inner {
  position: unset;
  margin: 0;
}
header .btn-header-catalog .hamburger .hamburger-inner:before {
  top: 0;
}
header .btn-header-catalog .hamburger .hamburger-inner:after {
  bottom: 0;
}
header .btn-header-catalog .hamburger:hover {
  opacity: 1 !important;
}
header ul.menu-catalog {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 99;
  background: rgb(255, 255, 255);
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin: 0;
  padding: 0 10px;
  border-radius: 10px;
  gap: 15px 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul.menu-catalog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header ul.menu-catalog > li > a {
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul.menu-catalog > li > a:before {
  left: 0;
  right: 0;
  height: 3px;
  background: rgb(39, 169, 223);
}
header ul.menu-catalog > li > a:hover {
  color: rgb(24, 128, 177);
}
header ul.menu-catalog > li > a:hover:before {
  background: rgb(24, 128, 177);
}
header ul.menu-catalog > li > ul {
  margin-top: 10px;
}
header ul.menu-catalog > li > ul > li {
  margin: 5px 0;
}
header ul.menu-catalog.show {
  max-height: 1000px;
  padding: 10px;
  -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.18);
}
header .header-search {
  top: 0;
  left: -220px;
  position: absolute;
  max-width: 210px;
}
header .header-search .search-close {
  display: none;
}
header .header-search form {
  position: relative;
  background: #F4F4F4;
  border-radius: 100px;
}
header .header-search .header-search-input {
  display: block;
  width: 460px;
  max-width: 100%;
  height: 36px;
  padding: 0 45px 0 15px;
  border: none;
  background: transparent;
  color: #656262;
  text-shadow: none;
  font-size: 15px;
  line-height: 1.42857143;
  position: relative;
  z-index: 10;
  outline: 0;
}
header .header-search .form-icon {
  width: 20px;
  height: 20px;
  line-height: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  padding: 0;
  border: none;
  line-height: 1;
  background: transparent;
  box-shadow: none;
  margin: 0;
  z-index: 15;
}
header .hamburger-mobile-menu {
  display: none !important;
}
@media (max-width: 1750px) {
  header ul.menu-main li {
    padding: 12px 30px;
  }
}
@media (max-width: 1500px) {
  header .wrapper {
    gap: 10px;
  }
  header .contacts {
    gap: 10px;
  }
  header ul.menu-main li {
    padding: 12px 25px;
  }
}
@media (max-width: 1300px) {
  header .btn-header-catalog {
    white-space: nowrap;
  }
  header .btn-header-catalog .hamburger {
    display: none;
  }
}
@media (max-width: 1200px) {
  header ul.menu-main li {
    padding: 12px 20px;
  }
  header .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
header .mobile-menu {
  display: none;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: rgb(255, 255, 255);
  padding: 20px 20px 20px 80px;
  z-index: 1000;
  overflow-y: scroll;
}
header .mobile-menu .header-search {
    top: 0;
    left: -220px;
    position: unset;
    max-width: 100%;
    margin-bottom: 15px;
}
header .mobile-menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -20px;
  list-style: none;
  padding: 0;
}
header .mobile-menu ul a {
  font-size: 18px;
}
header .mobile-menu ul li {
  padding: 10px 20px;
}
header .mobile-menu ul .parent .children {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
header .mobile-menu ul .parent:hover {
  background: rgb(39, 169, 223);
}
header .mobile-menu ul .parent:hover a, header .mobile-menu ul .parent:hover svg {
  color: rgb(255, 255, 255);
}
header .mobile-menu ul .parent:hover .children {
  max-height: 1000px;
  margin-top: 10px;
}
header .mobile-menu .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 20px;
  align-items: flex-start;
}
header .mobile-menu .contacts .phone {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
header .mobile-menu .contacts .phone a {
  font-size: 20px;
  color: #000;
}
header .mobile-menu .contacts .email {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
header .mobile-menu .contacts .email a {
  color: #000;
}
header .mobile-menu .contacts .socials {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
header .mobile-menu .contacts .socials .telegram path:nth-child(1) {
    fill: rgb(24, 128, 177);
}
header .mobile-menu .contacts .btn {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
header .mobile-menu.show {
  -webkit-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
header.front-page {
  position: relative;
  z-index: 10;
}
header.front-page .slogan, header.front-page .phone a, header.front-page .email a {
  color: rgb(255, 255, 255);
}
@media (max-width: 900px) {
  header {
    background: rgb(39, 169, 223);
    padding: 10px 0;
  }
  header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .wrapper .left {
    display: none;
  }
  header .wrapper .right {
    margin: 0 0 0 auto;
  }
  header .wrapper .right .bottom {
    gap: 20px;
    padding: 0 20px;
  }
  header ul.menu-main {
    display: none;
  }
  header .btn-header-catalog {
    display: none;
  }
  header .contacts {
    display: none;
  }
  header .logo img {
    height: 50px;
    display: none;
  }
  header .logo img.mobile {
    display: block;
  }
  header .menu-catalog {
    display: none;
  }
  header .mobile-menu {
    display: block;
  }
  header .hamburger {
    display: block !important;
    padding: 0;
  }
  header .hamburger .hamburger-inner, header .hamburger .hamburger-inner:after, header .hamburger .hamburger-inner:before {
    background: rgb(255, 255, 255);
  }
  header .hamburger:hover {
    opacity: 1 !important;
  }
  header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner:after, header .hamburger.is-active .hamburger-inner:before {
    background: rgb(255, 255, 255);
  }
}

footer {
  background: rgb(26, 28, 54);
  padding: 20px 0;
  position: relative;
}
footer .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px -webkit-max-content 60px -webkit-max-content 60px -webkit-max-content;
  -ms-grid-columns: 1fr 60px max-content 60px max-content 60px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  gap: 60px;
}
footer .wrapper * {
  color: rgb(255, 255, 255);
}
footer .company-block * {
  font-size: 14px;
  font-weight: 400;
}
footer .company-block .logo {
  display: block;
  margin-bottom: 20px;
}
footer .company-block .logo img {
  max-height: 80px;
  width: auto;
}
footer .company-block .company-name, footer .company-block .company-info {
  line-height: 140%;
}
footer .company-block .text {
  font-size: 13px;
  line-height: 100%;
  margin: 20px 0;
  max-width: 600px;
}
footer .company-block .politics-link {
  display: inline-block;
  margin: 10px 0;
}
footer .company-block .copyright {
  margin-top: 10px;
}
footer .menu-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
footer .menu-block ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
footer .menu-block ul a {
  font-size: 14px;
}
footer .info-block label {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
footer .info-block .contacts {
  gap: 20px;
}
footer .info-block .contacts .phone, footer .info-block .contacts .email {
  margin: 5px 0;
}
footer .info-block .contacts .phone a {
  font-size: 18px;
}
footer .info-block .worktime {
  margin-top: 10px;
  padding-left: 30px;
}
footer .info-block .worktime label {
  font-weight: 600;
  margin-bottom: 5px;
}
footer .info-block .worktime p {
  margin: 0;
}
footer .info-block .address {
  margin-top: 10px;
}
footer .info-block .btn-order-call {
  display: block;
  margin: 15px 0;
  text-align: center;
}
footer .socials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .socials-block .top .ya-map-rating {
  margin-top: 20px;
  max-width: 180px;
}
footer .socials-block .top .socials {
  margin-top: 10px;
}
footer .socials-block .vladweb {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
  font-size: 10px;
  font-weight: 250;
  text-align: right;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .socials-block .vladweb svg {
  fill: rgb(39, 169, 223);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .socials-block .vladweb:hover {
  color: rgb(39, 169, 223);
}
footer .socials-block .vladweb:hover svg {
  fill: #b00923;
}
@media (max-width: 1400px) {
  footer .wrapper {
    -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-min-content 20px -webkit-max-content;
    -ms-grid-columns: 1fr 20px max-content 20px min-content 20px max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-min-content -webkit-max-content;
    grid-template-columns: 1fr max-content min-content max-content;
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  footer .wrapper {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .info-block .btn-order-call {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  footer .company-block .logo img {
    width: 100%;
  }
}

#slider-main {
  margin: -220px 0 0 0;
}
#slider-main .item {
  position: relative;
  height: 800px;
  padding: 220px 0 200px;
  color: rgb(255, 255, 255);
}
#slider-main .item:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
#slider-main .item .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#slider-main .item .wrapper.with-image {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 70% 50px 30%;
  grid-template-columns: 70% 30%;
  gap: 50px;
  height: 100%;
  margin: 0 auto -80px;
}
#slider-main .item .wrapper.with-image > img {
  max-height: 400px;
  width: auto;
  height: 100%;
}
#slider-main .item .info p {
  margin: 0;
}
#slider-main .item .info .title {
  margin-bottom: 25px;
}
#slider-main .item .info .title * {
  font-size: 45px;
  font-weight: 600;
}
#slider-main .item .info .title b, #slider-main .item .info .title strong {
  color: rgb(39, 169, 223);
}
#slider-main .item .info .text {
  margin-bottom: 25px;
}
#slider-main .item .info .text * {
  font-size: 25px;
  font-weight: 300;
}
#slider-main .slick-dots {
  bottom: 50px;
}
#slider-main .slick-dots li button {
  width: 20px;
  height: 20px;
  background: rgb(193, 193, 193);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider-main .slick-dots li button:before {
  display: none;
}
#slider-main .slick-dots li.slick-active button {
  background: rgb(39, 169, 223);
}
@media (max-width: 1200px) {
  #slider-main .item .wrapper.with-image {
    -ms-grid-columns: 60% 30%;
    grid-template-columns: 60% 30%;
  }
}
@media (max-width: 900px) {
  #slider-main {
    padding: 170px 0 0px;
  }
  #slider-main .item {
    padding-bottom: 120px;
    height: 700px;
  }
  #slider-main .item .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #slider-main .item .wrapper > img {
    display: none;
  }
  #slider-main .item .info .title * {
    font-size: 30px;
  }
  #slider-main .item .info .text * {
    font-size: 16px;
  }
  #slider-main .slick-dots {
    bottom: 50px;
  }
  #slider-main .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

#slider-block {
  margin: 40px 0;
}
#slider-block .item {
  position: relative;
  background: rgb(239, 239, 239);
}
#slider-block .item .image {
  position: relative;
  max-height: 600px;
  height: 100%;
  padding: 30px 0;
}
#slider-block .item .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#slider-block .item p {
  margin: 0;
}
#slider-block .item .title {
  margin-bottom: 25px;
}
#slider-block .item .title * {
  font-size: 40px;
  font-weight: 600;
}
#slider-block .item .title b, #slider-block .item .title strong {
  color: rgb(39, 169, 223);
}
#slider-block .item .text {
  margin-bottom: 25px;
}
#slider-block .item .text * {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
#slider-block .item .btns-line {
  display: block;
}
#slider-block .item .btns-line .btn {
  margin-top: 20px;
}
#slider-block .item .text_bottom {
  font-size: 40px;
  font-weight: 600;
}
#slider-block .item.fullsize .container {
  display: block;
}
#slider-block .item.fullsize .image {
  max-height: 100%;
  position: unset;
}
#slider-block .item.fullsize .image img {
  -o-object-fit: cover;
  object-fit: cover;
}
#slider-block .item.fullsize .image:before, #slider-block .item.fullsize .image:after {
  display: none;
}
#slider-block .item.fullsize .wrapper {
  position: relative;
  z-index: 2;
}
#slider-block .slick-dots {
  bottom: 50px;
}
#slider-block .slick-dots li button {
  width: 20px;
  height: 20px;
  background: rgb(193, 193, 193);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider-block .slick-dots li button:before {
  display: none;
}
#slider-block .slick-dots li.slick-active button {
  background: rgb(39, 169, 223);
}
@media (max-width: 900px) {
  #slider-block .item {
    padding: 40px 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #slider-block .item:not(.fullsize) .image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 50vw;
    padding: 10px 0;
  }
  #slider-block .item .wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #slider-block .item .title * {
    font-size: 30px;
  }
  #slider-block .item .text * {
    font-size: 16px;
  }
  #slider-block .item .text_bottom {
    font-size: 20px;
  }
  #slider-block .item .btns-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #slider-block .item .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #slider-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #slider-block .slick-dots {
    bottom: 10px;
  }
  #slider-block .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

#catalog-slider #slider-block .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#catalog-slider #slider-block .item {
  height: auto;
}
#catalog-slider #slider-block .item .image {
  background: transparent;
  max-height: 100%;
  height: 100%;
}
#catalog-slider #slider-block .item .image:before, #catalog-slider #slider-block .item .image:after {
  display: none;
}
#catalog-slider #slider-block .item .image img {
  width: auto;
  margin: 0 0 0 auto;
}
#catalog-slider #slider-block .item .container {
  width: 100%;
  -ms-grid-columns: 1fr 30%;
  grid-template-columns: 1fr 30%;
}
#catalog-slider #slider-block .item .wrapper {
  width: 80%;
  margin: auto;
}
#catalog-slider #slider-block .item .title {
  margin-bottom: 10px;
}
#catalog-slider #slider-block .item .title * {
  font-size: 30px;
}
#catalog-slider #slider-block .item .text {
  margin-bottom: 10px;
}
#catalog-slider #slider-block .item .text * {
  font-size: 20px;
}
#catalog-slider #slider-block .item .btns-line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
#catalog-slider #slider-block .item .text_bottom {
  font-size: 30px;
  font-weight: 600;
}
#catalog-slider #slider-block .item.fullsize .image {
  max-height: 100%;
  position: unset;
}
#catalog-slider #slider-block .item.fullsize .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#catalog-slider #slider-block .item.fullsize .btns-line {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#catalog-slider #slider-block .slick-dots {
  bottom: 7px;
}
@media (max-width: 900px) {
  #catalog-slider #slider-block .item {
    padding: 40px 0;
    height: auto;
  }
  #catalog-slider #slider-block .item:not(.fullsize) .image {
    display: none;
  }
  #catalog-slider #slider-block .item .title * {
    font-size: 30px;
  }
  #catalog-slider #slider-block .item .text * {
    font-size: 16px;
  }
  #catalog-slider #slider-block .item .text_bottom {
    font-size: 20px;
  }
  #catalog-slider #slider-block .item .btns-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #catalog-slider #slider-block .item .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #catalog-slider #slider-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #catalog-slider #slider-block .slick-dots {
    bottom: 10px;
  }
  #catalog-slider #slider-block .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

#advantages-main-block {
  background: rgb(39, 169, 223);
  padding: 30px 0;
}
#advantages-main-block .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#advantages-main-block .list .item {
  text-align: center;
  color: rgb(255, 255, 255);
}
#advantages-main-block .list .item .title {
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#advantages-main-block .list .item .title:before {
  content: "";
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgb(20, 20, 20);
}
#advantages-main-block .list .item .text {
  font-size: 13px;
  width: 200px;
  margin: auto;
}
@media (max-width: 900px) {
  #advantages-main-block .list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  #advantages-main-block .list .item .title {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #advantages-main-block .list .item .text {
    font-size: 12px;
  }
}

#partners-block .list .item img {
  margin: auto;
}

#consultationform-block {
  background: rgb(39, 169, 223);
  color: rgb(255, 255, 255);
  padding: 30px 0;
}
#consultationform-block .form-title {
  font-weight: 700;
  font-size: 36px;
}
#consultationform-block .form-group-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px [2];
  grid-template-columns: repeat(2, 400px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
#consultationform-block .form-group {
  text-align: left;
}
#consultationform-block .form-group label {
  font-weight: 200;
  font-size: 12px;
}
#consultationform-block .agree, #consultationform-block .agree * {
  color: rgb(255, 255, 255);
}
#consultationform-block .btns-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#consultationform-block .btns-line .agree {
  text-align: right;
  color: rgb(255, 255, 255);
}
#consultationform-block .btns-line .agree a {
  color: rgb(255, 255, 255);
}
#consultationform-block .btns-line button {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#consultationform-block .success-message {
  background: rgb(39, 169, 223);
}
@media (max-width: 900px) {
  #consultationform-block .form-group-line {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #consultationform-block .btns-line {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #consultationform-block .btns-line .agree {
    text-align: center;
  }
  #consultationform-block .btns-line button {
    margin: 0 auto;
  }
}

#products_hits_block {
  margin-bottom: 40px;
}
#products_hits_block .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}

#map-block {
  height: 30vw;
}
#map-block iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  #map-block {
    height: 600px;
  }
}

#company-block-top .top-text {
  color: rgb(24, 128, 177);
  font-weight: 600;
  font-size: 18px;
  padding-left: 40px;
}
#company-block-top .top {
  gap: 40px;
  padding: 0 40px 40px 40px;
}
#company-block-top .top .year {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
}
#company-block-top .top .year span {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  color: rgb(24, 128, 177);
}
#company-block-top .top .text {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
}
#company-block-top .bottom {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  margin-bottom: 40px;
}
#company-block-top .bottom > div {
  padding: 20px;
  line-height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
#company-block-top .bottom .left {
  background-image: url(../images/company-top-bg-blue.png);
  color: rgb(255, 255, 255);
}
#company-block-top .bottom .right {
  background-image: url(../images/company-top-bg-grey.png);
  padding-left: 40px;
}
@media (max-width: 900px) {
  #company-block-top .top-text {
    padding: 0;
  }
  #company-block-top .top {
    display: block;
    padding: 0 0 40px 0;
  }
  #company-block-top .top .text {
    font-size: 25px;
    line-height: 30px;
  }
  #company-block-top .bottom {
    display: block;
  }
  #company-block-top .bottom > div {
    border-radius: 12px;
    margin: 20px 0;
  }
  #company-block-top .bottom .left {
    background: rgb(24, 128, 177);
  }
  #company-block-top .bottom .right {
    background: rgb(239, 239, 239);
  }
}

#company-block-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#company-block-bottom .item {
  background: rgb(24, 128, 177);
  color: rgb(255, 255, 255);
  padding: 40px;
  border-radius: 12px;
}
#company-block-bottom .item .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#company-block-bottom .item .title {
  font-weight: 700;
  font-size: 35px;
}
#company-block-bottom .item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#company-block-bottom .item ul li {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
#company-block-bottom .item ul li:before {
  content: "✔";
}
#company-block-bottom .item:first-child {
  background: rgb(239, 239, 239);
  color: rgb(0, 0, 0);
}
#company-block-bottom .item:first-child .wrapper {
  margin: auto 0 auto auto;
}
#company-block-bottom .item:first-child ul li:before {
  color: rgb(39, 169, 223);
}
@media (max-width: 900px) {
  #company-block-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 95%;
    margin: 0 auto;
  }
  #company-block-bottom .item .title {
    font-size: 25px;
    line-height: 30px;
  }
}

#main-banner-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 800px;
}
#main-banner-block:before {
  content: "";
  background: rgb(39, 169, 223);
  opacity: 0.9;
  z-index: 0;
}
#main-banner-block .center {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
  margin-top: -200px;
}
#main-banner-block .center .logo {
  padding: 40px;
}
#main-banner-block .center .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}
#main-banner-block .center .subtitle {
  font-size: 20px;
}
#main-banner-block .list {
  z-index: 1;
}
#main-banner-block .list .item {
  text-align: center;
  color: rgb(255, 255, 255);
  position: absolute;
}
#main-banner-block .list .item .image {
  height: 60px;
}
#main-banner-block .list .item .title {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin: 10px 0 10px -20px;
  gap: 5px;
}
#main-banner-block .list .item .title:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4915 3.03748L6.36562 9.44487C6.19867 9.6193 5.99809 9.75837 5.7759 9.85376C5.55371 9.94915 5.31447 9.99889 5.07252 10H5.06455C4.82395 10.0001 4.58578 9.95198 4.36419 9.85859C4.1426 9.7652 3.94212 9.62842 3.77464 9.45637L0.523969 6.12162C0.356011 5.95371 0.22321 5.75424 0.133274 5.53479C0.0433383 5.31535 -0.00194108 5.0803 6.37797e-05 4.84328C0.00206864 4.60627 0.0513178 4.37201 0.144953 4.15411C0.238588 3.93621 0.374744 3.73899 0.54552 3.57392C0.716295 3.40885 0.918288 3.2792 1.13977 3.1925C1.36126 3.1058 1.59783 3.06378 1.83576 3.06888C2.07368 3.07397 2.30822 3.12608 2.52576 3.22218C2.7433 3.31828 2.93951 3.45646 3.103 3.62869L5.05181 5.62795L9.8886 0.56913C10.0506 0.396091 10.2455 0.256766 10.4619 0.159212C10.6784 0.0616587 10.9121 0.00781265 11.1495 0.000788855C11.387 -0.00623494 11.6235 0.0337027 11.8454 0.118292C12.0672 0.202881 12.27 0.330444 12.4421 0.4936C12.6142 0.656757 12.752 0.85227 12.8477 1.06883C12.9434 1.28539 12.9951 1.5187 12.9997 1.75527C13.0043 1.99183 12.9617 2.22696 12.8745 2.44705C12.7873 2.66713 12.6571 2.86781 12.4915 3.03748Z' fill='%230B5A7C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
}
#main-banner-block .list .item .text {
  width: 350px;
  margin: auto;
}
#main-banner-block .list .item:nth-child(1) {
  top: 7%;
  right: 70%;
}
#main-banner-block .list .item:nth-child(2) {
  top: 7%;
  left: 70%;
}
#main-banner-block .list .item:nth-child(3) {
  top: 40%;
  right: 70%;
}
#main-banner-block .list .item:nth-child(4) {
  top: 40%;
  left: 70%;
}
#main-banner-block .list .item:nth-child(5) {
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1400px) {
  #main-banner-block .list .item .text {
    width: 250px;
  }
  #main-banner-block .list .item:nth-child(1) {
    right: 73%;
  }
  #main-banner-block .list .item:nth-child(2) {
    left: 73%;
  }
  #main-banner-block .list .item:nth-child(3) {
    right: 73%;
  }
  #main-banner-block .list .item:nth-child(4) {
    left: 73%;
  }
}
@media (max-width: 900px) {
  #main-banner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  #main-banner-block .center {
    margin: 0;
  }
  #main-banner-block .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
    width: 95%;
  }
  #main-banner-block .list .item {
    position: unset;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
}

#main-page #company-block-top {
  margin-top: 40px;
}
#main-page #slider-block {
  margin-bottom: 0;
}
#main-page #slider-block .list {
  margin-bottom: 0;
}

#news {
  margin-bottom: 20px;
}
#news .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
#news .list .item {
  position: relative;
  padding-bottom: 20px;
}
#news .list .item .image {
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
}
#news .list .item .date {
  color: rgb(114, 114, 114);
  margin: 10px 0;
}
#news .list .item .title {
  font-weight: 700;
  margin-bottom: 10px;
}
#news .list .item .description {
  margin-bottom: 10px;
}
#news .list .item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
#news .list .item .link a {
  color: rgb(114, 114, 114);
}
#news .list .item .link a:hover {
  color: rgb(39, 169, 223);
}
#news > .container > .link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 20px;
}
#news > .container > .link span {
  background: rgb(39, 169, 223);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (max-width: 1920px) {
  #news .list {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1300px) {
  #news .list {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  #news .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#page-info-detail {
  margin-bottom: 20px;
}
#page-info-detail .detail_picture {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 60%;
  width: 100%;
}
#page-info-detail .content, #page-info-detail .content * {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
}
#page-info-detail .content em {
  font-style: normal;
  color: rgb(24, 128, 177);
}
#page-info-detail .date {
  font-weight: 600;
  color: rgb(114, 114, 114);
}
#page-info-detail .back-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 20px;
}
#page-info-detail .back-link span {
  background: rgb(39, 169, 223);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (max-width: 900px) {
  #page-info-detail .content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #page-info-detail .detail_picture {
    max-width: 100%;
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}

#news-detail #page-info-detail .detail_picture {
  float: none;
  max-width: 100%;
}
#news-detail .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 30vw;
  grid-template-columns: 1fr 30vw;
  gap: 40px;
}
#news-detail .wrapper .news-list .list-title {
  font-weight: 600;
  font-size: 25px;
}
#news-detail .wrapper .news-list .item {
  position: relative;
  margin: 20px 0;
  padding-bottom: 20px;
}
#news-detail .wrapper .news-list .item .date {
  color: rgb(114, 114, 114);
  margin: 10px 0;
}
#news-detail .wrapper .news-list .item .title {
  font-weight: 700;
  margin-bottom: 10px;
}
#news-detail .wrapper .news-list .item .description {
  margin-bottom: 10px;
}
#news-detail .wrapper .news-list .item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
#news-detail .wrapper .news-list .item .link a {
  color: rgb(114, 114, 114);
}
#news-detail .wrapper .news-list .item .link a:hover {
  color: rgb(39, 169, 223);
}
@media (max-width: 900px) {
  #news-detail .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#projects .list .item {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
#projects .list .item .gallery {
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}
#projects .list .item .gallery .slick-dots {
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 0;
}
#projects .list .item .gallery .slick-dots li {
  background: rgb(24, 128, 177);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}
#projects .list .item .gallery .slick-dots li button {
  display: none;
}
#projects .list .item .gallery .slick-dots li:hover {
  background: rgb(39, 169, 223);
}
#projects .list .item .gallery .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  background: rgb(39, 169, 223);
}
#projects .list .item .gallery .slick-dots li:first-child:last-child {
  display: none;
}
#projects .list .item .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
}
#projects .list .item .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
#projects .list .item .description ul {
  list-style: none;
  padding: 0;
}
#projects .list .item .description ul li {
  position: relative;
  padding-left: 20px;
  margin: 7px 0;
}
#projects .list .item .description ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9996 0.00620878C14.997 0.0589848 14.9484 0.0589848 14.9185 0.074119C14.504 0.286387 14.0949 0.507969 13.6918 0.742356C13.0423 1.12033 12.414 1.53206 11.8073 1.97832C11.3876 2.28722 10.9777 2.60931 10.5849 2.95235C10.0548 3.41569 9.54858 3.90542 9.06931 4.42426C9.05945 4.43512 9.05604 4.4522 9.04959 4.46617L9.04656 4.46927C8.92332 4.55193 8.84218 4.67727 8.74549 4.78593C8.36138 5.21861 7.99662 5.6676 7.64853 6.13133C7.316 6.5741 6.99825 7.02813 6.69187 7.48992C6.46892 7.82598 6.25544 8.16902 6.04424 8.51323C5.67833 9.10929 5.3276 9.71388 4.98634 10.3243C4.69323 10.8482 4.40733 11.3759 4.11727 11.9014C4.09641 11.939 4.08617 12.0023 4.03953 11.9999C4.00275 11.998 3.99517 11.9359 3.97735 11.8998C3.76311 11.464 3.55267 11.0263 3.33806 10.5909C2.98694 9.87842 2.61004 9.18069 2.17513 8.5175C1.78533 7.92261 1.34549 7.37001 0.81047 6.90356C0.584102 6.70643 0.341051 6.53219 0.0779025 6.39016C0.0179927 6.35795 -0.00210376 6.3207 0.000171293 6.25395C0.0107882 5.9501 0.0562891 5.65518 0.215543 5.39207C0.42409 5.04709 0.739944 4.88566 1.12632 4.87402C1.65793 4.85772 2.11749 5.07464 2.54027 5.37888C3.2554 5.89383 3.75667 6.58885 4.12978 7.38902C4.15556 7.44452 4.18135 7.50001 4.20827 7.55473C4.21889 7.57646 4.21699 7.61216 4.24884 7.61371C4.27804 7.61526 4.28714 7.58383 4.30003 7.56287C4.44904 7.32693 4.59313 7.08789 4.74708 6.85544C5.17896 6.20195 5.65103 5.58028 6.16671 4.99354C6.72941 4.35363 7.33495 3.7599 7.99093 3.22127C8.7216 2.62172 9.49929 2.09435 10.3285 1.6477C11.1646 1.19716 12.0318 0.822684 12.9335 0.530088C13.3487 0.395432 13.7677 0.274745 14.1905 0.168805C14.4563 0.102059 14.7232 0.0357014 14.9958 0L15 0.00582064L14.9996 0.00620878Z' fill='%232BABE1'/%3E%3C/svg%3E%0A");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 7px;
  left: 0;
}
@media (max-width: 1200px) {
  #projects .list .item {
    grid-template-columns: 1fr;
  }
}

#contacts .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
#contacts .list .item {
  margin-bottom: 40px;
}
#contacts .list .item .title {
  font-weight: 700;
  margin-bottom: 20px;
}
#contacts .list .item .title.company-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
#contacts .list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0;
}
#contacts .list .item .info label {
  display: block;
  min-width: 150px;
}
#contacts .list .item .info a {
  color: rgb(39, 169, 223);
}
#contacts .list .item .info:last-child {
  margin-bottom: 0;
}
#contacts .form-block {
  background: rgb(39, 169, 223);
  color: rgb(255, 255, 255);
  padding: 20px;
  margin-top: 40px;
}
#contacts .form-block .wrapper {
  -ms-grid-columns: 40vw 450px;
  grid-template-columns: 40vw 450px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contacts .form-block .info .title {
  font-weight: 600;
  font-size: 25px;
}
#contacts .form-block .info .text, #contacts .form-block .info .text * {
  font-size: 18px;
  line-height: 30px;
}
#contacts .form-block form#contacts-form {
  background: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 25px;
  color: rgb(0, 0, 0);
}
@media (max-width: 900px) {
  #contacts .wrapper {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}

#company-page .content {
  margin: 40px 0;
  line-height: 25px;
}
#company-page .content h2 span, #company-page .content h3 span, #company-page .content h4 span {
  font-size: 35px;
}
#company-page .content p {
  line-height: 25px;
}
#company-page .content img {
  border-radius: 6px;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}
#company-page .bottom-text {
  margin: 40px 0;
  line-height: 25px;
}
#company-page .bottom-text * {
  line-height: 25px;
}
@media (max-width: 900px) {
  #company-page .content img {
    float: none;
    margin: 20px 0;
    width: 100%;
  }
}

.catalog-content, .catalog-content * {
  font-size: 18px;
  line-height: 26px;
}

#catalog-main {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#catalog-main .item {
  background: rgb(239, 239, 239);
  border-radius: 6px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#catalog-main .item .image {
  display: block;
  height: 200px;
}
#catalog-main .item .info {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 20px;
  margin-top: 20px;
  min-height: 220px;
  height: 100%;
}
#catalog-main .item .info .title {
  font-weight: 700;
  font-size: 18px;
}
#catalog-main .item .info .list {
  max-height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog-main .item .info .list a {
  display: block;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog-main .item .info .list a:before {
  display: none;
}
#catalog-main .item .info .list a:hover {
  color: rgb(39, 169, 223);
}
#catalog-main .item .info .list.show {
  max-height: 500px;
}
#catalog-main .item .info .show-all {
  font-weight: 400;
  font-size: 16px;
  padding: 7px 15px;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#catalog-main .item .info .show-all.show svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#catalog {
  margin-bottom: 40px;
}
#catalog .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 40px 1fr;
  grid-template-columns: 350px 1fr;
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 40px;
}
#catalog .wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#catalog .wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#catalog .block-title {
  margin-top: 0;
}
#catalog .category-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
#catalog .category-list .item .image {
  -webkit-box-shadow: 0px 4px 18.4px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 4px 18.4px 0px rgba(0, 0, 0, 0.19);
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 200px;
}
#catalog .category-list .item .image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog .category-list .item .title {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  padding: 0 10px;
}
#catalog .category-list .item:hover .image {
  -webkit-box-shadow: 0px 4px 18.4px 0px rgb(39, 169, 223);
  box-shadow: 0px 4px 18.4px 0px rgb(39, 169, 223);
}
#catalog .category-list .item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#catalog #mse2_sort {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  margin: 10px 0;
}
#catalog #mse2_sort a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog #mse2_sort a:before {
  display: none;
}
#catalog #mse2_sort a:hover {
  color: rgb(39, 169, 223);
}
#catalog #mse2_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
#catalog #mse2_filters .filter {
  background: rgb(239, 239, 239);
  border-radius: 6px;
  border: none;
  padding: 0;
  margin: 0;
}
#catalog #mse2_filters .filter .title {
  padding: 15px;
  font-weight: 700;
  cursor: pointer;
}
#catalog #mse2_filters .filter .title .icon {
  color: rgb(255, 255, 255);
  background: rgb(39, 169, 223);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog #mse2_filters .filter .rows {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog #mse2_filters .filter .rows .list {
  max-height: calc(100% - 15px);
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
#catalog #mse2_filters .filter .rows .list::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
}
#catalog #mse2_filters .filter .rows .list .filter-check {
  gap: 7px;
  position: relative;
  cursor: pointer;
}
#catalog #mse2_filters .filter .rows .list .filter-check input {
  opacity: 0;
  margin: 0;
}
#catalog #mse2_filters .filter .rows .list .filter-check input:checked ~ div {
  color: rgb(39, 169, 223);
}
#catalog #mse2_filters .filter .rows .list .filter-check div {
  width: 16px;
  height: 16px;
  border: 1px solid rgb(39, 169, 223);
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  color: rgb(255, 255, 255);
}
#catalog #mse2_filters .filter .rows .list .filter-check.disabled {
  display: none;
}
#catalog #mse2_filters .filter .rows .mse2_number_inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#catalog #mse2_filters .filter .rows .mse2_number_inputs input {
  margin: 0;
  padding: 10px 15px;
}
#catalog #mse2_filters .filter .rows .slider-wrapper {
  padding: 0 10px;
}
#catalog #mse2_filters .filter .rows .mse2_number_slider {
  margin: 20px 0 10px;
  font-size: 4px;
  border: none;
  background: rgb(193, 193, 193);
}
#catalog #mse2_filters .filter .rows .mse2_number_slider .ui-slider-range {
  background: rgb(70, 70, 70);
  border: none;
}
#catalog #mse2_filters .filter .rows .mse2_number_slider .ui-slider-handle {
  background: rgb(39, 169, 223);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -9px;
}
#catalog #mse2_filters .filter.slider .rows {
  padding: 0 20px;
}
#catalog #mse2_filters .filter.active .title .icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#catalog #mse2_filters .filter.active .rows {
  max-height: 200px;
  padding-bottom: 15px;
}
#catalog #mse2_filters button[type=reset] {
  background: transparent;
  border: none;
  text-align: right;
  color: rgb(39, 169, 223);
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
}
#catalog #mse2_filters .btn-filter-set {
  display: none;
  text-align: center;
}
#catalog #mse2_results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}
#catalog #mse2_mfilter .pagination {
  list-style: none;
  margin: 30px 0;
  gap: 10px;
}
#catalog #mse2_mfilter .pagination .page-link {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catalog #mse2_mfilter .pagination .page-link:before {
  display: none;
}
#catalog #mse2_mfilter .pagination .page-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#catalog #mse2_mfilter .pagination li.active .page-link {
  background: rgb(39, 169, 223);
  color: rgb(255, 255, 255);
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
#catalog .mobile-filter {
  display: none;
}
@media (max-width: 1400px) {
  #catalog .wrapper {
    -ms-grid-columns: 250px 1fr;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 900px) {
  #catalog .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #catalog .mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  #catalog .category-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  #catalog .category-list .item .image {
    height: 150px;
  }
  #catalog .category-list .item .title {
    font-size: 14px;
  }
  #catalog #mse2_filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
    background: rgb(255, 255, 255);
    padding: 20px;
  }
  #catalog #mse2_filters .btn-filter-set {
    display: block;
  }
  #catalog #mse2_filters button[type=reset] {
    text-align: center;
    border: 1px solid rgb(39, 169, 223);
    font-size: 16px;
  }
  #catalog #mse2_filters.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #catalog #mse2_sort {
    margin: 20px 0;
  }
}

.catalog-aside-menu .btn-catalog-catalog {
  gap: 10px;
}
.catalog-aside-menu .btn-catalog-catalog a {
  color: rgb(255, 255, 255);
}
.catalog-aside-menu .btn-catalog-catalog .hamburger {
  display: none;
  padding: 0;
  margin: 0 0 0 auto;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-box {
  width: 30px;
  height: 16px;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner, .catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner:after, .catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner:before {
  background: rgb(255, 255, 255);
  width: 30px;
  height: 2px;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner {
  position: unset;
  margin: 0;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner:before {
  top: 0;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger .hamburger-inner:after {
  bottom: 0;
}
.catalog-aside-menu .btn-catalog-catalog .hamburger:hover {
  opacity: 1 !important;
}
.catalog-aside-menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.catalog-aside-menu ul.menu ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.catalog-aside-menu ul.menu > li {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dashed rgb(193, 193, 193);
}
.catalog-aside-menu ul.menu > li a {
  width: calc(100% - 20px);
}
.catalog-aside-menu ul.menu > li svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-aside-menu ul.menu > li ul.children {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.catalog-aside-menu ul.menu > li ul.children > li {
  padding: 10px;
}
.catalog-aside-menu ul.menu > li ul.children > li.active {
  position: relative;
  background: rgb(24, 128, 177);
  border-radius: 6px 50% 50% 6px;
}
.catalog-aside-menu ul.menu > li ul.children > li.active:after {
  content: "";
  background: url(../images/menu-item-bg.png) center right/auto 100% no-repeat;
  z-index: 0;
  border-radius: 6px 0 0 6px;
}
.catalog-aside-menu ul.menu > li ul.children > li.active > a {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.catalog-aside-menu ul.menu > li.active ul.children, .catalog-aside-menu ul.menu > li.show ul.children {
  height: auto;
  max-height: none;
  margin-top: 10px;
}
.catalog-aside-menu ul.menu > li.active > a, .catalog-aside-menu ul.menu > li.show > a {
  font-weight: 700;
}
.catalog-aside-menu ul.menu > li.active svg, .catalog-aside-menu ul.menu > li.show svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 900px) {
  .catalog-aside-menu {
    margin-bottom: 40px;
  }
  .catalog-aside-menu .btn-catalog-catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-aside-menu .btn-catalog-catalog .hamburger {
    margin: 0;
    display: block;
  }
  .catalog-aside-menu ul.menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
  }
  .catalog-aside-menu ul.menu.show {
    max-height: 2000px;
  }
}

#product-page {
  margin: 40px 0;
}
#product-page .msfavorites {
  width: 30px;
  height: 30px;
}
#product-page .msfavorites svg {
  stroke: rgb(193, 193, 193);
  fill: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-page .msfavorites:hover svg {
  stroke: rgb(39, 169, 223);
}
#product-page .msfavorites.voted svg {
  stroke: rgb(39, 169, 223);
  fill: rgb(39, 169, 223);
}
#product-page .page-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 40px 1fr;
  grid-template-columns: 20% 1fr;
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 40px;
}
#product-page .page-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#product-page .page-wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#product-page .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25vw 7px 1fr;
  grid-template-columns: 25vw 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
#product-page .wrapper .gallery .slick-list, #product-page .wrapper .gallery .slick-track {
  height: 100%;
}
#product-page .wrapper .gallery .mini .slick-slide {
  padding: 10px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
  margin: 10px;
  border-radius: 12px;
}
#product-page .wrapper .gallery .main {
  min-height: 0;
  min-width: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  overflow: hidden;
}
#product-page .wrapper .gallery .main a {
  display: block;
  height: 500px;
}
#product-page .wrapper .title {
  gap: 30px;
  margin-bottom: 15px;
}
#product-page .wrapper .title .block-title {
  margin: 0;
  font-size: 30px;
}
#product-page .wrapper .description {
  line-height: 26px;
}
#product-page .wrapper .description .description * {
  line-height: 26px;
}
#product-page .wrapper .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}
#product-page .wrapper .options .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#product-page .wrapper .options .item label {
  opacity: 0.7;
}
#product-page .wrapper .options .item div {
  border-bottom: 1px dashed rgb(193, 193, 193);
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
#product-page .wrapper .file-block {
  background: rgb(239, 239, 239);
  padding: 10px 25px;
  border-radius: 90px;
  margin-bottom: 20px;
}
#product-page .wrapper .file-block .icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/file.svg);
}
#product-page .wrapper .file-block .icon.doc, #product-page .wrapper .file-block .icon.docx {
  background-image: url(../images/doc.svg);
}
#product-page .wrapper .file-block .icon.xls, #product-page .wrapper .file-block .icon.xlsx {
  background-image: url(../images/xls.svg);
}
#product-page .wrapper .file-block .icon.pdf {
  background-image: url(../images/pdf.svg);
}
#product-page .wrapper .file-block .download {
  color: rgb(70, 70, 70);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-page .wrapper .file-block .download:hover {
  color: rgb(24, 128, 177);
}
#product-page .wrapper .btns-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px -webkit-min-content;
  -ms-grid-columns: 1fr 7px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
}
#product-page .wrapper .btns-line .bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 7px -webkit-min-content;
  -ms-grid-columns: 1fr 7px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: rgb(24, 128, 177);
  color: rgb(255, 255, 255);
  border-radius: 78px;
  padding: 4px 4px 4px 20px;
}
#product-page .wrapper .btns-line .bar .price {
  font-size: 25px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
}
#product-page .wrapper .btns-line .bar .right {
  background: rgb(14, 73, 101);
  border-radius: 30px;
}
#product-page .wrapper .btns-line .bar .counter {
  position: relative;
}
#product-page .wrapper .btns-line .bar .counter div {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
}
#product-page .wrapper .btns-line .bar .counter div.add {
  right: 15px;
}
#product-page .wrapper .btns-line .bar .counter div.subtract {
  left: 15px;
}
#product-page .wrapper .btns-line .bar .counter div:hover {
  color: rgb(39, 169, 223);
}
#product-page .wrapper .btns-line .bar .counter input[name=count] {
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-align: center;
  padding: 14px 40px;
  margin: 0;
  width: 120px;
}
#product-page .wrapper .btns-line .bar .counter input[name=count]::-webkit-outer-spin-button, #product-page .wrapper .btns-line .bar .counter input[name=count]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#product-page .wrapper .btns-line .bar button {
  z-index: 1;
  color: rgb(255, 255, 255);
  font-size: 17px;
  padding: 10px 20px;
  gap: 7px;
}
#product-page .wrapper .btns-line .bar button svg {
  height: 20px;
  width: auto;
  stroke: rgb(255, 255, 255);
  fill: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#product-page .wrapper .btns-line .bar button svg path:nth-child(4) {
  fill: transparent;
}
#product-page .wrapper .btns-line .bar button:hover svg {
  fill: rgb(255, 255, 255);
}
#product-page .wrapper .btns-line .bar button:hover svg path:nth-child(4) {
  fill: transparent;
}
#product-page .wrapper .btns-line > .btn {
  height: 100%;
  padding: 0 40px;
}
#product-page .wrapper .btns-line .btn {
  white-space: nowrap;
}
#product-page .tabs {
  gap: 5px;
}
#product-page .tabs .item {
  color: rgb(0, 0, 0);
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgb(239, 239, 239);
  border-radius: 40px;
}
#product-page .tabs .item:hover {
  background: rgb(193, 193, 193);
}
#product-page .tabs .item.active {
  background: rgb(24, 128, 177);
  color: rgb(255, 255, 255);
}
#product-page .tabs-content {
  position: relative;
  margin-top: 20px;
}
#product-page .tabs-content > .item {
  display: none;
  line-height: 26px;
}
#product-page .tabs-content > .item * {
  line-height: 26px;
}
#product-page .tabs-content > .item#characteristic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
#product-page .tabs-content > .item#characteristic .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#product-page .tabs-content > .item#characteristic .item label {
  opacity: 0.7;
}
#product-page .tabs-content > .item#characteristic .item div {
  border-bottom: 1px dashed rgb(193, 193, 193);
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
#product-page .tabs-content > .item#characteristic table th {
  text-align: left;
  font-weight: normal;
}
#product-page .tabs-content > .item#video .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 20px;
}
#product-page .tabs-content > .item#video .list iframe {
  width: 100%;
  height: 350px;
}
#product-page .tabs-content > .item.active {
  display: block;
}
#product-page .tabs-content > .item.active#characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1800px) {
  #product-page .wrapper .btns-line .bar .price {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  #product-page .page-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #product-page .wrapper {
    -ms-grid-columns: 35vw 1fr;
    grid-template-columns: 35vw 1fr;
  }
  #product-page .catalog-aside-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  #product-page .wrapper .btns-line > .btn {
    padding: 10px 20px;
  }
}
@media (max-width: 900px) {
  #product-page .page-wrapper {
    display: block;
  }
  #product-page .catalog-aside-menu {
    display: block;
  }
  #product-page .msfavorites {
    width: 50px;
    height: 50px;
  }
  #product-page .wrapper {
    display: block;
    position: relative;
    padding-top: 80px;
  }
  #product-page .wrapper .gallery {
    margin: 20px 0;
  }
  #product-page .wrapper .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #product-page .wrapper .title .block-title {
    line-height: 28px;
  }
  #product-page .wrapper .options .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product-page .wrapper .options .item div {
    display: none;
  }
  #product-page .wrapper .options .item:not(:last-child) {
    border-bottom: 1px dashed rgb(193, 193, 193);
    padding-bottom: 5px;
  }
  #product-page .wrapper form.btns-line {
    display: block;
  }
  #product-page .wrapper form.btns-line .bar {
    margin-bottom: 20px;
    display: block;
    background: transparent;
    padding: 0;
  }
  #product-page .wrapper form.btns-line .bar .price {
    background: rgb(39, 169, 223);
    border-radius: 30px 30px 0 0;
    padding: 15px 0;
  }
  #product-page .wrapper form.btns-line .bar .right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0 0 30px 30px;
  }
  #product-page .wrapper form.btns-line .bar .counter input[name=count] {
    width: 100%;
  }
  #product-page .wrapper form.btns-line .bar button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 30px 0;
    height: 100%;
  }
  #product-page .wrapper form.btns-line > .btn {
    height: auto;
    padding: 15px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #product-page .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product-page .tabs .item {
    border-radius: 4px;
    width: 100%;
  }
}

#favorites-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}

#msCart .list > .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 5px 1fr 5px 200px 5px 150px 5px 140px;
  grid-template-columns: 220px 1fr 200px 150px 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
#msCart .list > .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#msCart .list > .item .image {
  display: block;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 4px 25.2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25.2px 0 rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#msCart .list > .item .image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#msCart .list > .item .image:hover {
  -webkit-box-shadow: 0 4px 25.2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 25.2px 0 rgba(0, 0, 0, 0.25);
}
#msCart .list > .item .image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#msCart .list > .item .info {
  width: 80%;
}
#msCart .list > .item .title {
  font-weight: 500;
  font-size: 20px;
}
#msCart .list > .item .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
#msCart .list > .item .options .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#msCart .list > .item .options .item label {
  opacity: 0.7;
}
#msCart .list > .item .options .item div {
  border-bottom: 1px dashed rgb(193, 193, 193);
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}
#msCart .list > .item .price {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#msCart .list > .item .counter {
  position: relative;
}
#msCart .list > .item .counter div {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgb(37, 40, 43);
}
#msCart .list > .item .counter div.add {
  right: 15px;
}
#msCart .list > .item .counter div.subtract {
  left: 15px;
}
#msCart .list > .item .counter div:hover {
  color: rgb(39, 169, 223);
}
#msCart .list > .item .counter input[name=count] {
  text-align: center;
  padding: 10px 40px;
  margin: 0;
}
#msCart .list > .item .counter input[name=count]::-webkit-outer-spin-button, #msCart .list > .item .counter input[name=count]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#msCart .list > .item .counter.hidden {
  opacity: 0;
  visibility: hidden;
}
#msCart .list > .item .remove {
  text-align: right;
}
#msCart .bottom {
  margin-top: 20px;
}
#msCart .bottom .btn {
  color: rgb(0, 0, 0);
  gap: 5px;
  padding: 0;
}
#msCart .bottom .total_cost {
  font-size: 18px;
  font-weight: 700;
}
#msCart .bottom .total_cost span {
  font-size: 20px;
  margin-left: 30px;
}
@media (max-width: 1400px) {
  #msCart .list > .item {
    -ms-grid-columns: 200px 1fr 150px 100px 100px;
    grid-template-columns: 200px 1fr 150px 100px 100px;
  }
  #msCart .list > .item .info {
    width: 100%;
  }
  #msCart .list > .item .options .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #msCart .list > .item .options .item * {
    font-size: 14px;
  }
  #msCart .list > .item .options .item div {
    display: none;
  }
  #msCart .list > .item .options .item:not(:last-child) {
    border-bottom: 1px dashed rgb(193, 193, 193);
    padding-bottom: 5px;
  }
  #msCart .list > .item .remove .btn {
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 900px) {
  #msCart .list > .item {
    display: block;
  }
  #msCart .list > .item .title {
    margin: 15px 0;
    display: block;
  }
  #msCart .list > .item .price {
    margin: 15px 0;
    font-size: 20px;
  }
  #msCart .list > .item .remove .btn {
    width: 100%;
    margin-top: 15px;
    padding: 10px 30px;
  }
  #msCart .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  #msCart .bottom .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #msCart .bottom .total_cost {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

#msOrder {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 4px 7px 26.8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4px 7px 26.8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
}
#msOrder .form-group-line > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
#msOrder textarea {
  border-radius: 30px;
  height: 58px;
}
#msOrder #payments, #msOrder #deliveries {
  display: none;
}

#msSuccessOrder {
  background: rgb(239, 239, 239);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#msSuccessOrder b {
  font-size: 35px;
}
#msSuccessOrder p {
  margin: 20px 0 0 0;
  font-size: 25px;
}

#reviews-page .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
#reviews-page .list .item {
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 20px;
}
#reviews-page .list .item .top {
  margin-bottom: 5px;
}
#reviews-page .list .item .name {
  font-weight: 700;
}
#reviews-page .list .item .city {
  color: rgb(39, 169, 223);
  font-weight: 600;
}
#reviews-page .list .item .date {
  color: rgb(193, 193, 193);
  font-size: 13px;
}
#reviews-page .list .item .text {
  margin-top: 5px;
}
#reviews-page .formReview {
  -webkit-box-shadow: 4px 7px 26.8px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 7px 26.8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  margin: 40px auto;
  padding: 30px;
  width: 80%;
}
#reviews-page .success-message {
  text-align: center;
  margin: 40px 0;
}
#reviews-page .success-message > * {
  font-size: 22px;
}

.product-item {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  position: relative;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.product-item .link {
  z-index: 2;
}
.product-item .link:before {
  display: none;
}
.product-item .msfavorites {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.product-item .msfavorites svg {
  stroke: rgb(193, 193, 193);
  fill: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .msfavorites:hover svg {
  stroke: rgb(173, 7, 8);
}
.product-item .msfavorites.voted svg {
  stroke: rgb(173, 7, 8);
  fill: rgb(173, 7, 8);
}
.product-item .tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.product-item .tags .final-price {
  background: rgb(26, 28, 54);
  border-radius: 20px;
  color: rgb(255, 255, 255);
  padding: 3px 10px;
  font-weight: 500;
  font-size: 13px;
}
.product-item .tags .percent {
  width: 40px;
  height: 40px;
  background: rgb(36, 18, 19);
  color: rgb(255, 255, 255);
  font-size: 13px;
  border-radius: 50%;
  padding: 5px;
  z-index: 2;
}
.product-item .image {
  display: block;
  height: 300px;
  padding: 20px;
}
.product-item .image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-item .title {
  display: block;
  font-weight: 600;
  font-size: 17px;
}
.product-item .description {
  font-weight: 500;
  color: rgb(88, 88, 88);
  margin-bottom: 10px;
}
.product-item .price-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}
.product-item .price-block .price {
  font-size: 26px;
  font-weight: 600;
}
.product-item .price-block .old_price {
  text-decoration: line-through;
  text-align: right;
  color: rgb(140, 140, 140);
}
.product-item .btns-line button {
  gap: 10px;
  position: relative;
  z-index: 3;
}
.product-item:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
}
.product-item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.mse2-ac-wrapper .mse2-ac-link {
  padding-bottom: 5px !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mse2-ac-wrapper .mse2-ac-link .title {
  font-weight: 700;
  margin-bottom: 5px;
}
.mse2-ac-wrapper .mse2-ac-link .intro, .mse2-ac-wrapper .mse2-ac-link .intro * {
  font-style: italic;
  font-size: 12px;
}
.mse2-ac-wrapper .mse2-ac-link.ui-state-active {
  background: rgb(239, 239, 239);
  border: none;
  color: rgb(0, 0, 0);
}
.mse2-ac-wrapper:not(:last-child) .mse2-ac-link {
  border-bottom: 1px solid rgb(193, 193, 193);
}
.mse2-ac-wrapper:not(:last-child) .mse2-ac-link.ui-state-active {
  border-bottom: 1px solid rgb(193, 193, 193);
}

#order-call-form .wrapper, #kp-order-form .wrapper {
  min-width: 800px;
}
@media (max-width: 900px) {
  #order-call-form .wrapper, #kp-order-form .wrapper {
    min-width: auto;
  }
}

form#banner-order, form#order-call {
  padding: 30px;
}

.tabs-content img {
  height: auto;
  max-width: 100%;
}



#up {
    position: fixed;
    overflow: hidden;
    right: 32px;
    bottom: 30px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #27a9df;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
    border-radius: 3px;
}

#up.active {
    transform: translate3d(0, 0, 0);
}

#up:hover {
    background-color: #1880b1;
    color: #fff;
}

#up svg {
    height: 20px;
    position: relative;
    bottom: -7px;
}

@media(max-width:767px) {
    #up {
        bottom: 15px;
    }
}



/*# sourceMappingURL=styles.css.map */
