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

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

* {
    box-sizing: border-box;
}

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 300;
    color: #1d1d1f;
    background: #fff;
    overflow-x: hidden;
}

section {
    width: 100%;  
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box; 
}

a:hover {
    opacity: 0.8;
}

.header {
    width: 100%;
    height: 110px;
    background: #2D4174;
    z-index: 99;
    position: relative;
}

.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.logo {
    height: 51px;
    width: auto;
    display: block;
    filter: brightness(10);
}

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

.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.home-one {
    height: 617px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.home-one .left,
.home-one .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    text-decoration: none;
}

.home-one a:hover {
    opacity: 1;
}

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

h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.home-one h1,
.home-one h2 {
    margin: 120px 0 0 0;
    color: #fff;
}

.home-one .text {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

h2 {
    color: #12275C;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-align: center;
    width: 100%;
}

.mySwiper4 {
    margin-top: 40px;
} 

.mySwiper4 .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.mySwiper4 .item .img {
    width: 100%;
    height: 179px;
}

.mySwiper4 .item h3 {
    background: #12275C;
    margin: 0 0 0 0;
    height: 72px;
    line-height: 72px;
    border-radius: 2px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    width: 100%;
    padding: 0 10px;
}

.mySwiper4 .item span {
    padding-top: 10px;
}

.home-three .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}

.home-three .container .swiper {
    width: 100%;
}

.home-three .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    text-decoration: none;
    color: #1d1d1f;
}

.home-three .swiper-slide:nth-child(2n),
.home-three .swiper-slide:last-child {
    border: none;
}

.home-three .swiper-slide .top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}

.home-three .swiper-slide .top .img {
    width: 100%;
    height: 200px;
    border: 1px #ccc solid;
}

.home-three .swiper-slide .top h3 {
    width: 100%;
    margin: 0;
    color: #12275C;
    font-size: 20px;
    font-weight: 500;
}

.home-three .container .swiper .swiper-wrapper {
    margin-top: 40px;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet {
    width: 30px !important;
    border-radius: 2px;
    height: 4px !important;
}

.mySwiper3 {
    margin-top: 40px;
}

.mySwiper3 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; 
}

.mySwiper3 .swiper-slide {
    border: 1px #ccc solid;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.mySwiper3 .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

.footer {
    background: #373C5C;
    padding: 30px 0;
}

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

.footer .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.copy {
    font-size: 14px;
    color: #D9D9D9;
    white-space: nowrap;
}

.footer .menu {
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
    max-width: 620px;
}

.footer .menu li {
    min-width: 110px;
}

.cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    text-decoration: none;
}

.cont span {
    color: #fff;
    max-width: 290px;
    font-size: 18px;
    margin-top: -2px;
}

.cont.tel {
    gap: 4px;
}

.about-one video{
    width: 100%;
    height: auto;
}

.about-one .bgr {
    width: 100%;
    height: 760px;
    margin-top: -765px;
    background-color: rgba(0,0,0,0.4);
    position: relative;
    z-index: 9;
}

.about-one .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.about-one .text {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.about-two {
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-two .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.about-two .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 120px;
    max-width: 874px;
}

.about-two .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.about-two .item .brdr {
    width: 548px;
    height: 1px;
    background: #D6EC01;
}

.about-two .item h2 {
    color: #D6EC01;
}

.about-two .item:nth-child(2) h2 {
    color: #8FDCFF;
}

.about-two .item:nth-child(2n) .brdr {
    background: #8FDCFF;
}

.about-two .item:nth-child(2n) h2 {
    color: #8FDCFF;
}

.about-two .item .text {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.about-two .item .text a {
    color: #D6EC01;
    text-decoration: none;
}

.serv-one {
    height: 760px;
}

.serv-one .bgr {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.serv-one .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.serv-two .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.serv-two .block {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    width: 100%;
}

.serv-two .item {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #12275c;
  height: 104px;
  padding: 0 20px;
}

.serv-two .item span:first-child {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}

.serv-two .item span:nth-child(2) {
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
}

.serv-two .button  {
    height: 116px;
    display: inline-block;
    line-height: 116px;
    font-size: 45px;
    color: #1d1d1f;
    background: #d6ec01;
    font-weight: 700;
    margin: 0 auto 100px auto;
    cursor: pointer;
    padding: 0 20px;
}

.serv-two .block-two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.serv-two .block-two span {
    max-width: 80%;
    text-align: center;
    font-weight: 600;
    font-size: 25px; 
}

.serv-two .block-two .brdr {
    width: 520px;
    height: 1px;
    background: #d9d9d9;
}

.serv-two .block-two .brdr:last-child {
    display: none;
}

.serv-three {
    padding-bottom: 100px;
}

.serv-three .block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.serv-three .block .item {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.serv-three .block .item img {
    width: 68px;
    height: auto;
}

.serv-three .block .item span {
    width: calc(100% - 78px);
    font-size: 18px;
}

.serv-three .block .item:last-child {
    width: calc(50% - 20px);
}

.services-two .block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.services-two .block span {
    text-align: center;
    width: calc(33.33% - 27px);
}

.services-two .block .brdr {
    width: 2px;
    height: 90px;
    background-color: #d9d9d9;
}

.services-two .block .brdr:last-child {
    display: none;
}

.services-two .block-two {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    margin-top: 100px;
}

.services-two .block-two .item {
    width: calc(25% - 18.75px);
}

.services-two .block-two .item h3 {
    background-color: #007aad;
    padding: 16px 4px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin: 0;
    font-weight: 500;
}

.spisok {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.spisok .spisok-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 14px;
    width: 100%;
}

.des {
    width: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.des div:first-child {
    width: 2px;
    height: 22px;
    background: #007aad;
}

.des div:nth-child(2) {
    background: #007aad;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.des div:nth-child(3) {
    width: 2px;
    height: calc(100% - 30px);
    background: #007aad;
}

.spisok .spisok-item span {
    padding-top: 14px;
    width: calc(100% - 46px);
    display: block;
    font-size: 18px;
}

.spisok .spisok-item:last-child .des div:nth-child(3) {
    display: none;
}

.spisok .spisok-item svg {
    display: none;
}

.star {
    font-weight: bold;
  color: #cf482f;
}

.spisok .spisok-item .star svg {
    display: inline;
}

.contact-one .block{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}

.contact-one h3 {
    font-weight: 600;
    font-size: 25px;
    color: #12275c;
    margin: 0 0 20px 0;
}

.contact-one .left {
    width: calc(50% - 20px);
}

.contact-one .left .cont {
    margin-bottom: 30px;
}

.contact-one .left .cont span {
    color: #1d1d1f;
}

.contact-one .right {
    width: calc(50% - 20px);
}

.contact-one .right iframe {
    border: none;
}

.burger {
    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: 100%;
    max-width: 500px;
    height: 100vh;
    background: #fff;
}

.close {
    display:block; 
    width:20px;  
    cursor:pointer;  
    height:20px;   
    position:relative; 
}

.popup-box .menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 30px;
}

.popup-box .menu li a {
    color: #1d1d1f;
    font-size: 18px;
}

.popup-header {
    width: 100%;
    height: 70px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
}

.popup-header .logo {
    filter: none;
}

.swiper-pagination4 {
    margin-top: 20px;
}

.copy-mob {
    display: none;
}

.about-three {
    display: none;
}

.popup-box-form {
    width: 90%;
    max-width: 620px;
    margin: 5% auto 0 auto;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.wpcf7 {
    margin: 0 auto;
}

.wpcf7 .text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    display: block;
}

.form-row p{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 input {
    padding: 15px;
    width: 100%;
    border: 1px #D9D9D9 solid;
    font-size: 16px;
}

.wpcf7-list-item {
    margin: 10px 0 !important;
}

.wpcf7-list-item input {
    width: auto !important;
}

.wpcf7-submit {
    background: #007AAD;
    border: 1px #007AAD solid;
    color: #fff;
    
}

.wpcf7-submit:hover {
    opacity: 1;
}

.wpcf7-spinner {
    display: none !important;
}

.single-one {
    height: 600px;
}

.single-one .bgr {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.single-one .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.single-one h1 {
    max-width: 900px;
}

.single-one .text {
    color: #fff;
  text-align: center;
  font-size: 25px;
  max-width: 900px;
}

.single-two .container {
    max-width: 1000px;
}

.date {
    background: #12275C;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

@media screen and (max-width: 1340px) {
    .home-one,
    .serv-one {
        height: 517px;
    }

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

    .logo {
        height: 41px;
    }

    .header {
        height: 70px;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container {
        padding: 0 20px;
    }

    .home-three .container,
    .contact-one .block,
    .services-two .block-two,
    .serv-two .block,
    .serv-three .block {
        gap: 20px;
    }

    .serv-three .block .item {
        width: calc(33.33% - 13.33px);
    }

    .services-two .block-two .item {
        width: calc(25% - 15px);
    }

    .serv-two .item {
        width: calc(50% - 10px);
    }

    .serv-two .item span:first-child,
    .serv-two .button {
        font-size: 40px;
    }

    .serv-two .button {
        margin-bottom: 40px;
    }

    .home-three {
        padding-top: 0;
        padding-bottom: 0;
    }

    .services-two .block-two .item h3 {
        font-size: 25px;
    }

    .services-two .block-two {
        margin-top: 40px;
    }

    .about-two .block {
        gap: 40px;
    }

    .contact-one .left,
    .contact-one .right {
        width: calc(50% - 10px);
    }

    .about-one .text {
        font-size: 18px;
    }

    .about-one .text br {
        display: none;
    }

    .serv-two .block {
        margin-top: 40px;
    }
} 

@media screen and (max-width: 1200px) {
    .home-one .text br{
        display: none;
    }

    .home-one,
    .serv-one {
        height: 417px;
    }

    .mySwiper4 .item h3,
    .serv-two .block-two span,
    .about-two .item .text,
    .serv-two .item span:nth-child(2) {
        font-size: 20px;
    }

    .home-three .container .swiper .swiper-wrapper {
        height: 850px;
    }

    .services-two .block-two .item h3 {
        font-size: 20px;
    }

    .home-three .container .swiper .swiper-wrapper {
        height: auto;
    }

    .home-three .swiper-slide {
        border: none;
    }

    .menu {
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .services-two .block-two {
        flex-wrap: wrap;
    }

    .services-two .block-two .item {
        width: calc(50% - 10px);
    }

    .home-one, .serv-one {
        height: 400px;
    }

    .home-three .swiper-slide .top {
        flex-direction: column;
    }

    .home-three .swiper-slide .top .img {
        width: 100%;
        height: 200px;
    }

    .home-three .swiper-slide .top h3 {
        width: 100%;
    }

    h1, h2,
    .serv-two .item span:first-child, 
    .serv-two .button {
        font-size: 30px;
    }

    .about-one .bgr {
        margin-top: -600px;
        height: 595px;
    }

    .services-two .block {
        flex-direction: column;
    }

    .services-two .block span {
        width: 100%;
    }

    .services-two .block .brdr {
        width: 90px;
        height: 2px;
    }

    .serv-three .block .item,
    .serv-three .block .item:last-child {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 820px) {
    .home-one {
        flex-direction: column;
        height: auto;
    }

    .home-one .left, .home-one .right {
        width: 100%;
        height: 550px;
    }

    .mySwiper3 .swiper-slide {
        height: 100px;
    }

    .menu {
        gap: 10px;
    }

    .mySwiper4 {
        width: calc(100% + 160px);
    }

    .home-two {
        overflow: hidden;
    }

    .swiper-pagination4 {
        width: calc(100% - 160px) !important;
    }

    .about-one .bgr {
        margin-top: -500px;
        height: 495px;
    }

    .serv-two .block {
        flex-direction: column;
        align-items: center;
    }

    .serv-two .item {
        width: 400px;
    }

    .serv-two .button {
        font-size: 22px;
        width: 400px;
        text-align: center;
        height: 104px;
        line-height: auto;
    }

    .contact-one .block {
        flex-direction: column;
    }

    .contact-one .left, .contact-one .right {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .header .menu-top-menu-container{
        display: none;
    }

    .burger {
        display: block;
    }

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

    .home-three .container .swiper {
        width: 100%;
    }

    .services-two .block-two .item {
        width: 100%;
    }

    .footer .container {
        flex-direction: column;
        gap: 40px;
    }

    .footer .col {
        align-items: center;
    }

    .copy {
        display: none;
    }

    .copy-mob {
        display: block;
    }

    .about-one {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .about-one .bgr {
        order: 1;
        position: relative;
        height: auto;
        margin: 0;
        padding: 60px 0;
        background: none;
    }

    .about-one h1 {
        color: #007AAD;
        font-size: 30px;
    }

    .about-one video {
        order: 2;
    }

    .about-one .bgr .text {
        display: none;
    }

    .about-three {
        display: flex;
        order: 4;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;
    }

    .about-three span {
        font-size: 20px;
        color: #1D1D1F;
        text-align: center;
        width: 100%;
        display: block;
        font-weight: 500;
    }

    .about-two .item .brdr,
    .serv-two .block-two .brdr {
        width: 250px;
    }

    .about-two .item .text {
        font-size: 18px;
    }

    .serv-three .block .item,
    .serv-three .block .item:last-child {
        width: 100%;
    }

    .contact-one .left .col {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .contact-one h3 {
        text-align: center;
    }

    .serv-two .item,
    .serv-two .button {
        width: 94%;
    }

    .serv-two .block {
        margin-bottom: 20px;
    }

    .serv-two .button {
        white-space: nowrap;
        padding: 0;
    }

    .serv-two .block-two span {
        max-width: none;
    }

    .home-one h1, .home-one h2 {
        margin: 160px 0 0 0;
    }
    
}




