/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
   outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on September 22, 2017 5:09 PM */

@font-face {
	font-family: 'Playfair Display';
	src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
		url(../fonts/PlayfairDisplay-Regular.eed17ecc584879dc414b.woff) format('woff'),
		url(../fonts/PlayfairDisplay-Regular.cb256fc7a64f14fbc5ba.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Playfair Display SC';
	src: local('Playfair Display SC Regular'), local('PlayfairDisplaySC-Regular'),
		url(../fonts/PlayfairDisplaySC-Regular.6413faa47bca87707293.woff) format('woff'),
		url(../fonts/PlayfairDisplaySC-Regular.4a5994b6e12aca982a52.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), url(../fonts/OpenSans-Regular.3c19afb3f76b16865a55.woff) format('woff');
    }
    

    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url(../fonts/OpenSans-Regular.3c19afb3f76b16865a55.woff) format('woff');
    }
   

    @font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Light'), url(../fonts/OpenSans-Light.13a4f3e3ec0dbcee12db.woff) format('woff');
    }
    

    @font-face {
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans SemiBold'), url(../fonts/OpenSans-SemiBold.e42481d612bfd51c3822.woff) format('woff');
    }
    
html {
    scroll-behavior: smooth;
    background-color: #F0F4FA;
    color: #071F2A;
}

h1, h2, h3, p, img {
    caret-color: rgba(0, 0, 0, 0);
}

h2, h3, p {
    margin: 0px 0px 0px 0px;
}

.main {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

h1, h2, h3 {
    font-family: 'Playfair Display, Arial, sans-serif';
}

a {
    text-decoration: none;
    color: #F0F4FA;
}

.block {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease-out;
}

.block.visible {
    opacity: 1;
    transform: translateY(0);
}


/* === Широкий экран (до 1920px) – Full HD и ниже === */
@media screen and (max-width: 1920px) {
    .page {
        max-width: 1280px;
        margin: 0 auto;
    }
}

/* === Большой ноутбук / монитор (до 1600px) === */
@media screen and (max-width: 1600px) {
    .page {
        max-width: 1200px;
        padding: 0 20px;
    }
    h1, h2, h3 {
        font-size: calc(1.5rem + 0.5vw);
    }
}

/* === Стандартный ноутбук (до 1440px) === */
@media screen and (max-width: 1440px) {
    .page {
        max-width: 1100px;
    }
    .services__container-blocks {
        grid-template-columns: auto auto;
        gap: 40px;
    }
}

/* === Планшет в горизонтальной ориентации (до 1024px) === */
@media screen and (max-width: 1024px) {
    .page {
        max-width: 980px;
        padding: 0 16px;
    }
    html {
        font-size: 15px;
    }
    .services__container-blocks {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        gap: 32px;
    }
}

/* === Планшет в вертикальной ориентации (до 768px) === */
@media screen and (max-width: 768px) {
    .page {
        max-width: 720px;
        padding: 0 12px;
    }
    html {
        font-size: 14.5px;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
}

/* === Мобильные телефоны (до 360px) – типичный маленький смартфон === */
@media screen and (max-width: 360px) {
    .page {
        max-width: 340px;
        padding: 0 10px;
    }
    html {
        background-color: #F0F4FA;
        font-size: 14px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    .block {
        transform: translateY(20px);
    }
}

.slider {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0px auto;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background-color: #333;
}


@media (min-width: 1920px) {}


@media (max-width: 1600px) and (min-width: 1441px) {}


@media (max-width: 1440px) and (min-width: 1025px) {}


@media (max-width: 1024px) and (min-width: 769px) {}


@media (max-width: 768px) and (min-width: 361px) {
  .slider {
    justify-content: center;
    align-items: center;
    justify-content: none;
    transition: transform 0.1s linear;
  }
}


@media (max-width: 360px) {}
.header {
    margin: 0px auto 100px auto;
    background-image: url(../images/header-background.162ecbaae3d1dd84f55b.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    display: flex;
    flex-direction: column;
}

.header_pool-maintenance {
    background-image: url(../images/header-background.b5b7fcf7579fe87bce52.png);
}

.header_pool {
    background-image: url(../images/header-background.dbb55b0cbfc004d9c6f7.png);
}

.header_hammam {
    background-image: url(../images/header-background.a8ef3aff770c44acecc7.png);
}

.header_litokol {
    background-image: url(../images/header-background.4877db69b280a0621bbf.png);
}

.header_chemistry {
    background-image: url(../images/header-background.6434a4c28283ba306ee3.png);
}

.header_404 {
    height: 100vh;
}

.header__container-menu {
    margin: 38px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header__container-title {
    margin: 10vh 10% 0px 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__icon {
    height: 88px;
    width: 88px;
}

.header__icon-link {
    transition: all .3s;
    scale: 1;
    opacity: 1;
}

.header__icon-link:hover {
    scale: 1.05;
    opacity: .8;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header__menu-link {
    transition: all .2s;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
}

.header__menu-link:hover {
    scale: 1.05;
    color: #7ea9e9;
    -webkit-text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
}

.header__menu-link_active {
    scale: 1.05;
    color: #7ea9e9;
    text-decoration: underline;
    -webkit-text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.2);
}

.header__menu-link-phone {
    transition: all .5s;
    scale: 1;
    width: 46px;
    height: 46px;
    transform: rotate(0deg);
}

.header__menu-link-phone:hover {
    scale: 1.1;
    transform: rotate(360deg);
}

.header__phone-button {
    transition: all .3s;
    background-color: #FEA228;
    border-radius: 16px;
    width: 240px;
    height: 48px;
    color: #071F2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 8px 0px #1E1E1E33;
    margin: 38px 0px 0px 0px;
}

.header__phone-button:hover {
    background-color: #2B73FE;
    color: #F0F4FA;
}

.header__subtitle {
    font-family: 'Open Sans Light', Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FEA228;
}

.header__text {
    margin: 10px 0px 0px 0px;
    font-family: 'Open Sans Light', Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #F0F4FA;
}

.header__title {
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
    color: #F0F4FA;
}

.header__menu-btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 45dvw;
    z-index: 200;
    overflow: hidden;
}

.header__menu-btn .header__menu-span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    transition: all 0.5s;
}

.header__menu-btn .header__menu-span:nth-of-type(2) {
    top: calc(50% - 10px);
}

.header__menu-btn .header__menu-span:nth-of-type(3) {
    top: calc(50% + 10px);
}

.header__menu-mobile {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    padding: 15px;
    background-color: #32425dd6;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 150;
}

.header__menu-mobile.active {
    transform: translateX(0);
}

.header__menu-mobile .header__menu-li {
    list-style-type: none;
}

.header__menu-btn.active .header__menu-span:nth-of-type(1) {
    display: none;
}

.header__menu-btn.active .header__menu-span:nth-of-type(2) {
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, 0%) rotate(45deg);
}

.header__menu-btn.active .header__menu-span:nth-of-type(3) {
    top: 50%;
    background-color: #FFFFFF;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.header__link-menu-container {
    margin: 100px auto 40px 0px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: flex-start;
    justify-content: left;
    gap: 20px;
}

.header__link-menu {
    transition: all .5s;
    color: #3A4A4D;
    background-color: #F0F4FA;
    border-radius: 16px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    width: 100px;
    height: 50px;
    text-decoration: none;
    display: flex;
    justify-content: ce;
    align-items: center;
    padding: 5px 10px 5px 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 1920px) {
    .header__title {
        font-size: 110px;
        line-height: 110px;
        width: 100%;
    }

    .header__text {
        font-size: 22px;
        line-height: 30px;
    }

    .header__phone-button {
        width: 220px;
        font-size: 15px;
    }
}

/* Ноутбук с меньшим экраном — 1440px */
@media screen and (max-width: 1440px) {
    .header__title {
        font-size: 96px;
        line-height: 96px;
    }

    .header__text {
        font-size: 20px;
        line-height: 28px;
    }

    .header__phone-button {
        width: 200px;
        height: 44px;
        font-size: 14px;
    }

    .header__container-title {
        margin: 10vh 5% 0 5%;
    }
}

/* Планшет — 1024px */
@media screen and (max-width: 1024px) {
    .header {
        height: 80vh;
    }

    .header__container-menu {
        margin: 20px 0 0 0;
    }

    .header__container-title {
        margin: 15vh 8% 0 8%;
        align-items: center;
        text-align: center;
    }

    .header__title {
        font-size: 72px;
        line-height: 72px;
        text-align: center;
    }

    .header__text {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .header__subtitle {
        text-align: center;
    }

    .header__phone-button {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }

    .header__menu {
        gap: 16px;
    }

    .header__menu-link {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Планшет в портрете / маленький планшет — 768px */
@media screen and (max-width: 768px) {
    .header {
        height: auto;
        padding: 10px 0px 30px 0px;
    }

    .header__container-menu {
        margin: 10px 40px 0 40px;
        justify-content: space-between;
    }

    .header__container-title {
        margin: 15vh 10% 0 10%;
        text-align: center;
    }

    .header__title {
        font-size: 60px;
        line-height: 60px;
    }

    .header__text {
        font-size: 16px;
        line-height: 24px;
    }

    .header__phone-button {
        width: 160px;
        height: 36px;
        font-size: 13px;
    }

    .header__menu {
        display: none;
        /* Скрыть меню на маленьких экранах — предполагаем, что будет бургер */
    }

    .header__menu-link-phone {
        display: block;
        /* Показать иконку бургера */
    }

    .header__menu-btn {
        display: block;
    }

    .header__menu-mobile {
        visibility: visible;
    }

    .header__ikon-link-mobile {
        visibility: visible;
    }
}

/* Телефон — 360px (типичное мобильное разрешение) */
@media screen and (max-width: 360px) {
    .header {
        height: auto;
        padding: 10px 0px 30px 0px;
        margin-bottom: 50px;
    }

    .header__container-title {
        margin: 15vh 8% 0 8%;
    }

    .header__title {
        font-size: 42px;
        line-height: 42px;
    }

    .header__text {
        font-size: 15px;
        line-height: 22px;
    }

    .header__subtitle {
        font-size: 15px;
    }

    .header__phone-button {
        width: 140px;
        height: 34px;
        font-size: 12px;
    }

    .header__icon {
        height: 70px;
        width: 70px;
    }


}
.lead-form {
    
}
.contacts {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.contacts__container-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.contacts__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.contacts__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;

}

.contacts__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.contacts__block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacts__link {
    transition: all .5s;
    scale: 1;
    width: 46px;
    height: 46px;
    transform: rotate(0deg);
}

.contacts__link:hover {
    transition: all 1s;
    scale: 1.1;
    transform: rotate(360deg);
}

.contacts__icon {
    width: 46px;
    height: 46px;
}

.contacts__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}

.contacts__subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.contacts__block-vertical {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contacts__container-maps {}

.contacts__maps {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    width: 650px;
    height: 604px;
}

/* === 1920px (Large Desktop) === */
@media screen and (max-width: 1920px) {
    .contacts {
        width: 80%;
    }

    .contacts__title {
        font-size: 72px;
        line-height: 80px;
    }

    .contacts__maps {
        width: 700px;
        height: 650px;
    }
}

/* === 1600px (Large Laptop) === */
@media screen and (max-width: 1600px) {
    .contacts {
        width: 90%;
        gap: 40px;
    }

    .contacts__title {
        font-size: 64px;
        line-height: 72px;
    }

    .contacts__maps {
        width: 650px;
        height: 600px;
    }
}

/* === 1440px (Standard Laptop) === */
@media screen and (max-width: 1440px) {
    .contacts {
        width: 90%;
        gap: 30px;
    }

    .contacts__title {
        font-size: 56px;
        line-height: 64px;
    }

    .contacts__maps {
        width: 600px;
        height: 550px;
    }
}

/* === 1024px (Tablet Horizontal) === */
@media screen and (max-width: 1024px) {
    .contacts {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        width: 60%;
    }

    .contacts__title {
        font-size: 48px;
        line-height: 56px;
    }

    .contacts__maps {
        max-width: 600px;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .contacts {
        width: 90%;
        gap: 20px;
        margin-bottom: 80px;
        align-items: center;
    }

    .contacts__title {
        font-size: 40px;
        line-height: 48px;
    }

    .contacts__text,
    .contacts__subtitle {
        font-size: 15px;
        line-height: 28px;
    }

    .contacts__maps {
        max-width: 100%;
        height: 400px;
        border-radius: 12px;
    }

}

@media screen and (max-width: 360px) {
    .contacts {
        width: 90%;
        margin: 0 auto 60px auto;
        gap: 15px;
    }

    .contacts__title {
        font-size: 32px;
        line-height: 40px;
    }

    .contacts__text,
    .contacts__subtitle {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .contacts__maps {
        height: 300px;
        border-radius: 10px;
    }

    .contacts__link {
        width: 40px;
        height: 40px;
    }

    .contacts__icon {
        width: 40px;
        height: 40px;
    }

    .contacts__maps {
        max-width: 320px;
        height: 400px;
        border-radius: 12px;
    }

}
.footer {
    margin: 0px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #071F2A;
    height: 40vh;
}

.footer__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.footer__container_center {
    align-items: center;
}

.footer__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #F0F4FA;
}

.footer__block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__icon-big-link {
    transition: all .2s;
    scale: 1;
    opacity: 1;
}

.footer__icon-big-link:hover {
    transition: all .2s;
    scale: 1.05;
    opacity: .8;
}

.footer__icon-big {
    height: 88px;
    width: 88px;
}

.footer__copiright {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #F0F4FA;
}


.footer__link {
    transition: all .2s;
    color: #FEA228;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.footer__link:hover {
    transition: all .2s;
    scale: 1.05;
    opacity: .8;
}

.footer__icon-link {
    transition: all .5s;
    scale: 1;
    width: 46px;
    height: 46px;
    transform: rotate(0deg);
}

.footer__icon-link:hover {
    transition: all 1s;
    scale: 1.1;
    transform: rotate(360deg);
}

/* Ноутбук - большая десктопная ширина (1920px) */
@media screen and (max-width: 1920px) {
    .footer {
        padding: 40px 20px;
        flex-direction: row;
        gap: 20px;
    }
    .footer__icon-big {
        height: 100px;
        width: 100px;
    }
    .footer__text,
    .footer__link,
    .footer__copiright {
        font-size: 18px;
        line-height: 36px;
    }
}

/* Ноутбук средний / высокая плотность (1600px) */
@media screen and (max-width: 1600px) {
    .footer {
        padding: 30px 20px;
    }
    .footer__icon-big {
        height: 90px;
        width: 90px;
    }
    .footer__text,
    .footer__link,
    .footer__copiright {
        font-size: 16px;
        line-height: 32px;
    }
}

/* Ноутбук / малый десктоп (1440px) */
@media screen and (max-width: 1440px) {
    .footer {
        padding: 25px 15px;
        gap: 15px;
    }
    .footer__icon-big {
        height: 88px;
        width: 88px;
    }
}

/* Планшет (1024px) */
@media screen and (max-width: 1024px) {
    .footer {
        gap: 20px;
        height: auto;
        padding: 30px 20px;
    }
    .footer__container {
        align-items: center;
    }
    .footer__block {
        gap: 15px;
    }
    .footer__icon-big {
        height: 70px;
        width: 70px;
    }
    .footer__text,
    .footer__link,
    .footer__copiright {
        font-size: 16px;
        line-height: 28px;
    }
}

/* Планшет в портрете / малый планшет (768px) */
@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 10px;
        gap: 15px;
        text-align: center;
    }
    .footer__icon-big {
        height: 60px;
        width: 60px;
    }
    .footer__block {
        /* flex-direction: column; */
        gap: 10px;
    }
    .footer__text,
    .footer__link,
    .footer__copiright {
        font-size: 15px;
        line-height: 26px;
    }
}

/* Мобильный телефон (360px — типичное разрешение для современных смартфонов) */
@media screen and (max-width: 360px) {
    .footer {
        padding: 15px 10px;
        gap: 40px;
        flex-direction: column-reverse; 
        justify-content: center; 
    }
    .footer__container {
        gap: 5px;
    }
    .footer__icon-big {
        height: 100px;
        width: 100px;
    }
    .footer__text,
    .footer__link,
    .footer__copiright {
        font-size: 14px;
        line-height: 24px;
    }
    .footer__icon {
        width: 40px;
        height: 40px;
    }
    .footer__icon-link {
        width: 40px;
        height: 40px;
    }
}

.about {
    margin: 0px auto 100px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 60px;
    width: 80%;
    max-width: 1280px;
}

.about_right {
    flex-direction: row-reverse;
}

.about__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.about__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    
}

.about__text {
    max-width: 665px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.about__image {
    width: 630px;
}

/* === Широкий экран (до 1920px) – Full HD === */
@media screen and (max-width: 1920px) {
    .about {
        width: 85%;
        gap: 60px;
    }
    .about__title {
        font-size: 60px;
        line-height: 70px;
    }
    .about__image {
        width: 600px;
    }
}

/* === Большой ноутбук (до 1600px) === */
@media screen and (max-width: 1600px) {
    .about {
        width: 90%;
        gap: 50px;
    }
    .about__title {
        font-size: 56px;
        line-height: 66px;
    }
    .about__image {
        width: 550px;
    }
}

/* === Стандартный ноутбук (до 1440px) === */
@media screen and (max-width: 1440px) {
    .about {
        width: 90%;
        gap: 40px;
    }
    .about__title {
        font-size: 52px;
        line-height: 62px;
    }
    .about__text {
        max-width: 600px;
    }
    .about__image {
        width: 550px;
    }
}

/* === Планшет в горизонтальной ориентации (до 1024px) === */
@media screen and (max-width: 1024px) {
    .about {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        width: 90%;
    }
    .about_right {
        flex-direction: column;
    }
    .about__title {
        font-size: 48px;
        line-height: 56px;
    }
    .about__text {
        max-width: 100%;
    }
    .about__image {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .about {
        width: 90%;
        gap: 24px;
        padding: 0 16px;
    }
    .about__title {
        font-size: 40px;
        line-height: 48px;
    }
    .about__text {
        font-size: 15px;
        line-height: 22px;
    }
    .about__image {
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .about {
        width: 90%;
        gap: 20px;
        padding: 0 12px;
        margin-bottom: 80px;
    }
    .about__title {
        font-size: 32px;
        line-height: 40px;
    }
    .about__text {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .about__image {
        width: 100%;
    }
}

.achievement {
    margin: 0px auto 100px auto;
    background-image: url(../images/achievement-background.89ba66692ba1064c584d.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 537px;
    width: 80%;
    max-width: 1280px;
}

.achievement__title {
    color: #2B73FE;
    text-align: center;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
}

.achievement__container {
    margin: 40px auto 0px auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 90px;
}

.achievement__block {
    width: 279px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.achievement__block-title {
    color: #FEA228;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
    text-align: center;
}

.achievement__block-subtitle {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.achievement__block-text {
    text-align: center;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

}

/* Десктоп: 1920px и больше */
@media screen and (min-width: 1920px) {
    .achievement {
        width: 80%;
        max-width: 1440px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 128px;
        line-height: 128px;
    }
    .achievement__container {
        gap: 100px;
    }
}

/* Десктоп: 1600px */
@media screen and (max-width: 1600px) {
    .achievement {
        max-width: 1280px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 110px;
        line-height: 110px;
    }
    .achievement__container {
        gap: 80px;
    }
}

/* Десктоп/планшет: 1440px */
@media screen and (max-width: 1440px) {
    .achievement {
        max-width: 1200px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 100px;
        line-height: 100px;
    }
    .achievement__container {
        gap: 70px;
    }
}

/* Планшет: 1024px */
@media screen and (max-width: 1024px) {
    .achievement {
        max-width: 900px;
        height: auto;
        padding: 60px 20px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 80px;
        line-height: 80px;
    }
    .achievement__container {
        flex-wrap: wrap;
        gap: 40px;
    }
    .achievement__block {
        width: 220px;
    }
    .achievement__block-subtitle{
        font-size: 20px;
        line-height: 28px;
    }

    .achievement__block-text {
        font-size: 16px;
        line-height: 16px;
    }
}

/* Планшет (портрет): 768px */
@media screen and (max-width: 768px) {
    .achievement {
        width: 90%;
        padding: 50px 15px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 70px;
        line-height: 70px;
    }
    .achievement__block {
        width: 200px;
    }
    .achievement__block-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .achievement__block-text {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Телефон: 360px (типичный мобильный экран) */
@media screen and (max-width: 360px) {
    .achievement {
        width: 95%;
        padding: 40px 10px;
        margin-bottom: 80px;
    }
    .achievement__title,
    .achievement__block-title {
        font-size: 50px;
        line-height: 50px;
    }
    .achievement__container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .achievement__block {
        width: 100%;
        max-width: 280px;
    }
    .achievement__block-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .achievement__block-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.call {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
}

.call__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    color: #2B73FE;
}

.call__container {
    margin: 36px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.call__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.call__phone-button {
    transition: all .2s;
    background-color: #FEA228;
    border-radius: 16px;
    width: 240px;
    height: 48px;
    color: #071F2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 8px 0px #1E1E1E33;
}

.call__phone-button:hover {
    transition: all .2s;
    background-color: #2B73FE;
    color: #F0F4FA;
}

.call__container-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.call__link {
    transition: all .5s;
    scale: 1;
    width: 46px;
    height: 46px;
    transform: rotate(0deg);
}

.call__link:hover {
    transition: all .8s;
    scale: 1.05;
    transform: rotate(360deg);
}

.call__icon {
    width: 46px;
    height: 46px;
}

@media screen and (max-width: 1920px) {
    .call {
        width: 85%;
    }
    .call__title {
        font-size: 72px;
        line-height: 80px;
    }
    .call__text {
        font-size: 28px;
        line-height: 36px;
    }
    .call__phone-button {
        font-size: 18px;
        width: 260px;
        height: 56px;
    }
}

@media screen and (max-width: 1600px) {
    .call {
        width: 80%;
    }
    .call__title {
        font-size: 68px;
        line-height: 76px;
    }
    .call__container {
        gap: 60px;
    }
}

@media screen and (max-width: 1440px) {
    .call {
        width: 85%;
        max-width: 1200px;
    }
    .call__title {
        font-size: 64px;
        line-height: 72px;
    }
    .call__text {
        font-size: 24px;
        line-height: 32px;
    }
    .call__container {
        gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .call {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .call__title {
        font-size: 56px;
        line-height: 64px;
    }
    .call__container {
        flex-direction: column;
        gap: 40px;
    }
    .call__text {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }
    .call__phone-button {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .call {
        width: 95%;
        padding: 0 15px;
    }
    .call__title {
        font-size: 48px;
        line-height: 56px;
    }
    .call__text {
        font-size: 20px;
        line-height: 28px;
    }
    .call__container-link {
        gap: 16px;
    }
    .call__link {
        width: 40px;
        height: 40px;
    }
    .call__icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 360px) {
    .call {
        width: 90%;
        margin-bottom: 80px;
        /* padding: 0 10px; */
        box-sizing: border-box;
    }
    .call__title {
        font-size: 36px;
        line-height: 44px;
    }
    .call__text {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .call__phone-button {
        width: 200px;
        height: 48px;
        font-size: 15px;
    }
    .call__container-link {
        gap: 12px;
    }
    .call__link {
        width: 36px;
        height: 36px;
    }
    .call__icon {
        width: 36px;
        height: 36px;
    }
}

.work {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.work__container-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.work__container-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.work__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    max-width: 429px;
}

.work__link {
    transition: all .5s;
    scale: 1;
    width: 46px;
    height: 46px;
    transform: rotate(0deg);
}

.work__link:hover {
    transition: all .8s;
    scale: 1.05;
    transform: rotate(360deg);
}

.work__icon {
    width: 46px;
    height: 46px;
}

.work__container-images {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.work__image {
    border-radius: 16px;
    width: 100%;
}

.work__image_big-left {
    grid-column: 1/1;
    grid-row: 1/3;
}

.work__image_big-right {
    grid-column: 2/2;
    grid-row: 3/5;
}

/* ... существующий код выше ... */

/* === Медиазапросы под указанные разрешения === */

/* 1920px (Full HD) — десктопные мониторы */
@media screen and (max-width: 1920px) {
    .work {
        width: 85%;
        gap: 50px;
    }
    .work__title {
        font-size: 72px;
        line-height: 80px;
    }
    .work__subtitle {
        font-size: 28px;
        line-height: 36px;
    }
    .work__container-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* 1600px — десктопы среднего размера */
@media screen and (max-width: 1600px) {
    .work {
        width: 88%;
        gap: 48px;
    }
    .work__title {
        font-size: 70px;
        line-height: 78px;
    }
    .work__subtitle {
        font-size: 26px;
        line-height: 34px;
    }
}

/* 1440px — стандартные десктопы и ноутбуки */
@media screen and (max-width: 1440px) {
    .work {
        width: 90%;
        gap: 44px;
    }
    .work__title {
        font-size: 66px;
        line-height: 74px;
    }
    .work__subtitle {
        font-size: 25px;
        line-height: 33px;
    }
    .work__container-images {
        gap: 24px;
    }
}

/* 1024px — планшеты в горизонтальной ориентации */
@media screen and (max-width: 1024px) {
    .work {
        width: 95%;
        gap: 40px;
    }
    .work__title {
        font-size: 60px;
        line-height: 68px;
    }
    .work__subtitle {
        font-size: 22px;
        line-height: 30px;
        max-width: 400px;
    }
    .work__container-images {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .work__image_big-left,
    .work__image_big-right {
        grid-column: auto;
        grid-row: auto;
    }
}

/* 768px — планшеты в вертикальной ориентации */
@media screen and (max-width: 768px) {
    .work {
        width: 90%;
        padding: 0 20px;
        gap: 32px;
    }
    .work__title {
        font-size: 52px;
        line-height: 60px;
        text-align: center;
    }
    .work__container-title,
    .work__container-subtitle {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .work__subtitle {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
    } 
    .work__link {
        order: -1;
    }
}

/* 360px — мобильные телефоны (например, Samsung Galaxy) */
@media screen and (max-width: 360px) {
    .work {
        padding: 0 16px;
        gap: 28px;
    }
    .work__title {
        font-size: 44px;
        line-height: 52px;
    }
    .work__subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .work__link {
        width: 40px;
        height: 40px;
    }
    .work__icon {
        width: 40px;
        height: 40px;
    }
}

.services {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services__container-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services__title-long {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.services__button_title {
    transition: all .2s;
    background-color: #FEA228;
    border-radius: 16px;
    width: 240px;
    height: 48px;
    color: #071F2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 8px 0px #1E1E1E33;
    margin: 38px 0px 0px 0px;
}

.services__button_title:hover {
    transition: all .2s;
    background-color: #2B73FE;
    color: #F0F4FA;
}

.services__container-blocks {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 60px;
}

.services__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.services__image {
    width: 100%;
}

.services__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;

}

.services__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.services__button {
    transition: all .2s;
    background-color: #2B73FE;
    border-radius: 16px;
    width: 100%;
    height: 48px;
    color: #F0F4FA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 8px 0px #1E1E1E33;
}

.services__button:hover {
    transition: all .2s;
    background-color: #FEA228;
    color: #071F2A;
}

/* === Разрешение 1920px (Large Desktop) === */
@media (max-width: 1920px) {
    .services {
        width: 85%;
        gap: 50px;
    }
    .services__title-long {
        font-size: 72px;
        line-height: 80px;
    }
    .services__container-blocks {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px;
    }
}

/* === Разрешение 1600px === */
@media (max-width: 1600px) {
    .services {
        width: 88%;
        gap: 45px;
    }
    .services__title-long {
        font-size: 68px;
        line-height: 76px;
    }
    .services__container-blocks {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }
}

/* === Разрешение 1440px (Ноутбук) === */
@media (max-width: 1440px) {
    .services {
        width: 90%;
        gap: 40px;
    }
    .services__title-long {
        font-size: 64px;
        line-height: 72px;
    }
    .services__container-blocks {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
}

/* === Разрешение 1024px (Планшет в горизонтальной ориентации) === */
@media (max-width: 1024px) {
    .services {
        width: 92%;
        gap: 36px;
    }
    .services__title-long {
        font-size: 56px;
        line-height: 64px;
    }
    .services__container-blocks {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        gap: 40px;
    }
    .services__button_title {
        width: 220px;
        font-size: 15px;
    }
}

/* === Разрешение 768px (Планшет в вертикальной ориентации) === */
@media (max-width: 768px) {
    .services {
        width: 95%;
        gap: 30px;
    }
    .services__title-long {
        font-size: 48px;
        line-height: 56px;
    }
    .services__container-blocks {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .services__button_title {
        width: 200px;
        height: 44px;
        font-size: 14px;
        margin: 30px 0 0 0;
    }
    .services__button {
        height: 44px;
        font-size: 14px;
    }
}

/* === Разрешение 360px (Мобильные телефоны) === */
@media (max-width: 360px) {
    .services {
        width: 90%;
        margin: 0 0 60px 0;
        gap: 24px;
        padding: 0 16px;
    }
    .services__title-long {
        font-size: 36px;
        line-height: 44px;
    }
    .services__container-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .services__button_title {
        width: 180px;
        height: 40px;
        font-size: 13px;
        margin: 0;
    }
    .services__title {
        font-size: 20px;
        line-height: 28px;
    }
    .services__text {
        font-size: 14px;
        line-height: 20px;
    }
    .services__button {
        height: 40px;
        font-size: 13px;
    }
}

.video {
    margin: 0px auto 100px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    width: 80%;
    max-width: 1280px;
}


.video__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.video__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    max-width: 630px;
}

.video__text {
    max-width: 665px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.video__text_orange {
    color: #FEA228;
}

.video__player-box {
    border-radius: 16px;
}

.video__player {
    border: none;
    border-radius: 16px;
    max-width: 590px;
}

/* === Стили по умолчанию (десктоп, например 1920px) уже заданы выше === */

/* === Ноутбуки (1600px и 1440px) === */
@media (max-width: 1600px) {
    .video {
        width: 85%;
        gap: 25px;
    }

    .video__title {
        font-size: 56px;
        line-height: 64px;
        max-width: 580px;
    }

    .video__text {
        max-width: 600px;
        font-size: 15px;
        line-height: 23px;
    }

    .video__player {
        max-width: 540px;
    }
}

@media (max-width: 1440px) {
    .video {
        width: 90%;
        gap: 20px;
        margin-bottom: 80px;
    }

    .video__title {
        font-size: 52px;
        line-height: 60px;
        max-width: 550px;
    }

    .video__text {
        font-size: 15px;
        line-height: 22px;
    }

    .video__player {
        max-width: 500px;
    }
}

/* === Планшет (1024px и 768px) === */
@media (max-width: 1024px) {
    .video {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 90%;
    }

    .video__container {
        align-items: center;
    }

    .video__title {
        font-size: 48px;
        line-height: 56px;
        max-width: 500px;
    }

    .video__text {
        font-size: 15px;
        line-height: 24px;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .video {
        margin-bottom: 60px;
        gap: 12px;
    }

    .video__title {
        font-size: 40px;
        line-height: 48px;
        max-width: 450px;
    }

    .video__text {
        font-size: 14px;
        line-height: 22px;
    }

    .video__player {
        max-width: 100%;
        width: 100%;
    }
}

/* === Телефон (360px) === */
@media (max-width: 360px) {
    .video {
        margin-bottom: 50px;
        padding: 0 16px;
    }

    .video__title {
        font-size: 32px;
        line-height: 40px;
        max-width: 100%;
    }

    .video__text {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    .video__player {
        max-width: 100%;
    }
}
.stages {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
}

.stages__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 40px;
}

.stages__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.stages__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: #2B73FE 1px solid;
    border-radius: 16px;
    padding: 30px;
}

.stages__block-title-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
}

.stages__block-title {
    color: #FEA228;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
}

.stages__block-subtitle {
    color: #FEA228;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    padding: 0px 0px 20px 0px;
}

.stages__block-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stages__block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

/* === Медиазапросы для адаптации под разные устройства === */

/* Ноутбук (1920px) */
@media (max-width: 1920px) {
    .stages {
        width: 85%;
    }

    .stages__title {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 50px;
    }

    .stages__block-title {
        font-size: 144px;
        line-height: 144px;
    }
}

/* Ноутбук (1600px) */
@media (max-width: 1600px) {
    .stages {
        width: 90%;
    }

    .stages__title {
        font-size: 64px;
        line-height: 72px;
    }

    .stages__block-title {
        font-size: 128px;
        line-height: 128px;
    }
}

/* Ноутбук (1440px) */
@media (max-width: 1440px) {
    .stages {
        width: 90%;
        max-width: 1200px;
    }

    .stages__title {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 32px;
    }

    .stages__block-title {
        font-size: 112px;
        line-height: 112px;
    }
}

/* Планшет (1024px) */
@media (max-width: 1024px) {
    .stages {
        width: 95%;
        padding: 0 20px;
    }

    .stages__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 24px;
    }

    .stages__container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .stages__block-title {
        font-size: 96px;
        line-height: 96px;
    }

    .stages__block-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Планшет в портретной ориентации / маленький планшет (768px) */
@media (max-width: 768px) {
    .stages {
        width: 90%;
        padding: 0 16px;
        margin-bottom: 60px;
    }

    .stages__block {
        align-items: flex-start
    }

    .stages__title {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .stages__block-title-container {
        justify-content: center;
    }

    .stages__block-title {
        font-size: 80px;
        line-height: 80px;
    }

    .stages__block-subtitle {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .stages__block-text {
        font-size: 15px;
        line-height: 22px;
    }
}

/* Мобильные устройства (360px — типичный смартфон) */
@media (max-width: 360px) {
    .stages {
        padding: 0 12px;
    }

    .stages__title {
        font-size: 32px;
        line-height: 40px;
    }

    .stages__block {
        padding: 20px;
        gap: 16px;
    }

    .stages__block-title {
        font-size: 64px;
        line-height: 64px;
    }

    .stages__block-subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .stages__block-text {
        font-size: 14px;
        line-height: 20px;
    }
}
.capacity-design {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.capacity-design__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.capacity-design__subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}

.capacity-design__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
}

.capacity-design__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    background-color: #FEA228;
    border-radius: 16px;
    border: none;
    padding: 20px;
}

.capacity-design__container-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.capacity-design__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.capacity-design__block_big-left {
    grid-column: 1/3;
    grid-row: 2/2;
}

.capacity-design__block_big-right {
    grid-column: 3/4;
    grid-row: 2/2;
}

/* === Ширина до 1920px (для больших мониторов) === */
@media (max-width: 1920px) {
    .capacity-design {
        width: 85%;
    }

    .capacity-design__title {
        font-size: 60px;
        line-height: 68px;
    }

    .capacity-design__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}

/* === Ширина до 1600px === */
@media (max-width: 1600px) {
    .capacity-design {
        width: 80%;
        margin-bottom: 80px;
    }

    .capacity-design__title {
        font-size: 56px;
        line-height: 64px;
    }

    .capacity-design__subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .capacity-design__container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 16px;
    }

}

/* === Ширина до 1440px === */
@media (max-width: 1440px) {
    .capacity-design {
        width: 90%;
    }

    .capacity-design__title {
        font-size: 52px;
        line-height: 60px;
    }

    .capacity-design__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .capacity-design__container {
        gap: 14px;
    }

    .capacity-design__container-title {
        font-size: 22px;
        line-height: 30px;
    }
}

/* === Ширина до 1024px (планшеты, горизонтальная ориентация) === */
@media (max-width: 1024px) {
    .capacity-design {
        width: 95%;
        margin-bottom: 70px;
    }

    .capacity-design__title {
        font-size: 48px;
        line-height: 56px;
    }

    .capacity-design__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .capacity-design__container {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .capacity-design__block {
        gap: 30px;
        padding: 16px;
    }

    .capacity-design__text {
        font-size: 15px;
        line-height: 22px;
    }

    .capacity-design__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 20px;
    }

}

/* === Ширина до 768px (планшеты, вертикальная ориентация) === */
@media (max-width: 768px) {
    .capacity-design {
        width: 90%;
        margin-bottom: 60px;
        padding: 0 16px;
    }

    .capacity-design__title {
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }

    .capacity-design__subtitle {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .capacity-design__container {
        gap: 16px;
    }

    .capacity-design__container-title {
        font-size: 20px;
        line-height: 28px;
    }

    .capacity-design__container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .capacity-design__block_big-left,
    .capacity-design__block_big-right {
        grid-column: auto;
        grid-row: auto;
    }
}

/* === Ширина до 360px (мобильные телефоны) === */
@media (max-width: 360px) {
    .capacity-design {
        margin-bottom: 50px;
        padding: 0 12px;
    }

    .capacity-design__title {
        font-size: 34px;
        line-height: 42px;
    }

    .capacity-design__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .capacity-design__container-title {
        font-size: 18px;
        line-height: 26px;
    }

    .capacity-design__text {
        font-size: 14px;
        line-height: 20px;
    }

    .capacity-design__block {
        gap: 24px;
        padding: 12px;
    }
}
.maintenance {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.maintenance__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.maintenance__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.maintenance__block {
    display: flex;
    gap: 20px;
    align-items: center;
    border: none;
    border-radius: 16px;
    background-color: #FEA228;
    padding: 20px 20px 20px 20px;
    width: 80%;
}

.maintenance__block_left {
    margin: 0px auto 0px 0px;
}

.maintenance__block_right {
    margin: 0px 0px 0px auto;
}

.maintenance__block-image {
    border-radius: 16px;
}

.maintenance__block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.maintenance__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.maintenance__container-subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: LEFT;
}

.maintenance__container_blue {
    display: flex;
    align-items: center;
    gap: 20px;
}

.maintenance__container-blue-text {
    color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #43A8F7;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 16px;
    width: 305px;
    height: 170px;
}

/* === 1920px (Large Desktop) === */
@media screen and (max-width: 1920px) {}

/* === 1600px (Large Laptop) === */
@media screen and (max-width: 1600px) {}

/* === 1440px (Standard Laptop) === */
@media screen and (max-width: 1440px) {
    .maintenance {
        width: 90%;
    }
}

/* === 1024px (Tablet Horizontal) === */
@media screen and (max-width: 1024px) {

    .maintenance__container_blue {
        display: grid;
        grid-template-columns: auto auto;
    }

    .maintenance__container-blue-text {
        width: 90%;
        height: 170px;
    }
}

/* === 768px (Tablet Vertical) === */
@media screen and (max-width: 768px) {
    .maintenance__block-image {
        width: 100%;
    }

    .maintenance__block-text {
        font-size: 14px;
        line-height: 18px;
    }

    .maintenance__block {
        flex-direction: column;
    }
}

/* === 360px (Mobile) === */
@media screen and (max-width: 360px) {
    .maintenance__container_blue {
        grid-template-columns: auto;
        justify-items: center;
    }

    .maintenance__container-subtitle {
        text-align: center;
    }

    .maintenance__container {
        gap: 10px;
    }

    .maintenance__title {
        font-size: 32px;
        line-height: 32px;
    }
}
.types-of-pools {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.types-of-pools__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
}

.types-of-pools__container-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.types-of-pools__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.types-of-pools__container-title {
    color: #FEA228;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.types-of-pools__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.types-of-pools__images {
    border-radius: 16px;
}

@media (max-width: 1920px) {
    .types-of-pools {
        width: 80%;
    }

    .types-of-pools__title {
        font-size: 72px;
        line-height: 80px;
    }
}

@media (max-width: 1600px) {
    .types-of-pools {
        width: 80%;
    }

    .types-of-pools__title {
        font-size: 64px;
        line-height: 72px;
    }
}

@media (max-width: 1440px) {
    .types-of-pools {
        width: 90%;
    }

    .types-of-pools__title {
        font-size: 56px;
        line-height: 64px;
    }
}

@media (max-width: 1024px) {
    .types-of-pools {
        width: 90%;
        max-width: 1000px;
    }

    .types-of-pools__title {
        font-size: 48px;
        line-height: 56px;
    }

    .types-of-pools__container-title {
        font-size: 22px;
        line-height: 30px;
    }

    .types-of-pools__text {
        font-size: 15px;
        line-height: 22px;
    }

    .types-of-pools__container-grid {
        display: grid;
        align-items: center;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: 20px;
    }

    .types-of-pools__images {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .types-of-pools {
        width: 95%;
        margin-bottom: 80px;
    }

    .types-of-pools__title {
        font-size: 40px;
        line-height: 48px;
    }

    .types-of-pools__container-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 360px) {
    .types-of-pools {
        width: 90%;
        padding: 0 16px;
        margin-bottom: 60px;
    }

    .types-of-pools__title {
        font-size: 32px;
        line-height: 40px;
        text-align: left;
    }

    .types-of-pools__container-title {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }

    .types-of-pools__text {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .types-of-pools__images {
        width: 100%;
    }

    .types-of-pools__container {
        width: 100%;
    }
}
.stages-hammam {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.stages-hammam__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
}

.stages-hammam__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.stages-hammam__block-1 {
    grid-column: 1/3;
}

.stages-hammam__block {
    display: flex;
    gap: 20px;
    align-items: center;
}

.stages-hammam__block-image {
    margin: 0px 0px 0px 0px;
}

.stages-hammam__text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    max-width: 600px;
}

.stages-hammam__block-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}

.stages-hammam__block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.stages-hammam__image {
    margin: 0px auto 0px auto;

}

@media (max-width: 1920px) {
    .stages-hammam {
        width: 80%;
    }

    .stages-hammam__title {
        font-size: 60px;
        line-height: 68px;
    }

    .stages-hammam__block-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1600px) {
    .stages-hammam {
        width: 80%;
        gap: 16px;
    }

    .stages-hammam__title {
        font-size: 56px;
        line-height: 64px;
    }

    .stages-hammam__container {
        gap: 16px;
    }

    .stages-hammam__block {
        gap: 16px;
    }

    .stages-hammam__text-container {
        gap: 16px;
    }

    .stages-hammam__block-title {
        font-size: 20px;
        line-height: 28px;
    }

    .stages-hammam__block-text {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 1440px) {
    .stages-hammam {
        width: 90%;
        padding: 0 20px;
    }

    .stages-hammam__title {
        font-size: 52px;
        line-height: 60px;
    }

}

@media (max-width: 1024px) {
    .stages-hammam {
        margin-bottom: 80px;
    }

    .stages-hammam__title {
        font-size: 48px;
        line-height: 56px;
    }

    .stages-hammam__block {
        flex-direction: column;
        text-align: center;
    }

    .stages-hammam__block-image {
        order: -1;
    }

    .stages-hammam__text-container {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .stages-hammam {
        margin-bottom: 60px;
        gap: 16px;
    }

    .stages-hammam__title {
        font-size: 40px;
        line-height: 48px;
    }

    .stages-hammam__block-title {
        font-size: 20px;
        line-height: 26px;
    }

    .stages-hammam__block-text {
        font-size: 15px;
        line-height: 22px;
    }

    .stages-hammam__image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 360px) {
    .stages-hammam {
        margin: 0px 10px 50px 10px;
        width: 85%;
    }

    .stages-hammam__title {
        font-size: 32px;
        line-height: 40px;
    }

    .stages-hammam__block-title {
        font-size: 18px;
        line-height: 24px;
    }

    .stages-hammam__block-text {
        font-size: 14px;
        line-height: 20px;
    }

    .stages-hammam__text-container {
        align-items: flex-start;
        max-width: 100%;
    }

    .stages-hammam__image {
        display: none;
    }

    .stages-hammam__container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stages-hammam__block-1 {
        grid-column: auto;
    }
}
.advantages-hammam {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.advantages-hammam__title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
}

.advantages-hammam__container {
    display: grid;
    grid-template-columns: .5fr .5fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.advantages-hammam__block {
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #FEA228;
    border-radius: 16px;
}

.advantages-hammam__block-subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.advantages-hammam__block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.advantages-hammam__text {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

/* Десктоп: 1920px */
@media (max-width: 1920px) {
    .advantages-hammam {
        gap: 50px;
    }

    .advantages-hammam__title {
        font-size: 72px;
        line-height: 80px;
    }

    .advantages-hammam__container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

/* Десктоп: 1600px */
@media (max-width: 1600px) {
    .advantages-hammam {
        gap: 45px;
    }

    .advantages-hammam__title {
        font-size: 68px;
        line-height: 76px;
    }

    .advantages-hammam__container {
        gap: 25px;
    }
}

/* Десктоп/большой ноутбук: 1440px */
@media (max-width: 1440px) {
    .advantages-hammam {
        gap: 40px;
    }

    .advantages-hammam__title {
        font-size: 64px;
        line-height: 72px;
    }

    .advantages-hammam__container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* Планшет: 1024px */
@media (max-width: 1024px) {
    .advantages-hammam {
        width: 90%;
        margin-bottom: 80px;
        gap: 30px;
    }

    .advantages-hammam__title {
        font-size: 56px;
        line-height: 64px;
    }

    .advantages-hammam__container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .advantages-hammam__block {
        height: auto;
        padding: 20px;
    }
}

/* Планшет в портретной ориентации / маленький планшет: 768px */
@media (max-width: 768px) {
    .advantages-hammam {
        width: 90%;
        padding: 0 20px;
        margin-bottom: 70px;
        gap: 25px;
    }

    .advantages-hammam__title {
        font-size: 48px;
        line-height: 56px;
    }

    .advantages-hammam__block-subtitle,
    .advantages-hammam__text {
        font-size: 22px;
        line-height: 30px;
    }

    .advantages-hammam__block-text {
        font-size: 16px;
        line-height: 22px;
    }

    .advantages-hammam__text {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Мобильные телефоны: 360px */
@media (max-width: 360px) {
    .advantages-hammam {
        margin-bottom: 60px;
        gap: 20px;
        padding: 0 15px;
    }

    .advantages-hammam__title {
        font-size: 36px;
        line-height: 44px;
    }

    .advantages-hammam__block {
        padding: 15px;
        gap: 15px;
    }

    .advantages-hammam__block-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .advantages-hammam__block-text {
        font-size: 14px;
        line-height: 20px;
    }
}
.litokol {
    margin: 0px auto 100px auto;
    width: 80%;
    max-width: 1280px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 40px;
}

.litokol__container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
    border-radius: 16px;
    border: #FEA228 1px solid;
    width: 55dvw;
}

.litokol__container_left {
    position: relative;
    left: -18vw;
    align-items: flex-end;
}

.litokol__container-title {
    color: #2B73FE;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    width: 70%;
}

.litokol__container-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
}

.litokol__container-block-title {
    color: #FEA228;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.litokol__container-block-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.litokol__button {
    transition: all .3s;
    background-color: #2B73FE;
    color: #F0F4FA;
    border-radius: 16px;
    width: 240px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 4px 4px 8px 0px #1E1E1E33;
    margin: 38px 0px 0px 0px;
}

.litokol__button:hover {
    background-color: #FEA228;
    color: #071F2A;
}

.litokol__images {
    z-index: 10;
    position: relative;
    left: -20vw;
}

.litokol__images_left {
    left: 0vw;
}

@media (min-width: 1920px) {}


@media (max-width: 1600px) {}

@media (max-width: 1440px) {

    .litokol__container-title {
        font-size: 52px;
        line-height: 60px;
        width: 80%;
    }

    .litokol__images {
        left: -20vw;
    }
}

@media (max-width: 1024px) {
    .litokol {
        width: 95%;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 80px;
    }

    .litokol__container {
        width: 80dvw;
        padding: 30px;
        align-items: center;
        text-align: center;
    }

    .litokol__container_left {
        left: 0;
        align-items: center;
    }

    .litokol__container-title {
        width: 100%;
        font-size: 48px;
        line-height: 56px;
    }

    .litokol__container-block {
        width: 100%;
        align-items: center;
    }

    .litokol__container-block-title,
    .litokol__container-block-text {
        text-align: center;
    }

    .litokol__images {
        left: 0;
        width: 100%;
        max-width: 500px;
    }

    .litokol__images_left {
        left: 0;
    }

    .litokol__container {
        border-radius: none;
        border: none;
    }

    .litokol {
        border-radius: 16px;
        border: #FEA228 1px solid;
    }
}

@media (max-width: 768px) {
    .litokol {
        width: 90%;
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .litokol__container {
        width: 100%;
        padding: 25px;
        gap: 12px;
        align-items: flex-start;
        justify-content: left;
    }

    .litokol__container-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .litokol__container-title {
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .litokol__container-block-title {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }

    .litokol__container-block-text {
        width: 90%;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

    .litokol__button {
        width: 200px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .litokol__images {
        width: 100%;
        margin: 30px auto 30px auto;

    }
}

/* Мобильные устройства 360px (типичный смартфон) */
@media (max-width: 360px) {
    .litokol {
        width: 85%;
        margin-bottom: 50px;
        padding: 0 10px;
        gap: 0px;
    }

    .litokol__container {
        width: 90%;
        padding: 20px;
        gap: 10px;
    }

    .litokol__container-title {
        width: 90%;
        font-size: 30px;
        line-height: 38px;
    }

    .litokol__container-block-title {
        font-size: 18px;
        line-height: 26px;
    }

    .litokol__button {
        width: 180px;
        height: 36px;
        font-size: 13px;
        margin-top: 15px;
    }

    .litokol__images {
        max-width: 300px;
        margin: 30px auto;
    }
}
 .text-images-text {
     margin: 0px auto 100px auto;
     width: 80%;
     max-width: 1280px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 40px;
 }

 .text-images-text__text-images {
     font-weight: 300;
     font-size: 16px;
     line-height: 24px;
     text-align: center;
     max-width: 350px;
 }

 .text-images-text__images {
    margin: 0px 0px 0px 0px;
 }

 /* === Ноутбуки и большие экраны (до 1920px) === */
/* Основные стили уже подходят для 1920px и 1600px */

/* === Ноутбуки (1440px и меньше) === */
@media (max-width: 1440px) {
    .text-images-text {
        width: 85%;
        gap: 30px;
    }
    .text-images-text__text-images {
        font-size: 15px;
        line-height: 22px;
    }
}

/* === Планшеты (1024px и меньше) === */
@media (max-width: 1024px) {
    .text-images-text {
        flex-direction: column;
        width: 90%;
        gap: 20px;
    }
    .text-images-text__text-images {
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
    }
}

/* === Планшеты в портретной ориентации / маленькие планшеты (768px и меньше) === */
@media (max-width: 768px) {
    .text-images-text {
        width: 95%;
        margin-bottom: 80px;
    }
    .text-images-text__text-images {
        font-size: 15px;
        line-height: 22px;
        max-width: 100%;
    }
}

/* === Мобильные телефоны (360px и меньше) === */
@media (max-width: 360px) {
    .text-images-text {
        margin-bottom: 60px;
        padding: 0 10px;
    }
    .text-images-text__text-images {
        font-size: 14px;
        line-height: 20px;
    }
    .text-images-text__images {
        width: 100%;
        height: auto;
    }
}

 .product {
     margin: 0px auto 100px auto;
     width: 80%;
     max-width: 1280px;
     display: flex;
     flex-direction: column;
     gap: 40px;
 }

 .product__title {
     color: #2B73FE;
     font-weight: 400;
     font-size: 64px;
     line-height: 72px;
 }

 .product__container {
     display: flex;
     align-items: center;
     gap: 40px;
 }

 .product__container_left {
    flex-direction: row-reverse;
 }

 .product__container-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
 }

 .product__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
 }

 .product__block-title {
     color: #FEA228;
     font-weight: 400;
     font-size: 24px;
     line-height: 32px;
 }

 .product__block-text {
     font-weight: 300;
     font-size: 16px;
     line-height: 24px;
 }

 .product__images {
    margin: 0px 0px 0px 0px;
 }


@media (max-width: 1920px) {
    .product {
        gap: 50px;
    }
    .product__title {
        font-size: 72px;
        line-height: 80px;
    }
    .product__block-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1600px) {
    .product {
        gap: 45px;
    }
    .product__title {
        font-size: 68px;
        line-height: 76px;
    }
    .product__container {
        gap: 35px;
    }
}

@media (max-width: 1440px) {
    .product {
        gap: 40px;
    }
    .product__title {
        font-size: 64px;
        line-height: 72px;
    }
    .product__container {
        gap: 30px;
    }
    .product__block-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1024px) {
    .product {
        width: 90%;
        gap: 30px;
    }
    .product__container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .product__container_left {
        flex-direction: column; /* row-reverse игнорируется, так как flex-direction меняется */
    }
    .product__title {
        font-size: 56px;
        line-height: 64px;
    }
    .product__images {
        max-width: 100%;
        order: -1; /* Чтобы изображения шли первыми при .product__container_left */
    }
    .product__container_left .product__images {
        order: 0;
    }
}

@media (max-width: 768px) {
    .product {
        padding: 0 20px;
        gap: 25px;
    }
    .product__title {
        font-size: 48px;
        line-height: 56px;
    }
    .product__block-title {
        font-size: 22px;
        line-height: 30px;
    }
    .product__block-text {
        font-size: 15px;
        line-height: 22px;
    }
    .product__container-text {
        
    }
}

@media (max-width: 360px) {
    .product {
        padding: 0 15px;
        gap: 20px;
    }
    .product__title {
        font-size: 36px;
        line-height: 44px;
    }
    .product__block-title {
        font-size: 20px;
        line-height: 28px;
    }
    .product__block-text {
        font-size: 14px;
        line-height: 20px;
    }
    .product__container {
        flex-direction: column;
        align-items: center;
    }
}

/* общие блоки  */

/* главная страница */

/* Бассейны */

/* Обслуживание бассейнов */

/* Хаммамы */

/* ЛИТОКОЛ */

/* Химия */
