:root {
    --green: #546251;
    --orange: #FF9800;
    --black: #252525;
    --gray: #888888;
    --white: #FFFFFF;
    --blue: #228AD6;
    --f-text-thin: 16px;
    --f-text: 18px;
    --f-text-wide: 22px;
    --f-h: 32px;
    --f-footer-h: 20px;
    --h-collapse: 500px;
    --h-collapse-2: 370px;
}

a {
    cursor: pointer;
    color: var(--black);
}

.special a {
    color: var(--orange);
    font-weight: 500;
}

p {
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: var(--f-text);
    line-height: 1.4;
    color: var(--black);
}

@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.linklangs .links {
    font-size: var(--f-text-thin);
    font-weight: 400;
}

.linklangs .links a, .linklangs .langs a, footer a.misc {
    color: var(--blue) !important;
}

.linklangs .links a:hover, .linklangs .langs a:hover, footer a.misc:hover {
    color: var(--orange) !important;
}

.linklangs .links span, .linklangs .langs span {
    color: var(--orange);
}


.linklangs .langs {
    font-size: var(--f-footer-h);
    font-weight: 600;
}

.linklangs > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.linklangs a {
    padding: 0 !important;
}

nav {
    height: 75px;
    background: #F0F0F0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 100px 100%;
    border-bottom-right-radius: 100px 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 74px;
    z-index: 228;
    position: relative;
}

nav > a {
    color: var(--green) !important;
    font-size: var(--f-text-thin);
    font-weight: 400;
    position: relative;
    height: 100%;
    line-height: 75px;
}
nav > a.active {
    color: var(--blue) !important;
}

nav .right {
    text-align: right;
}

nav > a::before {    
    content: '';
    position: absolute;
    width: calc(100% + 42px);
    height: 3px;
    left: -21px;
    top: 0;
    background: transparent;
    border-radius: 0px 0px 5px 5px;
    transition-property: background;
    transition-duration: .4s;
}
nav > a:hover::before, nav > a.active::before {
    background: var(--orange);
}


.navigate {
    font-size: var(--f-text-thin);
    color: var(--gray);
    margin: 40px 0;
}
.navigate span {
    margin: 0 10px;
}

.navigate a:hover {
    color: var(--green) !important;
}

.normal {
    font-weight: 400;
}

.search {    
    margin: 0 auto 35px;
    position: relative;
    display: inline-block;
}

.search.alt {
    margin: 0 50px;
}

.search-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}


.search input {
    width: 594px;
    height: 35px;
    background: #F0F0F0;
    border: 1px solid var(--green);
    box-sizing: border-box;
    border-radius: 100px;
    padding: 2px 30px;
    transition-property: box-shadow;
    transition-duration: .4s;
}

.search.alt input {
    height: 47px;
}

.search input:not(:hover):not(:focus) {    
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.search input:hover:not(:focus) {    
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.search input {
    /* width: calc(100% - 25px);
    border: none;
    outline: none;
    background: transparent;     */
    font-size: var(--f-text-thin);
}

.search .back {    
    transition-property: opacity, border;
    transition-duration: .4s;
    content: '';
    position: absolute;
    background: #F0F0F0;
    border: 1px solid rgba(84, 98, 81, 0.07);
    border-radius: 100px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    z-index: -1;
    opacity: 0;
}

.search:hover .back {
    opacity: 1;
}

.search input:focus + .back {
    opacity: 1;
    border: 1px solid #546251;
}

.search .loopa {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 2px);
    margin: 1px 18px 1px 0;
    padding-right: 12px;
    background: #F0F0F0;
    display: flex;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-controls a {
    width: 40px;
    height: 40px;
    left: 820px;
    top: 1483px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: var(--f-text);
    color: var(--green) !important;
    margin: 0 10px;
    transition-property: background, box-shadow, color;
    transition-duration: .2s;
}

.carousel-controls a:hover {
    background: var(--green);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: var(--orange) !important;
}

.carousel-controls a.active {
    background: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: var(--orange) !important;
}

.carousel-controls .chort {
    margin: 0 55px;
}

.ico {
    cursor: pointer;
    transition-property: fillter;
    transition-duration: .4s;
}

.ico:hover {
    filter: brightness(0) saturate(100%) invert(61%) sepia(89%) saturate(2076%) hue-rotate(359deg) brightness(102%) contrast(106%);
}

.anons {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

h1 {
    font-size: var(--f-h);
    line-height: 1.4;
    text-align: center;
    color: var(--green);
    margin: 0;
    font-weight: 600;
}

h2 {
    font-size: var(--f-h);
    line-height: 1.4;
    text-align: center;
    color: var(--green);
    margin: 0;
    font-weight: 600;
}

.as-h2 {
    display: block;
    font-size: var(--f-h);
    line-height: 1.4;
    text-align: center;
    color: var(--green);
    margin: 0;
    font-weight: 600;
}

.blury {
    position: relative;
    padding: 21px 26px 22px;
}

.blury div {
    background-size: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    border-radius: 10px;
    z-index: -1;
    opacity: .17;
}

.collapse.special:not(.show) {
    display: block !important;
    overflow: hidden;
}
.collapse.special-small:not(.show) {
    max-height: var(--h-collapse);
    height: var(--h-collapse);
}
.collapse.special-small-alt:not(.show) {
    max-height: var(--h-collapse-2);
    height: var(--h-collapse-2);
}

.collapse.special-big:not(.show) {
    max-height: 514px;
    height: 514px;
}
.collapsing.special-small {
    height: var(--h-collapse);
}
.collapsing.special-small-alt {
    height: var(--h-collapse-2);
}

.collapsing.special-big {
    height: 514px;
}

.blury img {
    width: 100%;
    box-shadow: inset 0px 0px 70px #FFFFFF;
    border-radius: 3px;
}

.tags {
    margin: -15px;
}

.tags a {
    border: 1px solid var(--green);
    border-radius: 100px;
    padding: 5px 0;
    font-weight: 600;
    font-size: var(--f-text);
    line-height: 25px;
    text-align: center;
    display: inline-block;
    width: 140px;
    margin: 15px 0;
    color: var(--green) !important;
}

.tags a:hover {
    border: 1px solid var(--orange);
    color: var(--orange) !important;
}

.more {
    background: rgba(84, 98, 81, 0.13);
    border-radius: 3px 3px 35px 35px;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: var(--green);
    padding: 5px 0;
    transition-property: color, background;
    transition-duration: .2s;
}

.more:hover {
    color: var(--orange) !important;
    background: var(--green);
}


.space-40 {
    margin-bottom: 40px !important;
}
.space-53 {
    margin-bottom:  53px !important;
}
.space-65 {
    margin-bottom: 65px !important;
}

.center {
    text-align: center;
}

.orange {
    color: var(--orange);
    font-weight: 600;
}

.white {
    color: var(--white);
}

section.bg-first {
    background: url(resource/bg-first.png);
    background-position: center;
    background-size: cover;
}

section.bg-second {
    background: url(resource/bg-second.png);
    background-position: center;
    background-size: cover;
}

section.bg-third {
    background: url(resource/bg-third.png);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

section.bg-fourth {
    background: url(resource/bg-fourth.png);
    background-position: center;
    background-size: cover;
}

section.bg-fifth {
    background: url(resource/bg-fifth.png);
    background-position: center;
    background-size: cover;
}

section.bg-sixth {
    background: url(resource/bg-sixth.png);
    background-position: center;
    background-size: cover;
}

section.bg-third .bg-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: -1;
}

section.bg-third, section.bg-third h2 {
    color: var(--white);
}

section.main {
    padding: 275px 0 197px;
    margin-top: -75px;
}

section.main h1 {
    font-weight: bold;
    font-size: 50px;
    color: #F0F0F0;
    text-align: center;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}

.fade-block {
    margin: 40px auto 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    width: 1087px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 400;
}

.chort { 
    margin-top: 100px;
    border-top: 1px solid #546251;
    width: 50px;   
}
.chort.alt {
    margin-top: 0;
}

.fade-block > span {
    flex: 0 0 calc(100% - 220px);
}

.bg-third button {
    margin: 0 !important;
}

.bg-third  .center-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 35px; 
}

.img-alt {
    color: var(--gray);
    margin: 0 0 0 25px;
}

.full-bar {
    margin-top: 60px;
    text-align: center;
    width: 803px;
    max-width: 100%;
    margin: auto;
    padding: 15px;
    background: rgba(84, 98, 81, 0.05);
    border-radius: 50px;
}

section.section-30-pay {
    padding: 0 0 0 30px;
}

section.section-30 {
    padding: 30px 0 75px;
}
section.section-65 {
    padding: 65px 0;
}
section.section-75 {
    padding: 75px 0 65px;
}
section.section-80  {
    padding: 80px 0;
}
section.section-130 {
    padding: 130px 0;
}
section.section-135 {
    padding: 65px 0 130px;
}
section.section-135-l {
    padding: 0 0 130px;
}

::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {
      color: var(--gray) !important;
    }

.tablet {
    height: 578px;
    width: 801.56px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    margin: auto;
    margin-top: 35px;
    border-left: 58px solid #000;
    border-right: 58px solid #000;
    border-top: 31px solid #000;
    border-bottom: 31px solid #000;
    border-radius: 30px;
}
.tablet iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.flexer {
    display: flex;
    justify-content: space-around;
}
.flexer > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.flexer > div > img {
    margin-bottom: 20px;
}

.qr {
    border: 1px solid rgba(84, 98, 81, 0.35);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px;
}

a.butt {
    border: 1px solid var(--orange);
    box-sizing: border-box;
    border-radius: 9px;
    color: var(--orange);    
    padding: 3px 27px;
    margin-top: 40px;
}
a.butt:hover {
    text-decoration: none; 
    color: var(--green);
    border: 1px solid var(--green);
}
img.butt {
    width: 178px;
    height: 58px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    margin-top: 40px;
}
img.butt:hover {
    box-shadow: none;
}

.courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: -8px -3px;
    position: relative;
    z-index: 1;
}

.course-holder {
    margin: 8px 3px;
    width: 410px;
    height: 241px;
    position: relative;
    cursor: pointer;
}

.course-holder .course-blur {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    z-index: -1;
    filter: blur(5px);
    border-radius: 10px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
}

.course-bg {
    border: 1px solid var(--green);
    border-radius: 3px;
    margin: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-position: center !important;
    transition-property: border;
    transition-duration: .3s;
}

.course-holder:hover .course-bg {
    border: 1px solid transparent;
}

.course-holder:hover .course-blur {    
    transition-delay: .2s;
    opacity: 1;
}

.course-holder .course-content {
    width: 100%;
    padding: 12px;
    color: var(--white);
    font-weight: 400;
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    border-radius: 10px;    
    transition-property: background, min-height;
    transition-duration: .3s;
    min-height: 0;
}

.course-holder:hover .course-content {
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
} 

.course-content > span {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);    
    padding: 20px;
    border-radius: 0px 0px 3px 3px;
    transition-property: background, font-weight, color;
    transition-duration: .3s;
}

.course-holder:hover > .course-content > span {
    font-weight: 600;
    color: var(--orange);
    background: rgba(0, 0, 0, 0);
}

a.course-more {
    text-align: center;
    display: block;
    text-decoration: underline !important;
}
a.course-more:hover {
    color: var(--green) !important;
}

footer .hat {
    background: #F0F0F0;    
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    padding: 40px;
    border-top-left-radius: 100px 100%;
    border-top-right-radius: 100px 100%;
    position: relative;
    z-index: 1;
}
footer .rest {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    background: #F0F0F0;    
    width: 100%;
}
footer .rest .container {    
    position: relative;
    z-index: 1;
    background: #F0F0F0;    
}
footer .rest .row {    
    padding: 40px 0 20px;
}
footer .logo-holder {
    display: flex;
    justify-content: center;
}
footer .right {
    text-align: right;
}
footer .title {
    font-size: var(--f-footer-h);
    margin-bottom: 25px;
}
footer input.control {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid transparent;
    width: 413px;
    font-size: var(--f-text-thin);
    padding: 12px 25px 11px;
    position: relative;
    transition-property: border, box-shadow;
    transition-duration: .4s;
}
footer input.control:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(84, 98, 81, 0.35);
}
footer input.control:focus {
    box-shadow: none;
    border: 1px solid #546251;
}

 button.control {
    transition-property: background, color, box-shadow;
    transition-duration: .4s;
    background: var(--orange);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #FF9800;
    border-radius: 3px;
    outline: none;
    font-weight: 600;
    padding: 10px 25px;
    color: var(--white);
    margin-left: 25px;
}
 button.control:hover {
    background: transparent;
    color: var(--orange);
    box-shadow: none;
}
footer p:not(.normal) {    
    font-weight: 400;
    color: var(--blue);
}
footer .header, footer .header-old-adapt {
    font-size: var(--f-text-thin);
    color: var(--orange) !important;
}
footer .number {
    font-size: var(--f-text-wide);
}

footer .viber {
    width: 20px;
    height: 22px;
    background: url(resource/Viber.svg);
    display: inline-block;
    vertical-align: middle;
}
footer .whatsapp {
    margin-left: 15px;
    width: 21px;
    height: 21px;
    background: url(resource/WhatsApp.svg);
    display: inline-block;
    vertical-align: middle;
}
footer .facebook {
    margin-left: 15px;
    width: 11.46px;
    height: 20.77px;
    background: url(resource/Facebook.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}
footer .call {
    margin-left: 15px;
    color: var(--blue) !important;
    text-decoration: underline !important;
    font-weight: 400;
    font-size: var(--f-text-thin);
}
footer .blog {
    margin-left: 15px;
    color: var(--blue) !important;
    font-weight: 400;
    font-size: var(--f-text-thin);
}
footer .sched {
    margin: 3px 0 10px;
}


.anons audio {
    border: 1px solid var(--green);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
}

footer .butt {
    margin: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 92.61px;
    height: 30px;
}
footer .butts {
    margin: 5px 0 8px;
}
.w-15 {
    display: inline-block;
    margin-left: 15px;
}

.headphones {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/headphones.svg) no-repeat;
    top: 32px;
    right: 32px;
}
.numberone {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/n1.svg) no-repeat;
    top: 32px;
    right: 32px;
    font-size: 18px !important;
}



.sight-favorites {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/n1.svg) no-repeat;
    top: 32px;
    left: 32px;
    z-index: 2;
    font-size: 18px !important;
}
.sight-favorites a span {
    position: absolute;
    top: 8px;
    left: 11px;
    font-weight: bold;
    color: grey;
}
.sight-favorites a.active span {
    color: #f7a52d;
}

.sight-paid {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(resource/n1.svg) no-repeat;
    top: 32px;
    right: 77px;
    z-index: 2;
    font-size: 18px !important;
}

.sight-paid span {
    position: absolute;
    top: 8px;
    left: 11px;
    font-weight: bold;
    color: #1be00d;
}

.clouds-holder {
    position: relative;
}
.clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    pointer-events: none;
}
.clouds-view {
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.clouds .c {    
    background-size: cover !important;
    position: absolute;
    /* background: red !important; */
}
.clouds .c.cm {
    background: url(resource/cloud-png.png);
    opacity: .35;
    width: 1013.71px;
    height: 550.84px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
}
.clouds .c:not(.cm) {
    opacity: .5;
    width: 1391px;
    height: 822px;
    background: url(resource/cloud-trans.png);
}


.cr, .cl {    
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    transition: all 4s;
}

.clouds .cl {
    left: -349.38px;
    top: -365.29px;
    transform: rotate(-14.47deg);
}

.clouds.active .cl {
    left: -927.38px;
    top: -365.29px;
}

.clouds .cm {
    left: 420px;
    top: -191.84px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.clouds.active .cm {
    left: 420px;
    top: -401px;
}

.clouds .cr {
    left: 993.28px;
    top: -374.41px;
    transform: rotate(-11.14deg);
}

.clouds.active .cr {
    left: 1457.28px;
    top: -374.42px;
}

.article-text {
}

.article-text p {
    margin-bottom: 1rem;
    text-indent: 12px;
}

.pay-btn {
    background: url(resource/bg-first.png);
    background-position: center;
    background-size: cover;
    margin: 0 15px;
    padding: 20px;
    border: #BCC0BB 1px solid;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 70px #FFFFFF;
    color: #546251;
}

.modal-content {
    border: #BCC0BB 1px solid;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px;
    color: #546251;
    line-height: 1.5em;
}

.close {
    color: red;
    font-size: 1.2em;
    padding: 5px;
}