@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Golos", sans-serif;
    overflow-x: hidden;
}

.cnt-blk {
    display: block;
    width: 90%;
    max-width: 1960px;
    min-width: 960px;
    margin: 0 auto;
}

header {
    display: block;
    background-color: #ADD6D8;
    padding: 41px 0 41px 0;
}

header .lg {
    height: 48px;
    padding: 0 0 0 43px;
    line-height: 48px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 2.2vh;
    font-style: normal;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

header nav.main-menu ul {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    line-height: 48px;
}

header nav.main-menu ul li {
    display: inline-block;
    margin: 0 1.5%;
}

header nav.main-menu ul li a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}

header nav.main-menu ul li a:hover {
    color: #707070;
}

.btn-default {
    background-color: #ffffff !important;
    border-radius: 16px !important;
    border: 1.5px solid #000 !important;
    color: #000 !important;
    text-align: center !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    padding: 16px 20px !important;
}

header .btn-default {
    margin: 0 2% 0 0 !important;
    font-size: 14px !important;
}

.btn-default:hover {
    background-color: #E8EDFF !important;
}

header .auth-blk {
    line-height: 60px;
}

header .btn-blind {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 37px;
    background-image: url(../images/blind-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

header .language-blk {
    position: relative;
}

header .language-blk .current-lang {
    display: inline-block;
    width: 100%;
    border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    height: 60px;
    color: #707070;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    padding: 0 76px 0 30px;
    text-align: left;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

header .language-blk .language-list {
    display: none;
    text-align: left;
}

header .language-blk:hover .current-lang {
    background-image: url(../images/chevron-up.svg);
    background-color: #E8EDFF;
}

header .language-blk:hover .language-list {
    display: inline-block;
    border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    padding: 63px 25px 15px 25px;
    width: 100%;
    position: absolute;
    left: 0;
}

header .language-blk:hover .language-list a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

header .language-blk:hover .language-list a:hover {
    text-decoration: none;
    color: #707070;
}

.about {
    background-color: rgba(59, 112, 23, 0.25);
    background-image: url(../images/noise.svg);
    color: #000000;
    position: relative;
}

.about .ic1 {
    background-image: url(../images/auth-blk-ic-1.svg);
    background-repeat: no-repeat;
    background-position: 5% 3%;
}

.about .ic2 {
    background-image: url(../images/auth-blk-ic-2.svg);
    background-repeat: no-repeat;
    background-position: 85% 10%;
}

.about .ic3 {
    background-image: url(../images/auth-blk-ic-3.svg);
    background-repeat: no-repeat;
    background-position: 6% 93%;
}

.about .ic4 {
    background-image: url(../images/auth-blk-ic-4.svg);
    background-repeat: no-repeat;
    background-position: 90% 90%;
    padding: 130px 0 192px 0;
}

.about h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110px;
    color: #000000;
    margin: 0;
}

.about h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin: 0 0 24px 0;
}

.about .text-blk {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    margin: 0 0 24px 0;
    display: block;
}

.about .auth-blk {
    position: relative;
    padding: 0 0 0 5%;
}

.about .auth-blk .form-auth-blk {
    padding: 77px 38px 38px 38px;
    border-radius: 56px;
    border: 3px solid #112A30;
    background: #FDF9EC;
    border-top-width: 1.5px;
    background-image: url(../images/about-bg-4.svg);
    background-repeat: no-repeat;
    background-position: 95% 10%;
    position: relative;
    z-index: 1;
}

.about .auth-blk .form-auth-blk .in-auth {
    display: block;
    width: 80%;
}

.about .auth-blk .form-title {
    color: #333333;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 41px 0;
}

.about .auth-blk .form-auth-blk .form-control {
    border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    min-height: 66px;
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    padding-left: 30px;
}

.about .auth-blk .form-auth-blk .form-group {
    margin: 0 0 18px 0;
}

.about .auth-blk .form-auth-blk .form-group.padding {
    margin: 0 0 45px 0;
}

.about .auth-blk .form-auth-blk .btn-primary {
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 32px 0 0;
}

.about .auth-blk .form-auth-blk .help-block {
    color: #C26591;
}

.about .auth-blk .form-auth-blk a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.about .auth-blk .form-auth-blk a:hover {
    color: #707070;
    text-decoration: none;
}

.about .auth-blk .form-auth-blk .btn-blk {
    display: block;
    margin: 15px 0 0 0;
}

.about .auth-blk .img-1 {
    width: 130px;
    height: 112px;
    background-image: url(../images/about-bg-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: -90px;
}

.about .auth-blk .img-2 {
    width: 89px;
    height: 94px;
    background-image: url(../images/about-bg-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -120px;
    left: 40px;
}

.about .auth-blk .img-3 {
    width: 192px;
    height: 190px;
    background-image: url(../images/about-bg-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    bottom: -160px;
    right: -40px;
}

.btn-primary {
    background-color: #F08B47  !important;
    border-radius: 16px  !important;
    border: 2px solid #592C0D  !important;
    border-bottom-width: 4px  !important;
    color: #592C0D  !important;
    text-align: center  !important;
    font-size: 18px  !important;
    font-style: normal !important;
    font-weight: 700 !important;
    height: 60px !important;
    line-height: 14px !important;
    padding: 21px 20px !important;
    position: relative !important;
}

.btn-primary:hover {
    background-color: #E8EDFF  !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary.btn-highlight::after {
    content: "";
    width: 26px;
    height: 31px;
    background-image: url(../images/btn-after-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: -17px;
    right: -26px;
}

.btn-primary.btn-highlight::before {
    content: "";
    width: 26px;
    height: 31px;
    background-image: url(../images/btn-before-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    bottom: -17px;
    left: -26px;
}

.btn-more {
    background-color: #F08B47 !important;
    border: 1px solid #592C0D !important;
    border-bottom-width: 3px !important;
    padding: 14px 16px !important;
    border-radius: 46px !important;
    -moz-border-radius: 46px !important;
    -webkit-border-radius: 46px !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #592C0D !important;
    outline: 0 !important;
    line-height: 18px !important;
    box-shadow: none !important;
}

.btn-more:hover {
    box-shadow: none !important;
    background-color: #E8EDFF !important;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #000000;
    background-color: #ffffff;
    border-radius: 8px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.custom-checkbox:checked+label::before {
    border-color: #000000;
    background-color: rgba(217, 217, 217, 1);
    background-image: url(../images/icon-checkbox.svg);

}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #707070;
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: rgba(217, 217, 217, 1);
    border-color: #000;
}

.page-title {
    color: #333333;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
}

.olympiad-catalog {
    display: block;
    padding: 100px 0 23px 0;
    background-color: #ffffff;
}

.olympiad-catalog .page-title {
   margin: 0 0 38px 0;
}

.olympiad-catalog .anounce-blk {
    color: #797979;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 0 0 30px 0;
    line-height: 32px;
}

.olympiad-catalog .list-blk .e {
    display: block;
    background-color: #D8FDFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #112A30;
    position: relative;
    padding:  58px 42px;
    margin: 0 0 37px 0;
    z-index: 2;
}

.olympiad-catalog .list-blk .e .ic {
    position: absolute;
    border-radius: 8px;
    border: 2px solid #000;
    background: #FFF;
    top: 20px;
    font-size: 10px;
    color: #000000;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 0;
    cursor: help;
}

.olympiad-catalog .list-blk .e .ic.gift {
    right: 74px;
}

.olympiad-catalog .list-blk .e .ic.online {
    right: 42px;
}

.olympiad-catalog .list-blk .e .ic .tooltip-blk {
    position: absolute;
    border-radius: 16px;
    border: 2px solid #112A30;
    background: #ADD6D8;
    min-width: 330px;
    z-index: 5;
    right: 0;
    display: none;
}

.olympiad-catalog .list-blk .e .ic .tooltip-blk .in-tooltip {
    padding: 30px 20px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    position: relative;
    text-align: left;

}
.olympiad-catalog .list-blk .e .ic .tooltip-blk .in-tooltip strong {
    color: #000000;
}

.olympiad-catalog .list-blk .e .ic .tooltip-blk .in-tooltip::after {
    content: "";
    width: 48px;
    height: 20px;
    background-image: url(../images/triangle-bg.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -22px;
    right: 10px;
}

.olympiad-catalog .list-blk .e .title-blk {
    height: 66px;
    line-height: 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #333;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 0 100px;
}

.olympiad-catalog .list-blk .e .text-right {
    line-height: 66px;
}

.olympiad-catalog .list-blk .e::before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    left: -5px;
    top: -5px;
}

.olympiad-catalog .btn-blk {
    margin: 25px 0 62px 0;
}

.olympiad-catalog .list-gifts-blk .desc-blk {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000000;
    background: #ffffff;
    position: sticky;
    z-index: 3;
    top: 80px;
    padding: 64px 8%;
    border-left-width: 1.5px;
    border-right-width: 1px;
    border-bottom-width: 2px;
}

.olympiad-catalog .list-gifts-blk .desc-blk .title-blk {
    color: #000000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 31px 0;
    line-height: 48px;
}

.olympiad-catalog .list-gifts-blk .desc-blk .text-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    display: block;
    margin: 0 0 55px 0;
}

.olympiad-catalog .list-gifts-blk .desc-blk .ic {
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    left: 50%;
    text-align: center;
    color: #000000;
    top: -77px;
    margin: 0 0 0 -59px;
}

.olympiad-catalog .list-gifts-blk .desc-blk .params-blk {
    margin-bottom: 49px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.olympiad-catalog .list-gifts-blk .desc-blk .params-blk .label-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.olympiad-catalog .list-gifts-blk .desc-blk .telegram-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    line-height: 60px;
    color: #000000;
}

.olympiad-catalog .list-gifts-blk .desc-blk .telegram-link:hover {
    color: #2AABEE;
}

.olympiad-catalog .list-gifts-blk .desc-blk .telegram-link::before {
    height: 60px;
    width: 60px;
    background-image: url(../images/icon-telegram.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1.5px solid #000000;
    border-bottom-width: 3px;
    content: "";
    display: inline-block;
    margin: 0 23px 0 0;
    vertical-align: middle;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

.olympiad-catalog .list-gifts-blk .desc-blk .telegram-link:hover::before {
    border-color: #2AABEE;
}

.olympiad-catalog .list-gifts-blk .gifts-blk {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000000;
    background: #1B4049;
    position: relative;
    padding: 64px 20% 64px 8%;
    border-left-width: 2px;
    border-right-width: 3px;
    border-bottom-width: 2px;
}

.olympiad-catalog .list-gifts-blk .gifts-blk .title-blk {
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 31px 0;
    line-height: 48px;
}

.olympiad-catalog .list-gifts-blk .gifts-blk .place-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 24px 0;
}

.olympiad-catalog .list-gifts-blk .gifts-blk .e {
    display: block;
    background-color: #ADD6D8;
    padding: 43px 166px 38px 20px;
    position: relative;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 0 0 53px 0;
    border: 2px solid #112A30;
    border-bottom-width: 6px;
    border-left-width: 3px;
}

.olympiad-catalog .list-gifts-blk .gifts-blk .e .img {
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border: 3px solid #000;
    width: 149px;
    height: 149px;
    position: absolute;
    right: -2px;
    bottom: -6px;
    background-color: #ffffff;
}

.olympiad-catalog .list-gifts-blk .gifts-blk .ic {
    display: block;
    width: 204px;
    height: 218px;
    background-image: url(../images/olympiad-bg-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: absolute;
    top: -40px;
    right: -50px;
}

.birge-oqy {
    display: block;
    padding: 100px 0;
    background-color: #D8FDFF;
}

.birge-oqy .page-title {
    margin: 0 0 70px 0;
}

.birge-oqy .lg-bo {
    display: block;
    background-image: url(../images/bo-logo.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 121px;
    height: 94px;
    border-radius: 16px;
    background-color: #A47CF7;
}

.birge-oqy .next-olympiad,
.birge-oqy .prev-olympiad
{
    display: inline-block;
    margin: 0 11px 0 0;
    vertical-align: middle;
}

.birge-oqy .next-olympiad a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow-single-right.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    text-indent: -8000px;
    text-align: left;
}

.birge-oqy .prev-olympiad a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow-single-left.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    text-indent: -8000px;
    text-align: left;
}

.birge-oqy .next-olympiad a:hover,
.birge-oqy .prev-olympiad a:hover
{
    background-color:  #E8EDFF;
}

.birge-oqy .text-right {
    line-height: 94px;
}

.birge-oqy .slider-olympiad-bo {
    margin: 30px 0 0 0;
    display: block;
}

.birge-oqy .slider-olympiad-bo .e{
    display: block;
    position: relative;
    border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #B2A6FF;
    padding: 31px 57px;
    z-index: 1;
}

.birge-oqy .slider-olympiad-bo .e::before {
    border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFA6A6;
    display: block;
    position: absolute;
    left: -4px;
    top: -2px;
    content: "";
    width: 100%;
    height: 100%;
}

.birge-oqy .slider-olympiad-bo .e .title-blk {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin: 32px 0 56px 0;
}

.birge-oqy .slider-olympiad-bo .e .img {
    display: block;
    height: 353px;
    width: 80%;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url(../images/olympiad-bo-img-1.png);
    background-position: 50% 50%;
}

.birge-oqy .slider-olympiad-bo .e .params-blk .p {
    display: inline-block;
    margin: 0 10% 51px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    vertical-align: top;
}

.birge-oqy .slider-olympiad-bo .e .params-blk .p .label-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 8px 0;
}

.myn-bala {
    padding: 130px 0 182px 0;
    background-image: url(../images/about-bg-4.svg);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

.myn-bala .banner-blk {
    border-radius: 38px;
    border: 3px solid #000;
    background: #792FD7;
    color: #ffffff;
    position: relative;
    padding: 105px 66px;
    background-image: url(../images/myn-bala-lg.svg);
    background-repeat: no-repeat;
    background-position: 96% 10%;
}

.myn-bala .banner-blk .page-title {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin: 0 0 54px 0;
    line-height: 64px;
}

.myn-bala .banner-blk .page-title span {
    display: inline-block;
    background-color: #FFFFFC;
    border-radius: 15px;
    border: 2px solid #000;
    border-bottom-width: 4px;
    color: #792FD7;
    font-size: 36px;
    font-weight: 400;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 36px;
}

.myn-bala .banner-blk .text-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
}

.myn-bala .banner-blk .img {
    background-image: url(../images/myn-bala-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 735px;
    max-height: 338px;
    width: 735px;
    height: 338px;
    position: absolute;
    right: -40px;
    bottom: 0;
}

.myn-bala .zere-blk {
    border-radius: 47px;
    border: 3px solid #000;
    background: #C26591;
    padding: 300px 162px 20px 162px;
    margin: -240px 10px 0 10px;
    text-align: center;
    background-image: url(../images/myn-bala-bg-1.svg);
    background-repeat: no-repeat;
    background-position: 1% 99%;
}

.myn-bala .zere-blk .e {
    display: block;
    text-align: center;
}

.myn-bala .zere-blk .e .question {
    border-radius: 15px;
    border: 2px solid #000;
    background: #FFFFFC;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 20px 14px;
    line-height: 40px;
    border-bottom-width: 4px;
    margin: 0 0 134px 0;
}

.myn-bala .zere-blk .e .answer {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    position: relative;
    margin: 0 0 82px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding: 62px 46px 46px 46px;
    text-align: left;
}

.myn-bala .zere-blk .e .answer::before {
    content: "";
    width: 120px;
    height: 130px;
    background-image: url(../images/zere-avatar.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: -65px;
}

.myn-bala .zere-blk .stages-blk {
    display: inline-block;
    width: 60%;
    margin: 0 0 -100px;
}

.myn-bala .zere-blk .stages-blk .e {
    border-radius: 24px;
    border: 1px solid #000;
    background-color: #E8EDFF;
    border-bottom-width: 4px;
    padding: 32px;
    text-align: left;
    border-right-width: 2px;
}

.myn-bala .zere-blk .stages-blk .e .ic {
    display: block;
    height: 80px;
    width: 80px;
    background-image: url(../images/myn-bala-icon-1.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 0 16px 0;
}

.myn-bala .zere-blk .stages-blk .e .title-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
}

.myn-bala .zere-blk .stages-blk .e .labels-blk {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.myn-bala .zere-blk .stages-blk .e .desc-blk {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;  
}

.myn-bala .zere-blk .stages-blk .e .btn {
    width: 100%;
    margin: 24px 0 0 0;
}

.faq {
    display: block;
    padding: 100px 0 57px 0;
    position: relative;
}

.faq .img {
    display: block;
    width: 176px;
    height: 174px;
    background-image: url(../images/faq-img-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -10px;
}

.faq .faq-navigation {
    text-align: center;
    display: block;
    margin: 0 0 35px 0;
}

.faq .faq-navigation a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    line-height: 48px;
    padding: 16px 30px;
    border: 2px solid #592C0D;
    border-right: none;
    cursor: pointer;
}

.faq .faq-navigation a:hover {
    background-color: #E8EDFF;
}

.faq .faq-navigation a:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.faq .faq-navigation a:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-right: 2px solid #592C0D;
}

.faq .faq-navigation a.active {
    background-color: #F08B47;
    border-bottom-width: 4px;
    font-weight: 700;
    color: #592C0D;
}

.faq .list-faq-blk .e {
    display: block;
    margin: 0 0 57px 0;
}

.faq .tab-faq {
    display: none;
}
.faq .tab-faq.active {
    display: block;
}


.faq .list-faq-blk .e .question {
    border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    border: 3px solid #112A30;
    background-color: #1B4049;
    padding: 45px 122px 38px 48px;
    line-height: 36px;
    position: relative;
}

.faq .list-faq-blk .e .question .page-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 48px;
    color: #ffffff;
}

.faq .list-faq-blk .e .question::after {
    content: "";
     display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/arrow-single-down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    position: absolute;
    right: 32px;
    top: 50%;
    margin: -30px 0 0 0;
}

.faq .list-faq-blk .e .question.active::after {
    background-image: url(../images/arrow-single-up.svg);
}

.faq .list-faq-blk .e .answer {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    padding: 142px 45px 45px 45px;
    margin: -100px 0 0 0;
    display: none;
}

.faq .list-faq-blk .faq-tree-blk {
    border-radius: 24px;
    border: 2px solid #000;
    background: #FFF;
}

.faq .list-faq-blk .faq-tree-blk a {
    display: block;
    padding: 38px 60px 38px 20px;
    background-image: url(../images/arrow-single-right.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
}

.faq .list-faq-blk .faq-tree-blk a.active {
    border-radius: 24px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    background-color: #F08B47;
    font-weight: 700;
    border-right: 4px solid #000000;
    margin-right: -2px;
}

.faq .list-faq-blk .faq-tree-blk a.active:first-child {
    border-top: none;
}

.faq .list-faq-blk .faq-tree-blk a.active:last-child {
    border-bottom: none;
}

footer {
    border-radius: 56px 56px 0px 0px;
    border-top: 3px solid #D2D2D2;
    background-color : #F8F8F8;
    padding: 103px 0;
}

footer .page-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 57px 0;
}

footer .contacts-blk .e {
    display: block;
    margin: 0 0 22px 0;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #000000;
}

footer .contacts-blk .e.phone {
    background-image: url(../images/icon-phone.svg);
}

footer .contacts-blk .e.email {
    background-image: url(../images/icon-email.svg);
}

footer .contacts-blk .e:hover {
    color: #707070;
    text-decoration: none;
}

footer .social-blk {
    display: block;
    margin: 39px 0 0 0;
}

footer .social-blk a {
    display: inline-block;
    margin: 0 3% 0 0;
    text-indent: -8000px;
    text-decoration: none;
    text-align: left;
    width: 57px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

footer .social-blk a:hover {
    text-decoration: none;
    opacity: 0.8;
}

footer .social-blk a.facebook {
    background-image: url(../images/icon-facebook.svg);
}

footer .social-blk a.instagram {
    background-image: url(../images/icon-instagram.svg);
}

footer .social-blk a.youtube {
    background-image: url(../images/icon-youtube.svg);
}

footer .sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 24px 0;
}

footer ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: block;
    margin: 0 0 24px 0;
}

footer ul li a {
    color: #868686;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: none;
    color: #000000;
}

.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin: 64px 0 38px 0;
    color: #797979;
}

.breadcrumb a {
    color: #797979;
}

.page-block .page-title {
    margin: 0 0 57px 0;
}

.page-block .text-block {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
}

.page-block .contacts-page {
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border: 3px solid #000;
    background: #D8FDFF;
    padding: 48px;
    margin: 0 0 57px 0;
}

.page-block .contacts-page .e {
    display: block;
    margin: 0 0 31px 0;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #000000;
}

.page-block .contacts-page .e.phone {
    background-image: url(../images/icon-phone.svg);
}

.page-block .contacts-page .e.email {
    background-image: url(../images/icon-email.svg);
    background-position: 15px 50%;
    padding-left: 75px;
}

.page-block .contacts-page .social-blk a {
    display: block;
    text-decoration: none;
    text-align: left;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    padding-left: 72px;
    font-weight: 700;
    line-height: 60px;
    text-decoration: none;
    color: #000000;
    margin: 0 0 31px 0;
}

.page-block .contacts-page .social-blk a:hover {
    text-decoration: none;
}

.page-block .contacts-page .social-blk a.facebook {
    background-image: url(../images/icon-facebook.svg);
}

.page-block .contacts-page .social-blk a.instagram {
    background-image: url(../images/icon-instagram.svg);
}

.page-block .contacts-page .social-blk a.youtube {
    background-image: url(../images/icon-youtube.svg);
}

.page-block .contacts-page .label-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.page-block .contacts-page .desc-blk {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 24px 0;
}

.page-block .contacts-page .page-title {
    margin: 0 0 31px 0;
}

.user-cabinet-block {
    padding: 36px 0;
}

.user-cabinet-block .user-cabinet-menu {
    border-radius: 24px;
    border: 2px solid #000;
    background-color: #FFF;
}

.user-cabinet-block .user-cabinet-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
}

.user-cabinet-block .user-cabinet-menu ul li {
    position: relative;
}

.user-cabinet-block .user-cabinet-menu ul li a {
    display: block;
    padding: 38px 60px 38px 20px;
    background-image: url(../images/arrow-single-right.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
    position: relative;
}

.user-cabinet-block .user-cabinet-menu ul li.exit-link a {
    background-image: none;
}

.user-cabinet-block .user-cabinet-menu ul li.active a {
    border-radius: 24px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    background-color: #F08B47;
    font-weight: 700;
    border-right: 4px solid #000000;
    margin-right: -2px;
}

.user-cabinet-block .user-cabinet-menu ul li.active:first-child a {
    border-top: none;
}

.user-cabinet-block .user-cabinet-menu ul li.active:last-child  a{
    border-bottom: none;
}

.user-cabinet-block .user-cabinet-menu ul li a .warning-info {
    color: #BB271A;
}

.user-cabinet-block .user-cabinet-menu ul li a .tooltip-info-blk {
    position: absolute;
    border-radius: 16px;
    border: 2px solid #000;
    background: #ADD6D8;
    min-width: 330px;
    z-index: 5;
    right: 0;
    display: inline-block;
    bottom: 68px;
}

.user-cabinet-block .user-cabinet-menu ul li a .tooltip-info-blk .tooltip-in-blk {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    position: relative;
    text-align: left;
    font-weight: 500;
}

.user-cabinet-block .user-cabinet-menu ul li a .tooltip-info-blk .tooltip-in-blk::after {
    content: "";
    width: 48px;
    height: 20px;
    background-image: url(../images/triangle-bg.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -41px;
}

.user-cabinet-block .user-cabinet-menu ul li.active a .tooltip-info-blk .tooltip-in-blk::after {
    margin-left: -32px;
}

.user-cabinet-block .user-cabinet-menu .avatar-img {
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    position: absolute;
    right: 41px;
    top: 50%;
    margin: -14px 0 0 0;
}

.user-cabinet-block .profile-detail-view {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    padding: 0 15px;
}

.user-cabinet-block .filled-blk {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #ADD6D8;
    padding: 28px 48px 28px 48px;
    display: block;
    margin: -3px -3px 0 -3px;
}

.user-cabinet-block .page-title {
    font-size: 36px;
    margin: 0;
    line-height: 36px;
}

.user-cabinet-block .profile-detail-view .filled-blk {
    margin: -3px -18px 0 -18px;
    line-height: 36px;
}

.user-cabinet-block .profile-detail-view .row:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.10);
}

.user-cabinet-block .profile-detail-view .col-sm-3,
.user-cabinet-block .profile-detail-view .col-sm-9 {
    padding: 17px 0 17px 69px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; 
}

.user-cabinet-block .profile-form-block {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FDF9EC;
    padding: 0 63px 63px 63px;
}

.user-cabinet-block .profile-form-block .filled-blk {
    margin: -3px -66px 36px -66px;
}

.user-cabinet-block .sub-title {
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    margin: 0 0 36px 0;
}

.form-blk .form-control {
    border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    min-height: 66px;
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    padding-left: 30px;
}

.form-blk .control-label {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
}

.form-blk .form-group {
    margin-bottom: 42px;
}

.form-blk select.form-control {
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding-right: 64px;
}

.form-blk select.form-control::-ms-expand {
    display: none; 
}

.form-blk .btn-primary {
    padding-left: 100px;
    padding-right: 100px;
}

.form-blk .custom-input-file input {
   opacity: 0;
   position: absolute;
   z-index: -1;
}

.form-blk .custom-input-file label {
    background-color: #FFE500;
    border-radius: 16px;
    border: 2px solid #000;
    border-bottom-width: 4px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    line-height: 14px;
    padding: 21px 20px;
    position: relative;
}

.form-blk .custom-input-file label:hover {
    background-color: #E8EDFF;
}

.form-blk .custom-input-file .inside-block {
    display: block;
    height: 363px;
    width: 363px;
    border-radius: 363px;
    -moz-border-radius: 363px;
    -webkit-border-radius: 363px;
    border: 2px solid #000;
    background-color: #F8F8F8;
    line-height: 363px;
    text-align: center;
    margin: 100px auto 0 auto;
}

@media screen and (min-width:0\0) {
    .form-blk select.form-control {
        background-image:none\9;
        padding: 5px\9;
    }
}

.user-cabinet-block .zere-block-cap {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    text-align: center;
}

.user-cabinet-block .zere-block-cap .text-blk {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 0 0 0 -219px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.user-cabinet-block .zere-block-cap .text-blk .inside-block {
    padding: 20px 60px;
    position: relative;
}

.user-cabinet-block .zere-block-cap .text-blk .inside-block::before {
    content: "";
    width: 120px;
    height: 130px;
    background-image: url(../images/zere-avatar.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -120px;
    margin: 0 0 0 -60px;
}

.user-cabinet-block .list-polls,
.user-cabinet-block .poll-start,
.user-cabinet-block .main-poll-blk .question-blk,
.user-cabinet-block .list-payments
{
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FDF9EC;
    padding: 0 63px 63px 63px;
}

.user-cabinet-block .main-poll-blk .question-blk {
    background-color: #ffffff;
}

.user-cabinet-block .list-polls .filled-blk,
.user-cabinet-block .poll-start .filled-blk,
.user-cabinet-block .main-poll-blk .question-blk .filled-blk,
.user-cabinet-block .list-payments .filled-blk
{
    margin: -3px -66px 36px -66px;
}

.user-cabinet-block .list-polls .e {
    border-radius: 16px;
    border: 2px solid #000;
    background: #FFF;
    padding: 42px;
    height: calc(100% - 32px);
    margin: 0 0 32px 0;
}

.user-cabinet-block .list-polls .hd-blk {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    color: #707070;
}

.user-cabinet-block .list-polls .hd-blk span {
    border-radius: 8px;
    border: 2px solid #000;
    background: #FFF;
    font-size: 10px;
    color: #000000;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 0;
    display: inline-block;
}

.user-cabinet-block .list-polls .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    margin-bottom: 10px;
}

.user-cabinet-block .list-polls .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.user-cabinet-block .list-polls .hint-blk {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    color: #707070;
}

.user-cabinet-block .list-polls .price span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
    color: #707070;
    display: block;
}

.user-cabinet-block .list-polls .price span.paid {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}

.user-cabinet-block .list-polls .buttons {
    margin-top: 10px;
}

.user-cabinet-block .poll-start .text-blk {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.user-cabinet-block .main-poll-blk .question-blk .sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 30px;
    color: #474747;
    margin: 0;
}

.user-cabinet-block .main-poll-blk .question-blk .num-blk {
    color: #707070;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-cabinet-block .main-poll-blk .question-blk  .question-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    display: block;
    margin: 0 0 32px 0;
}

.user-cabinet-block .main-poll-blk .question-blk .answer-blk .row {
    border-radius: 16px;
    border: 2px solid #000;
    background: #FFF;
    margin-bottom: 32px;
}

.user-cabinet-block .main-poll-blk .question-blk .answer-blk .row .col-sm-12 {
    padding-top: 32px;
    padding-bottom: 32px;
}


.custom-checkbox-list
{
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}

.custom-checkbox-list+label
{
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox-list+label p {
    margin: 0;
}

.custom-checkbox-list+label::before
{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #000000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    outline: 0;
    padding: 2px;
    background-color: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .15s ease-in-out, top .15s ease-in-out;  
}

.custom-checkbox-list:not(:disabled):not(:checked)+label:hover::before
{
    border-color: #c4c4c4;
}

.custom-checkbox-list:not(:disabled):active+label::before
{
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.custom-checkbox-list:focus+label::before
{
    border-color: #F2A072;
}

.custom-checkbox-list:focus:not(:checked)+label::before
{
    border-color: #F2A072;
}

.custom-checkbox-list:checked+label::before
{
    border-color: #000000;
    background-color: #ffffff;
    background-image: url(../images/dot-radio.svg);
    
}

.custom-checkbox-list:disabled+label::before
{
    background-color: #e9ecef;
}

.user-cabinet-block .navigation-poll-blk {
    border-radius: 24px;
    border: 3px solid #000000;
    background-color: #E8EDFF;
    padding: 32px;
}

.user-cabinet-block .navigation-poll-blk .sub-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.user-cabinet-block .navigation-poll-blk  .btn-primary {
    font-size: 18px;
}

.passing-polls-blk .poll-nav a {
    display: inline-block;
    text-decoration: none;
    border: 1.5px solid #000000;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    margin: 0 2% 2% 0;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    vertical-align: top;
   
}

.passing-polls-blk .poll-nav span {
    display: inline-block;
    text-decoration: none;
    border: 1.5px solid #000000;
    background-color: #D8FDFF;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    margin: 0 3% 2% 0;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    vertical-align: top;
}

.passing-polls-blk .poll-nav span.answered {
    border: 1px solid #000000;
    background-color: #D8FDFF;
}

.passing-polls-blk .poll-nav a.active,
.passing-polls-blk .poll-nav span.active
{
    background-color: #FFFACD;
    border-color: #000000;
    border-bottom-width: 4px;   
    font-weight: 500;
}

.passing-polls-blk .poll-nav a:hover {
    background-color: transparent;
    border-color: #000000;
}

.passing-polls-blk .btn-nav {
    text-align: center;
    margin: 36px 0 0 0;
    display: block;
}

.passing-polls-blk .btn-nav .btn-default {
    width: 49%;
    background-color: #FFFACD !important;
}

.user-cabinet-block .navigation-poll-blk h3.sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 36px;
}

.user-cabinet-block .list-payments {
    overflow-x: hidden;
}

.user-cabinet-block .list-payments .e {
    border-radius: 16px;
    border: 2px solid #000;
    background: #FFF;
    padding: 42px;
    height: calc(100% - 32px);
    margin: 0 0 32px 0;
}

.user-cabinet-block .list-payments .e .hd-blk {
    font-size: 14px;
    color: #707070;
    margin-bottom: 10px;
}

.user-cabinet-block .list-payments .e .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.user-cabinet-block .list-payments .e .params-blk {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}

.user-cabinet-block .list-payments .e .params-blk span {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    display: block;
}

.pagination {
    display: block;
}

.pagination li {
    padding: 5px;
    display: inline-block;
}

.pagination li a {
    text-decoration: none;
    border: 1.5px solid #000000;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    margin: 0 2% 2% 0;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    vertical-align: top;
    display: block;
}

.pagination li a:hover {
    background-color: #E8EDFF;
}

.pagination li.disabled span{
    text-decoration: none;
    border: 1.5px solid #707070;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    margin: 0 2% 2% 0;
    color: #707070;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    vertical-align: top;
    display: block;
}

.pagination li.active a {
    background-color: #F08B47;
    border-color: #000000;
    border-bottom-width: 4px;   
    font-weight: 500;
}

.eventsReminderConteinier{ position:fixed; right:20px; top:20px; z-index:100; min-width:200px;text-align: right;max-width:350px;}
.eventsReminder{-webkit-box-shadow: 0px 6px 7px  rgba(51,51,51,0.1);box-shadow:  0px 6px 7px  rgba(51,51,51,0.1); 
                -webkit-border-radius: 5px; 
                border-radius: 16px;   
               margin:10px 0; 
               background:#ffffff; padding:10px;  position:relative;  display:inline-block;
               max-width: 320px;    
               min-width: 320px;
               border: 1.5px solid #000000;
               border-bottom-width: 4px;
}
.eventsReminder .close:hover{ opacity:0.6}
.eventsReminder .discr{ }
.eventsReminder .discr .title{ color:#000000; line-height:20px; font-weight: 500; font-size:16px;text-align: center; margin-bottom: 10px;}
.eventsReminder .discr .info {
    padding: 15px;
    background-color: #f1eeec;
    border-radius: 5px;
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
    text-align: left;
}

.eventsReminder .discr .info .name {
    color: #333333;
    margin-bottom: 5px;
}

.eventsReminder .discr .btns {
    margin-top: 10px;
}

.eventsReminder .discr .btns a {
    color: #ff5722;
    text-decoration: none;
    font-size: 16px;
}

.eventsReminder .close {
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    opacity: 0.7;
    z-index: 10;
    color: #888B94;
}

.register-form .body-form {
    border-radius: 56px;
    border: 3px solid #112A30;
    background-color: #FDF9EC;
    padding: 48px;
    margin: 60px 0 93px 0;
}

.register-form .sub-title {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 29px 0;
}

.register-form .hint-blk {
    border-radius: 16px;
    border: 2px solid #000;
    background: #FFF;
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 20px;
    margin: 0 0 24px 0;
}

.register-form .instruction-blk {
    margin: 60px 0 0 0;
}

.register-form .body-form .page-title {
    margin: 0 0 44px 0;
}

.register-form a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.register-form .instruction-blk .sub-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;    
}

.register-form .instruction-blk .btn-default {
    margin: 0 0 32px 0;
}

.register-form .btn-block {
    color: #707070;
    font-size: 18px;
}

.modal-olympiad {
    display: none;
    position: fixed;
/*    top: 20px;
    bottom: 20px;*/
    left: 50%;
    width: 800px;
    margin: 0 0 0 -400px;
    border-radius: 56px;
    border: 3px solid #112A30;
    background-color: #ffffff;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 229, 0, 1);
}

.modal-olympiad::-webkit-scrollbar {
    width: 4px;
}

.modal-olympiad::-webkit-scrollbar-track {
    background-color: transparent;       /* цвет дорожки */
}

.modal-olympiad::-webkit-scrollbar-thumb {
    background-color: rgba(255, 229, 0, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.modal-olympiad .inside-modal {
    background-color: #1B4049;
    border-radius: 56px;
    border: 3px solid #112A30;
    margin: -3px -3px 35px -3px;
    padding: 32px;
    position: relative;
}

.modal-olympiad .inside-modal .img {
    display: block;
    height: 66px;
    width: 66px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    margin: 0 0 20px 0;
}

.modal-olympiad .inside-modal .page-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
    line-height: 66px;
    color: #ffffff;
}

.modal-olympiad .inside-modal .desc-text {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin: 0 0 20px 0;
}

.modal-olympiad .inside-modal .label-blk {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-olympiad .inside-modal .class-list {
    display: block;
    margin: 20px 0 0 0;
    font-size: 20px;font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
}

.modal-olympiad .inside-modal .place-blk {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 10px 0 0 0;
    color: #ffffff;
}

.modal-olympiad .inside-modal .place-blk .title-blk {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.modal-olympiad .inside-modal .place-blk .e {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.modal-olympiad .inside-modal .place-blk .e::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: absolute;
    left: -8px;
    top: 5px;
}

.modal-olympiad .inside-modal .prev-olymp,
.modal-olympiad .inside-modal .next-olymp
{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    vertical-align: middle;
}

.modal-olympiad .inside-modal .navigate-blk .pager-blk {
    line-height: 66px;
}

.modal-olympiad .inside-modal .navigate-blk .pager-blk a {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 2px solid #112A30;
    border-radius: 10px;
    background-color: #ffffff;
}

.modal-olympiad .inside-modal .navigate-blk .pager-blk  span.active {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 2px solid #FFE500;
    border-radius: 10px;
    background-color: #FFE500;
    box-shadow: 0px 1px 0px #112A30;
}

.modal-olympiad .inside-modal .next-olymp {
    background-image: url(../images/arrow-single-right.svg);
}

.modal-olympiad .inside-modal .prev-olymp {
    background-image: url(../images/arrow-single-left.svg);
}

.modal-olympiad .inside-modal .prev-olymp:hover,
.modal-olympiad .inside-modal .next-olymp:hover {
    background-color: #E8EDFF;
}

.modal-olympiad .navigate-blk {
    display: block;
    margin: 20px 0 0 0;
}

.modal-olympiad .close-modal {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    background-image: url(../images/icon-close.svg);
    position: absolute;
    right: 30px;
    top: 28px;
    z-index: 101;
}

.modal-olympiad .close-modal:hover {
    background-color: #E8EDFF;
}

.modal-olympiad .stages-blk {
    padding: 0 22px 22px 22px;
}

.modal-olympiad .stages-blk .stage-table-blk {
    border-radius: 27px 27px 26px 27px;
    border: 5px solid #112A30;
    background-color: #FFF;
}

.modal-olympiad .stages-blk .stage-table-blk .hd-blk {
    border-radius: 24px;
    border: 1px solid #112A30;
    background: #ADD6D8;
    margin: -5px -5px 0 -5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #112A30;
}

.modal-olympiad .stages-blk .stage-table-blk .hd-blk .row div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-olympiad .stages-blk .stage-table-blk .body-blk {
    padding: 0 15px;
}

.modal-olympiad .stages-blk .stage-table-blk .body-blk .row:nth-child(even){
    background-color: rgba(0, 0, 0, 0.10);
}

.modal-olympiad .stages-blk .stage-table-blk .body-blk .row div {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.modal-olympiad .stages-blk .stage-table-blk .body-blk span {
    border-radius: 8px;
    border: 2px solid #000;
    background: #FFF;
    font-size: 10px;
    color: #000000;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 0;
    display: block;
    margin-top: 10px;
}

.modal-olympiad .btn-blk {
    padding: 0 22px 22px 22px;
}

.modal-olympiad .hint-blk {
    border-radius: 12px;
    border: 2px solid #000;
    background: #FFCDD9;
    color: #000000;
    padding: 12px 22px 12px 55px;
    background-image: url(../images/icon-checkbox.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    font-weight: 500;
}

.overlay {
    display: none;
    z-index: 99;
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader-data-block {
    display: none;
    z-index: 99;
    background-color: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.rating-blk .page-title {
    margin: 0 0 51px 0;
}

.rating-blk .rating-table-blk {
    border-radius: 27px 27px 26px 27px;
    border: 5px solid #000;
    background: #FFF;
    margin: 0 0 93px 0;
    position: relative;
}

.rating-blk .rating-table-blk .hd-blk {
    white-space: nowrap;
    border-radius: 24px;
    border: 1px solid #000;
    background: #E8EDFF;
    margin: -5px -5px 0 -5px;
}

.rating-blk .rating-table-blk .hd-blk .e {
    display: inline-block;
    padding: 22px 10px;
    width: 9%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}


.rating-blk .rating-table-blk .text-blk {
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: 0 0 0 -219px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    max-width: 438px;
    text-align: center;
}

.rating-blk .rating-table-blk  .text-blk .inside-block {
    padding: 20px 60px;
    position: relative;
}

.rating-blk .rating-table-blk .text-blk .inside-block::before {
    content: "";
    width: 120px;
    height: 130px;
    background-image: url(../images/zere-avatar.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -120px;
    margin: 0 0 0 -60px;
}

.tbld {
    display: table;
}

.tbld .rw {
    display: table-row;
}

.tbld .cl {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.mobile-menu {
    display: none;
}

.mobile-user-nav {
    display: none;
}

.register-form .help-block,
.profile-form-block .help-block
{
    color: #C26591;
}

.user-cabinet-block .olympiad-catalog {
    padding: 0 48px 48px 48px;
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
}

.user-cabinet-block .olympiad-catalog .filled-blk {
    margin: -3px -51px 36px -51px;
}

.user-cabinet-block .olympiad-catalog .project-description {
    font-size: 20px;
    color: #000000;
    display: block;
    margin: 0 0 89px 0;
}

.user-cabinet-block .olympiad-catalog .project-description .title-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
}

.user-cabinet-block .olympiad-catalog .project-description .benefits-blk {
    margin-top: 57px;
}

.user-cabinet-block .olympiad-catalog .project-description img {
    margin: 0 0 24px 0;
}

.user-cabinet-block .olympiad-catalog .e::before {
    display: none;
}

.user-cabinet-block .olympiad-catalog .e {
    background-color: #ffffff;
    padding: 48px;
}

.user-cabinet-block .olympiad-catalog .list-blk .e .title-blk {
    min-height: 64px;
    height: 66px;
    display: block;
    text-decoration: none;
    line-height: 32px;
}

.user-cabinet-block .btn-question {
    border-radius: 16px;
    border: 1.5px solid #000;
    background: #FFFACD;
    border-bottom-width: 3px;
    padding: 12px 22px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    white-space: nowrap;
    line-height: 24px;
}

.user-cabinet-block .btn-question::before {
    display: inline-block;
    content: "";
    height: 24px;
    width: 24px;
    background-image: url(../images/icon-question.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    vertical-align: middle;
    margin: 0 9px 0 0;
}

.user-cabinet-block .olympiad-navigator a {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    line-height: 48px;
    padding: 16px 30px;
    border: 2px solid #000000;
    border-right: none;
    cursor: pointer;
    background-color: #ffffff;
}

.user-cabinet-block .olympiad-navigator a:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-right: 2px solid #000000;
}

.user-cabinet-block .olympiad-navigator a:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.user-cabinet-block .olympiad-navigator a.active {
    background-color: #FFFACD;
    border-bottom-width: 4px;
    font-weight: 700;
}

.user-cabinet-block .olympiad-navigator.sub-navigator {
    margin-bottom: 36px;
}

.user-cabinet-block .olympiad-navigator.sub-navigator a {
    line-height: 28px;
    padding: 12px 20px;
    font-size: 16px;
}

.user-cabinet-block .olympiad-navigator.sub-navigator a.active {
    background-color: #F08B47;
}

.user-cabinet-block .olympiad-view .title-olympiad-blk {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0 0 84px;
}

.user-cabinet-block .olympiad-view .title-olympiad-blk .project {
    color: #707070;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.user-cabinet-block .olympiad-view .title-olympiad-blk .lesson {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.user-cabinet-block .back-link {
    white-space: nowrap;
    line-height: 26px !important;
}

.user-cabinet-block .back-link::before {
    content: "";
    background-image: url(../images/arrow-single-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 0 0;
}

.user-cabinet-block .back-link:hover {
    background-color: #FFFACD;
}

.user-cabinet-block .olympiad-view .back-link-blk {
    line-height: 72px;
}

.user-cabinet-block .olympiad-view .filled-blk {
    margin-bottom: 11px;
}

.user-cabinet-block .warning-blk {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background-color: #D8FDFF;
    padding: 26px 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px 0;
}

.zere-alert {
    display: block;
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000;
    background: #FFF;
    margin: 140px auto 0px auto;
    max-width: 420px;
}

.zere-alert .in-zere-blk {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; 
    padding: 40px;
    text-align: center;
    position: relative
}

.zere-alert .in-zere-blk::before {
    content: "";
    width: 120px;
    height: 130px;
    background-image: url(../images/zere-avatar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 0 0 -60px;
}

.user-cabinet-block .olympiad-catalog .list-polls-blk {
    margin: 52px 0 0 0;
    display: block;
}

.user-cabinet-block .olympiad-catalog .list-polls-blk .poll-blk-e {
    display: block;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #000;
    background: #FFF;
    padding: 24px;
    margin: 0 0 24px 0;
}

.user-cabinet-block .olympiad-catalog .list-polls-blk .poll-blk-e .title-poll {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    display: block;
    margin: 0 0 16px 0;
}

.user-cabinet-block .olympiad-catalog .list-polls-blk .poll-blk-e .desc-blk {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.user-cabinet-block .olympiad-catalog .list-polls-blk .poll-blk-e .label-blk {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.user-cabinet-block .list-polls-blk .passed-poll-blk {
    background-color: #F8F8F8;
    border: 1px solid #868686;
    padding: 14px 16px;
    border-radius: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #797979;
    outline: 0;
    line-height: 18px;
    box-shadow: none;
    display: inline-block;
}

.user-cabinet-block .list-payments {
    padding: 0;
    background-color: #ffffff;
}

.user-cabinet-block .list-payments .filled-blk {
    margin: -3px -3px 0px -3px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.user-cabinet-block .list-payments .pagination {
    padding: 23px 63px;
}

.user-cabinet-block .list-payments .table-bordered  {
    border: none;
}

.user-cabinet-block .list-payments .table-bordered thead tr {
    background-color: #ADD6D8;
}

.user-cabinet-block .list-payments .table-bordered thead .filters {
    display: none;
}

.user-cabinet-block .list-payments .table-bordered thead th a {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user-cabinet-block .list-payments .table-bordered thead th {
    border-top: none;
    border-bottom: 3px solid #000000;
    border-right: none;
    border-left: none;
}

.user-cabinet-block .list-payments .table-bordered thead td 
.user-cabinet-block .list-payments .table-bordered th, 
.user-cabinet-block .list-payments .table-bordered td
{
    border: none;
}

.user-cabinet-block .list-payments .table-bordered td a.link-cancel {
    color: #FF3000;
    font-weight: 600;
}

.user-cabinet-block .list-payments .not-paid {
    color: #000000;
}

.user-cabinet-block .list-payments .cancelled {
    color: #90830A;
}

.user-cabinet-block .list-payments .paid {
    color: #2F8607;
}

.user-cabinet-block .list-payments .btn-download {
    border-radius: 8px;
    border: 1.5px solid #000;
    background: #FFF;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}

.user-cabinet-block .search-blk {
    display: block;
    margin: 64px 0 0 0;
}

.user-cabinet-block .btn-roundless {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.search-rate-blk {
    border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    border: 3px solid #112A30;
    background-color: #FDF9EC;
    padding: 43px 53px;
    margin: 0 0 44px 0;
    display: block;
}

.rating-table-blk {
    overflow: hidden;
}

.rating-table-blk .table-bordered  {
    border: none;
}

.rating-table-blk .table-bordered thead tr {
    background-color: #ADD6D8;
}

.rating-table-blk .table-bordered thead .filters {
    display: none;
}

.rating-table-blk .table-bordered thead th a {
    color: #112A30;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.rating-table-blk .table-bordered thead th {
    border-top: none;
    border-bottom: 3px solid #112A30;
    border-right: none;
    border-left: none;
}

.rating-table-blk .table-bordered thead td 
.rating-table-blk .table-bordered th, 
.rating-table-blk .table-bordered td
{
    border: none;
    font-size: 16px;
}

.rating-table-blk .zere-rating-blk {
    min-height: 600px;
}

.rating-table-blk .place {
    border-radius: 8px;
    border: 2px solid #112A30;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;    
    margin: -2px 5px 0 0;
}

.rating-table-blk .place.p1 {
    background-color: #FFFACD;
}

.passing-polls-blk .btn-nav .btn-default:disabled {
    background-color: #F8F8F8;
    color: #868686;
    cursor: not-allowed;
} 

.hidden {
    display: none;
}

.overlay-proctoring {
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 99;
}


.modal-proctoring {
    display: block;
    position: fixed;
    top: 10px;
    bottom: 10px;    
    left: 50%;
    width: 800px;
    margin: 0 0 0 -400px;
    background-color: #ffffff;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border: 3px solid #000;
    padding: 25px 32px;
    z-index: 100;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 229, 0, 1);
    overflow-y: auto;
}

.modal-proctoring::-webkit-scrollbar {
    width: 4px;
}

.modal-proctoring::-webkit-scrollbar-track {
    background-color: transparent;       /* цвет дорожки */
}

.modal-proctoring::-webkit-scrollbar-thumb {
    background-color: rgba(255, 229, 0, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.modal-proctoring .in-proctoring-modal {
    position: relative;
}

.modal-proctoring .in-proctoring-modal .hd-blk {
    height: 64px;
    background-image: url(../images/icon-warning.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    display: block;
    margin: 0 0 20px 0;
}

.modal-proctoring .in-proctoring-modal .page-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    line-height: 48px;
    margin: 0 0 16px 0;
}

.modal-proctoring .in-proctoring-modal .alert,
.rating-blk .alert
{
    border-radius: 16px;
    background: #ADD6D8;
    padding: 25px;
    border-color: #ADD6D8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0 0 30px 0;
}

.modal-proctoring .in-proctoring-modal .alert .t
{
    display: block;
    padding-left: 30px;
    position: relative;
}

.modal-proctoring .in-proctoring-modal .alert .t::before
{
    content: "❗️";
    position: absolute;
    left: 0;
    top: 0;
}

.modal-proctoring .in-proctoring-modal .sub-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px 0;
}

.modal-proctoring .in-proctoring-modal .close-proctoring,
.overlay-modal-proctoring.violation-counter-modal .close-overlay-modal
{
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    background-image: url(../images/icon-close.svg);
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 101;
    cursor: pointer;
}

.modal-proctoring .in-proctoring-modal .close-proctoring:hover {
    background-color: #D8FDFF;
}

.modal-proctoring .in-proctoring-modal .list-blk {
    padding: 0 0px;
}

.modal-proctoring .in-proctoring-modal .list-blk .e {
    border-radius: 24px;
    border: 2px solid #000;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 5px;
    background: #FFF;
    padding: 20px 20px 20px 20px;
    margin: 0px 0 30px 0;
    position: relative;
    display: block;
}

.modal-proctoring .in-proctoring-modal .list-blk .e .img {
    position: absolute;
    right: -3px;
    bottom: -5px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 24px;
    border: 2px solid #000;
    overflow: hidden;
    background-color: #ffffff;
}

.modal-proctoring .in-proctoring-modal .list-blk .e .t {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.modal-proctoring .in-proctoring-modal .list-blk .e .t::before {
    content: "❌";
    position: absolute;
    left: 0; 
    top: 0;
}

.modal-proctoring .in-proctoring-modal .list-blk .e1 .img {
    background-image: url(../images/proc-img-1.png);
}

.modal-proctoring .in-proctoring-modal .list-blk .e2 .img {
    background-image: url(../images/proc-img-2.png);
}

.modal-proctoring .in-proctoring-modal .list-blk .e3 .img {
    background-image: url(../images/proc-img-3.png);
}

.modal-proctoring .in-proctoring-modal .list-blk .e4 .img {
    background-image: url(../images/proc-img-4.png);
}

.modal-proctoring .in-proctoring-modal .list-blk .e .l {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.modal-proctoring .in-proctoring-modal .btn-blk {
    text-align: center;
}

.olympiad-catalog .trainer-blk .list-blk .e.i1 .title-blk {
    background-size: 80px 50px;
    background-position: 0 50%;
}

.olympiad-catalog .trainer-blk .list-blk .e.i2 .title-blk {
    background-size: 80px 63px;
    background-position: 0 50%;
}

.cross-modal.modal-olympiad .inside-modal .place-blk {
    width: 100%;
    padding-left: 20px;
}

.cross-modal.modal-olympiad .stages-blk .stage-table-blk .body-blk .row div {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 34px;
}

.cross-modal.modal-olympiad .stages-blk .stage-table-blk .body-blk span {
    line-height: 18px;
}

.cross-modal.modal-olympiad .inside-modal .place-blk .e {
    margin-bottom: 5px;
}

.form-blk select.form-control:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.user-cabinet-block .list-polls .e .btn-more {
    background-color: #FFFACD;
    border: 1px solid #000000;
    border-bottom-width: 3px;
    padding: 14px 16px;
    border-radius: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    outline: 0;
    line-height: 18px;
    box-shadow: none;
}

.user-cabinet-block .list-polls .hint-blk,
.user-cabinet-block .list-polls .price span
{
    font-size: 14px;
    color: #666666;
}

.user-cabinet-block .main-poll-blk .question-blk .question-title img,
.user-cabinet-block .main-poll-blk .question-blk .answer-blk img
{
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    width: auto !important;
}

.show-pass-link {
    position: absolute;
    top: 58px;
    right: 30px;
    color: #000000;
}

.webcam-view {
    width: 360px;
    height: 240px;
    max-width: 100%;
    max-height: 300px;
    min-width: 80px;
    min-height: 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    background-color: #ffffff;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.webcam-view video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.webcam-view .in-videoview {
    position: relative;
    background-color: #000000;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.webcam-view .in-videoview .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
}

.webcam-view video {
    width: 360px;
    height: 240px;   
}

#overlay-faceid {
    width: 360px;
    height: 240px;
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -180px;
} 

.modal-block-sales {
    display: none;
    width: 720px;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -360px;
    position: fixed;
    border-radius: 51px;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-width: 2px;
    border-style: solid;
    z-index: 100;
}

.modal-block-sales.whatsapp-modal .in-modal-sales {
    padding: 60px 40px;
    color: #ffffff;
    position: relative;
    background-image: url(../images/modal_whatsapp_img.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}

.whatsapp-modal {
    border-color: #112A30;
    background-color: #1B4049;
    overflow-y: auto;
    background-image: url(../images/modal_whatsapp_bg.png);
    background-position: 50% 50%;
    background-size: cover;
}

.telegram-modal {
    border-color: #112A30;
    background-color: #1D7CF3;
    overflow-y: auto;
    background-image: url(../images/modal_telegram_bg.png);
    background-position: 50% 50%;
    background-size: cover;
}

.modal-block-sales.telegram-modal .in-modal-sales {
    padding: 60px 40px;
    color: #ffffff;
    position: relative;
    background-image: url(../images/modal_telegram_img.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}

.telegram-modal .text-block {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

.telegram-modal .btn-primary {
    background-image: url(../images/modal_telegram_icon.svg);
    background-repeat: no-repeat;
    background-size: 32px 37px;
    background-position: 80% 50%;
    height: 64px !important;
    line-height: 64px !important;
    padding: 0 80px 0 40px !important;
    background-color: #1D7CF3 !important;
    color: #ffffff !important;
    border-color: #3D477D !important;
}

.modal-block-sales .page-title {
    font-size: 36px;
    color: #ffffff;
    line-height: 42px;
    margin-bottom: 20px;
}

.whatsapp-modal .text-block {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

.whatsapp-modal .hint-block {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 10px 0 0 0;
}

.modal-block-sales .close-modal {
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    background-image: url(../images/icon-close.svg);
    position: absolute;
    right: 30px;
    top: 28px;
    z-index: 101;
}

.modal-block-sales .close-modal:hover {
    background-color: #E8EDFF;
}

.news-page-blk .news-list-blk .e {
    background-color: #ffffff;
    border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    border: 3px solid #000000;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30), 0px 2px 30px 0px rgba(0, 0, 0, 0.08), 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: block;
    margin: 0 0 30px 0;
    position: relative;
}

.news-page-blk .news-list-blk .e .image {
    display: block;
    min-height: 228px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.news-page-blk .news-list-blk .item {
    margin: 0 0 50px 0;
}

.news-page-blk .news-list-blk .e .in-blk {
    padding: 24px 34px 94px 34px;
}

.news-page-blk .news-list-blk .e .news-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 11px 0;
}

.news-page-blk .news-list-blk .e .desc-text,
.news-block-view .short-view-blk .anounce-text
{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: block;
}

.news-block-view .short-view-blk .anounce-text {
     margin: 0 0 16px 0;
}

.news-page-blk .news-list-blk .e .btn {
    position: absolute !important;
    bottom: 24px;
    left: 34px;
    
}

.news-page-blk .news-list-blk .e .date,
.news-block-view .short-view-blk .date
{
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
}

.news-block-view .short-view-blk,
.news-block-view .news-text
{
    background-color: #ffffff;
    border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    border: 3px solid #000000;
    display: block;
    margin: 0 0 50px 0;
    padding: 24px;
}

.news-block-view .short-view-blk .image {
    display: block;
    min-height: 362px;
    width: 100%;
    border-radius: 56px 56px 64px 56px;
    -moz-border-radius: 56px 56px 64px 56px;
    -webkit-border-radius: 56px 56px 64px 56px;
    border: 2px solid #000000;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.news-block-view .news-text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 32px 47px;
}

.news-block-view .short-view-blk {
    margin: 37px 0 50px 0;
}

.news-block-view .page-title {
    margin: 0 0 30px 0;
}

.news-page-blk .about-blk {
    margin: 30px 0;
    display: block;
}


.news-page-blk .about-blk .slider-blk {
    position: relative;
    z-index: 1;
    padding: 30px 30px 110px 30px;
    border-radius: 56px 56px 64px 56px;
    border: 3px solid #000000;
    background: #1B4049;
    
}

.about-blk .slider-blk h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.about-blk .slider-blk .slide {
    padding: 0 15px;
}

.about-blk .slider-blk .slide .text-blk {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    display: block;
    width: 70%;
    margin: 0 0 48px 0;
}

.about-blk .slider-blk .slide .img {
    min-height: 250px;
    width: 100%;
    display: inline-block;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #112A30;
    overflow: hidden;
    margin-left: -4px;
}

.about-blk .slider-blk .slide .img img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.about-blk .slider-blk .slide .e {
    padding-bottom: 64px;
}

.about-blk .slider-blk .slide .btn-primary {
    position: absolute !important;
    bottom: 0;
    left: 15px;
}

.about-blk .slider-blk .next-way a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    bottom: -80px;
    background-image: url(../images/arrow-single-right.svg);
    text-indent: -8000px;
    text-align: left;
}

.about-blk .slider-blk .prev-way a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 1.5px solid #000;
    background-color: #ffffff;
    vertical-align: middle;
    position: absolute;
    background-image: url(../images/arrow-single-left.svg);
    text-indent: -8000px;
    text-align: left;
    right: 80px;
    bottom: -80px;
}

.about-blk .slider-blk .prev-way a:hover,
.about-blk .slider-blk .next-way a:hover
{
    background-color: #E8EDFF;
}

.about-blk .slider-blk .bx-wrapper .bx-pager, .about-blk .slider-blk .bx-wrapper .bx-controls-auto {
    bottom: 35px;
    text-align: left;
}

.about-blk .slider-blk .bx-wrapper .bx-pager.bx-default-pager a {
    width: 24px;
    height: 24px;
    border: 2px solid #112A30;
    border-radius: 24px;
    background-color: #ffffff;
}

.about-blk .slider-blk .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #FFE500;
}

.news-main-blk {
    margin-top: 40px;
    display: block;
}

.timer-blk .register-timer-block {
    display: block;
    background-color: #D8FDFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #112A30;
    position: relative;
    padding: 30px 30px;
    margin: 0 0 37px 0;
    z-index: 2;
    text-align: center;
}

.timer-blk .register-timer-block::before {
    content: "";
    position: absolute;
    background-color: #FDF9EC;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    left: -5px;
    top: -5px;
    z-index: 1;
}

.timer-blk .timer-label {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    position: relative;
    z-index: 2;
}

.timer-blk .timer {
    white-space: nowrap;
    z-index: 2;
    position: relative;
}

.timer-blk .timer .digit {
    display: inline-block;
    border-right: 1px solid rgba(51,51,51,0.1);
    padding: 5px 30px;
}

.timer-blk .timer .digit span {
    display: block;
}

.timer-blk .timer .digit:last-child {
    border: none;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.timer-blk .timer .digit:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.timer-blk .timer .digit .char {
    font-size: 64px;
    font-weight: 600;
    color: #F08B47;
    line-height: 64px;
}

.timer-blk .timer .digit .caption {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.notifies-blk .e .title-blk {
    display: block;
    margin: 0 0 15px 0;
    font-size: 12px;
    color: #666666;
}

.notifies-blk .e .text-blk {
    display: block;
    margin-bottom: 15px;
}

.notifies-blk .e.not-read {
    background-color: #ADD6D8;
}

.user-cabinet-block .user-cabinet-menu ul li a .notifies-counter,
.user-cabinet-block .olympiad-navigator a .notifies-counter
{
    color: #BB271A;
}

.prepare-pay-blk .btn-halyk {
    background: linear-gradient(90deg, rgb(42, 166, 92) 0%, rgb(0, 128, 95) 100%);
    box-shadow: rgba(42, 166, 92, 0.4) 0px 0px 0px; 
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    border-radius: 40px;
    padding: 15px 40px;
    font-weight: 600;
    text-align: center;
}

.prepare-pay-blk img {
    margin: 20px 0;
}

.prepare-pay-blk .alert {
    margin: 20px 0;
}

.prepare-pay-blk .btn-kaspi {
   text-align: left;
   border-radius: 40px;
   padding: 15px 40px;
   background-color: #f14635;
   margin: 24px auto 0px auto;
   color: #ffffff;
   font-weight: 600;
   text-align: center;
}

.select2-container--krajee-bs3 .select2-selection--single {
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    min-height: 66px;
    color: #707070;
    font-size: 18px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 18px 64px 12px 24px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    border: none;
    width: 97px;
    height: 60px;
    right: 0px;
    top: 50%;
    margin: -30px 0 0 0;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border: 3px solid #000;
    background: #FFF;
    min-height: 32px;
    color: #707070;
    font-size: 16px;
    font-weight: 700;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.select2-container--krajee-bs3 .select2-dropdown {
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border: 3px solid #000;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
}

.select2-container--krajee-bs3 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs3 .select2-results__option[aria-selected=true] *{
    background-color: #ADD6D8;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
    background-color: #F08B47;
    color: #000000;
    font-size: 18px;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 12px;
}

.rating-table-blk .table-bordered thead th a.desc::before 
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  5px 5px 0 5px;
    border-color: #112A30 transparent transparent  transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rating-table-blk .table-bordered thead th a.asc::before 
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #112A30 transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.rating-table-blk .table-bordered .rating-link {
    font-weight: 600;
    color: #592C0D;
    text-decoration: none;
    border-bottom: 1px dotted #592C0D;
}

.rating-table-blk .table-bordered .rating-link:hover {
    text-decoration: none;
}

.modal-olympiad .status-legend-blk {
    padding: 10px 15px;
    font-size: 14px;
}

.modal-olympiad .rating-results-table .hd-blk .col-sm-5 {
    padding-left: 35px;
}

.modal-olympiad .rating-results-table .hd-blk .status-col {
    padding-left: 0;
}

.whatsapp-fixed {
    display: inline-block;
    min-height: 36px;
    line-height: 36px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    z-index: 100;
    border: 2px solid transparent;
    border-bottom-width: 4px;
}

.whatsapp-fixed:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333333;
    border-color: #000000;
    padding: 10px 15px 10px 10px;
}

.whatsapp-fixed span {
    display: none;
}

.whatsapp-fixed:hover span {
    display: inline-block;
}

.whatsapp-fixed::before {
   content: "";
   display: inline-block;
   vertical-align: middle;
   margin: 0 10px 0 0;
   width: 42px;
   height: 42px;
   border-radius: 42px;
   -webkit-border-radius: 42px;
   -moz-border-radius: 42px;
   background-image: url(../images/icon-whatsapp-white.svg);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: 32px 32px;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active,
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active
{
    background-color: #112A30;
    border-color: #112A30;
}

.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active:active.focus, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled:hover.active.focus
{
    background-color: #1B4049;
    border-color: #1B4049;
}

.modal-proctoring.modal-teacher {
    height: auto;
    bottom: inherit;
}

.modal-proctoring.modal-teacher .in-proctoring-modal .hd-blk {
    background-image: none;
}

.modal-proctoring.modal-teacher .in-proctoring-modal .alert .t {
    padding-left: 0;    
}

.modal-proctoring.modal-teacher .in-proctoring-modal .alert .t::before {
    display: none;
}

.nocopy {
  user-select: none;  
  -webkit-user-select: none;
  -ms-user-select: none;
}

.modal-proctoring.modal-teacher .in-proctoring-modal .hd-blk {
   display: none;
}

.modal-proctoring.modal-teacher .in-proctoring-modal .page-title {
    margin-bottom: 30px;
}

.health-points-blk {
    display: block;
    border: 3px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    padding: 15px;
    margin: 0 0 30px 0;
}

.health-points-blk .sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
    margin-bottom: 15px;
}

.health-points-blk .health-blk,
.health-points-blk .noise-blk
{
    display: table;
    margin: 0 0 15px 0;
    width: 100%
}

.health-points-blk .health-blk .c, 
.health-points-blk .noise-blk .c
{
    display: table-cell;
    vertical-align: middle;
}

.health-points-blk .health-blk .c1,
.health-points-blk .noise-blk .c1
{
    width: 15%;
    text-align: left;
    line-height: 48px;
}

.health-points-blk .health-blk .c2,
.health-points-blk .noise-blk .c2
{
    width: 60%;
    line-height: 48px;
}

.health-points-blk .health-blk .c3,
.health-points-blk .noise-blk .c3
{
    width: 25%;
    text-align: left;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.health-points-blk .health-blk .bar-bg,
.health-points-blk .noise-blk .bar-bg
{
    display: inline-block;
    width: 100%;
    background-color: #E8EDFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 6px;
    vertical-align: middle;
}

.health-points-blk .health-blk .bar,
.health-points-blk .noise-blk .bar
{
    display: block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 6px;
}

.health-points-blk .health-blk .heart,
.health-points-blk .noise-blk .noise
{
    font-size: 36px;
}

.health-points-blk .health-blk.green .bar,
.health-points-blk .noise-blk.green .bar
{
    background-color: #018837;
}

.health-points-blk .health-blk.yellow .bar,
.health-points-blk .noise-blk.yellow .bar
{
    background-color: #FAD059;
}

.health-points-blk .health-blk.red .bar, 
.health-points-blk .noise-blk.red .bar
{
    background-color: #E24C4B;
}

.health-points-blk .noise-blk .noise-level-blk {
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.health-points-blk .noise-blk.green .noise-level-blk {
    color: #018837;
}

.health-points-blk .noise-blk.yellow .noise-level-blk {
    color: #FAD059;
}

.health-points-blk .noise-blk.red .noise-level-blk {
    color: #E24C4B;
}

.health-points-blk .hidden {
    display: none;
}

.health-points-blk .question-counter {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url(../images/faq-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.poll-start-blk .navigator-poll-start {
    display: block;
    border: 2px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    padding: 10px 0;
    background-color: #ffffff;
}

.poll-start-blk .navigator-poll-start ul {
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
    position: relative;
}

.poll-start-blk .navigator-poll-start ul::before {
    content: "";
    position: absolute;
    display: block;
    height: calc(100% - 44px);
    width: 7px;
    background-color: #E8EDFF;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    left: 20px;
    top: 22px;
}

.poll-start-blk .navigator-poll-start ul li {
    list-style: none;
    list-style-image: none;
    position: relative;
    padding-left: 44px;
}

.poll-start-blk .navigator-poll-start ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #E8EDFF;
    border: 2px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    left: 11px;
    top: 50%;
    margin: -12px 0 0 0;
}

.poll-start-blk .navigator-poll-start ul li a {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    line-height: 36px;
    padding: 15px 30px 15px 0;
    display: block;
    position: relative;
}

.poll-start-blk .navigator-poll-start ul li.active {
    background-color: #FFFACD;
    border: 2px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.poll-start-blk .navigator-poll-start ul li.active a {
    font-weight: 700;
}

.poll-start-blk .filled-blk {
    background-color: #E8EDFF;
}

.poll-start-blk .poll-start {
    background-color: #ffffff;
}

.poll-start-blk .back-link::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 26px;
    background-image: url(../images/arrow-single-left.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.poll-start-blk .forward-link::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 26px;
    background-image: url(../images/arrow-single-right.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 18px;
}

.poll-start-blk .btn-default.forward-link {
    background-color: #FFE500 !important;
}

.poll-start-blk .page-title {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0;
    color: #000000;
}

.poll-start-blk .tab-poll {
    display: none;
}

.poll-start-blk .tab-poll.active {
    display: block;
}

.poll-start-blk .proctoring-desc .title-blk {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 36px 0px;
}

.poll-start-blk .proctoring-desc .alert,
.poll-start-blk .media-access .alert,
.overlay-modal-proctoring .alert
{
    border-radius: 16px;
    background: #D8FDFF;
    padding: 25px;
    border-color: #D8FDFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0 0 30px 0;
}

.poll-start-blk .proctoring-desc .alert .t,
.overlay-modal-proctoring .alert .t
{
    display: block;
    padding-left: 30px;
    position: relative;
}

.poll-start-blk .proctoring-desc .alert .t::before,
.overlay-modal-proctoring .alert .t::before
{
    content: "❗️";
    position: absolute;
    left: 0;
    top: 0;
}

.poll-start-blk .proctoring-desc .sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0;
}

.poll-start-blk .proctoring-desc .list-blk {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.poll-start-blk .proctoring-desc .img {
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../images/proctoring-avatar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0 ;
    margin: 0px auto;
}

.poll-start-blk .proctoring-desc .status-health {
    display: block;
    width: 72px;
    height: 2px;
    background-color: #018837;
    position: relative;
    margin: 15px auto;
}

.poll-start-blk .proctoring-desc .status-health::before {
    content: "❤️";
    position: absolute;
    left: -24px;
    top: -12px;
}

.poll-start-blk .proctoring-desc .status-health::after {
    content: "✅";
    right: -24px;
    position: absolute;
    top: -12px;
}

.poll-start-blk .media-access .alert-success-cam,
.poll-start-blk .media-access .alert-warning-cam {
    display: none;
}

.poll-start-blk .media-access .alert-warning-cam .btn-default {
    background-color: #FFE500 !important;
}

.poll-start-blk .media-access .alert .title-blk {
    font-size: 32px;
    font-weight: 700;
}

.poll-start-blk .media-access .video-check,
.poll-start-blk .media-access .audio-check
{
    display: block;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    padding: 24px;
    height: 100%;
}

.poll-start-blk .media-access .video-check .sub-title,
.poll-start-blk .media-access .audio-check .sub-title
{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}

.poll-start-blk .media-access .no-video {
    position: relative;
}

.poll-start-blk .media-access .no-video::after {
    content: "🚫";
    position: absolute;
    left: 50%;
    top: 59.5%;
    font-size: 24px;
    line-height: 24px;
    margin-left: -16px;
}

.poll-start-blk .media-access .no-video .img {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    background-color: #CBCBCB;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    font-size: 64px;
    line-height: 240px;
}

.poll-start-blk .media-access .on-video {
    position: relative;
    display: none;
}

.poll-start-blk .media-access .on-video .videoplayer {
    display: block;
    position: relative;
}

.poll-start-blk .media-access .on-video .videoplayer .overlay-video {
    position:absolute;
    left:50%;
    top:0; 
    width:320px;
    height: 240px;
    margin-left: -160px;
}

.poll-start-blk .media-access .no-audio .img,
.poll-start-blk .media-access .on-audio .img
{
    position: relative;
    min-height: 30px;
    padding: 14px 0 0 34px;
    display: block;
    margin: 0 0 36px 0;
}

.poll-start-blk .media-access .no-audio .img::before {
    content: "🔇";
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
}

.poll-start-blk .media-access .on-audio .img::before {
    content: "🔊";
    position: absolute;
    font-size: 24px;
    left: 0;
    top: 0;
}

.poll-start-blk .media-access .no-audio .img .bar,
.poll-start-blk .media-access .on-audio .img .bar
{
    display: block;
    width: 100%;
    background-color: #E8EDFF;
    height: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.poll-start-blk .media-access span.desc {
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
}

.poll-start-blk .media-access .audio-check .on-audio .bar-bg {
    display: block;
    width: 2%;
    height: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.poll-start-blk .media-access .audio-check .on-audio.green .sub-title {
    color: #018837;
}

.poll-start-blk .media-access .audio-check .on-audio.green .bar-bg {
    background-color: #018837;
}

.poll-start-blk .media-access .audio-check .on-audio.red .sub-title {
    color: #E24C4B;
}

.poll-start-blk .media-access .audio-check .on-audio.red .bar-bg {
    background-color: #E24C4B;
}

.poll-start-blk .media-access .audio-check .on-audio.yellow .sub-title {
    color: #FAD059;
}

.poll-start-blk .media-access .audio-check .on-audio.yellow .bar-bg {
    background-color: #FAD059;
}

.poll-start-blk .media-access .on-audio  {
    display: none;
}

.poll-start-blk .poll-desc .btn-default.rules-link,
.passing-polls-blk .btn-default.rules-link
{
    background-color: #FFFACD !important;
    border-bottom-width: 4px !important;
    padding: 15px 10px !important;
}

.poll-start-blk .poll-desc .btn-default.rules-link::before,
.passing-polls-blk .btn-default.rules-link::before
{
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../images/faq-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.poll-start-blk .poll-desc .alert-poll .t {
    margin-top: 15px;
}

.poll-start-blk .poll-info {
    display: block;
    padding: 24px;
    border: 2px solid #000000;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

.poll-start-blk .poll-info .olymp-name,
.poll-start-blk .poll-info .desc-text
{
    font-size: 20px;
    color: #000000;
    display: block;
    font-weight: 500;
}

.poll-start-blk .poll-info .test-name {
    font-size: 32px;
    color: #000000;
    display: block;
    font-weight: 700;
}

.poll-start-blk .poll-info .count-info {
    display: block;
    margin: 24px 0 0 0;    
}

.poll-start-blk .poll-info .count-info .e {
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.poll-start-blk .poll-info .count-info .e span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
}

.overlay-modal-proctoring {
    display: none;
    position: fixed;
    width: 640px;
    left: 50%;
    margin: 0 0 0 -320px;
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    top: 40%;
    z-index: 100;
}

.overlay-modal-proctoring .in-overlay-modal {
    padding: 30px;
}

.overlay-modal-proctoring .sub-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 15px 0;
}

.overlay-modal-proctoring .text-blk {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.overlay-modal-proctoring .buttons-blk {
    display: block;
    margin: 30px 0 0 0;
}

.overlay-modal-proctoring .buttons-blk .btn-continue {
    height: 64px;
    line-height: 60px;
    padding: 0 40px 0 40px;
    background-color: #FFE500;
    color: #000000;
    border: 2px solid #000000;
    border-bottom-width: 3px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    margin-right: 15px;
}

.overlay-modal-proctoring .buttons-blk .btn-leave {
    height: 64px;
    line-height: 60px;
    padding: 0 40px 0 40px;
    background-color: #ffffff;
    color: #E24C4B;
    border: 2px solid #E24C4B;
    font-size: 18px;
    font-weight: 700;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    margin-right: 15px;
}

.overlay-modal-proctoring.high-noise-modal .hd-blk {
    display: block;
    background-image: url(../images/high-noise-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height:54px;
    margin: 0 0 30px 0;
    width: 100%
}

.overlay-modal-proctoring.no-face-modal .hd-blk,
.overlay-modal-proctoring.few-face-modal .hd-blk,
.overlay-modal-proctoring.no-microphone-modal .hd-blk,
.overlay-modal-proctoring.yellow-level-modal .hd-blk,
.overlay-modal-proctoring.violation-counter-modal .hd-blk,
.overlay-modal-proctoring.no-camera-modal .hd-blk,
.overlay-modal-proctoring.tab-changing-modal .hd-blk
{
   font-size: 64px; 
   line-height: 64px;
   margin: 0 0 30px 0;
   position: relative;
}

.overlay-modal-proctoring.yellow-level-modal, 
.overlay-modal-proctoring.violation-counter-modal
{
    overflow-y: auto;
}

.overlay-modal-proctoring.yellow-level-modal .count-blk {
    display: block;
    width: 100%;
}

.overlay-modal-proctoring.yellow-level-modal .count-blk .icon {
    width: 100%;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 15px;
}

.overlay-modal-proctoring.yellow-level-modal .count-blk .quantity-text {
    font-size: 20px;
    font-weight: 700;
}

.overlay-modal-proctoring.violation-counter-modal .levels-list {
    font-size: 20px;
    font-weight: 700;
}

.overlay-modal-proctoring.violation-counter-modal .levels-list .e {
    display: block;
    margin: 15px 0 15px 0;
}

.overlay-modal-proctoring.violation-counter-modal .levels-list .e.green {
    color: #018837;
}

.overlay-modal-proctoring.violation-counter-modal .levels-list .e.yellow {
    color: #FAD059;
}

.overlay-modal-proctoring.violation-counter-modal .levels-list .e.red {
    color: #E24C4B;
}

.passing-polls-blk .question-blk .filled-blk a {
    color: #850000;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 700;
}

.olympiad-catalog  .poll-blk-e .timer-caption {
    font-size: 14px;
    font-weight: 700;
}

.olympiad-catalog  .poll-blk-e .poll-timer {
    position: relative;
    padding-left: 15px;
}

.olympiad-catalog  .poll-blk-e .poll-timer::before {
    content: "⏰";
    position: absolute;
    left: -5px;
    top: 2px;
}

.honesty-report-blk .red {
    color: #E24C4B;
    font-weight: 700;
}

.honesty-report-blk .green {
    color: #018837;
    font-weight: 700;
}

.honesty-report-blk .btn-download {
    font-weight: 500;
    text-transform: lowercase;
    padding: 2px 5px !important;
}

.honesty-report-blk .page-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.honesty-report-blk .sub-title {
    font-size: 24px;
    color: #707070;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.honesty-report-blk .back-link {
    line-height: 26px !important;
}

.overlay-loading-video {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 360px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    line-height: 240px;
    margin: 0 0 0 -180px;
}

.overlay-loading-video span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 70%;
    color: #000000;
    font-weight: 600;
    margin: 0 auto;
    line-height: 18px;
    padding: 72px 0 0 0;
}

.overlay-loading-video span::before {
    display: block;
    content: "";
    background-image: url(../images/loader.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 36px;
    height: 36px;
    margin: 0px auto 15px auto;
}

.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-right: none;
}

.input-group-addon {
    border: 3px solid #000000;
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    background-color: #ffffff;
    padding: 20px 24px;
}

.cap-technical {
    display: table;
    width: 100%;
    height: 100%;
}

.cap-technical .rw {
    display: table-row;
}

.cap-technical .rw .cl {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cap-technical .lg {
    height: 150px;
    width: 106px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    margin: 0 auto 15px auto;
}

.cap-technical .page-title {
    margin: 0 0 15px 0;
}