@font-face {
    font-family: 'Montserrat-Regular';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
     
  @font-face {
    font-family: 'Montserrat-Bold';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  a{
      text-decoration:none;
  }

  
.comments{
    width: 100%;
    height: max-content;
}

.comments-blocks{
    width: 90%;
    height: 350px;
    margin: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 4fr 4fr 4fr 1fr;
    grid-template-rows: 1.7fr 1fr;
    grid-column-gap: 1.5%;
}

.container-for-arrows{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 0.5fr 0.5fr;
}

.widget-slides{
    background-color: black;
}

.reg-button-card{
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border:0px;
    border-radius: 15px;
    background-color: #ffc600;
    display: block;
    margin: auto;
    cursor: pointer;
    margin-top:20px;
}
    p{
        font-family: "Montserrat-Regular";
    }
    h1, h2, h3,a{
        font-family: "Montserrat-Bold";
    }
    body{
        margin: 0;
        padding: 0;
    }
    .course-banner{
    width: 90%;
    height: max-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3%;
    margin: auto;
    padding-bottom:35px;
}

.title-course-banners{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.course-banner-img{
    width: 100%;
}

@media (max-width:900px) {
    .course-banner{
        width: 80%;
        height: max-content;
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 3%;
        margin: auto;
        grid-template-rows: 1fr 1fr 1fr;
        grid-row-gap: 2%;
         padding-bottom:60px!important;
    }
    .course-banner-img{
        width: 100%;
        margin: auto;
    }
}
.wrapper{
    width: 100%;
}
.trigers{
    background: #ffc600;
    width: 100%;
    padding: 5% 0;
}
.wrap-trigers{
    width: 80%;
    margin: auto;
    box-shadow: inset 0 0px 16px 0px #00000077;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10%;
    padding: 5%;
}
.triger{
    width: 100%;
    background: white;
    text-align: center;
    box-shadow: inset 0 0px 16px 0px #00000077;
    border-radius: 20px;
    padding: 10% 0;
}
.triger p{
    margin-bottom: 0;
}
.our-courses{
    width: 100%;
    background: url(img/wall.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 3fr;
}
.our-course-text{
    background-color: #000000e6;
    color: #fff;
}
.our-course-title{
    width: 90%;
    padding-left: 10%;
    padding-top: 2px;
    box-shadow: inset 0 0px 16px 0px #fff4f477;
    padding-bottom: 1px;
    margin-top: 40px;
}
.our-course-title h1{
    font-family: Montserrat-Regular;
    font-size: 40px;
}
.our-course-links{
    text-align: center;
}
.our-course-links h2{
    margin-top: 75px;
    border-bottom: solid 2px #ffc80000;
    cursor: pointer;
    transition: all .3s;
}
.our-course-active{
    background: url(img/ray_4.png) no-repeat;
    background-size: cover;
    background-color: #000000d4;
    position: relative;
}
.our-course-links h2:hover{
    border-bottom: solid 2px #ffc600;
    color: #ffc600;
}
.innerText{
    box-shadow: inset 0 0px 16px 0px #ffc600;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-active-text{
    width: 50%;
    position: absolute;
    bottom: 10%;
    right: 5%;
    font-size: 20px;
    text-align: center;
    color: white;
}
.feedback-wrap{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}
.form-wrap{
    width: 90%;
    margin-top: 50px;
    margin: auto;
    background: url(img/formback.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 285px;
}
.feedback-wrap h1{
       text-align: center;
       width: 80%;
       margin: auto;
       padding: 30px 0;
}
.form{
    position: relative;
    width: 57%;
    margin: auto;
    padding: 5%;
    background-color: #1b1b1b;
    border-radius: 25px;
    box-shadow: 0 0px 50px 10px #ffc600;
    box-shadow: 0 0px 50px 0px #ffc600;
}
.form-line-one{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.form input, .form textarea, .form label{
    display: block;
}
.form label{
    color: white;
    font-size: 18px;
    margin-top: 10px;
}
.form input{
    background-color: #ffc600;
    border-radius: 20px;
    border: solid 1px #1b1b1b;
    width: 80%;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
}
.form input:focus{
    background: #ffc600!important;
}
.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: 2fr 2fr 1fr;
    margin-top: 50px;
}
.form-line-three button{
   padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
    border: solid 1px #1b1b1b;
    transition: all .1s;
    cursor: pointer;
    background:#eae8e8;
}
.form-line-three button:hover {
    background-color: #1b1b1b;
    border: solid 1px #1b1b1b;
    color: #ffc600;
    box-shadow: 0 0px 16px 0px #ffc600;
}
.form-line-three button:active {
    background-color: #1b1b1b;
    border: solid 1px #1b1b1b;
    color: #fffefa;
    box-shadow: 0 0px 16px 0px #ffffff;
}
.form label{
    font-family: Montserrat-Regular;
}
.form input::placeholder, .form textarea::placeholder{
    font-size: 15px;
    color: black;
    font-family: Montserrat-Regular;
}
.line{
    width: 100%;
    height: 5px;
    background: #1b1b1b;
    margin-top: 5px;
}
footer{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    background: #1b1b1b;
    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: 25px;
    float: left;
    margin-left: 10px;
    color: #747474;
    text-decoration: none;
    border: solid 2px white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-wrap{
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
}
.about-us h1{
    font-size: 30px;
}
.about-us-info{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
}
.about-info-text{
    font-size: 20px;
}
.about-info-pics{
    position: relative;
}
.about-info-pic-one{
    width: 100%;
    height: 400px;
    background:url(img/pic.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    
    border-radius: 3%;
}
.about-info-pic-two{
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background:url(img/pic2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0px 16px 0px #00000077;
    border-radius: 50%;
}


/*START HEADER*/

.wraper-menu{
    width: 94%;
    height: 86px;
    background: #ffc600;
    overflow: hidden;
    padding: 0 3%;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.472);
}
.logo,.phone{
    width: 150px;
    height: 86px;
    float: left;
    display: flex;
    align-items: center;
}
.logo img{
    width: 100%;
}
#menu-desktop > .wraper-menu > nav{
    width: calc(100% - 350px);
    float: left;
    height: 86px;
}
#menu-desktop > .wraper-menu > nav > ul{
    padding: 0;
    margin: 0;
    height: 86px;
}
#menu-desktop > .wraper-menu > nav > ul > li{
    float: right;
    height: 86px;
    display: flex;
    align-items: center;
    padding-right: 8%;
}
#menu-desktop > .wraper-menu > nav > ul > li > a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: 900;
}
#menu-desktop > .wraper-menu > nav > ul > li > a:hover{
    text-decoration: underline;
}
.phone > a{
    text-decoration: none;
    font-size: 16px;
    color: black;
    font-weight: 900;
}
.phone{
    width: 200px;
}
#menu-desktop{
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
}
.header-slider{
    width: 100%;
    height: 100vh;
    background: url(img/slider.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-position-x: center;
}
.header-black{
    width: 100%;
    height: 100vh;
    background: #00000099;
    overflow: hidden;
}
.header-lines{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: url(img/zak.png) no-repeat;
    background-size: 80%;
    background-position: center;
    background-position-y: 140px;
}
.header-lines h1{
    font-size: 50px;
    margin-top: 200px;
}
.header-lines h3{
    font-size: 30px;
 
}
.header-lines h3+h3{
    margin-top: 45px;
}
.test{
    margin-top: 110px;
}
.smartphone-ico{
    margin-left: 5px;
}

/*END HEADER*/
.mobile-our-wrap{
    display: none;
}
.menu-mobile{
    display: none;
}
.f-col-two-new{
    display: none;
}
html {
    scroll-behavior: smooth;
  }
  .pic__0{
      background: url(img/ray_0.png) no-repeat;
      background-size: cover;
      background-color: #000000d4;
      position: relative;
      transition: all 0.3s;
  }
  .pic__1{
    background: url(img/ray_1.png) no-repeat;
    background-size: cover;
    background-color: #000000d4;
    position: relative;
    transition: all 0.3s;
}
.pic__2{
    background: url(img/ray_2.png) no-repeat;
    background-size: cover;
    background-color: #000000d4;
    position: relative;
    transition: all 0.3s;
}
.pic__3{
    background: url(img/ray_3.png) no-repeat;
    background-size: cover;
    background-color: #000000d4;
    position: relative;
    transition: all 0.3s;
}
.pic__4{
    background: url(img/ray_4.png) no-repeat;
    background-size: cover;
    background-color: #000000d4;
    position: relative;
    transition: all 0.3s;
}
footer a:hover, .f-menu a:hover{
    color: #ffc600;
}
.f-col-three a:hover{
    border: solid 2px #ffc600;
}
.capcha{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.capcha input{
    width: 40px;
    text-align: center;
    padding: 0;
}
.text-capcha{
    color: white;
}
.feedbackFormDiv{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: green;
}
.wrap-rozklad{
    width: 100%;
}
.wrap-rozklad h1{
    text-align: center;
}
.wrapper-cards-roz{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 50px;
    column-gap: 50px;
}
.roz-card{
    width: 90%;
    padding: 5%;
    box-shadow: inset 0 0px 16px 0px #00000077;
    border-radius: 20px;
    padding-bottom:10%;
}
.roz-card-name{
    text-align: center;
}
.roz-card-age, .roz-price{
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: #ffc600;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}
.roz-format,.roz-go,.roz-end-date,.roz-start-date,.roz-amount{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 15px;
}
.amount-free{
    background-color: #ffc600;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}
.roz-btn{
    width:100%;
    text-align:center;
    font-size:20px;
    padding-top:10px;
}
.roz-btn a{
    text-decoration:none;
    color:black;
    display:block;
    width:max-content;
    padding:5px;
    border:solid 2px #ffc600;
        margin: auto;
}
/*----------------------------------------------------------------------------------------------------------------------------*/
#slider {
    position: relative;
	text-align: center;
    top: 10px;
}

#slider{
	margin: 0 auto;
}

#slides article{
	width: 20%;
	float: left;
}

#slides .image{
	width: 500%;
	line-height: 0;
}

#overflow{
	width: 100%;
	overflow: hidden;
}

article img {
    width: 28%;
    margin-left: 15px;
}

#desktop:checked ~ #slider {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}
#switch1:checked ~ #controls label:nth-child(3), 
#switch2:checked ~ #controls label:nth-child(1),
#switch3:checked ~ #controls label:nth-child(2){
	background: url('img/left-arrow.png') no-repeat;
	float: left;
	margin: 0 0 0 -84px;
	display: block;
	height: 68px;
	width: 68px;
}

#switch1:checked ~ #controls label:nth-child(2), 
#switch2:checked ~ #controls label:nth-child(3),
#switch3:checked ~ #controls label:nth-child(1){
	background-color: #7f6300;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 57% 100%, 83% 51%, 59% 0);
	float: right;
	margin: 0 -84px 0 0;
	display: block;
	width: 87.5px;
    height: 68.5px;
}

label, a{ 
	cursor: pointer;
}

.all input{ 
	display: none;
}

#switch1:checked ~ #slides .image{
	margin-left: 0;
}

#switch2:checked ~ #slides .image{
	margin-left: -100%;
}

#switch3:checked ~ #slides .image{
	margin-left: -200%;
}

#switch4:checked ~ #slides .image{
	margin-left: -300%;
}

#switch5:checked ~ #slides .image{
	margin-left: -400%;
}

#controls{ 
	margin: -25% 0 0 0;
	width: 100%;
	height: 50px;
}

#active label {
    border-radius: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 3px black;
    margin-top: 35px;
    margin-left: 9px;
}

#active label:hover{
    cursor:pointer;
}
#active{ 
	margin: 22.5% 0 0;
	text-align: center;
}


#switch1:checked ~ #active label:nth-child(1),
#switch2:checked ~ #active label:nth-child(2),
#switch3:checked ~ #active label:nth-child(3),
#switch4:checked ~ #active label:nth-child(4),
#switch5:checked ~ #active label:nth-child(5){
	background: black;
	border-color: black !important;
}

#slides .image{ 
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#controls label:hover{ 
	opacity: 0.6;
}

#controls label{ 
	transition: opacity 0.2s ease-out;
}