@font-face {
    font-family: aavanteintbook; /* Имя шрифта */
    src: url(../fonts/aavanteintbook.ttf); /* Путь к файлу со шрифтом */
}


* {
    box-sizing: border-box;
    font-family: aavanteintbook;
}
p {
    line-height: 135%;
    color: #525252;
    font-weight: 400;

}
p > span {
    font-weight: 600;
    color: #4CAADB;
}
body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    display: grid;
    justify-items: center;
}
nav {
    display: grid;
    grid-auto-flow: column;
}
section {
    position: relative;
    width: 100%;
    display: grid;
    justify-items: center;
}
main {
    display: grid;
    grid-auto-flow: row;
}
footer {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4CAADB;
    padding: 69px 0;
}
.section-wrapper {
    width: 100%;
    display: grid;
    justify-items: center;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1358px;
}
.container-grid {
    display: grid;
}
.justify-content-between {
    justify-content: space-between; 
}
.justify-items-center {
    justify-items: center;
}
.justify-items-start {
    justify-items: start;
}
.grid-flow-column {
    grid-auto-flow: column;
}
.grid-flow-row {
    grid-auto-flow: row;
}
.align-items-center {
    align-items: center;
}
.align-content-center {
    align-content: center;
}


.heade-logo {
    width: 273px;
}
.soc-icon-group {
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
}
.soc-icon-group img {
    height: 14.18px;
}
.header-phone-group {
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    align-items: center;
    gap: 8px;
}
.header-order-phone {
    font-size: 10px;
    color: #4CAADB;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: grid;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}
.header-order-phone::before {
    content: "";
    left: -20px;
    width: 16px;
    height: 16px;
    background-image: url(.././img/icons/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.header-phone-group > a {
    font-size: 17px;
    font-weight: bold;
    color: #525252;
    text-decoration: none;
}
.header-group {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 35px 0;
}
.header-selection {
    border-top: 1px solid #e9e9e9;
}
.header-selection-group {
    padding: 15px 0;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-around;
}
.header-selection-group > a {
    color: #4CAADB;
    text-decoration: none;
    text-align: center;
}
.header-selection-group > a:hover {
    text-decoration: underline;
}


.menu-btn {
    cursor: pointer;
    justify-self: end;
}
.main-title-section {
    /* background: linear-gradient(125deg, #4CAADB 75%, #88D0F1 25%); */
    height: 300px;
    display: grid;
    align-items: center;
}
.main-title-slide {
    display: grid;
    grid-template-columns: 515px 1fr;
    align-items: center;
    gap: 20px;
}
.main-title-slider-group {
    margin-top: -60px;
    
    display: grid;
}
.slide-img-group {
    position: relative;
    display: grid;
    align-items: center;
}
.slide-img-group > img {
    position: relative;
    width: 100%;
}
.section-form {
    background-color: #F8F8F8;
    padding: 32px 0;
}
.main-title-form-group {
    display: grid;
}
.main-title-form-group > form {
    justify-self: end;
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
}
.main-title-form input {
    width: 289px;
}
.main-title-form input[type=text] {
    border: 1px solid #4CAADB;
    border-radius: 4px;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    width: 100%;
}
.main-title-form {
    width: 810px;
    z-index: 2;
}
.main-title-form.catalog {
    justify-self: center;
}
.wrapper-input {
    display: grid;
    align-items: center;
    position: relative;
}
.main-title-form .wrapper-input:nth-child(1):before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/person.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 11px;
}
.main-title-form .wrapper-input:nth-child(2):before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 11px;
}
.main-title-form input[type=submit] {
    background-color: #4CAADB;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
    border: 0;
    padding: 12px 35px;
    border-radius: 4px;
}
h1.card-page-title {
    color: #000;
    font-weight: 500;
    font-size: 22px;
}
.slider-title {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 135%;
    margin: 0 0 16px 0;
}
.slider-title > span {
    font-size: 25px;
    color: #000;
}
h1 {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 135%;
    margin: 0 0 16px 0;
}
h1.page-center-title {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin: 44px 0 47px 0;
}
h1 > span {
    font-size: 25px;
    color: #000;
}

h2 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: grid;
    margin-top: 0;
    justify-items: center;
    font-weight: 700;
}
.underline {
    gap: 13px;
    margin-bottom: 37px;
}
h2.underline::after {
    content: "";
    background-image: url(../img/icons/line.svg);
    width: 86px;
    height: 2px;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-title-group {
    display: grid;
    grid-auto-flow: row;
    justify-items: start;
}
.w-btn {
    text-decoration: none;
    padding: 16px 48px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.b-border-btn {
    padding: 16px 48px;
    border-radius: 4px;
    color: #4CAADB;
    border: 1px solid #4CAADB;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(191,255,25,.25);
    text-align: center;
}


.center-paragraph {
    text-align: center;
    width: 80%;
    font-size: 14px;
    margin: 24px 0 0 0;
    position: relative;
}
.center-paragraph > a {
    text-decoration: none;
}
.center-paragraph > a span {
    color: #00BFFF;
    
}
.line-wrapper {
    display: grid;
    justify-items: center;
    position: relative;
}
.line-wrapper.underline::after {
    content: "";
    background-image: url(../img/icons/line.svg);
    width: 86px;
    height: 2px;
    bottom: -13px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.gradient-section {
    background: linear-gradient(45deg, #F8F8F8 60%, #fff 40%);
    padding: 76px 0 63px 0;
}
.main-page-catalog-item-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
}
.main-page-catalog-item {
    display: grid;
    grid-auto-flow: row;
    
    align-content: space-between;
    gap: 18px;
}
.main-page-catalog-item > .b-border-btn {
    justify-self: center;
}
.main-page-catalog-wrapper {
    display: grid;
    grid-template-rows: 300px auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.16);
}
.main-page-catalog-wrapper > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.main-page-catalog-wrapper > span {
    text-align: center;
    padding: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #4CAADB;
    font-size: 12px;
    text-transform: uppercase;
}

.about-us-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.about-us-group > img {
    width: 100%;
}
.about-us-years-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}
.about-us-years-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.year-title {
    text-align: center;
}
.about-us-years-images {
    display: grid;
}
.about-us-years-images > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.year-title {
    font-size: 33px;
    color: #4CAADB;
    align-self: start;
}
.about-us-years-content {
    display: grid;
    align-items: center;
    align-content: center;
}
.about-us-years-content > p {
    text-align: center;
}
.mission {
    text-align: center;
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    margin-top: 40px;
}
.mission ol li {
    text-align: left;
}
.about-company-section {
    background-image: url(../img/elements/backgrounds/fasovochnoe-oborudovanie-dlya-proizvodstv.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 26px 0;
}
.main-page-about-company-group {
    display: grid;
    justify-items: center;
    text-align: center;
}
.main-page-about-company-group p {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.about-company-item-logo {
    margin: 0 0 29px 0;
}



.news-section-slider {
    padding: 57px 0;
}
.news-item-slide {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.16);
    display: grid;
    grid-template-rows: 235px 1fr;
    overflow: hidden;
    height: 100%;
}
.news-item-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item-slide-content-group {
    display: grid;
    grid-auto-flow: row;
    padding: 17px 17px 17px 17px;
    justify-items: start;
}
.news-item-slide-content-group p {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}
.main-page-news-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 20px;
    width: 100%;
}
.main-page-news-group > .newsSwiper {
    padding: 10px;
}
.newsSwiper > .swiper-wrapper {
    padding-bottom: 40px;
}
.news-item-slide-title-group {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.news-item-slide-title-group > h3 {
    text-align: left;
}
.news-date {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}
h3 {
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.read-more {
    color: #4CAADB;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: grid;
    align-items: center;
    align-self: end;
}
.read-more::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/icons/arrow-b.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -15px;
    position: absolute;
}

.contact-page-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-page-wrapper {
    display: grid;
    align-content: center;
    gap: 10px;
}
.contact-page-wrapper-item b {
    display: block;
    margin-bottom: 5px;
}
.contact-page-wrapper a {
    color: #00BFFF;
    text-decoration: none;
}
.contact-section-group {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}
.contact-section-item:nth-child(1) {
    background-color: #F5F5F5;
    padding: 72px 91px;
}
.contact-section-item:nth-child(2) {
    background-color: #4CAADB;
    padding: 72px 91px;
}
.contact-form-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: grid;
    justify-items: center;
    gap: 6px;
}
.contact-form-title > b {
    font-size: 20px;
}
.contact-section-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
}
.contact-section-form input[type=submit] {
    grid-column: 1/3;
    background-color: #88D0F1;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    border: 0;
    padding: 12px 35px;
    border-radius: 4px;
}
.contact-section-form input[type=text] {
    border: 0;
    border-radius: 4px;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.contact-section-form > .wrapper-input:nth-child(1)::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/person.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 11px;
}
.contact-section-form > .wrapper-input:nth-child(2)::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 11px;
}
.contact-section-form > .wrapper-input:nth-child(3)::before {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/icons/massege.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 1;
    left: 11px;
    top: 11px;
}
.contact-section-form > .wrapper-input:nth-child(3) {
    grid-column: 1/3;
}
.contact-section-form textarea {
    height: 142px;
    border: 0;
    border-radius: 4px;
    padding: 12px 35px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.map-container {
    width: 100%;
}


.footer-group {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 70px;
}
.footer-item-wrapper {
    display: grid;
    grid-auto-flow: row;
    justify-items: start;
    align-items: start;
}
.footer-item-wrapper:nth-child(3) {
    justify-items: center;
}
.footer-item-wrapper:nth-child(1) {
    gap: 22px;
}
.footer-logo-text {
    color: #fff;
    font-size: 12px;
}
.footer-logo-text > span {
    font-weight: 600;
}
.footer-nav-group {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 94px;
    row-gap: 12px;
}
.footer-nav-group a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
.footer-contact-group {
    display: grid;
    grid-auto-flow: row;
    gap: 17px;
}
.footer-contact-group a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    
}
.footer-phone-group {
    display: grid;
    grid-auto-flow: row;
    justify-items: start;
    align-items: center;
    gap: 8px;
}
.footer-order-phone {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: grid;
    margin-left: 16px;
    align-items: center;
    cursor: pointer;
}
.footer-order-phone::before {
    content: "";
    left: -20px;
    width: 16px;
    height: 16px;
    background-image: url(.././img/icons/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}


.page-item-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 56px;
    align-items: start;
}
.catalog-nav-group {
    display: grid;
    /* grid-auto-flow: row; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
    border-radius: 8px;
    justify-items: center;
    gap: 15px;
    overflow: hidden;
    border-radius: 8px;
    /* padding: 0 0 20px 0; */
}
.catalog-nav-group > a {
    color: #525252;
    font-size: 13px;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: grid;
    grid-auto-flow: row;
}
.catalog-nav-group > a:hover {
    font-weight: 600;
}
.catalog-nav-group > a > img {
    position: relative;
    width: 100%;
}
.catalog-nav-group > a > span {
    padding: 10px 0 0 0;
}
.catalog-nav-group > span {
    background-color: #4CAADB;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-weight: 600;
    text-transform: uppercase;
    
}

.menu-btn-wrapper {
    display: grid;
    position: relative;
}
.menu-group {
    position: absolute;
    right: 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.16);
    border-radius: 8px;
    padding: 20px;
    display: grid;
    visibility: hidden;
    grid-auto-flow: row;
    gap: 14px;
}
.menu-group a {
    white-space: nowrap;
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.menu-group a:hover {
    color: #00BFFF;
}


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin-top: 0;
    align-items: center;
}
.breadcrumb > li {
    list-style-type: none;
}
.breadcrumb > li {
    color: #4CAADB;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}
.breadcrumb > li > a {
    text-decoration: none;
    color: #4CAADB;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}


.page-section {
    padding: 53px 0;
}
.catalog-list {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}
.catalog-list-item {
    display: grid;
    grid-template-rows: 240px 1fr auto;
    border-radius: 4px;
    align-items: start;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.catalog-list-photo-item {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}
.catalog-list-photo-item > img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.catalog-list-item-group {
    padding: 10px 0 10px 0;
}
.catalog-list-item-group p {
    font-size: 12px;
    font-weight: 400;
    color: #525252;
    margin: 14px 0 8px 0;
}
.catalog-list-item-group ul {
    display: flex;
    padding: 0 0 0 12px;
    gap: 20px;
    flex-wrap: wrap;
}
.catalog-list-item-group ul li {
    font-size: 9px;
    text-transform: uppercase;
    color: #525252;
}
.catalog-list-item-open {
    background-color: #4CAADB;
    color: #fff;
    display: grid;
    align-items: center;
    align-self: end;
    justify-items: center;
    padding: 30px 40px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    height: 100%;
    border-radius: 0 0 4px 4px;
}


.page-card-group {
    display: grid;
    grid-template-columns: 547px 1fr;
    grid-template-rows: auto 1fr;
    gap: 28px;
    margin-top: 56px;
    align-items: start;
}
.page-card-photo-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 21px;
}
.page-news-photo-group {
    display: grid;
}
.page-news-photo-group > img {
    width: 100%;
}
.page-card-photo-group > a:nth-child(1) {
    grid-column: 1/4;
}
.page-card-photo-group > a {
    width: 100%;
}
.page-card-photo-group > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-card-description-group {
    display: grid;
    align-content: start;
    justify-items: start;
    grid-row: 1/3;
    grid-column: 2;
}
.page-card-btn-group {
    display: grid;
    grid-auto-flow: column;
    justify-items: start;
    gap: 18px;
    margin-top: 20px;
}
.b-order-btn {
    text-decoration: none;
    background-color: #4CAADB;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    border: 0;
    padding: 16px 65px;
    border-radius: 4px;
    text-align: center;
}
.back-btn {
    border: 1px solid #4CAADB;
    cursor: pointer;
    color: #4CAADB;
    font-size: 12px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 16px 35px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}


.page-row-item-group {
    display: grid;
    grid-auto-flow: row;
    /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 20px;
}
/* .project-item:nth-child(1) {
    grid-column: 1/4;
}
.project-item:nth-child(2) {
    grid-column: 4/6;
}
.project-item:nth-child(3) {
    grid-column: 1/3;
}
.project-item:nth-child(4) {
    grid-column: 3/6;
} */
/* .project-item:nth-child(4n+1) {
    grid-column: 1/4;
} */
/* .project-item:nth-child(4n+2) {
    grid-column: 4/6;
} */
/* .project-item:nth-child(4n+3) {
    grid-column: 1/3;
} */
.project-item:nth-child(4n+4) {
    grid-column: 3/6;
}
.show_more_project-item {
    background-color: #4CAADB;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    border: 0;
    padding: 12px 35px;
    border-radius: 4px;
}
.project-item {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
    display: grid;
    grid-template-rows: 235px 1fr;
    overflow: hidden;
}
.project-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-item-content-group {
    display: grid;
    grid-auto-flow: row;
    padding: 25px 17px 17px 17px;
    justify-items: start;
    align-items: start;
}
.project-item-title-group {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 11px;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.project-item-content-group p {
    font-size: 12px;
    font-weight: 500;
} 


.swiper {
    width: 100%;
    height: 100%;
    
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media(max-width: 1358px) {
    .container {
        padding: 0 18px;
    }
    .main-page-catalog-item-group {
        gap: 45px;
    }
    .contact-section-item:nth-child(2) {
        padding: 32px 31px;
    }
}
@media(max-width: 1220px) {
    .page-card-group {
        grid-template-columns: 447px 1fr;
    }
    .catalog-list-item {
        grid-template-columns: 1fr;
    }
    
    .catalog-list-item-open {
        border-radius: 0 0 4px 4px;
    }
}
@media(max-width: 960px) {
    .contact-page-group {
        grid-template-columns: 1fr;
    }
    .contact-page-map {
        grid-row: 1;
        margin-bottom: 20px;
    }
    .about-us-group {
        grid-template-columns: 1fr;
    }
    .about-us-group > img {
        grid-row: 1;
    }
    .about-us-years-wrapper {
        grid-template-columns: 1fr;
    }
    .about-us-years-wrapper:nth-child(even) > .about-us-years-images {
        grid-row: 1;
    }
    .catalog-list {
        grid-template-columns: 1fr 1fr;
    }
    .catalog-nav-group {
        grid-template-columns: 1fr 1fr;
    }
    .main-title-slider-group {
        margin-top: unset;
        padding: 0 0 40px 0;
    }
    .center-paragraph {
        width: 100%;
    }
    .page-row-item-group {
        grid-template-columns: 1fr;
    }
    .project-item:nth-child(4n+1) {
        grid-column: 1;
    }
    .project-item:nth-child(4n+2) {
        grid-column: 1;
    }
    .project-item:nth-child(4n+3) {
        grid-column: 1;
    }
    .project-item:nth-child(4n+4) {
        grid-column: 1;
    }
    .page-card-btn-group {
        grid-auto-flow: row;
        width: 100%;
    }
    .page-card-group {
        grid-template-columns: 1fr;
    }
    /* .page-item-group {
        grid-template-columns: 1fr;
    } */
    .page-card-description-group {
        grid-column: 1;
        grid-row: 2;
    }
    .contact-section-item:nth-child(1) {
        padding: 22px 20px;
    }
    .contact-section-item:nth-child(2) {
        padding: 22px 20px;
    }
    .slide-img-group > img {
        position: relative;
    }
    .main-title-section {
        height: auto;
    }
    .main-title-slide {
        grid-template-columns: 1fr;
        margin: 30px 0 0 0;
    }
    .main-title-group {
        justify-items: center;
    }
    .main-title-group h1 {
        text-align: center;
    }
    .main-title-group .slider-title {
        text-align: center;
        font-size: 20px;
    }
    .main-title-group .slider-title > span {
        font-size: 15px;
    }
    .header-phone-group {
        justify-items: start;
    }
    .header-group {
        gap: 30px;
    }
    .header-phone-group {
        grid-row: 2;
    }
    .header-group .soc-icon-group {
        grid-row: 2;
        grid-column: 2/3;
    }
    .main-title-form-group > form {
        grid-auto-flow: row;
        width: 100%;
    }
    .main-page-catalog-item-group {
        grid-template-columns: 1fr;
    }
    .main-page-news-group {
        grid-template-columns: 1fr;
    }
    .contact-section-group {
        grid-template-columns: 1fr;
    }
    .footer-group {
        grid-template-columns: 1fr;
    }
    .footer-item-wrapper:nth-child(3) {
        justify-items: start;
    }
}
@media(max-width: 768px) {
    .header-selection-group {
        grid-auto-flow: row;
        gap: 10px;
    }
    .center-paragraph {
        margin: 0;
        width: 100%;
    }
    .gradient-section {
        padding: 26px 0 63px 0;
    }
    .contact-section-form {
        grid-template-columns: 1fr;
    }
    .contact-section-form > .wrapper-input:nth-child(3) {
        grid-column: 1;
    }
    .contact-section-form input[type=submit] {
        grid-column: 1;
    }
    .main-title-group h1 {
        font-size: 20px;
    }
    .main-title-group h1 > span {
        font-size: 15px;
    }
    .w-btn {
        padding: 10px 18px;
        font-size: 10px;
    }
    .b-border-btn {
        padding: 10px 18px;
        font-size: 10px;
    }
    .catalog-list {
        grid-template-columns: 1fr;
    }
    .catalog-nav-group {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 540px) {
    .heade-logo {
        width: 100%;
    }
    .about-company-item-logo {
        width: 90%;
    }
    .footer-nav-group {
        grid-template-columns: 1fr;
    }
    .header-phone-group {
        grid-column: 1/3;
        justify-items: end;
    }
    .header-group .soc-icon-group {
        grid-row: 3;
        grid-column: 1/3;
        justify-items: center;
    }
    .heade-logo {
        width: 80%;
    }
    .catalog-list-item-open {
        padding: 20px 30px;
    }
}
@media(max-width: 440px) {

    .catalog-list-item > img {
        width: 90%;
    }
    .main-page-catalog-wrapper {
        grid-template-rows: 217px auto;
    }
    .main-page-catalog-item > .b-border-btn {
        width: 100%;
    }
}