

/* =========================================================
   Foamiran isolated sections (application, cooperation, etc.)
   ========================================================= */

section#application-ways.foamiran-app-ways {
    padding: 80px 0;
    background: #F5F9FB;
}

.foamiran-app-ways .foamiran-app-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.foamiran-app-ways .foamiran-app-card {
    background: #FFF4D6;
    padding: 30px 35px;
    flex: 1 1 calc(25% - 30px);
    min-width: 260px;
}

.foamiran-app-ways .foamiran-app-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.foamiran-app-ways .foamiran-app-card-icon {
    width: 50px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.foamiran-app-ways .foamiran-app-card-title {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 1.25;
    color: #06163A;
}

.foamiran-app-ways .foamiran-app-card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foamiran-app-ways .foamiran-app-card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 17px;
}

.foamiran-app-ways .foamiran-app-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00ADEB;
}

@media (max-width: 1024px) {
    .foamiran-app-ways .foamiran-app-card {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 680px) {
    .foamiran-app-ways .foamiran-app-card {
        flex: 1 1 100%;
    }
}

section#cooperation.foamiran-cooperation {
    padding: 40px 0;
    background: #fff;
    font-size: 17px;
}

.foamiran-cooperation .foamiran-coop-grid {
    display: flex;
    gap: 30px;
    align-items: stretch;
    margin-top: 40px;
}

.foamiran-cooperation .foamiran-coop-image {
    flex: 0 0 40%;
}

.foamiran-cooperation .foamiran-coop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.foamiran-cooperation .foamiran-coop-card {
    flex: 0 0 30%;
    background: #FFF4D6;
    padding: 35px 40px;
}

.foamiran-cooperation .foamiran-coop-card-title {
    font-family: 'Gilroy-Bold';
    font-size: 28px;
    line-height: 120%;
    margin: 0 0 12px;
    color: #06163A;
}

.foamiran-cooperation .foamiran-coop-card-subtitle {
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #212529;
}

.foamiran-cooperation .foamiran-coop-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foamiran-cooperation .foamiran-coop-card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.foamiran-cooperation .foamiran-coop-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ADEB;
}

.foamiran-cooperation .foamiran-coop-delivery {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #06163A;
}

.foamiran-cooperation .foamiran-coop-delivery img {
    width: 40px;
    height: auto;
}

@media (max-width: 1025px) {
    .foamiran-cooperation .foamiran-coop-grid {
        flex-wrap: wrap;
    }

    .foamiran-cooperation .foamiran-coop-image,
    .foamiran-cooperation .foamiran-coop-card {
        flex: 0 0 100%;
    }

    .foamiran-cooperation .foamiran-coop-card {
        margin-top: 20px;
    }
}

section#range.foamiran-range {
    padding: 80px 0;
}

.foamiran-range-grid {
    position: relative;
    height: 919px;
    width: 1237px;
    max-width: 100%;
    margin: 0 auto;
}

.foamiran-range .rang-block {
    position: absolute;
    overflow: hidden;
    background: transparent;
    margin: 0;
}

.foamiran-range .rang-block img {
    display: block;
    width: 100%;
    height: 283px;
    object-fit: cover;
}

.foamiran-range .rang-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.foamiran-range .rang-block_title {
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 2;
    color: #fff;
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0;
    padding: 0 20px 0 28px;
    border-left: 8px solid #00ADEB;
    max-width: 90%;
    display: flex;
    align-items: center;
}

.foamiran-range .rang-block_title.bord-orange { border-color: #E6723C; }
.foamiran-range .rang-block_title.bord-green { border-color: #8CC449; }
.foamiran-range .rang-block_title.bord-blue { border-color: #00ADEB; }

/* Позиционирование карточек согласно Figma */
.foamiran-range .rang-block-pos-1 {
    left: 0;
    top: 0;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-2 {
    left: 636px;
    top: 0;
    width: 601px;
    height: 283px;
}

.foamiran-range .rang-block-pos-3 {
    left: 318px;
    top: 0;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-4 {
    left: 954px;
    top: 318px;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-5 {
    left: 636px;
    top: 318px;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-6 {
    left: 318px;
    top: 318px;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-7 {
    left: 318px;
    top: 636px;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-8 {
    left: 636px;
    top: 636px;
    width: 283px;
    height: 283px;
}

.foamiran-range .rang-block-pos-9 {
    left: 0;
    top: 318px;
    width: 283px;
    height: 601px;
}

.foamiran-range .rang-block-pos-10 {
   left: 954px;
    top: 636px;
    width: 283px;
    height: 283px;
}

/* Специальные размеры для широких и высоких карточек */
.foamiran-range .rang-block-wide img {
    height: 283px;
}

.foamiran-range .rang-block-tall img {
    height: 601px;
}

.foamiran-range .rang-block_info {
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    position: relative;
}

.foamiran-range .rang-block_info::after {
    display: none;
}

.foamiran-range .rang-block_info img {
    display: none;
}

.foamiran-range .rang-block_info-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.foamiran-range .rang-block_info-top {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    width: 100%;
    padding-right: 79px; /* gap between number and icon */
}

.foamiran-range .rang-block_info-number {
    display: inline-flex;
    align-items: flex-start;
    gap: 14px;
    flex: 0 0 auto;
    position: relative;
}

.foamiran-range .rang-block_info-100 {
    color: #00adeb;
    font-family: 'Gilroy-Extrabold', Helvetica;
    font-size: 47px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 56.4px;
    margin-top: -1px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.foamiran-range .rang-block_info-sheets {
    color: #00adeb;
    font-family: 'Gilroy-Bold', Helvetica;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 27.6px;
    margin-top: -1px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.foamiran-range .rang-block_info-icon {
    aspect-ratio: 1;
    height: 64px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 64px;
    display: block;
    object-fit: contain;
}

.foamiran-range .rang-block_info-text {
    align-items: flex-end;
    align-self: stretch;
    color: #212529;
    display: flex;
    font-family: 'Gilroy-Bold', Helvetica;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.90px;
    line-height: 21.0px;
    position: relative;
    margin: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .foamiran-range .rang-block img {
        height: 283px;
    }
    
    .foamiran-range .rang-block_info {
        height: 283px;
        width: 100%;
    }
}

@media (max-width: 680px) {
    .foamiran-range .rang-block img {
        height: 283px;
    }

    .foamiran-range .rang-block_title {
        font-size: 20px;
        line-height: 24px;
        bottom: 25px;
        padding: 0 15px 0 20px;
        border-left-width: 6px;
        gap: 15px;
    }
    
    .foamiran-range .rang-block_info {
        height: auto;
        width: 100%;
        min-height: 250px;
        padding: 20px;
    }
    
    .foamiran-range .rang-block_info-100 {
        font-size: 36px;
        line-height: 43.2px;
    }
    
    .foamiran-range .rang-block_info-sheets {
        font-size: 18px;
        line-height: 21.6px;
    }
    
    .foamiran-range .rang-block_info-icon {
        height: 48px;
        width: 48px;
    }
    
    .foamiran-range .rang-block_info-text {
        font-size: 13px;
        letter-spacing: 0.78px;
        line-height: 18.2px;
    }
}

/* Белая карточка 100 sheets */
section#range .rang-block-pos-10 {
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); /* мягкая тень */
    overflow: visible;                            
}


section#how-we-work.foamiran-how-section {
    padding: 80px 0 60px;
    background: #F5F9FB;
    font-size: 17px;
}

.foamiran-how-section .block-title {
    margin-bottom: 10px;
}

.foamiran-how-section .title-hr {
    margin: 15px auto 20px;
}

.foamiran-how-section .how-subtitle {
    color: #6c757d;
    max-width: 720px;
    margin: 0 auto 50px;
}

.foamiran-how-section .process-flow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 45px;
    flex-wrap: nowrap;
}

.foamiran-how-section .process-step {
    text-align: center;
    max-width: 230px;
    font-size: 16px;
    line-height: 1.5;
}

.foamiran-how-section .process-icon img {
    display: block;
    margin: 0 auto 15px;
    max-width: 90px;
    height: auto;
}

.foamiran-how-section .process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
   margin: 0 60px 0 10px;
}

.foamiran-how-section .process-arrow img {
    display: block;
    max-width: 140px;
    height: auto;
}

@media (max-width: 992px) {
    .foamiran-how-section .process-flow {
        flex-direction: column;
        align-items: flex-start;
    }
}
@font-face {
	font-family: 'Gilroy-Black';
	src: url('../fonts/gilroy-black.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-black.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-black.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-black.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-black.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-black.svg#gilroy-black') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-BlackItalic';
	src: url('../fonts/gilroy-blackitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-blackitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-blackitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-blackitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-blackitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-blackitalic.svg#gilroy-blackitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Bold';
	src: url('../fonts/gilroy-bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-BoldItalic';
	src: url('../fonts/gilroy-bolditalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-bolditalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-bolditalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-bolditalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-bolditalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-bolditalic.svg#gilroy-bolditalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-ExtraBoldItalic';
	src: url('../fonts/gilroy-extrabolditalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-extrabolditalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-extrabolditalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-extrabolditalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-extrabolditalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-extrabolditalic.svg#gilroy-extrabolditalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Heavy';
	src: url('../fonts/gilroy-heavy.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-heavy.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-heavy.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-heavy.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-heavy.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-heavy.svg#gilroy-heavy') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-HeavyItalic';
	src: url('../fonts/gilroy-heavyitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-heavyitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-heavyitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-heavyitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-heavyitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-heavyitalic.svg#gilroy-heavyitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-LightItalic';
	src: url('../fonts/gilroy-lightitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-lightitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-lightitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-lightitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-lightitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-lightitalic.svg#gilroy-lightitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Medium';
	src: url('../fonts/gilroy-medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-medium.svg#gilroy-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-MediumItalic';
	src: url('../fonts/gilroy-mediumitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-mediumitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-mediumitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-mediumitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-mediumitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-mediumitalic.svg#gilroy-mediumitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Regular';
	src: url('../fonts/gilroy-regular.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-regular.svg#gilroy-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-RegularItalic';
	src: url('../fonts/gilroy-regularitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-regularitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-regularitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-regularitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-regularitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-regularitalic.svg#gilroy-regularitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-SemiBold';
	src: url('../fonts/gilroy-semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-semibold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-semibold.svg#gilroy-semibold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-SemiBoldItalic';
	src: url('../fonts/gilroy-semibolditalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-semibolditalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-semibolditalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-semibolditalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-semibolditalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-semibolditalic.svg#gilroy-semibolditalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-Thin';
	src: url('../fonts/gilroy-thin.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-thin.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-thin.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-thin.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-thin.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-thin.svg#gilroy-thin') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-ThinItalic';
	src: url('../fonts/gilroy-thinitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-thinitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-thinitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-thinitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-thinitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-thinitalic.svg#gilroy-thinitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-UltraLight';
	src: url('../fonts/gilroy-ultralight.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-ultralight.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-ultralight.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-ultralight.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-ultralight.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-ultralight.svg#gilroy-ultralight') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Gilroy-UltraLightItalic';
	src: url('../fonts/gilroy-ultralightitalic.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/gilroy-ultralightitalic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/gilroy-ultralightitalic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/gilroy-ultralightitalic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/gilroy-ultralightitalic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/gilroy-ultralightitalic.svg#gilroy-ultralightitalic') format('svg'); /* Chrome < 4, Legacy iOS */
}

body {
    font-family: 'Gilroy-Regular';     font-size: 16px;
} 
.container {
    max-width: 1240px;
}
.top-bar {
padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f5f9fb;     font-size: 14px;
}
.top-bar .row .col-md-4:last-child {
    text-align: right;
}
.top-bar .row .col-md-4:last-child a {
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #2e2536;
}
header.header {
    float: left;
    width: 100%;
    background: white;
}
header.header .row {
    width: 100%;
    justify-content: space-between;
	    align-items: center;
}
ul.menu li {
    margin: 0;
    display: inline-block;
    line-height: 80px;
    height: 80px;
    padding: 0 12px;
    color: #020d26;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}
ul.menu a {
    color: #020d26;
}
.header-logo img {
    width: 120px;
    margin: 5px 15px;
}
ul.menu {
    margin: 0;     padding: 0;
}
section#baner {
    padding: 104px 0 110px;
}
.main {
    float: left;
    width: 100%;
}
h1.fl-heading {
	line-height: 1.25;
    margin: 0px 0 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 54px;
    font-family: 'Gilroy-Black';
    text-transform: uppercase;
    max-width: 745px;
}
.baner-slider {
    position: relative;
}
header.header .container {
    padding-right: 0;
}
.slide-item .right img {
    width: 100%;
}
span.txt-orange {
    color: #E6723C;
}
span.txt-green {
    color: #8CC449;
}
.baner-ico li {
    display: inline-block;
    font-size: 17px;
    margin-right: 124px;
}
.banner-txt {
    color: #212529;
    margin: 0 0 25px;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    font-family: 'Gilroy-Bold';
}
section#baner .col-md-7 p:nth-child(2) {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;     margin: 0;
    padding: 0;
}
a.btn-white {
    background: white;
    color: black;
    padding: 15px 30px;
	    transition: 0.3s;
}
a.btn-white:hover {
    color: white;
    background: #e6723c;
    text-decoration: none;
}
section#baner p.right {
    padding-top: 20px;
}
.header-padding.fixed {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 99999;
    top: 0;
    transition: 0.3s;
box-shadow: 0 0 10px rgb(128 128 128 / 30%);
}
.search-wrapper svg#Capa_1 {
    fill: #c5dae8;
}
.search-wrapper:hover svg#Capa_1 {
    fill: #e6723c;
}
 
section#profor .col-md-4 img {
    width: 70px;
}
section#profor .container .row {
    background: white;
    margin-top: -50px;
    padding: 30px 10px;
    position: relative;
    z-index: 9; 
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 5%);
}
h3.vamtam-heading {
    color: black;
    font-family: 'Gilroy-Bold';
	margin: 15px 0 7px;
}
h3.vamtam-heading a{color: #06163a;}
section#profor .col-md-4 {
    border-right: 1px solid rgb(128 128 128 / 15%);
    padding-left: 30px;     padding-bottom: 10px;
}
section#profor .row .col-md-4:nth-child(3n) {
    border: 0;
}
section#aboute {
    margin-top: 70px;
    background-color: #f5f9fb;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
}
section#aboute h2 {
    font-family: 'Gilroy-Bold';
    font-size: 50px;
}
section#aboute .row {
    display: flex;
    align-items: center;
 
}
section#aboute .row .col-md-6:first-child {
    padding-right: 5%;     background: #f5f9fb;
    padding-top: 50px;
    padding-bottom: 40px;
}
section#aboute .row .col-md-6:first-child p {
    margin-bottom: 25px;
}
.video-popup {
    text-align: center;
    font-family: 'Gilroy-Bold';
    color: white;
    font-size: 17px;
}
section#aboute .container {
    background: #f9bb9f;
}
section#aboute .row .col-md-6:last-child {
 
    background: #f9bb9f;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#aboute a.vamtam-button {
    background: #77c82b;
    color: white;
    box-shadow: 0 0 25px -14px #57cb00;
    padding: 15px 30px;
    font-size: 18px;
    font-family: 'Gilroy-Bold';
    letter-spacing: 0.5px;
    line-height: 1; transition:0.3s;
}
a.vamtam-button:hover {color:white;     background: #e6723c;}
a.vamtam-button {
padding: 15px 30px;}
section#home-news {
    width: 100%;
    float: left;
    padding-top: 40px;
}
section#home-news  .center {
    text-align: center;
    color: #06163a;
}
section#home-news  h2 {
    font-family: 'Gilroy-Bold';
    font-size: 48px; 
	color:#3f485d;
}
.post-block h4 {
    font-family: 'Gilroy-Bold';    padding: 20px 20px 0px;
}
.post-block h4 a {
    color: #06163a;
}
.post-block p {
    margin: 0;
    padding: 0 20px 10px;
}
p.post-date a {
    color: #c3c3c3;
    font-size: 13px;
    text-transform: uppercase;
}
.post-block  a.read-more {
    font-size: 14px;
    color: #06163a;
    border-bottom: 2px solid #06163a;
    display: inline-block;
}
.post-block p.post-date {
    padding: 0 20px 0px;
}
.post-block {
    padding: 0px;
    overflow: hidden;
    min-height: 500px;
    margin: 15px;
}
.post-block img {
    width: 100%; transition: transform .7s;
    transform: scale(1);
}
.post-block:hover img {
    transform: scale(1.1);
}
.post-block:hover{box-shadow: 0 1px 20px 0 rgb(0 0 0 / 7%);}
a:hover {text-decoration:none;}
ul.menu a:hover, h3.vamtam-heading a:hover, .post-block h4 a:hover {
    color: #e6723c;
}
 .slick-list.draggable {
    padding-bottom: 15px;
}
.thumbnail {
    overflow: hidden;
}
.news-slide {
    padding-bottom: 20px;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #06163a;
    background: white;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 32%);
    display: block;
    z-index: 9999;
    position: relative; transition:0.3s;
}
.slick-next:hover:before, .slick-prev:hover:before {
    background: #e6723c; color:white;
}
.slick-next, .slick-prev {
    z-index: 99;
}
.slick-next {
    right: 3px;
}
.slick-prev:before {
    content: '‹';font-family: monospace;
    font-size: 32px;
}
.slick-next:before {
    content: '›';font-family: monospace;
    font-size: 32px;
}
footer.footer {
    float: left;
    width: 100%;
    background-color: #f5f9fb;
    padding-top: 50px;
	padding-bottom: 30px;
}
ul.slick-dots li {
    width: 30px;
    height: 3px;
    background: #dedede;
}
ul.slick-dots li.slick-active {
    background: #e6723c;
}
section#home-news {
    margin-bottom: 35px;
}
.foot-w-title {
    font-family: 'Gilroy-Bold';
    font-size: 23px;
    margin-bottom: 20px;
    color: #06163a;
}
footer.footer ul {
    margin: 0;
    padding: 0;
}
footer.footer ul.f-adress li {
    margin-bottom: 17px;
}
footer.footer ul li{
list-style:none;  margin-bottom: 10px;
}

footer.footer ul li a {
    color: #06163a;
    font-weight: 500;
    font-family: 'Gilroy-Medium';
}
footer.footer img {
    max-width: 150px;
    margin-top: 15px;
}
button.btn.btn-primary.video-btn {
    background: transparent!important;
    border: 0!important;
    padding: 0!important;     box-shadow: none!important;
}
div#myModal .modal-body {
    padding: 0;
}
button.close {
    position: absolute;
    z-index: 999;
    right: -15px;
    top: -15px;
    background: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.modal-dialog {
    max-width: 860px;
    margin: 1.75rem auto;
    width: 95%;
}
.footer-copyrite {
    float: left;
    width: 100%;
    background-color: #c9dce8;
    padding: 22px 0px;
}
.phone-header a img {
    width: 18px;
}
.phone-header a {
    background: #8cc449;
    color: white;
    letter-spacing: 0.5px;
 
    font-size: 18px;
    padding: 9px 25px 9px;
}
.main {
    overflow: hidden;
}
.modal-dialog.modal-lg {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 90%);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.modal-lg .modal-content {
    background-color: transparent;
    border: 0;
}
.modal.fade.bd-example-modal-lg {
    padding-right: 0px!important;
}
 .modal-lg input[type="search"] {
    border: 0;
    background: transparent;
    width: calc(100% - 30px);
    border-bottom: 1px solid grey;
    font-size: 20px;
}
.close:focus, .close:hover {
 
    outline: none;
}
button.close {
    position: absolute;
    z-index: 999;
    right: 10px;
    top: -50px;
    background: transparent;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 46px;
    font-weight: 100;
    color: #e6723c!important;
}
.modal-dialog.modal-sm {
    margin-top: 8vh;
}
.footer-copyrite .row {
    align-items: center;
    justify-content: space-between;
}
.foot-social img {
    width: 26px;
    margin-left: 3px;
    height: auto;
}
.foot-social a:first-child img {
    width: 22px;
}
button.header-search.icon  {
    border: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}
button.header-search.icon img {
    width: 28px;
}
section#aboute a.vamtam-button:hover {
    background: #e6723c;
}
.baner-ico ul {
    margin: 33px 0 60px;
    padding: 0;
}
span.txt-blue {
    color: #00ADEB;
    /*color: #00ADEB;*/
}
input {
    background: #EAF4F9;
    border: 0;
    padding: 15px 20px;
    font-size: 17px;
}
.baner-ico img {
    margin-right: 12px;
}
input[type="submit"] {
    background: #8CC449;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #E6723C;
}
section#baner {
    background: linear-gradient(180deg, rgb(213 221 229 / 50%) 0%, rgba(245, 249, 251, 0.00) 10%);
}
section#about .container {
    background: #FFF4D6;
    max-width: 1310px;
    padding: 0;
}
.img-abs-t {
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 60px;
}
.img-abs-b {
    position: absolute;
    z-index: 9;
    bottom: -10px;
    left: 100px;
}
section#about .slick-list.draggable {
    padding: 0;
}
.about-slider .item img {width:100%;}
.about-slider  .slick-next {
    right: 100px;
    top: calc(100% - 100px);
}
.about-slider  .slick-prev {
    right: 180px;
	left:auto;
    top: calc(100% - 100px);
}
.about-slider .slick-prev:before, .about-slider .slick-next:before {
    border-radius: 50%;
    color: white;
    border: 2px solid white;
    background: transparent;
    line-height: 45px;
}
section#about h2 {
  font-family: 'Gilroy-Medium';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
section#about {
    font-size: 17px;
}
hr.title-hr {
    border-top: 3px solid #00ADEB;
    max-width: 40px;
    margin: 0;
}
.about-block {
    max-width: 100%;          /* используем всю ширину колонки */
    padding: 70px 50px 10px;  /* больше воздуха справа */
}
.about_bl_cyr {
    color: #00ADEB;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    font-family: 'Gilroy-black';
}
.about_bl_cyr sup {
    font-size: 45%;
    font-family: 'Gilroy-Regular';
    top: -1em;
    padding: 0 5px 0;
}
.about_bl_cont p {
    color: #212529;
    margin: 5px 0 5px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
	z-index: 2;
    position: relative;
}
.about_bl_cont img {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;              /* подгони при желании под фигму */
    height: auto;
    z-index: 0;
}
.about_bl_cont {
    position: relative;
    margin: 30px 0;
    padding-right: 20px;      /* место под иконку, чтобы не лезла на текст */
}
.rang-block_title {
    color: #FFF;
    font-family: "Gilroy-bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: absolute;
    z-index: 9;
    bottom: 35px;
    padding: 0px 25px;
    border-left: 8px solid #E6723C;
}
.rang-block {
    margin: 0 0 35px;
    position: relative;
}
.rang-block img {
    width: 100%;
}
.rang-block:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(5deg, #212529 0%, rgba(33, 37, 41, 0.00) 62.54%);
}
.rang-block_title.bord-green {
    border-color: #8CC449;
}
.rang-block_title.bord-blue {
    border-color: #00ADEB;
}
.block-title {
    color: #06163A;
    font-family: 'Gilroy-Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.center {
    text-align: center;
}
section#range {
    padding: 80px 0 80px;
}
.rang-block.rang-block_form {
    background: #8CC449;
}
.rang-block_title.bord-none {
    position: relative;
    border: 0;
}
.rang-block_ico {
    position: absolute;
    top: 150px;
    width: auto;
    left: 50%;
    margin-left: -38px;
}
.rang-block.rang-block_form svg {
    max-width: 100%;
}
.rang-block_title.bord-none span {
    color: black;
}
.rang-block_title.bord-none {
    position: relative;
    border: 0;
    font-size: 28px;
    padding: 0 30px 0;
    margin: -60px 0 -16px;
}
.rang-block.rang-block_form:after {display:none;}
.rang-block.rang-block_form form {
    padding: 0px 23px;
}
.rang-block.rang-block_form input {
    background: white;
    padding: 12px 20px;
}
.rang-block.rang-block_form input[type="submit"] {
    background: #00ADEB;
    width: 100%;
    margin: 0 0 30px;
}
.rang-block_ico_r {
    position: absolute;
    right: -1px;
    top: 30px;
}
.rang-block_ico_l {
    position: absolute;
    top: 120px;
    left: 0;
}
.profit_bl {
    position: relative;
    background: var(--5, #FFF4D6);
    padding: 30px;
    margin-bottom: 15px;
}
.profit_bl_num {
    color: #00ADEB;
    font-family: 'Gilroy-black';
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.profit_bl p {
    color: rgba(33, 37, 41, 0.80);
    position:relative;
	z-index:2;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
    min-height: 80px;
}
.profit_bl img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
section#bannergreen {
    background: #8CC449;
    margin-top: 75px;
	font-size: 17px;
}
.fl-heading {
    font-family: 'Gilroy-Bold';
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.txt-white {
    color: white;
}
section#bannergreen .fl-heading {
    padding: 50px 20px 20px 0px;
}
section#bannergreen input[type="submit"] {
    background: #00ADEB;
}
section#bannergreen input {
    background: white;
}
section#bannergreen form#form-slide {
    margin: 30px 0 40px;
}
section#bannergreen .rang-block_ico_r {
    top: 0;
    left: 20px;
}
section#bannergreen .rang-block_ico_l {
    right: -40px;
    left: auto;
}
section#bannergreen {
    background: #8CC449;
    padding: 0px 40px;
    font-size: 17px;
    max-width: 1210px;
    margin: 75px auto;
}
.stitle-orange, .stitle-blue {
    font-family: 'Gilroy-Bold';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 25px;	
}
.stitle-orange {
    color: #E6723C;
}
.stitle-blue {
	color: #00ADEB;
	}
section#home-products ul li {
display: flex;
    margin: 10px 0 15px;
    font-size: 17px;
    width: 100%;
    align-items: center;
}
section#home-products ul {
    margin: 0;
    padding: 25px 0 0;
}
section#home-products ul li img {
    margin-right: 10px;
}
ul.width-50 li {
    width: 49%;
    padding-right: 1%;
}
section#equipment {
    background: #FFF4D6;
    margin: 70px 0 30px;
}
section#equipment .row {
    align-items: center;
    font-size: 17px;
}
section#equipment hr.title-hr {
    margin: 23px 0 23px;
}
hr.center.title-hr {
    border-top: 3px solid #00ADEB;
    max-width: 40px;
    margin: 23px auto 23px;
}
.sertif-slider .item.slick-slide {
    margin: 0 15px;
}
.sertif-slider .slick-list {
    margin: 0 -15px;
}
section#certifications {
    padding: 60px 0 90px;
}

section#certifications .slick-next, section#certifications .slick-prev {
    right: 50%;
    top: 100%;
	left: 50%;
}
section#certifications .slick-next{
    margin: 30px 12px 0;
}
section#certifications .slick-prev {
	margin: 30px -60px 0;
}
section#certifications .slick-next:before, section#certifications .slick-prev:before {
    color: #10afe8;
    border-radius: 50%;
    border: 2px solid #10afe8;
    line-height: 44px;
    box-shadow: none;
}
.modal-body img {
    max-height: 80vh;
}
div#galleryModal .modal-header {
    padding: 0;
    margin: 0;
	border:0;
}
div#galleryModal {
    z-index: 99999;
}
ul.width-50 {
    display: flex;
    flex-wrap: wrap;
}
ul.width-50 li {
    max-width: 290px;
}
section#video ul {
    margin: 0;
    padding: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}
section#video ul {
    margin: 0;
    padding: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}
section#video hr.title-hr {
    margin: 23px 0 15px;
}
video {
    max-width: 100%;
}
section#video ul li {
    width: 50%;
    list-style: none;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    line-height: 1.5;
	padding-right:10px;
}
section#video ul li img {
    margin-right: 10px;
    margin-bottom: -5px;
}
section#video {
    padding: 80px 0 30px;
}
section#video .block-title {
    margin-top: -5px;
}
section#partners .rang-block_ico_l {
    position: absolute;
    top: -2px;
    left: -1px;
}
section#partners .about_bl_cont {
    max-width: 290px;
}
section#partners hr.title-hr {
    margin-top: 20px;
}
section#partners p {
    max-width: 540px;
}
section#partners  .rang-block_ico {
position: relative;
    width: 76px;
    left: 0;
    margin: auto;
    margin-top: -100px;
    top: -60px;
}
section#partners .rang-block_title.bord-none {
    position: relative;
    border: 0;
    font-size: 28px;
    padding: 0 30px 0;
    margin: 0px 0 0px;
}
section#partners .rang-block.rang-block_form input {
    width: 100%;
}
section#partners .rang-block.rang-block_form form {
    padding: 0px 35px;
}
section#partners form#form-rang {
    margin-top: -20px;
}
section#partners > .container > .row {
    align-items: center;
}
section#partners {
    margin: 50px 0 30px;
}
.rang-block.rang-block_form input[type="submit"]:hover {
    background: #e57143;
}
.row.row-imgs {
    justify-content: center;
}
.row.row-imgs img {
    width: 100%;
    max-width: 350px;
    margin: -20px -20px -20px;
}
section#home-logos {
    background: #F5F9FB;
    padding: 85px 0 80px;
}
section#home-logos .block-title {
    max-width: 710px;
    margin: auto;
}
.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}
section#galery .img-thumbnail {
    margin-bottom: 33px;
	  transition: 0.5s;
}
section#galery a:hover .img-thumbnail {
     transform: scale(1.09);
}
section#galery {
    padding: 90px 0 60px;
}
section#gmap .container {
    position: relative;
}
.mapinfo {
    position: absolute;
	background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(130, 106, 100, 0.19);
    max-width: 480px;
    top: -500px;
    z-index: 9;
    height: 400px;
    padding: 65px;
	font-size: 17px;
}
.mapinfo a {
    color: #061739;
}
.mapinfo svg {
    margin: 5px 5px -5px 0px;
}
ul.sub-menu {
    position: absolute;
    background: white;
    width: 220px;
    z-index: 99;
    margin: 0;
    padding: 0px 10px 10px;
	display:none;
}
ul.menu li ul.sub-menu li {
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 17px;
	display:inline-block;
}
ul.menu li:hover ul.sub-menu {
	display:block;
}






@media (max-width: 1280px) {
 section#profor:before {
    min-width: 87%;
    max-width: 87%;
}


}
@media (max-width: 1025px) {
	 section#baner .col-md-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.phone-header {
		display: none;
	}
	.top-bar {
		display: none;
	}
	h1.fl-heading {font-size:px;}
	.banner-txt {
		font-size: 45px;
	}
	.baner-ico ul {
		margin: 25px 0 45px;
		padding: 0;
		display: flex;
	}
	.baner-form {
		margin: 0 0 35px;
	}
	section#baner {
		padding: 70px 0 70px;
	}
	.baner-ico li {
		display: flex;
		font-size: 17px;
		margin-right: 70px;
		align-items: center;
	}
	section#about h2 {
		font-size: 45px;
	}
	section#about > .container > .row {
		flex-direction: column-reverse;
	}
	.rang-block img {
		width: 100%;
		height: 280px;
		object-fit: cover;
	}
	.block-title {
		font-size: 45px;
	}
	.rang-block.rang-block_form {
		max-width: 100%;
		margin: auto;
	}
	.rang-block .rang-block_ico img {
		max-width: 60px;
		height: auto!important;
	}
	.rang-block.rang-block_form input {
		width: 100%;
	}
	.rang-block.rang-block_form > svg {
		transform: scaleX(3.5);
		top: -50px;
		position: relative;
	}
	.rang-block.rang-block_form {
		overflow: hidden;
	}
	section#profitable .mt-3 {
		margin-top: 0!important;
	}
	.fl-heading {
    font-size: 40px;
	}
	section#bannergreen form#form-slide {
		margin: 20px 0 40px;
	}
	section#bannergreen input {
		width: 100%;
		margin: 0 0 10px;
	}
	section#bannergreen .col-md-4.right img {
		position: relative;
		top: 60px;
	}
	section#bannergreen .rang-block_ico_l {
		right: -40px;
		left: auto;
		top: 75%;
		z-index: 2;
	}
	section#video > .container > .row {
		flex-direction: column;
	}
	.row.row-imgs img {
		width: 100%;
		max-width: 300px;
		margin: -20px -20px -20px;
	}
	section#partners {
		margin: 30px 0 60px;
	}
	section#home-logos {
		padding: 65px 0 60px;
	}
	section#galery {
		padding: 80px 0 60px;
	}
	#galery a img {
		width: 100%;
	}
	.mapinfo {
		padding: 60px 40px;
	}
	footer.footer {
		padding-top: 30px;
		padding-bottom: 10px;
	}
}


 
@media (max-width: 680px) {
    .rang-block.rang-block_form {
        min-height: 0;
    }
	.rang-block.rang-block_form form p {
    margin: 0;
}
	.img-abs-b {
    position: absolute;
    z-index: 9;
bottom: -22px;
    left: 14px;
}
.img-abs-t {
    right: 0px;
    top: 0;
}
.img-abs-b svg, .img-abs-t svg{
    max-width: 100px; max-height: 100px;
}
	 .header-menu ul.menu {
		display: none;
	}
	.menu-togle {
		display: block!important;
		width: 50px;
		height: 50px;
		 cursor: pointer;
		right: 12px;
		position: absolute;
		top: 18px;
	}
	.search-wrapper {
		right: 50px;
		position: relative;
	}
	.menu-togle span {
		display: block;
		width: 24px;
		height: 2px;
		background: #5a5a5a;
		top: 5px;
		position: absolute;
		right: 0px;
	}
	.menu-togle span:after {
		content:"";
		display: block;
		width: 24px;
		height: 2px;
		background: #5a5a5a;
		top: 10px;
		position: absolute;
		right: 0px; 
	}
	.menu-togle span:before {
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #5a5a5a;
		top: 20px;
		position: absolute;
		right: 0px;
	}
	.header-menu.mobile-show ul.menu {
		display: block;
		position: absolute;
		background: white;
		width: 100%;
		left: 0;
		padding: 10px 10px 30px; 
		background: white;
		z-index: 999;
		top: 70px;
	}
	ul.menu li {
		width: 100%;
		height: auto;
		line-height: 1.33;
		padding: 9px;
	}
	.only-mob {display:block!important;}
	li.only-mob a.vamtam-button {
		padding: 0;
		color: #e6723c!important;
		background: transparent!important;
		font-family: 'Gilroy-Bold';
	}
	li.only-mob a {
		margin-right: 10px;
	}
	section#profor .col-md-4 {
		border-right: 0;
	 padding-left: 15px;
		padding-bottom: 15px;
	}
	footer.footer .col-md-3 {
		margin-bottom: 25px;
	}
	section#profor:before {
		min-width: 70%;
		max-width: 70%;
	}
	section#aboute .row .col-md-6:last-child {
		height: auto;
		background: #f9bb9f;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 300px;
	}
	h1.fl-heading {
		line-height: 42px;    
		font-size: 40px;    
	}
	section#baner .col-md-7 p:nth-child(2) {
	font-size: 25px;}
	section#aboute h2 {
		font-size: 40px;
	}
	.footer-copyrite .row {
		align-items: center;
		justify-content: space-between;
		padding: 0 15px 0;
	}
	section#profor .container:before {
	width: 80%;
		white-space: nowrap;
		min-height: 99px;
		margin-top: -61px;
	}
	section#home-news h2 {
		font-size: 33px;
	}
	.post-block h4 {
		font-size: 22px;
	}
	section#baner {
		padding: 45px 0 40px;
	}
	input {
		width: 100%;
		margin: 0 0 7px;
	}
	.banner-txt {
		font-size: 30px;
	}
	section#about h2 {
		font-size: 30px;
	}
	.about-block {
		max-width: 580px;
		padding: 45px 25px 10px;
	}
	.about_bl_cyr {
		font-size: 33px;
	}
	.about_bl_cont {
		margin: 0px 0 15px;
		position: relative;
	}
	.rang-block {
		margin: 0px 0 10px;
		position: relative;
	}
	.rang-block_title {
		font-size: 19px;
	}
	.block-title {
		font-size: 33px;
	}
	section#range {
		padding: 50px 0 50px;
	}
	.profit_bl_num {
		font-size: 33px;
	}
	.fl-heading {
		font-size: 30px;
	}
	section#bannergreen .col-md-4.right img {
		position: relative;
		top: -25px;
	}
	section#bannergreen .rang-block_ico_r {
		display:none;
	}
	section#bannergreen .rang-block_ico_l {
		top: auto;
		bottom: 50px;   
		right:-4px;
	}
	.stitle-orange, .stitle-blue {
		font-size: 24px;
		margin-top: 10px;
	}
	section#home-products ul li {
		margin: 0px 0 15px;
	}
	section#bannergreen {
		padding: 0px 0px;
		margin: 40px auto;
	}
	section#equipment {
		background: #FFF4D6;
		margin: 20px 0 0px;
		padding: 40px 0 0;
	}
	section#video ul li {
		width: 100%;
		list-style: none;
		margin: 0 0 15px;
		padding-right: 10px;
	}
	section#home-logos {
		padding: 45px 0 25px;
	}
	.row.row-imgs img {
		width: 50%;
		max-width: 300px;
		margin: -20px -10px -5px;
	}
	.col-xs-6 {
		width: 50%;
	}
	section#galery .img-thumbnail {
		margin-bottom: 23px;
	}
	section#galery {
		padding: 50px 0 35px;
	}
	 section#gmap {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column-reverse;
	}
	.mapinfo {
		padding: 45px 15px;
		position: relative;
		top: 0;
		max-width: 100%;
		width: 100%!important;
		height: auto;
	}
	section#gmap iframe {
		height: 330px;
	}
	.footer-copyrite {
		padding: 12px 0px;
		font-size: 13px;
	}
	.foot-social {
		padding: 15px 0 0;
		text-align: center;
		width: 100%;
	}
	footer.footer ul li {
		margin-bottom: 5px;
	}
	footer.footer ul.f-adress li {
		margin-bottom: 7px;
	}
	.foot-w-title {
		margin-bottom: 10px;
	}
	section#video {
		padding: 40px 0 30px;
	}
	#equipment .right img {
		width: calc(100% + 30px);
		margin: 0 -15px 0;
	}
section#range .rang-block img {
    height: 150px;
    object-fit: cover;
}
#form-dealers .iti {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #form-dealers .iti input.iti__tel-input,
  #form-dealers .iti .phone-mask {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

span.txt-green {
    color: #8cc449/*#8cc449*/;
}

/* ==== ABOUT: список "Material properties" ==== */

#about .props-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    line-height: 1.3;
}

/* контейнер с двумя колонками */
#about .props-list {
    display: flex;
    gap: 80px;          /* расстояние между колонками, можно подогнать */
}

/* сами списки */
#about .props-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* элементы списка */
#about .props-list li {
    position: relative;
    padding-left: 18px; /* отступ под кружок */
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.5;
    color: #212529;
}

#about .props-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00ADEB;
    transform: translateY(-50%);
}

@media (max-width: 680px) {
    #about .props-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* ==== HERO: список с иконками в один ряд ==== */

#baner .baner-ico ul {
    display: flex;
    flex-wrap: nowrap;   /* три пункта в одну строку */
    gap: 15px;           /* расстояние между пунктами */
    margin: 35px 0 30px;
    padding: 0;
    list-style: none;
}

#baner .baner-ico li {
    display: flex;               /* иконка слева, текст справа */
    align-items: flex-start;
    font-size: 17px;
    margin: 0;                   /* убираем старый margin-right */
    max-width: 200px;            /* ширина "колонки" с текстом */
}

#baner .baner-ico li img {
    flex-shrink: 0;
    margin-right: 12px;          /* отступ между иконкой и текстом */
}

/* Адаптив – на планшете можно дать перенос по строкам */
@media (max-width: 1024px) {
    #baner .baner-ico ul {
        flex-wrap: wrap;
        gap: 20px 40px;
    }

    #baner .baner-ico li {
        max-width: 100%;
    }
}

/* На телефоне – просто столбиком */
@media (max-width: 680px) {
    #baner .baner-ico ul {
        flex-direction: column;
        gap: 12px;
    }
}

/* Выравниваем заголовки и списки в карточках Application ways */

.foamiran-app-ways .foamiran-app-card {
    display: flex;
    flex-direction: column;
}

/* шапка (иконка + заголовок) одинаковой высоты во всех карточках */
.foamiran-app-ways .foamiran-app-card-header {
    min-height: 80px; 
    align-items: flex-start;
    margin-bottom: 4px; 
}

/* подпись под формой в Advantages*/
section#video .video-warranty {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 360px;
    font-size: 14px;
    line-height: 1.5;
    color: #06163A;
}

section#video .video-warranty img {
    width: 32px;
    height: auto;
    flex-shrink: 0;
    margin-top: 2px;
}

section#video .video-warranty p {
    margin: 0;
}

/* ==== RANGE: исправляем тень на карточках ==== */

/* нормальный градиент только снизу */
section#range.foamiran-range .rang-block:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;              /* убираем top:0 из глобального правила */
    width: 100%;
    height: 60%;            /* как в фигме – можно подогнать */
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* для белого блока "100 sheets" градиент вообще не нужен */
section#range.foamiran-range .rang-block_info:after {
    content: none !important;
}

/* ====== FIX: позиционирование карточки в #bannergreen ====== */

/* Десктоп: двигаем карточку чуть влево и вниз как в макете */
@media (min-width: 1026px) {
    #bannergreen .col-md-4.right {
        position: relative; /* на всякий случай, если будем абсолютно позиционировать что-то ещё */
    }

    #bannergreen .col-md-4.right img {
        display: block;
        max-width: 500px;
        height: auto;
        margin: 0;
        transform: translate(-60px, 0px); /* сдвиг влево и слегка вниз */
        z-index: 0;                         /* поверх пазлов, если нужно */
    }

    /* пазлы остаются фоном */
    #bannergreen .rang-block_ico_r,
    #bannergreen .rang-block_ico_l {
        z-index: 3;
    }
}

/* Планшет: возвращаем более нейтральное положение (как было) */
@media (max-width: 1025px) and (min-width: 681px) {
    #bannergreen .col-md-4.right img {
        transform: none;
        position: relative;
        top: 60px;          /* как у тебя сейчас */
        margin: 0 auto;
        max-width: 260px;
    }
}

/* Мобилка: тоже без сдвига, как в текущей верстке */
@media (max-width: 680px) {
    #bannergreen .col-md-4.right img {
        transform: none;
        position: relative;
        top: -25px;         /* твое значение для телефона */
        margin: 0 auto;
        max-width: 230px;
    }
}
/* ====== COOPERATION: выравниваем блок с доставкой под правой колонкой ====== */

/* Десктоп — текст про доставку прижимаем к правой колонке */
@media (min-width: 1026px) {
    .foamiran-cooperation .foamiran-coop-grid {
        align-items: flex-start;
    }

    .foamiran-cooperation .foamiran-coop-delivery {
        max-width: 480px;             /* ширина, как у правой колонки */
        margin-top: 60px;             /* отступ сверху как в фигме */
        margin-left: auto;            /* прижимаем к правому краю */
        margin-right: 0;
        justify-content: flex-start;  /* иконка + текст слева направо */
    }
}

/* Типографика и иконка под фигму */
.foamiran-cooperation .foamiran-coop-delivery img {
    width: 44px;
    height: auto;
}

.foamiran-cooperation .foamiran-coop-delivery p {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}
/* Доработка выравнивания доставки под правой колонкой */
@media (min-width: 1026px) {
    .foamiran-cooperation .foamiran-coop-delivery {
        max-width: 400px;   /* было ~480px, из-за этого блок “уезжал” левее */
        margin-left: auto;  /* остаётся прижатым к правому краю контейнера */
    }
}

/* Cooperation: правая колонка = карточка + доставка в одном столбце */
.foamiran-cooperation .coop-right-col {
    flex: 0 0 30%;                 /* ширина как у карточки */
    display: flex;
    flex-direction: column;        /* сверху карточка, ниже доставка */
    justify-content: space-between;
}

/* карточка занимает всё доступное пространство по высоте */
.foamiran-cooperation .coop-right-col .foamiran-coop-card {
    flex: 1 0 auto;
}

/* доставка прижата к низу колонки, ширина по карточке */
.foamiran-cooperation .coop-right-col .foamiran-coop-delivery {
    margin-top: 30px;              /* как было */
    max-width: 100%;
    margin-left: 0;
}

/* адаптив — на планшетах/мобилках правая колонка тоже становится на всю ширину */
@media (max-width: 1025px) {
    .foamiran-cooperation .coop-right-col {
        flex: 0 0 100%;
    }
}

/* ==== PARTNERS: список в 2 колонки ==== */

section#partners .partners-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;   /* расстояние между колонками */
    row-gap: 30px;      /* расстояние между строками */
}

section#partners .partners-list li {
    display: flex;
    align-items: flex-start;
    width: calc(50% - 40px); /* две колонки */

    font-size: 17px;
    line-height: 1.5;
    color: #212529;
}

section#partners .partners-list li img {
    flex-shrink: 0;
    width: 52px;
    height: auto;
    margin-right: 18px;
    margin-top: 2px; /* чуть опускаем иконку относительно текста */
}

section#partners .partners-list li span {
    display: block;
}

/* На планшете/мобилке — в один столбец */

@media (max-width: 1024px) {
    section#partners .partners-list {
        column-gap: 40px;
    }
    section#partners .partners-list li {
        width: 100%;
    }
}

/* === ADVANTAGES: выравнивание формы справа === */

section#video .video-form-block {
    /* уже растянули по высоте – немного увеличим внутренние отступы */
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

/* иконка рукопожатия – по центру над заголовком */
section#video .video-form-block .rang-block_ico {
    position: relative;
    width: 80px;
    margin: -70px auto 60px; /* поднимаем вверх и центрируем */
    top: 0;
    left: auto;
}

/* заголовок внутри формы */
section#video .video-form-block .rang-block_title.bord-none {
    position: relative;
    border: 0;
    font-size: 28px;
    line-height: 1.3;
    padding: 0 20px;
    margin: 0 0 35px;
    text-align: center;
}

section#video .video-form-block .rang-block_title.bord-none span {
    display: block;           /* перенос второй строки под первую */
}

/* сама форма – чуть отступов по бокам и между полями */
section#video .video-form-block form {
    
    margin-top: 0;
}

section#video .video-form-block input {
    width: 100%;
}

/* чуть компактнее на мобильных */
@media (max-width: 680px) {
    section#video .video-form-block {
        padding: 50px 20px 40px;
        min-height: 0;
    }

    section#video .video-form-block .rang-block_ico {
        margin: -50px auto 15px;
        width: 70px;
    }

    section#video .video-form-block .rang-block_title.bord-none {
        font-size: 24px;
        margin-bottom: 25px;
    }
}

/* правая колонка: форма + надпись – одна вертикальная колонка */
section#video .col-md-5.right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;    /* всё выровнено как у формы */
}

/* форма занимает всю ширину колонки */
section#video .video-form-block {
    width: 100%;
}

/* блок с гарантией – под формой, по той же «линии» */
section#video .video-warranty {
    margin-top: 24px;
    max-width: 520px;           /* ширина текста; можно поставить 100%, если нужно во всю колонку */
}

/* Скрываем правую картинку в блоке "Request a Wholesale Price List" на телефонах */
@media (max-width: 767.98px) {
    #bannergreen .right {
        display: none;
    }
}

/* ===================================================================
   ИСПРАВЛЕНИЕ: выравнивание ширины поля телефона с плагином intl-tel-input
   =================================================================== */

@media (max-width: 680px) {
    /* Контейнер формы с отступами между полями */
    .baner-form {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    /* Исправление для поля телефона с маской */
    .baner-form .phone-mask,
    .baner-form .iti__tel-input {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    
    /* Контейнер intl-tel-input тоже на всю ширину */
    .baner-form .iti {
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
    }
    
    /* Дополнительные классы intl-tel-input */
    .baner-form .iti--allow-dropdown,
    .baner-form .iti--show-flags {
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
    }
    
    /* Все остальные поля формы */
    .baner-form input {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
}

section#range .rang-block-pos-10::after {
    content: none !important;
}

/* =========================================================
   MOBILE FIX: секция #range.foamiran-range
   ========================================================= */
@media (max-width: 991px) {

    .foamiran-range-grid {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .foamiran-range .rang-block {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        margin: 0;
    }

    /* ВАЖНО: все картинки одной высоты и "узкие" */
    .foamiran-range .rang-block img,
    .foamiran-range .rang-block-wide img,
    .foamiran-range .rang-block-tall img {
        width: 100%;
        height: 150px !important;   /* фиксированная высота */
        object-fit: cover;
        display: block;
    }
    
        .foamiran-range .rang-block-pos-10 img {
        height: 283px !important;   /* десктопная высота */
        object-fit: cover;
    }

    .foamiran-range .rang-block_info {
        position: relative;
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    }

    .foamiran-range .rang-block-pos-1,
    .foamiran-range .rang-block-pos-2,
    .foamiran-range .rang-block-pos-3,
    .foamiran-range .rang-block-pos-4,
    .foamiran-range .rang-block-pos-5,
    .foamiran-range .rang-block-pos-6,
    .foamiran-range .rang-block-pos-7,
    .foamiran-range .rang-block-pos-8,
    .foamiran-range .rang-block-pos-9,
    .foamiran-range .rang-block-pos-10 {
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
    }

    .foamiran-range .rang-block_title {
        font-size: 19px;
        line-height: 1.3;
        bottom: 20px;
        padding: 0 16px 0 20px;
        border-left-width: 6px;
        max-width: 90%;
    }
}

/* ===== HOW WE WORK: мобильная версия ===== */
@media (max-width: 680px) {
    /* колонки превращаем в одну вертикальную ленту */
    .foamiran-how-section .process-flow {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        gap: 16px; /* расстояние между шагами */
    }

    /* каждый шаг = строка: иконка слева, текст справа */
    .foamiran-how-section .process-step {
        display: flex;
        align-items: center;
        max-width: 100%;
        text-align: left;
    }

    .foamiran-how-section .process-icon img {
        margin: 0 16px 0 0;   /* отступ справа от пазла */
        max-width: 52px;      /* размер иконки под мобильный макет */
        height: auto;
    }

    .foamiran-how-section .process-text {
        text-align: left;
    }

    /* стрелки на мобиле не показываем */
    .foamiran-how-section .process-arrow {
        display: none;
    }

    /* чуть компактнее отступы текста под заголовком */
    .foamiran-how-section .how-subtitle {
        margin-bottom: 30px;
    }
}

/* Partners: больше расстояние между списком и формой на мобиле */
@media (max-width: 680px) {
    section#partners .col-md-5.right {
        margin-top: 40px;
    }
}

/* Mobile styles for video section form - matching partners section form */
@media (max-width: 680px) {
    section#video .col-md-5.right {
        margin-top: 40px;
        max-height: 553px;
    }
    
    section#video .video-form-block {
        padding: 50px 20px 40px;
        min-height: 0;
    }

    section#video .video-form-block .rang-block_ico {
        margin: -80px auto 30px;
        width: 70px;
    }
    
    section#video .video-form-block .rang-block_ico_l {
        top: 0;
        left: 0;
    }

    section#video .video-form-block .rang-block_title.bord-none {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    section#video .video-form-block form {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    /* Fix for phone field with intl-tel-input */
    section#video .video-form-block .phone-mask,
    section#video .video-form-block .iti__tel-input {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    
    /* intl-tel-input container full width */
    section#video .video-form-block .iti {
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
    }
    
    /* Additional intl-tel-input classes */
    section#video .video-form-block .iti--allow-dropdown,
    section#video .video-form-block .iti--show-flags {
        width: 100% !important;
        display: block;
        margin-bottom: 5px;
    }
    
    /* All other form fields */
    section#video .video-form-block input {
        width: 100% !important;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    
    section#video .video-form-block p {
        margin: 0;
        width: 100%;
    }
    
    section#video .video-warranty {
        margin-top: 20px;
    }
}

/* Отступ от заголовка в блоке Application ways */
section#application-ways .block-title.center {
    margin-bottom: 20px;
}
/* Отступы между карточками Application ways для мобильной версии */
@media (max-width: 870px) {
    .foamiran-app-ways .foamiran-app-grid {
        gap: 10px;
    }
}

#form-cooperation p {
    margin-bottom: 5px;
}
