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

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


* {
    transition: all 0.3s;
    box-sizing: border-box;
 }

html {
    background: #f8f8f8;
}

.body {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    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%;  
}

.section {
    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: -130px;
}

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

a:hover {
    opacity: 0.8;
}

.vijet {
	position: fixed;
  background: #43297C;
  float: right;
  right: 0;
  top: 80vh;
  z-index: 9999;
  padding: 20px;
  border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.37); 
	box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.37);
}

.vijet .mess {
	flex-direction:column;
}

.header {
    width: 100%;
    height: 150px;
    position: absolute;
    z-index: 9;
}

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

.logo {
    height: 50px;
}

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

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

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

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

.menu li a:hover {
    color: #DB3E00;
    opacity: 1;
}

.icon {
    height: 24px;
    width: 24px;
    display: block;
}

.icon img {
    max-width: 100%;
    max-height: 100%;
}

.header .icon {
    filter: brightness(100) grayscale(10);
} 

.home-one {
    background: #43297C;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 130px), 0% 100%);
    padding-top: 60px;
}

.home-one .container {
    padding-top: 50px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
}

h1 {
    font-size: 53px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.home-one h1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
}

h1 span img{
    height: 35px;
    width: auto;
    margin-left: 20px;
}

.text {
    font-size: 22px;
}

.home-one .text {
    color: #FBCF8E;
}

.home-one .ul {
    margin-top: -50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.home-one .ul span {
    color: #fff;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.home-one .ul span img {
    height: 6px;
}

.button-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.button {
    background: #DB3E00;
    height: 56px;
    line-height: 56px;
    padding: 0 34px;
    border-radius: 28px;
    color: #fff;
    cursor: pointer;
}

.button:hover {
    transform: scale(1.05);
    background: #fa3706;
}

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

.mess a {
    height: 24px;
    width: 24px;
}

.mess a img {
    height: 100%;
    width: auto;
    filter: brightness(100) grayscale(10);
}

.home-two {
    background: #FFFBF4;
    clip-path: polygon(0 130px, 100% 0%, 100% 100%, 0 calc(100% - 130px));
}

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

.home-two .left {
    width: calc(50% - 30px);
}

h2 {
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #43297C;
}

.photo-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.buble {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 -70px -60px;
    z-index: 1;
}

.buble .box {
    padding: 10px;
    background: #796BCB;
    border-radius: 10px;
    color: #fff;
    width: 120px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.buble .corner {
    clip-path: polygon(0 0, 100% 100%, 75% 0);
    width: 40px;
    height: 40px;
    background: #796BCB;
    margin-right: 10px;
}

.photo {
    width: 277px;
    height: 277px;
    border-radius: 100%;
}

.home-two .photo-box {
    margin-top: 50px;
    margin-left: 60px;
}

.home-two .right {
    width: calc(50% - 30px);
}

.home-two .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 80px;
}

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

.block .top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 24px;
}

.block .top img {
    width: 85px;
    height: auto;
    margin-bottom: 6px;
}

h3 {
    color: #DB3E00;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    line-height: 110%;
}


.block .item span {
    line-height: 150%;
    font-size: 18px;
}

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

.home-three .block {
    margin-top: 50px;
}

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

.home-three .block .item .top {
    align-items: center;
}

.home-three .block .item img {
    max-width: 50px;
    max-height: 50px;
}

.home-three .block .item h3 {
    font-size: 22px;
}

.home-three .photo {
    width: 210px;
    height: 210px;
}

.home-three .photo-box {
    margin-left: 60px;
}

.home-three .mess a img {
    filter: none;
}

.home-four {
    background: #F6F4FF;
    clip-path: polygon(0 130px, 100% 0, 100% 100%, 0 calc(100% - 130px));
}

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

.home-four .left {
    width: calc(50% - 30px);
}

.home-four .right {
    width: calc(50% - 30px);
}

.home-four .photo-box {
    margin-top: 50px;
    margin-left: 60px;
}

.home-four .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
}

.home-four .block .item img {
    height: 35px;
    width: auto;
}

.ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 14px;
}

.home-four .ul span {
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    background: #796BCB;
    color: #fff;
    border-radius: 13px;
}

.home-four .block .item a {
    color: #DB3E00;
}

.home-five {
    background: #FFFBF4;
    clip-path: polygon(0 0, 100% 130px, 100% calc(100% - 130px), 0 100%);
}

.num {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    text-align: center;
    border-radius: 5px;
    background: #43297C;
    color: #fff;
    font-weight: 800;
    font-size: 36px !important;
}

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

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

.home-six .top img {
    height: 35px;
    width: auto;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.accordion-box {
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion input {
    display: none;
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    z-index: 1;
}

.accordion__header {
    background: #796BCB;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    margin: 0;
}

.accordion__header:hover {
    opacity: 0.9;
}

.accordion .accordion__header:last-child {
    border-bottom: 0px solid #fff;
}

.accordion input:checked ~ .accordion__header {
    background: #796BCB;
    border-radius: 10px 10px 0 0;
    background-position: 97% center;
    background-size: 14px;
}
.accordion input:checked ~ .accordion__header:hover {
    opacity: 0.9;
    cursor: default;
}

.accordion input:checked ~ .accordion__header:after {
display: none;
}

.accordion__content {
    background: #FFFBF4;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    color: #1B1C1E;
    border-radius: 0 0 10px 10px;
}

.accordion__content a {
    color: #DB3E00;
}

.accordion input:checked ~ .accordion__content {
    display: block;
}

.home-seven {
    background: #F6F4FF;
    clip-path: polygon(0 0, 100% 130px, 100% calc(100% - 130px), 0 100%);
}

.mySwiper1 {
    margin-top: 50px;
    width: 100%;
}

.mySwiper1 .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.mySwiper1 .swiper-slide .left {
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.mySwiper1 .swiper-slide .ava {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.mySwiper1 .swiper-slide h3{
    font-size: 22px;
}

.mySwiper1 .swiper-slide .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 130px);
    padding-top: 30px;
}

.mySwiper1 .swiper-slide .corner {
    width: 38px;
    height: 38px;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #E0D8FF;
}

.mySwiper1 .swiper-slide .otziv {
    width: calc(100% - 38px);
    background: #E0D8FF;
    padding: 30px;
    border-radius: 10px;
}

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

.navig {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    width: 32px;
    height: 32px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
}

.swiper-button-prev {
    background: #796BCB;
    border-radius: 10px 0 0 10px;
}

.swiper-button-next {
    background: #FBCF8E;
    border-radius: 0 10px 10px 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
    color: #fff;
}

.home-seven .button-box {
    justify-content: flex-end;
    margin-top: 20px;
}

.home-seven .text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.home-seven .mess a img {
    filter: none;
}

.home-eight {
    background: #FFFBF4;
    clip-path: polygon(0 130px, 100% 0, 100% 100%, 0 calc(100% - 130px));
}

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

.home-eight .container .left {
    width: calc(50% - 50px);
}

.home-eight .container .left span {
    margin-top: 50px;
    line-height: 150%;
    display: block;
    max-width: 80%;
}

.home-eight .container .right {
    width: 50%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.home-eight .container .right .photo-box {
    position: absolute;
    margin: 0 0 -50px -70px;
}

.home-eight .container .right .photo {
    width: 180px;
    height: 180px;
}

.home-eight .container .right .buble .box {
    width: 90px;
    height: 60px;
}

.home-nine .column {
    margin-top: 50px;
}

.home-ten {
    background: #43297C;
    clip-path: polygon(0 130px, 100% 0, 100% 100%, 0% 100%);
    padding-bottom: 0;
}

.home-ten h2 {
    color: #FFFBF4;
}

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

.home-ten .container .left,
.home-ten .container .right {
    width: calc(50% - 25px);
}

.cont-block {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 80px;
}

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

.cont-block .item img {
    width: 28px;
    height: auto;
    filter: brightness(10) grayscale(100);
}

.cont-block .item span {
    color: #FFFBF4;
}

.home-ten .container .right {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.home-ten .container .right iframe {
    width: 100% !important;
    height: 100% !important;
}

.home-ten .container .right .photo-box {
    position: absolute;
    margin: 0 0 60px -180px;
}

.home-ten .container .left .button{
    margin-top: 20px;
}

.home-ten .container .right .photo {
    width: 228px;
    height: 228px; 
}

.copyright {
    background: #251A42;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.copyright span {
    color: #FBCF8E;
}

.copyright a {
    color: #fff;
}

.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%;
    max-width: 380px;
    background: #fff;
    margin: 5% auto 0 auto;
    padding: 30px;
    border-radius: 20px;
}

.popup-box h2 {
    font-size: 28px;
}

.close {
    display:block; 
    width:14px;  
    cursor:pointer;  
    height:14px;   
    position:relative; 
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}

input {
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    border: 1px #333 solid;
}

textarea {
    border-radius: 10px;
    height: 120px;
    resize: vertical;
    padding: 10px 20px;
    width: 100%;
    border: 1px #333 solid;
}

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

.wpcf7-submit:hover {
    transform: scale(1.05);
    background: #fa3706;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 12px !important;
}

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

.desk-none {
    display: none;
}

@media screen and (max-width: 1260px) {
    .home-one .container {
        gap: 50px;
    }

    .home-one .ul {
        margin-top: -30px;
    }
} 

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 46px;
    }
    .menu {
        gap: 20px;
    }

    .text,
    .home-one .ul span {
        font-size: 18px;
    }

    h2 {
        font-size: 36px;
    }

    .home-two .container {
        align-items: flex-start;
    }

    .home-three .block .item {
        width: calc(50% - 25px);
    }
}

@media screen and (max-width: 960px) {
    .home-one .container {
        padding-top: 30px;
        padding-bottom: 110px;
    }
    .container {
        max-width: 680px;
    }

    .header .menu-top-menu-container{
        display: none;
    }

    h1 {
        font-size: 36px;
    }

    .home-one .container {
        padding-right: 0;
        background-position-x: 200px !important;
    }

    .home-two .container,
    .home-four .container,
    .home-eight .container,
    .home-ten .container {
        flex-direction: column;
    }

    .home-two .left,
    .home-two .right,
    .home-four .left,
    .home-four .right,
    .home-eight .container .left,
    .home-eight .container .right,
    .home-ten .container .left, 
    .home-ten .container .right {
        width: 100%;
    }

    .home-eight .container .right,
    .home-ten .container .right  {
        height: 300px;
        align-items: center;
    }

    .home-one {
        clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 90px), 0% 100%);
        padding-top: 60px;
    }

    .home-two {
        clip-path: polygon(0 90px, 100% 0%, 100% 100%, 0 calc(100% - 90px));
    }

    .section {
        padding-top: 130px;
        padding-bottom: 130px;
        margin-top: -90px;
    }

    .home-four {
        clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 calc(100% - 90px));
    }

    .home-five {
        clip-path: polygon(0 0, 100% 90px, 100% calc(100% - 90px), 0 100%);
    }

    .home-seven {
        clip-path: polygon(0 0, 100% 90px, 100% calc(100% - 90px), 0 100%);
    }

    .home-eight {
        clip-path: polygon(0 90px, 100% 0, 100% 100%, 0 calc(100% - 90px));
    }

    .home-ten {
        padding-bottom: 0;
        clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
    }

    .desk-none {
        display: flex;
    }

    .mob-none {
        display: none;
    }

    .home-three .block .item {
        width: 100%;
    }

    .photo {
        width: 277px !important;
        height: 277px !important;
    }

    .home-three .button-box {
        display: none;
    }

    .home-six .block {
        flex-direction: column;
    }

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

    .home-eight .container .left span {
        font-size: 18px;
    }

    .home-eight .photo-box {
        margin-left: 60px;
    }

    .home-ten .container {
        gap: 0;
    }

    .home-eight .container .left span {
        max-width: 100%;
    }
}

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

    .text, .home-one .ul span {
        font-size: 16px;
    }

    .home-one .container {
        background-position-x: 120px !important;
    }

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

    .home-one .text {
        max-width: 200px;
    }

    .button {
        height: 46px;
        line-height: 46px;
        padding: 0 24px;
        border-radius: 23px;
        color: #fff;
        cursor: pointer;
    }

    .button-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }

    h2 {
        font-size: 28px;
    }

    .block .item span {
        font-size: 16px;
    }

    .photo {
        width: 237px !important;
        height: 237px !important;
    }

    .home-four .block {
        gap: 50px;
    }

    .mySwiper1 .swiper-slide {
        flex-direction: column;
    }

    .mySwiper1 .swiper-slide .left {
        width: 100%;
        flex-direction: row;
        gap: 30px;
    }

    .mySwiper1 .swiper-slide .ava {
        width: 100px;
        height: 100px;
    }

    .mySwiper1 .swiper-slide .left .text-box {
        width: calc(100% - 130px);
    }

    .mySwiper1 .swiper-slide .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding-top: 30px;
    }

    .mySwiper1 .swiper-slide .right {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding-top: 0px;
    }

    .mySwiper1 .swiper-slide .otziv {
        width: 100%;
    }

    .mySwiper1 .swiper-slide .corner {
        margin-left: 50px;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

    .home-seven .button-box {
        margin-top: 40px;
    }

    .home-eight .container .left span {
        font-size: 16px;
    }

    .copyright .container {
        flex-direction: column;
        gap: 20px;
    }

    .home-one {
        clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    }

    .home-ten .container .right {
        width: calc(100% + 80px);
        margin-left: -40px;
        border-radius: 0;
    }
}