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

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


/*
Для заглушки 

<style>
body {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;  
}

h1 {
    color: #000 !important;  
}

a {
    color: #3cb6f5;
}

a:hover {
    color: #3cb6f5;
    opacity: 0.9;
}

.content {
    width: 100%;
    margin: 0;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: center;
}
    
#header .content span.logo {
    width: 170px;
}

#intro {
    padding: 0 !important;
}
</style>
*/

* {
    box-sizing: border-box;
}

html {
    background: #f8f8f8;
    position: relative;
    height: 100%;
}

.body {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: #1a1919;
    background: #fff;
    -webkit-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 128px -30px rgba(0,0,0,0.29);
    overflow-x: hidden;
}

section {
    width: 100%;  
    height: 100%;
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.header {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 999;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .logo {
    height: 40px;
}

.logo img {
    height: 100%;
    width: auto;
}

.gtranslate_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

a.glink {
    color: #1a1919;
}

a.glink.gt-current-lang {
    color: #00B1D0;
}

.mySwiper {
    width: calc(100% - 200px); 
    font-size: 16px;
}

.mySwiper .swiper-wrapper {
    justify-content: center;
}

.mySwiper .swiper-slide {
    cursor: pointer;
    width: auto;
}

.mySwiper .swiper-slide-thumb-active {
    cursor: default;
    color: #00B1D0;
    text-decoration: underline;
}

h1, h2 {
    font-size: 60px;
    margin: 0;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
}

.home-one .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.home-two h2 {
    color: #00B1D0;;
}

.brdr {
    width: 124px;
    height: 1px;
    background: #1a1919;
}

.home-two .brdr {
    background: #00B1D0;
}

.home-two {
    background: #f8f8f8;
}

.home-two .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}

.home-two .left {
    width: calc(40% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.home-two .right {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-top: 10px;
}

.home-two .logo {
    height: 45px;
}

.home-three .left {
    width: calc(50% - 10px);
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
}

.home-three .brdr {
    margin-bottom: 20px;
}

.mySwiper2 {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    right: calc(50% - 600px) !important;
}

.swiper-pagination span {
    opacity: 1 !important;
}

.swiper-pagination span:first-child,
.swiper-pagination span:nth-child(5) {
    background: #373535;
}

.swiper-pagination span:nth-child(2),
.swiper-pagination span:nth-child(6){
    background: #D3373B;
}

.swiper-pagination span:nth-child(3),
.swiper-pagination span:nth-child(7) {
    background: #FDB92F;
}

.swiper-pagination span:nth-child(4),
.swiper-pagination span:nth-child(8) {
    background: #00B1D0;
}

.home-five .table {
    border-bottom: 1px solid #1a1919;
    border-top: 1px solid #1a1919;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 40px 0 10px 0;
    width: 100%;
}

.home-four {
    background: #f8f8f8;
}

.home-four h2 {
    color: #00B1D0;
}

.home-four .brdr {
    background: #00B1D0;
}

.home-four .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.home-four .left {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
}

.home-five .table li {
    width: calc(33.33% - 13.33px);
    list-style-position: inside;
    font-size: 20px;
}

.logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6%;
    margin-top: 40px;
}

.logos img {
    width: 20%;
    height: auto;
}

.home-six {
    background: #f8f8f8;
}

.home-six .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 50px;
}

.home-six .left {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
}

.home-six .right {
    width: calc(50% - 25px);
}

.home-six .right img {
    width: 100%;
    height: auto;
}

.numbers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.numbers .numbers-item:nth-child(2) {
    color: #00B1D0;
}

.numbers-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.numbers-item span:first-child {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.numbers-item span:first-child sup {
    font-size: 28px;
    margin-left: -16px;
}

.numbers-item span:nth-child(2) {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
}

.home-six h2 {
    color: #00B1D0;
}

.home-seven .container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 70px;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    margin-top: 50px;
}

.contacts a {
    color: #1a1919;
    font-size: 28px;
    text-decoration: none;
}

.contacts a:nth-child(2) {
    font-weight: 600;
}

.home-seven .logo {
    height: 80px; 
}

@media screen and (max-width: 1440px) { 
    .body {
        font-size: 16px;
    }

    h1, h2 {
        font-size: 40px;
    }

    .home-five .table {
        padding: 20px 0;
    }

    .home-five .table li {
        font-size: 16px;
    }

    .home-five .table {
        gap: 4px;
    }
	
	.logos img {
		width: 16%;
		height: auto;
	}
	
	.home-five .table {
		margin: 20px 0 10px 0;
	}
	
	.home-six .left {
		gap 24px;
	}
}

@media screen and (max-width: 1206px) { 
    .swiper-pagination {
        right: 30px !important;
    }

    .mySwiper {
        font-size: 15px;
    }
}

@media screen and (max-width: 1028px) { 
    .mySwiper {
        display: none;
    }

    .home-five .table {
        margin: 20px 0 10px 0;
    }

    .logos {
        margin-top: 20px;
    }

    .home-six .left {
        gap: 20px;
    }

    .home-six .container {
        gap: 20px;
    }

    .home-six .left {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 920px) { 
    h1, h2 {
        font-size: 30px;
    }

    .header {
        height: 70px;
    }

    .header .logo {
        height: 30px;
    }

    .section {
        padding-top: 70px;
    }

    .body {
        font-size: 15px;
    }

    .home-one .container,
    .home-two .left,
    .home-three .left,
    .home-four .left {
        gap: 14px;
    }

    .home-seven .container {
        gap: 40px;
    }

    .home-five .table li {
        font-size: 15px;
    }

    .home-six .left {
        width: calc(60% - 10px);
    }

    .home-six .right {
        width: calc(36% - 10px);
    }
}

@media screen and (max-width: 780px) { 
    .numbers-item span:first-child {
        font-size: 40px;
    }

    .numbers-item span:nth-child(2) {
        font-size: 16px;
    }

    .home-six h2 br {
        display: none;
    }

    .home-five .table {
        gap: 4px;
    }
}

@media screen and (max-width: 680px) { 
    h1, h2 {
        font-size: 28px;
    }

    h1 br, h2 br {
        display: none;
    }

    .container {
        padding: 0 40px 0 20px;
    }

    .home-two .container {
        flex-direction: column;
    }

    .home-two .left,
    .home-two .right,
    .home-three .left,
    .home-four .left {
        width: 100%;
    }

    .swiper-pagination {
        right: 20px !important;
    }

    .header .container {
        padding-right: 20px; 
    }

    .home-five .table {
        gap: 0px;
    }

    .home-five .table li {
        width: 50%;
        list-style: none;
    }

    .logos {
        flex-wrap: wrap;
    }

    .logos img {
        width: 40%;
        margin-bottom: 20px;
    }

    .home-six .right {
        display: none;
    }

    .home-six .left {
        width: 100%;
    }

    .home-seven .logo {
        height: 50px;
    }
}





