body > #wrapper {
  overflow: hidden;
}
.section,
.section_inner {
  position: relative;
}
#wrapper .menu1 ul li {
  white-space: nowrap;
}
:root {
  --base_font_familty: "Roboto", sans-serif;
  --cookie_text_fsize: var(--styles_cookies_fsize, 15px);
  --cookie_text_color: var(--styles_cookies_text_color, #353535);
  --cookie_bg: var(--styles_cookies_bg_color, #fff);
  --cookie_padding: 40px;
  --cookie_shadow: var(
    --styles_cookies_shadow,
    0 2px 5px 5px rgba(0, 0, 0, 0.3)
  );
  --cookie_btn_bg: var(--styles_cookies_btn_bg_color, #353535);
  --cookie_btn_hover_bg: var(--styles_cookies_btn_bg_hover_color, #353535);
  --cookie_btn_color: var(--styles_cookies_btn_text_color, #fff);
  --cookie_btn_radius: var(--styles_cookies_btn_radius, #fff);
  --cookie_btn_fw: 400;
  --section-image-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
body,
html {
  height: 100%;
}
body {
  font-family: var(--styles_text_font, var(--base_font_familty));
  font-weight: var(--styles_text_font_weight, 300);
  color: var(--styles_text_color, #000);
  word-break: break-word;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
b,
strong {
  font-weight: 500;
}
body > #wrapper {
  max-width: 100%;
}
p {
  padding: 0;
  margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hidden,
.menu_mobile_btn,
.product_card,
.section .menu_mobile_btn .fa {
  display: none;
}
.btn1,
.btn1x,
.submit_btn {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: 0.3s;
}
.btn1:not(.hidden),
.btn1x:not(.hidden),
.submit_btn:not(.hidden) {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
a.btn1 {
  text-decoration: none;
  display: block;
}
.btn1:hover,
.btn1x:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none !important;
}
.section,
.section.fixed {
  background-size: cover;
}
.extra_info_block .close:hover,
.section .surround {
  color: #000;
}
.section {
  width: 100%;
  min-width: 1170px;
  padding: 40px 0;
  line-height: 1.4;
  background-position: center center;
  background-repeat: repeat;
  transition: 0.5s;
  opacity: 1;
}
.section.hide_line {
  border-bottom: none;
}
.extra_info_block .right .extra_info1 {
  overflow-x: hidden;
}
.show_extra_info {
  cursor: pointer;
}
.section .sub_title,
.section .title {
  line-height: normal;
}
.section.no_fontsize .title {
  line-height: normal;
  font-size: 17px;
}
.section_inner {
  width: 1170px;
  margin: 0 auto;
}
.section .section_inner.width1170 {
  width: 1170px;
}
.popup_thanks {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 108;
  color: #333;
}
.popup_thanks_inner {
  width: 400px;
  height: auto;
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -230px;
}
.popup_thanks_title {
  font-size: 24px;
}
.popup_thanks_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup_form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 125;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
}
.popup_form_inner {
  width: 350px;
  height: auto;
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -190px;
  margin-bottom: 70px;
  transition: 0.3s ease-in-out;
}
.popup_form_close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  cursor: pointer;
}
.popup_form_title {
  font-size: 17px;
  margin-bottom: 15px;
  color: #000;
  margin-right: 20px;
}
.popup_form_close {
  top: 10px;
  font-size: 0;
  color: #000;
  z-index: 2;
  background: url(/img/editor_icons/cancel.svg) center/100% no-repeat;
  transform: rotate(0);
  transition: 0.6s;
}
.popup_form_close:hover {
  opacity: 1;
  transform: rotate(180deg);
}
.popup_form_text {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}
#wrapper {
  position: relative;
}
.btn1.surround {
  border: none !important;
  border-radius: 2px;
}
.btn1.surround:hover {
  border: 3px solid;
}
.btn1:active {
  filter: invert(25%);
  transform: scale(0.98);
}
.extra_info_block_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 108;
  top: 0;
  left: 0;
  color: #313131;
  display: none;
}
.extra_info_block {
  width: 900px;
  padding: 30px 50px 60px;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.extra_info_block .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  cursor: pointer;
  font-size: 0;
  color: #8d8d8d;
}
.extra_info_block .close:before {
  content: "\f00d";
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 20px;
  color: inherit;
}
.extra_info_block .btn1x {
  margin-left: 0;
  height: 40px;
  width: 250px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}
.extra_info_block.s200 {
  width: 720px;
}
.section.fixed {
  background-attachment: fixed;
}
.noise,
.noise_new {
  position: absolute;
  height: 100%;
}
.noise,
.noise_new {
  width: 100%;
  top: 0;
  left: 0;
}
.btn1.animation {
  background-image: url(/img/btn_animation.png);
  transition: 0.1s;
  background-repeat: no-repeat !important;
  animation: 2s linear infinite btn-image-animation;
}
.section.no_image {
  background-image: none !important;
}
.section.fixed {
  -webkit-overflow-scrolling: touch;
}
.noise_new {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: var(--scrollbar_width, 12px);
  height: 1px;
}
::-webkit-scrollbar {
  width: var(--scrollbar_width, 12px);
}
::-webkit-scrollbar-button {
  background: #ececec;
  width: 12px;
  height: 0;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: var(--scrollbar_thumb_radius, 10px);
  border-radius: var(--scrollbar_thumb_radius, 10px);
  background-color: var(--scrollbar_thumb_bg, #5ad0ff);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar_track_bg, #eaeaea);
}
@font-face {
  font-family: icomoon;
  src: url("/fonts/icomoon.eot?d438at");
  src: url("/fonts/icomoon.eot?d438at#iefix") format("embedded-opentype"),
    url("/fonts/icomoon.ttf?d438at") format("truetype"),
    url("/fonts/icomoon.woff?d438at") format("woff"),
    url("/fonts/icomoon.svg?d438at#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section .menu_mobile_btn {
  background: url(/img/editor_icons/menu_2.svg) center/85% no-repeat #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#wrapper ul li a {
  font-size: inherit;
}
#wrapper .menu1 ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .menu1 ul li a {
  font-size: inherit;
  line-height: normal;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 1920px) {
  .section {
    background-size: cover;
  }
}
.txt1 ul li::marker {
  color: inherit;
}
@media (max-width: 800px) {
  .section {
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
}
@keyframes btn-image-animation {
  from {
    background-position: -150% 0;
  }
  to {
    background-position: 150% 0;
  }
}
.section107.section {
  padding: 15px 0;
}
.section107 .section_inner {
  width: 940px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section107 .sn.hidden {
  display: none;
}
.section107 .menu-and-phone-and-btn {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 960px) {
  .section107 .menu-and-phone-and-btn {
    max-width: calc(100% - 300px);
  }
}
.section107 .logo_img {
  float: left;
  width: 230px;
  text-align: left;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.section107 .logo_img img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 90px;
  max-width: 100%;
}
.section107 .menu1 li a {
  color: inherit;
  text-decoration: none;
}
.section107 .sn:hover {
  opacity: 0.7;
}
.section107 .phone1.show_phone_icon:before {
  content: "\f095";
  padding-right: 5px;
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section107 .menu1 {
  float: right;
  text-align: left;
  margin-top: 1px;
  width: 100%;
}
.section107 .menu1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.section107 .menu1 li.level0 {
  padding: 5px 0;
}
.section107 .menu1 li {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
}
.section107 .menu1 li.level0:before {
  content: "•";
  padding-right: 10px;
}
.section107 .menu1 li.level0:first-child:before {
  opacity: 0;
}
.section107 .menu1 li a:hover {
  color: #000;
  text-decoration: underline;
}
.section107 .btn1 {
  float: right;
  max-width: 250px;
  min-width: 130px;
  padding: 2px 10px;
  height: 35px;
  margin-left: 25px;
  border: 2px solid;
  margin-bottom: 3px;
  margin-top: 3px;
  overflow: hidden;
  font-size: 16px;
  order: 3;
}
.section107 .phone1 {
  text-align: right;
  margin-left: 12px;
  width: auto;
  order: 2;
  line-height: 40px;
  font-size: 18px;
}
.section107 .social_icons {
  display: flex;
  justify-content: center;
  position: relative;
  float: right;
  flex-wrap: wrap;
}
.section107 .sn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 34px;
  height: 34px;
  font-size: 20px;
  margin-left: 10px;
  font-family: FontAwesome;
  text-decoration: none;
  transition: 0.3s;
}
.section107 .social_icons {
  margin: 0 20px 0 15px;
  min-width: 170px;
  order: 1;
}
.section107 .sn-vk {
  background: #507299;
}
.section107 .sn-vk:after {
  content: "";
}
.section107 .sn-ins {
  background: #f8cc01;
  background: -moz-linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
  background: -webkit-linear-gradient(
    45deg,
    #f8cc01 0,
    #e8102b 51%,
    #7d39b0 100%
  );
  background: linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
}
.section107 .sn-ins:after {
  content: "";
}
.section107 .sn-whatsup {
  background: #3ebe2b;
}
.section107 .sn-whatsup:after {
  content: "";
}
.section107 .sn-fb {
  background: #405d9a;
}
.section107 .sn-fb:after {
  content: "";
}
.section107 .sn-youtube {
  background: #e62117;
}
.section107 .sn-youtube:after {
  content: "";
}
.section107 .sn-o:after {
  content: "";
}
.section107 .sn-o {
  background: #ee7808;
}
.section107 .sn-viber {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7d3daf;
}
.section107 .sn-tg {
  background-color: #08c;
}
.section107 .sn-tg:after {
  content: "\f1d9";
}
@media (max-width: 960px) {
  .section107 .menu1,
  .section107 .menu1 li {
    box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .section107 .social_icons {
    position: relative;
    bottom: 0;
    width: 170px;
    justify-content: flex-end;
    margin: 0 10px 0 0;
  }
  .section107 .sn {
    margin-bottom: 0;
  }
  .section107 .logo_img {
    margin: 0 auto;
  }
  .section107 .section_inner {
    min-height: 40px;
  }
  .section107 .menu1 li {
    margin-left: 0;
    display: block;
    text-align: left;
    font-size: 16px;
  }
  .section107 .menu1 {
    padding: 30px 20px;
    opacity: 0;
    display: block !important;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 30;
    height: 100%;
    overflow: auto;
    left: -360px;
    transition: 0.5s;
    max-width: 360px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.19),
      0 6px 6px 4px rgba(0, 0, 0, 0.23);
    margin-top: 0;
    display: flex !important;
    flex-direction: column;
  }
  .section107 .menu1 ul > li.level0 a {
    border: none;
    display: block;
    padding: 10px 7px;
  }
  .section107 .menu1 ul > li.level0 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: none;
  }
  .section107 ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .section107 .menu1 li.level0:before {
    display: none;
  }
  .section107 .logo_img {
    margin: 0 auto 0 70px;
    cursor: pointer;
    float: left;
  }
  .section107 .menu-and-phone-and-btn {
    float: none;
    width: auto;
    display: flex;
    align-items: flex-end;
    align-items: center;
  }
  .section107 .btn1 {
    margin-top: 0;
  }
  .section107 .logo_img,
  .section107 .logo_img img {
    width: 160px;
  }
  .section107 .phone1 {
    float: right;
  }
}
@media (max-width: 800px) {
  .section107 .social_icons {
    margin-right: 0;
    width: auto;
    justify-content: flex-end;
  }
  .section107 .menu-and-phone-and-btn {
    margin-top: 0;
  }
  .section107 .btn1 {
    margin: 0 auto;
    float: none;
  }
  .section107 .menu1 {
    float: none;
  }
  .section107 .phone1 {
    float: none;
    text-align: center;
    width: auto;
  }
  .section107 .menu1 li:first-child::before {
    content: "";
  }
  .section107 .menu-and-phone-and-btn {
    float: right;
    width: 300px;
  }
  .section107.section {
    padding: 15px 0;
  }
}
@media (max-width: 640px) {
  .section107 .menu-and-phone-and-btn {
    justify-content: center;
  }
  .section107 .logo_img {
    margin: 0 auto;
    float: none;
  }
  .section107 .phone1 {
    margin: 0 0 0 auto;
    float: none;
  }
  .section107 .social_icons .clear {
    display: none;
  }
  .section107 .social_icons {
    width: auto;
    margin-top: 5px;
    float: none;
    flex-wrap: wrap;
  }
  .section107 .menu-and-phone-and-btn {
    float: none;
    align-items: center;
    justify-content: flex-end;
  }
  .section107 .menu_mobile_btn {
    transform: none;
    top: 50%;
    transform: translateY(-50%);
  }
  .section107 {
    padding: 20px 0 !important;
  }
  .section107 .logo_img,
  .section107 .logo_img img {
    width: 120px;
  }
  .section107 .logo_img {
    margin-left: 55px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .section107 .menu1 ul li {
    width: 100%;
  }
  .section107 .social_icons {
    display: none;
  }
}
@media (max-width: 440px) {
  .section107 .phone1 {
    font-size: 14px;
  }
  .section107 .phone1.show_phone_icon:before {
    display: none;
  }
}
@media (max-width: 400px) {
  .section107 .section_inner {
    width: 320px;
    flex-direction: column;
  }
  .section107 .logo_img,
  .section107 .logo_img img {
    width: 120px;
    margin: 0 auto;
  }
  .section107 .logo_img {
    margin: 0 auto 10px;
    text-align: center;
  }
  .section107 .phone1 {
    width: 100%;
  }
  .section107 .menu1 {
    max-width: 100%;
  }
}
.section153 {
  position: relative;
  border-bottom: none;
  overflow: hidden;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.section153 .title {
  text-align: center;
  font-size: 64px;
  margin-bottom: 10px;
  color: #fff;
}
.section153 .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #fff;
}
.section153 .layer {
  width: 100%;
}
.section153 .section_inner {
  min-height: 400px;
  position: relative;
  width: 940px;
  display: flex;
  align-items: center;
}
.section153 .btn1 {
  width: 500px;
  height: 80px;
}
.section153 .section_inner.big {
  padding-top: 100px;
}
.section153.no_fontsize .sub_title,
.section153.no_fontsize .title {
  line-height: normal;
  font-size: 17px;
}
.section153 .btn1 {
  border: 3px solid;
  font-size: 28px;
  margin: 0 auto;
  overflow: hidden;
}
.section153 .w450h60 .btn1 {
  width: 350px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.section153 .btn_descr {
  width: 600px;
  margin: 15px auto 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.section153 .btn1.surround:hover {
  border: 3px solid;
}
.section153 .btn1.surround {
  border: 3px solid transparent;
  border-radius: 0;
}
@media (max-width: 960px) {
  .section153 .title,
  .section153 .title * {
    font-size: 26px !important;
  }
  .section153 .sub_title,
  .section153 .sub_title * {
    font-size: 20px !important;
  }
}
@media (max-width: 640px) {
  .section153 .btn1 {
    width: 320px;
    font-size: 18px;
  }
  .section153 .w450h60 .btn1 {
    width: 90%;
  }
  .section153 .btn_descr {
    width: auto;
  }
  .section153 .title,
  .section153 .title * {
    font-size: 24px !important;
  }
  .section153 .sub_title,
  .section153 .sub_title * {
    font-size: 20px !important;
  }
}
@media (max-width: 440px) {
  .section153 .btn1 {
    font-size: 16px;
    line-height: 56px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .section153 .btn_descr {
    width: auto;
  }
  .section153 .btn1 {
    width: 270px;
    font-size: 16px;
  }
}
.section1302 .section_inner {
  width: 940px;
  font-size: 16px;
}
.section1302 .title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}
.section1302 .sub_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 28px;
}
.section1302 .content_wrapp {
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  margin: 35px 0;
}
.section1302 .catalog_items {
  width: 75%;
}
.section1302 ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}
.section1302 .filter_btns {
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
.section1302 .filter_btns button {
  float: right;
  background: 0 0;
  height: 25px;
  font-size: 16px;
  border: none;
  outline: 0;
  border-bottom: 1px dashed;
  margin-left: 5px;
}
.section1302 .filter_btns button:hover {
  border-color: #f60;
  color: #f60;
}
#wrapper .section1302 .menu1 ul li {
  overflow: visible;
  position: relative;
  white-space: normal;
  transition: 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section1302 li:hover {
  background: #f1f1f1;
  color: #333;
  box-shadow: 30px 0 0 #f1f1f1, -30px 0 0 #f1f1f1;
}
#wrapper .section1302 .menu1 ul li a {
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
#wrapper .section1302 .menu1.style4 ul li:hover {
  border-bottom-color: transparent;
}
.section1302 .menu1 {
  width: 23%;
  align-self: flex-start;
  padding-bottom: 60px;
}
.section1302.section .menu_mobile_btn2 {
  display: none;
  background: 0 0;
  width: 100%;
  text-align: center;
}
.section1302 .menu_mobile_btn2 {
  width: 100%;
  transition: 0.3s;
}
.section1302 .catalog_items {
  display: flex;
  flex-wrap: wrap;
}
.section1302 .catalog_items.count3 .arr1 {
  width: calc(100% / 3 - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
}
.section1302.flex_fix .catalog_items.count3 .arr1 {
  margin-bottom: 50px;
}
.section1302 .catalog_items .arr1 {
  margin-bottom: 30px;
}
.section1302 .col_4 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 20px;
}
.section1302 .bg-hover {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 20px;
}


.section1302 .col_4 .col_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}



.section1302 .catalog_items .image1,
.section1302 .price1,
.section1302 .title1,
.section1302 .txt1 {
  max-width: 100%;
  position: relative;
}
.section1302.flex_fix .col_4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1302.flex_fix .bg-hover {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1302 .image1.show_extra_info {
  cursor: pointer;
}
.section1302 .price1,
.section1302 .title1,
.section1302 .txt1 {
  width: calc(100% - 25px);
  margin: 5px auto 15px;
}
.section1302 .title1 {
  font-size: 18px;
}
.section1302 .title1,
.section1302 .title1 * {
  font-weight: 500;
  text-align: center;
}
.section1302 .txt1 {
  line-height: 150%;
  text-align: center;
}
.section1302 .extra_info_block .close:before {
  display: none;
}
.section1302 .extra_info_block .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url(/img/editor_icons/cancel.svg) center/100% no-repeat;
  transform: rotate(0);
  transition: 0.6s;
}
.section1302 .extra_info_block .close:hover {
  opacity: 1;
  transform: rotate(180deg);
}
.section1302 .image1 {
  width: 200px;
  margin: 15px auto;
}
.section1302 .image1 img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section1302 .price1 {
  font-size: 24px;
  margin-top: 5px;
}
.section1302 .btn1 {
  width: 200px;
  margin: 20px auto 0px;
  margin-bottom: 20px;
  height: 40px;
  min-height: 40px;
  font-size: var(--btn_fsize, 18px);
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid;
  position: relative;
  overflow: hidden;
  max-width: 92%;
 
}
.section1302 .extra_info_block_wrapper .right {
  width: 45%;
}
.section1302 .extra_info_block_wrapper .right .extra_info1 {
  margin: 0 0 15px;
  width: 100%;
}
@media (max-width: 1180px) {
  .section1302 .catalog_items.count3 .arr1 {
    width: 31%;
  }
}
@media (max-width: 960px) {
  .section1302 .catalog_items {
    width: 100%;
    transition: 1s;
  }
  .section1302.section .menu_mobile_btn2 {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #464646;
    padding-bottom: 10px;
    width: 205px;
    margin: 0 auto 20px;
  }
  .section1302 .menu1 {
    width: 100%;
    display: none;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .section1302 .content_wrapp {
    flex-direction: column;
  }
  .section1302 .title1,
  .section1302 .title1 * {
    font-size: 18px !important;
  }
  .section1302 .txt1,
  .section1302 .txt1 * {
    font-size: 16px !important;
  }
  .section1302 .price1 {
    font-size: 24px !important;
  }
}
@media (max-width: 640px) {
  .section1302 .catalog_items.count3 .arr1 {
    width: 48%;
    margin-left: 5px;
  }
  .section1302 .btn1 {
    width: 95%;
  }
  .section1302 .catalog_items.count3 .arr1 {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .section1302 .btn1 {
    width: 90%;
  }
}
@media (max-width: 440px) {
  .section1302 .catalog_items.count3 .arr1 {
    width: 100%;
    margin-left: 0;
  }
  .section1302 .catalog_items.s200 .col_4 {
    padding-top: 20px;
  }
  .section1302 .catalog_items.s200 .bg-hover {
    padding-top: 20px;
  }
}
.section130 .col_4 {
  box-sizing: border-box;
  box-sizing: border-box;
}
.section130 .bg-hover {
  box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1180px) {
  .section130 .section_inner {
    width: 940px;
  }
  .section130.inner_width .section_inner {
    width: 1170px;
  }
}
.section130 .title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
}
.section130 .catalog_items {
  margin-top: 24px;
  transition: 0.3s ease-out;
}
.section130 .catalog_items .image1,
.section130 .price1,
.section130 .title1,
.section130 .txt1 {
  max-width: 100%;
  position: relative;
}
.section130 .title1,
.section130 .txt1 {
  text-align: center;
}
.section130.hover_animate .col_bg {
  transition: 0.3s;
}
.section130.hover_animate .col_4:hover .col_bg {
  filter: invert(0.3);
}
.section130 .catalog_items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.section130 .catalog_items.count4 .arr1 {
  margin-left: 1%;
}
.section130 .catalog_items .arr1 {
  width: 24%;
  margin-bottom: 30px;
}
.section130 .col_4 {
  position: relative;
  width: 100%;
  margin-right: 20px;
  padding: 20px 0;
  color: #000;
  overflow: hidden;
  border-radius: var(--tiles_radius, 0);
  box-shadow: var(--tiles_shadow, none);
  border-radius: var(--tiles_radius, 0);
  border: var(--tiles-border);
  transition: 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}
.section130 .bg-hover {
  position: relative;
  width: 100%;
  margin-right: 20px;
  padding: 20px 0;
  color: #000;
  overflow: hidden;
  border-radius: var(--tiles_radius, 0);
  box-shadow: var(--tiles_shadow, none);
  border-radius: var(--tiles_radius, 0);
  border: var(--tiles-border);
  transition: 0.2s cubic-bezier(0.87, 0, 0.13, 1);
}
.section130 .col_4 .col_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.section130.flex_fix .col_4 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section130.flex_fix .bg-hover {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section130 .image1.show_extra_info {
  cursor: pointer;
}
.section130 .price1,
.section130 .title1 {
  margin: 10px 18px 15px;
  text-align: center;
}
.section130 .txt1 {
  line-height: 150%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 16px;
}
.section130 .title1 {
  font-size: 20px;
}
.section130 .title1,
.section130 .title1 * {
  font-weight: var(--item_title_fweight, 500);
}
.section130 .extra_info_block .close:before {
  display: none;
}
.section130 .extra_info_block .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 16px;
  height: 16px;
  font-size: 0;
  background: url(/img/editor_icons/cancel.svg) center/100% no-repeat;
  transform: rotate(0);
  transition: 0.6s;
}
.section130 .extra_info_block .close:hover {
  opacity: 1;
  transform: rotate(180deg);
}
.section130 .image1 {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.section130 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.section130 .price1 {
  font-size: 24px;
  margin-top: 5px;
}
.section130 .btn1,
.section130 .btn1x {
  width: 200px;
  margin: 20px auto 0;
  height: 40px;
  border: 2px solid;
  position: relative;
  overflow: hidden;
  font-size: var(--btn_fsize, 18px);
  font-weight: var(--btn_fweight, 300);
}
.section130 .btn1x {
  margin: 20px 0 0;
}
.section130 .filter_btns {
  display: none;
  width: 100%;
  margin-bottom: 10px;
}
.section130 .filter_btns button {
  float: right;
  background: 0 0;
  height: 25px;
  font-size: 16px;
  border: none;
  outline: 0;
  border-bottom: 1px dashed;
  margin-left: 5px;
}
.section130 .filter_btns button:hover {
  border-color: #f60;
  color: #f60;
}
.section130 .extra_info_block {
  max-height: 90vh;
  overflow-y: auto;
}
.section130 .extra_info_block_wrapper .right {
  width: 45%;
}
.section130 .extra_info_block_wrapper .right .extra_info1 {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .section130 .btn1,
  .section130 .btn1x {
    width: 200px;
    max-width: 90%;
  }
  .section130 .s200 .col_4 .image1 {
    max-width: 100%;
  }
  .section130 .s200 .bg-hover .image1 {
    max-width: 100%;
  }
  .section130 .col_4 .image1 {
    max-width: 90%;
  }
  .section130 .bg-hover .image1 {
    max-width: 90%;
  }
  .section130 .count4 .col_4 .image1.s200 {
    height: 180px;
  }
  .section130 .count4 .bg-hover .image1.s200 {
    height: 180px;
  }
  .section130 .count4 .col_4 {
    width: 100%;
  }
  .section130 .count4 .bg-hover {
    width: 100%;
  }
  .section130 .title,
  .section130 .title * {
    font-size: 26px !important;
  }
  .section130 .title1,
  .section130 .title1 * {
    font-size: 20px !important;
  }
  .section130 .price1,
  .section130 .txt1,
  .section130 .txt1 * {
    font-size: 16px !important;
  }
}
@media (max-width: 800px) {
  .section130 .catalog_items.count4 .arr1 {
    width: 32.2%;
  }
  .section130 .count4 .col_4 .image1.s200 {
    height: 200px;
  }
  .section130 .count4 .bg-hover .image1.s200 {
    height: 200px;
  }
  .section130 .col_4 .image1.s200 {
    height: 182px;
  }
  .section130 .bg-hover .image1.s200 {
    height: 182px;
  }
}


@media (max-width: 640px) {
  .section130 .col_4 .image1.s200 {
    height: 200px;
  }
  .section130 .bg-hover .image1.s200 {
    height: 200px;
  }
  .section130 .title,
  .section130 .title * {
    font-size: 24px !important;
  }
  .section130.section .catalog_items .arr1 {
    width: 49%;
    margin-left: 1%;
  }
  .section130 .price1,
  .section130 .title1,
  .section130 .txt1 {
    margin: 10px 10px 15px;
  }
}
@media (max-width: 480px) {
  .section130.section .catalog_items .arr1 {
    width: 100%;
    margin-left: 0;
  }
  .section130 .catalog_items .col_4 .image1.s200 {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .section130 .catalog_items .bg-hover .image1.s200 {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .section130 .catalog_items,
  .section130 .catalog_items.count4 .arr1 {
    margin-left: 0;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
  .section130 .image1 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 400px) {
  .section130.section .catalog_items .arr1 {
    width: 100%;
  }
  .section130 .txt1,
  .section130 .txt1 * {
    font-size: 13px !important;
  }
  .section130 .title1,
  .section130 .title1 * {
    font-size: 16px !important;
  }
}

@media (max-width: 375px) {
  .section130 .catalog_items .col_4 .image1.s200 {
    width: 200px;
    height: auto;
    max-width: 100%;
  }
  .section130 .catalog_items .bg-hover .image1.s200 {
    width: 200px;
    height: auto;
    max-width: 100%;
  }
}
.section306 .section_inner {
  width: 940px;
  font-size: 16px;
}
.section306 .form_wrapper .field {
  position: relative;
  display: flex;
  color: inherit;
  margin: 0.25rem 20px 0.25rem 12px;
  width: calc(100% / 4 - 32px);
}
.section306 .form_wrapper .field .field_description,
.section306 .form_wrapper .field .field_title,
.section306 .form_wrapper .form_bg_color {
  display: none;
}
.section306 .form_wrapper .field:last-child {
  margin-right: 0;
  max-width: 250px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.section306 .form_wrapper .field input[type="submit"] {
  height: 50px;
  width: 100%;
  white-space: normal;
  padding: 0 10px;
  transition: 0.2s;
  margin-top: 0;
}
.section306 .form_wrapper .form1,
.section306 .form_wrapper .form_text,
.section306 .form_wrapper .form_title {
  position: relative;
}
.section306 .form_wrapper .form_text {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
}
.section306 .form_wrapper .form_title {
  margin-bottom: 15px;
}
.section306 .form_wrapper.form_bg .form_bg_color {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  opacity: 1;
}
.section306 .form_wrapper.form_bg {
  position: relative;
  background: 0 0;
}
.section306 .form_wrapper {
  box-sizing: border-box;
  padding: 30px;
  color: #333;
  background: #fafafa;
  text-align: center;
  border: 5px solid #e2e2e2;
}
.section306 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .section306 .form_wrapper .form_title,
  .section306 .form_wrapper .form_title * {
    font-size: 20px !important;
  }
  .section306 .form_wrapper .form_text,
  .section306 .form_wrapper .form_text * {
    font-size: 12px !important;
  }
}
@media (max-width: 800px) {
  .section306 .form_wrapper .field {
    width: 45%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .section306 .form_wrapper .field:last-child {
    max-width: 45%;
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .section306 .form_wrapper .field:last-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .section306 .form_wrapper .field {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.section119 .section_inner {
  width: 940px;
  font-size: 16px;
}
.section119 .logo_img img {
  max-width: 200px;
}
.section119 .logo_img {
  display: block;
  float: left;
}
.section119 .width1170 .address-and-ua {
  max-width: 50%;
  width: auto;
}
.section119 .address-and-ua {
  float: left;
  margin-left: 25px;
  width: 470px;
}
.section119 .phone-and-address {
  float: right;
  text-align: right;
  max-width: 265px;
}
.section119 .phone1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.section119 .sn:hover {
  opacity: 0.7;
}
.section119 .phone1.show_phone_icon:before {
  content: "\f095";
  padding-right: 5px;
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section119 .policy2_popup {
  display: none;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.section119 .address1 {
  font-size: 14px;
  margin-bottom: 10px;
}
.section119 .policy2 {
  cursor: pointer;
  display: inline;
  border-bottom: 1px dashed;
  font-size: 14px;
}
.section119 .policy2:hover {
  border-bottom: 1px solid transparent;
}
.section119 .policy2_title {
  font-size: 18px;
  font-weight: 700;
}
.section119 .social_icons {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 5px;
  flex-wrap: wrap;
  right: 0;
}
.section119 .sn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: FontAwesome;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.section119 .sn-vk {
  background: #507299;
}
.section119 .sn-tg {
  background-color: #08c;
}
.section119 .sn-tg:after {
  content: "\f1d9";
}
.section119 .sn-vk:after {
  content: "";
}
.section119 .sn-ins {
  background: #f8cc01;
  background: -o-linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
  background: linear-gradient(45deg, #f8cc01 0, #e8102b 51%, #7d39b0 100%);
}
.section119 .sn-ins:after {
  content: "";
}
.section119 .sn-whatsup {
  background: #3ebe2b;
}
.section119 .sn-whatsup:after {
  content: "";
}
.section119 .sn-fb {
  background: #405d9a;
}
.section119 .sn-fb:after {
  content: "";
}
.section119 .sn-youtube {
  background: #e62117;
}
.section119 .sn-youtube:after {
  content: "";
}
.section119 .sn-o:after {
  content: "";
}
.section119 .sn-o {
  background: #ee7808;
}
.section119 .sn-viber {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7d3daf;
}
.section119 .hidden,
.section119 .sn.hidden {
  display: none;
}
.section119 .logo_img {
  max-width: 270px;
  width: auto;
}
.section119 .logo_img img {
  max-height: 90px;
}
@media (max-width: 960px) {
  .section119 .address-and-ua {
    margin-left: 20px;
  }
  .section119 .social_icons {
    width: 100%;
    position: static;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 0;
    margin-top: 5px;
    padding-top: 5px;
  }
  .section119 .phone-and-address {
    padding-bottom: 0;
    width: 165px;
    margin-left: 10px;
  }
  .section119 .address-and-ua {
    width: 365px;
  }
  .section119 .address1,
  .section119 .address1 *,
  .section119 .text1 {
    font-size: 14px !important;
  }
  .section119 .text1 {
    word-break: break-word;
  }
  .section119 .phone1 {
    font-size: 15px !important;
    width: auto;
  }
  .section119 .section_inner {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .section119 .logo_img,
  .section119 .logo_img img {
    max-width: 160px;
  }
  .section119 .logo_img img {
    max-width: 100%;
  }
  .section119 .phone1 {
    width: auto;
  }
  .section119 .width1170 .address-and-ua {
    max-width: 45%;
  }
  .section119 .logo_img {
    width: 22%;
  }
  .section119 .sn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .section119 .phone-and-address {
    margin-left: 10px;
    width: 25%;
  }
  .section119 .address-and-ua {
    width: 50%;
    margin-left: 20px;
  }
  .section119 .social_icons {
    margin-right: 0;
    margin-top: 5px;
    padding-top: 5px;
  }
  .section119 .address1,
  .section119 .address1 *,
  .section119 .policy2 {
    font-size: 14px !important;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .section119 .width1170 .address-and-ua {
    max-width: 100%;
  }
  .section119 .logo_img {
    width: 200px;
    display: flex;
    justify-content: center;
  }
  .section119 .address-and-ua {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  .section119 .phone-and-address {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    width: auto;
  }
  .section119 .section_inner {
    justify-content: space-between;
  }
  .section119 .section_inner .clear {
    display: none;
  }
  .section119 {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .section119 .section_inner {
    flex-direction: column;
  }
  .section119 .phone-and-address {
    align-items: center;
    margin-left: 0;
  }
  .section119 .phone-and-address,
  .section119 .phone1,
  .section119 .text1 {
    text-align: center;
  }
  .section119 .phone1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section119 .social_icons {
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .section119 .section_inner {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .section119 .section_inner {
    width: 320px;
  }
  .section119 .section_inner {
    flex-direction: column;
  }
  .section119 .phone-and-address {
    align-items: center;
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  #wrapper {
    overflow: hidden;
  }
}
@media (max-width: 1220px) {
  #wrapper {
    overflow: unset;
  }
  ::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 2px;
    height: 1px;
  }
  ::-webkit-scrollbar {
    width: 2px;
  }
  ::-webkit-scrollbar-button {
    background: #ececec;
    width: 2px;
    height: 0;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #5ad0ff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
}
@media (max-width: 1180px) {
  body {
    background-attachment: fixed;
  }
  .section.fixed {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
    background-attachment: fixed !important;
  }
  .section {
    min-width: 940px;
  }
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 940px;
  }
  input {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .section {
    min-width: 768px;
  }
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 768px;
  }
  .section .sub_title,
  .section .title {
    margin: 0 auto 15px;
  }
  .extra_info_block_wrapper {
    overflow: auto;
  }
  .extra_info_block .btn1x,
  .extra_info_block .left {
    width: 100%;
  }
  .extra_info_block .left img {
    max-width: 100%;
  }
  .extra_info_block .left,
  .extra_info_block .right {
    float: none;
  }
  .extra_info_block .right {
    margin-top: 20px;
  }
  .extra_info_block .right .extra_info1 {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .extra_info_block {
    width: 448px;
    position: relative;
    margin: 0 auto;
    transform: translate(0);
    top: 0;
    left: 0;
  }
  .extra_info_block.s200 .left {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85%;
  }
  .extra_info_block.s200 .right {
    width: 80%;
    margin: 20px auto 0;
  }
  .extra_info_block.s200 {
    width: 560px;
    margin-top: 5vh;
  }
  .section .form_title,
  .section .form_title span,
  .section .phone1 {
    font-size: 18px;
  }
  .menu_mobile_btn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 800px) {
  .noise_new {
    background-size: cover;
  }
  .section {
    min-width: 640px;
    padding: 20px 0;
  }
  .section .section_inner {
    width: 640px;
  }
  .extra_info_block {
    width: 440px;
  }
  .section .title,
  .section .title * {
    font-size: 28px;
  }
  .section .btn_descr {
    font-size: 14px;
  }
  .section .price1 {
    font-size: 20px !important;
  }
  .menu_mobile_btn .fa {
    font-size: 36px;
  }
  
}
@media (max-width: 640px) {
  .section .title {
    font-size: 22px;
  }
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 480px;
  }
  .popup_form_inner {
    left: auto;
    top: auto;
    height: auto;
    padding: 15px;
    width: 80%;
    position: relative;
    margin: 20px auto;
  }
  .extra_info_block.s200 {
    width: 375px;
  }
  .extra_info_block.s200 .left {
    flex-direction: column;
  }
  .extra_info_block.s200 .left,
  .extra_info_block.s200 .right {
    width: 100%;
  }
  .popup_thanks_inner {
    width: 360px;
    margin-left: -210px;
  }
  .field input[type="submit"] {
    font-size: 18px;
  }
  .section {
    min-width: 360px;
    padding: 20px 0 !important;
  }
}
@media (max-width: 480px) {
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 360px;
  }
}
@media (max-width: 440px) {
  .extra_info_block {
    width: 90%;
  }
  .section .title,
  .section .title * {
    font-size: 26px !important;
  }
  .section .sub_title,
  .section .sub_title * {
    font-size: 17px !important;
  }
}
@media (max-width: 400px) {
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 320px;
  }
  .popup_thanks_inner {
    width: 210px;
    margin-left: -135px;
  }
  .section .sub_title,
  .section .title {
    width: 100%;
  }
  .section {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 375px) {
  .section {
    min-width: 320px;
  }
  .section .section_inner {
    width: 320px;
  }
  .extra_info_block.s200 {
    width: 95%;
  }
}
@media (max-width: 325px) {
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 300px;
  }
  .section {
    min-width: unset;
  }
}
@media (max-width: 320px) {
  .section .section_inner,
  .section .section_inner.width1170 {
    width: 95%;
  }
}
body, #wrapper{font-family:Montserrat, sans-serif;}
.section .section_inner .title{font-family:Montserrat, sans-serif;}
a {color:#ca2d2a;}
.section .title {color:#414141;}
.section .btn1{font-family:Montserrat, sans-serif;}.section .btn2{font-family:Montserrat, sans-serif;}.section .btn3{font-family:Montserrat, sans-serif;}.section .submit_btn{font-family:Montserrat, sans-serif;}:root {--cookie_btn_font:Montserrat, sans-serif--cookie_btn_bg:;--cookie_btn_bg_hover:--cookie_btn_color:#fff;}#wrapper .menu li, #wrapper .menu1 li, #wrapper .menu2 li, #wrapper .menu3 li {font-family:Montserrat, sans-serif;}



 :root{}
.bg-hover{
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease; 
  padding-top: 5px;
  
}
.bg-hover:hover{
  background-color: #b2b2b2 !important;
  
}
.menu_link{
  font-weight: 500 !important;
  transition: color 0.3s ease !important; 
}
.menu_link:hover{
  color:red !important
}
