@charset "UTF-8";
/* CSS Document */

/*
Theme Name: AlexMade
Author: Alex Made
Author URI: http://alexmade.ru/
*/

body {
    font-family: 'Nunito Sans', sans-serif;
}
.wrapper {
    width:100%;
}
.wrpper-white {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}
.container {
    width: 100%;
    max-width:1440px;
    margin:0 auto;
}
.content {
    width: 100%;
    max-width:1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; 
}
.header {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Чтобы шапка была поверх других элементов */
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}
.header-location {
    font-size: 14px;
    line-height: 1.2em;
    color: black;
    padding-left: 30px;
    background: url(images/location.png) no-repeat left center;
}
.header-contacts-block {
    display: flex;
}
.header-contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.header-contacts:last-child {
    margin-left:40px;
}
.header-contacts-label {
    color: #1F4B94;
    font-size: 12px;
}
.header-contacts-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}
.header-contacts-wp {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.header-contacts-phone {
    font-size: 14px;
    line-height: 1.2em;
}
.header-logo {
    width: 171px;
    height: 40px;
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.nav-list {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-list li:last-child {
    margin:0;
}
.nav-list li:last-child a{
    padding-right:0;
}
.nav-list a {
    font-size: 14px;
    line-height: 1.2em;
    color: black;
    text-decoration: none;
    padding: 5px 10px;
}

.nav-list a:hover {
    text-decoration: underline;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 3px 0;
}

.wrpper-gray {
    background-color: #fafafa;
}
.slader-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
}

.slider-info {
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 16px;
    padding:100px 32px 40px;
}

.mySwiper1 {
    width: calc(50% - 10px);
    border-radius: 16px;
} 

.slider-infoName-name {
    font-size: 100px;
    margin-bottom: 70px;
}
.slider-cards {
    display: flex;
    gap: 24px;
}
.slider-card {
    width: calc(50% - 12px);
    max-width: 240px;
    background-color: #1F4B94;
    font-size:14px;
    color:white;
    padding:16px;
    padding-top: 94px;
    border-radius: 8px;
}

.swiper-pagination {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    display: flex;
    justify-content: flex-end;
    padding: 20px 10px;
}

.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5px !important;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

/* О компании */
.zagolovok {
    font-size:64px;
}
.zagolovok-label {
    font-size: 14px;
}
.about-container {
    display: flex;
    justify-content: space-between;
    padding: 26px 0 120px 0;
    gap: 20px;
}
.about-blocks {
    width: calc(100% - 417px);
    max-width:712px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 26px;
}
.about-blocks-item {
    width:calc(50% - 13px);
    background-color: #fff;
    font-size:14px;
    padding:16px;
    padding-top: 80px;
    border-radius: 8px;
    background-position: 16px 16px;
    background-repeat: no-repeat;
}
.about-blocks-item:last-child {
    width:100%;
    margin-bottom: 0;
}
.about-blocks-item h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-blocks-item p {
    font-size: 14px;
}
.about-dop-info {
    width:397px;
}

.about-dop-block {
    width: 397px;
    padding:24px;
    margin-bottom:24px;
}
.about-dop-block h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:24px;
}
.about-dop-block p {
    margin-bottom: 16px;
}
.about-dop-block {
    font-size: 14px;
}
.about-ooo {
    height:515px;
    background-size: contain;
    border-radius: 8px;
    color:white;
    padding-top:295px;
}
.about-proverka {
    height:293px;
    background-size: contain;
    border-radius: 8px;
    color:white;
    padding-top:30px;
}
.about-star {
    font-size: 12px;
    color:#393939;
    padding:0;
    margin-top: 130px;
}

.wrpper-darkgray {
    background-color: #eaedf2;
    padding-bottom: 26px;
}
.product-header {
    padding-top:60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}
.zagolovok-block {
    width: 930px;
}
.zagolovok-label {
    margin-bottom:10px;
}
.zagolovok-card {
    width: 240px;
    height: 140px;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding:20px;
    border-radius: 8px;
    white-space: nowrap;
}
.zagolovok-card-label {
    text-align: right;
}
.zagolovok-card-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
}

.zagolovok-card-wp {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.products {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 26px;
    flex-wrap: wrap;
}
.product-item {
    background-color: #fff;
    border-radius: 8px;
    width: calc(33% - 17.33px);
    padding:16px;
}
.product-item h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
}
.product-item-price {
    float:right;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #7995C3;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    padding: 0 12px;
    font-style: italic;
}
.product-item-descr {
    font-size: 14px;
}
.product-item-individual {
    height:244px;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
}
.product-item-individual h2 {
    font-weight: 400;
}

.zagolovok-card-info .zagolovok-card-wp{
    filter: invert(1) grayscale(10) contrast(5);
}
.auto {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 26px;
}
.auto-item {
    width: calc(50% - 13px);
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;

    background-position: bottom right;
    background-repeat: no-repeat;
}
.auto-item h2 {
    margin-bottom: 16px;
}
.auto-item-price {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #7995C3;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    padding: 0 12px;
    font-style: italic;
    margin-bottom: 34px;
}
.auto-mini-zag {
    font-size: 12px;
    color: #393939;
    margin-bottom: 8px;
}
.auto-item-descr {
    font-size: 14px;
    line-height: 1.8em;
}

.auto-ivanovets .auto-btn {
    display: none;
}

.auto-ivanovets:last-child {
    width: 100%;
    height: auto;
    background-color: #D8DFEA;
    margin-bottom: 26px;
}
.auto-ivanovets:last-child .auto-btn {
    display: flex;
}

.auto-ivanovets .auto-item-descr {
    display: flex;
    
}
.auto-item-descr-col {
    margin-right:50px;
}
.auto-btn {
    width: 244px;
    height: 46px;
    border-radius: 23px;
    color:#fff;
    background: url(images/bg-auto-btn.png) no-repeat center center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:0 20px;
    margin-top: 18px;
}

.auto-btn .auto-btn-wp {
    filter: invert(1) grayscale(10) contrast(5);
    height: 18px;
    width: 18px;
}
.indusloviya {
    height: 244px;
    border-radius: 8px;
    color:#fff;
    padding: 48px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    gap: 10px;
}
.induslovia-text {
    width: 500px;
}
.induslovia-zag {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.induslovia-card {
    width: 240px;
    height: 152px;
    background-color: #fff;
    color: #191919;
    padding:20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.induslovia-card-label {
    text-align: right;
}
.induslovia-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    white-space: nowrap;
}

.induslovia-card-wp {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/wp.png) no-repeat center center;
}
.induslovia-card-tg {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/tg.png) no-repeat center center;
}

.clients h2 {
    font-size: 64px;
    margin-bottom: 40px;
}
.clients-logo-block {
    width: calc(50% - 13px);
    max-width: 610px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 70px;
    gap: 26px;
}
.client-logo {
    width: calc(33.33% - 17.33px);
    height: 90px;
    background-color: #fff;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.client-logo img {
    max-width: 80%;
    max-height: 80%;
}

.carousel-block {
    margin-bottom: 70px;
}
.carousel-block h2{
    font-size: 64px;
}
.carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
/* Карусель начало */

.mySwiper2 {
    height: 434px;
}

.mySwiper2 .swiper-slide {
    border-radius: 8px;
}

.carousel-arrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 26px;
}


/* Карусель окончание */


.wrapper-darkgray {
    background: #EAEDF2;
}
.contacts {
    margin-bottom: 60px;
    background-size: contain;
}
.contacts h2 {
    font-size: 64px;
    margin-bottom: 26px;
}
.contacts-block {
    display: flex;
    justify-content: space-between;
}
.contacts-text {
    padding-top: 40px;
    padding-right: 50px;
    width:45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    background: linear-gradient(90deg,rgba(234, 237, 242, 1) 0%, rgba(234, 237, 242, 1) 90%, rgba(234, 237, 242, 0) 100%);
}
.contacts-text h2 {
    width: 100%;
}
.contacts-text h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
}
.contacts-phone {
    margin-bottom: 26px;
}
.contacts-text-block {
    width: 49%;
    margin-bottom: 52px;
}
.contacts-text-block:last-child {
    width:100%;
}
.contacts-text-block h4 {
    font-weight: bold;
    margin-bottom: 18px;
}
.contacts-text-block p {
    font-size: 14px;
}
.contacts-wp {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.contacts-mail {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/mail.png) no-repeat center center;
}
.contacts-map {
    width: 60%;
    margin-left: -5%;
}


.footer {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 26px;
}
.footer h3 {
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-nav-list {
    font-size: 14px;
    line-height: 2em;
}
.footer-logo-block {
    width: 40%;
    background: #1F4B94;
    color:#fff;
    padding:26px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-logo-block p {
    font-size: 12px;
}
.footer-logo {
    width: 240px;
    height: 57px;
    display: block;
   
}
.footer-block {
    width: 58%;
    display: flex;
    padding:26px;
    border-radius: 8px;
    background-color: #EBEEF2;
}
.footer-nav {
    width: 50%;
}
.footer-text-container {
    display: flex;
    flex-wrap: wrap;
}
.footer-text {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    
}
.footer-text-block {
    width:49%;
    font-size: 14px;
    margin-bottom: 18px;
}
.footer-text-block:first-child {
    width: 100%;
    padding-left: 26px;
    background: url(images/location.png) no-repeat left top;
}

.burger {
    height: 16px;
    cursor: pointer;
    display: none;
}

.menu-toggle {
    display: none;
}

.overlay {
    display:none; 
    position:fixed; 
    z-index:999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000;
    text-align: center;
}

.popup {
    display:none; 
    position:fixed; 
    overflow-y: auto;
    z-index:1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.popup-box {
    width: 90%;
    height: auto;
    background: #fff;
    margin: 100px auto 0 auto;
    padding: 30px;
    box-sizing: border-box;
    max-width: 500px;
    position: relative;
}

.popup-box .nav-list {
    display: flex;
    flex-direction: column;
}

.close {
    display: block;
    width: 20px;
    cursor: pointer;
    height: 20px;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 1px;
    float: right;
}

@media screen and (max-width: 1124px) {
    .slider-infoName-name {
        font-size: 90px;
        margin-bottom: 40px;
    }

    .slider-info {
        padding-top: 50px;
    }
} 

@media screen and (max-width: 1024px) {
    .mySwiper2 {
        height: 334px;
    }

    .slider-infoName-name {
        font-size: 80px;
    }
}

@media screen and (max-width: 960px) {
    .slider-infoName-name {
        font-size: 60px;
    }

    .about-blocks-item {
        width: 100%;
    }

    .slider-infoName-name {
        margin-bottom: 20px;
    }

    .product-item {
        width: calc(50% - 13px);
    }

    .zagolovok,
    .carousel-block h2,
    .contacts-text h2,
    .clients h2 {
        font-size: 50px;
    }

    .auto-item {
        width: 100%;
    }

    .footer-text-block {
        width: 100%;
    }  

    .indusloviya {
        height: auto;
    }

    .contacts-text-block {
        width: 100%;
    }

    .auto-ivanovets .auto-item-descr {
        flex-direction: column;
    }

    .zagolovok-block {
        width: 100%;
    }
}

@media screen and (max-width: 840px) {
    .slader-block {
        flex-direction: column;
    }

    .slider-info {
        width: 100%;
    }

    .mySwiper1 {
        height: 400px;
        width: 100%;
    }

    .slider-card {
        max-width: none;
    }

    .indusloviya {
        flex-direction: column;
    }

    .induslovia-text {
        width: 100%;
    }

    .induslovia-card {
        width: 100%;
        height: auto;
    }

    .induslovia-card {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .induslovia-zag {
        margin-bottom: 10px;
    }

    .zagolovok,
    .carousel-block h2,
    .contacts-text h2,
    .clients h2 {
        font-size: 40px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .about-ooo,
    .about-proverka {
        height: auto;
    }
}

@media screen and (max-width: 780px) {
    .header-row {
        flex-direction: column;
    }

    .mySwiper1 {
        height: 300px;
    }

    .about-container {
        flex-direction: column;
    }

    .about-blocks,
    .about-dop-info,
    .about-dop-block,
    .about-proverka {
        width: 100%;
    }

    .about-star {
        margin-top: 30px;
    }

    .about-container {
        padding-bottom: 50px;
    }

    .product-item {
        width: 100%;
    }

    .product-item-individual {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    
    .auto-item h2 {
        max-width: 60%;
    }

    .product-header {
        flex-direction: column;
    }

    .zagolovok-card {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        height: auto;
    }

    .clients-logo-block {
        width: 100%;
        max-width: none;
    }

    .clients {
        padding-bottom: 300px;
        background-size: 95% !important;
        background-position: bottom right !important;
        margin-bottom: 30px;
    }

    .contacts-block {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .contacts-block .contacts-text-block {
        width: 45%;
    }

    .contacts-text,
    .footer-logo-block,
    .footer-block {
        width: 100%;
    }

    .contacts-map {
        width: 100%;
        margin: 0;
        height: 300px;
    }

    .footer {
        flex-direction: column;
    }

    .footer-logo-block,
    .footer-block {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .slider-infoName-name {
        font-size: 50px;
    }

    .slider-infoName-name {
        font-size: 50px;
    }

    .slider-cards {
        flex-direction: column;
    }

    .slider-card {
        width: 100%;
    }

    .zagolovok-card,
    .product-item-individual,
    .induslovia-card {
        flex-direction: column;
        align-items: center;
    }

    .auto-item {
        padding-bottom: 230px;
        background-size: 90% !important;
    }

    .induslovia-card-label {
        text-align: center;
    }

    .zagolovok, .carousel-block h2, .contacts-text h2, .clients h2 {
        font-size: 30px;
    }

    .clients {
        padding-bottom: 160px;
    }

    .contacts-block .contacts-text-block,
    .footer-text,
    .footer-nav {
        width: 100%;
    }

    .footer-block {
        flex-direction: column;
    }

    .footer-nav {
        margin-bottom: 30px;
    }

    .header .header-row:first-child {
        display: none;
    }

    .header .header-row:nth-child(2) {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .nav-list {
        display: none;
    }

    .burger {
        display: block; 
    }

    .popup-box .footer-text-container {
        margin-top: 30px;
    }
}
