@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ol,
ul {
  list-style: none;
}
.home_block ol, .home_block ul, .btf_content_left ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.home_block ol li, .home_block ul li, .btf_content_left ul li {
    padding: 3px 0px;
}
.home_block ol li::marker, .home_block ul li::marker, .btf_content_left ul li::marker {
    color: #01ba8f;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #dededd;
}

body:has(.sitenavigation.is-tapped) {
  overflow: hidden;
}

.main_wrapper:has(#wpadminbar) .header_desctop {
  margin-top: 32px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0c0c;
}

button:hover {
  cursor: pointer;
}

.index_pages {
  width: 100%;
  height: 100%;
}

.index_pages ul {
  max-width: 300px;
  padding: 100px 20px 20px;
  margin: 0 auto;
}

.index_pages ul li {
  list-style: none;
  font-size: 25px;
  margin-bottom: 15px;
}

.index_pages ul li a {
  text-decoration: none;
}
.hidden_area {
  display: none!important;
}
.index_pages ul li a:hover {
  text-decoration: underline;
}

html.lock,
body.lock_2,
body.lock_3 {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: relative;
}

.main_wrapper {
  position: relative;
  width: 100%;
}
.topbanner_slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.topbanner_slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
@media (max-height: 100vh) {
  .main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.standart_page a {
    color: #f6681f;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.sigle_page.thxpage {
    padding: 100px 0px;
}
.standart_page a:hover {
    text-decoration: underline;
    color: #f6681f;
    font-weight: 600;
    transition: all 0.3s;
    opacity: 0.8;
}
h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 130%;
  text-transform: none;
  color: #222;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 26px;
    line-height: 130%;
  }
}

h1 span {
  font-weight: 800;
}

@media (max-width: 768px) {
  h1 br {
    display: none;
  }
}
h2 {
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: none;
  font-weight: 600;
  font-size: 35px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
}
.header_mobile {
    position: fixed;
    width: 100%;
    background-color: #d5fffb;
    z-index: 1;
    padding-top: 135px;
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.header_mobile.active {
    transform: translateY(0%);
}
.thx_box {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 2px solid #21ad9e;
    margin-bottom: 50px;
    background: #fff;
}
.thx_text_one {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
    line-height: 130%;
    color: #21ad9e;
}
.thx_text_two {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

@media (max-width: 992px) {
  h2 {
    font-size: 22px;
    line-height: 130%;
  }
  .header_mobile.active {
      background: rgba(0,0,0,.85);
  }
  .header_mobile {
    position: fixed;
    z-index: 45;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 100px;
  }
  .main_wrapper:has(#wpadminbar) .header_mobile {
    margin-top: 46px;
  }
  .header_desctop {
    display: none;
  }
}

@media (max-width: 768px) {
  h2 br {
    display: none;
  }
}
h3:first-child {
    margin-top: 0px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
      position: fixed!important;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 18px;
  }
}
h4:first-child {
    margin-top: 0px;
}
h4 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 22px;
  line-height: 133.33333%;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media (max-width: 425px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #000;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}
.btn_orange {
  background-color: #ef7f1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 25px 30px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .btn_orange {
    font-size: 22px;
    padding: 20px 22px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .btn_orange {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 10px;
  }
}

.btn_orange:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #c86208;
}

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #757575!important;
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #757575!important;
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #757575!important;
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #757575!important;
}

::placeholder {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  color: #757575!important;
}

@media (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  ::-webkit-input-placeholder {
    font-size: 14px;
  }
  ::-moz-placeholder {
    font-size: 14px;
  }
  :-ms-input-placeholder {
    font-size: 14px;
  }
  ::-ms-input-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  :-ms-input-placeholder {
    font-size: 14px;
  }
}

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-weight: 300;
  font-style: italic;
  color: #757575;
}

@media (max-width: 768px) {
  ::-ms-input-placeholder {
    font-size: 14px;
  }
}
.container.wide {
    max-width: 100%;
    padding: 0 4rem;
}
.main_header .header {
  position: relative;
  z-index: 50;
  background-color: #F8FAFF;
}
.main_header .header .header__content, .main_header .header {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-orient: horizontal; */
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: row;
  /* flex-direction: row; */
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* top: 0px; */
}
.not_found_content {
    padding: 20px;
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
}
.not_found_img img {
    width: 100%;
}
.not_found_img {
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
}
.not_found_text {
    text-align: center;
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 30px;
    color: #222c56;
}
.not_found_btn_text {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.not_found_btn_text span {
    margin-bottom: 10px;
}
.not_found_btn_text a {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #3255BC 0%, #3C69ED 100%);
    color: #fff!important;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 30px;
}
.not_found_btn_text a:hover {
    background: linear-gradient(90deg, #042483 0%, #1043D8 100%);
}
@media (max-width: 991px) {
  .not_found_text {
      font-size: 24px;
      line-height: 130%;
      text-shadow: none;
      margin-bottom: 20px;
  }
  .not_found_content {
      padding: 20px 0px 20px;
  }
  .not_found_btn_text {
    padding: 0 30px;
  }
}
.fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header_topcont {
  padding: 27px 0px;
  position: relative;
}
.header_topcont .container {
  position: relative;
  z-index: 1;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: initial;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.logo_text {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    max-width: 170px;
}
ul.lang_switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.lang_switcher li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #54524f;
    top: 4px;
    right: 0;
    display: block;
}
ul.lang_switcher li:last-child a:after {
    display: none;
}
ul.lang_switcher li a {
    padding: 0px 5px 0px 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #757575;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
ul.lang_switcher li a:hover, ul.lang_switcher li.current-lang a {
  border: unset;
  cursor: pointer;
  color: #23ac9e;
}
ul.lang_switcher li {
  /* margin-right: 5px; */
}
ul.lang_switcher li:last-child {
    margin-right: 0px;
}
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
    display: none;
}
.header_rp {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-content: space-between;
    gap: 55px;
}
.soclink .sochover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.soclink:hover .sochover {
    display: inline;
    transition: all 0.3s;
}
/** ============================================================================================= **/
/** ====================================== NEW MOBILE MENU ====================================== **/
/** ============================================================================================= **/
.mobile_content ul.menu li a:not(:only-child):after, .mobile_content ul.menu li a:visited:not(:only-child):after {
    padding-left: 10px;
    content: "▾";
    font-size: 20px;
}
.mobile_content ul.menu a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
}
.mobile_content .contact_email, .mobile_content .contact_adress {
    justify-content: center;
}

ul.menu {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 460px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile_menu {
    padding: 35px 100px;
    z-index: 2;
}
.mobile_menu ul.menu li {
    display: block;
    position: relative;
    width: 33.3333%;
}
.mobile_menu ul.menu ul.sub-menu li {
    width: 100%;
}
.mobile_menu ul.menu li a {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #23ac9e;
    margin-bottom: 20px;
}
.mobile_menu ul.menu li.current-menu-item a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #23ac9e;
    margin-bottom: 20px;
}
ul.sub-menu {
    margin-bottom: 25px;
}
.header_menu a {
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    cursor: pointer;
    padding: 10px 0px;
    margin: 0;
    margin-right: 70px;
}
.mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li a {
    font-size: 14px;
    text-transform: none;
    color: #000;
    font-weight: 500;
    padding: 4px 0px;
    margin: 0px;
}
.main_header {
  position: relative;
  height: 135px;
}
.header_menu ul.menu ul.sub-menu li a {
    color: #222;
    font-size: 14px;
    line-height: 100%;
    text-transform: unset;
    padding: 10px 15px;
    font-weight: 400;
    margin: 0;
}
.mobile_menu ul.menu li.menu-item-home a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #23ac9e;
    margin-bottom: 20px;
}
.mobile_menu ul.menu li a:hover {
    text-decoration: underline;
}
.mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #21ad9e;
    text-decoration: underline;
}
.single_bases h1 {
    font-size: 54px;
    text-transform: uppercase;
}
.single_bases h1 span {
    color: #23ac9e;
}
.single_bases .bases_item {
    border-bottom: unset;
}
.single_bases .bases_info:last-child {
    margin-bottom: 0px;
}
p::selection {
    background: rgba(76, 125, 225, 0.18);
}
ul.lang_switcher li {
    line-height: normal;
}
.header_desctop {
    display: flex;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    background: #fff;
    z-index: 99999;
}
.header_lp {
    display: grid;
    grid-template-columns: 232px 252px;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.header_logotext {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #757575;
    line-height: normal;
}
.header_phone a {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: normal;
}
.header_phone:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    margin-right: 10px;
}
.footer_info {
    display: grid;
    grid-template-rows: auto auto auto;
    align-items: stretch;
    justify-content: stretch;
    text-align: right;
    gap: 25px;
}
.footer_phone_text {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    text-align: left;
    padding-left: 55px;
}
.footer_phone a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}
.footer_phone:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: inline-block;
    width: 29px;
    height: 29px;
    vertical-align: bottom;
    margin-right: 20px;
}
.header_desctop .container {
    display: flex;
    gap: 10px;
    padding: 35px 10px;
    align-items: center;
    justify-content: space-between;
}
.header_menu li.current-menu-item a {
    font-weight: 800;
    transition: all 0.3s;
}
.header_menu li a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}
.banner h1 {
    color: #fff;
    font-size: 82px;
    font-weight: normal;
    margin-bottom: 60px;
}
.nav-container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  align-items: center;
}
.header_logo {
    width: 100%;
    max-width: 232px;
}
.header_logo a {
    display: flex;
    align-items: center;
}
.header_phones a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
.header_social a {
    height: 28px;
    width: 28px;
    display: block;
}
ul.lang_switcher li a:after {
  display: none;
}
.header_social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.header_menu ul.menu li a:not(:only-child):after,
.header_menu ul.menu li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
    width: 35px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #2b2a29;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.relative {
  position: relative;
}
.main_footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
div.wpforms-container-full.consultform .wpforms-form button[type=submit] {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: #0FCA9D;
    border-radius: 999px;
    box-shadow: #0FCA9D 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    word-break: break-word;
    border: 0;
}
div.wpforms-container-full.consultform .wpforms-form button[type=submit]:hover, div.wpforms-container-full.consultform .wpforms-form button[type=submit]:active {
    background: #05a57f;
    border: unset;
    box-shadow: unset;
}
div.wpforms-container-full.homeform .wpforms-form button[type=submit]:hover,
.order_item a:hover {
    background: #05a57f;
    box-shadow: unset;
}
a.modal_btn_page:hover {
    background: #000;
    box-shadow: unset;
}
a.modal_btn_page:active {
    background: #000;
    box-shadow: unset;
}
.modal_content h3 {
    color: #000;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 25px;
}
.fancybox-slide--html .fancybox-close-small {
    color: #06927f;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-close-small {
  width: 80px!important;
  height: 80px!important;
}
body.home.page-template.page-template-front-page .fancybox-bg {
    background: #000;
    opacity: 0.75;
}
div.wpforms-container-full.consultform .wpforms-form .wpforms-field {
    padding: 15px 0px;
}
div.wpforms-container-full.consultform .wpforms-form input[type=text] {
    border-radius: 10px;
    height: 50px;
    background: transparent;
    border-color: #11ca9d;
    border-width: 1px;
    color: #fff;
}
div.wpforms-container-full.consultform .wpforms-form .wpforms-field input.wpforms-error {
    border-color: #f00;
}
div.wpforms-container-full.consultform .wpforms-form label.wpforms-error {
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
div.wpforms-container-full.consultform {
    margin-bottom: 0px;
}
.modal_content {
    background: #fff;
    max-width: 650px;
    padding: 80px;
    text-align: center;
    border-radius: 5px;
}
.modal_desc.fancybox-content {
    padding: 0px;
    background: transparent;
}
.modal_left {
    padding: 40px;
}
.close_image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.slide_item {
    background-size: cover;
    height: 937px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
/*
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #000;
    font-weight: 300;
    text-align: center;
    border-radius: 4px;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}
*/
main {
  position: relative;
  overflow: hidden;
}
.banner {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding: 0px 45px;
    align-items: center;
    justify-content: flex-start;
}
a.bannet_btn {
    display: inline-block;
    padding: 25px 45px;
    margin-bottom: 60px;
    color: #1a121a;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #ffffff, #ffffff, #2fbbf0, #2fbbf0);
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: unset!important;
}
a.bannet_btn:hover {
    color: #fff;
    cursor: pointer;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: unset!important;
}
.order_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px!important;
    padding: 25px 10px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    height: 70px;
    cursor: pointer;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #2fbbf0, #0c509f, #0c509f, #2fbbf0);
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: unset!important;
}
.banner_desc p {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    line-height: 130%;
}
.banner_item {
    padding: 150px 0px;
}
.block_home {
  padding-top: 45px;
  position: relative;
}
.block_home:after {
    content: "";
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #e3b403 20%, #e3b403 80%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#e3b403 20%,#e3b403 80%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#e3b403 20%,#e3b403 80%,#ffffff 100%);
    height: 3px;
    width: 100%;
    border: unset;
    box-shadow: 0px -3px 10px #f3f3ff;
    display: block;
    margin-top: 45px;
}
.preim_content, .order_content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: stretch;
    justify-content: space-between;
    gap: 35px;
}
.preim_img {
    height: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54px;
}
.preim_title {
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}
.preim_desc p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
}
.order_item {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}
.order_item_img {
    min-height: 254px;
    margin-bottom: 54px;
}
.order_item_img img {
    object-fit: contain;
    width: 100%;
    max-width: 253px;
}
.preim_item {
    text-align: center;
    padding: 0 45px 45px;
}
.preim_text {
    padding: 0 45px;
    text-align: center;
    margin-bottom: 60px;
}
.preim_text p {
    font-size: 24px;
    line-height: 130%;
    color: #7f7770;
    font-weight: bold;
}
.block_content h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 20px;
}
h2.main_two {
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
    color: #6a6a6a;
}
.order_item_title {
    color: #6a6a6a;
    font-weight: bold;
    line-height: 130%;
    font-size: 24px;
    margin-bottom: 80px;
    padding-left: 45px;
    padding-right: 45px;
}
.block_home.block_order_home:after {
    content: "";
    background: -moz-linear-gradient(left, #ffffff 0%, #7b75e6 20%, #7b75e6 80%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#7b75e6 20%,#7b75e6 80%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#7b75e6 20%,#7b75e6 80%,#ffffff 100%);
}
.block_home.block_order_home:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    border: unset;
    z-index: 4;
    box-shadow: unset;
    display: block;
    margin-bottom: 45px;
    top: 0px;
    margin-top: -3px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #ffffff 0%, #7b75e6 20%, #7b75e6 80%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#7b75e6 20%,#7b75e6 80%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#7b75e6 20%,#7b75e6 80%,#ffffff 100%);
}
.port_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 30px;
    align-items: center;
    justify-content: space-between;
}
img.portfolio_img {
    width: 100%;
    height: 254px;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
    background-color: #11ca9d;
    background-image: linear-gradient(314deg, #d4f8f0 0%, #11ca9d 74%);
    padding: 3px;
}
.port_gallery a {
    display: block;
    height: 100%;
}
.block_home.block_content ul li:before {
    content: "";
    height: 5px;
    width: 5px;
    vertical-align: middle;
    display: inline-block;
    background: #2b2b2b;
    border-radius: 50%;
    margin-right: 10px;
}
.block_home.block_content ul li, .block_home.block_content ol li {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 5px;
}
.block_home.block_content ul, .block_home.block_content ol {
    padding-left: 15px;
}
.block_home.block_gallery_home:after,
.block_home.block_seohalf:after {
    display: none;
}
.seohalf_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    align-items: stretch;
    justify-content: stretch;
}
.seohalf_item {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 452px;
    background-position: center center;
    display: flex;
    align-items: flex-start;
}
.seohalf_item p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.seohalf_item h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.seohalf_item .container {
    padding-top: 100px;
}
.diamon_home_box h3 {
    text-align: center;
    color: #6a6a6a;
    font-size: 24px;
    line-height: 130%;
    font-weight: normal;
}
.diamon_home_box h2.main_two {
  text-transform: uppercase;
}
.diamond_content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    align-items: stretch;
    justify-content: space-between;
    text-align: center;
}
.diamond_item_img {
    height: 160px;
    margin-bottom: 45px;
}
.diamond_item_img img {
    height: 157px;
    object-fit: contain;
}
.diamond_item_title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    font-style: normal;
}
.diamond_item {
  margin-bottom: 15px;
}
.block_home.block_vybrat_kamen {
    padding-top: 60px;
}
.form_home_content h3 {
    color: #302e2e;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
.form_home_taf {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 100px;
    color: #323139;
    font-size: 24px;
    line-height: normal;
    font-weight: normal;
}
.form_home_taf a {
    color: #323139;
    text-decoration: underline;
    letter-spacing: 0.3px;
    margin-left: 10px;
}
.form_home_lt p {
    font-size: 16px;
    line-height: 130%;
    color: #2b2b2b;
}
.block_home.block_form_home:after {
    display: none;
}
.block_home.block_form_home {
    padding-bottom: 45px;
    background: #cac8f52e;
}
footer.main_footer {
    background: #000;
    padding: 120px 0px 47px;
}
.footer_copy {
    padding: 32px 0px 0px;
}
.footer_content {
    display: grid;
    grid-template-columns: auto 3fr auto;
    gap: 90px;
    align-items: flex-start;
    justify-content: space-between;
}
.copy_content a {
    color: #3394c0;
}
.footer_logo a {
    display: block;
}
.footer_logo a img {
    object-fit: cover;
    margin: 0 auto;
    max-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
}
.footer_social a {
    display: block;
}
.footer_social a img {
    object-fit: contain;
}
.footer_menu ul.menu {
    display: inline-block;
    padding: 0px;
    columns: 3;
}
.footer_menu ul li a {
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}
.content_home h3 {
    font-size: 18px;
    font-weight: bold;
    color: #6a6a6a;
}
.seohalf_content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.footer_right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100%;
}
.footer_phones {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.footer_phones a, .footer_mail a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 133%;
}
.footer_copyright {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 11px;
    color: #fff;
}
.footer_adres p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
}
.footer_mail {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.modal_content h3 span {
    color: #23ac9e;
}

.modal_desc.fancybox-content {
    /* max-width: 650px; */
    /* padding: 90px; */
}

.modal_subtitle {
    padding: 0px 60px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
div.wpforms-container-full.mp_form {
    margin-bottom: 0px;
    padding: 0 60px;
}
div.wpforms-container-full.mp_form .wpforms-form button[type=submit] {
    background-color: #000;
    color: #fff;
    border: unset;
    border-radius: 5px;
    padding: 17px 33px;
    font-size: 18px;
    font-weight: 600;
}
div.wpforms-container-full.mp_form .wpforms-form .wpforms-submit-container {
    padding: 15px 0px 0px 0px;
}
div.wpforms-container-full.mp_form .wpforms-form .wpforms-field {
    padding: 15px 0px;
}
div.wpforms-container-full.mp_form .wpforms-form input[type=text], div.wpforms-container-full.mp_form .wpforms-form input {
    height: 50px!important;
    border: 2px solid #119b8b!important;
    border-radius: 5px!important;
    background: #fff!important;
    padding: 10px 10px!important;
    line-height: 1.3!important;
}
.raschetform_btn {
    text-transform: uppercase!important;
    font-size: 16px!important;
    line-height: normal!important;
    font-weight: 600!important;
    padding: 16px 50px!important;
    transition: all 0.3s!important;
}
.raschetform_btn:hover {
    background-color: #21ad9e!important;
    border: unset!important;
}
div.wpforms-container div.wpforms-uploader {
    border: 2px solid #119b8b!important;
    border-radius: 5px;
}

div.wpforms-container-full.mp_form .wpforms-form textarea.wpforms-field-medium {
    height: 110px;
    border: 2px solid #119b8b!important;
    border-radius: 5px!important;
    padding: 10px;
}
div.wpforms-container-full.mp_form .wpforms-form .wpforms-list-inline ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
div.wpforms-container-full.mp_form.basesform .wpforms-form .wpforms-submit-container {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-top: 0px;
}
.containersvoi {
  display: flex!important;
  justify-content: flex-start;
  align-items: center;
  position: relative!important;
  padding-left: 0!important;
  margin-bottom: 0!important;
  cursor: pointer!important;
  font-size: 22px!important;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

/* Hide the browser's default checkbox */
.containersvoi input {
  position: absolute!important;
  opacity: 0!important;
  cursor: pointer!important;
  height: 0!important;
  width: 0!important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  height: 50px!important;
  width: 50px!important;
  background-color: #fff!important;
  border: 2px #23ac9e solid!important;
  border-radius: 5px!important;
}

/* On mouse-over, add a grey background color */
.containersvoi:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containersvoi input:checked ~ .checkmark {
  background-color: #002B4E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containersvoi input:checked ~ .checkmark:after {
  display: block;
}
.privacy_text {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px!important;
    height: 50px!important;
}
.bases_form_subtitle {
    font-size: 16px;
    max-width: 65%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.form_privacy {
    display: grid;
    grid-template-columns: 50px 320px;
    text-align: left;
    gap: 15px;
    align-items: flex-start;
    padding-right: 165px!important;
}
/* Style the checkmark/indicator */
.containersvoi .checkmark:after {
  left: 13px;
  top: 4px;
  width: 20px;
  height: 30px;
  border: solid #23ac9e;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
.slide_item_content {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 35px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding-top: 140px;
}
.slide_pretitle {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
}
.slide_title {
    font-size: 72px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}
.slide_desc p {
    font-size: 30px;
    color: #fff;
    line-height: 130%;
    font-weight: 400;
}
a.modal_btn_page {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    transition: all 0.3s;
    background: #23ac9e;
    border-radius: 5px;
    box-shadow: #23ac9e 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    word-break: break-word;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
}
a.modal_btn_page.banner_btn {
    width: 300px;
    margin-right: auto;
    margin-left: 0;
    background: transparent;
}
a.modal_btn_page.banner_btn:hover {
    background: #21ad9e;
}
.footer_logo {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.main-arrow {
    cursor: pointer;
    position: absolute;
    height: 50px;
    width: 80px;
    bottom: 1%;
    transition: all .2s;
    transform: translate(0, -50%);
    /* background: #fff; */
    z-index: 1;
    transition: all 0.3s;
}
.main-arrow.main-arrow-prev {
    left: 8.5%;
}
.main-arrow-prev:after {
    position: absolute;
    display:block;
    content:"";
    color:white;
    width: 75px;
    height: 15px;
    top: 11px;
    border-bottom:solid 2px;
    transform:translatex(4px);
}
.main-arrow-prev:before {
    position: absolute;
    display:block;
    content:"";
    color:white;
    width: 35px;
    height: 35px;
    border-top:solid 2px;
    border-left:solid 2px;
    top:50%;
    left: 2px;
    transform-origin:0% 0%;
    transform:rotatez(-45deg);
}
.main-arrow.main-arrow-next {
    right: 8.5%;
}
.main-arrow-next:after {
    position: absolute;
    display:block;
    content:"";
    color:white;
    width: 75px;
    height: 15px;
    top: 11px;
    border-bottom:solid 2px;
    transform:translatex(4px);
}
.main-arrow-next:before {
    position: absolute;
    display:block;
    content:"";
    color:white;
    width: 35px;
    height: 35px;
    border-top:solid 2px;
    border-left:solid 2px;
    top:50%;
    left: 80px;
    transform-origin: 0% 0%;
    transform: rotatez(135deg);
}
.slick-dots {
    position: absolute!important;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 5%;
}
.slick-dots li.slick-active {
    width: 23px;
    height: 23px;
    background: #23ac9eb8;
    border-radius: 25px;
}
.slick-dots li {
    background: #ffffffb8;
    width: 23px;
    height: 23px;
    border-radius: 25px;
    vertical-align: middle;
    margin: 0 5px;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container:after {
    height: 18px;
    top: 0px;
    width: 18px;
}
.preim_box {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 55px;
    min-height: 100%;
    text-align: center;
    grid-template-columns: 1fr;
}
.preim_box img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.mpblock {
    padding-bottom: 100px;
}
.mpblock h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}
.mpblock h2 span {
    color: #23ac9e;
}
.block_catalog .container {
    max-width: 100%;
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.catalog_content {
    /* background: #23ac9e; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.catalog_content_item {
    background: #23ac9e;
    display: grid;
    align-items: flex-start;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    min-height: 100%;
    padding: 155px 105px 65px;
    transition: all 0.3s;
}
.catalog_content_item:hover {
    background: #000;
    cursor: pointer;
}
a.catalog_link_abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.catalog_content_item img {
    height: 51px;
    object-fit: contain;
}
.catalog_content_title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 25px;
}
.mpblock.block_forma_raschet h2 {
    margin-bottom: 25px;
}
.block_forma_raschet_subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}
.forma_raschet div.wpforms-container-full.mp_form {
    padding: 0px;
}
.forma_raschet div.wpforms-container-full.mp_form .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
.forma_raschet div.wpforms-container-full.mp_form .wpforms-form {
    display: grid;
    grid-template-columns: 3fr 220px;
    gap: 40px;
    align-items: baseline;
    justify-content: space-between;
}
.container.container_fullwidth {
  padding: 0 50px;
  max-width: 100%;
}
.twocol_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
    justify-content: space-between;
}
.twocol_item {
    min-height: 100%;
    /* width: 100%; */
    height: 564px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    align-items: end;
    justify-content: space-between;
    gap: 0px;
}
.twocol_title {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #23ac9e;
    width: 100%;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 130%;
    font-size: 35px;
}
a.twocol_link_abs {
    display: inline-block;
}
.twocol_desc {
    display: none;
    padding: 0 35px;
}
a.twocol_link_abs:hover .twocol_desc {
    position: absolute;
    bottom: 110px;
    left: 0;
    display: block;
    transition: all 0.3s;
}
a.twocol_link_abs:hover .twocol_title {
    background: #000;
    transition: all 0.3s;
}
.twocol_desc p {
    color: #fff;
}
.block_seotext h1, .block_seotext h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    text-transform: none;
    text-align: left;
}
.block_seotext h2 {
    margin-top: 35px;
}
.sigle_page_post.nopb {
    padding-bottom: 0px;
}
.na_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 35px;
}
img.na_post_items_foto {
    height: 350px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
}
.post-date {
    font-size: 12px;
    color: #757575;
    line-height: normal;
    margin-bottom: 20px;
}
.nalist_item_shortdesc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0px;
}
.na_post_title h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 22px;
    color: #23ac9e;
}
.nalist_item a:hover .na_item_content .na_post_title h3 {
    text-decoration: underline;
    color: #000;
    transition: all 0.3s;
}
.nalist_item a figure {
    background: #23ac9eb8;
    margin-bottom: 30px;
    padding: 0;
    height: 350px;
}
.nalist_item a figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.nalist_item a figure:hover img {
    opacity: .4;
}
img.na_mainfoto {
    width: 350px;
    height: 350px;
    object-fit: cover;
    float: left;
    margin-right: 50px;
}
h2.twomt {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}
h2.twomt span {
    color: #23ac9e;
}
.single_na {
    padding-bottom: 60px;
}
.breadcrumbs span {
    font-size: 14px;
    color: #000;
    line-height: 130%;
    font-weight: 400;
}
.breadcrumbs span a span {
    color: #23ac9e;
    font-weight: 500;
}
.breadcrumbs span a:hover span {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s;
}
.sigle_page .mpblock.block_slider {
    padding-bottom: 40px;
}
.breadcrumbs {
    padding-bottom: 40px;
}
.sigle_page h1 {
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #23ac9e;
    margin-bottom: 80px;
}
.post-modified {
    font-size: 12px;
    color: #757575;
    line-height: normal;
    margin-bottom: 20px;
}
.sart_meta span {
    color: #000;
}
.sart_meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.na_desc p, .na_desc ol li, .na_desc ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.na_desc h2 {
    font-size: 24px;
    color: #23ac9e;
    font-weight: 500;
    margin-top: 30px;
}
.na_desc ul {
    margin-top: 15px;
    list-style: disc;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 30px;
}
.na_desc ul li::marker {
    color: #23ac9e;
    font-size: 18px;
}
.na_foto_desc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: flex-start;
    justify-content: stretch;
    margin-bottom: 37px;
    margin-top: 37px;
}
.nafd_foto img {
    height: 327px;
    width: 100%;
    object-fit: cover;
}
.nafd_foto {
    margin-bottom: 50px;
}
.nafd_item_title {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #23ac9e;
    margin-bottom: 5px;
}
.nafd_item_desc p {
    margin-bottom: 0px;
}
.nafd_item {
    min-height: 100%;
    position: relative;
}
.top_links {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: stretch;
}
.top_links a {
    color: #23ac9e;
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.top_links a:hover {
    color: #000;
    transition: all 0.3s;
}
.news_action_content {
    display: inline-block;
    width: 100%;
}
h1.main_title {
    color: #000;
}
h1.main_title span {
    font-weight: 700;
    color: #23ac9e;
}
.block_seotext h1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.stndrt_page {
    padding-top: 50px;
}
.sigle_page.page_notopslider {
    padding-top: 180px;
}
.sigle_page_post .mpblock.block_slider {
    padding-bottom: 40px;
}
.sigle_page_post {
    padding-bottom: 50px;
}
.metalbases h1 {
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #23ac9e;
    margin-bottom: 80px;
}

.bases_posts {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 50px;
}
.bases_item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 2px solid #23ac9e;
}
.mpblock.block_preim.basebl {
    padding-top: 100px;
    padding-bottom: 70px;
}
.bases_left_inner h2 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 30px;
}
.bases_left_inner h2 span {
    color: #23ac9e;
}
.bases_info_text {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.bases_info_texttwo p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
}
.bases_info {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
}
.bases_info a {
    color: #000;
    font-weight: 500;
}
.bases_info a:hover {
    text-decoration: underline;
    color: #23ac9e;
}
.anarrow {
    cursor: pointer;
    position: absolute;
    height: 50px;
    width: 80px;
    bottom: 1%;
    transition: all .2s;
    transform: translate(0, -50%);
    /* background: #fff; */
    z-index: 1;
    transition: all 0.3s;
}
.anarrow::after {
    position: absolute;
    display: block;
    content: "";
    color: #000;
    width: 75px;
    height: 15px;
    top: 11px;
    border-bottom: solid 2px;
    transform: translatex(4px);
}
.anarrow.anarrow-bar::before {
    position: absolute;
    display: block;
    content: "";
    color: #000;
    width: 35px;
    height: 35px;
    border-top: solid 2px;
    border-left: solid 2px;
    top: 50%;
    left: 80px;
    transform-origin: 0% 0%;
    transform: rotatez(135deg);
}
a.bases_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.bases_link:hover .anarrow.anarrow-bar::before {
    color: #23ac9e;
    transition: all 0.3s;
}
a.bases_link:hover .anarrow.anarrow-bar::after {
    color: #23ac9e;
    transition: all 0.3s;
}
.bases_foto img {
    height: 564px;
    width: 100%;
    object-fit: cover;
}
.bases_foto {
    display: inline-flex;
}
.header_burger {
  cursor: pointer;
    max-width: 35px;
    min-width: 35px;
    width: 100%;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px;
    position: relative;
    z-index: 50;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_burger.active {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.header_burger.active span {
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.header_burger.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-6px,6px);
    -ms-transform: rotate(-45deg) translate(-6px,6px);
    transform: rotate(-45deg) translate(-6px,6px)
}
.header_burger.active span:nth-child(2) {
    width: 0
}
.header_burger.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-6px,-6px);
    -ms-transform: rotate(45deg) translate(-6px,-6px);
    transform: rotate(45deg) translate(-6px,-6px)
}
.header_burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single_bases_form {
    padding-top: 80px;
    text-align: center;
}
.bases_form_content {
    padding: 0px 125px;
}
.bases_form_content div.wpforms-container-full.mp_form {
    padding: 0px;
    position: relative;
}
.bases_form_content h2 {
    font-size: 35px;
    text-transform: uppercase;
}
.bases_form_content h2 span {
    color: #23ac9e;
}
.pcont_inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}

.pcont_gmap p {
    margin-bottom: 0px;
}

.pcont_gmap {
    border: 2px solid #21ad9e;
}
.sigle_page h1 span {
    color: #000;
}
.page_contacts h2 span {
    color: #21ad9e;
}
.metalbases.pcont_bases .bases_posts {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.bases_left_inner.bpcli h2 {
    margin-bottom: 15px;
}
.bases_left_inner.bpcli .bases_info {
    margin-bottom: 15px;
}
.bases_left_inner.bpcli .bases_info_texttwo p {
    margin-bottom: 0px;
}
.metalbases.pcont_bases .bases_posts .bases_item {
    grid-template-columns: 1fr;
    gap: 20px;
    border-bottom: unset;
}
.page_contacts h2 {
    text-transform: uppercase;
}
.pcont_desc p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 30px;
}
.metalbases.pcont_bases {
    padding-bottom: 80px;
}
.block_onas img.alignleft {
    float: left;
    margin-right: 45px;
}

.block_onas {
    padding-bottom: 80px;
}

.mpblock.block_forma_raschet.onasformbg {
    padding-top: 100px;
    background: #21ad9e;
    margin-bottom: 100px;
}

.mpblock.block_forma_raschet.onasformbg h2 span {
    color: #fff;
}
.block_onas h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.block_onas h1 span {
    color: #21ad9e;
    font-weight: bold;
}

.block_onas p {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 35px;
}
.mpblock.block_forma_raschet.onasformbg div.wpforms-container-full.mp_form .wpforms-form button[type=submit]:hover {
    background: #fff!important;
    color: #000;
}
.block_onas p strong {
    color: #21ad9e;
}
.single_services_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 100px;
}
.alls_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    padding: 65px 0px;
    border-bottom: 2px solid #23ac9e;
}
.alls_inner_left {
    min-height: 84px;
}
.alls_inner h3 {
    text-transform: uppercase;
    line-height: 130%;
    font-size: 32px;
    margin-bottom: 0px;
}
.alls_inner_right p {
    margin-bottom: 0px;
}
a.allservlink {
    display: block;
    background: #dededd;
}
a.allservlink:hover {
    background: #000;
    transition: all 0.3s;
}
a.allservlink:hover h3, a.allservlink:hover p {
    color: #fff;
    transition: all 0.3s;
}
a.allservlink:hover .alls_inner {
    border-bottom: unset;
}
.allservices_box {
    padding-bottom: 50px;
}
.allservices_box h2 {
    text-align: center;
    color: #21ad9e;
    text-transform: uppercase;
    line-height: 130%;
}
.alls_inner_left .anarrow {
    transform: translate(0, 50%);
    width: 55px;
    height: 25px;
    bottom: 20%;
}
.alls_inner_left .anarrow.anarrow-bar::before {
    left: 55px;
    width: 20px;
    height: 20px;
}
.alls_inner_left .anarrow::after {
    width: 50px;
    top: 0px;
    height: 14px;
}
a.allservlink:hover .anarrow::after {
    color: #fff;
}
a.allservlink:hover .anarrow.anarrow-bar::before {
    color: #fff;
}
.single_services_rcont h1 {
    text-align: left;
    margin-bottom: 35px;
}
.single_services_fpret {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
}
div.wpforms-container-full.services_form .wpforms-form .wpforms-first .metal_comment_ss {
    float: right!important;
}
div.wpforms-container-full.services_form .wpforms-form .wpforms-one-half {
    float: right;
    margin-right: 4%!important;
    margin-left: 0!important;
}
div.wpforms-container-full.services_form .wpforms-form .wpforms-first {
    margin-right: 0!important;
}
div.wpforms-container-full.services_form {
    margin-bottom: 0px;
}
div.wpforms-container-full.services_form .wpforms-form input[type=text],
div.wpforms-container-full.services_form .wpforms-form input[type=email]{
    border: 2px solid #23ac9e;
    border-radius: 5px;
    height: 50px;
}
div.wpforms-container-full.services_form .wpforms-form textarea.wpforms-field-medium {
    height: 190px;
    border: 2px solid #23ac9e;
    border-radius: 5px;
}
div.wpforms-container-full.services_form .wpforms-form input[type=file] {
    height: 50px;
    background: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 2px solid #23ac9e;
    border-radius: 5px;
    padding: 10px 10px!important;
    margin: 0!important;
}
div.wpforms-container-full.services_form .wpforms-form .services_form_btn {
    background-color: #000!important;
    color: #fff!important;
    border: unset!important;
    text-transform: uppercase!important;
    font-size: 16px!important;
    line-height: normal!important;
    font-weight: 600!important;
    padding: 16px 50px!important;
    border-radius: 5px!important;
    transition: all 0.3s!important;
}
div.wpforms-container-full.services_form .wpforms-form .services_form_btn:hover {
    background-color: #21ad9e!important;
    border: unset!important;
}
img.single_services_mfoto {
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.fleft {
    float: left!important;
}
.ss_form {
  display: inline-block;
}
div.wpforms-container-full.services_form .wpforms-form .wpforms-submit-container {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.single_product, .woocatalog {
    display: grid;
    grid-template-columns: 401px 1fr;
    gap: 35px;
}
.single_product .content-area {
    order: 1;
}
.single_product div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: #23ac9e;
    z-index: 2;
    border-bottom-color: unset;
    padding-left: 0px;
    padding-right: 0px;
}
.single_product div.product .woocommerce-tabs ul.tabs li {
    border: unset;
    background-color: transparent;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin-left: 0px;
    margin-right: 35px;
    padding: 0px;
}
.single_product div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin-bottom: 18px;
}
.single_product div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}
.single_product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.single_product div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none;
}
.single_product div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}
.single_product div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce table.shop_attributes th {
    width: 50%;
    font-size: 18px;
    text-align: left;
    padding: 5px 30px;
    height: 47px;
    font-weight: 500;
    border-bottom: unset;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    border-bottom: unset;
}
.woocommerce table.shop_attributes {
    border-top: unset;
}
.woocommerce table.shop_attributes td p {
    font-size: 18px;
    padding: 5px 30px;
}
.woocommerce table.shop_attributes tr:nth-child(odd) {
    background-color: #efefee;
}
.woocommerce table.shop_attributes tr:nth-child(even) {
    background-color: #e6e6e6;
}
.single_product div.product .product_title {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 130%;
    font-weight: 600;
}
.single_product #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 37%;
}
.single_product #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 60%;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
    height: 415px!important;
    object-fit: cover;
    border: 3px solid #23ac9e;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 33.333333333%;
    margin-bottom: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
    height: 123px!important;
    width: 123px!important;
    border: 2px solid #000;
    object-fit: cover;
}
.woocommerce-product-gallery__image {
    margin-bottom: 15px;
}
.product_meta {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
}
span.sku_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    color: #23ac9e;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
span.sku_wrapper span.sku {
    font-weight: 700;
    color: #000;
    font-size: 22px;
}
button#enquiryButton {
    font-size: 18px;
    background: #23ac9e;
    color: #fff;
    padding: 15px 30px!important;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
button#enquiryButton:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/plus.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.sp_delivery {
    width: 60%;
    float: right;
    clear: none;
}
span.spdelivery_wrapper {
    color: #23ac9e;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
.spdelivery_content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
}
.spdelivery_content p {
    font-size: 18px;
    font-weight: 500;
}
.related.products h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 55px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 50px;
}
.footer_menu ul.menu li.menu-item-has-children ul.sub-menu li a {
    text-transform: none;
    padding: 3px 0px;
    color: #fff;
    font-weight: 400;
}
.footer_menu ul.menu li.menu-item-has-children a, .footer_menu ul.menu li a {
    text-transform: uppercase;
    padding: 5px 0px;
    color: #23ac9e;
    font-weight: 600;
}
.footer_menu ul.menu li.menu-item-has-children {
    margin-bottom: 15px;
}
li.sp_related_item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    justify-content: stretch;
    gap: 25px;
}
li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 90px auto;
    gap: 25px;
}
li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0px;
    text-transform: none;
}
li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
}
li.sp_related_item a.enquiryLoopButton {
    height: 49px;
    background-color: #3cb5a9!important;
    font-size: 18px;
    padding: 15px 30px!important;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-align: center;
}
li.sp_related_item {
    margin-bottom: 0px;
    background: #f5f5f5;
    padding: 5px 30px;
}
li.sp_related_item:nth-child(even) {
    background: #e6e6e6;
}
li.sp_related_item:nth-child(1) {
    border-top: 3px solid #23ac9e;
}
li.sp_related_item a.enquiryLoopButton:hover {
    background-color: #000!important;
}
.single_product.container.container_fullwidth {
    padding-bottom: 50px;
}
.woo_breadcrumb {
    padding: 50px 0px;
}
.woo_breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    line-height: 130%;
    font-weight: 400;
}
.woo_breadcrumb .woocommerce-breadcrumb a {
    color: #23ac9e;
    font-weight: 500;
    font-size: 14px;
}
span.delim {
    margin: 0px 5px;
}
h4.woocommerce-catalog-mode-popup-title {
    padding: 0 60px;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.woocommerce-catalog-mode-popup {
    text-align: center;
}
h4.woocommerce-catalog-mode-popup-title span {
    color: #23ac9e;
}
.woocommerce-product-attributes-item__value a {
    color: #000;
}
.woocommerce-catalog-mode-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #119b8b;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding: 0px 0px 4px 0px;
}
/* =============================================================== */
/* ==================== POD VOPROSOM STYLE ======================= */
/* =============================================================== */
.woocommerce ul.products .product.berocket_lgv_list h2,
.woocommerce-page ul.products .product.berocket_lgv_list h2 {
    display: inline-block;
}
.woocommerce ul.products li.product a img {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin: 0;
    border-radius: 10px;
}
.category_products {
    display: inline-block;
    width: 100%;
}
.woocommerce ul.products li.product a {
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}
.woocommerce ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 49px;
}
.berocket_lgv_additional_data {
    display: none;
}
.category_products li {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px!important;
    margin-right: 0px!important;
    background: #f5f5f5;
    padding: 5px 30px!important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    width: 20%;
}
li.product-category {
  display: block;
  width: 20%!important;
  float: left!important;
  margin-left: auto!important;
}
li.product-category {
    clear: none!important;
    margin: 0px 0px 0px 0px!important;
}
li.product-category:hover {
    background: #000;
}
li.product-category img {
    width: 100%!important;
    height: 100%!important;
}
.category_products li:nth-child(1) {
    border-top: 3px solid #21ad9e;
}

.woocommerce ul.products li.product .button {
    height: 49px;
    background-color: #3cb5a9!important;
    font-size: 18px;
    padding: 15px 30px!important;
    border-radius: 0px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #000!important;
}
.category_products li:nth-child(even) {
    background: #e6e6e6;
}
.berocket_lgv_after_additional {
  height: 0px;
}
.berocket_lgv_widget {
  display: none;
}
ul.products.columns-1 li.product-category img {
    width: 40px!important;
    height: 40px!important;
    object-fit: contain!important;
    border-radius: 0!important;
}
ul.products.columns-1 li.product-category a {
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    background: #21ad9e;
    display: flex;
    padding: 57px 23px 13px!important;
    height: 228px;
    border: 1px solid #000;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
    min-height: 100%;
}
ul.products.columns-1 li.product-category a:hover {
    background: #000;
}
ul.products.columns-1 li.product-category h2 {
    font-size: 18px!important;
    font-weight: bold;
    display: inline-block!important;
    text-transform: uppercase;
    color: #fff;
}
ul.products.columns-1 li.product-category a:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/arrow_right.png);
    width: 31px;
    height: 21px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
ul.products.columns-1 {
    margin-bottom: 55px;
}
.woocommerce .woocommerce-ordering {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #3cb5a9;
    color: #fff;
    font-weight: 700;
    min-width: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 40px;
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul {
    background: #f6f6f6;
}
.iksm-terms .iksm-term .iksm-terms-tree--children .iksm-term__image-container {
    display: none;
}
.term-description {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 50px;
}
.block_seotext {
  font-size: 16px;
  line-height: normal;
}
.term-description ul, .block_seotext ul {
    padding-left: 40px;
    list-style: disc;
    margin-top: 15px;
    margin-bottom: 25px;
}
.term-description ul li, .block_seotext ul li {
    line-height: 140%;
}
.term-description ol, .block_seotext ol {
    padding-left: 40px;
    margin-top: 15px;
    margin-bottom: 25px;
    list-style: auto;
}
.term-description ol li, .block_seotext ol li {
    line-height: 140%;
}
.term-description h1, .block_seotext h1 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.term-description h2, .block_seotext h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    text-transform: none;
    text-align: left;
}
.term-description h3, .block_seotext h3 {
    font-weight: 500;
    font-size: 20px;
}
.sidebar_filter_content {
    margin-bottom: 70px;
}
.sidebar_filter_content h4.filter-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.sidebar_filter_content .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    border-radius: 0px;
    border: 2px solid #23ac9e;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sidebar_filter_content .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0px;
    position: relative;
}
.sidebar_filter_content .yith-wcan-filters .apply-filters {
    background: #000;
    color: #fff;
    box-shadow: none!important;
    outline: none!important;
    border: none!important;
    padding: 19px 36px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar_filter_content .yith-wcan-filters .yith-wcan-filter a.clear-selection {
    font-size: 12px;
    margin-bottom: 5px;
    color: #656565!important;
    text-decoration: underline;
    position: absolute;
    top: 5px;
    right: 5px;
}
.sidebar_filter_content button.btn.btn-primary.yith-wcan-reset-filters {
    background: none;
    border: none;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: underline;
    color: #656565;
}
.sidebar_filter_content .yith-wcan-active-filters {
    font-size: 12px;
}
.sidebar_filter_content .yith-wcan-active-filters.enhanced {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.sidebar_filter_content .yith-wcan-active-filters h4 {
    font-size: 16px;
    color: #3cb5a9;
    font-weight: 500;
}
.sidebar_filter_content .yith-wcan-filters {
    margin-bottom: 0px;
    background-color: transparent;
}
.filters-container form {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: flex-end;
    justify-content: space-between;
}
.sidebar_filter_content h3 {
    text-align: left;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 24px;
}
.sidebar_filter_content .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    border-radius: 0px;
    font-size: 14px;
}
/* =============================================================== */
/* ========================= MEDIA STYLE ========================= */
/* =============================================================== */
@media (min-width:992px) {

}
/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {

}

/* (1440x900) WXGA+ Display */
@media  screen and (max-width: 1440px) {

}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    .grid-template-columns {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .header_phone a {
      font-size: 18px;
    }
    .header_logo {
      max-width: 200px;
    }
    .catalog_content_item {
      padding: 35px 50px 35px;
      height: 280px;
    }
    .catalog_content_title {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .catalog_content_item img {
        height: 51px;
        width: auto;
    }
    .preim_box {
        row-gap: 30px;
    }
    .preim_box img {
        height: 50px;
    }
    .preim_desc p {
        font-size: 14px;
    }
    .mpblock {
        padding-bottom: 50px;
    }
    .twocol_item {
        height: 380px;
    }
    .twocol_title {
        height: 55px;
        font-size: 20px;
    }
    .na_content {
        grid-template-columns: repeat(4, 1fr);
    }
    .nalist_item a figure {
        height: 280px;
        margin-bottom: 15px;
    }
    img.na_post_items_foto {
        height: 280px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 15px;
    }
    .post-date {
        margin-bottom: 10px;
    }
    .na_post_title h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .nalist_item_shortdesc p {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    .footer_logo a img {
        object-fit: contain;
        height: 100px;
    }
    .footer_content {
        grid-template-columns: 150px 3fr 1fr;
        gap: 40px;
    }
    .footer_menu ul.menu {
        columns: 3;
        column-gap: 20px;
        height: auto;
    }
    .footer_menu ul.menu li.menu-item-has-children a, .footer_menu ul.menu li a {
        font-size: 14px;
    }
    .footer_phones a, .footer_mail a {
        font-size: 14px;
    }
    .sigle_page.thxpage {
        padding: 50px 0px;
    }
    .footer_phone a {
        font-size: 20px;
    }
    a.modal_btn_page {
        height: auto;
        line-height: normal;
    }
    footer.main_footer {
        padding: 60px 0px 30px;
    }
    .poduct-category {
        width: 25%!important;
    }
    h2.twomt {
        margin-bottom: 40px;
    }
    .block_onas p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .block_onas p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li a {
        font-size: 12px;
    }
    .mobile_menu ul.menu li a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mobile_menu ul.menu li.current-menu-item a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mobile_menu {
        padding: 20px 100px;
    }
    ul.menu {
        height: 420px;
    }
    .mpblock.block_forma_raschet.onasformbg {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .slide_title {
        font-size: 52px;
    }
    .slide_item {
        height: 647px;
    }
    .slide_item_content {
        padding-top: 40px;
        gap: 20px;
    }
    .slide_pretitle {
        font-size: 32px;
    }
    .main-arrow {
        width: 40px;
    }
    .main-arrow-prev:before, .main-arrow-next:before {
        width: 25px;
        height: 25px;
    }
    .main-arrow-prev:after {
        width: 55px;
    }
    .main-arrow-next:after {
        width: 55px;
    }
    .main-arrow-next:before {
        left: 60px;
    }
    .block_onas {
        padding-bottom: 50px;
    }
    .header_desctop .container {
        padding: 15px 10px;
    }
    .main_header {
        height: 94px;
    }
    .sigle_page.page_notopslider {
        padding-top: 50px;
    }
    .sigle_page h1 {
        margin-bottom: 50px;
    }
    .page_contacts h2 {
        font-size: 26px;
    }
    .pcont_desc p {
        font-size: 16px;
    }
    .bases_info_texttwo p {
        font-size: 16px;
    }
    .metalbases.pcont_bases {
        padding-bottom: 50px;
    }
    .bases_foto img {
        height: 440px;
        object-fit: cover;
        width: 100%;
    }
    .bases_item {
        grid-template-columns: 1fr 2fr;
    }
    .bases_left_inner h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .bases_info {
        margin-bottom: 20px;
    }
    .anarrow.anarrow-bar::before {
        width: 25px;
        height: 25px;
        left: 60px;
    }
    .anarrow::after {
        width: 55px;
        top: 3px;
    }
    .anarrow {
        height: 35px;
        width: 60px;
    }
    .bases_info_text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .bases_info a {
        font-size: 14px;
        font-weight: 500;
    }
    .mpblock.block_preim.basebl {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .term-description ul, .block_seotext ul {
        font-size: 14px;
    }
    .single_bases h1 {
        font-size: 28px;
    }
    .bases_form_content {
        padding: 0px;
    }
    div.wpforms-container-full.mp_form .wpforms-form textarea.wpforms-field-medium {
        height: 134px;
    }
    .alls_inner {
        padding: 35px 0px;
    }
    .alls_inner h3 {
        font-size: 24px;
    }
    .alls_inner_left .anarrow {
        bottom: 30%;
    }
    .sigle_page h1 {
        font-size: 32px;
    }
    .single_services_fpret {
        font-size: 14px;
    }
    div.wpforms-container-full.services_form .wpforms-form input[type=text], div.wpforms-container-full.services_form .wpforms-form input[type=email] {
        height: auto;
    }
    div.wpforms-container-full.services_form .wpforms-form textarea.wpforms-field-medium {
        height: 150px;
    }
    .single_services_content {
        padding-bottom: 50px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
        font-weight: 500;
    }
    .woocommerce ul.products li.product a {
        grid-template-columns: 50px 1fr;
    }
    .woocommerce ul.products li.product a img {
        width: 50px;
        height: 50px;
    }
    .woocommerce ul.products li.product .button {
        height: auto;
        padding: 10px 15px!important;
        font-size: 14px;
    }
    ul.products.columns-1 li.product-category a {height: auto;min-height: 190px;padding: 10px 10px 10px!important;}
    ul.products.columns-1 li.product-category h2 {
        font-size: 12px!important;
    }
    .woocatalog {
        grid-template-columns: 1fr 3fr;
    }
    ul.products.columns-1 li.product-category img {
        width: 50px!important;
        height: 50px!important;
    }
    ul.products.columns-1 {
        margin-bottom: 35px;
    }
    .single_product div.product .product_title {
        font-size: 24px;
        line-height: 130%;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
        height: 240px!important;
        object-fit: contain;
    }
    .single_product #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 30%;
    }
    .single_product #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 65%;
    }
    button#enquiryButton {
        font-size: 16px;
        height: auto;
        padding: 10px 15px!important;
    }
    span.sku_wrapper {
        gap: 0px;
    }
    span.sku_wrapper span.sku {
        font-size: 18px;
    }
    .sp_delivery {
        width: 65%;
    }
    .spdelivery_content {
        gap: 20px;
    }
    .spdelivery_content p {
        font-size: 14px;
    }
    .woocommerce table.shop_attributes th {
        font-size: 14px;
        padding: 5px 30px;
        height: 40px;
    }
    .woocommerce table.shop_attributes td p {
        font-size: 14px;
        padding: 5px 30px;
    }
    .woocommerce table.shop_attributes tr {
        height: 27px!important;
    }
    .related.products h2 {
        margin-bottom: 30px;
    }
    li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        width: 50px;
        height: 50px;
    }
    li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
        font-size: 14px;
    }
    li.sp_related_item a.enquiryLoopButton {
        height: auto;
        font-size: 14px;
        padding: 10px 15px!important;
    }
    h4.woocommerce-catalog-mode-popup-title {
        padding: 0 30px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    div.wpforms-container-full.mp_form {
        padding: 0px;
    }
    .woocommerce-catalog-mode-popup-container {
        max-width: 400px;
        border-radius: 3px!important;
    }
    div.wpforms-container-full.mp_form .wpforms-form input[type=text], div.wpforms-container-full.mp_form .wpforms-form input {
        height: auto!important;
        padding: 5px 10px!important;
    }
    div.wpforms-container-full.mp_form .wpforms-form .wpforms-field {
        padding: 10px 0px;
    }
    .raschetform_btn {
        padding: 10px 15px!important;
        width: 100%;
        font-size: 14px!important;
    }
    .woocommerce-catalog-mode-popup-close {
        width: 25px;
        height: 23px;
        font-size: 14px;
        line-height: 23px;
        border-radius: 3px;
        padding: 0px;
    }
    .woocommerce-catalog-mode-popup {
        border-radius: 3px;
    }
}
@media  screen and (max-width: 1280px) {

}

@media  screen and (max-width: 1180px) {
    .product_meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .footer_menu ul.menu {
        columns: 2;
        height: auto;
    }
}

@media (max-width: 992px) {
    .mobile_menu {
      padding: 0;
    }
    .header_lang ul.lang_switcher {
        display: none;
    }
    .header_lang {
        display: none;
    }
    .thx_text_one {
      font-size: 20px;
      text-align: center;
    }

    .thx_text_two {
      font-size: 18px;
      text-align: center;
    }

    .thx_box {
      margin-bottom: 0px;
      padding: 25px;
      gap: 15px;
    }
    .main_header {
      height: 70px;
    }
    .metalbases.pcont_bases .bases_posts {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .pcont_inner {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .main_wrapper:has(#wpadminbar) .header_desctop {
        margin-top: 45px;
    }
    ul.menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 100%;
    }
    .mobile_menu ul.menu li {
      display: list-item;
      width: 100%;
    }
    .mobile_menu ul.menu li.menu-item-has-children ul.sub-menu li a {
      color: #fff;
    }
    .header_desctop {
      z-index: 51;
    }
    .header_rp {
      grid-template-columns: 1fr;
    }
    .header_logotext {
      font-size: 12px;
      text-transform: none;
      font-weight: 400;
    }
    .header_lp {
      grid-template-columns: 136px auto;
      gap: 15px;
    }
    .header_phone {
      display: none;
    }
    .header_search {
      display: none;
    }
    .header_desctop .container {
      padding: 20px 15px;
    }
    .header_burger {
      margin-left: 0px;
    }
    .slide_pretitle {
      font-size: 20px;
    }
    .slide_title {
      font-size: 32px;
    }
    .slide_desc p {
      font-size: 18px;
      margin-bottom: 0px;
    }
    a.modal_btn_page.banner_btn {
      width: auto;
    }
    .slide_item_content {
      padding-top: 0;
    }
    .slide_item {
      min-height: 100vh;
      height: auto;
    }
    .mpblock {
        padding-bottom: 50px;
    }
    .container.container_fullwidth {
        padding: 0 15px;
    }
    .mpblock h2 {
        margin-bottom: 40px;
    }
    .preim_content, .order_content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        row-gap: 40px;
    }
    .preim_box {
        row-gap: 25px;
    }
    .preim_desc p {
        font-size: 16px;
    }
    .preim_box img {
        height: 60px;
    }
    .catalog_content {
        grid-template-columns: 1fr 1fr;
        gap: 3px;
    }
    .catalog_content_item {
        padding: 10px;
        max-width: 100%;
    }
    .catalog_content_item img {
        height: 41px;
    }
    .catalog_content_title {
        margin-bottom: 20px;
        font-size: 16px;
        text-transform: none;
    }
    .block_catalog .container {
        padding: 3px;
    }
    .block_forma_raschet_subtitle {
        margin-bottom: 25px;
    }
    .forma_raschet div.wpforms-container-full.mp_form .wpforms-form {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }
    .forma_raschet div.wpforms-container-full.mp_form .wpforms-field-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .twocol_content {
        grid-template-columns: 1fr;
    }
    .twocol_item {
        width: 100%;
        max-width: 100%;
        height: 364px;
    }
    .twocol_desc {
        padding: 0 15px;
    }
    .twocol_title {
        padding: 0 15px;
        height: 55px;
        font-size: 18px;
    }
    .top_links {
        position: relative;
        text-align: center;
        margin-top: 0px;
        gap: 15px;
        width: 100%;
        margin-bottom: 40px;
    }
    .top_links a {
        display: block;
    }
    .na_content {
        grid-template-columns: 1fr;
        padding-bottom: 0px;
    }
    .top_title_links h2 {
        margin-bottom: 20px;
    }
    .nalist_item a figure {
        height: 250px;
    }
    img.na_post_items_foto {
        height: 250px;
    }
    .na_post_title h3 {
        font-weight: 500;
    }
    .nalist_item_shortdesc p {
        line-height: 130%;
    }
    .footer_content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer_info {
        grid-template-rows: 1fr;
        text-align: center;
        justify-content: center;
    }
    .footer_menu ul.menu li.menu-item-has-children {
        width: 100%;
    }
    .footer_phone_text {
        /* padding: 0; */
        width: 100%;
        margin-top: 0px;
    }
    .footer_social {
        justify-content: center;
    }
    .footer_logo {
        align-items: center;
        gap: 15px;
    }
    footer.main_footer {
        padding: 50px 0px 50px;
    }
    .modal_content {
        padding: 30px 30px;
    }
    .modal_content h3 {
        font-size: 24px;
    }
    .modal_subtitle {
        padding: 0px;
    }
    div.wpforms-container-full.mp_form {
        padding: 0px;
    }
    .fancybox-close-small {
        width: 40px!important;
        height: 40px!important;
    }
    .fancybox-slide--html .fancybox-close-small {
        padding: 5px;
    }
    div.wpforms-container-full.mp_form .wpforms-form input[type=text], div.wpforms-container-full.mp_form .wpforms-form input {
        height: auto!important;
    }
    div.wpforms-container-full.mp_form .wpforms-form button[type=submit] {
        font-size: 16px!important;
        padding: 15px 30px!important;
    }
    .block_onas h1 {
        font-size: 30px;
    }
    .block_onas p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .block_onas {
        padding-bottom: 50px;
    }
    .mpblock.block_forma_raschet.onasformbg {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .footer_logo a img {
        max-width: 150px;
    }
    .sigle_page.page_notopslider {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sigle_page h1 {
        margin-bottom: 40px;
        font-size: 30px;
    }
    .metalbases h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .bases_posts {
        grid-template-columns: 1fr;
    }
    .bases_item {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .bases_left_inner h2 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .bases_info {
        margin-bottom: 20px;
    }
    .bases_info_text {
        font-size: 16px;
        font-weight: 500;
    }
    .bases_info_texttwo p {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 500;
    }
    .bases_foto img {
        height: auto;
    }
    .mpblock.block_preim.basebl {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    img.na_mainfoto {
        height: 250px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .na_desc ul {
        padding-left: 40px;
    }
    .na_desc p, .na_desc ol li, .na_desc ul li {
        line-height: 130%;
    }
    .na_foto_desc {
        grid-template-columns: 1fr;
        margin-bottom: 0px;
        gap: 30px;
    }
    .nafd_foto {
        margin-bottom: 20px;
        background: #fff;
    }
    .nafd_foto img {
        height: 237px;
        object-fit: contain;
    }
    .single_bases h1 {
        font-size: 30px;
    }
    .bases_left_inner {
        margin-bottom: 30px;
    }
    .single_bases_form {
        padding-top: 50px;
    }
    .bases_form_content {
        padding: 0px;
    }
    .bases_form_content h2 {
        font-size: 28px;
    }
    .bases_form_subtitle {
        max-width: 100%;
        margin-bottom: 25px;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-third,
    div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
        width: 100%!important;
        margin: 0!important;
    }
    div.wpforms-container-full .wpforms-form .wpforms-one-half,
    div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
    div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
        width: 100%!important;
        margin: 0!important;
    }
    div.wpforms-container-full.mp_form.basesform .wpforms-form .wpforms-submit-container {
        position: relative;
        margin-top: 25px;
    }
    .term-description h2, .block_seotext h2 {
        margin-bottom: 20px;
    }
    .allservices_box h2 {
        font-size: 28px;
    }
    .alls_inner {
        gap: 30px;
        grid-template-columns: 1fr;
        padding: 20px 0px 20px 0px;
    }
    .alls_inner h3 {
        font-size: 24px;
    }
    .alls_inner_left .anarrow {
        position: relative;
        display: block;
    }
    .alls_inner_left {
        min-height: auto;
    }
    .allservices_box {
        padding-bottom: 0px;
    }
    .ss_form .privacy_text {
        padding: 0px;
    }
    .ss_form .form_privacy {
        grid-template-columns: 50px 1fr;
        padding: 0!important;
    }
    .single_services_content {
        grid-template-columns: 1fr;
        padding-bottom: 50px;
        gap: 25px;
    }
    .ss_form div.wpforms-container-full.services_form .wpforms-form .wpforms-submit-container {
        position: relative;
    }
    .ss_form div.wpforms-container-full.services_form .wpforms-form .wpforms-one-half {
        margin-right: 0%!important;
        margin-left: 0!important;
        float: none!important;
    }
    .ss_form div.wpforms-container-full.services_form .wpforms-form .services_form_btn {
        width: 100%;
        margin-top: 10px!important;
    }
    .sigle_page {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .single_product, .woocatalog {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    li.product-category {
        width: 50%!important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
    }
    .woocommerce ul.products li.product a {
        grid-template-columns: 1fr;
    }
    .category_products li {
        grid-template-columns: 1fr;
        padding: 10px!important;
    }
    ul.products.columns-1 li.product-category a {
        padding: 10px!important;
        height: auto;
    }
    ul.products.columns-1 li.product-category h2 {
        font-size: 14px!important;
    }
    .woocommerce ul.products .category_products li.product a {
        text-align: center;
        display: block;
    }
    .single_product #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%;
    }
    .single_product #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
    }
    .sp_delivery {
        width: 100%;
        float: none;
    }
    .product_meta {
        grid-template-columns: 1fr;
    }
    .spdelivery_content {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    li.sp_related_item {
        grid-template-columns: 1fr;
        padding: 10px;
        display: block;
    }
    li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        display: block;
        text-align: center;
    }
    .single_product div.product .product_title {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    span.sku_wrapper {
        grid-template-columns: auto 1fr;
        align-items: center;
        margin-bottom: 30px;
    }
    .related.products h2 {
        margin-bottom: 25px;
        font-size: 18px;
    }
    li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
        margin-bottom: 10px;
    }
    li.sp_related_item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2 {
        margin-bottom: 10px;
    }
    .woocommerce-catalog-mode-popup-container {
        margin: 0 auto;
        width: 100%;
        max-width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: fixed;
        z-index: 99999999;
        overflow: auto;
        height: auto;
    }
    h4.woocommerce-catalog-mode-popup-title {
        font-size: 28px;
        line-height: 130%;
        padding: 0px 30px;
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) img {
        height: auto!important;
        border: 2px solid #23ac9e;
        border-radius: 50px;
    }
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
        min-width: auto;
    }
    .filters-container form {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

}
@media (max-width: 768px) {
    .header_logotext {
        font-size: 10px;
    }
    .filters-container form {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .header_rp {
        grid-template-columns: auto auto;
        gap: 20px;
    }
    .header_search {
        display: block;
    }
}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
@media (max-width: 600px) {
    .footer_menu ul.menu {
        columns: 1;
        height: auto;
    }
}