a
{
    color: #1e80fe;
}

.href
{
    color: #1e80fe;
}

.hr-narrow
{
    padding: 2px;
}

/** For form with buttons to be placed inline */
.stripped
{
    display: inline;
    padding: 0;
    margin:0;
}

/** By default all hidden, reveal on document ready or window resize */
.desktop-only, .mobile-only {
    display: none;
}

.button1, .button-medium
{
    padding: 8px;
    border: 0;
    border-radius: 5px;
    background: #1E80FE;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.button-small
{
    padding: 4px;
    border: 0;
    border-radius: 5px;
    background: #1E80FE;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.button2, .button-large
{
    padding: 12px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

.button-150 {
    width: 150px;
}

.button-200 {
    width: 200px;
}

.button-250 {
    width: 250px;
}

.button-300 {
    width: 300px;
}

.button1:disabled, .button2:disabled {
    background: #bbbbbb;
    cursor: not-allowed;
}

.blue_border-req_buttons {
    margin: 25px 25px;
    border: 3px solid;
    border-color: #1e80fe;
    border-radius: 15px;
}

.blue_border-req_buttons-buttons {
    display: flex;
    justify-content: space-between;
    margin: 30px;
}

@media (max-width: 767px) {

    .blue_border-req_buttons-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .req_buttons_popup {
        margin: 6px 10px;
    }
}

.req_buttons_popup {
    cursor: pointer;
}

.req_buttons_popup:disabled {
    opacity: .5;
}

.req_buttons_popup {
    padding: 9px 13px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 10px;
    min-width: 120px;
}

.blue_border-req_buttons-text {
    padding-top: 20px;
    font-size: 20px;
    color: black;
    font-weight: 500;
}





/* -- OWL-CAROUSEL -- */


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/* -- OWL-CAROUSEL -- */


/* -- ICON FONT -- */

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.ttf?crg0ly') format('truetype'), url('fonts/icomoon.woff?crg0ly') format('woff'), url('fonts/icomoon.svg?crg0ly#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.slider-left-arrow,
.slider-right-arrow {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* -- ICON FONT -- */


/* -- DEFAULT -- */

* {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

body {
    min-width: 300px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
/**
    color: rgba(0, 0, 0, 0.6);

 */
    color: rgba(0, 0, 0);
}

.h1,
.h2 {
    font-size: 60px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.9);
}

button {
    cursor: pointer;
}


/* -- DEFAULT -- */


/* -- PAGES -- */

.main-page,
.about-page {
    padding-top: 165px;
}

.pwyw-page {
    padding-top: 65px;
}

.tutorials-page,
.faq-page,
.terms-page,
.profile-page {
    padding-top: 90px;
}


/* --TERMS-- */

#is-change-terms-id {
    margin-bottom: 30px;
    line-height: 40px;
}

.isChangeTerms {
    margin-right: 10px;
}


/* --TERMS-- */


/* --HEADER-- */

.header {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 25px 0;
    font-size: 18px;
    background-color: #ffffff;
}

.logo {
    position: relative;
    padding-left: 38px;
    line-height: 50px;
    color: #1e80fe;
}

.logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 24px;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.header-logo {
    position: relative;
    padding-left: 38px;
    line-height: 50px;
    color: #1e80fe;
}

.header-logo::before {
    content: '';
    position: absolute;
    top: -13px;
    left: -1px;
    width: 200px;
    height: 35px;
    background-image: url(../img/header-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.menu {
    text-align: right;
}

.menu-btn-open,
.menu-btn-close,
.menu-mobile-info {
    display: none;
}

.menu-list {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.menu-item {
    vertical-align: middle;
    display: inline-block;
    margin-right: 35px;
}

.menu-item {
    vertical-align: middle;
    display: inline-block;
    margin-right: 35px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .menu-item {
        line-height: inherit;
    }
}

.menu-item:last-of-type {
    margin-right: 0;
}

.menu-item a {
    color: #000000;
}

.current.menu-item a {
    color: #1e80fe;
}

.menu-link {
    vertical-align: middle;
    display: inline-block;
    padding: 14px 24px;
    border: 2px solid #1e80fe;
    border-radius: 50px;
    color: #1e80fe;
}

.menu-link-sub {
    border: 2px solid rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
}


/* --HEADER-- */


/* -- MAIN-SCREEN -- */
.main-screen {
    position: relative;
    margin-bottom: 55px;
    color: rgba(0, 0, 0, 0.9);
}

.main-screen-text-wrapper {
    position: static;
}

.main-screen-title {
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 55px;
}

.line {
    height: 1px;
    margin-bottom: 50px;
    margin-left: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.main-screen-description {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}

.main-screen-span,
.main-screen-span-two {
    position: relative;
    padding-left: 33px;
    color: #17A05E;
    font-weight: 400;
}

.main-screen-span::before,
.main-screen-span-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 24px;
    background-image: url(../img/icon-1.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-screen-span-two {
    padding-left: 34px;
    color: #1e80fe;
}

.main-screen-span-two::before {
    width: 30px;
    height: 24px;
    background-image: url(../img/logo.svg);
}

.btn-wrapper {
    padding-bottom: 82px;
    width: max-content;
}

.green-text {
    color: #12c412;
    margin-top: 15px;
    margin-left: 15px;
    float: right;
}

.green-text-question {
    color: #12c412;
    margin-top: 80px;
    margin-right: -254px;
    float: right;
}

.btn-install-description {
    margin-bottom: 20px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}

.btn-install {
    padding: 18px 65px 17px 24px;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
}

.btn-install,
.btn-tutorials {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    background-color: #1e80fe;
    font-size: 18px;
    color: #FFFFFF;
}

.btn-install::after,
.btn-tutorials::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 27px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-image: url(../img/icon-3.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn-tutorials {
    margin-left: 35px;
    padding: 16px 82px 15px 45px;
    border: 2px solid #1e80fe;
    background-color: #FFFFFF;
    color: #1e80fe;
}

.btn-tutorials::after {
    right: 43px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background-image: url(../img/icon-4.svg);
}

.button-scroll {
    display: grid;
    grid-template-areas: "button text";
    grid-auto-columns: 80px 1fr;
}

.scroll-down {
    grid-area: button;
    position: relative;
    bottom: 0;
    width: 52px;
    height: 52px;
    margin-top: 100px;
    border: 0;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 0;
}

.text-for-button-scroll {
    grid-area: text;
    justify-self: start;
    align-self: end;
    color: #1e80fe;
}

.scroll-down::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background-image: url(../img/scroll-down-elipse.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation-name: scroll-down-rotate;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scroll-down::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background-image: url(../img/scroll-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation-name: scroll-down-transform;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes scroll-down-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes scroll-down-transform {
    0% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
}

.main-screen-photo {
    position: relative;
    width: 505px;
}

.teacher-photo {
    position: relative;
    left: 50px;
    width: 610px;
    height: auto;
}

.teacher-photo-circle::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 404px;
    height: 404px;
    border-radius: 50%;
    background-color: #1e80fe;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
}

.teacher-name {
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.teacher-profession {
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}


/* -- MAIN-SCREEN -- */


/* -- PRESENTATION -- */

.presentation {
    position: relative;
    padding-top: 200px;
    padding-bottom: 130px;
    background-color: #1e80fe;
    color: #FFFFFF;
    overflow: hidden;
}

.presentation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 115px solid #FFFFFF;
    border-right: 100vw solid transparent;
}

.presentation-row {
    margin-bottom: 110px;
}

.presentation-row:last-of-type {
    margin-bottom: 0;
}

.presentation-text {
    margin-top: 170px;
}

.presentation-title {
    margin-bottom: 40px;
    color: #FFFFFF;
}

.presentation-row:nth-of-type(2n+1) .presentation-img {
    text-align: right;
}

.presentation-img-1 {
    width: 584px;
    height: auto;
}

.presentation-img-2 {
    width: 615px;
    height: auto;
}

.presentation-img-3 {
    width: 639px;
    height: auto;
}


/* -- PRESENTATION -- */


/* -- COMMENTS -- */

.comments {
    padding-top: 140px;
    color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.comments-title {
    margin-bottom: 60px;
}

.comments-description {
    position: relative;
    min-height: 120px;
    padding: 50px 40px 0 50px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5em;
}

.comments-description::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 82px;
    height: 61px;
    background-image: url(../img/icon-comments.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.comments-author {
    position: relative;
    bottom: 0;
    margin: 0;
    padding: 100px 50px 64px 20px;
    border-radius: 0 0 10px 10px;
    background-color: #1e80fe;
    color: #E5F6FF;
    font-size: 28px;
    font-weight: 900;
    text-align: right;
}

.comments-author::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 94px solid #F5F5F5;
    border-right: 700px solid transparent;
}

.comments-author-geo {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #CCEDFF;
}

.slider-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.slide-wrapper {
    max-height: 800px;
}

.slide {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.slider-left-arrow,
.slider-right-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 65px;
    height: 100px;
    margin-top: -50px;
    border: 0;
    background: none;
    font-size: 0;
}

.slider-left-arrow {
    left: -55px;
}

.slider-right-arrow {
    right: -55px;
}

.slider-left-arrow::before {
    content: "\e900";
    font-size: 60px;
    text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    color: #AAAAAA;
    transition: 0.35s;
}

.slider-right-arrow::before {
    content: "\e901";
    font-size: 60px;
    text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    color: #AAAAAA;
    transition: 0.35s;
}

.active.slider-left-arrow::before,
.active.slider-right-arrow::before {
    color: #1e80fe;
    text-shadow: none;
}

.slider-left-arrow:hover::before,
.slider-right-arrow:hover::before {
    color: #1e80fe;
    text-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    transition: 0.35s;
}

.opacity {
    opacity: 0.3;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-44 {
    font-size: 44px;
}

.font-48 {
    font-size: 48px;
}


/* -- COMMENTS -- */

/* -- COMMENTS -- */


/* -- START -- Last footer -- */

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -32px;
    border-top: 1px solid #ffffff;
    background-color: #1e80fe;
    font-size: 12px;
    line-height: 1.4;
    color: #FFFFFF;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
    padding-left: 15px;
}

.footer__wrap-copyright {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.footer__link {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.footer__link:hover {
    opacity: 0.5;
}

.footer__link--feedback:hover {
    opacity: 0.8;
}

.footer__text {
    margin-left: 20px;
    color: white;
}

.footer__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
}

.footer__link--feedback {
    position: relative;
    height: 100%;
    padding-left: 25px;
    padding-right: 48px;
    border: 0;
    border-left: 1px solid #FFFFFF;
    background: none;
    vertical-align: middle;
}

.footer__link--feedback::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 16px;
    height: 10px;
    margin-top: -1px;
    background-image: url(../img/icon-button-leave-feedback.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

@media (max-width: 1340px) {
    .footer__copyright {
        display: block;
        width: 100%;
    }

    .footer__link {
        margin-left: 12px;
    }

    .footer__text {
        max-width: 380px;
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .footer {
        display: block;
        padding: 20px 15px;
        line-height: 2;
        text-align: center;
    }

    .footer__left {
        margin-bottom: 20px;
        padding: 0;
    }

    .footer__link {
        margin-left: 0;
        border-bottom: 0;
        text-decoration: underline;
    }

    .footer__left {
        display: block;
    }

    .footer__text {
        margin-left: auto;
        margin-right: auto;
    }
}


/* -- END -- Last footer -- */


/* -- POPUP-EMAIL -- */

.popup-email {
    display: none;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 500px;
    min-height: 290px;
    margin-top: -150px;
    margin-left: -250px;
    padding: 30px 0;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}

.open-popup.popup-email {
    display: block;
}

.opacity-popup-none {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.popup-email-btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #FFFFFF;
    background-image: url(../img/popup-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.popup-email-title {
    max-width: 420px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 0 30px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
}

.popup-email-input {
    display: block;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.successfully.popup-email {
    margin-top: -210px;
}

.successfully .popup-email-wrapper {
    display: none;
}

.popup-email .popup-successfully {
    padding-top: 0px;
}

.popup-email .popup-successfully-p {
    float: none;
    text-align: center;
}


/* -- POPUP-EMAIL -- */


/* -- POPUP -- */

.popup-classWorkZoom {
    display: none;
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 510px;
    max-height: 630px;
    margin-top: -315px;
    margin-left: -255px;
    padding: 25px 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    overflow: auto;
}

p.popup-question {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 30px
}

.add-feed {
    display: block;
}

.open-popup.popup-classWorkZoom {
    display: block;
}

.opacity-popup-none {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.popup-title {
    margin-bottom: 20px;
    padding: 0 30px;
    font-size: 28px;
}

.popup-btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #FFFFFF;
    background-image: url(../img/popup-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.popup-forms-wrapper {
    padding: 0 30px;
}

.popup-input-mail,
.popup-input-message {
    width: 100%;
    height: 52px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
    font-size: 18px;
    color: #808080;
}

.popup-input-file {
    font-size: 18px;
    margin-bottom: 10px;
}

.g-recaptcha {
    width: 100%;
    margin-bottom: 20px;
}

.popup-input-message {
    height: 128px;
    resize: none;
}

.popup-text-note,
.popup-text-p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.popup-btn-send,
.popup-btn-send-feedback {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    color: #FFFFFF;
}

.popup-btn-send:disabled,
.popup-btn-send-feedback:disabled {
    opacity: 0.5;
}

.give-feedback,
.report-problem,
.other {
    display: none;
    text-align: center;
    padding: 30px;
}

.successfully .popup-wrapper {
    display: none;
}

.popup-successfully {
    display: none;
    padding: 70px 30px 0 30px;
    text-align: center;
}

.popup-successfully::after {
    content: '';
    display: table;
    clear: both;
}

.successfully .popup-successfully {
    display: block;
}

.popup-successfully-img {
    margin-bottom: 30px;
}

.popup-successfully-title {
    margin-bottom: 90px;
}

.popup-successfully-p {
    float: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.popup-successfully-link {
    float: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.show {
    display: block;
}

.overlay {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(58, 77, 88);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.opacity-none {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.opacity-none-inbeta {
    opacity: 0.9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.error-file-input {
    color: red;
    font-size: 14px;
}

@media (max-width: 500px) {
    .popup-email {
        width: 410px;
        margin-left: -205px;
    }

    .popup-email-title {
        max-width: 354px;
    }
}

@media (max-width: 389px) {
    .popup-email {
        width: 350px;
        margin-left: -176px;
    }

    .popup-email-title {
        max-width: 314px;
    }
}


/* --  POPUP -- */


/* -- POPUP-FIRST-TIME -- */

.popup-first-time {
    display: none;
    z-index: 10;
    position: fixed;
    top: 100px;
    left: 50%;
    width: 650px;
    min-height: 420px;
    margin-left: -590px;
    padding: 50px 30px;
    border-radius: 15px;
    background: #FFFFFF;
    font-size: 18px;
    color: #000000;
    overflow: auto;
}

.first-time .popup-first-time {
    display: block;
}

.popup-first-time-btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #FFFFFF;
    background-image: url(../img/popup-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.popup-first-time-title {
    width: 450px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
}

.popup-first-time-subtitle {
    margin-bottom: 45px;
}

.popup-first-time-p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}

.popup-first-time-author {
    margin-top: 45px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.3);
}


/* -- POPUP-FIRST-TIME -- */


/* --HOVER-- */

.menu-item a:hover {
    color: #1e80fe;
}

.menu-link:hover {
    color: #FFFFFF;
    background-color: #1e80fe;
}

.menu-link-sub:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-install:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 5px 15px rgba(0, 163, 255, 0.4);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.btn-tutorials:hover {
    background-color: #1e80fe;
    color: #FFFFFF;
}

.btn-tutorials:hover::after {
    background-image: url(../img/icon-4.1.svg);
}

.feedback:hover {
    background: #FFFFFF;
    color: #1e80fe;
}

.active.comments-arrow-left:hover {
    margin-top: -57px;
    background-image: url(../img/arrow-left-hover.svg);
}

.active.comments-arrow-right:hover {
    margin-top: -57px;
    background-image: url(../img/arrow-right-hover.svg);
}

.popup-nav-item:hover {
    color: #1e80fe;
}


/* --HOVER-- */


/* -- ABOUT -- */

.about-me {
    margin-bottom: 140px;
}

.about-me-title {
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 48px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 900;
}

.about-me-title-for-pwyw {
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.9);
}

.about-me-title-span {
    display: block;
    font-size: 48px;
    font-weight: 900;
}

.about-me-description {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.8);
}

.about-me-description-cyan {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #1e80fe;
}

.about-me-photo {
    position: relative;
    width: 505px;
}

.about-me-photo-circle::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 404px;
    height: 404px;
    border-radius: 50%;
    background-color: #1e80fe;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
}

.about-teacher-photo {
    position: relative;
    left: 50px;
    width: 404px;
    height: auto;
}

.about-description {
    position: relative;
    padding-top: 280px;
    padding-bottom: 140px;
    background-color: #1e80fe;
    color: #FFFFFF;
    overflow: hidden;
}

.about-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 115px solid #FFFFFF;
    border-right: 100vw solid transparent;
}

.about-description-p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: inherit;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.about-description-p:last-of-type {
    margin-bottom: 0;
}

.about-image-wrapper {
    text-align: right;
}


/* -- ABOUT -- */


/* -- FAQ -- */

.faq-page .header {
    margin-bottom: 0;
}

.faq {
    padding-top: 80px;
    padding-bottom: 150px;
    background-color: #1e80fe;
    color: #FFFFFF;
}

.faq-title {
    margin-bottom: 80px;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 15px;
    text-align: center;
}

.faq-category {
    margin-bottom: 50px;
}

.faq-category-name {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.faq-list {
    padding-left: 0;
    list-style: none;
    color: rgba(0, 0, 0, 0.8);
}

.faq-item {
    display: block;
    margin-bottom: 20px;
    padding: 30px 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.faq-item:last-of-type {
    margin-bottom: 0;
}

.faq-item-title {
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
    font-size: 22px;
    font-weight: 300;
}

.faq-item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 12px;
    margin-top: -6px;
    background-image: url(../img/arrow-dropdown.svg);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.open-dropdown .faq-item-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.faq-item-description {
    height: 0;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden;
    opacity: 0;
}

.open-dropdown .faq-item-description {
    height: auto;
    margin-top: 35px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
}


/* -- FAQ -- */


/* -- PWYW -- */

.pwyw-page .about-me {
    margin-bottom: 120px;
}

.pwyw {
    position: relative;
    padding-top: 210px;
    padding-bottom: 210px;
    background-color: #1e80fe;
    color: #FFFFFF;
    overflow: hidden;
}

.pwyw::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 115px solid #FFFFFF;
    border-right: 100vw solid transparent;
}

.pwyw-title {
    margin-bottom: 110px;
    color: #FFFFFF;
    text-align: center;
}

.pwyw-list {
    padding-left: 0;
    font-size: 0;
    list-style: none;
}

.pwyw-item-wrap {
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-left: 70px;
    cursor: pointer;
}

.pwyw-item-wrap:last-of-type {
    margin-bottom: 0;
}

.pwyw-checkbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    cursor: pointer;
}

.pwyw-check {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 50%;
    background: #FFFFFF;
}

.pwyw-item-wrap:hover .pwyw-check {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: #FFFFFF url(../img/pwyw-check-middle-active.svg) no-repeat center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pwyw-item {
    width: 630px;
    padding: 30px 40px;
    border-radius: 10px;
    background: #1e80fe;
    font-size: 22px;
    line-height: 32px;
}

.pwyw-item-wrap:hover .pwyw-item {
    background: #FFFFFF;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    color: #1e80fe;
}

.pwyw-price-form-wrapper {
    display: none;
    width: 450px;
}

.pwyw-price-form {
    position: relative;
    height: 210px;
    margin: 0 auto;
    background: url(../img/pwyw-means.jpg) no-repeat top right;
}

.pwyw-price-form:before {
    content: '$';
    margin-right: 10px;
    font-size: 64px;
    color: #FFFFFF;
}

.pwyw-input-price {
    width: 121px;
    border: 0;
    border-bottom: 2px solid #FFFFFF;
    background: transparent;
    font-size: 48px;
    line-height: 68px;
    color: #7FD1FF;
}

.pwyw-input-button {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 450px;
    width: 100%;
    padding: 20px 0;
    border: 0;
    border-radius: 10px;
    background: #1e80fe;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.pwyw-input-button:hover {
    background: #FFFFFF;
    color: #1e80fe;
}

.active .pwyw-check,
.active:hover .pwyw-check {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: #FFFFFF url(../img/pwyw-check-active.svg) no-repeat center;
}

.active .pwyw-checkbox:hover .pwyw-check {
    background: #FFFFFF url(../img/pwyw-check-active.svg) no-repeat center;
}

.active .pwyw-item {
    background: #FFFFFF;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    color: #1e80fe;
}

.active .pwyw-price-form {
    display: block;
}

.active.pwyw-item-wrap,
.active.pwyw-price-form-wrapper {
    vertical-align: top;
    display: inline-block;
    margin: 0;
}

.active.pwyw-item-wrap {
    margin-right: 20px;
}


/* Р”РѕР±Р°РІРёС‚СЊ css */

.pwyw-photo {
    position: relative;
    width: 505px;
}

.pwyw-photo-circle::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background-color: #1e80fe;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
    box-shadow: 0px 10px 20px rgba(0, 163, 255, 0.25);
}

.pwyw-teacher-photo {
    position: relative;
    left: 109px;
    width: 346px;
    height: auto;
}

.pwyw-teacher-name {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
}

.pwyw-teacher-profession {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1271px) {
    .pwyw-photo {
        width: 475px;
    }

    .pwyw-teacher-photo {
        width: 320px;
    }

    .pwyw-photo-circle::before {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 1199px) {
    .pwyw-photo {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .pwyw-photo {
        position: absolute;
        top: 0;
        right: 50%;
        width: 405px;
        margin-right: -228px;
    }

    .pwyw-teacher-photo {
        left: -50px;
        width: 404px;
    }

    .pwyw-photo-circle::before {
        width: 404px;
        height: 404px;
    }

    .pwyw-teacher-name,
    .pwyw-teacher-profession {
        display: none;
    }
}

@media (max-width: 767px) {
    .pwyw-photo {
        width: 400px;
        margin-right: -170px;
    }

    .pwyw-teacher-photo {
        left: 60px;
        width: 299px;
    }

    .pwyw-photo-circle::before {
        top: 40px;
        width: 299px;
        height: 299px;
    }
}

@media (max-width: 575px) {
    .pwyw-photo {
        width: 300px;
        margin-right: -135px;
    }

    .pwyw-teacher-photo {
        left: 30px;
        width: 250px;
    }

    .pwyw-photo-circle::before {
        top: 30px;
        width: 255px;
        height: 255px;
    }
}

@media (max-width: 389px) {
    .pwyw-photo {
        width: 250px;
        margin-right: -115px;
    }

    .pwyw-teacher-photo {
        left: 20px;
        width: 200px;
    }

    .pwyw-photo-circle::before {
        top: 20px;
        width: 205px;
        height: 205px;
    }
}


/* 30.01.19 */

.pwyw__title {
    font-size: 58px;
}

.about-me-title__first-text {
    padding-left: 30px;
}

.about-me-title__br {
    padding-left: 100px;
}

.about-me-title__last {
    font-size: 68px;
}

.pwyw__text-under-title {
    padding-right: 10px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000;
}

.pwyw__text-under-title:last-of-type {
    margin-bottom: 0;
}

.pwyw-page .scroll-down {
    left: auto;
    bottom: auto;
    margin-left: 0;
    z-index: 2;
}

@media (max-width: 1199px) {
    .pwyw__title {
        font-size: 50px;
    }

    .about-me-title__last {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .about-me-title__last {
        font-size: 60px;
    }

    .pwyw__text-under-title:last-of-type {
        margin-bottom: 85px;
    }

    .pwyw-page .scroll-down {
        top: auto;
        bottom: -20px;
        right: 50%;
        margin-right: -26px;
    }

    .pwyw__text-under-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-me-title__last {
        font-size: 60px;
    }

    .about-me-title__br {
        padding-left: 65px;
    }
}

@media (max-width: 575px) {
    .about-me-title__first-text,
    .about-me-title__br {
        padding-left: 0;
    }

    .about-me-title {
        font-size: 32px;
    }

    .about-me-title__last {
        font-size: 38px;
    }
}


/* 30.01.19 */


/* -- PWYW -- */


/* -- SUCCESSFULLY -- */

.successfully-wrapper {
    width: 594px;
    margin: 100px auto 0 auto;
    text-align: center;
}

.successfully-img {
    margin-bottom: 30px;
}

.successfully-title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.9);
}

.successfully-p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.successfully-link {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 48px;
    border: 0;
    border-radius: 1 e+06px;
    background-color: #1e80fe;
    box-shadow: 0px 10px 15px rgba(0, 163, 255, 0.4);
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.successfully-link:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 163, 255, 0.4);
    box-shadow: 0px 5px 15px rgba(0, 163, 255, 0.4);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.successfully-back,
.review-back {
    position: relative;
    top: 120px;
    left: 50%;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -85px;
    border-bottom: 1px solid transparent;
    font-size: 17px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.4);
}

.review-back:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.successfully-back {
    color: rgba(0, 0, 0, 0.8);
}

.successfully-back:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

/* -- SUCCESSFULLY -- */


/* -- REVIEW -- */

.review {
    padding-top: 70px;
}

.review-label {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.accent-label {
    font-size: 20px;
}

.review-textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    resize: none;
}

.review-input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.review-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.review-checkbox + label {
    position: relative;
    margin-bottom: 25px;
    margin-left: 50px;
    padding-left: 45px;
    cursor: pointer;
}

.review-checkbox + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.review-checkbox:checked + label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 35px;
    height: 27px;
    margin-top: -17px;
    background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.review-submit-wrapper {
    text-align: center;
}


/* -- REVIEW -- */


/* -- TUTORIALS -- */

.tutorials-page .header {
    margin-bottom: 0;
}

.tutorials-main-screen {
    position: relative;
    padding-top: 140px;
    background-color: #1e80fe;
    text-align: center;
    overflow: hidden;
    color: #FFFFFF;
}

.tutorials-main-screen::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: transparent;
    box-shadow: 0px -10px 100px #1e80fe;
}

.tutorials-main-screen-title {
    margin-bottom: 50px;
    color: #FFFFFF;
}

.tutorials-main-screen-p {
    max-width: 545px;
    margin: 0 auto 95px auto;
    font-size: 22px;
}

.tutorials-description {
    padding-top: 150px;
}

.tutorials-list {
    list-style: none;
    padding-left: 0;
}

.tutorials-item {
    margin-bottom: 45px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.tutorials-item:hover {
    color: rgba(0, 0, 0, 0.8);
}

.current.tutorials-item {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.tutorials-item-link {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.tutorials-item-link:hover {
    color: rgba(0, 0, 0, 0.8);
}

.current .tutorials-item-link {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8);
}

.tutorials-content > div:last-of-type {
    padding-bottom: 150px;
}

.tutorials-description-title {
    margin-bottom: 70px;
}

.tutorials-description-p {
    padding-bottom: 140px;
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
}

.tutorials-description-wrapper-img {
    text-align: center;
}

.tutorials-description-img {
    margin-bottom: 50px;
}

.fixed {
    position: fixed;
    top: 90px;
    width: 100%;
    padding-top: 50px;
}

.fixed-bottom {
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 0;
}


/* -- TUTORIALS -- */


/* --MEDIA-- */

@media (max-width: 1271px) {
    .h1,
    .h2 {
        font-size: 56px;
    }

    .line {
        width: 100%;
    }

    .main-screen-photo {
        width: 475px;
    }

    .teacher-photo {
        width: 520px;
    }

    .teacher-photo-circle::before {
        width: 374px;
        height: 374px;
    }

    .about-me-title {
        font-size: 44px;
    }

    .about-me-description {
        font-size: 20px;
    }

    .about-me-photo {
        width: 475px;
    }

    .about-teacher-photo {
        width: 374px;
    }

    .about-me-photo-circle::before {
        width: 374px;
        height: 374px;
    }

    .pwyw-item-wrap {
        width: 640px;
    }

    .pwyw-item {
        width: 570px;
    }

    .pwyw-price-form-wrapper {
        width: 440px;
    }

    .popup-first-time {
        margin-left: -555px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 18px;
    }

    .h1,
    .h2 {
        font-size: 46px;
    }

    .menu-item {
        margin-right: 30px;
    }

    .menu-link {
        padding: 12px 24px;
    }

    .main-screen-title {
        margin-bottom: 30px;
    }

    .line {
        margin-bottom: 30px;
    }

    .main-screen-description {
        margin-bottom: 50px;
    }

    .main-screen-photo {
        width: 400px;
    }

    .teacher-photo {
        left: 60px;
        width: 399px;
    }

    .teacher-photo-circle::before {
        top: 40px;
        width: 299px;
        height: 299px;
    }

    .teacher-name {
        position: relative;
        left: 30px;
        margin-top: 36px;
    }

    .teacher-profession {
        position: relative;
        left: 30px;
    }

    .presentation-img-1,
    .presentation-img-2,
    .presentation-img-3 {
        max-width: 100%;
    }

    .about-me-title {
        font-size: 46px;
    }

    .about-me-description {
        font-size: 18px;
    }

    .about-me-photo {
        width: 400px;
    }

    .about-teacher-photo {
        left: 60px;
        width: 299px;
    }

    .about-me-photo-circle::before {
        top: 40px;
        width: 299px;
        height: 299px;
    }

    .about-description-p {
        font-size: 20px;
        line-height: 30px;
    }

    .pwyw-item-wrap {
        width: 480px;
    }

    .pwyw-item {
        width: 410px;
    }

    .pwyw-price-form-wrapper {
        width: 430px;
    }

    .popup-first-time {
        top: 50px;
        margin-left: -325px;
    }
}

@media (max-width: 991px) {
    .main-page,
    .about-page,
    .pwyw-page {
        padding-top: 140px;
    }

    .tutorials-page,
    .faq-page,
    .terms-page {
        padding-top: 90px;
    }

    body {
        font-size: 20px;
    }

    .h1,
    .h2 {
        font-size: 58px;
    }

    .header {
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    }

    .header-menu {
        position: static;
        text-align: right;
    }

    .menu-btn-open,
    .menu-btn-close,
    .menu-mobile-info {
        display: block;
    }

    .menu-btn-open {
        display: inline-block;
        width: 27px;
        height: 50px;
        border: 0;
        background: url(../img/btn-open.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .menu {
        position: fixed;
        z-index: 100;
        top: 0;
        right: -330px;
        width: 320px;
        height: 100vh;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
        text-align: left;
    }

    .open-menu .menu {
        right: 0;
    }

    .menu-mobile-info {
        padding: 35px 25px;
        border-bottom: 1px solid #D9D9D9;
    }

    .menu-title {
        font-size: 26px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2);
    }

    .menu-btn-close {
        position: absolute;
        top: 35px;
        right: 25px;
        width: 20px;
        height: 32px;
        border: 0;
        background: url(../img/btn-close.svg);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .menu-list {
        display: block;
    }

    .menu-item {
        display: block;
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #D9D9D9;
    }

    .menu-link {
        width: 280px;
        margin-top: 20px;
        margin-left: 20px;
        text-align: center;
    }

    .menu-item:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.8);
    }

    .main-screen-container {
        position: relative;
    }

    .main-screen-text-wrapper {
        position: relative;
        padding-bottom: 138px;
    }

    .main-screen-title {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .line {
        margin-bottom: 40px;
    }

    .main-screen-description {
        margin-bottom: 70px;
    }

    .btn-wrapper {
        position: static;
        width: 280px;
        padding-bottom: 0;
    }

    .btn-tutorials {
        margin-top: 30px;
        margin-left: 0;
    }

    .main-screen-photo {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }

    .teacher-photo {
        display: block;
        left: 100px;
        width: 262px;
        margin-bottom: 45px;
    }

    .teacher-photo-circle::before {
        top: 20px;
        width: 262px;
        height: 262px;
    }

    .teacher-name {
        position: static;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .teacher-name::after {
        content: ',';
    }

    .teacher-profession {
        position: relative;
        left: 0;
        margin-right: 30px;
        display: inline-block;
    }

    .presentation {
        padding: 160px 0 90px 0;
    }

    .presentation::before {
        border-top: 60px solid #FFFFFF;
    }

    .presentation-row {
        margin-bottom: 140px;
    }

    .presentation-row:nth-of-type(even) .presentation-text {
        margin-left: auto;
    }

    .presentation-text {
        max-width: 520px;
        margin-top: 30px;
    }

    .presentation-title {
        margin-bottom: 20px;
        font-size: 52px;
    }

    .presentation-description {
        font-size: 18px;
        line-height: 28px;
    }

    .presentation-img-1 {
        width: 475px;
    }

    .presentation-img-2 {
        width: 500px;
    }

    .presentation-img-3 {
        width: 515px;
    }

    .question {
        text-align: center;
    }

    .question-title {
        float: none;
        margin-bottom: 60px;
    }

    .question .btn-install {
        float: none;
    }

    .footer-feedback {
        position: relative;
    }

    .feedback {
        left: auto;
        margin-left: 0;
        right: 0;
    }

    .about-me {
        margin-bottom: 50px;
    }

    .about-me-row {
        position: relative;
    }

    .about-me-title {
        margin-top: 420px;
        font-size: 58px;
    }

    .about-me-title-span {
        font-size: 144px;
        color: #000000;
    }

    .about-me-description {
        font-size: 20px;
    }

    .about-me-photo {
        position: absolute;
        top: 0;
        right: 0;
        width: 405px;
    }

    .about-me-photo-circle::before {
        width: 404px;
        height: 404px;
    }

    .about-teacher-photo {
        left: -50px;
        width: 404px;
    }

    .about-description {
        padding-top: 190px;
        padding-bottom: 0px;
    }

    .about-description::before {
        border-top: 90px solid #FFFFFF;
    }

    .about-description-text {
        margin-bottom: 115px;
    }

    .about-description-p {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .about-image-wrapper {
        text-align: center;
    }

    .about-image {
        max-width: 100%;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .faq-title {
        margin-bottom: 40px;
    }

    .pwyw {
        padding: 160px 0 160px 0;
    }

    .pwyw::before {
        border-top: 60px solid #FFFFFF;
    }

    .pwyw-item-wrap {
        width: 100%;
        padding-left: 60px;
    }

    .pwyw-item {
        width: 630px;
    }

    .active.pwyw-item-wrap {
        display: block;
        margin-bottom: 40px;
    }

    .active.pwyw-price-form-wrapper {
        display: block;
        margin: 0 auto;
    }

    .tutorials-main-screen {
        padding-top: 90px;
    }

    .tutorials-main-screen-p {
        font-size: 16px;
    }

    .tutorials-item,
    .tutorials-item-link {
        font-size: 14px;
    }

    .tutorials-description-title {
        margin-bottom: 35px;
    }

    .tutorials-description-p {
        padding-bottom: 100px;
        font-size: 16px;
    }

    .current .tutorials-item-link {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .h1,
    .h2 {
        font-size: 45px;
    }

    .main-screen-span,
    .main-screen-span-two {
        padding-left: 0;
    }

    .main-screen-span::before,
    .main-screen-span-two::before {
        display: none;
    }

    .main-screen-description {
        font-size: 18px;
    }

    .main-screen-photo {
        width: 280px;
    }

    .teacher-photo {
        left: 50px;
        width: 200px;
    }

    .teacher-photo-circle::before {
        width: 200px;
        height: 200px;
    }

    .teacher-name {
        font-size: 18px;
    }

    .teacher-profession {
        margin-right: 0;
        font-size: 15px;
    }

    .presentation-row:nth-of-type(even) .presentation-text {
        margin-left: 0;
    }

    .footer {
        padding: 40px 0;
    }

    .copyright-text,
    .footer-feedback {
        text-align: center;
    }

    .feedback {
        position: static;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .about-me-title {
        margin-top: 210px;
        font-size: 45px;
    }

    .about-me-description {
        font-size: 18px;
    }

    .about-description-p {
        font-size: 18px;
    }

    .about-me-photo {
        width: 400px;
    }

    .about-teacher-photo {
        left: 60px;
        width: 299px;
    }

    .about-me-photo-circle::before {
        top: 40px;
        width: 299px;
        height: 299px;
    }

    .pwyw {
        padding: 130px 0 100px 0;
    }

    .pwyw::before {
        border-top: 30px solid #FFFFFF;
    }

    .pwyw-title {
        margin-bottom: 80px;
    }

    .pwyw-item {
        width: 450px;
    }

    .successfully-wrapper {
        width: 100%;
    }

    .successfully-back {
        display: inline-block;
        position: relative;
        top: 100px;
        bottom: auto;
        margin-bottom: 30px;
    }

    .tutorials-main-screen-img {
        max-width: 100%;
    }

    .tutorials-description {
        position: relative;
        padding-top: 0;
    }

    .tutorials-nav {
        position: static;
    }

    .tutorials-content {
        margin-top: 88px;
    }

    .tutorials-list {
        position: absolute;
        left: 0;
        z-index: 3;
        width: 100%;
        padding-top: 0;
        background-color: #F5F5F5;
    }

    .tutorials-item {
        position: relative;
        width: 510px;
        margin: 0 auto;
    }

    .fixed {
        position: fixed;
        left: 0;
    }

    .tutorials-description-title {
        padding-top: 60px;
    }

    .tutorials-description-p {
        padding-bottom: 40px;
    }

    .tutorials-item {
        margin-bottom: 0;
    }

    .tutorials-item-link {
        display: none;
        padding: 15px 0;
        background: #F5F5F5;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
    }

    .active.tutorials-item-link::after {
        content: '';
        position: absolute;
        top: 18px;
        right: 30px;
        width: 20px;
        height: 12px;
        background-image: url(../img/tutorials-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .open-dropdown .tutorials-item-link {
        display: block;
    }

    .open-dropdown.tutorials-list::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .active.tutorials-item-link {
        display: block;
        color: #000000;
    }

    .tutorials-description-img {
        max-width: 100%;
    }

    .popup-first-time {
        width: 500px;
        margin-left: -250px;
        min-height: auto;
        max-height: 500px;
    }
}

@media (max-width: 575px) {
    .h1,
    .h2 {
        font-size: 32px;
    }

    .main-screen {
        margin-bottom: 65px;
    }

    .main-screen-text-wrapper {
        padding-bottom: 0;
    }

    .main-screen-title {
        margin-bottom: 25px;
    }

    .line {
        margin-bottom: 25px;
    }

    .main-screen-description {
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 21px;
    }

    .main-screen-photo {
        display: none;
    }

    .btn-wrapper {
        position: relative;
        width: 100%;
    }

    .green-text {
        margin-top: 15px;
        margin-left: 0;
        float: none;
    }

    .green-text-question {
        margin-top: 15px;
        margin-right: 0;
        float: none;
    }

    .scroll-down {
        left: auto;
        right: 0;
        margin-left: 0;
    }

    .presentation {
        padding: 70px 0 90px 0;
    }

    .presentation::before {
        border-top: 30px solid #FFFFFF;
    }

    .presentation-row {
        margin-bottom: 110px;
    }

    .presentation-description {
        font-size: 14px;
        line-height: 21px;
    }

    .question {
        padding: 60px 0 80px 0;
    }

    .popup-classWorkZoom {
        width: 360px;
        margin-left: -180px;
    }

    .popup-nav-item {
        margin-right: 5px;
        font-size: 16px;
    }

    .popup-title,
    .popup-nav-list,
    .popup-forms-wrapper {
        padding: 0 15px;
    }

    .about-me {
        margin-bottom: 30px;
    }

    .about-me-title-span {
        font-size: 48px;
    }

    .about-me-title {
        margin-top: 330px;
        margin-bottom: 30px;
        font-size: 32px;
    }

    .about-me-description {
        font-size: 14px;
        line-height: 25px;
    }

    .about-me-photo {
        width: 300px;
    }

    .about-me-photo-circle::before {
        top: 30px;
        width: 255px;
        height: 255px;
    }

    .about-teacher-photo {
        left: 30px;
        width: 250px;
    }

    .about-description {
        padding-top: 95px;
        padding-bottom: 50px;
    }

    .about-description-p {
        font-size: 14px;
        line-height: 21px;
    }

    .about-description::before {
        border-top: 30px solid #FFFFFF;
    }

    .about-description-text {
        margin-bottom: 50px;
    }

    .about-image-wrapper {
        text-align: right;
    }

    .about-image {
        width: 500px;
        max-width: none;
    }

    .pwyw-price-item-descripiton {
        height: auto;
    }

    .successfully-wrapper {
        margin-top: 70px;
    }

    .tutorials-item {
        width: 330px;
    }

    .popup-first-time {
        width: 320px;
        margin-left: -160px;
        max-height: 500px;
    }

    .popup-first-time-btn-close {
        top: 20px;
        right: 20px;
    }

    .popup-first-time-title {
        width: auto;
    }

    .pwyw-title {
        margin-bottom: 60px;
    }

    .pwyw-item-wrap {
        padding-left: 0;
    }

    .pwyw-item {
        width: 100%;
    }

    .pwyw-checkbox {
        position: relative;
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
    }

    .pwyw-price-form-wrapper {
        width: 100%;
    }

    .pwyw-price-form {
        height: 340px;
        background: url(../img/pwyw-means-top.jpg) no-repeat center;
    }
}

@media (max-width: 389px) {
    .menu {
        width: 100%;
        right: -400px;
    }

    .menu-link {
        display: block;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }

    .btn-install,
    .btn-tutorials {
        font-size: 14px;
    }

    .btn-install {
        padding: 16px 90px 16px 57px;
    }

    .btn-tutorials {
        padding: 16px 82px 15px 49px;
    }

    .slider-left-arrow {
        left: -40px;
    }

    .slider-right-arrow {
        right: -40px;
    }

    .question-title {
        margin-bottom: 40px;
    }

    .popup-classWorkZoom {
        width: 280px;
        min-height: 450px;
        margin-top: -260px;
        margin-left: -140px;
        padding: 25px 0;
        border-radius: 5px;
    }

    .popup-title {
        font-size: 24px;
    }

    .popup-nav-item {
        margin-right: 5px;
        font-size: 14px;
        padding: 0 0 5px 0;
    }

    .popup-title,
    .popup-nav-list {
        margin-bottom: 20px;
    }

    .popup-input-mail,
    .popup-input-message,
    .popup-text-note,
    .popup-text-p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .popup-input-mail,
    .popup-input-message {
        padding: 10px 15px;
        font-size: 14px;
    }

    .about-me-title {
        margin-top: 280px;
        font-size: 24px;
    }

    .about-me-description {
        font-size: 17px;
        line-height: 23px;
    }

    .about-me-photo {
        width: 250px;
    }

    .about-me-photo-circle::before {
        top: 20px;
        width: 205px;
        height: 205px;
    }

    .about-teacher-photo {
        left: 20px;
        width: 200px;
    }

    .about-image {
        width: 350px;
    }

    .pwyw-price-form {
        background-size: contain;
    }

    .tutorials-item {
        width: 270px;
    }

    .popup-first-time {
        width: 270px;
        margin-left: -135px;
        max-height: 450px;
    }
}


/* --MEDIA-- */


/* --LOGIN PAGE-- */

.login-page {
    background: #1e80fe;
}

.login-page-text {
    color: white;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.login-page-text-error {
    color: red;
    font-size: 20px;
    margin: 3px 3px 8px 6px;
}

.login-footer {
    height: -webkit-fill-available;
    font-size: 25px;
    /*margin-top: 150px;*/
}

.login-elem-center {
    margin-right: auto;
    margin-left: auto;
}

.login-input-password {
    width: 400px;
    height: 52px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
    font-size: 18px;
    color: #808080;
}

@media (max-width: 600px) {
    .login-button {
        display: block;
        margin-bottom: 20px;
    }

    .login-input-password {
        width: 300px;
    }
}

.login-button {
    padding: 9px 21px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background: #1e80fe;
    color: #FFFFFF;
}

.login-button:hover {
    background: #FFFFFF;
    color: #1e80fe;
}

.login-div-input-and-btn {
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


/* --LOGIN PAGE-- */


/* --PAYPAL CHECKING-- */

.paypal-cheking {
    position: fixed;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -60px;
}

.paypal-checking-text {
    color: white;
    font-size: 48px;
    text-align: center;
    margin-bottom: 35px;
}

.paypal-checking-svg {
    margin-left: 46%;
}


/* --PAYPAL CHECKING-- */

.tipo-p {
    margin-top: 0;
    margin-bottom: 0;
}

.text-you-subscripded {
    margin-top: 120px;
    text-align: left;
    font-size: 33px;
}


/* Р”РѕР±Р°РІРёС‚СЊ РІ РєРѕРЅРµС† css */

.tutorials-description img {
    max-width: 100%;
}


/* FIX FOOTER */


/* Р”РѕР±Р°РІРёС‚СЊ CSS */

html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .wrapper {
        /*padding-bottom: 148px;*/
    }

    .footer {
        margin-top: -18px;
    }
}


/* FIX FOOTER */


/* Temeline Str */

.focus-on-timeline__overlay {
    display: none;
}

.focus-on-timeline .focus-on-timeline__overlay {
    display: block;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    min-width: 320px;
    width: 100vw;
    height: 100vh;
    background: rgb(58, 77, 88);
    opacity: 0.8;
}

.focus-on-timeline .menu-item--timeline {
    position: relative;
    z-index: 10;
    color: #ffffff !important;
}

.focus-on-timeline .menu-item--timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    width: 40px;
    height: 38px;
    margin-top: -16px;
    background: url('../img/timeline__arrow.svg') no-repeat center;
}


/* Temeline Str */


/* Accept Cookie */

.cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.75);
}

.cookie-message__wrap {
    max-width: 840px;
    padding: 40px 60px;
    margin: 0 auto;
}

.cookie-message__text {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.cookie-message__wrap-btn {
    text-align: center;
}

.cookie-message__link {
    display: inline-block;
    border: 0;
    text-decoration: underline;
    margin-right: 0;
    background: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.cookie-message__link:hover,
.cookie-message__link--big:hover {
    color: #1e80fe;
}

.cookie-message__link--big {
    display: inline-block;
    border: 0;
    text-decoration: underline;
    margin-right: 0;
    background: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.cookie-message__btn {
    padding: 15px 60px 15px 30px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    margin-right: 60px;
    /* Р”РѕР±Р°РІРёС‚СЊ margin-right: 60px; */
    background: none;
    background-image: url(../img/cookie__check.svg);
    background-repeat: no-repeat;
    background-position: 84px center;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.cookie-message__btn:hover {
    border-color: #1e80fe;
    background-color: #1e80fe;
}

@media (max-width: 991px) {
    .cookie-message__btn {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .cookie-message__btn {
        margin-right: 20px;
    }

    .cookie-message__link {
        vertical-align: middle;
        max-width: 270px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .cookie-message__btn {
        margin-right: 0;
    }

    .cookie-message__link {
        display: block;
        margin: 20px auto 0 auto;
    }

    .cookie-message__wrap {
        padding: 20px;
    }

    .cookie-message__text,
    .cookie-message__link--big {
        font-size: 16px;
    }

    .cookie-message__wrap-btn {
        text-align: center;
    }
}


/* Accept Cookie */


/* 404 */

.wrapper-404__wrapper {
    width: 100%;
    min-height: 100%;
    background-color: #1e80fe;
    font-family: Roboto;
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}

.wrapper-404 {
    max-width: 380px;
    padding: 280px 0;
    margin: 0 auto;
}

.img-404 {
    max-width: 100%;
    margin-bottom: 30px;
}

.title-404 {
    margin-bottom: 30px;
}

.link-404 {
    position: relative;
    display: inline-block;
    padding: 14px 20px 14px 47px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-weight: 400;
    color: #ffffff;
    transition: 0.35s;
}

.link-404::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 12px;
    margin-top: -6px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDY5NjY5IDUuNDY5NjdDMC4xNzY3NzYgNS43NjI1NiAwLjE3Njc3NiA2LjIzNzQ0IDAuNDY5NjY5IDYuNTMwMzNMNS4yNDI2NCAxMS4zMDMzQzUuNTM1NTMgMTEuNTk2MiA2LjAxMDQxIDExLjU5NjIgNi4zMDMzIDExLjMwMzNDNi41OTYxOSAxMS4wMTA0IDYuNTk2MTkgMTAuNTM1NSA2LjMwMzMgMTAuMjQyNkwyLjA2MDY2IDZMNi4zMDMzIDEuNzU3MzZDNi41OTYxOSAxLjQ2NDQ3IDYuNTk2MTkgMC45ODk1OTIgNi4zMDMzIDAuNjk2Njk4QzYuMDEwNDEgMC40MDM4MDUgNS41MzU1MyAwLjQwMzgwNSA1LjI0MjY0IDAuNjk2Njk4TDAuNDY5NjY5IDUuNDY5NjdaTTE2IDUuMjVMMC45OTk5OTkgNS4yNUwwLjk5OTk5OSA2Ljc1TDE2IDYuNzVMMTYgNS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
}

.link-404:hover {
    background-color: #ffffff;
    color: #1e80fe;
}

.link-404:hover::before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDY5NjY5IDUuNDY5NjdDMC4xNzY3NzYgNS43NjI1NiAwLjE3Njc3NiA2LjIzNzQ0IDAuNDY5NjY5IDYuNTMwMzNMNS4yNDI2NCAxMS4zMDMzQzUuNTM1NTMgMTEuNTk2MiA2LjAxMDQxIDExLjU5NjIgNi4zMDMzIDExLjMwMzNDNi41OTYxOSAxMS4wMTA0IDYuNTk2MTkgMTAuNTM1NSA2LjMwMzMgMTAuMjQyNkwyLjA2MDY2IDZMNi4zMDMzIDEuNzU3MzZDNi41OTYxOSAxLjQ2NDQ3IDYuNTk2MTkgMC45ODk1OTIgNi4zMDMzIDAuNjk2Njk4QzYuMDEwNDEgMC40MDM4MDUgNS41MzU1MyAwLjQwMzgwNSA1LjI0MjY0IDAuNjk2Njk4TDAuNDY5NjY5IDUuNDY5NjdaTTE2IDUuMjVMMC45OTk5OTkgNS4yNUwwLjk5OTk5OSA2Ljc1TDE2IDYuNzVMMTYgNS4yNVoiIGZpbGw9IiMwMEEzRkYiLz4KPC9zdmc+Cg==');
}

@media (max-width: 1400px) {
    .wrapper-404 {
        /*padding: 200px 0;*/
    }
}

@media (max-width: 1000px) {
    .wrapper-404 {
        /*padding: 150px 0;*/
    }
}

@media (max-width: 600px) {
    .wrapper-404 {
        max-width: 260px;
    }
}

@media (max-width: 400px) {
    .wrapper-404 {
        /*padding: 120px 0;*/
    }
}


/* 404 */


/* FIX 19.12.18 for Main Page (photo and order text and picture) */

@media (max-width: 991px) {
    .main-screen-text-wrapper {
        padding-bottom: 240px;
    }

    .presentation-row:nth-of-type(even) .presentation-text {
        margin-left: 0;
    }

    .presentation-img {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .main-screen-text-wrapper {
        padding-bottom: 180px;
    }
}

@media (max-width: 389px) {
    .btn-wrapper {
        padding-bottom: 80px;
    }
}


/* FIX 19.12.18 for about Page (arrow to bottom) */

@media (max-width: 575px) {
    .about-me {
        margin-bottom: 70px;
    }

    .about-page .scroll-down {
        right: auto;
        left: 50%;
        margin-left: -26px;
        margin-top: 30px;
    }
}


/* FIX 19.12.18 for pwyw (photo) */

@media (max-width: 991px) {
    .pwyw-page .about-me-title {
        margin-top: 590px;
    }
}

@media (max-width: 767px) {
    .pwyw-page .about-me-title {
        margin-top: 380px;
    }
}

@media (max-width: 575px) {
    .pwyw-page .about-me-title {
        margin-top: 420px;
    }
}

@media (max-width: 389px) {
    .pwyw-page .about-me-title {
        margin-top: 370px;
    }
}


/* HEADER PROFILE*/

.header-h1 h1 {
    position: relative;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    /*color: #00838f;*/
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Roboto;
}

.header-h1 h1::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #1e80fe;
    bottom: .25rem;
    left: 50%;
    width: 30%;
    transform: translateX(-50%);
}

.header-h1 h1::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #1e80fe;
    bottom: 0;
    left: 50%;
    width: 15%;
    transform: translateX(-50%);
}

.header-h1-left h1 {
    text-align: left;
}

.header-h1-left h1::before,
.header-h1-left h1::after {
    left: 0;
    transform: translateX(0);
}

.header-h1-right h1 {
    text-align: right;
}

.header-h1-right h1::before,
.header-h1-right h1::after {
    left: unset;
    right: 0;
    transform: translateX(0);
}


/* HEADER PROFILE*/


/* Р”РѕР±Р°РІРёС‚СЊ РІ СЃР°РјС‹Р№ РЅРёР· */


/* РєР°РєР°СЏ С‚Рѕ Р°РІР°С‚Р°СЂРєР° */

.menu-user-icon {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #00A3FF;
    text-align: center;
    cursor: pointer;
}

.menu-user-dropdown {
    position: absolute;
    top: 72px;
    right: 0;
    display: none;
    width: 190px;
    padding: 10px 0;
    background-color: #ffffff;
    text-align: left;
}

.menu-user-dropdown-active {
    display: block;
}

.menu-user-link {
    position: relative;
    display: block;
    padding: 10px 30px;
    color: #000000;
}

.menu-user-link:hover {
    color: #1e80fe;
}

.google-icon::after {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik00LjQzMjQyIDEyLjA4NjNMMy43MzYyNSAxNC42ODUyTDEuMTkxNzYgMTQuNzM5QzAuNDMxMzI4IDEzLjMyODYgMCAxMS43MTQ5IDAgMTBDMCA4LjM0MTc5IDAuNDAzMjgxIDYuNzc4MDQgMS4xMTgxMiA1LjQwMTEySDEuMTE4NjdMMy4zODM5OCA1LjgxNjQ0TDQuMzc2MzMgOC4wNjgxNUM0LjE2ODYzIDguNjczNjYgNC4wNTU0MyA5LjMyMzY2IDQuMDU1NDMgMTBDNC4wNTU1MSAxMC43MzQxIDQuMTg4NDggMTEuNDM3NCA0LjQzMjQyIDEyLjA4NjNaIiBmaWxsPSIjRkJCQjAwIi8+CjxwYXRoIGQ9Ik0xOS44MjUzIDguMTMyMDhDMTkuOTQwMSA4LjczNyAyMCA5LjM2MTczIDIwIDEwLjAwMDJDMjAgMTAuNzE2MSAxOS45MjQ3IDExLjQxNDUgMTkuNzgxMyAxMi4wODgxQzE5LjI5NDUgMTQuMzgwNCAxOC4wMjI1IDE2LjM4MjEgMTYuMjYwNSAxNy43OTg2TDE2LjI1OTkgMTcuNzk4TDEzLjQwNjYgMTcuNjUyNEwxMy4wMDI4IDE1LjEzMTVDMTQuMTcyIDE0LjQ0NTggMTUuMDg1OCAxMy4zNzI3IDE1LjU2NzEgMTIuMDg4MUgxMC4yMTk4VjguMTMyMDhIMTUuNjQ1MUgxOS44MjUzWiIgZmlsbD0iIzUxOEVGOCIvPgo8cGF0aCBkPSJNMTYuMjU5OSAxNy43OTc5TDE2LjI2MDQgMTcuNzk4NUMxNC41NDY3IDE5LjE3NiAxMi4zNjk4IDIwLjAwMDEgMTAgMjAuMDAwMUM2LjE5MTc3IDIwLjAwMDEgMi44ODA4IDE3Ljg3MTYgMS4xOTE3NyAxNC43MzkyTDQuNDMyNDQgMTIuMDg2NEM1LjI3NjkzIDE0LjM0MDMgNy40NTExMSAxNS45NDQ3IDEwIDE1Ljk0NDdDMTEuMDk1NiAxNS45NDQ3IDEyLjEyMiAxNS42NDg1IDEzLjAwMjcgMTUuMTMxNUwxNi4yNTk5IDE3Ljc5NzlaIiBmaWxsPSIjMjhCNDQ2Ii8+CjxwYXRoIGQ9Ik0xNi4zODI5IDIuMzAyMTlMMTMuMTQzMyA0Ljk1NDM4QzEyLjIzMTggNC4zODQ2MSAxMS4xNTQzIDQuMDU1NDcgOS45OTk5MiA0LjA1NTQ3QzcuMzkzMzIgNC4wNTU0NyA1LjE3ODQ3IDUuNzMzNDggNC4zNzYyOCA4LjA2ODEzTDEuMTE4NTkgNS40MDEwOUgxLjExODA0QzIuNzgyMzQgMi4xOTIzMSA2LjEzNTA3IDAgOS45OTk5MiAwQzEyLjQyNjMgMCAxNC42NTEgMC44NjQyOTcgMTYuMzgyOSAyLjMwMjE5WiIgZmlsbD0iI0YxNDMzNiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: center;
}

.logout-icon::after {
    content: '';
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC43IiBjbGlwLXBhdGg9InVybCgjY2xpcDApIj4KPHBhdGggZD0iTTguOTcwMTIgMTYuNDc1SDIuMjQyNTFDMS44Mjk4OCAxNi40NzUgMS40OTUwMiAxNi4xNDAxIDEuNDk1MDIgMTUuNzI3NVYyLjI3MjMzQzEuNDk1MDIgMS44NTk3IDEuODI5OTIgMS41MjQ4NCAyLjI0MjUxIDEuNTI0ODRIOC45NzAxMkM5LjM4MzQ4IDEuNTI0ODQgOS43MTc2MSAxLjE5MDcxIDkuNzE3NjEgMC43NzczNDhDOS43MTc2MSAwLjM2Mzk4IDkuMzgzNDggMC4wMjk3ODUyIDguOTcwMTIgMC4wMjk3ODUySDIuMjQyNTFDMS4wMDYxNCAwLjAyOTc4NTIgMCAxLjAzNTk2IDAgMi4yNzIzM1YxNS43Mjc1QzAgMTYuOTYzOCAxLjAwNjE0IDE3Ljk3IDIuMjQyNTEgMTcuOTdIOC45NzAxMkM5LjM4MzQ4IDE3Ljk3IDkuNzE3NjEgMTcuNjM1OSA5LjcxNzYxIDE3LjIyMjVDOS43MTc2MSAxNi44MDkxIDkuMzgzNDggMTYuNDc1IDguOTcwMTIgMTYuNDc1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTE3Ljc3NzQgOC40Njc4NEwxMy4yMzI1IDMuOTgyNzhDMTIuOTM5NSAzLjY5Mjc0IDEyLjQ2NTYgMy42OTY1IDEyLjE3NTYgMy45OTAyN0MxMS44ODU1IDQuMjg0MDMgMTEuODg4NSA0Ljc1NzIgMTIuMTgzMSA1LjA0NzI0TDE1LjQzMSA4LjI1MjU0SDYuNzI3NzJDNi4zMTQzNSA4LjI1MjU0IDUuOTgwMjIgOC41ODY2NyA1Ljk4MDIyIDkuMDAwMDNDNS45ODAyMiA5LjQxMzQgNi4zMTQzNSA5Ljc0NzU2IDYuNzI3NzIgOS43NDc1NkgxNS40MzFMMTIuMTgzMSAxMi45NTI5QzExLjg4ODUgMTMuMjQyOSAxMS44ODYzIDEzLjcxNjEgMTIuMTc1NiAxNC4wMDk4QzEyLjMyMjEgMTQuMTU3OCAxMi41MTQ5IDE0LjIzMjYgMTIuNzA3OCAxNC4yMzI2QzEyLjg5NzcgMTQuMjMyNiAxMy4wODc1IDE0LjE2MDggMTMuMjMyNSAxNC4wMTczTDE3Ljc3NzQgOS41MzIyM0MxNy45MTk0IDkuMzkxNzEgMTguMDAwMSA5LjIwMDMyIDE4LjAwMDEgOUMxOC4wMDAxIDguNzk5NzUgMTcuOTIwMiA4LjYwOTEzIDE3Ljc3NzQgOC40Njc4NFoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .menu-mobile-info {
        padding-right: 20px;
        padding-left: 20px;
    }

    .menu-user-icon {
        top: 0;
        margin-left: 0;
    }

    .menu-user-dropdown {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .menu-user-link {
        padding-left: 0;
    }

    .menu-user-link:last-of-type {
        margin-bottom: -35px;
    }
}


/* pwyw text */


/*.pwyw-text-block {*/


/*	margin-top: 140px;*/


/*}*/


/*.pwyw-text-block-title {*/


/*	margin-bottom: 80px;*/


/*	text-align: center;*/


/*	color: #ffffff;*/


/*}*/


/*.pwyw-text-block-title-span {*/


/*	display: block;*/


/*}*/


/*.pwyw-text-block-p {*/


/*	max-width: 800px;*/


/*	margin: 0 auto;*/


/*	margin-bottom: 50px;*/


/*	font-size: 20px;*/


/*	font-weight: 500;*/


/*	line-height: 35px;*/


/*	color: white;*/


/*}*/


/*.pwyw-text-block-p:last-of-type {*/


/*	margin-bottom: 80px;*/


/*}*/


/*.pwyw-text-block-link {*/


/*	position: relative;*/


/*	display: block;*/


/*	max-width: 270px;*/


/*	margin: 0 auto;*/


/*	padding: 20px 30px;*/


/*	border-radius: 40px;*/


/*	background-color: #ffffff;*/


/*	font-size: 18px;*/


/*	color: #1e80fe;*/


/*	cursor: pointer;*/


/*}*/


/*.pwyw-text-block-link:after {*/


/*	content: '';*/


/*	position: absolute;*/


/*	right: 30px;*/


/*	width: 24px;*/


/*	height: 24px;*/


/*	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0xNi42NjY3IDkuMzMzMzNMMjIgOS4zMzMzM0wxMi42NjY3IC0xLjExMjk5ZS0wN0wzLjMzMzM0IDkuMzMzMzNMOC44IDkuMzMzMzNDOC44IDE2IDYuNjY2NjcgMjAuNjY2NyAyIDI0QzguNjY2NjcgMjIuNjY2NyAxNS4zMzMzIDE4LjY2NjcgMTYuNjY2NyA5LjMzMzMzWiIgZmlsbD0iIzAwQTNGRiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyNCkgcm90YXRlKC05MCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');*/


/*	background-repeat: no-repeat;*/


/*	background-position: cetner;*/


/*	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);*/


/*}*/


/*@media (max-width: 991px) {*/


/*	.pwyw-text-block-title-span {*/


/*		display: inline;*/


/*	}*/


/*}*/


/*@media (max-width: 767px) {*/


/*	.pwyw-text-block-title {*/


/*		margin-bottom: 60px;*/


/*	}*/


/*	.pwyw-text-block-p {*/


/*		margin-bottom: 30px;*/


/*		font-size: 18px;*/


/*	}*/


/*	.pwyw-text-block-p:last-of-type {*/


/*		margin-bottom: 60px;*/


/*	}*/


/*}*/


/* pwyw text */


/* ACCEPTS PAGE */

.checkbox-accepts {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

#accepts-all-content-id {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.additional-text {
    display: inline-block;
    color: yellow;
    margin-left: 20px;
}

/* ACCEPTS PAGE */


/* -- START -- NEW LOGIN -- */

.menu-item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 21px;
}

.menu-item--sign-in a {
    position: relative;
    padding: 9px 8px 9px 36px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.menu-item--sign-in a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy42NCA5LjIwNDU2QzE3LjY0IDguNTY2MzcgMTcuNTgyNyA3Ljk1Mjc0IDE3LjQ3NjQgNy4zNjM2NUg5VjEwLjg0NUgxMy44NDM2QzEzLjYzNSAxMS45NyAxMy4wMDA5IDEyLjkyMzIgMTIuMDQ3NyAxMy41NjE0VjE1LjgxOTZIMTQuOTU2NEMxNi42NTgyIDE0LjI1MjcgMTcuNjQgMTEuOTQ1NSAxNy42NCA5LjIwNDU2WiIgZmlsbD0iIzQyODVGNCIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguOTk5NzYgMThDMTEuNDI5OCAxOCAxMy40NjcgMTcuMTk0MSAxNC45NTYxIDE1LjgxOTZMMTIuMDQ3NSAxMy41NjE0QzExLjI0MTYgMTQuMTAxNCAxMC4yMTA3IDE0LjQyMDUgOC45OTk3NiAxNC40MjA1QzYuNjU1NjcgMTQuNDIwNSA0LjY3MTU4IDEyLjgzNzMgMy45NjM4NSAxMC43MUgwLjk1NzAzMVYxMy4wNDE4QzIuNDM3OTQgMTUuOTgzMiA1LjQ4MTU4IDE4IDguOTk5NzYgMThaIiBmaWxsPSIjMzRBODUzIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMy45NjQwOSAxMC43MUMzLjc4NDA5IDEwLjE3IDMuNjgxODIgOS41OTMxOSAzLjY4MTgyIDkuMDAwMDFDMy42ODE4MiA4LjQwNjgzIDMuNzg0MDkgNy44MzAwMSAzLjk2NDA5IDcuMjkwMDFWNC45NTgxOUgwLjk1NzI3M0MwLjM0NzcyNyA2LjE3MzE5IDAgNy41NDc3NCAwIDkuMDAwMDFDMCAxMC40NTIzIDAuMzQ3NzI3IDExLjgyNjggMC45NTcyNzMgMTMuMDQxOEwzLjk2NDA5IDEwLjcxWiIgZmlsbD0iI0ZCQkMwNSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguOTk5NzYgMy41Nzk1NUMxMC4zMjExIDMuNTc5NTUgMTEuNTA3NSA0LjAzMzY0IDEyLjQ0MDIgNC45MjU0NUwxNS4wMjE2IDIuMzQ0MDlDMTMuNDYyOSAwLjg5MTgxOCAxMS40MjU3IDAgOC45OTk3NiAwQzUuNDgxNTggMCAyLjQzNzk0IDIuMDE2ODIgMC45NTcwMzEgNC45NTgxOEwzLjk2Mzg1IDcuMjlDNC42NzE1OCA1LjE2MjczIDYuNjU1NjcgMy41Nzk1NSA4Ljk5OTc2IDMuNTc5NTVaIiBmaWxsPSIjRUE0MzM1Ii8+Cjwvc3ZnPg==') no-repeat center;
    transform: translateY(-50%);
}

.menu-user-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.menu-user-icon__wrapper {
    position: relative;
    display: inline-block;
    margin-left: 35px;
}

.menu-user-icon__list {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 5px 0 0 0;
    padding: 15px 0;
    border: 1px solid #F3F3F3;
    border-radius: 19px;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.19);
    list-style: none;
    transform: translateX(-50%);
}

.menu-user-icon__link {
    display: block;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    color: #000000;
    transition: background 0.35s;
}

.menu-user-icon__link:hover {
    background: #F2F2F2;
}

.menu-mobile__sign-in {
    display: none;
}

.menu-mobile__sign-in a {
    display: block;
    max-width: 188px;
}

.menu-item--mobile {
    display: none;
}

@media (max-width: 991px) {
    .menu-item--mobile {
        display: block;
    }

    .menu-item--sign-in {
        display: none;
    }

    .menu-mobile__sign-in {
        display: block;
    }

    .menu-user-icon {
        display: none;
    }
}


/* -- END -- NEW LOGIN -- */


/* display for different width  */

.max-width-992 {
    display: none;
}

@media (max-width: 992px) {
    .max-width-992 {
        display: block;
    }
}


/* display for different width  */

.temp-button {
    position: relative;
    background-color: white;
    border: 0;
    padding: 10px 20px;
    margin: 5px auto;
    left: 46%;
    border-radius: 10px;
    opacity: 0.8;
}


/* -- AddSubscriptionForSchool -- */

.add-school__number-of-licenses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1px;
    font-size: 30px;
}

.add-school__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 157px;
    margin-right: 16px;
}

.add-school__minus {
    position: relative;
    width: 44px;
    height: 38px;
    border: 1px solid #D3D3D5;
    border-radius: 3px 0 0 3px;
    background: #FFFFFF;
}

.add-school__minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__number--field {
    display: block;
    max-width: 67px;
    width: 67px;
    height: 38px;
    text-align: center;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #D3D3D5;
    border-bottom: 1px solid #D3D3D5;
}

.add-school__number--field::-webkit-outer-spin-button,
.add-school__number--field::-webkit-inner-spin-button {
    /*display: none;*/
    -webkit-appearance: none;
    margin: 0;
}

.add-school__plus {
    position: relative;
    width: 44px;
    height: 38px;
    border: 1px solid #D3D3D5;
    border-radius: 0 3px 3px 0;
    background: #FFFFFF;
}

.add-school__plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 1px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    border-radius: 1px;
    background: #9B9B9B;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-school__number--text {
    width: 100%;
    margin-top: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #808080;
}

.add-school__cost {
    position: relative;
    top: 2px;
    color: #1E80FE;
}

.add-school__switch-wrap {
    margin-right: 28px;
}

.add-school__switch-text {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
}

.add-school__switch-checkbox1 {
    display: none;
}

.add-school__switch-label1 {
    position: relative;
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 20px;
    background: #D8D8D8;
    transition: background 0.8s;
    cursor: pointer;
}

.add-school__switch-checkbox1:checked + .add-school__switch-label1 {
    background: #6FDA44;
}

.add-school__switch-label1::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
    transform: translateX(-3px);
    transition: transform 0.35s;
}

.add-school__switch-checkbox1:checked + .add-school__switch-label1::before {
    transform: translateX(15px);
}

.add-school__switch-label1::after {
    content: 'OFF';
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #1E80FE;
}

.add-school__switch-checkbox1:checked + .add-school__switch-label1::after {
    content: 'ON';
}

@media (max-width: 575px) {
    .add-school__number-of-licenses {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-school__number {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .add-school__cost {
        width: 100%;
        margin-top: 13px;
        text-align: center;
    }
}

.add-school__switch-checkbox3 {
    display: none;
}

.add-school__switch-label3 {
    position: relative;
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 20px;
    background: #D8D8D8;
    transition: background 0.8s;
    cursor: pointer;
}

.add-school__switch-checkbox3:checked + .add-school__switch-label3 {
    background: #6FDA44;
}

.add-school__switch-label3::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);
    transform: translateX(-3px);
    transition: transform 0.35s;
}

.add-school__switch-checkbox3:checked + .add-school__switch-label3::before {
    transform: translateX(15px);
}

.add-school__switch-label3::after {
    content: 'OFF';
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 19px;
    color: #1E80FE;
}

.add-school__switch-checkbox3:checked + .add-school__switch-label3::after {
    content: 'ON';
}

@media (max-width: 575px) {
    .add-school__number-of-licenses {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-school__number {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .add-school__cost {
        width: 100%;
        margin-top: 13px;
        text-align: center;
    }
}

.add-school__switch-wrap {
    margin-right: 28px;
}

.add-school__switch-text {
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.add-school__switch-checkbox {
    display: none;
}

.add-school__switch-label {
    position: relative;
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 20px;
    background: #D8D8D8;
    transition: background 0.8s;
    cursor: pointer;
}

.add-school__switch-checkbox:checked + .add-school__switch-label {
    background: #6FDA44;
}

.add-school__switch-label::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.35);

    transform: translateX(-3px);
    transition: transform 0.35s;
}

.add-school__switch-checkbox:checked + .add-school__switch-label::before {
    transform: translateX(15px);
}

.add-school__switch-label::after {
    content: 'OFF';
    position: absolute;
    top: 50%;
    left: 37px;

    transform: translateY(-50%);

    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1E80FE;
}

.add-school__switch-checkbox:checked + .add-school__switch-label::after {
    content: 'ON';
}

.nonactive {
    display: none;
}

.do_not_see {
    display: none;
}

p.help-block {
    font-size: 14px;
}

/*todo: потом убрать */
.custom-control-label {
    margin-bottom: 0.5rem !important;
}

.custom-control {
    padding-left: 0 !important;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0.35rem !important;
}

/*todo: потом убрать */
.standart_button {
    padding: 12px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

.standart_button:hover {
    transform: scale(1.1, 1.1)
}

.simple_button_container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.button-cool:hover {
    transform: scale(1.1, 1.1)
}


.button-cool {
    margin-top: 15px;
    margin-bottom: 15px;
}


.button-cool:hover {
    transform: scale(1.1, 1.1)
}

.standart_button_container {
    text-align: center;
    padding-top: 30px;
}

.dot_license {
    color: red;
    font-size: 50px;
}

.menu-item a {
    position: relative;
}

.red_dot {
    background: red;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    float: left;

    content: "";
    right: 5px;
    margin-top: -1px;
    padding-top: -1px;
}

.menu-item-licenses.need_pay a::after {
    background: red;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
}

#free_access_popup-button_okay:hover, #free_access_popup-button_send:hover,
#free_access_popup-button_no:hover {
    transform: scale(1.1);
}

#free_access_popup-button_okay, #free_access_popup-button_send,
#free_access_popup-button_no {
    padding: 9px 13px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 10px;
    min-width: 120px;
}

.popup-button-main {
    padding: 9px 13px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 10px;
    min-width: 120px;
}

.red, .red-b
{
    color: #F03322;
}

.blue, .blue-b
{
    color: #1E80FE;
}

.black, .black-b
{
    color: black;
}

.green, .green-b
{
    color: #12c412;
}

.gray, .gray-b
{
    color: #777777;
}

.b, .blue-b, .green-b, .gray-b, .red-b, .black-b
{
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}

.nice-input, .nice-textarea {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #dbe7f1;
    outline: none
}







