/*
/*
Theme Name: LGSF
Version: 105.1
Description: 
Author: Чечулин Роман
Author URI: ___
*/


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
}
html {scroll-behavior: smooth;}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #222;
  line-height: 1.7em;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

html,
body {
  height: 100%;
}

h2 {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.5em;
  color: #000;
}

h3 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  color: #000;
}

h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  color: #000;
}

.txt-bold {
  font-weight: 700;
}

button,
a {
  cursor: pointer;
  outline: none;
  border: none;
  color: #000;
}

#cfcf .wpcf7-form-control, .wpcf7-phonetext {max-width: 323px;}


.header {
  overflow: hidden;
  position: relative;
  
}

.logo-block_img img {
max-width: 160px;
  height: 60px;
}

.video-js {width: 100%;}
.header-top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0px 0px 10px 0px;
}

.header-logo_block,
.footer-logo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo_block .logo-block_text,
.footer-logo_block .logo-block_text {
  margin-left: 25px;
}
.header_container {
    padding-top: 20px;
}
.header-logo_block h1,
.footer-logo_block span {
  display: block;
  font-size: 0.75em;
  line-height: 1.7em;
  font-weight:400;
}

.header-phone_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang_flags {
    background: #e3e3e3;
}
.lang_flags li {
    display: inline-block;
}
.lang_flags ul {
    text-align: right;
    margin-right: 20px;
}
.header-phone_block .header-pnone_num {
  text-align: right;
  padding: 10px 0px 10px 10px;
}

.header-phone_block .header-pnone_num .phone_num {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 2px 0 2px 0;
}

.header-phone_block .header-pnone_num .phone-text {
  color: #777;
  font-size: .7em;
  line-height: 1.6em;
  position: relative;
}

.header-phone_block .header-pnone_num .phone-text .spot {
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: #0fcf00;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: translate(-30%, 50%);
  transform: translate(-30%, 50%);
  -webkit-animation: opas 1s infinite linear;
          animation: opas 1s infinite linear;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.header-pnone_btn {
	display: none;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
      top: -6px;
    position: relative;
	
}

.header-pnone_btn .icon-menu {
  font-size: 1.8em;
  font-weight: 500;
}

.header-content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-right_side {
  width: 50%;
  padding-top: 80px;
  position: relative;
 height: auto;
    margin-bottom: 5%;
}

.header-right_side img {
  height: 80vh;
  min-height: 550px;
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-left-side {
  padding-top: 60px;
  padding-bottom: 25px;
  width: 50%;
}

.header-left-side .left-side_text {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

.header-left-side .left-side_text:before {
  content: "";
  background-color: #4FA44E;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

.header-title {
  font-size: 3em;
  line-height: 1.3em;
  color: #111;
  width: 93%;
}

.txt-color1 {
  color: #4FA44E;
  font-weight: 800;
}

.left-side_question {
  color: #111;
  margin-top: 20px;
  font-size: 1.1em;
    padding-bottom: 20px;  
}

.header-get_one,
.header-get_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  padding-bottom: 10px;
}

.header-get_one p,
.header-get_two p {
  font-size: .9em;
  font-weight: 400;
  line-height: 1.8em;
}
.zrphone {color: #4FA44E;}
.header-get_one img,
.header-get_two img {
  width: 50px;
  height: 50px;
}

.get-one_text,
.get-two_text {
  margin-left: 3%;
}

.header-left_button {
  margin-top: 3.5vh;
}

.btn_count {
  width: 307px;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#62EB61), to(#4FA44E));
  background: linear-gradient(180deg, #62EB61 0%, #4FA44E 100%);
  -webkit-box-shadow: 0 15px 25px -5px #4fa402;
          box-shadow: 0 15px 25px -5px #4fa402;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  text-align: center;
  outline: none;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: 'Montserrat', sans-serif;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.btn_count:before {
  content: "";
  display: block;
  height: 300px;
  width: 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: sheens 2s ease-in-out infinite;
          animation: sheens 2s ease-in-out infinite;
}

.btn_count span {
  display: block;
}
#fancybox-content, #fancybox-outer {border-radius: 15px;}

@-webkit-keyframes sheens {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
    opacity: 0;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes sheens {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
    opacity: 0;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.btn_count:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_count span {
  font-weight: 400;
  font-size: 0.755em;
  color: #ffffff;
}
.gallary_img{    width: 16%;
    display: inline-block;}
.popup-contacts_wrap {
  position: fixed;
  background: #fff;
  z-index: 50;
  top: 0;
  right: -700px;
  padding: 50px 20px 40px 40px;
  width: 700px;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.popup-contacts_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 1.9em;
  font-weight: 400;
  cursor: pointer;
}

.contacts_main {
  position: relative;
  padding-bottom: 24px;
}

.contacts_main:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
  height: 2px;
  background: #000;
}

.contacts-main-title {
  margin-bottom: 15px;
}

.main_txt,
.contact-branches_address {
  margin-bottom: 5px;
}

.contact-main_phone,
.contact-main_mail {
  margin-bottom: 8px;
}

.main_txt {
  font-size: 0.9em;
  color: #444;
}

.main_phone {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.main_phone a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main_phone a:hover {
  color: #4FA44E;
}

.main_mail {
  font-size: 1.3em;
  font-weight: 500;
}

.main_mail a {
  color: #111;
}

.contact-main_social {
  margin-top: 13px;
}
.footer {    clear: both;}
.main-social_icons a,
.footer-social_icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 10%;
  margin-right: 10px;
  color: #fff;
  font-size: 1.1em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.main-social_icons a:hover,
.footer-social_icons a:hover {
  opacity: .9;
  color: #fff;
}

.main-social_icons .icon_youtube,
.footer-social_icons .icon_youtube {
  background-color: #DD263D;
}

.main-social_icons .icon_facebook,
.footer-social_icons .icon_facebook {
  background-color: #405FA1;
}

.main-social_icons .icon_twitter,
.footer-social_icons .icon_twitter {
  background-color: #1DA1F2;
}

.main-social_icons .icon_vk,
.footer-social_icons .icon_vk {
  background-color: #45668E;
}

.main-social_icons .icon_instagram,
.footer-social_icons .icon_instagram {
  background-color: #A37B93;
}
.pricerqst{    padding: 5px;
    font-weight: 600;}
.contacts_branches {
  margin-bottom: 15px;
}

.contacts-branches-title {
  margin-top: 25px;
  margin-bottom: 20px;
}

.contact-branches_address .txt-bold {
  display: block;
  font-weight: 600;
  color: #222;
}

.calculation {
  padding: 60px 0 80px 0;
  background-color: #F1F3F5;
  text-align: center;
}

.calculation_text {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-top: 12px;
  margin-bottom: 38px;
}

.calculation-content {
  border: 5px solid #4FA44E;
  -webkit-box-shadow: 0 25px 30px -10px #0000001a;
          box-shadow: 0 25px 30px -10px #0000001a;
}

.calculation-content img {
  max-width: 1100px;
  width: 100%;
}

.gallery {
  padding: 60px 0 0 0;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
}

.gallery_title {
  width: 80%;
  margin: 0 auto;
}

.gallery_text {
  font-size: 1.1em;
  width: 52%;
  margin: 30px auto 20px auto;
}

.gallery-content img {
  max-width: 1861px;
  width: 100%;
}

.advantages {
  background-image: url(/wp-content/themes/LGSF/quiz_new/img/advant_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 70px 0;
}

.advantages-wrap {
  width: 60%;
  padding-left: 15px;
}

.advantages_title {
  color: #111;
}

.advantages_text {
  font-size: 1.1em;
  margin-top: 25px;
  margin-bottom: 25px;
}

.advantages-content_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advantages_item {
  width: calc(100%/3);
  padding: 25px 24px 25px 0;
}

.advantages_item_icon img {
  width: 160px;
  height: 134px;
}

.advantages_item_title {
  font-weight: 600;
  line-height: 1.4em;
  color: #111;
  margin-top: 22px;
  margin-bottom: 12px;
}

.advantages_item_text {
  font-size: 0.9em;
  line-height: 1.7em;
}

.cooperation {
  padding: 50px 0 100px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F3F5));
  background-image: linear-gradient(180deg, #fff 0%, #F1F3F5 100%);
  text-align: center;
}

.cooperation_title {
  margin-bottom: 20px;
}

.cooperation-content_items {
  -webkit-box-shadow: 0 30px 40px -10px #0000001a;
          box-shadow: 0 30px 40px -10px #0000001a;
  margin-top: 0;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cooperation_item {
  padding: 20px 50px 35px 50px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #F1F3F5;
}

.cooperation_item_title {
  font-size: 2.0em;
  font-weight: 500;
  color: #111;
  margin: 50px 0px 25px 0px;
  overflow: hidden;
}

.cooperation_item_title:before, .cooperation_item_title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 3px;
  background: #4FA44E;
  border: solid #FFF;
  border-width: 0 10px;
}

.cooperation_item_title:before {
  margin-left: -100%;
}

.cooperation_item_title:after {
  margin-right: -100%;
}

.cooperation_item_text {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #000;
}

.cooperation-item_services {
  font-weight: 500;
  color: #111;
  margin: 18px 0 18px 0;
}

.cooperation_service {
  padding: 5px 10px;
  margin-top: 11px;
  border-radius: 5px;
  background-color: #F1F3F5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer {
  background-color: #fff;
  padding: 40px 0 28px 0;
}

.footer-top_row,
.footer-middle_row,
.footer-bottom_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-middle_row {
  line-height: 1.3em;
  margin-top: 50px;
  margin-bottom: 45px;
}

.footer-pnone_num {
  text-align: right;
}

.footer-pnone_num .phone_num {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 2px 0 2px 0;
}

.footer-pnone_num .phone-text {
  color: #777;
  font-size: .75em;
  line-height: 1.7em;
}

.footer-middle_details,
.footer-social_txt {
  font-size: 0.75em;
}

.footer-contact_txt {
  font-size: 0.75em;
  color: #777;
}

.footer-middle_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 70px;
}

.footer-social_icons {
  margin-left: 10px;
}

.footer-social_txt {
  width: 31%;
}

.footer-contact_mail {
  text-align: right;
  margin-right: 15px;
}

.footer-contact_mail .footer_mail {
  font-weight: 500;
}

.footer_btn {
  width: 139px;
  height: 40px;
  background-color: #4FA44E00;
  padding: 12px 20px 11px 20px;
  border: 1px solid #222;
  font-weight: 500;
  font-size: 0.8em;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Montserrat', sans-serif;
}

.footer_btn:hover {
  color: #fff;
  background-color: #111;
}

.footer-rights,
.footer-policy {
  font-size: 0.7em;
  line-height: 1.6em;
  color: #222;
}

.footer-policy {
  width: 50%;
  text-align: right;
}
/*woocommerce*/
	.woobody .columns-3 {    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;}
.woocommerce-Price-amount {    font-size: 22px;}
.product_title {    width: 100%;}
	
	.pricek .woocommerce-Price-amount::before {display:none!important;}
	
.piceot	{    font-size: 0.70em;
    line-height: 1.7;
    height: auto;
    box-sizing: border-box;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    color: #2d843e;
    display: block;}
.woocommerce-result-count{display:none;}
.orderby	{display:none;}
	
.woocommerce-Price-amount::before {   font-size: 0.70em;
    line-height: 1.7;
    height: auto;
    box-sizing: border-box;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    color: #4fa44e;display: block;}
html[lang=en] .woocommerce-Price-amount::before { content: "Turn-key from:";}
html[lang=ru] .woocommerce-Price-amount::before { content: "«Под ключ» от:";}	
	
	.woocommerce-Price-amount bdi {width: 100%;    clear: both;}
.woof_sid_auto_shortcode{border-radius: 15px!important; }
.irs-from, .irs-to, .irs-single { background:#5aa959d4!important;}
/*.woof_products_top_panel {display:none!important;}*/
.woof_list_checkbox{display: flex;
    flex-wrap: wrap;}
	
.woof_reset_search_form {padding: 5px;    border-radius: 5px;background:#5aa959d4!important;    color: #fff;}
.woof_sid_auto_shortcode .woof_container {
   /* width: 100%!important;*/
    padding: 20px 20px!important;
}
.woocommerce-products-header__title{    width: 100%;
    padding: 10px 0 20px 10px;}
.woocommerce-Tabs-panel--description{    width: 45%;    float: right;}	
.related{    clear: both;
    padding-top: 30px;}
.related	h2 {width:100%}
.related ul{display: flex;
    flex-wrap: wrap;
    width: 100%;}
.products .product {    background: #ffffff;
    box-sizing: border-box;
    max-width: 350px;
    height: auto;
    justify-content: left;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 12%);
    margin-bottom: 20px;display: flow-root;margin: 10px 10px;}
.woocommerce-loop-product__title {    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    font-family: "Montserrat", Sans-serif;    width: 100%;}
.attachment-woocommerce_thumbnail{    width: 100%;
    border-radius: 15px 15px 0 0;}	
.product_title{margin: 10px 10px 0px 0px;}	
.single_add_to_cart_button, .add_to_cart_button{font-weight: 500;
    fill: #4fa44e;
    color: #4fa44c;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4fa44e;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 12px 12px 12px;
    text-decoration: none;
    width: 95%;
	margin: 10px auto;
    text-align: center;
    margin-bottom: 10px;    display: block;}	
.single_add_to_cart_button:hover, .add_to_cart_button:hover	{color: #ffffff;
    background-color: #4fa44e;
    fill: #ffffff;}
.woocommerce-product-gallery{      width: 53%;
    float: left;
    margin-right: 2%;}
.woocommerce-product-gallery .wp-post-image	{width: 100%;    object-fit: cover;}
.woocommerce-product-gallery__image	{float: left;   margin: 5px;    width: auto;}
.summary {width: 45%;
    float: right;    display: flex;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}	
.imgscale{    display: inline-block;
    overflow: hidden;
    border-radius: 15px 15px 0 0;}
.cardimg:hover, .product:hover .cardimg {
    transform: scale(1.1);
    transition: 1s;
}	

.card {
    overflow: hidden;
}
.woof_sid_auto_shortcode.woof {
   /* padding: 16px;
    float: left;
    width: 29%;*/
  
}	
.woof_block_html_items {    float: right;}
.woof_products_top_panel { float: left;
    width: 29%;display:none!important;}
.woocommerce ul.products li.product a img {    border-radius: 15px 15px 0 0;margin:0!important;}
.woocommerce-loop-category__title{font-size: 17px!important;    font-weight: 600;       text-align: center;}	
.woocommerce .columns-2{    float: right;    width: 68%;display: flex;flex-wrap: wrap;    align-items: center;    justify-content: left;}
.wc-tabs {display:none;}

.woocommerce .columns-3 {    display: flex;
    flex-wrap: wrap;align-items: center;    justify-content: center;}

.woocommerce-Tabs-panel--reviews {display:none!important;}

	.wpcf7 form .wpcf7-response-output {  position: absolute!;}

/* квиз */

.quiz-step6{max-width: 460px;margin:auto;text-align:center;}
.wpcf7-select{padding: 10px;border-radius: 20px;color:gray;border:4px solid #e6e6e6;width: 100%;}
.quiz-min{font-size:13px;}
.type_01 .wpcf7-list-item,.type_02 .wpcf7-list-item,.type_03 .wpcf7-list-item,.type_04 .wpcf7-list-item {    box-shadow: -3px -3px 2px #cecdcd;}
.wpcf7-list-item:hover {opacity:0.8}

/* каталог */	
#alg_currency_selector {    width: 100%;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;}
	.row_2 {
    display: flex;
    min-height: 530px;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: calc(-20px / 2);
    margin-right: calc(-20px / 2);
	
}
.card_row{max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;box-sizing: border-box;
	padding-left: 10px;
    padding-right: 10px;}
.card {
background: #ffffff;
   box-sizing: border-box;
    max-width: 350px;
    height: auto;
    justify-content: center;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
	

}
.cardimg {        border-radius: 15px 15px 0 0;width: 100%;}
.card-title{font-size: 1.0em;
    font-weight: 600;
    line-height: 1.5em; font-family: "Montserrat", Sans-serif;width: 100%;}
.card_descrip{position: relative;
    width: 97%;
	padding:20px;
	    display: flex;
		box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;}
	
.s_row	{    font-size: 0.85em;
    font-weight: 600;
    line-height: 1.2em;
    width: 38%;
    max-width: 38%;}
.card_descrip h5	{margin: 10px 0px 5px 0px;    width: 100%;}
.s_col{	margin: 5px 5px 5px 0px;
    padding: 7px 5px 7px 15px;
    background-color: #ebf4f8;height: 48px;
    border-radius: 5px 5px 5px 5px;}
	.sspan{font-family: "Montserrat", Sans-serif;	font-size: 16px;}
	.sspan:after {
          display: block;
    clear: both;
    width: 0;
    height: 0;
    top: 5px;
    position: relative;
    left: 7px;
    font-size: 12px;
    font-weight: 200;}
	html[lang=en] .sspan:after { content: "Area";}
html[lang=ru] .sspan:after { content: "Площадь";}
.height_row{font-size: 0.85em;
    font-weight: 600;
    line-height: 1.2em;
    width: 25%;
    max-width: 25%;}
.height_col{margin: 5px 5px 5px 5px;
    padding: 7px 5px 7px 15px;
    background-color: #fcf5ef;
    border-radius: 5px 5px 5px 5px;height: 48px;}
.hspan{font-family: "Montserrat", Sans-serif;	font-size: 16px;}
.hspan:after {position: relative;
    top: 5px;
       display: block;
    clear: both;
    width: 0;
    height: 0;
	font-size: 12px;
    font-weight: 200;}
	.room_row{font-size: 0.85em;
    font-weight: 600;
    line-height: 1.2em;
    width: 37%;
    max-width: 37%;}
html[lang=en] .hspan:after { content: "Height";}
html[lang=ru] .hspan:after { content: "Этажей";}	
	.room_col{margin: 5px 0px 5px 5px; height: 48px;
    padding: 7px 5px 7px 10px;
    background-color: #f1f3f5;
    border-radius: 5px 5px 5px 5px;}
	.rspan, .kspan {font-family: "Montserrat", Sans-serif;	font-size: 16px;}
	.rspan:after {position: relative;
    top: 5px;
       display: block;
    clear: both;
    width: 0;
    height: 0;
	font-size: 12px;
    font-weight: 200;}
html[lang=en]	.rspan:after {content: "Rooms";}
html[lang=ru]	.rspan:after {content: "Комнат";}	
	.kspan:after {position: relative;
    top: 5px;
    content: "Rooms";
    display: block;
    clear: both;
    width: 0;
    height: 0;
	font-size: 12px;
    font-weight: 200;}
	.prim{font-size:0.78em;line-height:1.7; box-sizing: border-box;font-family: "Montserrat", Sans-serif;font-weight: 600;
    color: #b70f0f; height: 100%;margin-top: 5px;}
	.price{font-weight:600;font-size:22px;line-height:1.4; box-sizing: border-box;    width: 100%;font-family: "Montserrat", Sans-serif;    margin-top: 10px;}
	.priceold {text-decoration: line-through; margin: 7px 0px 0px 2px;}
	.sale {    background-image: url(/wp-content/themes/LSTK/quiz_new/img/sale.webp);
    background-position: center center;
    width: 120px;
    height: 100px;
    position: absolute;
    z-index: 1000;    transform: translate(0%, 0%);}
.card_button {font-weight: 500;
    fill: #4fa44e;
    color: #4fa44c;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4fa44e;
    border-radius: 10px 10px 10px 10px;
	margin-bottom: 10px;
    padding: 12px 12px 12px 12px;text-decoration: none;width: 100%;text-align: center;}
.cf7mls_next.action-button {background: -webkit-gradient(linear, left top, left bottom, from(#62EB61), to(#4FA44E));
    background: linear-gradient(180deg, #62EB61 0%, #4FA44E 100%);
    -webkit-box-shadow: 0 15px 25px -5px #4fa402;
    box-shadow: 0 15px 25px -5px #4fa402;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    position: relative;
    overflow: hidden;padding: 8px 15px;}	
	
.button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;text-align: center;font-family: "Montserrat", Sans-serif;	font-size: 16px;}
	.button_row{display: flex;padding-left: 10px;
    padding-right: 10px;}
	.wpcf7-submit {    width: 250px;
    margin: auto;
    display: block;
    height: 55px;
    background: -webkit-gradient(linear, left top, left bottom, from(#62EB61), to(#4FA44E));
    background: linear-gradient(
180deg
, #62EB61 0%, #4FA44E 100%);
    -webkit-box-shadow: 0 15px 25px -5px #4fa402;
    box-shadow: 0 15px 25px -5px #4fa402;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 7px;
    color: white;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
    position: relative;
    overflow: hidden;    top: 20px;
	
}
.header-left_button {
    margin-top: 3.5vh;}
	
.catalog {    padding: 60px 0 0 0;
    background-color: #fff;
    background-image: linear-gradient( 
218deg
 , #fff 0%, #F1F3F5 100%);
    
    margin: 0 auto;}
	
div.wpcf7-response-output {border:none!important;}	
.wpcf7-response-output	{z-index: 100;
    background: #fff;
    display: block;
}
	.card_button:hover{color: #ffffff;background-color: #4fa44e;fill: #ffffff;}
/*меню*/
.main_menu {height: auto;
    vertical-align: middle;
    box-sizing: border-box;
    margin-top: 10px;}
	.menu-item a:hover {
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    transition-property: border-bottom;
    transition-timing-function: linear;
    transition-duration: .2s;
}
.green_wrap {background: #4FA44E;}
#menu-menu-2 .menu-item a {color: #fff;}
.header-pnone_btn .icon-menu {  position: relative;  top: 9px;}
.sub-menu { display: none; }
.menu-menu-1-container {    text-align: right;}
.sub-menu .menu-item {display: block;}
#menu-menu-2 .sub-menu {
    position: absolute;
    background: #4fa44ebd;
    z-index: 1000;
    padding: 10px;
	    margin:2px 4px;}
#menu-menu-1 .sub-menu {
   
    z-index: 1000;
    padding: 0 10px;
	    margin-left: 7px;}	
.sub-menu li {text-transform: none!important;font-size: 16px;}	
.sub-menu li {    width: 100%!important;
    text-align: left!important;}

	.menu-item-object-custom > a:after{   content: "";
    height: 15px;
    box-sizing: border-box;
   
    
    width: 15px;
    background: url(/wp-content/themes/LSTK/quiz_new/img/down-arrow.svg)center 2px no-repeat;
    display: inline-block;
    margin-left: 3px;
    }


.main_menu li  {display: inline-block;
   /* width: 13.8%;*/
   padding: 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	text-transform: uppercase;    margin-top: 2px;}
.mob_menu li  {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
	line-height: 1.6;text-transform: uppercase;}
.header-pnone_btn .icon-menu {  position: relative;  top: 9px;}

/*sert*/
.sertwrap{ display: grid;
    grid-template-columns: repeat(6, 1fr);text-align: center;}
.sert {padding: 10px;}
 .sertif h2 {margin-bottom: 20px;    margin-top: 40px;
    text-align: center;}




/*callback*/ 
 #callback {max-width:320px;}
#fancybox-content, #fancybox-outer {border-radius: 15px;}
.callback_h2{    text-align: center;
    font-weight: 600;}
.callback_h3 {text-align: center;
    font-size: 13px;
    margin-bottom: 10px;}
	
.callbackw{background:#4FA44E;
        border:2px solid #6BC851;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 3%;
        bottom: 3%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;

}
.callbacka{ height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;}
.callbackw i {
        color:#fff;
        font-size:33px;
        transition:.3s;
        line-height: 65px;transition: .5s ease-in-out;
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-tel, .wpcf7-mask{
    padding: 10px;
    border-radius: 20px;
    color: gray;
    border: 4px solid #e6e6e6; width: 100%;
}
.cf7popup {margin-top: 20px;}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}
@media (max-width: 1150px) {.sertwrap{grid-template-columns: repeat(2, 1fr);}}


@media (max-width: 1120px) {
  .header-phone_block .header-pnone_num .phone-text {
    font-size: .6em;
  }
  .header-phone_block .header-pnone_num .phone_num {
    font-size: 1.1em;
  }
  .header-logo_block span,
  .footer-logo_block span {
    font-size: 0.65em;
  }
  .logo-block_img img {
    width: 140px;
    height: 40px;
  }
  .header-left-side .left-side_text {
    font-size: 1.2em;
  }
  .header-title {
    font-size: 1.8em;
    line-height: 1.3em;
  }
  .left-side_question {
    font-size: 0.9em;
  }
  h3 {
    font-size: 1em;
  }
  .header-get_one p,
  .header-get_two p {
    font-size: .8em;
  }
  .header-get_one img,
  .header-get_two img {
    width: 50px;
    height: 50px;
  }
  .btn_count {
    width: 270px;
    height: 70px;
    font-size: 1em;
  }
  .header-right_side img {
    height: 60vh;
  }
 
  h4 {
    font-size: 1.3em;
  }
  .main_txt {
    font-size: 0.7em;
  }
  .main_phone {
    font-size: 1.2em;
    line-height: 1em;
  }
  .main_mail {
    font-size: 1.2em;
    line-height: 0.8em;
  }
  .popup-contacts_wrap {
    width: 500px;
  }
  .main-social_icons a,
  .footer-social_icons a {
    width: 30px;
    height: 30px;
  }
  .contact-branches_address {
    font-size: 0.8em;
    line-height: 1.7em;
  }
  h2 {
    font-size: 1.6em;
  }
  .gallery_title,
  .calculation_title {
    width: 90%;
    margin: 0 auto;
  }
  .calculation_text {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .gallery_text {
    font-size: 0.9em;
    width: 56%;
    margin: 23px auto 16px auto;
  }
  .advantages_text,
  .advantages_item_title {
    font-size: 0.9em;
  }
  .advantages_item_icon img {
    width: 104px;
    height: 87px;
  }
  .advantages_item_text {
    font-size: 0.7em;
    line-height: 1.7em;
  }
  .advantages {
    padding: 50px 0 20px 0;
  }
  .advantages-wrap {
    width: 66%;
  }
  .advantages_text {
    margin-bottom: 0px;
  }
  .cooperation_item_title {
    font-size: 1.5em;
    margin: 12px 0px 22px 0px;
  }
  .cooperation_item_text {
    font-size: 1em;
  }
  .cooperation {
    padding: 50px 0 60px 0;
  }
  .cooperation_item {
    padding: 20px 25px 25px 25px;
  }
  .cooperation_service {
    font-size: .7em;
  }
  .cooperation-item_services {
    margin: 15px 0 10px 0;
    padding: 4px 10px;
    margin-top: 9px;
  }
  .footer-pnone_num .phone-text,
  .footer-middle_details,
  .footer-social_txt,
  .footer-contact_txt {
    font-size: .65em;
  }
  .footer-pnone_num .phone_num {
    font-size: 1.1em;
  }
  .footer_mail {
    font-size: 0.9em;
  }
  .footer_btn {
    font-size: 0.7em;
  }
  .footer-rights,
  .footer-policy {
    font-size: 0.6em;
  }
  .footer-middle_details {
    width: 23%;
  }
  .footer-social_txt {
    width: 100%;
  }
  .footer-middle_socials {
    margin-left: 0;
    display: inline-block;
  }
  .footer-social_icons {
    margin-left: 0px;
  }
  .footer-middle_row {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .footer-top_row,
  .footer-middle_row,
  .footer-bottom_row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .logo-block_img img {
    width: 94px;
    height: 40px;
  }
  .gallary_img{width: 32%;}
  .header-logo_block .logo-block_text {
    display: none;
  }
  .header-phone_block .header-pnone_num {
    padding: 0;
  }
  .header-phone_block .header-pnone_num .phone_num {
    font-size: 0.96em;
  }
  .header-top_row {
    padding: 0px 0px 10px 0px;
    min-height: 40px;
  }
  .main_menu{display:none!important;}
  .header-pnone_btn{display:block!important;}	
  .header-pnone_btn .icon-menu {
    font-size: 1.5em;
    padding-left: 12px;
	
  }
  .header-phone_block .header-pnone_num .phone-text {
    padding-left: 10px;
  }
  .header-content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-left-side {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 8px 0px 30px 2px;
  }
  .header-right_side {
    height: 28vh;
	    padding-top: 30px;
    height: auto;
    width: 100%;
  }
  .header-right_side img {
    height: 28vh;
    min-height: 180px;
    width: 100%;
  }
  .header_container {
    padding: 0;
  }
  .header-left-side .left-side_text {
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .header-left-side .left-side_text:before {
    left: -35px;
  }
  .header {
    padding-top: 12px;
    overflow: visible;
  }
  .header-title {
    font-size: 5.525vw;
    line-height: 1.4em;
    width: 96%;
  }
  .header-get_one img,
  .header-get_two img {
    width: 43px;
    height: 43px;
  }
  h3 {
    font-size: 0.9em;
  }
  .get-one_text,
  .get-two_text {
    margin-left: 5%;
  }
  .header-left_button {
    margin-top: 4px;
    width: 100%;
  }
  .header-get_one p,
  .header-get_two p {
    font-size: .76em;
    line-height: 1.5em;
    margin-top: 5px;
  }
  .left-side_question {
	  
    font-size: .9em;
    margin-top: 7px;
  }
  .btn_count {
    height: 65px;
  }
  .popup-contacts_wrap {
    min-width: 305px;
    width: 50%;
    padding: 47px 7px 40px 17px;
  }
  .btn-close {
    right: 15px;
    top: 15px;
  }
  h4 {
    font-size: 1.2em;
  }
  .main-social_icons a,
  .footer-social_icons a {
    width: 34px;
    height: 34px;
  }
  .contacts_main:after {
    width: 83px;
  }
  h2 {
    font-size: 1.2em;
  }
  .calculation_text {
    width: 80%;
    margin: 10px auto 20px auto;
  }
  .calculation {
    padding: 30px 0 60px 0;
  }
  .gallery {
    padding: 30px 0 0 0;
  }
  .gallery_text {
    font-size: 0.8em;
    width: 85%;
    line-height: 1.7em;
    margin-top: 15px;
  }
  .advantages {
    padding: 40px 0;
  }
  .advantages_text,
  .advantages_item_title {
    font-size: 0.8em;
  }
  .advantages_text {
    line-height: 1.7em;
  }
  .advantages_item_icon img {
    min-width: 91px;
    width: 100%;
    min-height: 76px;
    height: 100%;
  }
  .advantages {
    background: url(/wp-content/themes/LGSF/quiz_new/img/advant_bg2.jpg) no-repeat center center/cover;
  }
  .advantages_text {
    margin-top: 20px;
  }
  .advantages_item {
    width: calc(100%/2);
    padding: 15px 16px 0px 0;
  }
  .advantages-wrap {
    width: 100%;
  }
  .advantages_title {
    width: 85%;
  }
  .advantages_item_title {
    margin-top: 5px;
    margin-bottom: 9px;
  }
  .advantages-wrap {
    padding-left: 9px;
  }
  .cooperation {
    padding: 30px 0 50px 0;
  }
  .cooperation-content_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cooperation_item {
    width: 100%;
    padding: 20px 13px 25px 13px;
  }
  .cooperation_item_title {
    font-size: 1.25em;
    margin: 10px 0px 18px 0px;
  }
  .cooperation_item_text {
    font-size: 0.9em;
  }
  .cooperation-item_services {
    font-size: 0.8em;
    margin: 0;
  }
  .cooperation_service {
    font-size: .65em;
    line-height: 1.7em;
  }
  .footer-logo_block .logo-block_img img {
    width: 117px;
    height: 40px;
  }
  .footer-logo_block span,
  .footer-pnone_num .phone-text,
  .footer-middle_details,
  .footer-social_txt,
  .footer-contact_txt {
    font-size: 0.7em;
  }
  .footer-pnone_num .phone_num {
    font-size: 1.35em;
  }
  .footer_mail {
    font-size: 1em;
  }
  .footer_btn {
    font-size: 0.8em;
  }
  .footer_btn {
    width: 100%;
  }
  .footer-top_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-pnone_num {
    text-align: left;
  }
  .footer-middle_row,
  .footer-bottom_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .footer-phone_block,
  .footer-contact_mail,
  .footer-middle_socials {
    margin-top: 15px;
  }
  .footer-contact_mail {
    text-align: center;
    margin-right: 0;
    margin: 10px auto 0 auto;
  }
  .footer-middle_details {
    width: 100%;
  }
  .footer-middle_socials {
    margin: 15px auto;
  }
  .footer-social_txt {
    margin-bottom: 5px;
  }
  .footer-policy {
    width: 100%;
  }
  .footer-policy,
  .footer-rights {
    text-align: center;
    margin: 0 auto;
  }
  .footer-policy {
    margin-bottom: 15px;
  }
    /*woocommerce*/
  .woocommerce-product-gallery {
    width: 100%;
    float: none;
    margin-right: 0;}
.woocommerce-product-gallery__wrapper{align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;}
	.summary {
    width: 100%;
    float: right;
    display: flex;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.woocommerce-Tabs-panel--description {
    width: 100%;
    float: none;
}
.type-product .related ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
}
@media (max-width: 590px) {.sertwrap{grid-template-columns: repeat(1, 1fr);}}
/*# sourceMappingURL=style.css.map */