/*
Theme Name: Child Theme Komanda
Template: kmnd
Theme URI: https://komanda.dev/
Description: Child themes Komanda
Author: Komanda
Author URI: https://komanda.dev/
Version: 1.0
*/


:root{
	--kmnd-body-background-primary: #ffffff;
	--kmnd-body-background-accent: #EE5C00;
	--kmnd-body-background-primary-inverted: ;
	--kmnd-body-background-secondary-inverted: #24505E;
	--kmnd-body-color-primary: #1D1D1B;
	--kmnd-body-color-secondary: #201F1F;
	--kmnd-body-color-tertiary: #2E2A2C;
	--kmnd-body-color-neutral: #24505E;
	--kmnd-body-color-accent: #F75E02;
	--kmnd-body-color-primary-inverted: #FFFFFF;
	--kmnd-body-border-color-primary: #DBDFE2;
	--kmnd-body-border-color-secondary: #F1F2F3;
	--kmnd-body-font-family-primary: "Geometria", sans-serif;
	--kmnd-font-size: 16px;
	--kmnd-line-height: 125%;
	--kmnd-transition: all 0.25s ease;
}
		
.header__contacts-content p:not(:nth-of-type(1)) {
    display: block;
}

.footer__subscribe form {
    height: 50px;
}

.footer__subscribe form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__subscribe input.btn {
   outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    border: 2px solid #F75E02 !important;
    background: #F75E02 !important;
    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;
    padding: 12px 16px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.51px;
    font-size: 1.063rem;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    color: var(--kmnd-body-color-primary-inverted) !important;
	cursor: pointer;
}

body .footer__subscribe input.btn:hover {
    color: var(--kmnd-body-color-accent) !important;
    background: none !important;
}

.footer__subscribe {
    overflow: hidden;
}

/* @media and (max-width:600px){
	.footer__subscribe input.btn {
		margin-left: -32%;
		max-width: 114px;
		font-size: 15px;
	}
} */

.w10{
	position: absolute;
	right: 20px;
	margin-top: 2px;
	font-size: 0.938rem!important;
	    padding: 11px 10px!important;
		border-radius: 16px!important;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-response-output {
    position: absolute;
    margin-top: 130px!important;
    color: wheat;
	margin-left: 0px!important;
}
@media (min-width:1600px){
	.w10{
		right: 105px;
	}
}

@media (min-width:1620px){
	.w10{
		right: 85px;
	}
}
@media (min-width:1920px){	
	.w10{
		right: 86px;
	}
}

@media (min-width:2000px){	
	.w10{
		right: 165px;
	}
}
	
@media (min-width:2500px){	
	.w10{
		right: 210px;
	}
}

span.copy-message {
    position: absolute;
    margin-top: 65px;
    margin-left: 135px;
}
/******************************************/
.breadcrumbs span a, span.line {
    text-decoration: none;
    color: inherit;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    opacity: 0.3!important;
}
.line {
    margin-right: 10px;
	margin-left: 10px;	
}

.breadcrumbs span {
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    display: inline;
    color: var(--kmnd-body-color-primary-inverted);
}   
.spacer {
    margin-bottom: 80px;
}
/*******************************************/
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px
}
.mt-20{
	margin-top: 20px
}
.mt-25{
	margin-top: 25px
}
.mt-30{
	margin-top: 30px
}
.mt-50{
	margin-top: 50px
}
.mb-10{
	margin-bottom: 10px
}
.mb-15{
	margin-bottom: 15px
}
.mb-20{
	margin-bottom: 20px
}
.mb-25{
	margin-bottom: 25px
}
.mb-30{
	margin-bottom: 30px
}

.likes {
    display: flex;
    margin-left: 10%;
}
span.like-icon {
    cursor: pointer;
}
svg.feather.feather-heart {
    max-width: 30px;
}

li.likes__item button{
    font-weight: 700;
}

.like-icon.empty svg path {
    fill: none;
}

.like-icon.filled svg,
.like-icon.filled svg path {
    fill: red!important; 
}

.like-icon.filled svg [fill="#2E2A2C"] {
    fill: red !important;
}

li.likes__item.likes__item--like button {
    color: red!important;
}


.likes {
	display: flex;
}

.likes__item {
	list-style: none;
}

.likes__item:not(:last-child) {
	margin-right: 20px;
}

.likes__item a {
	padding: 10px 15px;
	display: inline-block;
	border-bottom: 2px solid;
	border-radius: 3px;
	box-shadow: none;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
}

.likes__item a:hover {
	color: #fff;
}

.likes__item--like a {
	border-bottom-color: #47ba72;
	color: #47ba72;
}

.likes__item--dislike a {
	border-bottom-color: #ba6547;
	color: #ba6547;
}

.likes__item--like a:hover {
	background: #47ba72;
}

.likes__item--dislike a:hover {
	background: #ba6547;
}

.review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"],
.modal input[type="number"],
.extended_form input[type="text"],
.extended_form input[type="tel"],
.modal select,
.modal textarea {
    width: 355px;
    border-radius: 23px;
    border: 2px solid #F1F2F3;
    background: #FFF;
    height: 60px;
    max-width: 355px;
    color: #1D1D1B;
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.54px;
    padding-left: 25px;
	caret-color: #f75e02;
	
}
.modal input[type="textarea"] {
	 width: 100%;
}
.modal textarea{
    min-width: 719px;
    height: 140px;
    margin-bottom: 30px;
	padding-top: 15px 
}
input[type="submit"], .categories__col{
	cursor:pointer;
}
.section.extended_form p {
    margin-bottom: 25px;
}
.section.extended_form {
    /* padding-bottom: 50px; */
    padding-top: 120px;
}
.extended_form input[type="submit"] {
    height: 60px;
    padding: 5px 45px;
}

.extended_form input[type="text"]::placeholder,
.extended_form input[type="tel"]::placeholder,
.modal input[type="text"]::placeholder,
.modal input[type="tel"]::placeholder,
.modal input[type="email"]::placeholder,
.modal input[type="number"]::placeholder,
.modal select,
.modal textarea::placeholder {
    color: rgba(29, 29, 27, 0.40);
	font-family: Geometria;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.54px;
}

.extended_form input[type="text"]:focus,
.extended_form input[type="tel"]:focus,
.modal input[type="text"]:focus,
.modal input[type="tel"]:focus,
.modal input[type="email"]:focus,
.modal input[type="number"]:focus,
.modal select:focus,
.modal textarea:focus{
    border: 2px solid #EE5C00;
}


#thank{
	visibility: hidden;
	position: absolute;
	top:0;
} 

.consult input.wpcf7-form-control.wpcf7-submit{
    margin-top: 20px;
}

span.wpcf7-not-valid-tip {
    display: none;
}

span.wpcf7-spinner {
    position: absolute;
}

input.wpcf7-not-valid{
	border: 2px solid red!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.footer__subscribe input.wpcf7-not-valid{
	border: none!important;
}

.consult .wpcf7 form.invalid .wpcf7-response-output, 
.consult .wpcf7 form.unaccepted .wpcf7-response-output, 
.consult .wpcf7 form.payment-required .wpcf7-response-output {
    border: none!important;
	color: red;
    position: absolute;
    margin-top: 20px!important;
    margin-left: 35px!important;
}

input.star-ratio {
    cursor: pointer;
}
#openModal, #openConsult {
    margin-left: 0px!important;
}
	
.error-input{
	border:2px solid red;
}

section.section.preview__section {
    padding-top: 70px;
}
.description__counts{
	margin-top:70px;
    margin-bottom: 30px;
}

.section.offers__section {
	margin-bottom: 120px;
}


@media (max-width: 991px) {
	
	.consult .wpcf7 form.invalid .wpcf7-response-output, 
	.consult .wpcf7 form.unaccepted .wpcf7-response-output, 
	.consult .wpcf7 form.payment-required .wpcf7-response-output {

		margin-top: 3px!important;
		margin-left: -2px!important;
	}
	form.consult input[name="your-name"] {
		margin-bottom: 10px;
	}

	section.section.preview__section {
		padding-top: 30px;
	}
	.section.offers__section {
		margin-bottom: 50px;
	}
	p.text-xl.description__counts {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

span.wpcf7-spinner {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.ratio {
		position: absolute;
		margin-right: -30px;
		margin-top: -20px;
	}

	.review textarea {
		min-width: 90%;
	}
	.modal input[type="text"] {
		height: 55px;
		font-size: 16px;
	}
	.modal textarea {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.modal-header {
		margin-top: 50px;
	}
	
	.modal input[type="text"]::placeholder,
	.modal textarea::placeholder {
		font-size: 16px;
	}
	
	#openModal{
		overflow-x:hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#openModal .modal-body {
		padding-bottom: 47px;
		overflow-x:hidden;
	}
	#openModal .modal-dialog {
		height: auto;
	}
}
/*******************************/

.modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(36, 80, 94, 0.3);
      z-index: 1050;
      opacity: 0;
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;
      pointer-events: none;
    }

    .modal:target {   
      opacity: 1;
      pointer-events: auto;
      overflow-y: auto;
    } 

    .modal-dialog {
      position: relative;
      width: auto;
      margin: 10px;
    }

	.modal-dialog {
		text-align: center;

	}

    @media (min-width: 576px) {
      .modal-dialog {
         max-width: 800px;
         margin: 30px auto;
		 margin-top: 191px;
      }
    }


    .modal-content {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      border-radius: 30px;
	  border: 2px solid #F1F2F3;
	  background: #FFF;
      outline: 0;
    }


    .modal-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
	  flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: center;
      -ms-flex-pack: justify;
      justify-content: center;

	  margin-top: 60px;
    }

    .modal-title {
		text-align: center;
		color: #1D1D1B;
		font-family: Geometria;
		font-size: 45px;
		font-style: normal;
		font-weight: 700;
		line-height: 95%;
		letter-spacing: -1.8px;
		padding: 25px;
	}

    .close {
		float: right;
		position: absolute;
		right: 40px;
		top: 40px;
		width: 18px;
		height: 18px;
		text-decoration: none;
    }

    .close:focus,
    .close:hover {
      color: #000;
      text-decoration: none;
      cursor: pointer;
      opacity: .75;
    }

    .modal-body {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      padding: 15px;
      overflow: auto;
	  padding-bottom: 60px;
    }
	
	
@media (max-width: 767px) {
		.modal-dialog {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 98%;
			height: 100%;
			margin: 5px 5px 0px 5px;
		}
      	.modal-content {
			width: 100%;
			height: 99%;
		}
		
		#thankModal .modal-dialog {
			height: auto;
			margin-top: 50%;
		}
    }
	
	form.consult {
		margin-bottom: 0px;
	}
	
	.consult .modal-header {
		margin-top: 65px;
	}
	.consult .modal-body {
		padding-bottom: 65px;
	}
	
	form.consult .btn {
		margin-top: 20px;
	}

	.text-md.confirm{
		color: #A5A5A4;
		font-family: Geometria;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 125%;
		letter-spacing: -0.45px;
		margin-top: 20px;
	}
	@media (max-width: 991px) {
		
		.consult .modal-header {
			margin-top: 50px;
		}
		.consult .modal-body {
			padding-bottom: 50px;
		}
	
		.modal input[type="text"], .modal textarea {
			border-radius: 15px;
		}
		
		.modal-title {
			font-size: 30px;
			padding: 15px 25px;
		}
		.lg{
		  display:none;
		}
		form.consult input.name {
			margin-bottom: 10px;
		}
		form.consult .btn {
			height: 55px;
			width: 122px;
		}
		
		#openConsult .modal-dialog,
		#openOrder .modal-dialog		{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 98%;
			margin-top: 20%;
			height: auto;
			margin: 5px 5px 0px 5px;
			margin-top: 32%;
		}
		.btn.sm {
			height: 55px;
			width: 181px;
		}
		
		#thankModal .modal-body {
			padding-bottom: 50px;
			padding-top: 0px;
		}
		#thankModal .modal-header {
			margin-top: 50px;
		}
		#thankModal .modal-title {
			padding: 17.5px 25px;
		}

    }
	
	@media (min-width: 992px) {
		.sm{
		  display:none;
		}
	  
		a.btn.lg {
			border-radius: 23px;
			height: 60px;
			width: 137px;
		}
		
		#thankModal .modal-dialog {
			max-width: 600px;
			max-height: 400px;
		}
		
		#thankModal .modal-content {
			height: 400px;
		}
		
		#thankModal .modal-header {
			margin-top: 118px;
		}
		#thankModal .modal-title {
			padding: 15px 25px 10px;
		}
		
		

    }
	
	.test{
		align-items: center;
		justify-content: center;
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom:100px;
	}
	.test a {
		max-width: 50%;
		width: 400px
	}
	
	
	
.consult .wpcf7-response-output {
    position: absolute;
    color: green;
    margin-top: 6px!Important;
    margin-left: 39px!important;
    border: none!important;
}

a.header__btn {
    font-family: var(--kmnd-body-font-family-primary)!important;
    text-decoration: none!important;
}

.modal.hd{
	opacity: 0!important;
	
}

.modal {
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
} 

.hide{
	display: none!important;
}



.why__col {
    cursor: pointer;
}

.product-item__footer .btn {
	display: flex;
    align-items: center;
}

.blog__btn {
	opacity: 0; 
	transition: opacity 0.5s ease-in-out;
	animation: fadeIn 0.5s ease-in-out 1s forwards; 
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
		
.blog__bottom {
    width: 100%;
}

span.copy-message {
    position: absolute;
    margin-top: -35px;
    margin-left: 140px;
    padding: 3px 5px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}

span.copy-message::before {
	content: '';
    position: absolute;
    top: 22px!important;
    transform: rotate(180deg);
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

@media (max-width: 991px) {
	span.copy-message {
		margin-top: -18px;
		margin-left: 120px;
		padding: 3px 3px;
		white-space: nowrap;
	}
}

.filter_slider.section_last {
    padding-bottom: 0px;
}

.catalog__sort {
    display: flex;
    justify-content: end;
}


.background-wrap.no-cta__banners:before {
    bottom: -55px;
}

.background-wrap.no-cta__banners .spacer {
    margin-bottom: 55px;
}


@media (min-width: 992px) {
	.background-wrap.no-cta__banners:before {
		bottom: -120px;
	}
	

}

.filter_slider.section_last {
    padding-bottom: 0px;
}

.article-item__background {
    object-fit: cover;
}
.catalog__sort {
    display: flex;
    justify-content: end;
}
.preview__cat-select-item,
.catalog__sort-item span {
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.42px;
    color: var(--kmnd-body-color-primary);
    font-size: 1.063rem;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    text-decoration: none;
    position: relative;
	cursor: pointer;
}
.blog__cat,
.preview__cat{
	cursor: pointer;
}
input.error-input,
textarea.error-input{
	border:2px solid red!important;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.background-wrap.no-cta__banners:before {
	bottom: -55px;
}
@media (max-width: 576px) {	
	.background-wrap.no-cta__banners .spacer {
		margin-bottom: 55px;
	}
	
	
	
	.filter_slider .preview__actions .btn.btn_outlined {
		font-size: 0.938rem;
		letter-spacing: -0.45px;
		padding: 11px 10px!important;
		border-radius: 16px!important;
		height: 47px!important;
	}
	.filter_slider .preview__actions .preview__cat-select {
		margin-right: -8px;
	}

}

@media (min-width: 992px) {
	.background-wrap.no-cta__banners:before {
		bottom: -120px;
	}
	.background-wrap.no-cta__banners {
		margin-bottom: 110px;
	}
}

.filter_slider.section_last {
    padding-bottom: 0px;
}

.catalog__sort {
    display: flex;
    justify-content: end;
}

.no-cta__banners .features__section:after{
	display: none;
}


@media only screen and (max-width: 576px){
	.catalog__section .preview__actions {
		/* display: flex!important; */
		gap: 20px;
	}
	.preview__cat-select-toggler a {
		text-decoration: none;
		color: var(--kmnd-body-color-primary);
	}
	.description__section .row:not(.row_reverse) .col:nth-of-type(1) {
		padding-right: 0px!important;
	}
	.description__section .row:not(.row_reverse) .col:nth-of-type(2) {
		padding-left: 0px!important;
	}
	.persons__cats .preview__cats {
      flex-wrap: nowrap!important;
    }
	div#map {
		max-height: 336px!important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1599px){
	header .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.w10 {
		right: 27px!important;
	}
	
}


/*****************404******************/

.main-container {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
section.section.not__found {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-top: 175px;
    margin-bottom: 175px;
}
.bg-left {
    position: absolute;
    left: 0px;
    margin-top: 0px;
}
.bg-right {
    position: absolute;
    right: 0px;
    margin-top: 0px;
}
img.img-center {
    max-width: 70%;
}
.img-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 60px;
    max-width: 1081px;
}

@media (max-width: 991px) {
  .img-wrapper {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .img-bg{
	  max-height:168px;
  }
  
  img.img-center {
    margin-top: 35px;
	margin-left: 22.5px;
    margin-right: 22.5px;
    max-width: 65%;
  }
  .waves.sm {
    margin-top: -20px;
    height: 20px;
  }
}




@media (min-width: 992px) {
  .sm{
    display:none;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
	.img-wrapper {
		max-width: 50%;
	}
}

.description {
  color: #1d1d1b;
  text-align: center;
  letter-spacing: -1px;
  align-self: center;
  margin-top: 40px;
  max-width: 431px;
  font: 500 25px/28px Geometria, sans-serif;
}

@media (max-width: 767px) {
	section.section.not__found {
		padding-top: 70px;
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
  .description {
    margin-top: 40px;
    max-width: 279px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.72px;
  }
  .lg {
    display:none;
  }
  
	.bg-left {
		left: -20px;
	}
	
	.bg-right {
		/*right: -20px;*/
		object-fit: cover;
		object-position: 20px 0;
	} 

}

.button {
  margin-top: 30px;
}


.form-group {
  margin-bottom: 20px;
}

.label {
  display: block;
  margin-bottom: 5px;
}

.text-input,
.email-input,
.password-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.checkbox-input {
  margin-right: 5px;
}

a#thank_trigger {
    visibility: hidden;
    position: absolute;
}

@media screen and (min-width: 1020px) and (max-width: 1367px) {
	.bg-left {
		height: 250px;
	}
	.bg-right {
		height: 250px;
	}
	section.section.not__found {
		padding-top: 50px;
		margin-bottom: 50px;
	}
}


.section.preview__section.big__tops {
    padding-top: 120px;
}


/********************************/
.section.section categories__section {
    padding-top: 120px;
} 

.no-top__banners .categories__section{
	padding-top: 120px;
} 

.no-top__banners .features__section{
	padding-top: 120px;
} 

.no-top__banners.background-wrap {
    margin-top: -120px;
}
.head__background.bg-cover:before {
    display: block!important;
}
section.product__cta {
    margin-top: 60px;
}

.catalog__bottom {
    display: flex;
}

.highlighted {
    color: orange;
    font-weight: bold;
}

.section.offers__section:not(.section_last) {
    margin-bottom: 50px;
}


.about-us .head__background:before,
.about-us .head__background:after {
	display:none!important;

}

ul#ui-id-1 {
    display: none!important;
}

@media only screen and (max-width: 576px){
	.persons__cats .preview__cats {
      flex-wrap: nowrap!important;
    }
	div#map {
		max-height: 336px!important;
	}
	.breadcrumbs__section.product__top {
		padding: 70px 0 27px;
	}
	.breadcrumb_last {
		font-size: 14px;
	}
	
	.offers__item.offers__item_small p.h3 {
		max-width: 80%;
	}
	
	.industrial-bakeries .our__clients .why__item {
		min-height: 224px;   
	}
	.industrial-bakeries .our__clients img.logo {
		height: 50px;
	}
}

@media only screen and (max-width: 991px){
	
	.table__content {
		display: flex;
	}
	.table__content:not(:first-of-type):before {
		content: none;
	}
	.table__content span.mob {
		margin-right: 10px;
	}
	main.not__found{
       min-height: 50vh;
    }
	
	.our__clients.section_last .why__row {
		flex-wrap: wrap!important;
	}
	.modal-dialog.consult .modal-content {
		height: auto;
	}
	
}
@media only screen and (min-width: 767px){
	.mob{
		display: none!important;
	}
	
	main.kmnd-main .no-top__banners.background-wrap:before {
		top: 120px!important;
	}
}

@media only screen and (min-width: 767px) and (max-width: 991px){
	main.kmnd-main .no-top__banners.background-wrap:before {
		top: 75px!important;
	}
}


@media only screen and (min-width: 992px){
	.section.our__clients.why__section.section_last {
    padding-bottom: 50px!important; /*76*/
}

	.no-top__banners.background-wrap:before {
		bottom: 130px!important;
	}
	section.section.preview__section.big__top {
		padding-top: 120px;
	}

}

.industrial-bakeries .section.offers__section:not(.section_last) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 576px){
	.no-top__banners.background-wrap {
		margin-top: -100px;
	}
	.no-top__banners .features__section {
		padding-top: 0px;
		margin-top: -5px;
	}

	.no-top__banners.background-wrap:before {
		top: 60px!important;
		bottom: 50px;
	}
	.head__breadcrumbs span a, 
	.head__breadcrumbs span {
		font-size: 14px;
	}
	.industrial-bakeries  .head__content {
		padding-left: 30px;
	}
	 header:not(.full-header) .breadcrumbs span, 
	 header:not(.full-header) .breadcrumbs span a { 
		color: #1D1D1B!important;
	}
	.breadcrumbs span, .breadcrumbs span a {
		font-size: 14px!important;
	}

}
#openModal .btn {
    width: 181px;
    height: 55px;
    border-radius: 16px;
}
a.phone, a.email {
    text-decoration: none;
    color: #1D1D1B;
}
.ui-autocomplete-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
	 height: 20px;
	  width: 20px;
	  background: white ;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f75e02' stroke='%23f75e02' stroke-width='2'><line x1='5' y1='19' x2='19' y2='5'></line><line x1='5' y1='5' x2='19' y2='19'></line></svg>")!important;
	  cursor: pointer;
}
@media only screen and (max-width: 1200px){
	.header-shadow.header-shadow_active {
		overflow: hidden!important;
	}
	html, body {
		overflow-x: hidden!important;
	}
	.header__search-list {
		padding-right: 0px;
	}
}

main.kmnd-main.not__found {
    min-height: auto;
}


.industrial-bakeries .head__content,
.customers .head__content,
.rishennya-dlya-vipichki .head__content{  
    padding-top: 40px!important;
}

@media only screen and (max-width: 991px){
	.industrial-bakeries .description__section.desc__map {
		margin-top: 0px!important;
		padding-top: 30px;
		margin-bottom: -20px;
	}

	.industrial-bakeries .section.our__clients.why__section{
		padding-top: 30px;
	}

	.industrial-bakeries .row_reverse {
		flex-direction: column!important;
	}
	.industrial-bakeries .desc__map .description__content {
		margin-top: 20px;
	}
	.industrial-bakeries .description__content {
		margin-top: 20px
	}
	.industrial-bakeries .head__content,
	.customers .head__content,
	.rishennya-dlya-vipichki .head__content{  
		padding-top: 40px!important;
	}
}


@media only screen and (min-width: 992px) and (max-width: 2599px){
	header.full-header .container {
		padding-left: 70px!important;
		padding-right: 45px; 
	}	
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18pt;
    font-weight: 700;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: auto;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin-top: -390px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f75e02;
}
.wpcf7-form.consult input {
    margin-bottom: 10px;
}
.product-item__title {
    white-space: wrap;
	height: 50px;
}

.section.offers__section:not(.section_last) {
    margin-bottom: 0px;
}
@media (max-width:576px){
	.swiper-button-next, .swiper-button-prev {
		margin-top: -315px;
		display:none;
	}
}
@media (max-width:1600px){
	.filter_slider.catalog__section .preview__actions {
		display: flex;
	}
	.preview__actions .btn.selected_cat {
		max-height: 50px;
	}
}
@media (min-width:1600px){
	.swiper-button-next, .swiper-button-prev {
		width: 115px;
	}
}
@media (min-width: 1921px){
	.swiper-button-next, .swiper-button-prev {
		width: 270px;
	}
}

div#site-rating-container {
    margin-top: -5px;
}

footer .ratio,
footer .star-ratio:hover~.star-ratio {
  background: url(/wp-content/themes/kmnd-child/assets/img/star5.svg);
} 

.star-ratio:checked,
.star-ratio:hover {   
  background: url(/wp-content/themes/kmnd-child/assets/img/star5f.svg);
}

footer .ratio {
  width: 10em;
  height: 2em;
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
}

footer .star-ratio:checked,
footer .star-ratio:hover {   
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
}

footer .star-ratio:hover~.star-ratio {
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
} 

footer .ratio {
    position: relative;
    right: 0px;
    margin-top: 0px;
	background: url(/wp-content/themes/kmnd-child/assets/img/star5.svg);
}
.footer__rating {
    margin-top: -7px;
}

.footer__rating {
	margin-bottom: -7px;
	white-space: nowrap;
}

input.star-ratio.full,	
input.star-ratio.half {
    background: url(/wp-content/themes/kmnd-child/assets/img/star5f.svg);
    background-size: 2em 2em !important;
    background-repeat: repeat-x;
} 
.star-ratio:nth-of-type(5){
  z-index: 10;
    width: 2em !important;
    margin-left: 8em;
}
@media only screen and (max-width: 992px){
	.footer__link:not(:last-child) {
		margin-top: 20px;
	}
	.footer__rating {
		margin-bottom: -7px;
		white-space: nowrap;
	}
	.footer__line-mobile-content span{
		color: white!important;
	}
	footer .ratio {
		margin-right: 0px;
	}
}
.star-ratio:hover~.star-ratio {
  background: url(/wp-content/themes/kmnd-child/assets/img/star5.svg);
} 
.star-ratio:nth-of-type(1){
  width: 2em;
}
.star-ratio:nth-of-type(2){
  width: 4em;
}
.star-ratio:nth-of-type(3){
  width: 6em;
}
.star-ratio:nth-of-type(4){
  width: 8em;
}
.star-ratio:nth-of-type(5){
  width: 10em;
}
.star-ratio:checked {   
  background: url(/wp-content/themes/kmnd-child/assets/img/star5f.svg);
  background-size: 2em 2em!important;
  background-repeat: repeat-x;
}
.map {
    margin-bottom: -5px;
}
.extended_form .wpcf7-response-output {
    position: absolute;
    margin-top: 70px !important;
    border: none !important;
}
.extended_form.invalid .wpcf7-response-output {
	color: red;
}
.extended_form.sent .wpcf7-response-output {
	color: green;
}

.voted{
	pointer-events:none;  
}
span.rv {
	display: none;
    position: absolute;
    margin-top: -35px;
    color: white !important;
}

.extended_form input[type="submit"]{
	width: 20%;
    border-radius: 23px;
    height: 60px;
    max-width: 20%;
    margin-right: 20px;
	margin-bottom: 10px !important;
}
.extended_form input[type="text"], 
.extended_form input[type="tel"] {
    width: 27%;
    border-radius: 23px;
    border: 2px solid #F1F2F3;
    background: #FFF;
    height: 60px;
    max-width: 27%;
    color: #1D1D1B;
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.54px;
    padding-left: 25px;
    margin-right: 20px;
    caret-color: #f75e02;
}

/*********************/
section.section.faq__section {
    width: 60%;
    margin: 0 auto;
}
.faq__section h2{
	text-align:center;
	max-width: 100%;
}
.faq__section p.text-md {
    padding-top: 10px;
    padding-bottom: 30px;
}


@media only screen and (max-width: 992px){
	.extended_form .wpcf7-response-output {
		margin-top: -3px !important;
		font-size: 14px;
	}
	.extended_form span.wpcf7-spinner {
		margin-top: 2px;
	}
	.faq__section .img-bg{
		display: none;
	}
	section.section.faq__section {
		width: 100%;
	}
	.section.extended_form p {
		margin-bottom: 10px;
	}
	.extended_form input[type="submit"],
	.extended_form input[type="text"], 
	.extended_form input[type="tel"]{
		width: 100%;
		max-width: 100%;
		margin-bottom:15px;
	}
	.section.extended_form {
		padding-bottom: 5px;
		padding-top: 50px;
	}
}


@media only screen and (min-width: 992px){
	.form__wrapp {
		max-width: 100%;
		margin: 0 auto;
	}
	form.wpcf7-form.extended_form {
		white-space: nowrap!important;
		display: flex;
		justify-content: space-between;
		white-space: nowrap;
		    
	}
	form.wpcf7-form.extended_form{
		
	}
	.extended_form input[type="text"], .extended_form input[type="tel"] {
		width: 36%;
		max-width: 36%;
		min-width: 356px;
		margin-right: 10px;
	}
	.extended_form input[type="submit"] {
		width: 25%;
		max-width: 24%;
		margin-right: 0px;
	}
}
@media only screen and (min-width: 1025px){
	.section.advantage.catalog__section {
		margin-bottom: -100px;
	}
}

@media only screen and (min-width: 1350px){
	.form__wrapp {
		max-width: 68%;
		margin: 0 auto;
	}
	.extended_form input[type="text"], .extended_form input[type="tel"] {
		margin-right: 10px;
	} 
}


.section_last {
    padding-bottom: 0px;
}
.map {
    padding-top: 120px;
}
.background-wrap {
    margin-top: 120px;
}

.product-item__background img {
    max-width: 100%;
}
.filter_slider .catalog__heading {
    margin-bottom: 40px!important;
}

.preview__slider-wrapper:has(.no__next) .swiper-button-next,
.swiper-button-disabled{
	display: none!important;
}


@media only screen and (max-width: 992px){
	.map {
		padding-top: 50px;
	}
	.background-wrap {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 576px){
	.description__title {
		margin-top: 20px;
	}
	.desk{
		display:none;
	}
}

.suggestions__item.suggestions__item_big {
    height: 100%;
}

.cky-notice-btn-wrapper button {
    border-radius: 18px;
}
.cky-btn:hover {
    opacity: 1!important;
    color: #1D1D1B!important;
    border: 2px solid #EE5C00!important;
}
.cky-notice-des {
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.54px;
    margin: 0;
    font-size: 1.125rem;
}
.cky-notice .cky-title {
    color: #1D1D1B!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    margin: 0 0 5px 0!important;
}
.cky-btn.cky-btn-accept:hover {
    background: var(--kmnd-body-background-primary) !important;
    color: var(--kmnd-body-color-accent) !important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-right {
    display: none !important;
}
.top_0  { padding-top: 0px!important; }
.top_10 { padding-top:10px!important; }
.top_20 { padding-top:20px!important; }
.top_30 { padding-top:30px!important; }
.top_40 { padding-top:40px!important; }
.top_50 { padding-top:50px!important; }
.top_60 { padding-top:60px!important; }
.top_70 { padding-top:70px!important; }
.top_80 { padding-top:80px!important; }
.top_90 { padding-top:90px!important; }
.top_100{ padding-top:100px!important;}
.top_110{ padding-top:110px!important;}
.top_120{ padding-top:120px!important;}
.bottom_0   { padding-bottom: 0px!important; }
.bottom_10  { padding-bottom: 10px!important; }
.bottom_20  { padding-bottom: 20px!important; }
.bottom_30  { padding-bottom: 30px!important; }
.bottom_40  { padding-bottom: 40px!important; }
.bottom_50  { padding-bottom: 50px!important; }
.bottom_60  { padding-bottom: 60px!important; }
.bottom_70  { padding-bottom: 70px!important; }
.bottom_80  { padding-bottom: 80px!important; }
.bottom_90  { padding-bottom: 90px!important; }
.bottom_100 { padding-bottom: 100px!important; }
.bottom_110 { padding-bottom: 110px!important; }
.bottom_120 { padding-bottom: 120px!important; }

.top-0     { padding-top: 0px!important; }
.top-10    { padding-top: 10px!important; }
.top-20    { padding-top: 20px!important; }
.top-30    { padding-top: 30px!important; }
.top-40    { padding-top: 40px!important; }
.top-50    { padding-top: 50px!important; }
.top-60    { padding-top: 60px!important; }
.top-70    { padding-top: 70px!important; }
.top-80    { padding-top: 80px!important; }
.top-90    { padding-top: 90px!important; }
.top-100   { padding-top: 100px!important; }
.top-110   { padding-top: 110px!important; }
.top-120   { padding-top: 120px!important; }
.bottom-0  { padding-bottom: 0px!important; }
.bottom-10 { padding-bottom: 10px!important; }
.bottom-20 { padding-bottom: 20px!important; }
.bottom-30 { padding-bottom: 30px!important; }
.bottom-40 { padding-bottom: 40px!important; }
.bottom-50 { padding-bottom: 50px!important; }
.bottom-60 { padding-bottom: 60px!important; }
.bottom-70 { padding-bottom: 70px!important; }
.bottom-80 { padding-bottom: 80px!important; }
.bottom-90 { padding-bottom: 90px!important; }
.bottom-100{ padding-bottom: 100px!important; }
.bottom-110{ padding-bottom: 110px!important; }
.bottom-120{ padding-bottom: 120px!important; }

.head__content.privacy {
    padding-top: 60px;
    padding-left: 0px;
	padding-bottom: 0px;
}

span.toggle-caret {
    cursor: pointer;
	color: #f75e02;
    position: absolute;
    margin-top: 1.5px;
    margin-left: 7px;
    font-size: 13px;
}

ul.sub-menu.lev-4 {
    position: absolute;
    background: white;
    padding: 0px 20px 25px 20px;
	margin-top: 5px;
    margin-left: -20px;
	z-index: 99;
    width: 260px;
}
@media only screen and (max-width: 576px){
	.head__content.privacy .h1 {
		font-size: 2.6rem;
	}
	
	ul.sub-menu.lev-4 {
		width: 100%;
	}
}


.header__background {
    width: 100%;
    height: 102%;
}

ul.sub-menu li {
    margin-top: 20px;
}

.header__menu-col {
    margin-bottom: 10px;
}
ul.sub-menu .sub-menu {
    margin-left: 0px;
    font-weight: 400;
} 

.hidden,
.display-none {
	display: none!important;
}


body .description__section li {
    list-style-type: none;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
body .description__section ul li::before {
    content: "";
    background: url(./assets/img/o-circle.svg);
    height: 20px;
    background-repeat: no-repeat;
    width: 20px;
    margin-left: -20px;
    margin-top: 5px;
    position: absolute;
}

.our__clients.fix-img-position .why__item {
    align-items: center;
    justify-content: center;
    background: #ddd;
}
.our__clients.fix-img-position .why__item > p:empty {
    display: none;
}
.our__clients.fix-img-position .why__item > img.logo {
    margin-top: 0;
    max-width: 100%;
}

.text-two-columns,
.text-two-columns-text-md .text-md {
    column-count: 2;
    column-gap: 20px;
}
@media (max-width: 576px) {
    .text-two-columns,
    .text-two-columns-text-md .text-md {
        column-count: 1;
        column-gap: 0;
    }
}

.description-section-1-col .description__section .description__row,
.description-section-1-col.description__section .description__row {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
}
.description-section-1-col .description__section .description__col,
.description-section-1-col.description__section .description__col {
    width: 100%;
}

div.text-md {
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: 0;
    font-size: inherit;
}


