* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box-lesson2{
    background-image: -moz-linear-gradient( 41deg, rgb(248,60,122) 0%, rgb(243,60,140) 100%);
    background-image: -webkit-linear-gradient( 41deg, rgb(239, 140, 172) 0%, rgb(220, 130, 169) 100%);
    background-image: -ms-linear-gradient( 41deg, rgb(248,60,122) 0%, rgb(243,60,140) 100%);
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 25px;
    font-family: "Gotham-Book";
    text-align: center;
    cursor: no-drop;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: "Gotham";
    vertical-align: baseline;
}
.clear{
    clear: both;
}
body{
    background: #eaf4ff;
}

@font-face {
    font-family: "Gotham";
    font-weight: bold;
    src: url("../fonts/Gotham-Light.ttf");
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.ttf");
}
@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.ttf");
}
@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.ttf");
}
@font-face {
    font-family: "GothamPro";
    src: url("../fonts/GothamPro.ttf");
}
@font-face {
    font-family: "PlumbKaz-Regular";
    src: url("../fonts/PlumbKaz-Regular.ttf");
}

/*MENU*/
/*MENU MOB*/

.mada{
    width: 49%;
}
html {
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.msg {
    font-family: 'Pacifico', cursive;
    font-size: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    color: #FEFEFE;
    background-color: #1184F0;
}

.features {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}
.features li {
    width: 100%;
    text-align: center;
    padding: .25em;
}

.drawer-list {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    border-bottom-left-radius: 100vw;
    background: linear-gradient(144deg, rgb(119, 136, 213) 0%, rgb(183, 92, 187) 70%, rgb(255, 51, 102)  100%);

}
@media (min-width: 768px) {
    .drawer-list {
        width: 40vw;
    }
}
.drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}
.drawer-list li {
    list-style: none;
    /*text-transform: uppercase;*/
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
    margin-bottom: 2em;
}
.drawer-list li a {
    text-decoration: none;
    color: #FEFEFE;
    text-align: center;
    display: block;
    padding: 1rem;
    /*font-size: calc(24px - .5vw);*/
}
@media (min-width: 768px) {
    .drawer-list li a {
        text-align: right;
        padding: .5rem;
    }
}
.drawer-list li a:hover {
    cursor: pointer;
    background-color: rgba(255, 51, 102, 0.5);
    border: 1px solid rgb(255, 51, 102);
}

input.hamburger {
    display: none;
}
input.hamburger:checked ~ .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
    transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
    transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
    transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
    transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
    transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
    transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
    transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
    transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
    transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
    transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
    transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
    transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
    transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
    transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
    transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
    transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
    transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
    transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
    transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
    transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
    transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
    transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
    transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
    transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
    transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
    transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
    transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
    transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
    transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
    transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
    transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
    transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
    transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
    transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
    transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
    transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
    transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
    transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
    transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
    transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
    transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
    transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
    transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
    transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
    transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
    transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
    transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
    transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
    transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
    transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
    transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
    padding-right: 15px;
}
input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
    color: #0099e0;
    width: 100%;
}
input.hamburger:checked ~ label open {
    color: transparent;
    width: 0;
}

label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 50px;
    width: 36px;
    top: 0px;
    left: 0;
}
label.hamburger:hover {
    cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    align-text: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
}
label.hamburger text close {
    color: transparent;
    right: 0;
    width: 0;
}
label.hamburger text open {
    color: #0099e0;
    width: 100%;
}
label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 50%;
    background: #FFFFFF;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
}
label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    left: 50%;
    background: #FFFFFF;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}
label.hamburger > i:before {
    transform: translate(-50%, -12px);
}
label.hamburger > i:after {
    transform: translate(-50%, 12px);
}

label.hamburger {
    /*position: fixed;*/
    /*top: 15px;*/
    /*right: 15px;*/
}

/**
    SCROLLBAR STYLE FOR IE
*/
body {
    scrollbar-base-color: #138a72;
    scrollbar-3dlight-color: #fff;
    scrollbar-highlight-color: #1abc9c;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #1abc9c;
    scrollbar-shadow-color: #1abc9c;
    scrollbar-dark-shadow-color: #1abc9c;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.icon {
    display: inline-block;
    width: 5vw;
    height: 4vw;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
/*MENU END*/


.cont{
    width: 1170px;
    margin: 0 auto;
}
.header-u{
    background: linear-gradient(144deg, rgb(119, 136, 213) 0%, rgb(183, 92, 187) 70%, rgb(255, 51, 102)  100%);
    height: 60px;
    z-index: 999;
    position: relative;

}
.footer-u{
    height: 60px;
    background: linear-gradient(144deg, rgb(214, 71, 171) 0%, rgb(255, 51, 102) 70%, rgb(252, 161, 93)  100%);
    position: relative;
    z-index: 999;
}
.header-log{
    background: linear-gradient(144deg, rgb(119, 136, 213) 0%, rgb(183, 92, 187) 70%, rgb(255, 51, 102) 100%);
	height: 7vh;
}
.a1{
    margin: 30px 30px 30px 95px;
    background: #fff;
    padding-bottom: 30px;
    height: auto;
    min-height: 791px;
}
.main-sidenar{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px !important;
    z-index: 850;
}
.logo-img{
    width: 123px;
}
.logo-img2{
    width: 120px;
    padding-top: 6px;
}
.footer-log{
    height: 6vh;
    background: linear-gradient(144deg, rgb(214, 71, 171) 0%, rgb(255, 51, 102) 70%, rgb(252, 161, 93) 100%);
}
.f-text{
    color: #fff;
    text-align: center;
    padding-top: 20px
}
.f-text-u{
    color: #fff;
    text-align: center;
    padding-top: 20px
}
.logo {
    font-size: 30px;
    color: #fff;
    padding-top: 12px;
    font-family: "PlumbKaz-Bold";
}
.vxod{
    padding-top: 80px;
    padding-bottom: 50px;
    height: 87vh;
}
.text-forma{
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
    color: rgb(85, 85, 85);
    text-align: center;
    font-family: "Gotham";
    line-height: 1.3;

}

.text-forma span{
    font-size: 33px;
    font-family: "GothamPro";
    letter-spacing: 1px;

}
.forma {
    width: 500px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 55px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 57px 0px rgba(85, 85, 85, 0.28);
}
.forma label{
    float: left;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: "Gotham-Book";
}
.forma input{
    height: 40px!important;
    background: #f8f8f8;
}
.btn-vxod {
    width: 60%;
    background: #f33c8c;
    color: #ffffff;
    height: 40px;
    font-family: "Gotham-Book";
    font-size: 16px;
}
.btn-vxod:hover{
    color: #ffffff!important;
}

.menu-block {
    float: right;
    padding-top: 12px;
}
.menu-block2 {
    display: inline-block;
}
.home-img{
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    margin-right: 15px;

}
.user-h{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
    cursor: pointer;
}
.menu-img {
    vertical-align: middle;
    cursor: pointer;
    width: 35px;
}
.menu-box{
    display: none;
    background: #f93c6f;
    color: #fff;
    margin-top: 23px;
    box-shadow: 0px 6px 17.28px 0.72px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    position: absolute;
    z-index: 99999;
    right: 0;
}
.men-b {
    color: #000;
    padding: 7px 23px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-family: "Gotham-Book";
    margin-right: 10px;
    margin-left: 10px;
}
.user-img {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-right: 5px;
    width: 68px;
}
.user-text-name {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}
.user-text-name a:hover{
    color: #ffffff;
}
.menu-col{
    margin-bottom: 15px;
}
.sokaa{
    color: #fff;
}

.title-k{
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mod-box{
    margin-bottom: 20px;
}

.mod-img{
    width: 100%;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.29);
    position: relative;
}
.mod-img span {
    /*background: rgba(0,0,0,0.7); (полупрозрачность)*/
    background: #222;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 18px;
    padding: 3px 5px;
}
.mod-name{
    background: linear-gradient(144deg, rgb(141, 186, 233) 0%, rgb(229, 124, 195) 70%, rgb(253, 194, 141)  100%);
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.9;
    text-align: center;
    margin-top: -73px;
}
.mod-name2{
    opacity: 1!important;
    z-index: 99999;
}
.mod-name3 {
    font-size: 28px;
    color: rgb(95, 94, 95);
    text-transform: uppercase;
    line-height: 1.328;
    text-align: center;
    font-family: "Gotham-Book";
    margin-bottom: 30px;
}

.box-less{
    width: 380px;
	margin: 0 auto;
}
.box-lesson{
    background-image: -moz-linear-gradient( 41deg, rgb(248,60,122) 0%, rgb(243,60,140) 100%);
    background-image: -webkit-linear-gradient( 41deg, rgb(248,60,122) 0%, rgb(243,60,140) 100%);
    background-image: -ms-linear-gradient( 41deg, rgb(248,60,122) 0%, rgb(243,60,140) 100%);
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 25px;
    font-family: "Gotham-Book";
    text-align: center;
}
._1_СЃР°Р±Р°Т› {
    font-size: 31.25px;
    font-family: "EuclidFlexMedium";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 4666.544px;
    top: 658.781px;
    width: 108px;
    height: 27px;
    z-index: 72;
}

.box-less a:hover{
    text-decoration: none;
}
.number-l{
    display: inline-block;
    font-size: 19px;
    font-family: "Gotham-Book";
}
.k-blo{
    margin: 30px 30px 30px 95px;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
	min-height: 800px;
    height: auto;
}
.number-op{
    display: inline-block;
    font-size: 35px;
    color: rgb(80, 80, 80);
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.322;
    font-family: "Gotham-Book";
}

.number-desc{
    font-family: "PlumbKaz-Regular";
    font-size: 19px;
    color: rgb(80, 80, 80);
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 20px;
}
.number-desc p{
    font-family: "PlumbKaz-Regular"!important;
}
.number-home p {
    font-family: "PlumbKaz-Regular"!important;
}
.number-home ol {
    font-family: "PlumbKaz-Regular"!important;
	padding-left: 20px;
}
.number-work {
    font-size: 23px;
    color: rgb(109, 109, 109);
    line-height: 1.2;
    font-family: "Gotham-Book";
    padding-top: 20px;
}
.number-home{
    color: rgb(109, 109, 109);
    font-size: 19px;
    line-height: 1.5;
   	padding-top: 25px;
	font-family: "PlumbKaz-Regular";
}
.number-home p{
	font-family: "PlumbKaz-Regular";
}
.cabinet{
    padding-top: 50px;
    padding-bottom: 50px;
}
.titll{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}
.cabinet-n{
    font-size: 24px;
    line-height: 1.5;
}
.btn-primaryy{
    background: #4b4b90;
    color: #fff;
    margin-top: 21px;
}
.btn-primaryy:hover{
    color: #ffffff;
}
.upd-cabinet{
    margin: 30px 30px 30px 95px;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 791px;
}
.titll{
    font-size: 32px;
    font-family: "Gotham-Bold";
    color: rgb(80, 80, 80);
}
.knopka{
    background: #f33c8c;
    color: #ffffff;
    width: 85%;
    float: right;
    font-size: 20px;
    border-radius: 25px;
}
.knopka:hover{
    color: #ffffff;
}
.inp{
    margin-bottom: 40px;
    display: inline-block;
    width: 84%;
	height: 40px;
    background-color: rgb(243, 249, 255);
    border-radius: 10px;
    border: 1px solid rgb(121, 160, 245);
}

.updated p {
    display: inline-block;
    text-align: right;
    padding-right: 20px;
    width: 15%;
    color: rgb(109, 109, 109);
    line-height: 1.2;
    font-size: 23px;
    font-family: "Gotham-Book";

}
.img-mod {
    width: 380px;
}


.form-del{
    float: right;
}
.btndel{
    background: none;
    border: none;
    margin-left: 15px;
    font-size: 13px;
}
.btndel:focus{
	outline: none;
}
.name-kr-desc{
    font-family: "PlumbKaz-Regular";
    padding-bottom: 15px;
    font-size: 19px;
    color: rgb(80, 80, 80);
    line-height: 1.5;
    text-align: justify;
}
.name-kr-desc p{
    font-family: "PlumbKaz-Regular";
}
.name-kr-desc p span{
    font-family: "PlumbKaz-Regular";
}

.name-kr-desc ol{
    padding-left: 20px;
}
.download-b{
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    padding: 10px;
    border: 1px solid;
}
.file-img{
    vertical-align: middle;
    width: 30px;
}
.download-text{
    vertical-align: middle;
}
.downs{
    width: 200px;
    margin-top: 20px;
    text-align: center;
}
.home-answer{
    margin-top: 30px;
}
.reply{
    display: none;
}


.img-mod {
    width: 380px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.29);
	margin: 0 auto;
    display: block;
}
.name-mod{
    font-size: 28px;
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "Gotham-Book";
    color: rgb(95, 94, 95);
	text-align: center;
}
.klo2{
    display: none;
}
.nav-open{
    float: left;
    margin-left: 0;
    font-size: 20px;
    cursor: pointer;
    color: #000;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
#sidebar{
    position: fixed;
    height: 100%;
    width: 60px;
    margin-left: 0px;
    top: 0px;
    left: 0;
    border-right: 1px solid rgb(232, 232, 232);
    z-index: 2;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background: #ffffff;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    display: block;
}
.side{
    position: absolute;
    display: block;
    padding-top: 70px;
}
#sidebar.active {
    margin-left: 0px;
    width: 250px;
}
.nnnl{
    width: 20%;
}
.nav-left ul{
    margin-bottom: 0px !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    padding-inline-start: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;

}
.nav-left ul li{
    list-style: none;
    padding-bottom: 30px;
    position: relative;
}
.nav-left ul li a {
    color: #8f309c;
}
.nav-left ul li a span{
    font-size: 16px;
    margin-left: 10px;
    color: rgb(80, 80, 80);
    font-family: "Gotham-Book";
}

.nav-left ul li i{
    font-size: 20px;

}
.left-txt{
    display: none;
    font-weight: 700;
    font-family: "Gotham-Book";
}
.lft{
    display: inline-block !important;
    font-size: 16px;

}
.nvopen{
    margin-left: 55px;
}
.menu-img{
    width: 33px;
}
.mu-img{
    width: 25px;
    vertical-align: middle;
}
.video-mod{
	width: 80%;
}
.primer-video{
	padding-top: 20px;
    padding-bottom: 1px;
}
.t-none{
	width: 190px;
}
.t-none a{
	text-decoration: none;
}
.jukteu {
    display: block;
    color: #fff;
    border-radius: 20px;
    width: auto;
    margin-right: 25px;
    padding: 12px 10px;
    font-size: 16px;
    background: #f53c86;
    font-family: "Gotham-Book";
    font-weight: bold;
    border: 1px solid #f53c86;
	margin-top: 20px;
}
.jukteu:hover{
	color: #fff;
	text-decoration: none;
}
.jukteu:focus{
	outline: none!important;
}
.title{
    font-size: 30px;
    font-family: "Gotham-Book";
    color: rgb(80, 80, 80);
    padding-bottom: 20px;
}
.podtitle{
    font-family: "Gotham-Book";
    font-size: 24px;
    color: rgb(80, 80, 80);
    padding-bottom: 30px;
}
.podalgys{
    font-family: "Gotham-Book";
    font-size: 17px;
    color: rgb(80, 80, 80);
    font-style: italic;
    padding-bottom: 30px;
}
.pox {
    background: #eaf4ff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    height: auto;
    display: block;
    margin-bottom: 35px;
}
.pox1 {
    font-size: 18px;
    padding: 20px;
    padding-right: 0;
    cursor: pointer;
    width: 90%;
    float: left;
    font-weight: bold;

}
.vverh {
    width: 30px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;
}
.pox2 {
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.5;
    padding: 20px;
    padding-top: 15px;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    background: #fff;
    font-weight: bold;
}
.text-rul{
    color: #000;
    font-weight: bold;
	line-height: 1.5;
}

.reset-text{
    padding-bottom: 20px;
}
.reset-text a{
    color: #000000;
}
.title-reset{
    color: #000000;
    font-family: "Gotham-Bold";
    font-size: 20px;
}
.zag-reset{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.inp-reset{
    height: 40px!important;
    background: #f8f8f8;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding-left: 15px;
}
.sub-reset{
    background: #f33c8c;
    height: 40px;
    width: 100%;
    color: #ffffff;
    border: 1px solid #f33c8c;
    border-radius: 30px;
    margin-top: 20px;
}
.sub-reset:focus{
    outline: none;
}
.lbl-reset{
    padding-bottom: 5px;
}
@media (max-width: 1720px) {
	.logo-img {
    	width: 101px;
	}
	.header-log {
    	height: 8vh;
	}
	.vxod {
    	padding-top: 80px;
    	padding-bottom: 80px;
    	height: 85vh;
	}
	.footer-log {
    	height: 7vh;
	}
	.forma {
   	 	width: 500px;
    	margin: 0 auto;
    	padding: 50px;
    	border-radius: 55px;
	}
}

@media (max-width: 1450px) {
    .cont{
        width: 1000px;
    }
	.logo-img {
    	width: 101px;
	}
	.logo {
    	padding-top: 7px;
	}
	.f-text {
    	padding-top: 17px;
	}
	.text-forma {
    	font-size: 22px;
    	padding-bottom: 20px;
	}
	.text-forma span {
    	font-size: 30px;
    	letter-spacing: 1px;
	}
	.forma {
    	width: 480px;
    	padding: 40px;
	}
	.vxod {
    	padding-top: 60px;
    	padding-bottom: 80px;
    	height: 85vh;
	}
	.logo-img2 {
    	width: 120px;
    	padding-top: 8px;
	}
}

@media (max-width: 1199px) {
    .logo-img {
        width: 100px;
    }
    .forma {
        width: 500px;
        margin: 0 auto;
        padding: 50px;
        border-radius: 55px;
    }
    .f-text {
        color: #fff;
        text-align: center;
        padding-top: 15px;
    }
    .cont{
        width: 800px;
    }
    .img-mod {
        width: 100%;
        box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.29);
    }
	.vxod {
    	padding-top: 60px;
    	padding-bottom: 50px;
    	height: auto;
	}
}
@media (max-width: 991px) {
    .cont{
        width: 610px;
    }
    .logo-img {
        width: 95px;
    }
    .mod-name3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .img-mod {
        width: 100%;
    }
    .name-mod {
        font-size: 25px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .name-kr-desc {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 1.3;
    }
    .box-less {
        width: 100%;
    }
    .number-op {
        font-size: 30px;
        padding-bottom: 20px;
        line-height: 1.322;
    }
    .number-home {
        font-size: 17px;
        line-height: 1.2;
        padding-top: 5px;
    }
    .number-desc {
        font-size: 17px;
        line-height: 1.1;
        padding-bottom: 20px;
    }


}

@media (max-width: 767px) {
    .cont{
        width: 100%;
    }
    .header-u {
        height: auto;
        padding-bottom: 10px;
    }
    .vxod {
        padding-top: 80px;
        padding-bottom: 50px;
        min-height: 87vh;
        height: auto;
    }
    .a1 {
        margin: 15px 15px 15px 15px;
        padding-bottom: 30px;
        height: auto;
        min-height: 791px;
    }
    .k-blo {
        margin: 15px 15px 15px 15px;
        background: #fff;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .logo-img2 {
        width: 100px;
        margin: 0 auto;
        padding-top: 8px;
        display: block;
    }
    .menu-img {
        width: 29px;
    }
    .mod-box {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .mod-name3 {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .img-mod {
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    .title-k {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Gotham-Book";
    }
    .side {
        position: absolute;
        display: block;
        padding-top: 100px;
        padding-left: 40px;
    }
    #sidebar {
        position: fixed;
        height: 100%;
        width: 0px;
        margin-left: 0px;
        top: 0px;
        left: -30px;
        border-right: 1px solid rgb(232, 232, 232);
        z-index: 2;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
        background: #ffffff;
        transition: transform .3s ease-in-out,width .3s ease-in-out;
        display: block;
    }
    #sidebar.active {
        margin-left: 0px;
        width: 270px;
    }
    .nav-open {
        float: left;
        margin-left: 0;
        font-size: 20px;
        cursor: pointer;
        color: #000;
        margin-top: 10px;
    }
	.header-log {
    	height: 60px;
	}
}

@media (max-width: 500px) {
    .forma {
        width: 90%;
        margin: 0 auto;
        padding: 40px 25px 30px 25px;
        border-radius: 55px;
    }
    .text-forma span {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .text-forma {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 20px;
        color: rgb(85, 85, 85);
        text-align: center;
        font-family: "Gotham";
        line-height: 1.3;
    }
    .mod-box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .img-mod {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .name-kr-desc {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 1.3;
    }
    .name-mod {
        font-size: 23px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .number-l {
        font-size: 17px;
    }
    .number-op {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .number-desc {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .number-home {
        font-size: 16px;
		padding-top: 10px;
    }
    .disable{
        width: 100%;
    }
	.video-mod {
    	width: 100%;
	}
	.prim-video{
		width: 100%;
    	height: 300px;
    	margin-bottom: 20px;
	}
	.upd-cabinet {
    	margin: 10px;
    	padding-top: 30px;
    	padding-bottom: 50px;
    	height: auto;
    	width: 100%;
	}
	.knopka {
    	width: 85%;
    	float: none;
    	font-size: 20px;
	}
	.titll {
    	font-size: 30px;
    	padding-bottom: 20px;
	}
	.updated p {
    	padding-bottom: 8px;
    	padding-right: 20px;
    	width: 100%;
    	font-size: 20px;
		text-align: left;
	}
	.inp {
    	margin-bottom: 20px;
    	height: 40px;
    	width: 84%;
	}
	.pox1 {
        font-size: 18px;
        padding: 20px;
        padding-right: 0;
        width: 85%;
    }
	.logo {
    	padding-top: 10px;
	}
}
@media (max-width: 420px){
		.prim-video{
		width: 100%;
    	height: 250x;
    	margin-bottom: 20px;
	}
}

@media (max-width: 380px){
	.prim-video{
		width: 100%;
    	height: 205px;
    	margin-bottom: 20px;
	}
	.pox1 {
        font-size: 18px;
        padding: 20px;
        padding-right: 0;
        width: 80%;
    }
}
.quest_select{
    color: #fff;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 16px;
    background: #f53c86;
    font-family: "Gotham-Book";
    font-weight: bold;
    border: 1px solid #f53c86;
}
.barys{
    outline: none!important;
}
.barys:active{
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.blocktapsyrgan{
    display: block;
    background: #fff;
    width: 70%;
    padding: 50px;
    box-shadow: 1.176px 1.618px 3.92px 0.08px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.taps{
    display: block;
    font-size: 24px;
}
.answer label {
    width: 80%;
    height: 40px;
    padding-top: 10px;
}
.answer {
    display: block;
    padding: 0px 0px 0px 15px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0.2px #ccc;
    margin: 10px 0px;
}
.answer:active{
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.question {
    display: block;
    width: 100%;
    padding: 15px 25px;
    border: 2px solid #f53c86;
    border-radius: 5px;
    margin-bottom: 10px;
}
.answers{
    padding: 0px 0px 0px 15px;
}
.quest{
    display: block;
    color:#414141;
    font-size: 18px;
    font-family: 'Gotham-Book';
    font-weight: bold;
}
.activebutton{
    background: #fff;
    color:#f53c86;
    border:3px solid #f53c86;
}
@media(max-width: 575px){
    .w480100{
        width: 100%;
    }
    .f480rgth{
        float: right;
    }
    .w480cssw{
        width: 100%;
        margin-top: 25px!important;
    }
}