@charset "UTF-8";
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Light.eot");
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova/04 woff2/ProximaNova-Light.woff2") format("woff2"), url("../fonts/Proxima Nova/03 woff/ProximaNova-Light.woff") format("woff"), url("../fonts/Proxima Nova/01 ttf/ProximaNova-Light.ttf") format("truetype"), url("../fonts/Proxima Nova/02 svg/ProximaNova-Light.svg") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova/05 eot/ProximaNovaT-Thin.eot");
  src: url("../fonts/Proxima Nova/05 eot/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova/04 woff2/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/Proxima Nova/03 woff/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/Proxima Nova/01 ttf/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/Proxima Nova/02 svg/ProximaNovaT-Thin.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Regular.eot");
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova/04 woff2/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/Proxima Nova/03 woff/ProximaNova-Regular.woff") format("woff"), url("../fonts/Proxima Nova/01 ttf/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/Proxima Nova/02 svg/ProximaNova-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Bold.eot");
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova/04 woff2/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/Proxima Nova/03 woff/ProximaNova-Bold.woff") format("woff"), url("../fonts/Proxima Nova/01 ttf/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/Proxima Nova/02 svg/ProximaNova-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Extrabld.eot");
  src: url("../fonts/Proxima Nova/05 eot/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima Nova/04 woff2/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/Proxima Nova/03 woff/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/Proxima Nova/01 ttf/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/Proxima Nova/02 svg/ProximaNova-Extrabld.svg") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

img.img-max {
  width: 100%;
}

.m-t-30 {
  margin-top: 30px !important;
}

.effects {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.bold {
  font-weight: 900;
}

.content p, .content div {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 30px !important;
  letter-spacing: 0.05em !important;
  color: #596273 !important;
  margin-bottom: 50px;
  margin-top: 40px;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow-y: auto;
  height: 100%;
  font-family: "Proxima Nova", "sans-serif";
  font-size: 1.6rem;
  color: #596273;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #596273;
  outline: 1px solid #596273;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #596273;
}

::selection {
  color: #fff;
  background: #596273;
}

.breadcrumb {
  padding: 0.75rem 0;
  background-color: inherit;
}
.breadcrumb a {
  color: #596273;
}

.sub-text-block {
  margin-bottom: 80px;
  margin-top: 80px;
}
.sub-text-block h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.sub-text-block .additional {
  background: linear-gradient(0deg, #fff 50%, transparent 0);
  padding-bottom: 40px;
  max-height: 110px;
  overflow: hidden;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sub-text-block .additional:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 1;
  display: block;
  bottom: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, #fff 70%, #fff);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sub-text-block .link {
  margin: 10px auto;
  border: none;
  background: none;
  border-bottom: dotted 1px #596273;
  display: block;
  color: #596273;
}
.sub-text-block .link [data-status=open] {
  display: none;
}
.sub-text-block.open .additional {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sub-text-block.open .additional:after {
  content: none;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sub-text-block.open .link [data-status=open] {
  display: inline;
}
.sub-text-block.open .link [data-status=close] {
  display: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

.container-project, .container-product {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 956px;
}

.container-product {
  max-width: 760px;
}

.h1 {
  font-weight: 900;
  font-size: 35px;
  line-height: 54px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #596273;
}

.h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #596273;
}

.block-news {
  padding: 23px;
  margin-bottom: 20px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.block-news .image-block {
  margin: 0 0 20px;
  padding: 0;
  height: 288px;
  width: 288px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.block-news .image-block .image {
  width: auto;
  max-height: 288px;
  max-width: 288px;
}
.block-news .date {
  font-weight: bold;
  font-size: 10px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 5px;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.block-news .h4 {
  font-weight: 100;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #596273;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.block-news .desk {
  padding-right: 35px;
}
.block-news .section-share {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.block-news .section-share .button-share i {
  font-size: 23px;
}
.block-news .section-share .button-share img {
  width: 23px;
}
.block-news:hover {
  background: rgba(241, 180, 101, 0.8);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.block-news:hover .date {
  color: #596273;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.block-news:hover .h4 {
  color: #fff;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.section-share {
  position: relative;
}
.section-share .button-share:focus {
  box-shadow: none;
}
.section-share .block-link {
  display: none;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: -140px;
  z-index: 10;
}
.section-share .block-link .btn {
  display: flex;
  width: 70px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  margin: 0;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  height: 70px;
  border-radius: inherit;
}
.section-share .block-link .btn.btn-facebook {
  background-color: #3b5998;
}
.section-share .block-link .btn.btn-vk {
  background-color: #4A76A8;
}
.section-share .block-link .btn:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.section-share .block-link .btn:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.widget-color {
  border-top: 1px solid #C4C4C4;
  padding: 58px 0 75px;
}
.widget-color .h3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.widget-color .h3 img {
  display: none;
}
.widget-color .content p, .widget-color .content div {
  margin-bottom: 40px;
  margin-top: 30px;
}
.widget-color .block-consultation {
  display: flex;
}
.widget-color .block-consultation > img {
  margin-right: 25px;
}
.widget-color .block-consultation .consultation h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00B633;
  margin-bottom: 20px;
}
.widget-color .block-consultation .consultation a {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #596273;
}

.widget-contact .row {
  justify-content: space-evenly;
  padding-top: 100px;
  padding-bottom: 70px;
}
.widget-contact .col-link {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #596273;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-item img {
  height: 100%;
}

.white-img {
  display: block;
}

.black-img {
  display: none;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
}

.body-product-cat .items .item .shopcart, .body-product-view .section-product .block-price .shopcart {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .items .item .shopcart .button-shop.check, .body-product-view .section-product .block-price .shopcart .button-shop.check {
  display: none;
}
.body-product-cat .items .item .shopcart.success, .body-product-view .section-product .block-price .shopcart.success {
  background: linear-gradient(116.88deg, rgba(255, 255, 255, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(128, 128, 128, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .items .item .shopcart.success:hover, .body-product-view .section-product .block-price .shopcart.success:hover {
  background: linear-gradient(116.88deg, rgba(255, 255, 255, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(128, 128, 128, 0.8);
}
.body-product-cat .items .item .shopcart.success .button-shop, .body-product-view .section-product .block-price .shopcart.success .button-shop {
  display: none;
}
.body-product-cat .items .item .shopcart.success .button-shop.check, .body-product-view .section-product .block-price .shopcart.success .button-shop.check {
  display: inline;
}

header.header {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0px;
  z-index: 2;
  background: rgba(241, 180, 101, 0.7);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
header.header .navbar {
  height: 76px;
  padding-left: 0;
  padding-right: 0;
}
header.header .navbar .phone, header.header .navbar .shopcart {
  margin-left: 55px;
  display: flex;
  align-items: center;
}
header.header .navbar .phone i, header.header .navbar .shopcart i {
  margin-right: 10px;
  font-size: 16px;
}
header.header .navbar .phone img, header.header .navbar .shopcart img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
header.header .navbar .logo {
  margin-right: auto;
}
header.header .navbar .button-menu {
  background: none;
  border: none;
  margin-left: 55px;
}
header.header .navbar a {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
header.header .nav-icons .nav-link {
  padding: 0 6px 0 6px;
}
header.header .header-brand-text {
  margin-top: -22px;
  margin-bottom: -22px;
}
header.header .header-brand-text img {
  max-width: 275px;
}
header.header.navbar-shrink {
  background-color: rgba(241, 180, 101, 0.7);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

main.main #_map {
  width: 100%;
  height: 240px;
}
main.main .img-product {
  width: 100%;
  height: auto;
}
main.main .page-header {
  padding: 5px 0 15px;
}

#shareNotice .modal-content {
  background: linear-gradient(322.54deg, #2B5594 0%, #641073 49.01%, #D46D11 99.06%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 149.52%;
  color: #FFFFFF;
}
#shareNotice .modal-content .color {
  color: #FFE600;
}
#shareNotice .modal-content .close {
  opacity: 1;
}
#shareNotice .modal-content .modal-header {
  border: none;
}
#shareNotice .modal-content .modal-body {
  margin-top: -25px;
  padding: 0 66px 48px !important;
}
#shareNotice .modal-content .modal-body img {
  max-width: 100%;
  margin-bottom: 20px;
}

footer.footer {
  padding: 26px 0;
  background-color: #596273;
}
footer.footer .container-project {
  padding: 0;
}
footer.footer .footer-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 23px;
  flex-wrap: wrap;
}
footer.footer .footer-menu li:not(:last-child) {
  margin-right: 12px;
}
footer.footer .footer-menu li:not(:first-child) {
  margin-left: 12px;
}
footer.footer .footer-menu a {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
footer.footer .social:not(:last-child) {
  margin-right: 10px;
}
footer.footer .social:not(:first-child) {
  margin-left: 10px;
}
footer.footer .social img {
  width: 20px;
  height: 20px;
}
footer.footer .social i {
  font-size: 22px;
}
footer.footer .copyright {
  font-size: 10px;
  line-height: 150%;
  color: #FFFFFF;
}
footer.footer .social-section {
  display: flex;
  justify-content: flex-end;
}
footer.footer .creator-section {
  display: flex;
  justify-content: flex-end;
  color: #C4C4C4;
  font-size: 10px;
  line-height: 150%;
}
footer.footer .creator-section a {
  letter-spacing: 0.2em;
  color: #C4C4C4;
  font-weight: 900;
}

.sidebar.top {
  position: fixed;
  z-index: 1041;
  max-width: 360px;
  min-width: 360px;
  right: 0;
  top: 0;
  height: auto;
  min-height: 100vh;
  background: transparent;
  opacity: 0.95;
  box-shadow: transparent;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sidebar.top.show {
  background: rgba(241, 180, 101, 0.95);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sidebar.top .social a:first-child {
  margin-right: 30px;
}
.sidebar.top .social a i {
  color: #FFFFFF !important;
  font-size: 22px;
}
.sidebar.top .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 28px 5px;
}
.sidebar.top .first-row .social a:first-child {
  margin-right: 30px;
}
.sidebar.top .first-row .social a i {
  font-size: 22px;
}
.sidebar.top .first-row .button-menu {
  border: none;
  background: none;
  padding: 0;
  font-size: 24px;
}
.sidebar.top .main-menu {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.sidebar.top .main-menu li {
  list-style-type: none;
}
.sidebar.top .main-menu a {
  font-weight: 900;
  font-size: 10px;
  line-height: 40px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 0;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sidebar.top .main-menu a.no-click {
  opacity: 0.7;
}
.sidebar.top .main-menu a.no-click:hover {
  cursor: default;
}
.sidebar.top .main-menu a.big-a {
  font-weight: 100;
  font-size: 18px;
  display: block;
  line-height: 1;
}
.sidebar.top .main-menu a.big-a:hover {
  background: rgba(0, 0, 0, 0.51);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.sidebar.top .main-menu a.bottom-a {
  margin-bottom: 20px;
}
.sidebar.top .main-menu a .counter {
  font-size: 11px;
  letter-spacing: 0.3em;
  margin-left: 15px;
}
.sidebar.top .main-menu > li > ul {
  list-style-type: none;
  margin: 8px 0 18px;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.sidebar.top .main-menu > li > ul > li > a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  padding: 8px 0;
}
.sidebar.top .main-menu > li > ul > li > a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}
.sidebar.top .wrapper-menu {
  padding: 0 28px 28px;
}

.modal-backdrop-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
}
.modal-backdrop-sidebar.show {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.8;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.breadcrumb-item.active {
  color: rgba(241, 180, 101, 0.8);
}

/*
 * подгрузка изменений для конкретных страниц
 */
.body-site-index .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-site-index .section-slider {
  min-height: 622px;
}
.body-site-index .section-slider .owl-carousel .owl-item .owl-lazy:not([src]), .body-site-index .section-slider .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: inherit;
}
.body-site-index .section-slider .owl-carousel-main {
  overflow: hidden;
}
.body-site-index .section-slider .owl-nav {
  width: 100%;
  margin: auto;
  position: initial;
}
.body-site-index .section-slider .owl-nav .owl-prev, .body-site-index .section-slider .owl-nav .owl-next {
  top: calc(50% - 30px);
  position: absolute;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-nav .owl-prev:active, .body-site-index .section-slider .owl-nav .owl-next:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-nav .owl-prev:hover, .body-site-index .section-slider .owl-nav .owl-next:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-nav .owl-prev {
  left: 78px;
}
.body-site-index .section-slider .owl-nav .owl-next {
  right: 78px;
}
.body-site-index .section-slider .owl-dots {
  position: absolute;
  left: calc(50% - 310px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 602px;
  bottom: 40px;
}
.body-site-index .section-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.body-site-index .section-slider .owl-dots .owl-dot:not(:last-child) {
  margin-right: 11px;
}
.body-site-index .section-slider .owl-dots .owl-dot:not(:first-child) {
  margin-left: 11px;
}
.body-site-index .section-slider .owl-dots .owl-dot {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .section-slider .owl-dots .owl-dot.active {
  transform: scale(0.5);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .section-slider .main-slide {
  height: 622px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 76px;
}
.body-site-index .section-slider .main-slide .inner-container {
  max-width: 602px;
  margin: auto;
}
.body-site-index .section-slider .main-slide .slide-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 69px;
  /* or 106% */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.body-site-index .section-slider .main-slide .slide-short {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 35px;
}
.body-site-index .section-slider .main-slide hr {
  border: 1.5px solid #FFFFFF;
  margin-bottom: 60px;
}
.body-site-index .section-slider .main-slide .logotypes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-site-index .section-slider .main-slide .logotypes img {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  max-width: 100%;
  width: auto;
  height: auto;
}
.body-site-index .btn-scroll {
  display: flex;
  width: 40px;
  height: 40px;
  margin: 20px auto 35px;
  align-items: center;
  justify-content: center;
}
.body-site-index .section-product {
  margin-bottom: 70px;
}
.body-site-index .section-product .col-05 {
  flex: 0 0 4.16666%;
  max-width: 4.16666%;
}
.body-site-index .section-product .p-cat-item p {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  margin: 0;
  width: 230px;
  position: absolute;
  bottom: 242px;
  left: -95px;
}
.body-site-index .section-product .p-cat-year p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  position: absolute;
  top: 74px;
  left: -54px;
  width: 150px;
}
.body-site-index .section-product .col-item {
  display: flex;
  justify-content: center;
}
.body-site-index .section-news {
  margin-bottom: 84px;
}
.body-site-index .section-news .h3 {
  word-spacing: 20px;
  margin-bottom: 20px;
}
.body-site-index .section-news .row {
  margin-left: -23px;
  margin-right: -23px;
}
.body-site-index .section-news .loader-news {
  background: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  box-shadow: 0px 4px 8px rgba(96, 125, 139, 0.32);
  border: none;
}
.body-site-index .section-news .loader-news img {
  width: 16px;
  height: 16px;
}
.body-site-index .items {
  margin-bottom: 0;
}
.body-site-index .items .loader-news {
  margin: 0 auto;
}
.body-site-index .items .row {
  margin-right: -10px;
  margin-left: -10px;
}
.body-site-index .items .item {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  height: 468px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.body-site-index .items .item .image-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.body-site-index .items .item .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-index .items .item .image-block .image-big {
  display: none;
}
.body-site-index .items .item .panel {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 27px 27px 27px 37px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.body-site-index .items .item .img-label {
  position: absolute;
  top: 0;
  right: 18px;
}
.body-site-index .items .item .title h4 {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.body-site-index .items .item .propertys {
  display: none;
}
.body-site-index .items .item .row-property {
  margin-bottom: 10px;
}
.body-site-index .items .item .property {
  text-transform: uppercase;
  font-weight: 100;
  margin-right: 3px;
}
.body-site-index .items .item .value {
  font-weight: bold;
}
.body-site-index .items .item .more-btn {
  display: flex !important;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 10px 60px;
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 180, 101, 0.8);
  right: 0;
}
.body-site-index .items .item .block-price {
  position: absolute;
  top: 27px;
  right: 37px;
  line-height: 1;
}
.body-site-index .items .item .block-price span[itemprop=price] {
  font-weight: 900;
  font-size: 15px;
  align-items: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.body-site-index .items .item .block-price span[itemprop=priceCurrency] {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
.body-site-index .items .item .shopcart {
  background: linear-gradient(116.88deg, #E4A4C2 3.55%, rgba(255, 255, 255, 0) 91.56%), #D63528;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 900;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  height: 28px;
  width: 111px;
  display: none;
  align-items: center;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-site-index .items .item .shopcart img {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}
.body-site-index .items .item .shopcart:hover {
  background: linear-gradient(116.88deg, #D63528 3.55%, rgba(255, 255, 255, 0) 91.56%), #E4A4C2;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.body-news-view .breadcrumb {
  padding: 0.75rem 80px;
}
.body-news-view .container-project {
  padding: 0;
}
.body-news-view .section-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 486px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  margin-bottom: 27px;
}
.body-news-view .section-news {
  position: relative;
}
.body-news-view .section-news .inner-container {
  max-width: 565px;
  margin: auto;
}
.body-news-view .section-news .date {
  font-weight: 900;
  font-size: 10px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 0 80px;
}
.body-news-view .section-news .date .section-share {
  position: absolute;
  right: 0;
  top: 46px;
}
.body-news-view .section-news .date .section-share .button-share img {
  width: 23.33px;
  height: 23.33px;
}
.body-news-view .section-news .image {
  margin-bottom: 10px;
}
.body-news-view .section-news figcaption {
  max-width: 370px;
  margin-left: auto;
}
.body-news-view .section-news .content {
  margin-bottom: 70px;
  margin-top: 40px;
}
.body-news-view .section-news hr.separator {
  margin-top: 100px;
  height: 2px;
  background: #C4C4C4;
  margin-bottom: 0;
  border: none;
}
.body-news-view .section-news .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 99, 115, 0.5);
}
.body-news-view .section-news .sub-footer a {
  color: rgba(92, 99, 115, 0.5);
}
.body-news-view .section-news .sub-footer a i {
  color: #fff;
}
.body-news-view .section-news .sub-footer .share {
  display: flex;
  align-items: center;
}
.body-news-view .section-news .sub-footer .section-share {
  margin-right: 40px;
  color: #fff;
}
.body-news-view .section-news .sub-footer .section-share .button-share img {
  width: 23.33px;
  height: 23.33px;
}
.body-news-view .section-news .sub-footer .next img {
  margin-left: 40px;
}

.body-news-news .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-news-news .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 23px;
}
.body-news-news .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-news-news .section-news {
  margin-bottom: 50px;
  margin-top: 50px;
}
.body-news-news .section-news .h3 {
  margin-bottom: 20px;
  word-spacing: 0px;
  line-height: 1.2;
}
.body-news-news .section-news .row {
  margin-left: -23px;
  margin-right: -23px;
}
.body-news-news .section-news .loader-news {
  background: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 20px;
  box-shadow: 0px 4px 8px rgba(96, 125, 139, 0.32);
  border: none;
}
.body-news-news .section-news .loader-news img {
  width: 16px;
  height: 16px;
}

.body-product-cat .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-product-cat .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 23px;
  word-spacing: -4px;
}
.body-product-cat .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-product-cat .section-filter {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.body-product-cat .section-filter .btn-filter {
  height: 40px;
  background: rgba(241, 180, 101, 0.8);
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
}
.body-product-cat .section-filter .btn-filter img {
  max-width: 14px;
  max-height: 14px;
  margin-right: 15px;
}
.body-product-cat .section-filter #collapseFilter {
  position: absolute;
  z-index: 2;
  background: rgba(89, 98, 115, 0.95);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
  padding: 26px 40px 0;
  top: 40px;
  left: 0;
  right: 0;
}
.body-product-cat .section-filter #collapseFilter .card {
  background: none;
  padding: 0;
  border: none;
}
.body-product-cat .section-filter .filters {
  padding-bottom: 35px;
  border-bottom: 1px solid hsla(0, 0%, 85%, 0.5);
}
.body-product-cat .section-filter .visible-items {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 92.58%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 12px auto 18px;
}
.body-product-cat .section-filter .visible-items > span {
  margin-left: 15px;
}
.body-product-cat .section-filter .col {
  padding-right: 40px;
  padding-left: 40px;
}
.body-product-cat .section-filter .col-lg-5 {
  flex: 0 0 33%;
  max-width: 33%;
}
.body-product-cat .section-filter .column-1 .filter label.checkboxX {
  flex: 0 0 100%;
  max-width: 100%;
}
.body-product-cat .section-filter .filter {
  position: relative;
}
.body-product-cat .section-filter .filter .filter-header {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 92.58%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #EEEEEE;
  margin-bottom: 15px;
}
.body-product-cat .section-filter .filter .filter-header > span {
  padding: 20px;
  display: block;
}
.body-product-cat .section-filter .filter .filter-body .res {
  margin-bottom: 16px;
}
.body-product-cat .section-filter .filter .filter-body input.form-control {
  box-sizing: border-box;
  height: 40px;
  background-color: #ffffff;
  border-radius: inherit;
  margin-bottom: 15px;
  box-shadow: none;
}
.body-product-cat .section-filter .filter .filter-body .list {
  list-style: none;
}
.body-product-cat .section-filter .filter .irs-with-grid {
  height: 50px;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-from, .body-product-cat .section-filter .filter .irs-with-grid .irs-to, .body-product-cat .section-filter .filter .irs-with-grid .irs-single {
  font-family: Roboto;
  display: flex;
  align-items: center;
  text-align: center;
  background: inherit;
  font-weight: 900;
  font-size: 8px;
  line-height: 92.58%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-from:before, .body-product-cat .section-filter .filter .irs-with-grid .irs-to:before, .body-product-cat .section-filter .filter .irs-with-grid .irs-single:before {
  display: none;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-from .separator, .body-product-cat .section-filter .filter .irs-with-grid .irs-from .time-start, .body-product-cat .section-filter .filter .irs-with-grid .irs-from .time-end, .body-product-cat .section-filter .filter .irs-with-grid .irs-to .separator, .body-product-cat .section-filter .filter .irs-with-grid .irs-to .time-start, .body-product-cat .section-filter .filter .irs-with-grid .irs-to .time-end, .body-product-cat .section-filter .filter .irs-with-grid .irs-single .separator, .body-product-cat .section-filter .filter .irs-with-grid .irs-single .time-start, .body-product-cat .section-filter .filter .irs-with-grid .irs-single .time-end {
  display: none;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-handle {
  width: 26px;
  height: 26px;
  border: 10px solid rgba(241, 180, 101, 0.8);
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  top: 12px;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-grid-text {
  display: none;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-line {
  background: rgba(255, 255, 255, 0.3);
  top: 24px;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-grid-pol {
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: -1px;
  z-index: 1;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-grid-pol.small {
  display: none;
}
.body-product-cat .section-filter .filter .irs-with-grid .irs-bar {
  background: rgba(241, 180, 101, 0.8);
  top: 24px;
}
.body-product-cat .section-filter .filter .labels {
  display: flex;
  flex-wrap: wrap;
}
.body-product-cat .section-filter .filter label.checkboxX, .body-product-cat .section-filter .filter label.radioX {
  margin-bottom: 0;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  cursor: pointer;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .section-filter .filter label.checkboxX > label, .body-product-cat .section-filter .filter label.radioX > label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.body-product-cat .section-filter .filter label.checkboxX:hover, .body-product-cat .section-filter .filter label.radioX:hover {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .section-filter .filter label.checkboxX, .body-product-cat .section-filter .filter label.radioX {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}
.body-product-cat .section-filter .filter .checkbox:checked + label, .body-product-cat .section-filter .filter .radio:checked + label {
  font-weight: bold;
  color: #fff;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .section-filter .filter .checkbox:checked + label .count, .body-product-cat .section-filter .filter .radio:checked + label .count {
  color: #fff;
}
.body-product-cat .section-filter .filter label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.56);
}
.body-product-cat .section-filter .filter label .count {
  font-size: 10px;
  color: #c8c8cc;
  margin-left: 10px;
}
.body-product-cat .section-filter .filter .res {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #757575;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.body-product-cat .section-filter .filter .res .form-control {
  width: 108px;
  height: 40px;
  border-radius: inherit;
  box-shadow: none;
  font-size: 15px;
  font-weight: normal;
}
.body-product-cat .section-filter .filter .checkbox, .body-product-cat .section-filter .filter .radio {
  position: absolute;
  opacity: 0;
}
.body-product-cat .section-filter .filter .checkbox + label, .body-product-cat .section-filter .filter .radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.body-product-cat .section-filter .filter .checkbox + label::before {
  content: "";
  margin-right: 10px;
  vertical-align: text-top;
  min-width: 11px;
  width: 11px;
  height: 11px;
  background: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-self: flex-start;
  justify-content: center;
}
.body-product-cat .section-filter .filter .checkbox:checked + label::before {
  background: #ffffff;
}
.body-product-cat .section-filter .filter .checkbox:checked + label::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #596273;
  width: 2px;
  height: 1px;
  top: 5px;
  left: 1px;
  box-shadow: 0 0 0 #596273, 1px 0 0 #596273, 2px 0 0 #596273, 3px 0 0 #596273, 4px 0 0 #596273, 4px -2px 0 #596273, 4px -4px 0 #596273, 4px -6px 0 #596273, 4px -8px 0 #596273;
}
.body-product-cat .section-filter .filter .radio + label::before {
  content: "";
  margin-right: 10px;
  vertical-align: text-top;
  background: inherit;
  border: 1px solid #fff;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  border-radius: 50%;
  min-width: 12.5px;
  width: 12.5px;
  height: 12.5px;
}
.body-product-cat .section-filter .filter .radio:checked + label::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 6.5px;
  height: 6.5px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.body-product-cat .section-filter .filter #form-catalogprice .radioX:nth-child(2) {
  justify-content: flex-end;
}
.body-product-cat .items {
  margin-bottom: 100px;
}
.body-product-cat .items .row {
  margin-right: -10px;
  margin-left: -10px;
}
.body-product-cat .items .item {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  height: 468px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.body-product-cat .items .item .image-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.body-product-cat .items .item .image-block .image-big {
  display: none;
}
.body-product-cat .items .item .panel {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100px;
  padding: 27px 27px 27px 37px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.body-product-cat .items .item .img-label {
  position: absolute;
  top: 0;
  right: 18px;
}
.body-product-cat .items .item .title h4 {
  font-weight: 900;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.body-product-cat .items .item .propertys {
  font-size: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.body-product-cat .items .item .row-property {
  margin-bottom: 10px;
}
.body-product-cat .items .item .property {
  text-transform: uppercase;
  font-weight: 100;
  margin-right: 3px;
}
.body-product-cat .items .item .value {
  font-weight: bold;
}
.body-product-cat .items .item .block-price {
  position: absolute;
  top: 27px;
  right: 37px;
  line-height: 1;
}
.body-product-cat .items .item .block-price span[itemprop=price] {
  font-weight: 900;
  font-size: 15px;
  align-items: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.body-product-cat .items .item .block-price span[itemprop=priceCurrency] {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
.body-product-cat .items .item .shopcart {
  display: flex !important;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  padding: 10px 60px;
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 180, 101, 0.8);
  right: 0;
  border: 0;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .items .item .shopcart img {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}
.body-product-cat .items .item .shopcart:hover {
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 157, 48, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-cat .pagination {
  margin: 30px auto 0;
  justify-content: center;
}
.body-product-cat .pagination .page-item .page-link, .body-product-cat .pagination .page-item span {
  border-color: #596273;
  color: #596273;
  padding: 10px 15px;
  position: relative;
  display: block;
}
.body-product-cat .pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #596273;
}

.body-product-view .container-project, .body-product-view .container-product {
  padding-right: 0;
  padding-left: 0;
}
.body-product-view .h1 {
  font-weight: 900;
  font-size: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 23px;
  line-height: 36px;
}
.body-product-view .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-product-view .section-slider {
  margin-bottom: 27px;
}
.body-product-view .section-slider .owl-carousel-main {
  overflow: hidden;
}
.body-product-view .section-slider .owl-nav {
  width: 100%;
  margin: auto;
  position: initial;
}
.body-product-view .section-slider .owl-nav .owl-prev, .body-product-view .section-slider .owl-nav .owl-next {
  top: calc(50% - 30px);
  position: absolute;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-slider .owl-nav .owl-prev:active, .body-product-view .section-slider .owl-nav .owl-next:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-slider .owl-nav .owl-prev:hover, .body-product-view .section-slider .owl-nav .owl-next:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-slider .owl-nav .owl-prev {
  left: 78px;
}
.body-product-view .section-slider .owl-nav .owl-next {
  right: 78px;
}
.body-product-view .section-slider .owl-dots {
  position: absolute;
  bottom: 80px;
  left: calc(50% - 310px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 602px;
}
.body-product-view .section-slider .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.body-product-view .section-slider .owl-dots .owl-dot:not(:last-child) {
  margin-right: 11px;
}
.body-product-view .section-slider .owl-dots .owl-dot:not(:first-child) {
  margin-left: 11px;
}
.body-product-view .section-slider .owl-dots .owl-dot {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-slider .owl-dots .owl-dot.active {
  transform: scale(0.5);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-slider .main-slide {
  height: 622px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 76px;
}
.body-product-view .section-slider .main-slide .inner-container {
  max-width: 602px;
  margin: auto;
}
.body-product-view .section-slider .main-slide .slide-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 65px;
  line-height: 69px;
  /* or 106% */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.body-product-view .section-slider .main-slide hr {
  border: 1.5px solid #FFFFFF;
  margin-bottom: 50px;
}
.body-product-view .section-slider .main-slide .logotypes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-product-view .section-slider .main-slide .logotypes img {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  max-width: 100%;
  width: auto;
  height: auto;
}
.body-product-view .section-product .vendor-code {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 45px;
}
.body-product-view .section-product .vendor-code strong {
  margin-left: 20px;
}
.body-product-view .section-product .h1 {
  position: relative;
  padding-top: 0;
  margin-bottom: 45px;
}
.body-product-view .section-product .h1 .section-share {
  width: 40px;
  height: 40px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  right: -100px;
  top: calc(50% - 20px);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-product .h1 .section-share:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-product .h1 .section-share:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-product .propertys {
  margin-bottom: 45px;
}
.body-product-view .section-product .propertys .row-property {
  font-size: 20px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  font-weight: bold;
}
.body-product-view .section-product .propertys .row-property:last-child {
  margin-bottom: 0;
}
.body-product-view .section-product .propertys .property {
  text-transform: uppercase;
}
.body-product-view .section-product .propertys .value {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}
.body-product-view .section-product .text-old-price {
  font-size: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-decoration-line: line-through;
  color: #9D27D5;
  margin-right: 40px;
}
.body-product-view .section-product .text-old-price span {
  margin-left: 4px;
}
.body-product-view .section-product .block-price {
  display: flex;
}
.body-product-view .section-product .block-price .image-label {
  margin-right: 22px;
}
.body-product-view .section-product .block-price .text-price {
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  margin-right: 28px;
}
.body-product-view .section-product .block-price .text-price span {
  margin-left: 8px;
}
.body-product-view .section-product .block-price .shopcart {
  width: 50%;
  display: flex !important;
  font-size: 16px;
  border: 0;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  padding: 10px 60px;
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 180, 101, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-product .block-price .shopcart img {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}
.body-product-view .section-product .block-price .shopcart:hover {
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 157, 48, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-product-view .section-product .block-price .prices {
  display: flex;
}
.body-product-view .section-product .btn-scroll {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px;
}
.body-product-view .section-product .block-content {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 40px;
}
.body-product-view .section-product .block-content .content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-product-view .section-product .block-content .content p:first-child, .body-product-view .section-product .block-content .content div:first-child {
  margin-top: 0;
}
.body-product-view .section-product .block-content .content p:last-child, .body-product-view .section-product .block-content .content div:last-child {
  margin-bottom: 0;
}
.body-product-view .footer-links {
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
  margin-bottom: 20px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.body-product-view .footer-links a {
  display: flex;
  align-items: flex-end;
}
.body-product-view .footer-links a span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(241, 180, 101, 0.8);
}
.body-product-view .footer-links a:first-child img {
  margin-right: 50px;
}
.body-product-view .footer-links a:last-child img {
  margin-left: 50px;
}

.body-site-about header.header {
  background: none;
}
.body-site-about header.header .black-img {
  display: none;
}
.body-site-about header.header .white-img {
  display: block;
}
.body-site-about header.header .navbar a {
  color: #fff;
}
.body-site-about header.header.navbar-shrink {
  background-color: #FFFFFF;
}
.body-site-about header.header.navbar-shrink .black-img {
  display: block;
}
.body-site-about header.header.navbar-shrink .white-img {
  display: none;
}
.body-site-about header.header.navbar-shrink .navbar a {
  color: #596273;
}
.body-site-about .breadcrumb a {
  color: #fff;
}
.body-site-about .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.body-site-about .breadcrumb .breadcrumb-item.active {
  color: #cacaca;
}
.body-site-about .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-site-about .container-project .head {
  z-index: 10;
}
.body-site-about .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 0;
  padding-bottom: 28px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.body-site-about .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-site-about .section-about {
  position: relative;
  overflow: hidden;
}
.body-site-about .section-about .head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.body-site-about .section-specialization .row {
  margin-bottom: 120px;
  margin-top: 120px;
}
.body-site-about .section-specialization .row.row-two {
  display: none;
}
.body-site-about .section-specialization .row:nth-child(odd) .col-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-about .section-specialization .row:nth-child(odd) .col-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-about .section-specialization .row:nth-child(odd) .col-text .content {
  max-width: 370px;
}
.body-site-about .section-specialization .row:nth-child(even) {
  flex-direction: row-reverse;
}
.body-site-about .section-specialization .row:nth-child(even) .col-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body-site-about .section-specialization .row:nth-child(even) .col-text .content {
  max-width: 370px;
}
.body-site-about .section-specialization .col-text .content p, .body-site-about .section-specialization .col-text .content div {
  color: #000000;
  font-size: 15px !important;
  line-height: 30px !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 30px;
  margin-top: 30px;
  text-shadow: 0 0 1px #fff;
}
.body-site-about .section-specialization .col-text .content p:first-child, .body-site-about .section-specialization .col-text .content div:first-child {
  margin-top: 0;
}
.body-site-about .section-specialization .col-text .content p:last-child, .body-site-about .section-specialization .col-text .content div:last-child {
  margin-bottom: 0;
}
.body-site-about .section-specialization.row-one {
  margin-top: 0px;
  position: absolute;
  z-index: 5;
  top: calc(50% - 339px);
  margin-right: auto;
  margin-left: auto;
  max-width: 956px;
  right: 0px;
  left: 0px;
}
.body-site-about .section-specialization.row-one .row {
  flex-direction: row;
}
.body-site-about .section-specialization.row-one .col-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-site-about .section-specialization.row-one .col-text {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.body-site-about .section-specialization.row-one .col-text .content p, .body-site-about .section-specialization.row-one .col-text .content div {
  color: #fff !important;
}
.body-site-about .section-consultation {
  display: none;
}
.body-site-about .section-partners .h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #596273;
  margin-bottom: 50px;
}
.body-site-about .section-partners .row {
  margin-bottom: 50px;
  justify-content: space-between;
}
.body-site-about .section-partners .row .col-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.body-site-about .section-partners .row .col-img:first-child {
  justify-content: flex-start;
}
.body-site-about .section-partners .row .col-img:last-child {
  justify-content: flex-end;
}
.body-site-about .section-working {
  padding-top: 100px;
}
.body-site-about .section-working .h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #596273;
  margin-bottom: 50px;
}
.body-site-about .section-working .col {
  padding-right: 45px;
  padding-left: 45px;
}
.body-site-about .section-working .col .block-image {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
.body-site-about .section-working .col .h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.body-site-about .section-working .col .content p, .body-site-about .section-working .col .content div {
  font-size: 15px !important;
}
.body-site-about .section-working .col .content p:first-child, .body-site-about .section-working .col .content div:first-child {
  margin-top: 0;
}
.body-site-about .section-working .col .content p:last-child, .body-site-about .section-working .col .content div:last-child {
  margin-bottom: 0;
}

.body-site-contact header.header {
  background: none;
}
.body-site-contact header.header .black-img {
  display: none;
}
.body-site-contact header.header .white-img {
  display: block;
}
.body-site-contact header.header .navbar a {
  color: #fff;
}
.body-site-contact header.header.navbar-shrink {
  background-color: #FFFFFF;
}
.body-site-contact header.header.navbar-shrink .black-img {
  display: block;
}
.body-site-contact header.header.navbar-shrink .white-img {
  display: none;
}
.body-site-contact header.header.navbar-shrink .navbar a {
  color: #596273;
}
.body-site-contact .breadcrumb a {
  color: #fff;
}
.body-site-contact .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.body-site-contact .breadcrumb .breadcrumb-item.active {
  color: #cacaca;
}
.body-site-contact .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-site-contact .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 0;
  padding-bottom: 28px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.body-site-contact .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-site-contact .section-contact {
  background: linear-gradient(70.32deg, #009D8C 0.37%, #0F66B0 47.63%, #0B9C3D 94.89%);
}
.body-site-contact .section-contact .links-nav {
  display: flex;
  justify-content: space-between;
  padding: 27px 62px;
}
.body-site-contact .section-contact .links-nav .link {
  font-weight: 900;
  font-size: 25px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-top: 10px;
}
.body-site-contact .section-contact .links-nav .link.active {
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
.body-site-contact .section-contact .map {
  padding-bottom: 68px;
}
.body-site-contact .section-points .row-point {
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}
.body-site-contact .section-points .row-point:last-child {
  padding-bottom: 0;
}
.body-site-contact .section-points .row-point .block-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body-site-contact .section-points .row-point .container-info {
  padding-left: 76px;
}
.body-site-contact .section-points .row-point .slider {
  padding-left: 20px;
}
.body-site-contact .section-points .row-point .slider a {
  width: 77px;
}
.body-site-contact .section-points .row-point .slider a:not(:last-child) {
  margin-right: 7px;
}
.body-site-contact .section-points .row-point .slider a:not(:first-child) {
  margin-left: 7px;
}
.body-site-contact .section-points .row-point .h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 25px;
}
.body-site-contact .section-points .row-point .subtitle {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
}
.body-site-contact .section-points .row-point .list-info {
  display: flex;
  margin-bottom: 18px;
}
.body-site-contact .section-points .row-point .list-info > img {
  max-width: 22px;
  max-height: 22px;
  margin-right: 22px;
}
.body-site-contact .section-points .row-point .list-info .info {
  font-size: 15px;
  color: #596273;
}
.body-site-contact .section-points .row-point .list-info.time .image {
  display: none;
}
.body-site-contact .section-points .row-point .list-info.time .info {
  max-width: 160px;
}
.body-site-contact .section-points .row-point .soc {
  display: flex;
  margin-left: 15px;
  margin-top: -3px;
}
.body-site-contact .section-points .row-point .soc a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #596273;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-site-contact .section-points .row-point .soc a:not(:last-child) {
  margin-right: 10px;
}
.body-site-contact .section-points .row-point .soc a:not(:first-child) {
  margin-left: 10px;
}
.body-site-contact .section-points .row-point .soc a img {
  max-width: 30px;
}
.body-site-contact .section-points .row-point .timeline {
  display: flex;
  margin-left: auto;
}
.body-site-contact .section-points .row-point .timeline span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00B633;
}
.body-site-contact .section-points .row-point .timeline span:not(:last-child) {
  margin-right: 4px;
}
.body-site-contact .section-points .row-point .timeline span:not(:first-child) {
  margin-left: 4px;
}
.body-site-contact .section-points .row-point .timeline.line-141 span:nth-last-child(2) {
  background-image: url(/uploads/images/icons/Ellipse15.svg);
  background-repeat: no-repeat;
  background-position: 5px;
}
.body-site-contact .section-points .row-point .timeline.line-141 span:last-child {
  background-color: #D53427;
}

.body-shopcart-index .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-shopcart-index .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 30px;
  display: flex;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 0;
  padding-bottom: 40px;
  align-items: flex-end;
}
.body-shopcart-index .h1 img {
  max-width: 36px;
  max-height: 36px;
  margin-right: 27px;
}
.body-shopcart-index .section-shopcart-items .row {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-shopcart-index .section-shopcart-items .row.head {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(92, 99, 115, 0.5);
  margin-bottom: 26px;
}
.body-shopcart-index .section-shopcart-items .row.head .col-price, .body-shopcart-index .section-shopcart-items .row.head .col-amount {
  display: flex;
  justify-content: center;
}
.body-shopcart-index .section-shopcart-items .row.head .currency {
  display: none;
}
.body-shopcart-index .section-shopcart-items .row.body {
  padding-top: 18px;
  padding-bottom: 18px;
}
.body-shopcart-index .section-shopcart-items .row.body .col-price, .body-shopcart-index .section-shopcart-items .row.body .col-amount, .body-shopcart-index .section-shopcart-items .row.body .col-remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.body-shopcart-index .section-shopcart-items .row.body:hover {
  background: rgba(196, 196, 196, 0.2);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-shopcart-index .section-shopcart-items .row.body:hover .col-remove button {
  display: block;
}
.body-shopcart-index .section-shopcart-items .price {
  margin-right: 3px;
}
.body-shopcart-index .section-shopcart-items .col-number {
  -ms-flex: 0 0 6.5%;
  flex: 0 0 6.5%;
  max-width: 6.5%;
  align-items: center;
  display: flex;
}
.body-shopcart-index .section-shopcart-items .col-name {
  -ms-flex: 0 0 39.5%;
  flex: 0 0 39.5%;
  max-width: 39.5%;
  display: flex;
  align-items: center;
}
.body-shopcart-index .section-shopcart-items .col-name .image {
  margin-right: 20px;
}
.body-shopcart-index .section-shopcart-items .col-name .block-desc {
  padding: 0;
}
.body-shopcart-index .section-shopcart-items .col-name .block-desc .category {
  margin-bottom: 0;
}
.body-shopcart-index .section-shopcart-items .col-name .block-desc .name {
  font-weight: bold;
  margin-bottom: 0;
}
.body-shopcart-index .section-shopcart-items .col-name .form-group {
  margin-bottom: 0;
}
.body-shopcart-index .section-shopcart-items .col-name .form-group .dropdown-menu {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
}
.body-shopcart-index .section-shopcart-items .col-name .form-group .btn, .body-shopcart-index .section-shopcart-items .col-name .form-group .dropdown-item {
  color: #596273;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.body-shopcart-index .section-shopcart-items .col-name .form-group .btn {
  padding: 0;
}
.body-shopcart-index .section-shopcart-items .col-name .form-group .btn:focus {
  outline: none;
  box-shadow: none;
}
.body-shopcart-index .section-shopcart-items .col-name .form-group .dropdown-item.active, .body-shopcart-index .section-shopcart-items .col-name .form-group .dropdown-item:active {
  background-color: #e5e6e6;
}
.body-shopcart-index .section-shopcart-items .col-available {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
  display: flex;
  align-items: center;
}
.body-shopcart-index .section-shopcart-items .col-available .btn {
  padding: 0;
}
.body-shopcart-index .section-shopcart-items .col-available .btn:focus {
  outline: none;
  box-shadow: none;
}
.body-shopcart-index .section-shopcart-items .col-available .btn i {
  font-size: 18px;
  color: var(--gray);
  opacity: 0.7;
}
.body-shopcart-index .section-shopcart-items .col-available .form-group {
  width: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.body-shopcart-index .section-shopcart-items .col-available .input-group {
  display: flex;
  justify-content: center;
}
.body-shopcart-index .section-shopcart-items .col-available .unit {
  text-transform: initial;
  margin-left: 5px;
}
.body-shopcart-index .section-shopcart-items .col-price {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.body-shopcart-index .section-shopcart-items .col-amount {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.body-shopcart-index .section-shopcart-items .col-remove {
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}
.body-shopcart-index .section-shopcart-items .col-remove i {
  font-size: 18px;
  color: var(--gray);
  opacity: 0.7;
}
.body-shopcart-index .section-shopcart-items .col-remove button {
  background: none;
  border: none;
  padding: 0;
  display: none;
}
.body-shopcart-index .section-shopcart-items .block-total {
  padding: 35px 6% 30px;
  display: flex;
  justify-content: flex-end;
  color: rgba(92, 99, 115, 0.5);
}
.body-shopcart-index .section-shopcart-items .block-total .currency, .body-shopcart-index .section-shopcart-items .block-total .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #596273;
}
.body-shopcart-index .section-shopcart-items .block-total .price {
  margin-left: 50px;
  margin-right: 5px;
}
.body-shopcart-index .footer-links {
  padding: 55px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.body-shopcart-index .footer-links a {
  display: flex;
  align-items: center;
}
.body-shopcart-index .footer-links a span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(241, 180, 101, 0.8);
}
.body-shopcart-index .footer-links a:first-child i {
  margin-right: 10px;
  color: rgba(241, 180, 101, 0.8);
}
.body-shopcart-index .footer-links a:last-child {
  display: flex !important;
  font-size: 16px;
  border: 0;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  padding: 10px 60px;
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 180, 101, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-shopcart-index .footer-links a:last-child img {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}
.body-shopcart-index .footer-links a:last-child:hover {
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 157, 48, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.body-shopcart-new-order .container-project {
  padding-right: 0;
  padding-left: 0;
}
.body-shopcart-new-order .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 30px;
  display: flex;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 77px;
  margin-bottom: 0;
  padding-bottom: 40px;
  align-items: flex-end;
}
.body-shopcart-new-order .h1 img {
  max-width: 36px;
  max-height: 36px;
  margin-right: 27px;
}
.body-shopcart-new-order .section-shopcart-items .row-item {
  margin-bottom: 32px;
}
.body-shopcart-new-order .section-shopcart-items .item:not(:last-child) {
  margin-right: 10px;
}
.body-shopcart-new-order .section-shopcart-items .item:not(:first-child) {
  margin-left: 10px;
}
.body-shopcart-new-order .section-shopcart-items #new_order {
  padding: 30px 0 40px;
}
.body-shopcart-new-order .section-shopcart-items #new_order .field-group {
  display: flex;
  margin-bottom: 1rem;
}
.body-shopcart-new-order .section-shopcart-items #new_order .field-group .smile {
  width: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.body-shopcart-new-order .section-shopcart-items #new_order .form-control {
  background: rgba(196, 196, 196, 0.21);
  min-height: 57px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  padding-left: 23px;
  padding-right: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #596273;
  border: none;
}
.body-shopcart-new-order .section-shopcart-items #new_order .form-group {
  margin-bottom: 0;
  flex-grow: 1;
  margin-right: 0;
}
.body-shopcart-new-order .section-shopcart-items #new_order .help-block {
  color: #D53427;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
}
.body-shopcart-new-order .footer-links {
  padding: 55px 0;
  display: flex;
  justify-content: space-between;
}
.body-shopcart-new-order .footer-links a, .body-shopcart-new-order .footer-links button {
  display: flex;
  align-items: flex-end;
  border: none;
}
.body-shopcart-new-order .footer-links a span, .body-shopcart-new-order .footer-links button span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(241, 180, 101, 0.8);
}
.body-shopcart-new-order .footer-links a:first-child i, .body-shopcart-new-order .footer-links button:first-child i {
  margin-right: 10px;
  color: rgba(241, 180, 101, 0.8);
}
.body-shopcart-new-order .footer-links a:last-child, .body-shopcart-new-order .footer-links button:last-child {
  display: flex !important;
  font-size: 16px;
  border: 0;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  padding: 10px 60px;
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 180, 101, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-shopcart-new-order .footer-links a:last-child img, .body-shopcart-new-order .footer-links button:last-child img {
  margin-right: 5px;
  height: 18px;
  width: 18px;
}
.body-shopcart-new-order .footer-links a:last-child:hover, .body-shopcart-new-order .footer-links button:last-child:hover {
  background: linear-gradient(116.88deg, rgba(227, 206, 178, 0.8) 3.55%, rgba(255, 255, 255, 0) 91.56%), rgba(241, 157, 48, 0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.body-shopcart-new-order .modal {
  background-color: rgba(255, 255, 255, 0.9);
}
.body-shopcart-new-order .modal .modal-dialog {
  width: 273px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.body-shopcart-new-order .modal .modal-header, .body-shopcart-new-order .modal .modal-body, .body-shopcart-new-order .modal .modal-footer {
  padding: 0;
  border: none;
}
.body-shopcart-new-order .modal .modal-header {
  margin-bottom: 20px;
}
.body-shopcart-new-order .modal .modal-content {
  background: linear-gradient(37.09deg, #4285F4 0.6%, #9D27D5 49.19%, #D53427 98.8%);
  height: 428px;
  padding: 43px 37px 32px;
}
.body-shopcart-new-order .modal .modal-content .head {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.body-shopcart-new-order .modal .modal-content .desc {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.body-shopcart-new-order .modal .modal-footer > p {
  font-weight: 900;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}
.body-shopcart-new-order .modal .social-section {
  display: flex;
}
.body-shopcart-new-order .modal .social-section a:not(:last-child) {
  margin-right: 17px;
}
.body-shopcart-new-order .modal .social-section a:not(:first-child) {
  margin-left: 17px;
}
.body-shopcart-new-order .modal .close {
  padding: 0;
  opacity: 1;
}

.body-site-404 .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 110px;
  margin-bottom: 0;
  padding-bottom: 28px;
  color: #596273;
  border-bottom: 2px solid #596273;
}
.body-site-404 .h1 img {
  max-width: 34px;
  max-height: 34px;
  margin-right: 27px;
}
.body-site-404 .container {
  margin-top: 0;
  max-width: 620px;
}
.body-site-404 .container .error-img {
  text-align: center;
  max-width: 100%;
}
.body-site-404 .container .text-block {
  width: 100%;
  padding: 60px 35px 95px;
}
.body-site-404 .container .text-block h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #596273;
}
.body-site-404 .container .text-block p {
  font-size: 14px;
  line-height: 1.29;
  text-align: left;
  color: #596273;
}
.body-site-404 .container .text-block p a {
  color: #596273;
  text-decoration: underline;
}

.body-site-sitemap .h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 110px;
  margin-bottom: 0;
  padding-bottom: 28px;
  color: #596273;
  border-bottom: 2px solid #596273;
}
.body-site-sitemap a {
  color: #596273;
}
.body-site-sitemap .pagination {
  margin: 20px auto;
  justify-content: center;
}
.body-site-sitemap .page-item .page-link, .body-site-sitemap .page-item span {
  padding: 1rem 1.75rem;
  color: #596273;
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: flex;
  line-height: initial;
}
.body-site-sitemap .page-item.active .page-link {
  color: #fff;
  background-color: #596273;
}

.body-site-maintenance .maintenance-card {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body-site-maintenance .maintenance-card a {
  background-color: #596273 !important;
  color: #ffffff !important;
  font-size: 16px;
}
.body-site-maintenance #wrapper {
  padding-bottom: 0;
}

/* -------------------------------------- */
@media (max-width: 1023px) {
  header.header .navbar {
    height: 50px;
    padding-left: 27px;
    padding-right: 27px;
  }
  header.header .navbar .logo img {
    max-width: 178px;
  }
  header.header .navbar .phone span, header.header .navbar .shopcart span {
    display: none;
  }
  header.header .navbar .phone {
    margin-left: 0;
  }
  header.header .navbar .shopcart {
    margin-left: 8px;
  }
  header.header .navbar .button-menu {
    margin-left: 0;
  }
  .widget-color {
    padding: 55px 0 70px;
  }
  .widget-color .row {
    margin-right: 0;
    margin-left: 0;
  }
  .widget-color .col-image {
    display: none;
  }
  .widget-color .h3 {
    display: flex;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .widget-color .h3 img {
    width: 77px;
    display: block;
    margin-right: 18px;
  }
  .widget-color .content p, .widget-color .content div {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .widget-color .block-consultation > img {
    width: 82px;
    height: 76px;
    margin-right: 13px;
  }
  .widget-color .block-consultation .consultation h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .widget-contact .col-link {
    width: 40px;
    height: 40px;
  }
  .widget-contact .col-link img {
    width: 40px;
    height: 40px;
  }
  .widget-contact .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .breadcrumb {
    display: none;
  }
  footer.footer {
    padding: 26px 0 0;
  }
  footer.footer .footer-menu {
    -webkit-column-width: 60px;
    -moz-column-width: 60px;
    column-width: 60px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 0px;
    list-style: none;
    padding-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  footer.footer .footer-menu li {
    margin-right: 0;
    margin-left: 0;
  }
  footer.footer .footer-menu li:not(:last-child) {
    margin-right: 0;
  }
  footer.footer .footer-menu li:not(:first-child) {
    margin-left: 0;
  }
  footer.footer .footer-menu a {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
  }
  footer.footer .copyright {
    padding-bottom: 15px;
  }
  footer.footer .container-project {
    padding: 0 15px;
  }
  footer.footer .creator-section {
    background-color: #fff;
    height: 50px;
    align-items: center;
  }
  .sidebar.top {
    right: 0;
    max-width: 100%;
  }
  .sidebar.top .main-menu {
    max-width: 300px;
    margin: auto;
  }
  .sidebar.top .main-menu > li > ul {
    margin-top: 6px;
    padding-left: 14px;
  }
  .sidebar.top .main-menu > li > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.45;
    padding: 7px 0;
  }
  .sidebar.top .main-menu a.big-a:hover span:first-child {
    font-weight: 900;
  }
  .body-product-view .container-project, .body-product-view .container-product,
  .body-site-about .container-project, .body-site-about .container-product,
  .body-shopcart-index .container-project {
    padding-left: 27px;
    padding-right: 27px;
  }
  .body-product-view .h1 {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 60px;
  }
  .body-product-view .h1 img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 16px;
  }
  .body-product-view .section-slider .owl-nav .owl-prev, .body-product-view .section-slider .owl-nav .owl-next {
    top: calc(50% - 11px);
  }
  .body-product-view .section-slider .owl-nav .owl-prev img, .body-product-view .section-slider .owl-nav .owl-next img {
    width: 26px;
  }
  .body-product-view .section-slider .owl-nav .owl-prev {
    left: 22px;
  }
  .body-product-view .section-slider .owl-nav .owl-next {
    right: 22px;
  }
  .body-product-view .section-slider .owl-dots {
    bottom: 22px;
  }
  .body-product-view .section-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
  }
  .body-product-view .section-product .vendor-code {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 14px;
  }
  .body-product-view .section-product .vendor-code strong {
    margin-left: 10px;
  }
  .body-product-view .section-product .h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .body-product-view .section-product .h1 .section-share {
    right: 0;
  }
  .body-product-view .section-product .propertys {
    margin-bottom: 28px;
  }
  .body-product-view .section-product .propertys .row-property {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .body-product-view .section-product .propertys .value {
    margin-left: 10px;
  }
  .body-product-view .section-product .block-price {
    align-items: center;
    margin-bottom: 40px;
  }
  .body-product-view .section-product .block-price .image-label {
    margin-right: 14px;
  }
  .body-product-view .section-product .block-price .text-old-price {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 6px;
    margin-right: 0;
  }
  .body-product-view .section-product .block-price .text-price {
    font-size: 20px;
    line-height: 20px;
  }
  .body-product-view .section-product .block-price .shopcart {
    margin-left: auto;
    background: #596273;
    width: 116px;
    height: 38px;
    font-size: 10px;
  }
  .body-product-view .section-product .block-price .shopcart:hover {
    background: #596273;
  }
  .body-product-view .section-product .block-price .prices {
    flex-direction: column;
    justify-content: center;
  }
  .body-product-view .section-product .btn-scroll {
    display: flex;
  }
  .body-product-view .section-product .block-content {
    flex-direction: column;
  }
  .body-product-view .section-product .block-content .short {
    margin-bottom: 30px;
  }
  .body-product-view .section-product .block-content .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-product-view .section-product .block-content .content p, .body-product-view .section-product .block-content .content div {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .body-product-view .footer-links a span {
    font-size: 10px;
    line-height: 14px;
  }
  .body-product-view .footer-links a:first-child img {
    margin-right: 25px;
  }
  .body-product-view .footer-links a:last-child img {
    margin-left: 25px;
  }
  .body-site-about .h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-top: 60px;
  }
  .body-site-about .h1 img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 16px;
  }
  .body-site-about .section-specialization .row {
    margin-bottom: 90px;
    margin-top: 120px;
    flex-direction: column;
  }
  .body-site-about .section-specialization .row:nth-child(odd), .body-site-about .section-specialization .row:nth-child(even) {
    flex-direction: column;
  }
  .body-site-about .section-specialization .row:nth-child(odd) .col-image, .body-site-about .section-specialization .row:nth-child(even) .col-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-site-about .section-specialization .row:nth-child(odd) .col-image img, .body-site-about .section-specialization .row:nth-child(even) .col-image img {
    max-width: 100%;
  }
  .body-site-about .section-specialization .row:nth-child(odd) .col-text, .body-site-about .section-specialization .row:nth-child(even) .col-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-site-about .section-specialization .row:nth-child(odd) .col-text .content, .body-site-about .section-specialization .row:nth-child(even) .col-text .content {
    width: 370px;
    max-width: 100%;
  }
  .body-site-about .section-specialization .row:nth-child(even) {
    margin-bottom: 50px;
  }
  .body-site-about .section-specialization .row.row-two {
    display: flex;
  }
  .body-site-about .section-specialization .col-image {
    margin-bottom: 80px;
  }
  .body-site-about .section-specialization.row-one {
    display: none;
  }
  .body-site-about .section-consultation {
    display: block;
    margin-bottom: 140px;
  }
  .body-site-about .section-consultation .block-consultation {
    display: flex;
    justify-content: center;
  }
  .body-site-about .section-consultation .block-consultation .image {
    margin-right: 20px;
  }
  .body-site-about .section-consultation .block-consultation .head-consultation {
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00B633;
    margin-bottom: 12px;
  }
  .body-site-about .section-consultation .block-consultation a {
    color: #596273;
    display: flex;
    align-items: center;
  }
  .body-site-about .section-consultation .block-consultation a img {
    margin-right: 12px;
  }
  .body-site-about .section-partners .h2 {
    font-size: 25px;
  }
  .body-site-about .section-partners .row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .body-site-about .section-partners .row .col-img {
    margin-bottom: 50px;
  }
  .body-site-about .section-partners .row .col-img:first-child, .body-site-about .section-partners .row .col-img:last-child {
    justify-content: center;
  }
  .body-site-about .section-working .h2 {
    font-size: 25px;
    margin-bottom: 80px;
  }
  .body-site-about .section-working .col {
    margin-bottom: 70px;
  }
  .body-site-about .section-working .col:last-child {
    margin-bottom: 0;
  }
  .body-site-about .section-contact .col-link {
    width: 40px;
    height: 40px;
  }
  .body-site-about .section-contact .col-link img {
    max-width: 46px;
  }
  .body-product-cat .section-filter .filter .filter-header {
    margin-bottom: 15px;
  }
  .body-product-cat .section-filter .filter .filter-body {
    margin-bottom: 25px;
  }
  .body-product-cat .section-filter .col {
    padding-right: 0;
    padding-left: 0;
  }
  .body-product-cat .section-filter .filters {
    padding-bottom: 0;
  }
  .body-product-cat .h1 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-top: 60px;
  }
  .body-product-cat .h1 img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 9px;
  }
  .body-product-cat .items .item {
    height: 450px;
  }
  .body-product-cat .items .item .image-block .image {
    max-width: 100%;
  }
  .body-site-contact .h1 {
    font-size: 25px;
    line-height: 20px;
    padding-top: 60px;
    margin: 0 28px;
  }
  .body-site-contact .h1 img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 9px;
  }
  .body-site-contact .section-contact .head {
    padding-bottom: 28px;
  }
  .body-site-contact .section-contact .links-nav {
    flex-wrap: wrap;
    padding: 27px 37px;
  }
  .body-site-contact .section-contact .links-nav .link {
    font-size: 15px;
    line-height: 18px;
    padding: 10px;
  }
  .body-site-contact .section-contact .links-nav .link.active {
    font-size: 25px;
    font-weight: 900;
    border: none;
  }
  .body-site-contact .section-contact .map {
    padding: 0 28px;
    height: 215px;
  }
  .body-site-contact .section-contact .map #myNewMap {
    height: 215px !important;
  }
  .body-site-contact .section-contact .map #myNewMap > ymaps {
    height: 215px !important;
  }
  .body-site-contact .section-contact .map #myNewMap > ymaps > ymaps {
    height: 215px !important;
  }
  .body-site-contact .section-points .row-point .block-image {
    display: none;
  }
  .body-site-contact .section-points .row-point .slider {
    display: none;
  }
  .body-site-contact .section-points .row-point .container-info {
    padding-left: 28px;
    padding-right: 28px;
  }
  .body-site-contact .section-points .row-point .list-info.time {
    position: relative;
  }
  .body-site-contact .section-points .row-point .list-info.time > img {
    margin-right: 10px;
  }
  .body-site-contact .section-points .row-point .list-info.time .image {
    display: block;
    margin-right: 18px;
    min-height: 100px;
    min-width: 100px;
  }
  .body-site-contact .section-points .row-point .list-info.time .info {
    max-width: inherit;
  }
  .body-site-contact .section-points .row-point .list-info:last-child {
    margin-bottom: 0;
  }
  .body-site-contact .section-points .row-point .timeline {
    position: absolute;
    left: 118px;
    bottom: 18px;
  }
  .body-site-contact .section-points .row-point .h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .body-news-view .section-background {
    min-height: 150px;
    margin-bottom: 20px;
  }
  .body-news-view .section-news .date {
    padding: 0 25px;
    margin-bottom: 20px;
  }
  .body-news-view .section-news .date .section-share {
    top: 0;
  }
  .body-news-view .section-news .h1 {
    font-size: 20px;
    line-height: 35px;
  }
  .body-news-view .section-news .inner-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .body-news-view .section-news .content {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .body-news-view .section-news .content p, .body-news-view .section-news .content div {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .body-news-view .section-news .image {
    margin-bottom: 18px;
    width: 100%;
  }
  .body-news-view .section-news figcaption {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    max-width: 190px;
    margin-right: 27px;
  }
  .body-news-view .section-news .separator {
    margin: 0 27px;
  }
  .body-news-view .section-news .sub-footer {
    margin: 0 27px;
  }
  .body-news-view .section-news .sub-footer .share span {
    display: none;
  }
  .body-news-news .h1 {
    font-size: 25px;
    line-height: 20px;
    padding-top: 60px;
    margin: 0 28px;
  }
  .body-news-news .section-news {
    padding: 0 50px;
    margin-bottom: 47px;
  }
  .body-news-news .section-news .h3 {
    font-size: 25px;
    line-height: 30px;
    margin-left: -15px;
    margin-right: -15px;
    word-spacing: 5px;
  }
  .body-news-news .section-news .h3 span {
    display: block;
  }
  .body-news-news .section-news .block-news {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .body-news-news .section-news .block-news .image-block {
    width: auto;
    margin: 0px 0 15px;
  }
  .body-news-news .section-news .block-news .image-block .image {
    width: inherit;
    max-height: 100%;
    max-width: 100%;
  }
  .body-news-news .section-news .block-news .section-share {
    right: 10px;
    bottom: 10px;
  }
  .body-news-news .section-news .block-news .loader-news {
    margin: 0 auto;
  }
  .body-site-index .section-slider {
    min-height: 600px;
  }
  .body-site-index .section-slider .owl-nav .owl-prev, .body-site-index .section-slider .owl-nav .owl-next {
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
  }
  .body-site-index .section-slider .owl-nav .owl-prev img, .body-site-index .section-slider .owl-nav .owl-next img {
    width: 100%;
  }
  .body-site-index .section-slider .owl-nav .owl-prev {
    left: 28px;
  }
  .body-site-index .section-slider .owl-nav .owl-next {
    right: 28px;
  }
  .body-site-index .section-slider .owl-dots {
    bottom: 62px;
    left: calc(50% - 100px);
    width: 200px;
  }
  .body-site-index .section-slider .main-slide {
    height: 600px;
    padding-top: 50px;
  }
  .body-site-index .section-slider .main-slide hr {
    width: 164px;
    margin-bottom: 12px;
  }
  .body-site-index .section-slider .main-slide .inner-container {
    max-width: 100%;
    margin: auto;
  }
  .body-site-index .section-slider .main-slide .slide-title {
    font-size: 30px;
    line-height: 27px;
    margin-bottom: 32px;
    margin-right: 27px;
    margin-left: 27px;
    height: 220px;
  }
  .body-site-index .section-slider .main-slide .slide-short {
    font-size: 25px;
    line-height: 25px;
  }
  .body-site-index .section-slider .main-slide .logotypes {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
    margin: auto;
    height: 195px;
  }
  .body-site-index .section-slider .main-slide .logotypes img {
    display: inline-flex;
    margin: 8px auto;
    max-height: 100px;
    max-width: 50%;
    height: initial;
    width: min-content;
    max-height: 32px;
  }
  .body-site-index .btn-scroll {
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin: -23px auto 0;
    z-index: 1;
    position: relative;
  }
  .body-site-index .items {
    margin-bottom: 30px;
  }
  .body-site-index .section-product {
    overflow-x: hidden;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .body-site-index .section-product .item {
    margin: 0 0 10px;
  }
  .body-site-index .section-product .item .h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .body-site-index .section-product .item .h4 span {
    font-size: 10px;
    display: block;
    text-align: center;
  }
  .body-site-index .section-product .item .block-image {
    padding: 10px;
    margin-bottom: 12px;
  }
  .body-site-index .section-product .item img {
    width: 100%;
    height: auto;
  }
  .body-site-index .section-product .p-cat-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .body-site-index .section-product .p-cat-item p {
    letter-spacing: 0.1em;
    font-size: 25px;
    line-height: 30px;
    position: inherit;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    margin: 0 27px;
    width: auto;
  }
  .body-site-index .section-product .p-cat-year p {
    letter-spacing: 0.15em;
    font-weight: 900;
    top: 43px;
    left: -56px;
    width: 150px;
  }
  .body-site-index .section-product .col-item-center {
    flex: 0 0 87%;
    max-width: 87%;
    margin-left: 6.5%;
  }
  .body-site-index .section-news {
    padding: 0 50px;
    margin-bottom: 47px;
  }
  .body-site-index .section-news .h3 {
    font-size: 25px;
    line-height: 30px;
    margin-left: -15px;
    margin-right: -15px;
    word-spacing: 5px;
  }
  .body-site-index .section-news .h3 span {
    display: block;
  }
  .body-site-index .section-news .block-news {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .body-site-index .section-news .block-news .image-block {
    width: auto;
    margin: 0px 0 15px;
  }
  .body-site-index .section-news .block-news .image-block .image {
    width: inherit;
    max-height: 100%;
    max-width: 100%;
  }
  .body-site-index .section-news .block-news .section-share {
    right: 10px;
    bottom: 10px;
  }
  .body-site-index .section-news .block-news .loader-news {
    margin: 0 auto;
  }
  .body-shopcart-index .h1 {
    font-size: 25px;
    line-height: 20px;
    padding-top: 60px;
    margin: 0;
  }
  .body-shopcart-index .h1 img {
    max-width: 25px;
    max-height: 25px;
    margin-right: 9px;
  }
  .body-shopcart-index .section-shopcart-items .row {
    font-size: 10px;
    line-height: 12px;
    margin-right: -27px;
    margin-left: -27px;
  }
  .body-shopcart-index .section-shopcart-items .row.head {
    font-size: 8px;
    line-height: 10px;
  }
  .body-shopcart-index .section-shopcart-items .row.head .currency {
    display: block;
  }
  .body-shopcart-index .section-shopcart-items .row.head .col-price, .body-shopcart-index .section-shopcart-items .row.head .col-amount {
    flex-direction: column;
  }
  .body-shopcart-index .section-shopcart-items .row.body {
    padding-top: 22px;
    padding-bottom: 23px;
  }
  .body-shopcart-index .section-shopcart-items .col-number {
    display: none;
  }
  .body-shopcart-index .section-shopcart-items .col-name {
    order: 2;
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-shopcart-index .section-shopcart-items .col-name .image {
    max-width: 40px;
    max-height: 40px;
    height: auto;
    width: fit-content;
    margin-right: 7px;
  }
  .body-shopcart-index .section-shopcart-items .col-name .block-desc {
    padding: 0;
  }
  .body-shopcart-index .section-shopcart-items .col-available {
    order: 3;
  }
  .body-shopcart-index .section-shopcart-items .col-price {
    order: 4;
    padding-right: 0;
    padding-left: 15px;
  }
  .body-shopcart-index .section-shopcart-items .col-amount {
    order: 5;
    padding-right: 0;
    padding-left: 10px;
  }
  .body-shopcart-index .section-shopcart-items .col-remove {
    order: 1;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
    padding: 0;
  }
  .body-shopcart-index .section-shopcart-items .col-remove button img {
    width: 15px;
    height: 15px;
  }
  .body-shopcart-index .section-shopcart-items .currency {
    display: none;
  }
  .body-shopcart-index .section-shopcart-items .block-total {
    font-size: 15px;
    line-height: 20px;
  }
  .body-shopcart-index .footer-links {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .body-shopcart-index .footer-links a:first-child span {
    font-size: 10px;
    line-height: 12px;
    max-width: 85px;
  }
  .body-shopcart-index .footer-links a:first-child img {
    margin-right: 16px;
  }
  .body-shopcart-index .footer-links a:last-child {
    background: #596273;
    font-weight: 900;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 116px;
  }
}
@media (max-width: 575px) {
  .body-site-index .section-news {
    padding: 0 28px;
  }
  .body-site-index .section-news .h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .body-site-index .section-news .block-news .image-block {
    height: 350px;
  }
  .body-site-index .section-news .block-news .image-block .image {
    width: 100%;
    height: 100%;
    max-height: unset;
    max-width: unset;
    object-fit: cover;
  }
  .body-shopcart-index .section-shopcart-items .col-available .btn i {
    font-size: 15px;
    margin: 0 3px;
  }
}
@media (max-width: 359px) {
  body {
    overflow-x: hidden;
  }
  header.header .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .body-product-view .container-project, .body-product-view .container-product,
  .body-site-about .container-project, .body-site-about .container-product,
  .body-shopcart-index .container-project {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .body-site-index .section-slider .main-slide hr {
    margin-bottom: 15px;
  }
  .body-site-index .section-slider .main-slide .logotypes {
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 160px;
  }
  .body-site-index .section-slider .main-slide .logotypes img {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .body-site-about .section-specialization.row-one .row {
    margin-bottom: 0;
    margin-top: 210px;
  }
  .body-site-about .section-specialization.row-one .col-image {
    max-height: 300px;
    text-align: center;
  }
  .body-site-about .section-specialization.row-one .col-image img {
    height: 100%;
  }
  .body-site-about .section-specialization.row-one .col-text .content {
    max-height: 300px;
  }
  .body-site-about .section-specialization.row-one .col-text .content p, .body-site-about .section-specialization.row-one .col-text .content div {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=main.css.map */
