/*
	Theme Name: LC Blank
	Theme URI: http://themeforest.net/user/DanyDuchaine
	Author: Slobodan Kustrimovic
	Author URI: http://themeforest.net/user/DanyDuchaine
	Description: Multipurpose theme powered by Live Composer.
	Version: 1.0.2
	License: GPL2
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 * Reset CSS
 */

/* Reset and base styles  */
@font-face {
	font-family: 'Arkhip'; 
	src: url(/wp-content/themes/lc-blank-master/fonts/Arkhip.ttf); 
}
@font-face {
	font-family: 'Montserrat'; 
	src: url(/wp-content/themes/lc-blank-master/fonts/Montserrat.ttf); 
}
body{
  font-family: 'Montserrat';
}
* {
	padding: 0px;
	margin: 0px;
	border: none;
  }
  
  *,
  *::before,
  *::after {
	box-sizing: border-box;
  }
  
  /* Links */
  a {
	color: inherit;
  }
  
  li {
	font-size: 0;
  }
  
  a,
  a:link,
  a:visited {
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: none;
  }
  
  /* Common */
  aside,
  nav,
  footer,
  header,
  section,
  main {
	display: block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
	font-size: inherit;
	font-weight: inherit;
  }
  h1{
    font-size: 40px;
    font-family: 'Arkhip'; 
    line-height: normal;
  }
  h2{
    font-size: 40px;
    font-family: 'Arkhip'; 
    line-height: normal;
  }
  p{
    color: #0F0F0F;
    font-size: 16px;
    line-height: 140%;
  }
  ul,
  ul li {
	list-style: none;
  }
  
  img {
	vertical-align: top;
  }
  
  img,
  svg {
	max-width: 100%;
	height: auto;
  }
  
  address {
	font-style: normal;
  }
  
  /* Form */
  input,
  textarea,
  button,
  select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
  }
  
  input::-ms-clear {
	display: none;
  }
  
  button,
  input[type=submit] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
  }
  
  input:focus,
  input:active,
  button:focus,
  button:active {
	outline: none;
  }
  
  button::-moz-focus-inner {
	padding: 0;
	border: 0;
  }
  
  label {
	cursor: pointer;
  }
  
  legend {
	display: block;
  }

.container{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
} 
.page-def ul li{
  font-size: 16px;
  list-style-type: disc;
}
.alm-btn-wrap .done{
  display: none !important;
}
.alm-btn-wrap .alm-load-more-btn{
  border-radius: 50px !important;
  background: #F9AC1A !important;
  display: flex;
  width: 270px !important;
  height: 60px !important;
  padding: 16px 40px !important;
  justify-content: center ;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
}

.select2-results__options li{
  font-size: 14px !important;
}

.woocommerce div.product form.cart .button{
  background-color: rgb(18 184 224) !important;
  color: #fff !important;
  border-radius: 50px !important;
  height: 40px;
  width: 200px;
  margin-top: 20px;
}
.woocommerce .quantity .qty{
  display: none;
}
.woocommerce-input-wrapper input{
  height: 50px;
  border: 1px solid #000;
  padding-left: 30px;
  border-radius: 10px;
}
.wc_payment_methods li{
  list-style-type: none !important;
}
.woocommerce-checkout-payment{
  background-color: #FDEAC6 !important;
}
.payment_box{
  background-color: #D2F0F8 !important;
}
.place-order .button{
  background-color: rgb(18 184 224) !important;
  color: #fff !important;
  border-radius: 50px !important;
  height: 40px;
  width: 200px;
}
#order_comments_field textarea{
  border: 1px solid #000;
  padding-left: 30px;
  border-radius: 10px;
  padding-top: 10px;
}



/**Header**/
.header-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.menu-header .menu li a{
  color: #0F0F0F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu-header .menu li a:hover{
  color: #12B8E0;
  font-weight: 600;
}
.menu-header .menu {
  display: flex;
  gap: 20px;
  align-items: center;
  
}
.menu-header .sub-menu{
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 13px 17px;
    width: 168px;
    left: -9999px;
}
.menu-header .menu-item-has-children{
  position: relative;
}
.menu-header .menu-item-has-children:hover .sub-menu{
  left: -17px;
}
.button-call-header{
  color: rgb(18 184 224);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 173px;
  padding: 16px 52px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid rgb(18 184 224);
  cursor: pointer;
}
.call-action-header{
  display: flex;
  gap: 20px;
  align-items: center;
}
.soc-header{
  display: flex;
  gap: 15px;
}
.img-cart-icon{
  width: 35px;
}
.basket-btn{
  display: block;
}
.basket-btn__counter{
  background-color: rgb(18 184 224);
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
}
/**Footer**/
footer{
  background-color: #D2F0F8;
  padding: 60px 0 55px 0;
}
.wrapp-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.soc-seti-footer{
  display: flex;
  gap: 17px;
  margin-bottom: 20px;
}
.contact-number-footer{
  max-width: 290px;
  display: flex;
  flex-direction: column;
}
.contact-number-footer p{
  font-size: 14px;
}
.contact-number-footer a{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.menu-footer .menu li a{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 193px;
  display: block;

}
.menu-footer .menu{
  -moz-column-count: 2; /* Для Firefox */
  -webkit-column-count: 2; /* Для Safari и Chrome */
  column-count: 2;
  -moz-column-gap: 55px; /* Для Firefox */
  -webkit-column-gap: 55px; /* Для Safari и Chrome */
  column-gap: 55px;
}
.menu-item-48 a{
  margin: 0 !important;
}
.ur-info-footer{
  width: 100%;
  max-width: 240px;
}


/**Готовая продукция**/
.product-wrapp{
  margin: 80px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-wrapp .alm-reveal{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.item-product{
  border-radius: 20px;
  background: #F9F9F9;
  width: 366px;
  height: 520px;
  padding: 20px 20px 25px 20px;
}
.item-product .img-product{
  border-radius: 20px;
}
.img-product{
  width: 326px;
  height: 326px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.title-product{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  margin-top: 15px;
}
.block-info-product{

}
.block-size-product{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}
.pre-size-product{
  font-size: 14px;
}
.block-size-product select{
  width: max-content;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F7F7F7;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.wrapp-card-product{
  width: 326px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.buy-button-card-catalog{
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.block-buy-product{
  display: flex;
  justify-content: space-between;
  padding-left:  10px;
  margin-top: 20px;
  align-items: center;
}
.price-product{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.button-buy-product{
  border-radius: 60px !important;
  background: #12B8E0 !important;
  display: flex;
  width: 170px;
  height: 40px;
  padding: 20px 43px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.checkout-button{
  border-radius: 60px !important;
  background: #12B8E0 !important;
}
.wc-block-components-button:not(.is-link){
  border-radius: 60px !important;
  background: #12B8E0 !important;
  color: #FFF;
  font-weight: 600;
}
.block-product{
  margin-top: 50px;
}
.woocommerce div.product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/**Магазин**/
.button-magazine{
  display: flex; 
  gap: 20px;
  margin-top: 80px; 
  
}
.item-button-magazine{
  border-radius: 20px;
  background: #FFF;
  width: 100%;
  max-width: 560px;
  height: 84px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #0F0F0F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
.item-button-magazine::before{ 
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: linear-gradient(90deg, #F9AC1A, #4BC3E3);
  border-radius: 20px;
  z-index: -1; 
}
.magazine-active{
  font-weight: 600;
  background: linear-gradient(90deg, rgba(250, 181, 19, 0.30) 0%, rgba(18, 184, 224, 0.30) 100%);
}
.magazine-active::before{
  background: transparent;
}
.text-kurs p{
  max-width: 753px;
  font-size: 24px;
  margin-top: 60px;
}
.kurs-tabs{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.item-kurs{
  width: 366px;
  height: 202px;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 30px;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
}
.item-kurs::before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: linear-gradient(90deg, #F9AC1A, #4BC3E3);
  border-radius: 20px;
  z-index: -1; 
}
.active-kurs-tab{
  background: linear-gradient(90deg, rgba(250, 181, 19, 0.30) 0%, rgba(18, 184, 224, 0.30) 100%);
}
.active-kurs-tab::before{
  background: transparent;
}
.name-kurs-tab p{
  color: #0F0F0F;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.desc-kurs-tab p{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.price-kurs-tab p{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.kurs-info{
  border-radius: 20px;
  background: #F9F9F9;
  padding: 65px 40px; 
  position: relative;
  margin: 25px 0 80px 0;
}
.kurs-info::before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: linear-gradient(90deg, #F9AC1A, #4BC3E3);
  border-radius: 20px;
  z-index: -1; 
}
.title-block-kurs-info{
  display: flex;
  justify-content: space-between;
}
.name-kurs{
  color: #0F0F0F;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.price-kurs{
  color: #E9A400;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.info-kurs{
  columns: 2;
  margin-top: 30px;
}
.wrap-info-blok-kurs{
  display: flex;
  gap: 30px;
  margin-top: 85px;
}
.programm-kurs{
  max-width: 512px;
}
.title-programm-kurs{
  color: #0F0F0F;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.programm-kurs ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 20px;
  margin-top: 30px;
}
.programm-kurs ul li{
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  list-style-type: decimal;
}
.title-form-kurs{
  color: #0F0F0F;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.form-kurs{
  margin-top: 20px;
}
.form-kurs input{
  display: flex;
  width: 520px !important;
  padding: 20px 43px;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #DEDEDE;
  background: #FFF;
}
.form-kurs .jet-form-builder__submit{
  border-radius: 50px;
  background: rgb(18 184 224);
  display: flex;
  width: 270px;
  height: 60px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}
.form-kurs .field-type-calculated-field{
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  margin-top: 30px;
}
.form-kurs .field-type-calculated-field .jet-form-builder__label{
  width: auto;
  flex: auto;
  margin-right: 5px;
}
.form-kurs .field-type-calculated-field .jet-form-builder__label-text{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.form-kurs .field-type-calculated-field .jet-form-builder__calculated-field-val{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

/**Готовая продукция**/
.product-wrapp{
  margin: 80px 0;
}
.product-wrapp .alm-reveal{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.item-product{
  border-radius: 20px;
  background: #F9F9F9;
  width: 366px;
  height: 520px;
  padding: 20px 20px 25px 20px;
}
.item-product .img-product{
  border-radius: 20px;
}
.title-product{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  margin-top: 15px;
}
.block-info-product{

}
.block-size-product{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}
.pre-size-product{
  font-size: 14px;
}
.block-size-product select{

  height: 36px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F7F7F7;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.block-buy-product{
  display: flex;
  justify-content: space-between;
  padding-left:  10px;
  margin-top: 20px;
  align-items: center;
}
.price-product{
  color: #0F0F0F;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.button-buy-product{
  border-radius: 60px;
  background: #12B8E0;
  display: flex;
  width: 170px;
  height: 40px;
  padding: 20px 43px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-naprav-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.wrapp-product{
  display: flex;
}
.woocommerce-product-details__short-description{
  margin-top: 20px;
}
.product .variations_form{
  margin-top: 35px;
}
.product .pre-size-product{
  font-weight: 700;
}
.product #pa_razmery{ 
  border: 1px solid !important;
  border-radius: 20px;
  margin-top: 10px;
}
.product .woocommerce-Price-amount{
  color: #000;
}
.product .entry-summary{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media(max-width: 900px){
  h1, h2{
    font-size: 25px;
  }
  header{
    display: none;
  }
  footer{
    display: none;
  }
  .intro-main h2{
    font-size: 30px;
  }
  .container{
    padding: 0 15px;
  }
  .items-step{
    overflow-x: scroll;
  }
  .contact-block-main{
    flex-wrap: wrap;
  }
  .wrap-date-time-form-call{
    flex-wrap: wrap;
    height: auto;
    gap: 5px;
  }
  .wrap-date-time-form-call input{
    width: 100% !important;
    height: 60px;
  }
  .wrap-date-time-form-call .jet-form-builder-row{
    width: 100%;
    height: 70px;
  }
  .block-news-podkast{
    flex-wrap: wrap;
  }
  .intro-main p::before{
    display: none;
  }
  .button-intro span{
    width: 100%;
    text-align: center;
  }
  .step-item{
    width: 85%;
    height: auto;
  }
  .button-before-step{
    width: 100%;
  }
  .form-contact-block{
    width: 100%;
    margin-top: 15px;
  }
  .block-news-podkast{
    height: auto;
    justify-content: center;
    padding: 20px;
  }
  .block-news-podkast a{
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .about-wrapper{
    flex-wrap: wrap;
  }
  .block-text-intro-about{
    width: 100%;
    margin-left: 0;
  }
  .text-1-intro-about{
    width: 100%;
  }
  .block-info-about{
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .text-about-info{
    margin-top: 20px;
  }
  .block-button-about{
    flex-wrap: wrap;
    gap: 10px
  }
  .wrapper-core-values{
    height: auto;
  }
  .tabs-item{
    flex-direction: column-reverse;
    flex-wrap: wrap;

  }
  .wrapp-form-about{
    flex-wrap: wrap;
  }
  .form-about{
    width: 100%;
  }
  .rezume-block{
    height: auto;
  }
  .title-naprav-wrap{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
  .title-naprav h2{
    font-size: 25px;
  }
  .naprav-wrap{
    flex-direction: column
  }
  .button-naprav-page{
    width: 100%;
  }
  .naprav-items-page{
    width: 100%;
  }
  .reasons-item{
    height: auto;
    padding: 15px;
  }
  .form-consult input{
    width: 100% !important;
  }
  .form-consult .jet-form-builder__submit{
    width: 100% !important;
  }
  .form-consult .jet-form-builder-row{
    width: 100%;
  }
  .form-consult form{
    gap: 10px;
  }
  .betefits-uslugi-wrap{
    flex-wrap: wrap;
  }
  .items-undo-bron{
    flex-wrap: wrap;
  }
  .title-uslug{
    text-align: center;
  }
  .items-uslugi{
    justify-content: center;
  }
  .wrap-info-blok-kurs{
    flex-wrap: wrap;
  }
  .form-kurs input{
    width: 100% !important;
  }
  .info-kurs{
    columns: 1;
  }
  .kurs-info{
    padding: 65px 20px;
  }
  .button-magazine{
    flex-wrap: wrap;
  }
  .form-kurs .jet-form-builder__submit{
    width: 100%;
  }
  .text-kurs p{
    font-size: 18px;
  }
  .title-block-kurs-info{
    flex-wrap: wrap;
  }
} 