@font-face {
  font-family: "PTAstraSansRegular";
  src: url("../fonts/PT-Astra-Sans_Regular.woff2"),
  url("../fonts/PT-Astra-Sans_Regular.woff"),
  url("../fonts/PT-Astra-Sans_Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "PTAstraSansBold";
  src: url("../fonts/PT-Astra-Sans_Bold.woff2"),
  url("../fonts/PT-Astra-Sans_Bold.woff"),
  url("../fonts/PT-Astra-Sans_Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "PTAstraSerifRegular";
  src: url("../fonts/PT-Astra-Serif_Regular.woff2"),
  url("../fonts/PT-Astra-Serif_Regular.woff"),
  url("../fonts/PT-Astra-Serif_Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
body {
  background: #c1c0c0;
}
header, body, html {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'PTAstraSansRegular';
    font-size: 1.13vw;
}
.inner_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 9.58%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}
.header_bg {
  background: url(../images/header-bg.png);
  padding: 0.8vw 9.58%;
  flex-direction: row;
  background-size: cover;
}
.header_bg_second {
  padding: 0.8vw 9.58%;
  flex-direction: row;
  background: #3b3b47;
  border-bottom:3px solid white;
}
.header_bg_second  .navbar-brand {
  display: flex;
  width: 13%;
  margin-left: 0.45vw;
}
.header_site_info {
  width: 37%;
  margin-top: 1.5vw;
}
a.brand-logo {
  width: 9vw;
}
.contacs_header {
  display: flex;
  width: 50%;
  align-items: flex-end;
  flex-direction: column;
}
.contacs_header_icons {
  display: flex;
  width: 30%;
  flex-direction: row;
  justify-content: space-around;
}
.header_icon_item {
  width: 50px;
  height: 50px;
  display: flex;
}
.icon_viber {
  background: url(../images/footer_icon_viber.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon_viber:hover {
  background: url(../images/footer_icon_viber_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon_wa {
  background: url(../images/footer_icon_wa.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon_wa:hover {
  background: url(../images/footer_icon_wa_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon_tg {
  background: url(../images/footer_icon_tg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.icon_tg:hover {
  background: url(../images/footer_icon_tg_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}

.contacs_header_phone {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  margin-top: 15px;
}
.contacs_header_phone a {
  text-decoration: none;
  color: #fff;
  font-size: 2vw;
  font-family: Arial;  
}
.contacs_header_phone a:hover {
  text-decoration: none;
  color: white;
}
.header_icon_phone {
  background: url(../images/header_icon_phone.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
  width: 33px;
  height: 37px;
  display: flex;
}

.contacs_header_form {
  background: #f10808;
  border: 3px solid white;
  width: 45%;
  margin-right: 3%;
  margin-top: 8px;
  height: 37px;
  color: white;
  font-size: 1.37vw;
  display: flex;
  font-family: "PTAstraSansBold";
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.container-below-top {
  background: #c1c0c0;
  align-items: flex-end;
}
.container-below-top > div {
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "PTAstraSerifRegular";
  width: 73.5%;
  margin: 29px 0;
  line-height: 1.17;
}
.container-below-top > div p {
  font-size: 1.23vw;
  margin: 0;
  padding: 0;
}

.menu_bg {
  background:#3b3b47;
}
.main_menu {
  display: flex;
  width: 100%;
}
.main_menu ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.main_menu ul li {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  padding: 8px 0;
}
.main_menu ul li::before {
  content: "";
  background: white;
  width: 4px;
  position: relative;
  margin-left: -2px;
}
.main_menu ul li:last-child::after {
  content: "";
  background: white;
  width: 4px;
  position: relative;
  margin-right: -2px;
}
.main_menu ul li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.39vw;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.main_menu ul li.active, .main_menu ul li:hover {
  background: #ffb000;
}
.main_menu ul li.active a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.39vw;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.main_menu ul li:hover a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.39vw;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.container-top-a {
  background: #c1c0c0;
  padding: 0px 10.75%;
}
section.products {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.products_header {
  font-family: 'PTAstraSansRegular';
  margin: 2vw 0 1.5vw;
  font-size: 1.8vw;
  width: 100%;
}
.products_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.product-card {
  position: relative;
  width: 17.9vw;
  height: 15.6vw;
  border: 7px solid #8b8b99;
  background: #8b8b99;
}
.product-card h3 {
  color: white;
  margin: 0;
  padding: 5px 5px 10px;
  font-family: 'PTAstraSansRegular';
  font-size: 1.38vw;
  font-weight: 400;
  position: absolute;
  background: #8b8b99;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
}
.product-card img {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.product-card .order-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f10808;
  color: white;
  text-decoration: none;
  font-weight: 400;
  padding: 9px 13px;
  font-size: 1.38vw;
  z-index: 10;
  clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-bottom: -7px;
  margin-right: -7px;
  width: 61%;
  font-family: 'PTAstraSansRegular';
  text-align: right;
}
.yellow-card {
  border: 7px solid #ffb000;
  background: #ffb000;
}
.yellow-card h3 {
  color: black;
  background: #ffb000;
}
.yellow-card .order-btn {
  background: #ffb000;
  color: black;
}
.products_all {
  background: #ef001c;
  color: white;
  cursor: pointer;
  margin: 2.2vw 0;
  width: 22.8%;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.38vw;
  padding: 6px 0;
  font-family: 'PTAstraSansRegular';
}
.products_all a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.products_all:hover a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.container-top-b {
  background: #3b3b48;
  padding: 0px 10.75%;
  margin-bottom: 5px;
}
.callbackform.form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.4vw 0;
}
.form-input {
  width: 31.4%;
}
.form-input input, .form-input input::placeholder {
  width: 100%;
  font-family: 'PTAstraSansRegular';
  height: 2.8vw;
  text-transform: uppercase;
  font-size: 1.4vw;
  padding-left: 0.3vw;
  color: #000;
}
.form-button {
  width: 31.5%;
  background: #ee0022;
  color: white;
  text-align: center;
  height: 2.8vw;
  border: 3px solid white;
  font-size: 1.4vw;
  font-family: 'PTAstraSansRegular';
  text-transform: uppercase;
  padding: 4px 13px 4px 0;
  cursor: pointer;
}

.container-component>:first-child, .container-sidebar-left>:first-child, .container-sidebar-right>:first-child, .container-component>*+*, .container-sidebar-left>*+*, .container-sidebar-right>*+* {
  margin-top: 0;
}
.main_wrap_inner {
  box-shadow: 0px 0px 5px black;
  display: flex;
  padding: 10px;
}
.grid-child.container-sidebar-left ul.mod-menu.mod-list.nav { border: 1px solid black;}
.grid-child.container-sidebar-left >ul > li {
  background: #3b3b47;
}
.grid-child.container-sidebar-left >ul > li > a {
  color: white;
  text-decoration: none;
  display: flex;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding: 5px 0 5px 10px;
  font-family: 'PTAstraSansBold';
}
.moduletable.material_order .contacs_header_form {
  width: 100%;
}
.moduletable.material_order {
  display: flex;
  width: 100%;
  justify-content: flex-end;

}
.moduletable.material_order > div {
  width: 20vw;
}
.grid-child.container-sidebar-right {
  width: 20%;
  margin-left: 2vw;
}
.grid-child.container-sidebar-right img {
  border: 4px solid #3b3b47;
}
.grid-child.container-sidebar-left .mod-list li .mod-menu__sub {
  padding-left: 0em;
}
.grid-child.container-sidebar-left {
  margin-right: 2vw;
}
.grid-child.container-sidebar-left .mod-list li {
  padding:  0;
}
.grid-child.container-sidebar-left .mod-list li .mod-menu__sub a {
  padding-left: 0em;
  color: white;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid black;
  padding: 5px 0 5px 10px;
  background: #8b8b99;
}
.grid-child.container-sidebar-left >ul > li:hover > a{
  color: white;
  text-decoration: none;
}
.grid-child.container-sidebar-left .mod-list li .mod-menu__sub li.active a {
  background: #ffb000;
  color:black;
}
.grid-child.container-sidebar-left .mod-list li .mod-menu__sub li:hover a {
  color:black;
  background: #ffb000;
}
.grid-child.container-sidebar-left .mod-list li:hover:not(.parent) a {
  color:black;
  background: #ffb000;
}
.grid-child.container-sidebar-left .mod-list li.parent a:hover {
  color:black;
  background: #ffb000;
}
.advantages {
  width: 100%;
  display: flex;
  background: #c1bfc0;
  padding: 0px 10.75%;
} 
.advantages_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.advantages_item {
  width: 17.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 20vw;
}
.advantages_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.advantages_item a:hover {
  text-decoration: none;
}
.advantages_item-picture {
  position: relative;
  width: 13.6vw;
  aspect-ratio: 1;
  box-sizing: border-box;
  border: solid 0.3828vw #3b3b47;
}
.advantages_stock {
  background-image: url(../images/stock.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74.5%;
}
.advantages_control {
  background-image: url(../images/control.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 73.5%;
}
.advantages_payment {
  background-image: url(../images/payment.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88.5%;
}
.advantages_delivery {
  background-image: url(../images/delivery.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88.5%;
}
.advantages_item-description {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  color: #3b3b47;
  text-transform: uppercase;
  font-size: 1.37vw;
  margin: 15px 0px;
  font-family: 'PTAstraSansRegular';
  flex-grow: 1;
  text-align: center;
  line-height: 1.2;
}
.advantages_price {
  background-image: url(../images/price.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 59.5%;
  border: solid 0.3828vw #f04b46;
}
.advantages_price_desc {
  color:#f04b46;
  font-family: "PTAstraSansBold";
  text-decoration: none;
  text-transform: uppercase;
}
.advantages_price_desc:hover {
  text-decoration: none;
  text-transform: uppercase;
}

.advantages_header {
  margin: 2.1vw 0 1.4vw;
  color: #3b3b47;
  font-size: 1.8vw;
  text-transform: uppercase;
  font-family: "PTAstraSansRegular";
  line-height: 1.2;
}

div#main_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
.container-bottom-a {
  width: 100%;
}
.container-bottom-a > div {
  margin: 0;
}
.map_header {
  width: 100%;
  text-align: center;
  background: #3b3b47;
  color: white;
  font-family: 'PTAstraSansRegular';
  text-transform: uppercase;
  font-size: 1.46vw;
}
footer {
  background: #3b3b47;
  width: 100%;
}
.footer_site {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 25px 0;
}
.site-title {
  text-transform: uppercase;
  font-size: 2.8vw;
  color: white;
  text-shadow: 3px 3px black;
  font-family: 'PTAstraSansRegular';
  margin-bottom: 1.1vw;
}
.site_info_desc {
  color: white;
  text-shadow: 2px 2px black;
  font-size: 1.5vw;
}
.footer_wrap {
  flex-direction: row !important;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
}
.footer_info {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 10px 0;
}
.footer_info p {
  font-family: 'PTAstraSansRegular';
  font-size:0.93vw;
  color: white;
  margin: 0;
}
.policy a {
  font-size:0.78vw;
  color: white;
  text-decoration: none;
}
.footer_icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 10px 0;
}
.footer_icon_item {
  width: 50px;
  height: 50px;
  display: flex;
}
.footer_icon_viber {
  background: url(../images/footer_icon_viber.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_icon_viber:hover {
  background: url(../images/footer_icon_viber_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_icon_wa {
  background: url(../images/footer_icon_wa.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_icon_wa:hover {
  background: url(../images/footer_icon_wa_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_icon_tg {
  background: url(../images/footer_icon_tg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_icon_tg:hover {
  background: url(../images/footer_icon_tg_hover.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: center;
}
.footer_menu {
  margin: 10px 0;
}
.footer_menu li {
  margin:0;
}
.footer_menu li.active a, .footer_menu li:hover a {
  text-decoration: none;
}
.footer_menu li a {
  font-family: 'PTAstraSansRegular';
  font-size: 1.38vw;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.policy {
  line-height: 1;
}

.hidden_from {
  position: fixed;
  top:0;
  z-index: 1001;
  background: #000000ab;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.callbackform_hidden.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40vw;
  height: 20vw;
  background: #e1e1e5;
  border-radius: 30px;
  position: relative;
}
.callbackform_hidden.form .form-input {
  width: 75%;
  margin-bottom: 10px;
  font-family: 'PTAstraSansRegular';
  height: 2.8vw;
  text-transform: uppercase;
  font-size: 1.4vw;
  color: #000;
}
.form-button_hidden {
  width: 75%;
  background: #ee0022;
  color: white;
  text-align: center;
  height: 2.8vw;
  border: 3px solid white;
  font-size: 1.4vw;
  font-family: 'PTAstraSansRegular';
  text-transform: uppercase;
  padding: 4px 13px 4px 0;
  cursor: pointer;
}
.close_hidden_form {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: 700;
  cursor:pointer;
}

.grid-child.container-sidebar-left .advantages_item-picture.advantages_price {
  border:none;
}

.grid-child.container-sidebar-left .advantages_item {
  width: 100%;
  height: 14vw;
}


.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  padding: 5px;
  cursor: pointer;
  line-height: 1.1;
}
@media (max-width: 1280px) {

}
@media (max-width: 1023px) {
  .grid-child.container-sidebar-right {
    display: none;
  }
  .header_bg {
    padding: 10px 4%;
  }
  .inner_container {
    padding: 0px 4%;
  }
  .header_bg {
    justify-content: space-evenly;
  }
  .main_menu ul li {
    padding: 3px 0;
  }
  .main_menu ul li a, .main_menu ul li.active a {
    font-size: 20px;
    line-height: 1.1;
    padding: 3px 0;
  }
  header {
    border-bottom: solid 4px #3b3b47;
  }
  a.brand-logo {
    width: 150px;
  }
  .header_bg .navbar-brand {
    width: 180px;
    padding: 15px;
    margin-left: 0;
  }
  .contacs_header {
    width: 320px;
    align-items: center;
  }
  .contacs_header_icons, .contacs_header_phone {
    width: 85%;
    flex-direction: row;
    margin-top: 15px;
  }
  .header_icon_item {
    width: 40px;
    height: 40px;
  }
  .icon_viber, .icon_wa, .icon_tg {
    background-size: contain;
  }
  .contacs_header_phone a {
    font-size: 28px;
  }
  .header_icon_phone {
    background-size: contain;
    width: 27px;
    height: 33px;
  }
  .contacs_header_form {
    border: 2px solid white;
    width: 85%;
    margin-right: 0;
    margin-top: 10px;
    height: 35px;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .callbackform.form {
    flex-direction: column;
    padding: 5px 0;
  }
  .form-input {
    width: 65%;
  }
  .form-input input, .form-input input::placeholder {
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .form-button {
    width: 65%;
    height: 36px;
    border: 2px solid white;
    font-size: 20px;
    padding: 4px 0px;
    line-height: 1.2;
  }
  .map_header {
    font-size: 24px;
  }
  .container-bottom-a iframe, .container-bottom-a ymaps {
    height: 300px!important;
  }
  .footer_site {
    margin: 10px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
  .footer_logo, .footer_logo a.brand-logo {
    width: 115px;
  }
  .site_info_desc {
    font-size: 18px;
  }
  .site-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer_menu {
    width: 20%;
  }
  .footer_menu li a {
    font-size: 16px;
    line-height: 2;
  }
  .footer_info {
    width: 32%;
    padding: 10px 0;
  }
  .footer_icon_item {
    width: 37px;
    height: 37px;
  }
  .footer_info p {
    font-size: 15px;
  }
  .footer_icon_wa, .footer_icon_viber, .footer_icon_tg {
    background-size: contain;
  }
  .policy a {
    font-size: 12px;
  }
  .callbackform_hidden.form {
    width: 330px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1 / 0.8;
    padding-top: 8%;
  }
  .close_hidden_form {
    font-size: 25px;
  }
  .callbackform_hidden.form .form-input {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    font-size: 16px;
  }
  .form-button_hidden {
    width: 80%;
    height: auto;
    border: 2px solid white;
    font-size: 16px;
    padding: 4px 0px;
  }
}
@media (max-width: 767px) {
  .header_bg {
    background: none;
    padding: 10px 1%;
  }
  .inner_container {
    padding: 0px 1%;
  }
  .menu-toggle {
      display: block;
      align-self: flex-end;
      font-size: 30px;
      padding: 7px;
  }
  .main_menu {
      display: none;
      flex-direction: column;
      width: 100%;
  }
  .main_menu ul {
      flex-direction: column;
      width: 100%;
  }
  .main_menu ul li {
      width: 100%;
      text-align: center;
  }
  .main_menu.show {
      display: flex;
  }
  .main_menu ul li::before {
    display: none;
  }
  .header_bg {
    justify-content: space-evenly;
  }
  .main_menu ul li {
    padding: 3px 0;
  }
  .main_menu ul li a, .main_menu ul li.active a {
    font-size: 20px;
    line-height: 1.1;
    padding: 3px 0;
  }
  header {
    border-bottom: solid 4px #3b3b47;
  }
  a.brand-logo {
    width: 150px;
  }
  .header_bg .navbar-brand {
    width: 180px;
    padding: 15px;
    margin-left: 0;
  }
  .contacs_header {
    width: 320px;
    align-items: center;
  }
  .contacs_header_icons, .contacs_header_phone {
    width: 85%;
    flex-direction: row;
    margin-top: 15px;
  }
  .header_icon_item {
    width: 40px;
    height: 40px;
  }
  .icon_viber, .icon_wa, .icon_tg {
    background-size: contain;
  }
  .contacs_header_phone a {
    font-size: 28px;
  }
  .header_icon_phone {
    background-size: contain;
    width: 27px;
    height: 33px;
  }
  .contacs_header_form {
    border: 2px solid white;
    width: 85%;
    margin-right: 0;
    margin-top: 10px;
    height: 35px;
    font-size: 22px;
  }
  header {
    border-bottom: 0;
  }
  .header_bg_second {
    border-bottom: 0;
  }
  .header_bg_second .navbar-brand {
    width: 100px;
    margin-left: 0;
  }
  .header_site_info {
    width: 100px;
    margin-top: 10px;
    text-align: center;
  }
  header, body, html {
    font-size: 15px;
  }
  .main_menu ul li:last-child::after {
    display: none;
  }
  .inner_container.menu_bg {
    border-bottom: 3px solid white;
    order: 0;
  }
  .inner_container.header_bg_second {
    order: 1;
    align-items: center;
    justify-content: space-evenly;
  }
  .inner_container.container-component {
    padding: 0;
  }
  .main_wrap_inner {
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_wrap_inner main {
    width: 62%;
    order: 2;
  }
  .main_wrap_inner main iframe {
    width: 100%;
  }
  .grid-child.container-sidebar-left {
    margin-right: 0;
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .grid-child.container-sidebar-left >ul > li > a {
    padding:5px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .grid-child.container-sidebar-left .mod-list li .mod-menu__sub a {
    padding:5px;
  }
  .grid-child.container-sidebar-left .advantages_item {
    height: auto;
  }
  .grid-child.container-sidebar-right {
    display: none;
  }
  .slideplus-viewport.slideplus-horizontal>.slideplus-button {
    width: 33px!important;
    aspect-ratio: 1 / 1;
    background-size: 100%;
  }
  .advantages_item-picture {
    width: 140px;
    border: solid 2px #3b3b47;
  }
  .advantages_item-description {
    font-size: 16px;
    margin: 10px 0px;
  }
  .callbackform.form {
    flex-direction: column;
    padding: 5px 0;
  }
  .form-input {
    width: 65%;
  }
  .form-input input, .form-input input::placeholder {
    width: 100%;
    height: 35px;
    font-size: 18px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .form-button {
    width: 65%;
    height: 36px;
    border: 2px solid white;
    font-size: 20px;
    padding: 4px 0px;
    line-height: 1.2;
  }
  .map_header {
    font-size: 24px;
  }
  .container-bottom-a iframe, .container-bottom-a ymaps {
    height: 275px!important;
  }
  .footer_site {
    margin: 10px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 48%;
  }
  .footer_logo, .footer_logo a.brand-logo {
    width: 115px;
  }
  .site_info_desc {
    font-size: 18px;
  }
  .site-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer_menu {
    display: none;
  }
  .footer_info {
    width: 40%;
    padding: 10px 0;
  }
  .footer_icon_item {
    width: 37px;
    height: 37px;
  }
  .footer_info p {
    font-size: 15px;
  }
  .footer_icon_wa, .footer_icon_viber, .footer_icon_tg {
    background-size: contain;
  }
  .policy a {
    font-size: 12px;
  }
  .callbackform_hidden.form {
    width: 330px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1 / 0.8;
    padding-top: 8%;
  }
  .close_hidden_form {
    font-size: 25px;
  }
  .callbackform_hidden.form .form-input {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    font-size: 16px;
  }
  .form-button_hidden {
    width: 80%;
    height: auto;
    border: 2px solid white;
    font-size: 16px;
    padding: 4px 0px;
  }
}
@media (max-width: 644px) {
  .menu-toggle {
    font-size: 30px;
    padding: 7px;
  }
  .main_menu ul li {
    padding: 3px 0;
  }
  .main_menu ul li a, .main_menu ul li.active a {
    font-size: 18px;
    line-height: 1.1;
    padding: 3px 0;
  }
  header {
    border-bottom: solid 4px #3b3b47;
  }
  a.brand-logo {
    width: 150px;
  }
  .header_bg .navbar-brand {
    width: 180px;
    padding: 15px;
    margin-left: 0;
  }
  .contacs_header {
    width: 320px;
    align-items: center;
  }
  .contacs_header_icons, .contacs_header_phone {
    width: 85%;
    flex-direction: row;
    margin-top: 15px;
  }
  .header_icon_item {
    width: 37px;
    height: 37px;
  }
  .icon_viber, .icon_wa, .icon_tg {
    background-size: contain;
  }
  .contacs_header_phone a {
    font-size: 25px;
  }
  .header_icon_phone {
    background-size: contain;
    width: 25px;
    height: 30px;
  }
  .contacs_header_form {
    border: 2px solid white;
    width: 85%;
    margin-right: 0;
    margin-top: 10px;
    height: 32px;
    font-size: 20px;
  }
  header {
    border-bottom: 0;
  }
  .header_bg_second {
    border-bottom: 0;
  }
  .header_bg_second .navbar-brand {
    width: 100px;
    margin-left: 0;
  }
  .header_site_info {
    width: 100px;
    margin-top: 10px;
    text-align: center;
  }
  header, body, html {
    font-size: 14px;
  }
  .main_menu ul li:last-child::after {
    display: none;
  }
  .inner_container.menu_bg {
    border-bottom: 3px solid white;
    order: 0;
  }
  .inner_container.header_bg_second {
    order: 1;
    align-items: center;
    justify-content: space-evenly;
  }
  .inner_container.container-component {
    padding: 0;
  }
  .main_wrap_inner {
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_wrap_inner main {
    width: 62%;
    order: 2;
  }
  .main_wrap_inner main iframe {
    width: 100%;
  }
  .grid-child.container-sidebar-left {
    margin-right: 0;
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .grid-child.container-sidebar-left >ul > li > a {
    padding:5px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .grid-child.container-sidebar-left .mod-list li .mod-menu__sub a {
    padding:5px;
  }
  .grid-child.container-sidebar-left .advantages_item {
    height: auto;
  }
  .grid-child.container-sidebar-right {
    display: none;
  }
  .slideplus-viewport.slideplus-horizontal>.slideplus-button {
    width: 33px!important;
    aspect-ratio: 1 / 1;
    background-size: 100%;
  }
  .advantages_item-picture {
    width: 140px;
    border: solid 2px #3b3b47;
  }
  .advantages_item-description {
    font-size: 16px;
    margin: 10px 0px;
  }
  .callbackform.form {
    flex-direction: column;
    padding: 5px 0;
  }
  .form-input {
    width: 65%;
  }
  .form-input input, .form-input input::placeholder {
    width: 100%;
    height: 30px;
    font-size: 16px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .form-button {
    width: 65%;
    height: 34px;
    border: 2px solid white;
    font-size: 18px;
    padding: 4px 0px;
    line-height: 1.2;
  }
  .map_header {
    font-size: 20px;
  }
  .container-bottom-a iframe, .container-bottom-a ymaps {
    height: 275px!important;
  }
  .footer_site {
    margin: 10px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
  .footer_logo, .footer_logo a.brand-logo {
    width: 115px;
  }
  .site_info_desc {
    font-size: 15px;
  }
  .site-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer_menu {
    display: none;
  }
  .footer_info {
    width: 40%;
    padding: 10px 0;
  }
  .footer_icon_item {
    width: 30px;
    height: 30px;
  }
  .footer_info p {
    font-size: 13px;
  }
  .footer_icon_wa, .footer_icon_viber, .footer_icon_tg {
    background-size: contain;
  }
  .policy a {
    font-size: 12px;
  }
  .callbackform_hidden.form {
    width: 330px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1 / 0.8;
    padding-top: 8%;
  }
  .close_hidden_form {
    font-size: 25px;
  }
  .callbackform_hidden.form .form-input {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    font-size: 16px;
  }
  .form-button_hidden {
    width: 80%;
    height: auto;
    border: 2px solid white;
    font-size: 16px;
    padding: 4px 0px;
  }
}

@media (max-width: 520px) {
  .menu-toggle {
    font-size: 24px;
    padding: 5px;
  }
  .main_menu ul li {
    padding: 3px 0;
  }
  .main_menu ul li a, .main_menu ul li.active a {
    font-size: 17px;
    line-height: 1.1;
    padding: 3px 0;
  }
  a.brand-logo {
    width: 150px;
  }
  .header_bg .navbar-brand {
    width: 180px;
    padding: 15px;
    margin-left: 0;
  }
  .contacs_header {
    width: 290px;
    align-items: center;
  }
  .contacs_header_icons, .contacs_header_phone {
    width: 85%;
    flex-direction: row;
    margin-top: 15px;
  }
  .header_icon_item {
    width: 33px;
    height: 33px;
  }
  .icon_viber, .icon_wa, .icon_tg {
    background-size: contain;
  }
  .contacs_header_phone a {
    font-size: 20px;
  }
  .header_icon_phone {
    background-size: contain;
    width: 23px;
    height: 27px;
  }
  .contacs_header_form {
    border: 2px solid white;
    width: 80%;
    margin-right: 0;
    margin-top: 10px;
    height: 25px;
    font-size: 17px;
  }
  header {
    border-bottom: 0;
  }
  .header_bg_second {
    border-bottom: 0;
  }
  .header_bg_second .navbar-brand {
    width: 80px;
    margin-left: 0;
  }
  .header_site_info {
    width: 80px;
    margin-top: 10px;
    text-align: center;
  }
  header, body, html {
    font-size: 13px;
  }
  .main_menu ul li:last-child::after {
    display: none;
  }
  .inner_container.menu_bg {
    border-bottom: 3px solid white;
    order: 0;
  }
  .inner_container.header_bg_second {
    order: 1;
    align-items: center;
    justify-content: space-evenly;
  }
  .inner_container.container-component {
    padding: 0;
  }
  .main_wrap_inner {
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_wrap_inner main {
    width: 60%;
    order: 2;
  }
  .main_wrap_inner main iframe {
    width: 100%;
  }
  .grid-child.container-sidebar-left {
    margin-right: 0;
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .grid-child.container-sidebar-left >ul > li > a {
    padding: 3px 3px 3px 3px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .grid-child.container-sidebar-left .mod-list li .mod-menu__sub a {
    padding: 3px 3px 3px 5px;
  }
  .grid-child.container-sidebar-left .advantages_item {
    height: auto;
  }
  .grid-child.container-sidebar-right {
    display: none;
  }
  .slideplus-viewport.slideplus-horizontal>.slideplus-button {
    width: 33px!important;
    aspect-ratio: 1 / 1;
    background-size: 100%;
  }
  .advantages_item-picture {
    width: 130px;
    border: solid 2px #3b3b47;
  }
  .advantages_item-description {
    font-size: 15px;
    margin: 10px 0px;
  }
  .callbackform.form {
    flex-direction: column;
    padding: 5px 0;
  }
  .form-input {
    width: 65%;
  }
  .form-input input, .form-input input::placeholder {
    width: 100%;
    height: 25px;
    font-size: 14px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .form-button {
    width: 65%;
    height: 30px;
    border: 2px solid white;
    font-size: 15px;
    padding: 4px 0px;
    line-height: 1.2;
  }
  .map_header {
    font-size: 16px;
  }
  .container-bottom-a iframe, .container-bottom-a ymaps {
    height: 250px!important;
  }
  .footer_site {
    margin: 10px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
  .footer_logo, .footer_logo a.brand-logo {
    width: 110px;
  }
  .site_info_desc {
    font-size: 14px;
  }
  .site-title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .footer_menu {
    display: none;
  }
  .footer_info {
    width: 50%;
    padding: 10px 0;
  }
  .footer_icon_item {
    width: 25px;
    height: 25px;
  }
  .footer_info p {
    font-size: 12px;
  }
  .footer_icon_wa, .footer_icon_viber, .footer_icon_tg {
    background-size: contain;
  }
  .policy a {
    font-size: 10px;
  }
  .callbackform_hidden.form {
    width: 300px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1 / 0.8;
    padding-top: 8%;
  }
  .close_hidden_form {
    font-size: 25px;
  }
  .callbackform_hidden.form .form-input {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    font-size: 14px;
  }
  .form-button_hidden {
    width: 80%;
    height: auto;
    border: 2px solid white;
    font-size: 14px;
    padding: 4px 0px;
  }
}

@media (max-width: 400px) {
  header, body, html {
    font-size: 13px;
  }
  .main_menu ul li:last-child::after {
    display: none;
  }
  .inner_container.menu_bg {
    border-bottom: 3px solid white;
    order: 0;
  }
  .inner_container.header_bg_second {
    order: 1;
    align-items: center;
  }
  .menu-toggle {
    font-size: 24px;
    padding: 5px;
  }
  .main_menu ul li {
    padding: 3px 0;
  }
  .main_menu ul li a, .main_menu ul li.active a {
    font-size: 15px;
    line-height: 1.1;
    padding: 3px 0;
  }
  header {
    border-bottom: 0;
  }
  .header_bg_second {
    border-bottom: 0;
  }
  .header_bg_second .navbar-brand {
    width: 80px;
    margin-left: 0;
  }
  .header_site_info {
    width: 80px;
    margin-top: 10px;
    text-align: center;
  }
  a.brand-logo {
    width: 120px;
  }
  .header_bg .navbar-brand {
    width: 150px;
    padding: 15px;
    margin-left: 0;
  }
  .contacs_header {
    width: 260px;
    align-items: center;
  }
  .contacs_header_icons, .contacs_header_phone {
    width: 85%;
    flex-direction: row;
    margin-top: 15px;
  }
  .header_icon_item {
    width: 30px;
    height: 30px;
  }
  .icon_viber, .icon_wa, .icon_tg {
    background-size: contain;
  }
  .contacs_header_phone a {
    font-size: 18px;
  }
  .header_icon_phone {
    background-size: contain;
    width: 21px;
    height: 25px;
  }
  .contacs_header_form {
    border: 2px solid white;
    width: 80%;
    margin-right: 0;
    margin-top: 10px;
    height: 25px;
    font-size: 16px;
  }
  .inner_container.container-component {
    padding: 0;
  }
  .main_wrap_inner {
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_wrap_inner main {
    width: 60%;
    order: 2;
  }
  .main_wrap_inner main iframe {
    width: 100%;
  }
  .grid-child.container-sidebar-left {
    margin-right: 0;
    width: 35%;
    display: flex;
    padding: 0;
    margin: 0;
  }
  .grid-child.container-sidebar-left >ul > li > a {
    padding: 3px 3px 3px 3px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .grid-child.container-sidebar-left .mod-list li .mod-menu__sub a {
    padding: 3px 3px 3px 5px;
  }
  .grid-child.container-sidebar-left .advantages_item {
    height: auto;
  }
  .grid-child.container-sidebar-right {
    display: none;
  }
  .slideplus-viewport.slideplus-horizontal>.slideplus-button {
    width: 30px!important;
    aspect-ratio: 1 / 1;
    background-size: 100%;
  }
  .advantages_item-picture {
    width: 110px;
    border: solid 2px #3b3b47;
  }
  .advantages_item-description {
    font-size: 14px;
    margin: 8px 0px;
  }
  .callbackform.form {
    flex-direction: column;
    padding: 5px 0;
  }
  .form-input {
    width: 65%;
  }
  .form-input input, .form-input input::placeholder {
    width: 100%;
    height: 25px;
    font-size: 14px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .form-button {
    width: 65%;
    height: 30px;
    border: 2px solid white;
    font-size: 15px;
    padding: 4px 0px;
    line-height: 1.2;
  }  
  .map_header {
    font-size: 16px;
  }
  .container-bottom-a iframe, .container-bottom-a ymaps {
    height: 250px!important;
  }
  .footer_site {
    margin: 10px 0;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 40%;
  }
  .footer_logo, .footer_logo a.brand-logo {
    width: 95px;
  }
  .site_info_desc {
    font-size: 13px;
  }
  .site-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer_menu {
    display: none;
  }
  .footer_info {
    width: 50%;
    padding: 10px 0;
  }
  .footer_icon_item {
    width: 25px;
    height: 25px;
  }
  .footer_info p {
    font-size: 12px;
  }
  .footer_icon_wa, .footer_icon_viber, .footer_icon_tg {
    background-size: contain;
  }
  .policy a {
    font-size: 10px;
  }
  .callbackform_hidden.form {
    width: 300px;
    border-radius: 15px;
    height: auto;
    aspect-ratio: 1 / 0.8;
    padding-top: 8%;
  }
  .close_hidden_form {
    font-size: 25px;
  }
  .callbackform_hidden.form .form-input {
    width: 80%;
    margin-bottom: 10px;
    height: auto;
    font-size: 14px;
  }
  .form-button_hidden {
    width: 80%;
    height: auto;
    border: 2px solid white;
    font-size: 14px;
    padding: 4px 0px;
  }
}
