@font-face {
    font-family: "Assistant Light";
    src: url(./fonts/assistant.ttf);
}
@font-face {
    font-family: "Assistant";
    src: url(./fonts/assistant-medium.ttf);
}
@font-face {
    font-family: "Assistant Medium";
    src: url(./fonts/assistant-bold.ttf);
}
@font-face {
    font-family: "Assistant Bold";
    src: url(./fonts/assistant-extrabold.ttf);
}
@font-face {
    font-family: "F37Judge";
    src: url(./fonts/f37judge-regular.ttf);
}
@font-face {
    font-family: "F37Judge Medium";
    src: url(./fonts/f37judge-medium.ttf);
}





.wa
{
	width:42px;
	height:auto;
}


*, *::after, *::before {
	margin: 0;
	padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

.btn:hover,
#btn-contacts:hover,
#btn:hover
{
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15) !important;
	background: radial-gradient(183.03% 183.03% at 85.03% -0%, #ff552c 0%, rgba(226, 60, 47, 0) 100%), #b34 !important;
}


#right-arrow img:hover,
#left-arrow img:hover
{
opacity:0.5 !important;
}


#btn-white:hover
{
opacity:0.9 !important;
}



.shekels
{
    font-family: "Assistant Bold";
}



:focus {
    outline: 0;
}

html {
	max-width: 100%;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img, input {
    display: block;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-family: "Assistant";
	max-width: 100%;
	overflow-x: hidden;
}

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

main {
    flex-direction: column;
}

footer {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.wrapper {
    width: 1440px;
    margin: 0 auto;
}

.content {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



.item-smaller{
	width:87%;
}




#header-btn, #first-btn, #btn, #btn-white, #btn-contacts,
#left-arrow, #right-arrow {
    cursor: pointer;
}

#firstscreen {
    height: 584px;
    padding: 50px;
    background: url(./img/bg-top.png) no-repeat center bottom, #831e39;
    background-size: contain;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

#firstscreen .mobile-header, #firstscreen .mobile-logo {
    display: none;
}

#firstscreen .right-block {
    width: 322px;
    height: 49px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: end;
}

.desktop-logo
{
	width:100%;
}


#firstscreen .right-block .txt {
    width: 300px;
    height: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: end;
    justify-content: start;
    margin-right: 10px;
}

#firstscreen .right-block .txt .brand {
    font-family: "F37Judge";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.65;
    margin-top: -2px;
}

#firstscreen .right-block .txt .course-name {
    font-family: "Assistant Bold";
     font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: -5px;
}

#firstscreen .left-block {
    width: 690px;
    height: 42px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#firstscreen .left-block .txt {
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.75;
    margin-top: -15px;
      font-family: "Assistant Light";
}

#firstscreen .left-block .txt .super-bold {
    font-weight: 400;
    font-family: "Assistant Bold";
}

#firstscreen .left-block .txt .bolder {
     font-weight: 500;
}

#firstscreen .left-block .btn {
    width: 187px;
    height: 42px;
    border-radius: 21px;
    background: radial-gradient(183.03% 183.03% at 85.03% -45.07%, #ff552c 0%, rgba(226, 60, 47, 0) 100%);
    box-shadow: 0 6px 11px 0 rgba(109, 20, 44, 0.37);
    display: flex;
    justify-content: center;
    align-items: center;
}

#firstscreen .left-block .btn .txt-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: -2px;
}

#firstscreen .left-block .star-15 {
    width: 15px;
    margin-top: -8px;
    margin-left: 30px;
}

#firstscreen .left-block .star-10 {
    width: 10px;
    margin-left: 20px;
    margin-top: -5px;
}

#firstscreen h1 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 75px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-shadow: 0 8px 14px rgba(75, 6, 25, 0.56);
    margin-top: 40px;
}

#firstscreen h2 {
    font-family: "Assistant Medium";
     font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

#firstscreen .cards {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#firstscreen .cards .card {
    width: 346px;
    height: 107px;
    border: 1px solid rgb(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgb(69, 0, 19, 0.1);
    margin: 25px 7px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#firstscreen .cards .card img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

#firstscreen .cards .card .txt-right {
    width: 250px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#firstscreen .cards .card .txt-left {
    width: 260px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#firstscreen .cards .card .line-top {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.04em;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#firstscreen .cards .card .line-top .txt {
    direction: rtl;
    margin-top: -5px;
}

#firstscreen .cards .card .line-bottom {
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.77;
    direction: rtl;
     font-family: "Assistant Light";
}

#firstscreen .cards .card .line-bottom span {
    font-weight: 500;
}

#firstbtn {
    margin-top: -48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#firstbtn .blocks {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#firstbtn .blocks .block, #firstbtn .btn-block {
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: start;
    align-items: center;
}

#firstbtn .blocks .block {
    width: 162px;
    height: 250px;
    margin-left: 40px;
    margin-right: 40px;
}

#firstbtn .blocks .block .circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}

#firstbtn .blocks .block h3 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
}

#firstbtn .blocks .block .txt {
    font-weight: 100;
     font-family: "Assistant Light";
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #767676;
}

#firstbtn .btn-block {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 40px;
}

#firstbtn .btn-block .btn {
    width: 331px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    height: 74px;
    border: solid 3px #fff;
    border-radius: 37px;
    background: radial-gradient(183.03% 183.03% at 85.03% -45.07%, #ff552c 0%, rgba(226, 60, 47, 0) 100%), #b34;
    display: flex;
    justify-content: center;
    align-items: center;
}

#firstbtn .btn-block .btn .txt {
    font-family: "Assistant Bold";
     font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: -2px;
}

#firstbtn .btn-block .txt {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: #000;
    margin-top: 15px;
}

#about-us {
    margin-top: 120px;
    padding-bottom: 120px;
}

#about-us .content {
    align-items: start;
}

#about-us .right-block {
    width: 705px;
    height: 431px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#about-us .right-block iframe {
    width: 100%;
    height: 100%;
}

#about-us .left-block {
    width: 697px;
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    direction: rtl;
    margin-top: -10px;
}

#about-us .left-block h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 38px;
    line-height: 113%;
    letter-spacing: 0.04em;
    text-align: right;
    color: #000;
}

#about-us .left-block p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #767676;
}

#video-reviews {
    background: rgb(216, 216, 216, 0.19);
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#video-reviews h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #b34;
    direction: rtl;
}

#video-reviews #btn {
    width: 245px;
    height: 68px;
    border: solid 3px #fff;
    border-radius: 34px;
    background: radial-gradient(183.03% 183.03% at 85.03% -45.07%, #ff552c 0%, rgba(226, 60, 47, 0) 100%), #b34;
   box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -10px;
}

#video-reviews #btn .txt {
    font-family: "Assistant Bold";
     font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: -2px;
}

#video-reviews #stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#video-reviews #stars img {
    margin-right: -240px;
}

#steps {
    padding-top: 100px;
}

#steps h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #b34;
}

#steps h3.txt {
    width: 800px;
    font-family: "Assistant Medium";
     font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    opacity: 0.66;
    direction: rtl;
    margin: 30px auto;
}

#steps .content {
    justify-content: center;
}

#steps .card {
    width: 372px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 30px;
}

#steps .card .pict {
    height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#steps .card .pict .pict-1 {
    margin-top: -25px;
}

#steps .card .pict .pict-2 {
    margin-top: -35px;
}

#steps .card h3 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    opacity: 1;
    margin-top: 20px;
}

#steps .card .txt {
    height: 190px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    direction: rtl;
    color: #000;
    opacity: 0.69;
    margin-top: 15px;
}


.social-ic
{
width:35px;
height:auto;
}

#steps .card .t1 {
    width: 290px;
}

#steps .card .t2 {
    width: 316px;
}

#steps .card .t3 {
    width: 372px;
}

#about-course {
    padding-top: 120px;
    padding-bottom: 100px;
    background: url(./img/bg-bottom.png) no-repeat center top, #831E39;
    background-size: cover;
}

#about-course h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    direction: rtl;
}

#about-course #assets {
    height: 444px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

#about-course #assets .asset {
    border: 1.8px dashed #e50956;
    border-radius: 16px;
    width: 680px;
    height: 87px;
    background: linear-gradient(270deg, #fd015a 0%, rgba(131, 30, 57, 0) 100%);
    opacity: 0.81;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
}

#about-course #assets .asset img {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    margin-right: 20px;
}

#about-course #assets .asset .txt {
    font-family: "Assistant";
    font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #fff;
    margin-right: 20px;
}

#about-course #stars-white {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

#about-course #stars-white img {
    margin-right: -240px;
}

#about-course #btn-white {
    width: 251px;
    height: 68px;
    border-radius: 35px;
    background: #fff;
    box-shadow: 0 10px 41px 0 rgba(84, 8, 28, 0.56);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -10px;
}

#about-course #btn-white .txt {
    font-family: "Assistant Medium";
     font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #831e39;
    margin-top: -2px;
}

#partners {
    padding-top: 120px;
    padding-bottom: 100px;
}

#partners h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #b34;
}

#partners img {
    margin-top: 60px;
    height: 90px;
}

#contact-forms {
    padding: 0 60px 60px 60px;
    background: linear-gradient(180deg, #fff 0%, #831e39 100%);
}

#contact-forms #block {
    border-radius: 30px;
    height: 794px;
    background: #fff;
    box-shadow: 0 5px 68px 0 rgba(0, 0, 0, 0.14);
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact-forms #block h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
}

#contact-forms #block h3 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    margin-top: 25px;
}

#contact-forms #block #inputs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#contact-forms #block #inputs input {
    border: 1.30px solid #b34;
    border-radius: 9px;
    width: 350px;
    height: 66px;
    background: #fff;
    box-shadow: 0 11px 16px 0 rgba(0, 0, 0, 0.15), inset 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    direction: rtl;
    padding-right: 15px;
    margin: 20px;
    font-family: "Assistant Light";
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #a9a9a9;
}

#contact-forms #block #inputs input::placeholder {
    font-family: "Assistant Light";
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #a9a9a9;
}

#contact-forms #block #stars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#contact-forms #block #stars img {
    margin-right: -320px;
}

#contact-forms #block #btn-contacts {
    width: 325px;
    height: 72px;
    border: solid 3px #fff;
    border-radius: 36px;
    background: radial-gradient(183.03% 183.03% at 85.03% -45.07%, #ff552c 0%, rgba(226, 60, 47, 0) 100%), #b34;
   box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: -10px;
}

#contact-forms #block #btn-contacts .txt {
    font-family: "Assistant Bold";
     font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: -2px;
}

#contact-forms #block #safe {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#contact-forms #block #safe .txt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    margin-top: 20px;
    direction: rtl;
}

#contact-forms #footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 120px;
}

#contact-forms #footer .socmedia {
    width: 130px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    mix-blend-mode: plus-lighter;
}

#contact-forms #footer .copyright {
    direction: rtl;
    font-family: "Assistant Light";
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
}


/* ==================== MODAL ==================== */

#modal, #modal2 {
    background: rgba(46, 1, 1, 0.596);
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#popup, #popup2 {
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 10px 41px 0 rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#popup2 {
    font-family: "Assistant Bold";
}

#popup2 h2 {
    font-family: "Assistant Bold";
    font-weight: 500;
    font-size: 47px;
    line-height: 91%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
}

#popup2 h3 {
    font-family: "Assistant";
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    margin-top: 30px;
}

#popup2 .msg img {
    margin-top: 30px;
}

#popup2 .msg {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

#close, #close2 {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: end;
    align-items: center;
}

#close img, #close2 img {
    cursor: pointer;
    margin: 30px;
}

#player {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#player iframe {
    width: 90%;
    height:90%;
}


/* ==================== SLIDER VIDEO ==================== */

#video-reviews #slider {
    width: 1267px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

#video-reviews #slider .video {
    width: 401px;
    height: 253px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 16px 27px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: end;
    align-items: end;
    cursor: pointer;
    transition: .8s;
}

.video-styles {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#video-reviews #slider .video .link {
    width: 116px;
    height: 43px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 8px;
}

#video-reviews #slider .video .link .txt {
    font-family: "Assistant Medium";
    font-weight: 600;
    font-size: 22px;
    line-height: 195%;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.21);
    margin-top: -2px;
}


/* ==================== SLIDER TEXT ==================== */

#video-reviews #txt {
    width: 850px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    direction: rtl;
    overflow: hidden;
    transition: 1s;
}

#video-reviews #txt2 {
    font-family: "Assistant Medium";
     font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
    opacity: 0.58;
    margin-top: 20px;
    direction: rtl;
    overflow: hidden;
    transition: 1s;
}

/*#video-reviews #txt div, #video-reviews #txt2 div {
    position: relative;
    animation-duration: 5s;
}*/

#video-reviews #txt p, #video-reviews #txt2 p {
    display: none;
}

#video-reviews #txt2 span {
    font-family: "Assistant";
    font-weight: 400;
}

/*.text-move {
    animation-name: textMove;
}

@keyframes textMove {
    0% {
        left: -100%;
        opacity: 0;
    }
    20% {
        left: 0;
        opacity: 1;
    }
    80% {
        right: 0;
        opacity: 1;
    }
    100% {
        right: -100%;
        opacity: 0;
    }
}

.text2-move {
    animation-name: text2Move;
}

@keyframes text2Move {
    0% {
        right: -100%;
        opacity: 0;
    }
    20% {
        right: 0;
        opacity: 1;
    }
    80% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -100%;
        opacity: 0;
    }
}*/

#video-reviews #small-circles {
    width: 62px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 25px;
}

#video-reviews #small-circles .circle {
    width: 10px;
    height: 10px;
    border: solid 1px #831E39;
    background: #831E39;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

#video-reviews #small-circles .active {
    background: #fff;
}


/* ==================== ADAPTIVE ==================== */

@media screen and (max-width: 1599px) {
    .wrapper {
        width: 1200px;
    }

    #about-us .right-block, #about-us .left-block {
        width: 580px;
    }

    #about-us .right-block {
        height: 360px;
    }


    #video-reviews #slider {
        width: 1000px;
    }

    #video-reviews #slider .video {
        width: 316px;
        height: 200px;
    }

    #about-course #assets .asset {
        width: 560px;
    }

    #partners .content {
        justify-content: center;
    }

    #partners .content img {
        margin: 60px 10px 0 10px;
    }
}


@media screen and (max-width: 1299px) {


#firstscreen{
background-size: cover;
}


    .wrapper {
        width: 960px;
    }

    #firstscreen .right-block .txt .course-name {
        font-family: "Assistant";
        font-weight: 400;
    }

    #firstscreen h1 {
        font-family: "Assistant Medium";
         font-weight: 500;
        font-size: 65px;
    }

    #firstscreen h2 {
        font-family: "Assistant";
        font-weight: 400;
        font-size: 28px;
        padding-right:20px;
        padding-left:20px;
    }

    #firstscreen .cards {
        margin-top: 30px;
    }

    #firstscreen .cards .card {
        width: 300px;
        height: 99px;
    }
    
    #firstscreen .cards .card img {
        width: 16px;
        height: 16px;
    }
    
    #firstscreen .cards .card .line-top {
        font-weight: 400;
        font-size: 20px;
    }
    
    #firstscreen .cards .card .line-bottom span {
        font-weight: 400;
    }

    #about-us .content {
        padding-bottom: 120px;
        align-items: start;
    }

    #about-us .right-block, #about-us .left-block {
        width: 460px;
    }

    #about-us .right-block {
        height: 300px;
    }

    #about-us .left-block h2 {
        font-family: "Assistant Medium";
        font-weight: 600;
        font-size: 38px;
        margin-bottom: 20px;
    }
    
    #about-us .left-block p {
        font-weight: 400;
        margin-bottom: 20px;
    }

    #video-reviews #slider {
        width: 820px;
    }

    #video-reviews #slider .video {
        width: 260px;
    }

    #steps .card {
        width: 350px;
        margin: 30px;
    }

    #steps .card h3 {
        font-family: "Assistant Medium";
        font-weight: 600;
    }

    #about-course #assets .asset {
        width: 450px;
        height: 70px;
    }

    #about-course #assets .asset img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    
    #about-course #assets .asset .txt {
        font-family: "Assistant";
        font-weight: 400;
        font-size: 26px;
        margin-right: 15px;
    }

    #contact-forms #block h2 {
        font-family: "Assistant Medium";
        font-weight: 600;
        font-size: 42px;
    }
    
    #contact-forms #block h3 {
        font-weight: 400;
        font-size: 25px;
    }
    
    #contact-forms #block #inputs input {
        border-radius: 9px;
        width: 260px;
        height: 50px;
        font-size: 22px;
    }
    
    #contact-forms #block #inputs input::placeholder {
        font-size: 22px;
    }

    #contact-forms #block {
        border-radius: 26px;
        height: 760px;
    }
}


@media screen and (max-width: 1199px) {
    #firstscreen {
        width: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 0;
    }

    #firstscreen .right-block, #firstscreen .left-block {
        display: none;
    }

    #firstscreen .mobile-header {
        display: block;
        display: flex;
        width: 100%;
        height: 100px;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    #firstscreen .mobile-header .txt {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.04em;
        color: #fff;
        opacity: 0.75; 
        direction: rtl;
    }

    #firstscreen .mobile-header .txt .super-bold {
        font-weight: 500;
    }

    #firstscreen .mobile-header .txt .bolder {
         font-weight: 500;
    }
    
    #firstscreen .mobile-header .btn {
        width: 187px;
        height: 42px;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 21px;
        background: radial-gradient(183.03% 183.03% at 85.03% -45.07%, #ff552c 0%, rgba(226, 60, 47, 0) 100%);
        box-shadow: 0 6px 11px 0 rgba(109, 20, 44, 0.37);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #firstscreen .mobile-header .btn .txt-btn {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.04em;
        color: #fff;
        margin-top: -2px;
    }

    #firstscreen .mobile-logo {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
    }

    #firstscreen .cards {
        margin-top: 10px;
    }

    #firstscreen .cards .card {
        width: 280px;
        height: 80px;
    }
    
    #firstscreen .cards .card img {
        width: 16px;
        height: 16px;
    }
    
    #firstscreen .cards .card .line-top {
        font-weight: 400;
        font-size: 18px;
    }
    
    #firstscreen .cards .card .line-bottom span {
        font-size: 16px;
    }

    #video-reviews h2 {
        font-family: "Assistant Medium";
        font-weight: 500;
        line-height: 52px;
          font-family: "Assistant Bold";
    }

    #steps .card {
        width: 320px;
        margin: 20px;
    }

    #steps h2 {
        font-family: "Assistant Bold";
        font-weight: 500;
    
    }
    
    #steps h3.txt {
        width: 700px;
        font-family: "Assistant";
        font-weight: 600;
        font-size: 24px;
    }
}


@media screen and (max-width: 1099px) {


#about-course #stars-white {

    margin-top: 40px;
}


 #contact-forms #block #stars,
 #stars-white
 {
    margin-top: 20px !important;
  }
  



    .wrapper {
        width: 800px;
    }

    #firstscreen {
       justify-content: start;
    }

    #firstscreen .left-block {
        margin-top: 30px;
    }

    #firstscreen .wrapper {
        margin-top: 20px;
    }

    #firstscreen h1 {
        font-family: "Assistant Medium";
        font-weight: 600;
        font-size: 50px;
    }

    #firstscreen .cards .card {
        width: 250px;
        height: 60px;
        line-height: 80%;
    }
    
    #firstscreen .cards .card img {
        width: 14px;
        height: 14px;
    }
    
    #firstscreen .cards .card .line-top {
        font-weight: 400;
        font-size: 16px;
    }
    
    #firstscreen .cards .card .line-bottom span {
        font-size: 16px;
    }

    #about-us .content {
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    #about-us .right-block, #about-us .left-block {
        width: 100%;
    }

    #about-us .right-block {
        height: 500px;
    }

    #about-us .left-block {
        height: 240px;
        margin-top: 60px;
        justify-content: start;
    }

    #video-reviews #slider {
        display: block;
        width: 600px;
        height: 380px;
        overflow: hidden;
    }

    #video-reviews #slider .video {
        width: 600px;
        height: 380px;
    }

    #video-reviews #txt {
        width: 800px;
    }

    #steps .card {
        width: 370px;
        margin: 20px;
    }

    #about-course #assets {
        width: 100%;
        height: auto;
        justify-content: start;
        align-items: center;
    }

    #about-course h2 {
         font-family: "Assistant Bold";
        font-weight: 500;
        font-size: 47px;
    }

    #about-course #assets .asset {
        width: 100%;
        height: 80px;
        padding-left:10px;
    }

    #about-course #assets .asset img {
        width: 40px;
        height: 40px;
    }
    
    #about-course #assets .asset .txt {
       font-size: 22px;
    margin-right: 20px;
    line-height: 24px;
    }

    #partners h2 {
          font-family: "Assistant Bold";
        font-weight: 500;
    }

    #contact-forms #block h2 {
        width: 600px;
        font-size: 40px;
        margin: 0 auto;
    }
    
    #contact-forms #block h3 {
        margin-top: 30px;
    }

    #contact-forms #block #inputs {
        flex-direction: column;
        justify-content: start;
    }
    
    #contact-forms #block #inputs input {
        border-radius: 9px;
        width: 360px;
        height: 60px;
        font-size: 26px;
    }
    
    #contact-forms #block #inputs input::placeholder {
        font-size: 26px;
    }

    #contact-forms #block {
        border-radius: 24px;
        height: 1000px;
    }

    #contact-forms #block #stars {
        margin-top: 40px;
    }
}


@media screen and (max-width: 959px) {
    .wrapper {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    
    .form-wrapper
    {
       padding-right: 0px;
        padding-left: 0px;
    }

    #firstscreen {
        height: auto;
        padding-bottom: 0;
    }

    #firstscreen .cards {
        width: 400px;
        height: 300px;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        margin: 20px auto;
    }
    #firstscreen .cards .card {
        margin: 20px 0 0 0;
    }

    #video-reviews #slider {
        width: 560px;
        height: 355px;
    }

    #video-reviews #slider .video {
        width: 560px;
        height: 355px;
    }

    #video-reviews #txt {
        width: 700px;
    }
}


@media screen and (max-width: 899px) {
    #firstscreen {
        width: 100%;
    }

    #firstscreen .left-block {
        width: 100%;
    }

    #firstbtn {
        width: 100%;
    }

    #about-us {
        width: 100%;
    }

    #video-reviews {
        width: 100%;
    }

    #video-reviews #slider {
        width: 500px;
        height: 316px;
    }

    #video-reviews #slider .video {
        width: 500px;
        height: 316px;
    }

    #video-reviews #txt {
        width: 100%;
    }

    steps {
        width: 100%;
    }

    #steps h3.txt {
        width: 90%;
    }

    #about-course {
        width: 100%;
    }

    #partners {
        width: 100%;
		padding-bottom:40px;
    }

    #contact-forms {
        width: 100%;
        padding: 0 20px 20px 20px;
    }

    #contact-forms #block h2 {
        width: 90%;
    }

    #contact-forms #block h3 {
        width: 80%;
        margin: 20px auto;
    }
}



@media screen and (max-width: 799px) {
    #firstscreen .left-block {
        width: 500px;
        height: 100px;
        flex-direction: row-reverse;
        justify-content: end;
        align-items: center;
    }

    #firstscreen .left-block .btn {
        margin-left: 20px;
    }

    #firstscreen .mobile-header {
        height: 130px;
        flex-direction: column;
        justify-content: center;
    }

    #firstscreen .mobile-header .txt {
        margin-top: 10px;
    }

    #firstscreen .mobile-header .btn {
        margin: 20px;
    }

    #firstscreen .mobile-header img {
        position: absolute;
        z-index: 20;
        top: 30px;
        left: 30px;
    }

    #firstbtn .blocks .block {
        height: 240px;
      }

    #about-us {
        padding-bottom: 200px;
    }

    #about-us .right-block {
        height: 450px;
    }

    #contact-forms {
        padding-top: 50px;
    }

    #contact-forms #footer {
        margin-top: 80px;
    }
}


@media screen and (max-width: 699px) {
    #about-us .right-block {
        height: 400px;
    }

    #video-reviews .content {
        width: 400px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #video-reviews #slider {
        width: 400px;
        height: 253px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #video-reviews #slider .video {
        width: 400px;
        height: 253px;
    }

    #video-reviews .content #right-arrow, #video-reviews .content #left-arrow {
        transform: rotate(-90deg);
    }

    #contact-forms #block {
        height: auto;
    }

    #contact-forms #block #safe .txt {
        width: 90%;
    }
}


@media screen and (max-width: 649px) {
    #firstscreen .mobile-header {
        height: 150px;
    }

    #firstscreen .mobile-header .txt {
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    #firstscreen .mobile-header .txt .super-bold {
        display: block;
    }

    #firstscreen .mobile-logo {
        margin-top: 180px;
    }
}


@media screen and (max-width: 549px)  {
    #firstscreen .right-block {
        width: 100%;
    }

    #firstscreen .left-block {
        width: 100%;
    }

    #firstscreen .wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #firstscreen .wrapper .cards {
        width: 100%;
    }

    #firstscreen .wrapper .cards .card {
        width: 300px;
    }

	.wa {
		margin-left: -20px;
	}

    #firstbtn .blocks .block {
        margin-bottom: 50px;
    }

    #about-us {
        padding-bottom: 380px;
    }

    #about-us .right-block {
        height: 320px;
    }
	
	#partners {
		padding-bottom: 0;
	}
	
	#yakor {
		position:relative;
		top: -150px;
	}

    #contact-forms {
        padding: 40px 0;
    }

    #contact-forms .wrapper {
        padding: 0;
    }

    #contact-forms #block {
        width: 100%;
        border-radius: 0;
    }

    #contact-forms #block h2 {
        font-size: 36px;
    }

    #contact-forms #block h3 {
        width: 80%;
        margin: 20px auto;
    }
	
	#contact-forms #block #inputs .input-container {
		width: 90%;
	}
	
	#contact-forms #block #inputs input {
        width: 90%;
        margin: 20px auto;
    }

    #contact-forms #footer {
        height: 150px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}


@media screen and (max-width: 499px) {
    #firstscreen {
        align-items: center;
    }

    #firstscreen .left-block {
        width: 300px;
        height: 120px;
        text-align: right;
        margin-top: 50px;
    }

    #firstscreen .right-block {
        width: 300px;
    }

    #firstscreen .right-block .txt .course-name {
        font-size: 24px;
        margin-top: 0;
    }

    #firstscreen h1 {
        font-size: 45px;
    }

    #firstscreen h2 {
        font-size: 18px;
        margin-top: 30px;
    }

    #firstscreen .cards {
        width: 100%;
    }
	
    #about-us {
        padding-bottom: 440px;
    }

    #about-us .right-block {
        height: 280px;
    }

    #contact-forms #block #inputs input {
        border-radius: 6px;
        height: 60px;
        font-size: 22px;
    }
    
    #contact-forms #block #inputs input::placeholder {
        font-size: 22px;
    }
}


@media screen and (max-width: 449px) {


  #firstbtn .btn-block
  {
    margin-top: 0px !important;
  }


    #about-us {
        padding-bottom: 440px;
    }

    #about-us .right-block {
        height: 240px;
    }

    #video-reviews .content {
        width: 100%;
    }

    #video-reviews #slider {
        width: 100%;
    }

    #video-reviews #slider .video {
        width: 100%;
    }

    #about-course #assets .asset {
        width: 100%;
        height: 70px;
    }

    #about-course #assets .asset img {
        width: 30px;
        height: 30px;
    }
    
    #about-course #assets .asset .txt {
        font-size: 24px;
        margin-right: 20px;
    }

    #contact-forms #block #stars {
        margin-top: 40px;
    }
    
    #contact-forms #block #stars img {
        margin-right: -260px;
    }
    
    #contact-forms #block #btn-contacts {
        width: 280px;
        height: 62px;
        border-radius: 31px;
    }
    
    #contact-forms #block #btn-contacts .txt {
        font-family: "Assistant";
        font-weight: 600;
        font-size: 20px;
    }
}


@media screen and (max-width: 399px) {


  #firstbtn .btn-block
  {
    margin-top: 0px !important;
  }



    #firstscreen .mobile-header {
        height: 200px;
        justify-content: end;
        padding-top: 20px;
    }

    #firstscreen .mobile-logo {
        margin-top: 250px;
    }

    #firstscreen .wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    #firstscreen .wrapper .cards {
        width: 100%;
    }

    #firstscreen .wrapper .cards .card {
        width: 90%;
    }

    #about-us {
        padding-bottom: 500px;
    }

    #about-us .right-block {
        height: 200px;
    }

    #video-reviews #slider {
        height: 200px;
    }

    #video-reviews #slider .video {
        height: 200px;
    }
}