*{
    margin: 0px;
    padding: 0px;
}
body {
    background: url(img/back-site.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat-Regular";
    text-align: center;
    background-position-y: center;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("fonts/Montserrat-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("fonts/Montserrat-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("fonts/Montserrat-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "Minecraft";
    src: url("fonts/minecraft.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
header{
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat-Bold";
    box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.253);
    background: linear-gradient( 
156deg, #0168f6, #02f1d3);
}
header .menu ul {
    display: flex;
    list-style: none;
}
.header-logo {
    padding-left: 4%;
}
.header-logo img {
    height: 70px;
}
.menu{
    margin-left: auto;
}
header .menu ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.377);
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}
header .menu ul li:last-child {
	border-right: none
}
header a{
    text-decoration: none;
    color: black;
}
.phone-number img{
    width: 12%;
}
.phone-number{
    display: flex;
    align-items: center;
    padding-left: 4%;
}
#menu-mobile{
    display: none;
}
.menu-btn{
    display: flex;
    align-items: center;
    position: absolute;
    top: 30%;
    right: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 33;
}    
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition-duration: .25s;
}
.menu-btn > span::before {
    content: '';
    top: -8px;
}
.menu-btn > span::after {
    content: '';
  top: 8px;
}
.menubox ul{
    list-style: none;
}
.menubox{
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;  
    background-color: #00000099;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 9999;
}     
.menu-item {
    display: block;
    padding: 12px 24px;
    color: #ffc600;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}
.menu-item:hover {
    background-color: #000;
}     
#menu-toggle{
    opacity: 0;
}     
#menu-toggle:checked ~ .menu-btn > span{
    transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
    top: 0;
    transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
    top: 0;
    transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
    visibility: visible;
    left: 0;
}
.logo, .phone {
    width: 150px;
    height: 86px;
    float: left;
    display: flex;
    align-items: center;
}
.menu-mobile{
    height: 60px;
    width: 100%;
}
.mob-header{
    width: 100%;
    height: 60px;
    background: linear-gradient( 
156deg, #0168f6, #02f1d3);
}
.burger-menu{
    display: block;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.logo img{
    width: 100%;
}
.banner{
    width: 100%;
    background: radial-gradient(black, transparent);
    overflow: hidden;
    height: calc(100vh - 70px);
    background: url(img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom;
}
#scroll-down-btn-mob{
    display: none;
}
.banner-content{
    width: max-content;
    height: max-content;
    margin: auto;
    padding-top: 150px;
    color: white;
    font-family: "Montserrat-Regular";
}    
.banner-content h1 {
    font-family: "Montserrat-Medium";
    font-size: 60px;
    letter-spacing: 6px;
}    
.banner-content span{
    background: linear-gradient(45deg, #02f1d3 42%, #0168f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}    
.banner-description-text{
    font-size: 12px;
    margin-top: 45px;
}    
.main-banner-description-text{
    font-size: 24px;
    margin-top: 25px;
}    
.banner-button{
    height: 60px;
    border-radius: 25px;
    border: 0px;
    background: linear-gradient(81deg, #ae2cf1, #7776ff);
    margin-top: 45px;
    font-size: 28px;
    color: white;
    font-family: "Montserrat-Regular";
    padding-left: 80px;
    padding-right: 80px;
    cursor: pointer;
    transition: all .3s;
}
.banner-button:hover{
    color: black;
}    
.banner-description-text-two{
    font-size: 12px;
    margin-top: 25px;
}
.arrow-bottom{
    position: absolute;
    display: block;
    bottom: 50px;
    left: calc(50% - 33px);
}

footer{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    background: black;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.wrap-footer{
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    column-gap: 10%;
    padding-top: 15px;
    margin-top: 30px;
}
.f-logo img{
    width: 150px;
    margin: auto;
    display: block;
}
.f-map{
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 0px 16px 0px #ffffff;
    min-height: 300px;
    display: flex;
}
.f-map iframe{
    width: 100%;
    height: auto;
}
.f-menu{
    width: max-content;
    margin: auto;
    margin-top: 30px;
}
.f-menu ul{
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.f-menu ul li a{
    color: #747474;
   font-size: 20px;
   text-decoration: none;
   font-family: "Montserrat-Bold";
}
.f-menu ul li+li{
    margin-left: 30px;
}
.f-col-one a{
    color: #747474;
    font-size: 20px;
    text-decoration: none;
    font-family: "Montserrat-Bold";
    display: block;
}
.f-col-one a+a{
    margin-top: 10px;
}
.f-copirate{
    text-align: center;
    margin-top: 40px;
}
.f-icons a{
    display: block;
    font-size: 22px;
    float: left;
    color: #747474;
    text-decoration: none;
    border-radius: 50%;
    width: 33px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: 0.2s;
}
footer a:hover, .f-menu a:hover{
    color: #ffc600;
}
.menu-desktop a{
    color: black;
}

.f-col-two-new{
    display: none;
}
.f-col-one, .f-col-three{
    text-align: left;
}
.feedback-wrap{
    width: 100%;
    overflow: hidden;
}
.form-wrap{
    width: 90%;
    margin-top: 50px;
    margin: auto;
    background: url(img/formback.png) no-repeat;
    background-size: 67%;
    overflow: hidden;
    background-position-x: center;
    background-position-y: 53%;
    padding-top: 60px;
    padding-bottom: 150px;
}
.feedback-wrap h1{
       text-align: center;
       width: 80%;
       margin: auto;
       padding: 30px 0;
       margin-top: 125px;
}
.form{
    width: 35%;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-top: 3%;
    background-color: black;
    box-shadow: 0px 0px 38px 25px rgba(255, 255, 255, 0.363);
    border-radius: 30px;
}
.black-baner {
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #00000009;
    position: relative;
}

.form-line-one{
    display: grid;
    grid-template-columns:1fr;
}
.form input, .form textarea, .form label{
    display: block;
}
.form label{
    color: white;
    font-size: 24px;
    font-family: "Montserrat-Bold";
    margin-top: 10px;
    margin-left: 20px;
}
.form input{
    background-color: #00fad2;
    border-radius: 17px;
    border: solid 1px #1b1b1b;
    width: calc(100% - 20px);
    height: 45px;
    font-size: 24px;
    color: #a88200;
    padding-left: 20px;
}
.form-line-two{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
}
.form textarea{
    background-color: #ffc600;
    border-radius: 30px;
    border: solid 1px #1b1b1b;
    width: 100%;
    height: 150px;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.form-line-three{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}
.form-line-three button {
    font-size: 15px;
    border-radius: 17px;
    width: 100%;
    transition: all .5s;
    cursor: pointer;
    background: linear-gradient(
0deg, #7776ff,#ae2cf1);
    color: white;
}
.form-line-three button {
    padding: 14px;
    border: solid 1px black;
    font-family: "Montserrat-Medium";
}
.form input::placeholder, .form textarea::placeholder{
    font-size: 15px;
    color: black;
    font-family: Montserrat-Regular;
}
.line{
    width: 100%;
    height: 5px;
    background: black;
    margin-top: 5px;
}
.form{
    text-align: left;
}
.form-title{
    font-size: 32px;
    font-family: "Montserrat-Bold";
}
.mobile-for-who-link{
    display: none;
}
.capcha {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.capcha input {
    width: 40px;
    padding: 0;
    text-align: center;
    margin-left: 10px;
}

.title-two{
    font-size: 32px;
    font-family: "Montserrat-Bold";
    margin-top: 70px;
    color: white;
    padding-bottom: 50px;
}
.examples-of-works{
    width: 85%;
    height: max-content;
    margin: auto;
}

.examples-blocks{
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 65px;
}
.examples-blocks div{
    border-radius: 25px;
}

#project-1{
    background: url(img/projects/project-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#project-2{
    background: url(img/projects/project-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#project-3{
    background: url(img/projects/project-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#project-4{
    background: url(img/projects/project-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#project-5{
    background: url(img/projects/project-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#project-6{
    background: url(img/projects/project-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.project-in{
    width: 100%;
    height: 100%;
    background: linear-gradient( 
0deg, #00f6d4, #66a6ff 55%);
    opacity: 85%;
    display: flex;
    align-items:center;
    justify-content: center;
}

.project-in h3{
    color: white;
    font-size: 32px;
}

.examples-of-works h1{
    padding-bottom: 20px!important;
}
.pod-title-examples{
    width: max-content;
    height: 35px;
    margin: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    color: white;
}
.pod-title-examples span{
    display: block;
    float: left;
    font-size: 24px;
    font-family: "Montserrat-Regular";
    cursor: pointer;
}
.sp-line-two{
    margin-left: 45px;
}

.line-at{
    width: 2px;
    height: 28px;
    background:white;
    float: left;
    margin-left: 45px;
}

.span-line{
    border-radius: 3%;
    border: solid 1px white;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-bottom: 5px;
}

.who-conducts-classes{
    width: 85%;
    height: max-content;
    margin: auto;
}

.who-conducts-blocks{
    width: 100%;
    display: grid;
    grid-template-rows: 8fr 6fr;
    grid-row-gap: 25px;
}

.circle-teacher{
    width: 270px;
    height: 270px;
    margin: auto;
    border-radius: 50%;
}

.who-conducts-blocks span{
    font-size: 20px;
    color: white;
}

.teachers{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15%;
    padding-bottom: 65px;
}

#teacher-1{
    background: url(img/teacher-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#teacher-2{
    background: url(img/teacher-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.the-benefits-of-our-course{
    width: 100%;
    height: max-content;
    padding-bottom: 55px;
}

.the-benefits-blocks{
    width: 85%;
    height: 375px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 8%;
}

.the-benefits-block{
    background-color: white;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
}
.title-the-benefits-block{
    width: 100%;
    line-height: 35px;
    background-color: #000000c2;
    border-radius: 0px 0px 26px 26px;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}

.title-the-benefits{
    font-family: "Montserrat-Bold";
    font-size: 24px;
    color: #ffc600!important;
}

.benefit-block{
    width: 100%;
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-row-gap: 20px;
}

.re{
    width: 85%;
    display: block;
    margin: auto;
    color: white;
    text-shadow: 0px 0px 50px white;
}

#the-benefits-block-1{
    background: url(img/benefits/benefit-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#the-benefits-block-2{
    background: url(img/benefits/benefit-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#the-benefits-block-3{
    background: url(img/benefits/benefit-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.information-about-course{
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.all-information-blocks{
    width: 85%;
    margin: auto;
    height: 620px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.second-info-about-us-block{
    width: 100%;
    background-color: white;
    border-radius: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.about-us-main-text{
    font-size: 48px;
    font-family: "Montserrat-Regular";
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.first-info-about-us-block-content{
    width: 85%;
    height: max-content;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
}

.label-cost-of-animate-course{
    width: 65%;
    height: 100px;
    background: white;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 25px;
}

.label-cost-of-animate-course p{
    line-height: 100px;
}

.about-us-text-1{
    font-size: 80px;
    margin-top: 75px;
}

.about-us-large-text{
    font-size: 180px;
}

.about-us-text-description{
    font-size: 20px;
    font-family: "Montserrat-Regular";
}

.about-us-text-main-description{
    font-size: 32px;
    font-family: "Montserrat-Regular";
}

.bonus-block-about-course h1{
    font-size: 32px;
    font-family: "Montserrat-Regular";
    color: white;
}

.bonus-block-about-course button{
    font-size: 24px;
    font-family: "Montserrat-Regular";
    color: black;
    margin-top: 35px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 30px 12px rgba(255, 255, 255, 0.33);
}

.bonus-block-about-course{
    width: 100%;
    height: max-content;
    padding-bottom: 110px;
}

.card-arrow{
    width: 30px;
    height: 160px;
    background:url(img/card-arrow.png);
    position: absolute;
    right: 0;
    bottom: 230px;
    cursor: pointer;
    background-repeat: no-repeat;
}

@media (min-height: 750px){
.the-benefits-blocks {
    height: 400px;
}
}
.first-info-about-us-block-one{
    transform: skew(0deg, 5deg);
    background: linear-gradient(173deg, #5de894, #32e5e7 78%);
    border-radius: 25px;
    position: absolute;
    left: 0;
    top: 35px;
}

.first-info-about-us-block-three{
    transform: skew(0deg, -5deg);
    background: linear-gradient(173deg, #ffdca0, #f66c6c 78%);
    border-radius: 25px;
    position: absolute;
    right: 0;
    z-index: -8;
    top: 35px;
}

.first-info-about-us-block-two-in-center{
    position: relative;
    height: max-content;
    width: 60%;
    margin: auto;
    height: 585px;
    z-index: 100;
}

.first-info-about-us-block-one-in-center{
    position: relative;
    height: max-content;
    width: 55%;
    margin: auto;
    height: 585px;
    float: left;
    top: 0;
}

.first-info-about-us-block-three-in-center{
    position: relative;
    height: max-content;
    width: 55%;
    margin: auto;
    top: 0;
    height: 585px;
    float: right;
    
}

.first-info-about-us-block-two{
    background: linear-gradient(173deg, #ffd200, #ade845 78%);
    border-radius: 25px;
   /* box-shadow: 0px 0px 43px 15px rgba(255, 255, 255, 0.363);*/
    position: absolute;
    width: 100%;
    top: 0;
    padding-bottom: 20px;

}

#title-another{
    padding-bottom: 50px;
}

@media (max-width:1200px){
    .first-info-about-us-block {
        position: relative;
        left: 65%;
        bottom: 6%;
        width: 245%;
    }

}

.information-about-components-of-course{
    width: 100%;
    height: max-content;
    background:linear-gradient(300deg #0046ff, #007ef1);
}

.all-information-blocks{
    display: block;
}
.mobile-cards-courses{
    display: none;
}

.components{
    width: 85%;
    height: 350px;
    margin: auto;
    margin-bottom: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.6em;
}

.component-title{
    font-size: 40px;
    margin-top: 60px;
    font-family: "Montserrat-Bold";
    padding-left: 15px;
    padding-right: 15px;
}

.component-description{
    font-size: 24px;
    font-family: "Montserrat-Regular";
    max-width: 430px;
    margin: auto;
    margin-top: 30px;
}

.component-1{
    background: linear-gradient(130deg, #66a6ff, #89f7fe);
    border-radius: 20px;
}

.component-2{
    background: linear-gradient(130deg, #b9b6e5, #b6dcff);
    border-radius: 20px;
}

@media (max-width:1100px){
    .component-description{
        padding-bottom: 45px;
        padding-right: 25px;
        padding-left: 25px;
    }
    .components{
        padding-bottom: 35px;
    }
    .first-info-about-us-block-one{
        width: 400px;
    }
    .first-info-about-us-block-three{
        width: 400px;
    }
    .all-information-blocks {
        padding-bottom: 75px;
    }
}

.block-info-stairs{
    width: 100%;  
    background: url(img/block.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1200px; 
    margin-bottom: 65px;
    margin-top: 65px;
}

#second-card-arrow{
    display: none;
}
#third-card-arrow{
    display: none;
}

@media(max-width:1360px){
    .first-info-about-us-block-two-in-center {
        width: 67%;
    }
    #first-block-card{
        width: 680px;
    }
    .first-info-about-us-block-three{
        width: 505px;
    }
    .first-info-about-us-block-two{
        height: 630px;
    }
    .all-information-blocks{
        padding-bottom: 65px;
    }
    .first-info-about-us-block-two .about-us-main-text{
        margin-top: 75px;
    }
    .first-info-about-us-block-three{
        height: 565px;
    }
    #first-block-card{
        height: 580px;
    }
    .block-info-stairs{
        height: 1040px;
    }
}
@media(max-width:1170px){
    .block-info-stairs{
        height: 900px;
    }
}
@media(max-width:1070px){
    .block-info-stairs{
        height: 800px;
    }
}
@media(min-width:1600px){
    .block-info-stairs{
        height: 1310px;
    }
}
@media(min-width:1760px){
    .block-info-stairs{
        height: 1450px;
    }
}