html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}html,body{height:100%;font-family:'Roboto Condensed', sans-serif;font-size:25px;line-height:35px;font-weight:400;color:#6c5356}a{display:inline-block;text-decoration:none}ul,li{margin:0;padding:0;list-style:none}.container{max-width:1300px;margin:0 auto;padding:0 10px}.header{background-color:#e0deda}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu{font-family:'Roboto Condensed', sans-serif;font-weight:300}.menu li{display:inline-block}.menu li+li{margin-left:100px}.menu li a:after{display:block;content:'';height:2px;width:0%;background-color:#6c5356;-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.menu li a:hover:after{width:100%}.menu a{color:#6c5356;cursor:pointer}.header__btn-login{display:block;color:#6c5356;padding:10px 30px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35)}.header__btn-login:hover{background-color:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.slider{background-color:#d2cec7;max-height:650px;padding-top:20px;overflow:hidden}.slider__item{max-height:650px;background-position:top right;background-size:auto;background-repeat:no-repeat;padding-left:10px;padding-right:10px}.slider__item-title{margin-top:90px;font-size:70px;line-height:80px;padding-bottom:10px;font-family:'Roboto Condensed', sans-serif;font-weight:700}.slider__item-text{padding-bottom:30px;max-width:600px}.slider__item-subtitle{margin-top:100px;margin-bottom:140px;font-family:'Merienda', cursive;font-size:90px;line-height:90px;font-weight:700}.slider__item-1{background-image:url(../images/slider_item_1.png)}.slider__item-2{background-image:url(../images/slider_item_2.png)}.slider__item-3{background-image:url(../images/slider_item_3.png)}.slider__items{position:relative}.slider__items button.slick-prev.slick-arrow,.slider__items button.slick-next.slick-arrow{display:none !important}.button{padding:10px 20px;background-color:#6c5356;color:#e0deda;font-family:'Roboto Condensed', sans-serif;font-weight:700;font-size:35px;-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s}.button:hover{background-color:#fff;color:#6c5356;-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s}ul.slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:40px;right:50%}ul.slick-dots li+li{margin-left:20px}ul.slick-dots li button{font-size:0;width:20px;height:20px;border:none;border-radius:50%;background-color:#6c5356}.classes{padding:75px 0px;background-color:#e0deda}.classes__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}.classes__item{width:400px;border:5px solid #6c5356;-webkit-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);opacity:90%}.classes__item+.classes__item{margin-left:15px}.classes__item:hover{opacity:100%}.classes__item-title{font-size:45px;color:#d9d7d2;padding-top:35px;padding-bottom:35px;background-color:#6c5356}.classes__item-text{padding:25px 28px;font-size:28px;line-height:38px;text-align:justify}.classes__box-wrapper{margin-top:85px}.classes__address{font-size:35px;width:470px;line-height:45px;text-align:left}.classes__schedule{font-size:46px;line-height:56px;text-align:right}.classes__schedule span{font-family:'Roboto Condensed', sans-serif;font-weight:700}.classes__item:nth-child(1){-webkit-animation-delay:0.3s;animation-delay:0.3s}.classes__item:nth-child(2){-webkit-animation-delay:0.5s;animation-delay:0.5s}.classes__item:nth-child(3){-webkit-animation-delay:0.7s;animation-delay:0.7s}.classes__title h2,.styles__title h2,.instructors__title h2,.pricing__title h2{font-family:'Roboto Condensed', sans-serif;font-weight:300;font-size:65px;line-height:75px;text-align:center;margin-bottom:50px}.styles{background-color:#d2cec7;padding-top:70px;padding-bottom:50px}.styles__item{max-height:900px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.styles__img img{max-height:850px;background-repeat:no-repeat;display:block;background-position:center;background-size:cover}.styles__item-box{max-width:370px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.styles__item-box .styles__item-title{font-family:'Roboto Condensed', sans-serif;font-weight:700;font-size:60px;line-height:70px;margin-bottom:20px}.styles__item-box .styles__item-text{font-size:28px;line-height:45px;margin-bottom:20px}.form{background-color:#e0deda;padding-top:80px}.form__title{font-size:50px;line-height:60px;text-align:center;margin-bottom:40px}.form input{width:350px;margin-right:30px;padding:15px;border:3px solid #6c5356;-webkit-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);background-color:#e0deda}.form button{padding:12px 20px;border:none;background-color:#6c5356;color:#e0deda;font-family:'Roboto Condensed', sans-serif;font-weight:700;font-size:35px;-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);position:relative;overflow:hidden;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.form button:hover{background-color:#fff;color:#6c5356;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.form button::before{content:'';position:absolute;top:0;right:-50px;width:10px;height:100%;background-color:#fff;-webkit-filter:blur(10px);filter:blur(10px);-webkit-transform:skewX(40deg);-ms-transform:skewX(40deg);transform:skewX(40deg);-webkit-animation-duration:2.5s;animation-duration:2.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:blick;animation-name:blick;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blick{from{-webkit-transform:translateX(-330px);transform:translateX(-330px)}to{-webkit-transform:translateX();transform:translateX()}}@keyframes blick{from{-webkit-transform:translateX(-330px);transform:translateX(-330px)}to{-webkit-transform:translateX();transform:translateX()}}.form__box{margin-top:90px;position:relative}.form__box img{max-height:670px;display:block;-o-object-fit:cover;object-fit:cover}.form__box-text{max-width:600px;font-family:'Roboto Condensed', sans-serif;font-weight:700;font-size:70px;line-height:85px;position:absolute;text-align:right;right:0}.form__box-text span{font-family:'Merienda', cursive;font-size:90px;line-height:90px;font-weight:700;font-size:80px}.instructors{background-color:#d2cec7;padding-top:75px;padding-bottom:80px;background-image:url(../images/instructors-bg.png);background-repeat:no-repeat;background-position:center;background-size:contain}.instructors__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.instructors__info{width:335px}.instructors__info img{height:390px;width:335px;-o-object-fit:contain;object-fit:contain;display:block}.instructors__name{font-family:'Roboto Condensed', sans-serif;font-weight:700;font-style:italic;font-size:40px;line-height:40px;color:#e0deda;background-color:#6c5356;max-width:335px;text-align:center;padding-top:18px;padding-bottom:18px;-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);box-shadow:0px 0px 9px 0px rgba(0,0,0,0.35);position:relative;overflow:hidden}.instructors__name::before{content:'';position:absolute;top:0;right:-50px;width:14px;height:100%;background-color:#fff;-webkit-filter:blur(20px);filter:blur(20px);-webkit-transform:skewX(40deg);-ms-transform:skewX(40deg);transform:skewX(40deg);-webkit-animation-duration:5.5s;animation-duration:5.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:instructors-blick;animation-name:instructors-blick;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.name-first::before{-webkit-animation-delay:2s;animation-delay:2s}.name-second::before{-webkit-animation-delay:4s;animation-delay:4s}.name-third::before{-webkit-animation-delay:6s;animation-delay:6s}@-webkit-keyframes instructors-blick{from{-webkit-transform:translateX(-630px);transform:translateX(-630px)}to{-webkit-transform:translateX();transform:translateX()}}@keyframes instructors-blick{from{-webkit-transform:translateX(-630px);transform:translateX(-630px)}to{-webkit-transform:translateX();transform:translateX()}}.instructors__about{padding:15px 15px;text-align:center}.pricing{background-color:#e0deda;padding-top:65px;padding-bottom:85px}.pricing__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.pricing__item{max-width:320px}.pricing__item-box{border:3px solid #6c5356;padding-top:24px;text-align:center;-webkit-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);margin-bottom:52px}.pricing__item .pricing__plan{font-size:45px;line-height:55px}.pricing__item .pricing__price-month{font-family:'Roboto Condensed', sans-serif;font-weight:700;font-size:80px;line-height:90px;padding-top:10px;padding-bottom:20px}.pricing__item .pricing__price-month span{font-family:'Roboto Condensed', sans-serif;font-size:25px;line-height:35px;font-weight:400;font-size:45px}.pricing__item .pricing__price-year{font-size:35px;line-height:45px;color:#d9d7d2;background-color:#6c5356;padding:15px;-webkit-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35);box-shadow:0px 10px 22px 0px rgba(0,0,0,0.35)}.pricing__item .pricing__note{padding:20px;font-size:19px;line-height:25px}.footer{background-color:#6c5356;padding:50px 10px}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__logo{max-width:280px;width:100%;padding-left:10px;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__logo img{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:70px}.footer__social{max-width:280px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:10px;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__social-box{display:block;width:30px;height:30px;border-radius:50%;background-color:#e0deda;position:relative;margin-right:20px;position:relative}.footer__social-box:hover{background-color:#fff;-webkit-box-shadow:0px 0px 4px 4px rgba(73,54,54,0.726);box-shadow:0px 0px 4px 4px rgba(73,54,54,0.726)}.footer__social-box a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.footer__adress{font-size:20px;max-width:280px;width:100%;padding-left:10px;padding-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#e0deda}.footer__menu{max-width:280px;width:100%;padding-left:10px;padding-right:10px}.footer__menu a{color:#e0deda}.footer__menu a:hover{color:#fff}.footer__menu li+li{margin-top:30px}.footer__copy{font-family:'Roboto Condensed', sans-serif;font-weight:300;font-size:16px;color:#e0deda;padding-left:10px;padding-right:10px}#modal-login{background-color:#e0deda;display:none}#modal-login .form{padding:20px 30px 30px;max-width:500px}#modal-login form input{width:100%;margin-bottom:30px}#modal-signup{background-color:#e0deda;display:none}#modal-signup .form{padding:20px 30px 30px;max-width:500px}#modal-signup form input{width:100%;margin-bottom:30px;-webkit-box-shadow:0px 5px 12px 0px rgba(0,0,0,0.22);box-shadow:0px 5px 12px 0px rgba(0,0,0,0.22)}@media (max-width: 1350px){.form form{padding-left:20px;padding-right:20px}.form input{width:50%;margin-bottom:30px}.form button{display:block}.form__box img{max-height:550px}}@media (max-width: 1300px){.classes__box{-ms-flex-wrap:wrap;flex-wrap:wrap}.classes__item{display:block;width:80%;margin:0 auto;margin-bottom:30px}.classes__item+.classes__item{margin:0 auto;margin-bottom:30px}.styles__item{padding-left:30px;padding-right:30px}.styles__img img{max-height:700px}.styles__item-box{padding-left:15px;padding-right:15px}}@media (max-width: 1200px){.styles__img img{max-height:600px}.form__box img{max-height:450px}}@media (max-width: 1150px){.pricing__items img{display:none}.pricing__items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pricing__item-second{margin-left:100px}}@media (max-width: 1070px){.instructors__wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.instructors__info{width:100%;display:block}.instructors__info img{margin:0 auto}.instructors__name{margin:0 auto}}@media (max-width: 1050px){.menu li+li{margin-left:30px}.styles__item-box .styles__item-title{font-size:50px;line-height:55px}.form__box-text{font-size:50px;max-width:450px}.form input{width:70%}}@media (max-width: 1000px){.classes__item{width:90%}.classes__box-wrapper{margin-top:40px}.classes__address{width:100%;margin-bottom:30px;margin-left:30px}.classes__schedule{margin-left:30px}.styles__img img{max-height:550px}}@media (max-width: 850px){.header__menu{display:none}.slider__item-subtitle{font-size:60px}.slider__item-title{font-size:50px}.styles__img img{max-height:500px}.styles__item-box .styles__item-text{font-size:31px;line-height:41px}.styles__item-box{padding-left:15px;padding-right:15px}.pricing__items{-ms-flex-pack:distribute;justify-content:space-around}.pricing__item-second{margin-left:0px}.footer__inner{display:block}.footer__social{margin:30px 0px;-ms-flex-pack:distribute;justify-content:space-around}.footer__adress{display:inline}.footer__menu{margin-top:30px;margin-bottom:30px}}@media (max-width: 800px){.styles__img img{max-height:450px}}@media (max-width: 740px){.styles__img img{max-height:350px}.form__box img{max-height:350px}.form__box{margin-top:40px;overflow:hidden}.form input{width:100%}.form__box-text{font-size:40px;color:#fff}.form__box-text span{font-size:60px;color:#fff}.pricing__items{display:block}.pricing__item-box{margin-bottom:10px}.pricing__item{margin:0 auto}}@media (max-width: 700px){.slider__item{background-size:120%}.slider__item-subtitle{margin-top:90px;margin-bottom:80px}.styles__item{-ms-flex-wrap:wrap;flex-wrap:wrap}.styles__item-box{max-width:100%;padding:0}.styles__img{margin:0 auto}.styles__img-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.styles__item-box .styles__item-text{font-size:25px;line-height:35px}}@media (max-width: 600px){.form__box-text{font-size:30px;color:#fff}.form__box-text span{font-size:50px;line-height:50px}}@media (max-width: 530px){.classes__schedule{font-size:36px;line-height:56px;text-align:right;width:100%;padding-right:20px}.styles__item-box{margin-bottom:30px}.form__box-text{max-width:300px;line-height:45px}.form__box img{max-height:300px}}@media (max-width: 500px){.header__btn-login{padding:5px 10px;border:1px solid #6c5356}#modal-login,#modal-signup{padding:25px}#modal-login .form,#modal-signup .form{padding:5px 5px 5px}.slider__item-title{font-size:40px;margin-top:30px}.slider__item-subtitle{font-size:40px;margin-top:30px}.classes__title,.styles__title,.instructors__title,.pricing__title{font-size:50px}.form__title{font-size:40px}.classes,.styles,.instructors,.form,.pricing{padding-top:35px}.classes__item-text{padding:15px 10px;font-size:22px;line-height:28px}.classes__item-title{font-size:35px;padding-top:25px;padding-bottom:25px}.classes__address{font-size:25px;line-height:35px}.classes__schedule{font-size:30px;line-height:36px}.classes__item{border:3px solid #6c5356}.instructors{padding-bottom:30px}}@media (max-width: 470px){.form__box-text{padding-top:100px}}@media (max-width: 430px){.styles__img img{max-height:300px}.instructors__info img{height:290px}.instructors__name-box{padding-bottom:0px}}@media (max-width: 400px){.slider__item-subtitle{margin-bottom:30px;font-size:35px}.slider__item-title{font-size:25px;margin-top:30px}.slider__item-text{font-size:20px}.slider .button{font-size:25px}.styles__img img{max-height:250px}.form__box-text span{font-size:45px}.instructors__about{padding:15px 15px}.instructors__name{font-size:30px;line-height:30px}.instructors__info{width:300px}.instructors__info img{height:290px;width:305px;-o-object-fit:contain;object-fit:contain;display:block}}
