

/* Start:/local/templates/kabumba.ru/styles/style.css?173616945625952*/
.tablebodytext{display:none;}

@font-face {
	font-weight: 400;
	font-family: "ITC Avant Garde Gothic";
	src: url("/local/templates/kabumba.ru/fonts/ITC Avant Garde Gothic Medium.otf");
  }

@font-face {
	font-weight: 700;
	font-family: "ITC Avant Garde Gothic";
	src: url("/local/templates/kabumba.ru/fonts/ITC Avant Garde Gothic Bold/ITC Avant Garde Gothic Bold.otf");
  }
  

/* основные стили для шаблона kabumba.ru */
:root {
	--k-color-1: 33,150,83;
	--k-color-1-u: 227,64,64;
	--k-color-1-d: 181,42,42;
	--k-color-2: 84,140,203;
	--k-color-2-u: 110,163,224;
	--k-color-2-d: 55,111,176;
	--k-color-3: 0,176,114;
	--k-color-3-u: 43,194,138;
	--k-color-3-d: 0,166,105;
	
	--k-color-white: 255,255,255;
	--k-color-light: 234,234,234;
	--k-color-medium: 120,120,120;
	--k-color-dark: 51,51,51;
	--k-color-black: 0,0,0;
	
	--k-besier-bound: cubic-bezier(.63,.71,.62,1.31);
	--k-besier-softly: cubic-bezier(.59,.24,.44,.79);
}

/* Переопределение стандартных стилей */
html {
	font-size: calc((100vh + 100vw) / 2 * 0.0126);
}
@media (max-width: 767.98px) {
	html {
		font-size: 14px;
	}
}

body {
	font-family: 'ITC Avant Garde Gothic';
	font-size: 1.0rem;
	line-height: 1.4;
	color: rgb(var(--k-color-dark));
}

a {
	color: rgb(var(--k-color-1));
	transition: all 200ms var(--k-besier-softly);
}
a:hover {
	color: rgb(var(--k-color-1-u));
}
a:focus {
	color: rgb(var(--k-color-1-d));
}

section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

h1, .h1 {
	margin-bottom: 3rem;
	font-size: 3.125rem;
	line-height: 3.125rem;
	font-weight: bold;
	text-transform: uppercase;
}
h1:not(:first-child), .h1:not(:first-child) {
	margin-top: 4rem;
}

h2, .h2 {
	margin-bottom: 2rem;
	font-size: 2.15rem;
	line-height: 2.15rem;
	font-weight: bold;
	text-transform: uppercase;
}
h2:not(:first-child), .h2:not(:first-child) {
	margin-top: 3rem;
}

h3, .h3 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: bold;
}

@media (max-width: 767.98px) {
	h1, .h1 {
		font-size: 2.8rem;
	}
	h2, .h2 {
		font-size: 1.6rem;
	}
	h3, .h3 {
		font-size: 1.2rem;
	}
}

img {
	max-width: 100%;
}

table caption {
	caption-side: top;
}

/* Переопределение стилей библиотек */

.navbar-toggler:focus,
.btn-check:focus + .btn, .btn:focus,
button:focus:not(:focus-visible) {
    outline: 0;
	box-shadow: none;
}

.btn-color-1,
.btn-primary {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-1));
    border-color: transparent;
}
.btn-outline-color-1,
.btn-outline-primary {
    color: rgb(var(--k-color-1));
    border-color: rgb(var(--k-color-1));
}
.btn-primary:hover,
.btn-color-1:hover,
.btn-outline-primary:hover,
.btn-outline-color-1:hover {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-1-u));
	border-color: transparent;
}
.btn-primary:focus,
.btn-color-1:focus,
.btn-outline-primary:focus,
.btn-outline-color-1:focus {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-1-d));
	border-color: transparent;
}

.btn-color-2 {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-2));
    border-color: transparent;
}
.btn-outline-color-2 {
    color: rgb(var(--k-color-2));
    border-color: rgb(var(--k-color-2));
}
.btn-color-2:hover,
.btn-outline-color-2:hover {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-2-u));
	border-color: transparent;
}
.btn-color-2:focus,
.btn-outline-color-2:focus {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-2-d));
	border-color: transparent;
}

.btn-color-3 {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-3));
    border-color: transparent;
}
.btn-outline-color-3 {
    color: rgb(var(--k-color-3));
    border-color: rgb(var(--k-color-3));
}
.btn-color-3:hover,
.btn-outline-color-3:hover {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-3-u));
	border-color: transparent;
}
.btn-color-3:focus,
.btn-outline-color-3:focus {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-3-d));
	border-color: transparent;
}

.btn-color-white {
    color: rgb(var(--k-color-dark));
    background-color: rgb(var(--k-color-white));
    border-color: transparent;
}
.btn-outline-color-white {
    color: rgb(var(--k-color-white));
    border-color: rgb(var(--k-color-white));
}
.btn-color-white:hover,
.btn-outline-color-white:hover {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-dark));
	border-color: transparent;
}
.btn-color-white:focus,
.btn-outline-color-white:focus {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-dark));
	border-color: transparent;
}

.btn-color-dark {
    color: rgb(var(--k-color-white));
    background-color: rgb(var(--k-color-dark));
    border-color: transparent;
}
.btn-outline-color-dark {
    color: rgb(var(--k-color-dark));
    border-color: rgb(var(--k-color-dark));
}
.btn-color-dark:hover,
.btn-outline-color-dark:hover {
    color: rgb(var(--k-color-dark));
    background-color: rgb(var(--k-color-white));
	border-color: transparent;
}
.btn-color-dark:focus,
.btn-outline-color-dark:focus {
    color: rgb(var(--k-color-dark));
    background-color: rgb(var(--k-color-white));
	border-color: transparent;
}

.navbar,
.navbar-toggler {
	padding: 0;
}
a.nav-link {
	color: rgb(var(--k-color-1));
}
a.nav-link:hover {
	color: rgb(var(--k-color-1-u));
}
a.nav-link:focus {
	color: rgb(var(--k-color-1-d));
}

.navbar .offcanvas:not(.show) {
    padding: 0;
}

.navbar .offcanvas-start:not(.show),
.navbar .offcanvas-end:not(.show),
.navbar .offcanvas-top:not(.show),
.navbar .offcanvas-bottom:not(.show) {
    border: 0;
}

.form-group {
	margin-bottom: 1rem;
}
.form-group label {
	width: 100%;
}

.swiper-container {
	position: relative;
}
.swiper-container > .swiper {
	position: unset;
}

.head-link-call{
	width: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    height: 47px;
	border: 1px solid rgb(var(--k-color-1));
}

.head-link-call .head-call-txt{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-1));
	white-space: break-spaces;
}

.head-link-call .head-mob-icon{
	margin-right: 4px;
}

.head-but-cont{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-white));
	border-radius: 8px;
	border: 1px solid rgb(var(--k-color-1));
	background-color: rgb(var(--k-color-1));
	display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
}

.first-section{
	height: 699px;
    padding: 201px 0px;
	position: relative;
}

.first-section::before{
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.12) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.welcome-first-block{
	max-width: 760px;
	position: relative;
	z-index: 1000;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.h1-title{
	font-size: 50px;
	line-height: 60px;
	font-weight: 500;
	color: rgb(var(--k-color-white));
	margin: 0px 0px 24px 0px;
	text-transform: initial;
}

.text-f1{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-white));
	margin: 0px 0px 24px 0px;
	max-width: 644px;
}

.main-but{
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--k-color-white));
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	width: 129px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid rgb(var(--k-color-1));
	background-color: rgb(var(--k-color-1));
}

.info-block h2{
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
	margin: 0px 0px 24px 0px;
	text-transform: initial;
}

.info-block p{
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin: 0;
}

/*#firstvideo{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
}*/

.where-freshn-sect{
	background-image: url(/local/templates/kabumba.ru/images/quality-section-img.png);
	background-repeat: no-repeat;
	background-size: contain;
  background-position: 105% bottom;
	padding: 160px 0px;
	margin-top: 90px;
}

.pad-section{
	padding: 90px 0px;
}

.advantages-sect{
	background-image: url(/local/templates/kabumba.ru/images/advantage-backg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: relative;
}

.advantage-block svg{
	width: 40px;
    height: 40px;
	fill: none;
    stroke: #000;
	margin-bottom: 24px;
}

.info-block-dark{
	color: rgb(var(--k-color-black));
}

.info-block-light{
	color: rgb(var(--k-color-white));
}

.but-dop-marg{
	margin-top: 24px;
}

.head-mob-icon svg{
	width: 12px;
	height: 13px;
	fill: rgb(var(--k-color-1));
}


.advantage-block{
	width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    border-radius: 8px;
}

.advantage-block-marg{
	margin-bottom: 1.5em;
}

.advantage-block h5{
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: rgb(var(--k-color-black));
	margin: 0px 0px 24px 0px;
}

.advantage-block p{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-black));
	margin: 0;
}

.product-block{
	box-shadow: 0px 0px 6.699999809265137px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 10px;
}

.product-img{
	display: flex;
    align-items: center;
    justify-content: center;
}

.product-name{
	text-align: center;
}

.product-name span{
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: rgb(var(--k-color-black));
}

.catalog-titl-block{
	max-width: 768px;
	margin-bottom: 50px;
}

.form-block{
	background-image: url(/local/templates/kabumba.ru/images/contactus-backg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 64px;
    border-radius: 8px;
}

.form-contactus .form-control {
    border: none;
	border-radius: 8px;
	outline: none;
}
.form-contactus .btn[type="submit"] {
	border-radius: 8px;
}

/*.form-cont input{
	display: flex;
	align-items: center;
	height: 49px;
	width: 368px;
    border: none;
	padding: 0px 12px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgba(80, 80, 80, 1);
	margin-right: 16px;
	outline: none;
}

.form-cont{
	display: flex;
	align-items: center;
}*/

.sing-txt{
	margin-top: 16px;
}

.sing-txt p{
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: rgb(var(--k-color-black));
	margin: 0;
}

.info-form-block{
	max-width: 439px;
	margin-bottom: 32px;
}

.form-section{
	padding: 20px 0px 70px 0px;
}

.footer-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-info ul li{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-white));
}

.footer-info ul li:first-child{
	margin-bottom: 4px;
}

.footer-icon ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.footer-icon ul li{
	margin-right: 12px;
}

.footer-icon ul li:last-child{
	margin-right: 0;
}

.footer-icon ul li a{
	display: flex;
}

.footer-icon ul li a svg{
	width: 24px;
    height: 24px;
    fill: #fff;
    stroke: none;
}

.footer-info-link ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.footer-info-link ul li{
	margin-right: 24px;
}

.footer-info-link ul li:last-child{
	margin-right: 0px;
}

.footer-info-link ul li a{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-white));
	text-decoration: none;
}

.footer-resev-txt span{
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: rgb(var(--k-color-white));
}

.footer-bottom{
	margin-top: 50px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-log-block{
	margin-bottom: 32px;
}

.logo-footer img {
	width: 100%;
	max-width: 141px;
}

/* Собственные типовые блоки */
header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-white));
}

header.header-absolute,
body.page-home header.header-fixed,
header.header-fixed.fixed {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 50;
}
header.header-absolute {
	position: absolute;
}
body.page-home header.header-fixed,
header.header-fixed.fixed {
	position: fixed;
}

header a,
header a.nav-link {
	color: rgb(var(--k-color-white));
}

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-1));
}

footer a,
footer a.nav-link {
	color: rgb(var(--k-color-white));
}

.logo img {
	width: 100%;
	max-width: 141px;
}

.copyright {
	opacity: 0.4;
}

#scroll-to-top {
	display: none;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	text-align: center;
	line-height: 3rem;
	font-size: 2rem;
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-1));
	z-index: 50;
	transition: background-color var(--k-besier-softly) 200ms;
}

#scroll-to-top:hover {
	background-color: rgb(var(--k-color-1-u));
}

ul.squire li {
	position: relative;
	margin-bottom: 1rem;
	list-style: none;
}
ul.squire li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.6rem;
	left: -2.0rem;
	width: 1.4rem;
	height: 1.4rem;
	background-color: rgb(var(--k-color-1));
}

.zoom {
	display: inline-block;
	position: relative;
}
.zoom:before {
	content: 'zoom_in';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	margin-top: -2rem;
	margin-left: -2rem;
	font-size: 2rem;
	text-align: center;
	font-family: 'Material Icons';
	font-weight: 900;
	color: rgb(var(--k-color-black));
	border-radius: 50%;
	background-color: rgba(var(--k-color-white), 0.9);
	opacity: 0.5;
	transition: opacity var(--k-besier-softly) 200ms;
}
.zoom:hover:before {
	opacity: 0.7;
}

.menu-dots-container {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0.7rem;
	z-index: 5;
	pointer-events: none;
}
.menu-dots-container .menu-dot {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.5rem 0;
	background-color: rgb(var(--k-color-1));
	border-radius: 50%;
	transition: all 200ms var(--k-besier-softly);
	opacity: 0.3;
	pointer-events: auto;
	cursor: pointer;
}
.menu-dots-container .menu-dot:hover,
.menu-dots-container .menu-dot.active {
	opacity: 1;
	box-shadow: 0 0 0 2px rgb(var(--k-color-1));
}

/* Собственные типовые размеры и цвета */
.overflow {
	overflow: hidden;
}

.promo {
	display: flex;
	height: auto;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-evenly;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax {
	position: relative;
	overflow: hidden;
}
.parallax > .parallax-element {
	position: absolute;
	object-fit: contain;
	z-index: 0;
	pointer-events: none;
}
.parallax > .parallax-element.parallax--fullscreen {
	inset: 0;
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}
.parallax > *:not(.parallax-element) {
	position: relative;
	z-index: 1;
}

.dots {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	margin-right: 0.5rem;
	border-radius: 50%;
}
.dots-black {
	background-color: rgb(var(--k-color-black));
}
.dots-color-1 {
	background-color: rgb(var(--k-color-1));
}
.dots-color-2 {
	background-color: rgb(var(--k-color-2));
}
.dots-color-3 {
	background-color: rgb(var(--k-color-3));
}
.dots-pink {
	background-color: #ff36fc;
}
.dots-blue {
	background-color: #36bdff;
}
.dots-pink {
	background-color: #ff36fc;
}

.block-white {
	background-color: rgb(var(--k-color-white));
}
.block-light {
	background-color: rgb(var(--k-color-light));
}
.block-medium {
	background-color: rgb(var(--k-color-medium));
}
.block-dark {
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-dark));
}
.block-black {
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-black));
}
.block-dark a,
.block-black a {
	color: rgb(var(--k-color-white));
}
.block-color-1 {
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-1));
}
.block-color-2 {
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-2));
}
.block-color-3 {
	color: rgb(var(--k-color-white));
	background-color: rgb(var(--k-color-3));
}

.border-white {
	border: 1px solid rgb(var(--k-color-white));
}
.border-light {
	border: 1px solid rgb(var(--k-color-light));
}
.border-medium {
	border: 1px solid rgb(var(--k-color-medium));
}
.border-dark {
	border: 1px solid rgb(var(--k-color-dark));
}
.border-black {
	border: 1px solid rgb(var(--k-color-black));
}
.border-color-1 {
	border: 1px solid rgb(var(--k-color-1));
}
.border-color-2 {
	border: 1px solid rgb(var(--k-color-2));
}
.border-color-3 {
	border: 1px solid rgb(var(--k-color-3));
}

.block-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-map {
    height: 50vh;
}

.text-color-1 {
	color: rgb(var(--k-color-1)) !important;
}
.text-color-2 {
	color: rgb(var(--k-color-2)) !important;
}
.text-color-3 {
	color: rgb(var(--k-color-3)) !important;
}
.text-white {
	color: rgb(var(--k-color-white)) !important;
}
.text-light {
	color: rgb(var(--k-color-light)) !important;
}
.text-medium {
	color: rgb(var(--k-color-medium)) !important;
}
.text-dark {
	color: rgb(var(--k-color-dark)) !important;
}

.note {
	font-size: 80%;
	opacity: 0.8;
}

.fs-0 {
	font-size: 4.5rem;
}

.pt-6 {
	padding-top: 8rem !important;
}
.pb-6 {
	padding-bottom: 8rem !important;
}
.ps-6 {
	padding-left: 8rem !important;
}
.pe-6 {
	padding-right: 8rem !important;
}
.px-6 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}
.py-6 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.mt-6 {
	margin-top: 8rem !important;
}
.mb-6 {
	margin-bottom: 8rem !important;
}
.ms-6 {
	margin-left: 8rem !important;
}
.me-6 {
	margin-right: 8rem !important;
}
.mx-6 {
	margin-left: 8rem !important;
	margin-right: 8rem !important;
}
.my-6 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}

.ratio-container {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 0;
}
.ratio-container.ratio-1x1 {
	padding-bottom: 100%;
}
.ratio-container.ratio-3x2 {
	padding-bottom: 66.67%;
}
.ratio-container.ratio-2x3 {
	padding-bottom: 150%;
}
.ratio-container.ratio-16x9 {
	padding-bottom: 56.52%;
}
.ratio-container.ratio-9x16 {
	padding-bottom: 177.78%;
}
.ratio-container > iframe,
.ratio-container > .ratio-object,
.ratio-container > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio-container > img {
	object-fit: cover;
}

.spread-container .spread:not(:first-child) {
	margin-top: 1rem;
}
.spread-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: inherit;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	background-color: transparent;
	box-shadow: none;
}
.spread-header:not(.hidden) {
	cursor: pointer;
}
.spread-header > *:last-child:not(:first-child) {
	font-size: 1.0rem;
}
.spread-header.hidden > *:last-child:not(:first-child) {
	display: none;
}
.spread-header > *:last-child:not(:first-child) .icon,
.spread-header > .icon:last-child:not(:first-child) {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	margin-left: 1rem;
	transition: all var(--transition-duration) var(--transition-timing-function);
}
.spread.collapsed .spread-header .spread-header--hide {
	display: none
}
.spread:not(.collapsed) .spread-header .spread-header--show {
	display: none
}
.spread:not(.collapsed) .spread-header > *:last-child:not(:first-child) .icon,
.spread:not(.collapsed) .spread-header > .icon:last-child:not(:first-child) {
	transform: rotateZ(-180deg);
}
.spread-body {
	height: 100%;
	transition: all var(--transition-duration) var(--transition-timing-function);
	overflow: hidden;
}

@media (min-width: 576px){
	.spread-sm .spread-body {
		max-height: 100% !important;
	}
	.spread-sm .spread-header > *:last-child:not(:first-child) {
		display: none;
	}
}
@media (min-width: 768px){
	.spread-md .spread-body {
		max-height: 100% !important;
	}
	.spread-md .spread-header > *:last-child:not(:first-child) {
		display: none;
	}
}
@media (min-width: 992px){
	.spread-lg .spread-body {
		max-height: 100% !important;
	}
	.spread-lg .spread-header > *:last-child:not(:first-child) {
		display: none;
	}
}
@media (min-width: 1200px){
	.spread-xl .spread-body {
		max-height: 100% !important;
	}
	.spread-xl .spread-header > *:last-child:not(:first-child) {
		display: none;
	}
}
@media (min-width: 1400px){
	.spread-xxl .spread-body {
		max-height: 100% !important;
	}
	.spread-xxl .spread-header > *:last-child:not(:first-child) {
		display: none;
	}
}

/* Стили анимаций */
.scroll-effect {
	animation-fill-mode: both;
}
.scroll-effect.active {
	transition-timing-function: var(--k-besier-softly);
	animation-timing-function: var(--k-besier-softly);
}
.scroll-effect.slideToTop.active:not(.animate),
.scroll-effect.slideFromTop {
	opacity: 0;
}
.scroll-effect.slideToTop.active,
.scroll-effect.slideFromTop.active {
	animation-name: slideTop;
}
.scroll-effect.slideToTop.active {
	animation-direction: reverse;
}
.scroll-effect.slideToTop,
.scroll-effect.slideFromTop.active:not(.animate) {
	opacity: 1;
}
@keyframes slideTop {
0% {transform: translateY(-100%); opacity: 0;}
100% {transform: translateY(0); opacity: 1;}
}
.scroll-effect.slideToBottom.active:not(.animate),
.scroll-effect.slideFromBottom {
	opacity: 0;
}
.scroll-effect.slideToBottom.active,
.scroll-effect.slideFromBottom.active {
	animation-name: slideBottom;
}
.scroll-effect.slideToBottom.active {
	animation-direction: reverse;
}
.scroll-effect.slideToBottom,
.scroll-effect.slideFromBottom.active:not(.animate) {
	opacity: 1;
}
@keyframes slideBottom {
0% {transform: translateY(100%); opacity: 0;}
100% {transform: translateY(0); opacity: 1;}
}
.scroll-effect.slideToLeft.active:not(.animate),
.scroll-effect.slideFromLeft {
	opacity: 0;
}
.scroll-effect.slideToLeft.active,
.scroll-effect.slideFromLeft.active {
	animation-name: slideLeft;
}
.scroll-effect.slideToLeft.active {
	animation-direction: reverse;
}
.scroll-effect.slideToLeft,
.scroll-effect.slideFromLeft.active:not(.animate) {
	opacity: 1;
}
@keyframes slideLeft {
0% {transform: translateX(-100%); opacity: 0;}
100% {transform: translateX(0); opacity: 1;}
}
.scroll-effect.slideToRight.active:not(.animate),
.scroll-effect.slideFromRight {
	opacity: 0;
}
.scroll-effect.slideToRight.active,
.scroll-effect.slideFromRight.active {
	animation-name: slideRight;
}
.scroll-effect.slideToRight.active {
	animation-direction: reverse;
}
.scroll-effect.slideToRight,
.scroll-effect.slideFromRight.active:not(.animate) {
	opacity: 1;
}
@keyframes slideRight {
0% {transform: translateX(100%); opacity: 0;}
100% {transform: translateX(0); opacity: 1;}
}
.scroll-effect.fadeOut.active:not(.animate),
.scroll-effect.fadeIn {
	opacity: 0;
}
.scroll-effect.fadeOut.active,
.scroll-effect.fadeIn.active {
	animation-name: fade;
}
.scroll-effect.fadeOut.active {
	animation-direction: reverse;
}
.scroll-effect.fadeOut,
.scroll-effect.fadeIn.active:not(.animate) {
	opacity: 1;
}
@keyframes fade {
0% {opacity: 0;}
100% {opacity: 1;}
}
.scroll-effect.flipOut.active:not(.animate),
.scroll-effect.flipIn {
	backface-visibility: hidden;
	transform: rotateY(-180deg);
}
.scroll-effect.flipOut.active,
.scroll-effect.flipIn.active {
	animation-name: flip;
}
.scroll-effect.flipOut.active {
	animation-direction: reverse;
}
.scroll-effect.flipOut,
.scroll-effect.flipIn.active:not(.animate) {
	backface-visibility: hidden;
	transform: rotateY(0);
}
@keyframes flip {
0% {transform: rotateY(-180deg);}
100% {transform: rotateY(0);}
}

/* Уникальные блоки */


@media (max-width: 767.98px) {
	.logo img{
		max-width: 69px;
	}
	.head-but-cont{
		font-size: 14px;
    	line-height: 21px;
		width: 105px;
		flex: 0 0 105px;
		height: 29px;
	}
	.head-link-call{
		height: 29px;
		width: 72px;
		flex: 0 0 72px;
	}
	.head-link-call .head-call-txt{
		font-size: 14px;
    	line-height: 21px;
	}
	.h1-title{
		font-size: 40px;
		line-height: 48px;
	}
	.first-section{
		padding: 111px 0px;
	}
	.pad-section{
		padding: 60px 0px;
	}
	.info-block h2{
		font-size: 30px;
		line-height: 36px;
	}
	.where-freshn-sect{
		padding: 0px 0px 440px 0px;
    margin-top: 60px;
    margin-bottom: 60px;
		background-position: 135px bottom;
	}
	.advantages-sect::before {
    content: '';
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
	}
	.advantages-sect{
		background-position: 72% bottom;
	}
	.row-gap1-mob{
		gap: 80px;
	}
	.row-gap2-mob{
		gap: 33px;
		z-index: 30;
    position: relative;
	}
	.row-gap3-mob{
		gap: 30px;
	}
	.advantage-block-marg{
		margin-bottom: 30px;
	}
	.advantage-block h5{
		font-size: 26px;
		line-height: 31px;
	}
	.form-block{
		padding: 64px 15px;
	}
	/*.form-cont{
		flex-direction: column;
	}
	.form-cont input{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}*/
	.form-but{
		width: 100%;
	}
	.footer-info-link ul{
		flex-direction: column;
	}
	.footer-info-link ul li{
		margin-right: 0;
		margin-bottom: 16px;
	}
	.footer-info-link ul li:last-child{
		margin-bottom: 0px;
	}
	.row-mob2{
		gap: 16px;
	}
}
/* End */
/* /local/templates/kabumba.ru/styles/style.css?173616945625952 */
