html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('../fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-RegularItalic.woff') format('woff'),
        url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Gilroy';
    color: #000;
    
    background-repeat: no-repeat;
    background-position: center top;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased!important;
}

.noscroll {
    overflow: hidden;
}

a{
    color: #000;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

a:hover{
    
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe{
    display: block;
    max-width: 100%;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.blocked{
    pointer-events: none;
    opacity: 0.25;
}

input,
textarea,
select{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    transition: transform .2s ease;
}

input,
select{
    padding: 6px 0 8px;
    line-height: 16px;
    border: none;
    border-bottom: 1px solid #000;
}

textarea{
    min-height: 160px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #000;
    resize: none;
}

input::-webkit-input-placeholder {color: #000000;opacity: 0.4;}
input::-moz-placeholder {color: #000000;opacity: 0.4;}
input:-ms-input-placeholder {color: #000000;opacity: 0.4;}
input:-moz-placeholder {color: #000000;opacity: 0.4;}
select::-webkit-input-placeholder {color: #000000;opacity: 0.4;}
select::-moz-placeholder {color: #000000;opacity: 0.4;}
select:-ms-input-placeholder {color: #000000;opacity: 0.4;}
select:-moz-placeholder {color: #000000;opacity: 0.4;}
textarea::-webkit-input-placeholder {color: #000000;opacity: 0.4;font-size: 14px;line-height: 22px;}
textarea::-moz-placeholder {color: #000000;opacity: 0.4;font-size: 14px;line-height: 22px;}
textarea:-ms-input-placeholder {color: #000000;opacity: 0.4;font-size: 14px;line-height: 22px;}
textarea:-moz-placeholder {color: #000000;opacity: 0.4;font-size: 14px;line-height: 22px;}



/*    checkbox    */
.checkbox {
	-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.checkbox label {
    display: inline-block;
	position: relative;
    cursor: pointer;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 22px!important;
    opacity: 1!important;
}

.checkbox input {
    display: none;
}

.checkbox .checktext{
    color: #000;
    opacity: 0.5;
}

.checkbox:hover .checktext,
.checkbox input:checked ~ .checktext {
    opacity: 1!important;
}

.checkbox .checkmark {
	position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #EBEBEB;
}

.checkbox input:checked ~ .checkmark {
    background-image: url(../images/icon-check.svg);
    background-position: 3px 1px;
    background-repeat: no-repeat;
    background-size: 13px;
}

/*    select    */

.select2-container{
    display: block!important;
    width: 100%!important;
}

.select2-search{
    /*display: none!important;*/
}

.select2-search--dropdown{
    padding: 14px 23px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ebebeb;
    -webkit-appearance: none;
    outline-offset: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border-color: #acacac;
}

.select2-container--default .select2-selection--single{
    border: none!important;
    background: none!important;
    border-bottom: 1px solid #000!important;
    border-radius: 0!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 0 8px!important;
    font-size: 16px!important;
    line-height: 19px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: 400!important;
    opacity: 0.4!important;
}

.select2-container--below .select2-selection--single .select2-selection__rendered{
    font-weight: 600!important;
    opacity: 1!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px!important;
    right: 0px!important;
    width: 12px!important;
    height: 8px!important;
    background-image: url(../images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select2-container--open .select2-selection--single .select2-selection__arrow{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.select2-dropdown {
    border: 1px solid #000!important;
    border-radius: 0!important;
}

.select2-results__option {
    padding: 14px 23px!important;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 17px!important;
    color: #000!important;
    opacity: 0.4!important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #E9EAFA!important;
    opacity: 1!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(233, 234, 250, 0.3)!important;
    opacity: 1!important;
}

/*     social-block     */

.social-block a{
    float: left;
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-block a:last-child{
    margin-right: 0;
}

.icon-instagram{
    background-image: url(../images/icon-instagram.svg);
}

.icon-facebook{
    background-image: url(../images/icon-facebook.svg);
}

.icon-youtube{
    background-image: url(../images/icon-youtube.svg);
}



.container{
    position: relative;
    max-width: 1274px;
    margin: 0 auto;
    padding: 0 15px;
}


@media only screen and (max-width: 1179px){
    .container{
        padding: 0 30px;   
    }
}



/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
     -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    z-index: 5;
}

.header .container{
    padding: 37px 0;
    max-width: 1445px;
}

.header .container:after{
    position: absolute;
    content: '';
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.header.scroll .container:after{
    display: none;
}

.header-logo{
    position: absolute;
    top: 46%;
    left: 15px;
    display: block;
    width: 150px;
    height: 28px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -46%);
}

.header-menu{
    height: 18px;
    margin: 0 300px 0 190px;
}

.header-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.header-menu li{
    display: inline-block;
    margin-right: 38px;
}

.header-menu li:last-child{
    margin-right: 0;
}

.header-menu li a{
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.header-menu li a:hover{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.header-language{
    position: absolute;
    top: 50%;
    right: 221px;
    transform: translate(0, -50%);
    z-index: 2;
}

.header-language_main{
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.header-language_main:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background-image: url(../images/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header-language.active .header-language_main:after{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

.header-language_list{
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    width: 122px;
    border: 1px solid #000;
    background: #fff;
}

.header-language.active .header-language_list{
    display: block;
}

.header-language_list-item{
    display: block;
    width: 100%;
    padding: 15px 18px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    color: rgba(0,0,0,0.4);
}

.header-language_list-item:hover{
    color: rgba(0,0,0,1);
    background-color: rgba(233, 234, 250, 0.3);
}

.header-language_list-item.curent{
    cursor: default;
    color: rgba(0,0,0,1);
    background-color: #E9EAFA!important;
}

.header-social{
    display: none;
}

.header-btn{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 1;
}

.header-burger{
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon-burger.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -50%);
    z-index: 1;
}

.header.open .header-burger{
    background-image: url(../images/icon-burger-close.svg);
    background-position: center right;
}

@media only screen and (max-width: 1279px){
    .header-menu li{
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1179px){
    .header .container {
        padding: 30px 0;
    }
    
    .header .container:after {
        left: 30px;
        right: 30px;
    }
    
    .header-logo{
        top: 28px;
        left: 30px;
        width: 102px;
        height: 19px;
        background-size: 102px;
    }
    
    .header.open .header-logo{
        background-position: -20px 0;
    }
    
    .header-menu {
        display: none;
        height: auto;
        margin: 0;
    }
    
    .header-btn {
        display: none;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
    }
    
    .header-language {
        right: 85px;
        top: 22px;
        transform: none;
    }
    
    .header-language_main {
        padding-right: 12px;
        font-size: 12px;
        line-height: 14px;
    }
    
    .header-language_main:after{
        width: 8px;
        height: 5px;
        margin-top: -2px;
        background-size: 8px;
    }
    
    .header-language_list{
        left: auto;
        right: -55px;
    }
    
    .header-burger{
        display: block;
        top: 16px;
        right: 30px;
        transform: none;
    }

    .header.open,
    .header.open.scroll{
        background: rgba(255, 255, 255, 1);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    
    .header.open .container{
        height: 100vh;
        padding: 90px 30px 30px;
        overflow: scroll;
    }
    
    .header.open .header-menu {
        display: block;
        margin-bottom: 40px;
    }
    
    .header.open  .header-menu ul {
        text-align: left;
    }
    
    .header.open .header-menu li {
        display: block;
        margin: 0 0 31px;
    }
    
    .header.open .header-menu li:last-child{
        margin-bottom: 0;
    }
    
    .header.open .header-menu li a {
        font-size: 16px;
    }
    
    .header.open .header-social{
        display: block;
        height: 25px;
    }
    
    .header.open .header-btn{
        display: block;
        margin-top: 60px;
        padding-top: 26px;
        border-top: 1px solid #000000;
        text-align: center;
    }
    
    .header.open .btn-logout{
        float: none;
    }
    
    .header.open .btn-cabinet.black {
        float: none;
        padding: 11px 19px;
        font-size: 13px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px){
    
}

/*     section     */

.section {
    padding: 100px 0;
    overflow: hidden;
}

.section-first{
    padding-top: 108px;
}

.section-breadcrumbs{
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #ACACAC;
}

.section-breadcrumbs div{
    display: inline-block;
}

.section-breadcrumbs a{
    color: #000;
}

.section-title-m,
.section-title-l{
    margin: 0;
}

.section-title-m{
    font-weight: 800;
    font-size: 38px;
    line-height: 42px;
}

.section-title-l{
    font-weight: 800;
    font-size: 56px;
    line-height: 62px;
    
}

.section-title-m span,
.section-title-l span{
    position: relative;
    display: inline-block;
    color: #9158C2;
    background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.section-title-m span:before,
.section-title-l span:before{
    position: absolute;
    content: '';
position: absolute;
right:0;bottom:0;left:0;
width: 100%;
height: 35px;
}

.section-description-m{
/*    margin: 15px 0 36px; */
    font-size: 16px;
    line-height: 26px;
}

.section-description-l{
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
}


.section-description-l:first-child{
    margin-top: 0;
}

.section-description-l a{
    font-weight: 600;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}


@media only screen and (max-width: 1179px){
    .section-first{
        padding-top: 76px!important;
    }
}

@media only screen and (max-width: 1023px){
    .section-first{
        padding-top: 100px!important;
    }
}

@media only screen and (max-width: 1023px){
    .section-breadcrumbs{
        display: none;
    }
    
    .section-title-l{
        font-size: 38px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px){
    .section{
        padding: 80px 0;
    }
    
    .section-title-l{
        font-size: 24px;
        line-height: 26px;
    }
    
    .section-description-l{
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
    }
    
    .section-description-l br{
        display: none;
    }
    
    .section-title-m {
        font-size: 24px;
        line-height: 26px;
    }
    
}



/*     footer     */

.footer {
    padding-top: 105px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.footer-block-main{
    position: relative;
    padding-left: 213px;
    padding-bottom: 100px;
}

.footer-logo{
    position: absolute;
    top: -7px;
    left: 0;
    display: block;
    width: 150px;
    height: 28px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-menu{
    float: left;
    width: 440px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li{
    margin-bottom: 26px;
}

.footer-menu li:last-child{
    margin-bottom: 0;
}

.footer-menu li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.footer-menu li a:hover{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.footer-social{
    position: absolute;
    top: 48px;
    left: 0;
}

.footer-contact{
    float: right;
    width: 334px;
}

.footer-contact_title{
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.footer-contact_item{
    margin-bottom: 11px;
    padding-left: 28px;
    line-height: 26px;
}

.footer-contact_item a{
    font-weight: 700;
}

.footer-contact_item:last-child{
    margin-bottom: 0;
}


.icon-chat{
    background-image: url(../images/icon-chat.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.icon-chat a{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.icon-phone{
    background-image: url(../images/icon-phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-mail{
    background-image: url(../images/icon-mail.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.icon-worktime{
    background-image: url(../images/icon-worktime.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-address{
    background-image: url(../images/icon-address.svg);
    background-position: 2px center;
    background-repeat: no-repeat;
}


.footer-block-copyright{
    padding: 35px 0 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 16px;
}

.footer-copyright{
    opacity: 0.5;
}

.footer-dev{
    float: right;
    opacity: 0.5;
}



@media only screen and (max-width: 1179px){
    .footer-menu {
        width: 400px;
    }
}



@media only screen and (max-width: 1023px){
    .footer {
        padding-top: 85px;
    }
    
    .footer-block-main {
        padding-left: 0;
    }
    
    .footer-logo {
        position: relative;
        top: 0;
    }
    
    .footer-menu{
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    
    .footer-menu li {
        margin-bottom: 20px;
    }
    
    .footer-contact{
        clear: both;
        float: none;
        width: 100%;
        padding-top: 40px;
    }
    
    .footer-social {
        position: relative;
        top: 0;
        margin-top: 40px;
    }
}


@media only screen and (max-width: 767px){
    .footer {
        padding-top: 58px;
    }
    
    .footer-block-main{
        padding-bottom: 60px;
    }
    
    .footer-logo{
        width: 102px;
        height: 19px;
        background-size: 102px;
    }
    
    .footer-menu li {
        margin-bottom: 16px;
    }
    
    .footer-menu li a {
        font-size: 12px;
        line-height: 14px;
    }
    
    .footer-contact_title {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 17px;
    }
    
    .footer-contact_item {
        margin-bottom: 9px;
        padding-left: 26px;
        font-size: 12px;
        line-height: 20px;
    }
    
    .footer-contact {
        padding-top: 38px;
    }
    
    .icon-phone,
    .icon-worktime{
        background-size: 14px;
    }
    
    .icon-address{
        background-size: 12px;
    }
    
    .footer-social{
        margin-top: 38px;
    }
    
    .footer-block-copyright {
        padding: 23px 0;
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 480px){
    .footer-copyright{
        display: block;
        margin-bottom: 5px;
    }
    
    .footer-dev{
        float: none;
    }
}

/*     parts     */


.information{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    text-align: center;
    color: #000;
    background: linear-gradient(292.94deg, #F9EDFF 0%, #FEF8FF 100%);
    z-index: 200;
}

.information.green{
    color: #fff;
    background: #63C867;
}

.information.orange{
    color: #fff;
    background: #F47F57;
}

.information.red{
    color: #fff;
    background: #EE4B4B;
}

.information.green span,
.information.orange span,
.information.red span{
    display: inline-block;
    padding-left: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center left;
}

.information.green span{
    background-image: url(../images/icon-information-success.svg);
}

.information.orange span{
    background-image: url(../images/icon-information-important.svg);
}

.information.red span{
    background-image: url(../images/icon-information-error.svg);
}

.information p{
    margin-bottom: 5px;
}

.information p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
    .information{
        padding: 6px 30px;
    }

    .information span{
        font-size: 14px;
    }
}

/*     parts     */

.parts-divide {
    min-height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-item {
    float: left;
}

.parts-2 > .col-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.parts-2 > .col-item:nth-child(2n+1){
    clear: both;
}

.parts-3 > .col-item {
    width: 33.3333336%;
    padding-left: 15px;
    padding-right: 15px;
}

.parts-3 > .col-item:nth-child(3n+1){
    clear: both;
}


.parts-4 > .col-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.parts-4 > .col-item:nth-child(4n+1){
    clear: both;
}


.parts-6 > .col-item {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
}

.parts-6 > .col-item:nth-child(6n+1){
    clear: both;
}

/*  row-block  */

.row-block:before,
.row-block:after{
    content:" ";
    display:table;
}

.row-block:after{
    clear:both;
}

.btn{
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
}

.btn-main{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy';
}

.btn-main.white{
    padding: 15px 30px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
}

.btn-main.white:hover{
    color: #000;
    background: #fff;
}

.btn-main.black,
.btn-main.black-full{
    padding: 15px 30px;
    color: #000;
    background: none;
    border: 1px solid #000;
    border-radius: 50px;
}

.btn-main.black:hover{
    color: #fff;
    background: #000;
}


.btn-main.black-full{
    color: #fff;
    background: #000;
}


.btn-main.orange{
    padding: 15px 30px;
    color: #fff;
    background: none;
    background: #F06C46;
    border-radius: 50px;
}

.btn-main.orange:hover{
    color: #fff;
    background: #000;
}
/*
.btn-main.gradient,
.btn-main.gradient:before {
    background: #9158C2;
    background: -moz-linear-gradient( 90.02deg , #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    background: -webkit-linear-gradient( 90.02deg , #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    background: -o-linear-gradient( 90.02deg , #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    background: -ms-linear-gradient( 90.02deg , #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    background: linear-gradient( 90.02deg , #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
}

.btn-main.gradient:after {
    background: #fff;
}
        
.btn-main.gradient {
    display: inline-block;
    position: relative;
    padding: 15px 30px; 
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-main.gradient:before,
.btn-main.gradient:after{
    content: '';
    display: block;
    position: absolute;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.btn-main.gradient:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
}

.btn-main.gradient:after {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}
*/


.btn-main.gradient{
    position: relative;
    background: none;
}

.btn-main.gradient div{
    position: relative;
    padding: 15px 30px;
    color: #fff;
    background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    border-radius: 50px;
}

.btn-main.gradient:hover div{
    color: #fff;
    background: linear-gradient(-90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
}


.btn-main.gradient div:before{
    position: absolute;
    content: '';
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 50px;
    z-index: 1;
}

.btn-main.gradient div span{
    position: relative;
    display: block;
     background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.btn-main.gradient:hover div span{
    background: linear-gradient(-90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-main.download{
    font-size: 14px;
    line-height: 19px;
}


.bg-grey .btn-main.download div:before{
    background: #f7f9fa;
}

.btn-main.download div{
    padding: 9px 23px 9px 41px!important;
}

.btn-main.download div span:before{
    position: absolute;
    content: url(../images/icon-download.svg);
    top: 2px;
    left: -18px;
}

.btn-simple{
    margin-left: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.btn-add{
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    background-image: url(../images/icon-add.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.btn-filter-open{
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
}

.btn-filter-open span{
    padding-left: 28px;
    background-image: url(../images/icon-filter-open.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.btn-add.home{
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.btn-cabinet.black{
    float: left;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 17px;
}

.btn-load,
.btn-more,
.btn-invite,
.btn-partner{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.btn-logout{
    float: left;
    margin-left: 20px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.btn-link{
    position: relative;
    display: inline-block;
    padding-right: 26px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.btn-link:after{
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-link:hover:after{
    right: -5px;
}

.btn-link.black{
    color: #000;
}

.btn-link.black:after{
    content: url(../images/icon-arrow-more-black.svg);
}

.btn-link.purple{
    color: #774FFB;
}

.btn-link.purple:after{
    content: url(../images/icon-arrow-more-purple.svg);
}

.bg-gradient{
    background: linear-gradient(292.94deg, #F9EDFF 0%, #FEF8FF 100%);
}

.bg-gradient-decore{
    background-image: url(../images/bg-gradient-decore.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-grey{
    background-color: #F7F9FA;
}

.bg-misty-rose{
    background-color: #FFDADA;
}

.bg-alabaster{
    background-color: #F8F4E3;
}

.bg-lavender{
    background-color: #E9EAFA;
}

.bg-lavender-blue{
    background-color: #D0D2FF;
}

.bg-light-cyan{
    background-color: #E7FDFD;
}

.bg-alabaster-2{
    background-color: #FFFAE9;
}

.bg-lavender-2{
    background-color: #F1F1FE;
}


@media only screen and (max-width: 767px){
    .btn-main{
        font-size: 13px;
    }
    
    .btn-main.gradient div {
        padding: 10px 20px;
    }
    
    .btn-main.black,
    .btn-main.white,
    .btn-main.black-full{
        padding: 10px 20px;
    }
    
    .btn-add.home,
    .btn-link{
        font-size: 16px;
        line-height: 19px;
    }
    
    .btn-main.download div{
        padding: 9px 20px 9px 38px!important;
    }
}

/*    show-block    */


.show-block_content{
    max-height: 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    
}

.show-block.active .show-block_content{
    max-height: 100%;
}

.show-block.active .show-block_btn{
    display: none;
}


.show-block{
    
}


/*    tab-block    */

.tab-block{
    
}

.tab-block_container{
    display: none;
}

.tab-block_container.active{
    display: block;
}


.tab-block.form{
    margin-top: 20px;
}

.tab-block.form .tab-block_btn{
    margin-bottom: 36px;
}

.tab-block.form .tab-block_btn-item{
    float: left;
    display: block;
    padding: 9px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-right: 15px;
    text-align: center;
    color: #999;
    background: #F3F6FD;
}

.tab-block.form .tab-block_btn-item:last-child{
    margin-right: 0;
}

.tab-block.form .tab-block_btn-item.active{
    color: #000;
}

.tab-block.office .tab-block_btn{
    display: table;
    width: 105%;
}

.tab-block.office .tab-block_btn-item{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.tab-block.office .tab-block_btn-item span{
    display: inline-block;
    padding-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.tab-block.office .tab-block_btn-item.active span{
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px){
    
}

@media only screen and (max-width: 767px){
    .tab-block.form .tab-block_btn{
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
    }
    
    .tab-block.form .tab-block_btn::-webkit-scrollbar {
        display: none;
    }
    
    .tab-block.form .tab-block_btn:after{
        width: 30px;
        min-width: 30px;
        float: left;
        height: 40px;
    }
    
    .tab-block.form .tab-block_btn-item{
        margin-right: 8px;
    }
}

@media only screen and (max-width: 480px){
    .tab-block.form.login .tab-block_btn-item,
    .tab-block.form.recovery .tab-block_btn-item,
    .tab-block.form.registration .tab-block_btn-item{
        width: calc(50% - 4px);
    }
}

/*    form-block      */

.form-block_title{
    margin: 40px 0 19px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.form-block_title:first-child{
    margin-top: 0;
}

.form-block_line{
    clear: both;
    position: relative;
    margin-bottom: 26px;
}

.form-block_line:last-child{
    margin: 40px 0 0;
}

.form-block_line.update{
    margin-top: 50px!important;
}

.form-block_line-title{
    position: relative;
    cursor: pointer;
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
}

.form-block_line-expanding .form-block_line-title:after{
    position: absolute;
    content: '';
    top: 8px!important;
    right: 0px!important;
    width: 12px!important;
    height: 8px!important;
    background-image: url(../images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-block_line-expanding.active .form-block_line-title:after{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.form-block label{
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    opacity: 0.4;
}

.form-block_line-view-password{
    position: absolute;
    right: -10px;
    bottom: 3px;
    width: 34px;
    height: 31px;
    background-image: url(../images/icon-view.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.form-block .result{
    position: absolute;
    top: -33px;
    left: 0;
    font-size: 12px;
    line-height: 12px;
    color: #F06C46;
}

.registration-block .form-block_line-checkbox{
    margin-top: 30px;
}

.registration-block .form-block_line-checkbox .checkbox label{
    font-weight: 600;
}

.registration-block .form-block_line-checkbox-mini{
    margin: 38px 0 -30px;
}

.registration-block .form-block_line-checkbox-mini .checkbox label{
    font-size: 12px!important;
}

.form-block_line-textarea{
    margin-top: 33px;
}

.form-block_line-textarea label{
    display: block;
    margin-bottom: 15px;
}

.form-block_label-count{
    float: right;
}

.form-block_line-file{
    height: 200px;
    width: 394px;
    padding: 88px 20px 20px;
    text-align: center;
    background-color: #F1F6F9;
    background-image: url(../images/bg-add-file.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.form-block_line-file_title{
    margin-bottom: 17px;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
}

.form-block_line-file_title span{
    position: relative;
    padding-bottom: 3px;
    margin-left: 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    background-image: url(../images/icon-add-file-dashed.svg);
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.form-block_line-file_title span:before{
    position: absolute;
    top: 3px;
    left: -23px;
    content: url(../images/icon-add-file.svg);
}

.form-block_line-file_description{
    font-size: 14px;
    line-height: 20px;
    opacity: 0.4;
}

.form-block_control{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.form-block_control a,
.form-block_control span,
.form-block_control div{
    margin-right: 10px;
}

.form-block_control a:last-child,
.form-block_control span:last-child,
.form-block_control div:last-child{
    margin-right: 0;
}

.form-block_edit,
.form-block_delete{
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form-block_edit{
    background-image: url(../images/icon-edit.svg);
}

.form-block_delete{
    background-image: url(../images/icon-delete.svg);
}

.form-block_edit:hover{
    border-color: #000;
    background-color: #000;
    background-image: url(../images/icon-edit-white.svg);
}

.form-block_delete:hover{
    border-color: #F47F57;
    background-color: #F47F57;
    background-image: url(../images/icon-delete-white.svg);
}


.form-block_player{
    position: relative;
    height: 150px;
    margin-bottom: 40px;
    padding-left: 175px;
}

.form-block_player-avatar{
    position: absolute;
    top: 0;
    left: 0;
}

.form-block_player-avatar img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.form-block_player-avatar .form-block_control{
    top: 0;
    right: 0;
}

.form-block_player-name{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.form-block_player-status{
    font-size: 12px;
}

.form-block_player-col .form-block_col{
    float: left;
    width: 394px;
}

.form-block_player-col .form-block_col:first-child{
    margin-right: 136px;
}

@media only screen and (max-width: 1023px){
    .form-block_player-col{
        max-width: 540px;
    }
    
    .form-block_player-col .form-block_col{
        float: none;
        width: 100%;
    }
    
    .form-block_player-col .form-block_col:first-child{
        margin: 0 0 60px;
    }
}

@media only screen and (max-width: 767px){
    .form-block_player{
        height: auto;
        margin-bottom: 40px;
        padding-left: 0;
    }
    
    .form-block_player-avatar{
        position: relative;
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }
    
    .form-block_player-avatar img {
        width: 120px;
        height: 120px;
    }
    
    .form-block_player-name{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .form-block_player-col .form-block_col:first-child{
        margin-bottom: 40px;
    }
}

/*    card-block      */

.card-block{
    
}

.card-block .parts-divide{
    
}

.card-block .col-item{
    position: relative;
    /*margin-bottom: 30px;*/
}

.card-item{
    position: relative;
    display: block;
    color: #000;
}

.card-block.border .card-item{
    border: 1px solid #000000;
}

.card-block.border .card-item.open:hover,
.card-block.border.files .card-item:hover{
    border: 1px solid rgba(0,0,0,0);
    background-image: url(../images/card-item-bg-1.svg);
    background-position:  center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-block.border .card-item.open:hover .btn-main.download div:before,
.card-block.border.files .card-item:hover .btn-main.download div:before{
    background: #faf4fc;
}

.card-item_points strong{
    font-size: 56px;
}

.card-block.olympiad .card-item_points,
.card-block.piggy_bank .card-item_points{
    margin-bottom: 30px;
    font-weight: 500;
}

.card-block.olympiad_project .card-item_points,
.card-block.my_office .card-item_points{
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 500;
}

.card-block.olympiad_project .card-item_points strong,
.card-block.my_office .card-item_points strong,
.card-block.olympiad .card-item_points strong,
.card-block.piggy_bank .card-item_points strong{
    margin-right: 10px;
}

.card-item.close{
    opacity: 0.3;
}

.card-item_label{
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    background-color: #F3F6FD;
}

.card-item_main{
    position: absolute;
}

@media only screen and (min-width: 768px){
    .card-item.map{
        width: 394px;
        height: 305px;
        background-image: url(../images/icon-companies-map-item.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
}

.card-item.map .card-item_main{
    bottom: 58px;
    left: 30px;
    right: 30px;
}

.card-block.files .card-item_main{
    bottom: 38px;
    left: 28px;
    right: 30px;
}

.card-block.projects_olympiad .card-item_main,
.card-block.training_modules .card-item_main,
.card-block.olympiad .card-item_main,
.card-block.olympiad_project .card-item_main,
.card-block.piggy_bank .card-item_main{
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.card-block.companies .card-item_main,
.card-block.companies_more .card-item_main{
    top: 30px;
    left: 30px;
    right: 20px;
}

.card-block.board_2 .card-item_main,
.card-block.board_3 .card-item_main,
.card-block.projects_companies .card-item_main{
    top: 50%;
    transform: translate(0, -50%);
}

.card-block.board_2 .card-item_main{
    left: 52px;
    right: 40px;
}

.card-block.board_3 .card-item_main{
    left: 40px;
    right: 30px;
}

.card-block.board_4 .card-item_main{
    top: 36px;
    left: 33px;
    right: 30px;
}

.card-block.projects_companies .card-item_main{
    left: 40px;  
    right: 30px;
}

.card-item_image{
    height: 160px;
    margin-bottom: 15px;
    background-color: #F7F9FA;
    overflow: hidden;
}

.card-item_video{
    position: relative;
    height: 221px;
    margin-bottom: 14px;
    background-color: #F7F9FA;
    overflow: hidden;
}

.card-item_image img,
.card-item_video-image img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.card-item_video-image:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    z-index: 2;
}

.card-item_video-image:hover:before{
    opacity: 0.5;
}

.card-item_video-image:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 42px;
    height: 48px;
    margin: -24px 0 0 -21px;
    background-image: url(../images/icon-play.svg);
    background-size: 42px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3;
}

.card-item_video-image:hover:after{
    transform: scale(1.1);
}

.card-item_video-time{
    margin-top: 26px;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
}

.card-item_video-time span {
    opacity: 0.4;
}

.card-item_info{
    margin-bottom: 20px;
    overflow: hidden;
}

.card-item.map .card-item_info{
    position: absolute;
    top: 32px;
    left: 30px;
    right: 30px;
    overflow: inherit;
}

.card-block.companies .card-item_info,
.card-block.companies_more .card-item_info{
    margin-bottom: 48px;
}

.card-item_info-logo{
    float: left;
    height: 34px;
    width: 126px;
}

.card-item.map .card-item_info-logo{
    position: relative;
    top: -7px;
}

.card-item_info-logo img{
    height: 34px;
    width: auto;
}

.card-item_info-view{
    float: right;
    padding-left: 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    background-image: url(../images/icon-view.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    opacity: 0.4;
}

.card-item_title{
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.card-item:hover .card-item_title span{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.card-item_description{
    font-size: 14px;
    line-height: 23px;
}

.card-block.projects .card-item_description{
    min-height: 67px;
}

.card-item_text{
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
}

.card-block.companies_more .card-item_main .btn-link,
.card-block.companies .card-item_main .btn-link{
    display: none;
}

.card-item_about{
    position: relative;
    margin-top: 35px;
    padding-top: 15px;
}

.card-item_about:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.card-item_about-team{
    float: left;
}

.card-item_about span{
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.4;
}

.card-item_about-team{
    float: left;
}

.card-item_about-team div{
    margin-top: 2px;
}

.card-item_about-team img{
    float: left;
    width: 20px;
    height: 20px;
    margin-left: -5px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255 255 255);
}

.card-item_about-team img:first-child{
    margin-left: 0;
}

.card-item_about-value{
    float: right;
    text-align: right;
}

.card-item_about-value div{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.card-item_name{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.card-item:hover .card-item_name span{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.card-item.map .card-item_name{
    margin-bottom: 30px;
}

.card-block.files .card-item_name{
    margin-bottom: 25px;
}

.card-block.olympiad_project .card-item_name{
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.card-block.projects .card-item_name,
.card-block.projects_more .card-item_name{
    margin-bottom: 10px;
}

.card-block.projects_olympiad .card-item_name{
    font-size: 16px;
    line-height: 22px;
}

.card-item_deadline{
    display: inline-block;
    float: left;
    max-width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.card-item_deadline span{
    display: block;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.4;
}

.card-item_status{
    display: inline-block;
    float: right;
    padding: 10px 20px 10px 43px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background-position: 18px 10px;
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.card-item_status.done{
    color: #fff;
    background-color: #63C867;
    background-image: url(../images/icon-done.svg);
}

.card-item_status.process{
    background-color: #E9EAFA;
    background-image: url(../images/icon-process.svg);
}

.card-item_date{
    position: absolute;
    left: 0;
    bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.4;
}

.card-item_view{
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-left: 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    background-image: url(../images/icon-view.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    opacity: 0.4;
}

.card-item_more{
    clear: both;
    display: none;
}

.card-item_link{
    margin-top: 7px;
}

@media only screen and (max-width: 1279px){
    .card-item_video{
        height: auto;
    }
}

@media only screen and (max-width: 1179px){
    .card-item_text br{
        display: none;
    }
    
    .card-block.video .card-item_name{
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 22px;
    }
    
    .card-block.video .card-item_video-time{
        margin-top: 0;
    }
    
    .card-block.olympiad .card-item_deadline,
    .card-block.olympiad .card-item_status,
    .card-block.piggy_bank .card-item_deadline,
    .card-block.piggy_bank .card-item_status{
        float: none;
    }
    
    .card-block.olympiad .card-item_deadline,
    .card-block.piggy_bank .card-item_deadline{
        display: block;
        max-width: 100%;
        font-size: 12px;
    }
    
    .card-block.olympiad .card-item_status,
    .card-block.piggy_bank .card-item_status{
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1023px){
    .card-block.board_3 .parts-3 > .col-item{
        width: 50%;
    }
    
    .card-block.board_3 .parts-3 > .col-item:nth-child(1),
    .card-block.board_3 .parts-3 > .col-item:nth-child(2){
        margin-bottom: 30px;
    }
    
    .card-item_deadline,
    .card-item_status{
        float: none;
    }
    
    .card-item_deadline{
        display: block;
    }
    
    .card-item_status{
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px){
    .card-block.board_2 .parts-2 > .col-item{
        float: none;
        width: 100%;
    }
    
    .card-block.board_2 .parts-2 > .col-item:nth-child(1){
        margin-bottom: 30px;
    }
    
    .card-block.board_3 .parts-3 > .col-item{
        float: none;
        width: 100%;
    }
    
    .card-block.board_3 .parts-3 > .col-item:nth-child(1),
    .card-block.board_3 .parts-3 > .col-item:nth-child(2){
        margin-bottom: 10px;
    }
    
    
    .card-block.board_2 .card-item_main,
    .card-block.board_3 .card-item_main{
        left: 24px;
        right: 24px;
    }
    
    .card-item.map{
        width: 260px;
        height: 238px;
        background-image: url(../images/icon-companies-map-item-mobile.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .card-item.map .card-item_name{
        font-size: 18px;
        line-height: 22px;
    }
    
    .card-item.map .btn-main{
        padding-right: 26px;
        background: url(../images/icon-arrow-more-purple.svg);
        background-repeat: no-repeat;
        background-position: right 2px;
        background-size: 18px;
    }
    .card-item.map .btn-main.gradient div{
        padding: 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #774FFB;
        background: none;
    } 
    
    .card-item.map .btn-main.gradient div:before{
        display: none;
    }
    
    .card-item.map .btn-main.gradient div span {
        position: relative;
        display: block;
        background: none;
        -webkit-background-clip: none;
        -webkit-text-fill-color: #774FFB;;
    }
    
    .card-block.companies_more .card-item_main .btn-link,
    .card-block.companies .card-item_main .btn-link{
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .card-block.companies .card-item_main,
    .card-block.companies_more .card-item_main {
        bottom: 40px;
    }
    
    .card-block.projects_companies_news .card-item .btn-link{
        display: inline-block;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 480px){
    .card-item_info {
        margin-bottom: 15px;
    }
    
    .card-item_image{
        height: 144px;
    }
    
    .card-item_name{
        font-size: 18px;
        line-height: 22px;
    }
    
    .card-block.companies .card-item_name {
        margin-bottom: 10px;
    }
    
    .card-item_description {
        font-size: 16px;
        line-height: 22px;
    }
    
    .card-block.projects .card-item_description{
        min-height: auto;
    }
    
    .card-item_about-value div {
        font-size: 16px;
        line-height: 19px;
    }
    
    .card-block.companies .card-item_info,
    .card-block.companies_more .card-item_info {
        margin-bottom: 34px;
    }
    
    .card-item_more{
        display: inline-block;
        margin-top: 25px;
    }
    
    .card-item_video-time {
        margin-top: 15px;
    }
}

.card-block.my_office  .card-item_link{
    position: absolute;
    left: 30px;
    bottom: 32px;
}

.card-item_only-text{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.card-item:hover .card-item_only-text{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.card-block.projects_companies .card-item,
.card-block.board_3 .card-item{
    height: 200px;
}

.card-block.board_2 .card-item{
    height: 330px;
}

.card-block.board_2.game .card-item{
    height: 400px;
}

.card-block.board_4 .card-item{
    height: 420px;
}

.card-block.posts .card-item{
    height: 195px;
}

.card-block.projects_companies_news .card-item{
    height: 153px;
}

.card-block.posts .card-item_post-image{
    position: relative;
    float: left;
    width: 288px;
    height: 195px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.card-block.posts .card-item_post-content{
    position: relative;
    float: right;
    height: 100%;
    width: calc(100% - 317px);
}

.card-block.posts .card-item_post-content:before,
.card-block.projects_companies_news .card-item:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}


@media only screen and (max-width: 1179px){
    .card-block.olympiad .card-item_points,
    .card-block.piggy_bank .card-item_points{
        margin-bottom: 20px;
    }
    
    .card-block.olympiad .card-item_points strong,
    .card-block.piggy_bank .card-item_points strong{
        font-size: 38px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1023px){
    .card-block.my_office .card-item_points strong,
    .card-block.board_2 .card-item_points strong,
    .card-block.board_3 .card-item_points strong {
        font-size: 38px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 1079px){
    .card-block.board_2.game .card-item{
        height: 500px;
    }
}

@media only screen and (max-width: 767px){
    .card-block.board_2 .card-item_points strong {
        font-size: 24px;
        line-height: 34px;
    }
    
    .card-block.board_2 .card-item_text,
    .card-block.board_3 .card-item_text{
        margin-top: 15px;
    }
    
    .card-block.board_2.game .card-item {
        height: 440px;
    }
}

@media only screen and (max-width: 360px){
    .card-block.board_2.game .card-item {
        height: 480px;
    }
}

@media only screen and (min-width: 768px){
    .card-block.posts .col-item:nth-child(6n+1) .card-item,
    .card-block.posts .col-item:nth-child(6n+6) .card-item{
        height: 420px;
    }

    .card-block.posts .col-item:nth-child(6n+6){
        margin-top: -225px;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-image,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-image{
        float: none;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-image:before,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-image:before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 50%;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        transform: rotate(180deg);
        opacity: 0.6;
        z-index: 1;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-content,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-content{
        position: absolute;
        float: none;
        height: auto;
        width: auto;
        padding-top: 40px;
        left: 56px;
        bottom: 37px;
        right: 55px;
        z-index: 2;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-content:before,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-content:before{
        display: none;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_title,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_title{
        font-size: 24px;
        line-height: 29px;
        color: #fff;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item:hover .card-item_title span,
    .card-block.posts .col-item:nth-child(6n+6) .card-item:hover .card-item_title span{
        box-shadow: 0px 1px 0px 0px rgb(255 255 255);
        -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255);
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_date,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_date{
        top: 0;
        color: #fff;
        opacity: 0.8;
    }

    .card-block.posts .col-item:nth-child(6n+1) .card-item_view,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_view{
        top: 0;
        right: auto;
        left: 130px;
        color: #fff;
        background-image: url(../images/icon-view-white.svg);
        opacity: 0.8;
    }
}

@media only screen and (max-width: 767px){
    .card-block.projects_companies_news .card-item{
        height: auto;
        padding-top: 40px;
    }
    
    .card-block.projects_companies_news .card-item:before{
        top: 0;
        bottom: auto;
    }
    
    .card-block.projects_companies_news .card-item .card-item_date,
    .card-block.projects_companies_news .card-item .card-item_view{
        top: 10px;
    }
}

.card-block.posts .col-item:nth-child(6n+3){
    margin-top: -225px;
    margin-left: 50%;
}

.card-block.projects_olympiad .card-item{
    height: 220px;
}

.card-block.my_office .card-item{
    height: 220px;
}

.card-block.files .card-item,
.card-block.olympiad .card-item,
.card-block.piggy_bank .card-item,
.card-block.training_modules .card-item,
.card-block.module_block .card-item{
    height: 300px;
}

.card-block.olympiad.done .card-item,
.card-block.piggy_bank.done .card-item,
.card-block.training_modules.done .card-item{
    height: 353px;
}

.card-block.companies .card-item{
    height: 420px;
}

.card-block.companies_more .card-item{
    height: 380px;
}

.card-block.olympiad_project .card-item{
    height: 220px;
}

.donate-block_btns .btn{
    margin-right: 18px;
}

.donate-block_btns .btn:last-child{
    margin-right: 0;
}

.btn-main.gradient.active{
    
}

.btn-main.gradient.active div:before{
    background: none;
}


.btn-main.gradient.active div span{
    background: none;
    -webkit-background-clip: white;
    -webkit-text-fill-color: white;
}

@media only screen and (max-width: 1279px){
    .card-block.files .card-item_name,
    .card-block.olympiad .card-item_name,
    .card-block.piggy_bank .card-item_name,
    .card-block.training_modules .card-item_name{
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1179px){
    .card-block.posts .card-item{
        height: 165px;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item,
    .card-block.posts .col-item:nth-child(6n+6) .card-item {
        height: 360px;
    }
    
    .card-block.posts .col-item:nth-child(6n+3) {
        margin-top: -195px;
    }
    
    .card-block.posts .col-item:nth-child(6n+6) {
        margin-top: -195px;
    }
    
    .card-block.posts .card-item_post-image{
        width: 238px;
        height: 165px;
    }
    
    .card-block.posts .card-item_post-content{
        width: calc(100% - 267px);
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-content,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-content{
        left: 37px;
        right: 37px;
    }
    
    .card-block.files .card-item,
    .card-block.olympiad .card-item,
    .card-block.piggy_bank .card-item,
    .card-block.training_modules .card-item,
    .card-block.module_block .card-item{
        height: 290px;
    }
    
    .card-block.piggy_bank .btn-main {
        font-size: 13px;
    }
    
    .card-block.piggy_bank .btn-main.gradient div {
        padding: 10px 18px;
    }
}

@media only screen and (max-width: 1023px){
    .card-block.posts .col-item:nth-child(6n+3){
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px){
    
    
    .card-block.projects_companies .card-item,
    .card-block.board_3 .card-item {
        height: 140px;
    }
    
    .card-block.posts .card-item {
        height: auto;
    }
    
    .card-block.posts .col-item:nth-child(6n+6) {
        margin-top: 0;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item,
    .card-block.posts .col-item:nth-child(6n+6) .card-item {
        height: auto;
    }
    
    .card-block.posts .card-item_post-content:before{
        display: none;
    }
    
    .card-block.posts .card-item_post-image{
        float: none;
        width: 100%!important;
        height: 320px!important;
        margin-bottom: 10px!important;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-image:before,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-image:before{
        display: none;
    }
    
    .card-block.posts .card-item_post-content{
        float: none;
        width: 100%!important;
        padding-top: 37px!important;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item_post-content,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_post-content{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item_title,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_title{
        color: #000;
    }
    
    .card-block.posts .col-item:nth-child(6n+1) .card-item_view,
    .card-block.posts .col-item:nth-child(6n+6) .card-item_view{
        color: #000;
    }
    
    .card-item_date {
        top: 0;
        bottom: auto;
    }
    
    .card-item_view {
        top: 0;
        bottom: auto;
    }
}

@media only screen and (max-width: 480px){
    .card-block.posts .card-item_post-image{
        height: 181px!important;
    }
    
    .card-item_title{
        font-size: 18px;
    }
    
    .card-block.training_modules .col-item:first-child .card-item{
        height: 320px;
    }
    
    .card-block.training_modules .card-item{
        height: 270px;
    }
}

/*    popup-block    */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 480px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

#ask-popup .block,
#offer-partnership-popup .block,
#news-popup .block,
#news-create-popup .block,
#news-edit-popup .block{
    position: relative;
    top: 0;
    left: 0;
    margin: 60px auto;
    transform: none;
}

#video-popup .block{
    max-width: 560px;
    padding: 45px 60px 50px;
}

#news-popup .block,
#news-create-popup .block,
#news-edit-popup .block{
    max-width: 937px;
    padding: 45px 60px 50px;
}

#ask-popup .block,
#offer-partnership-popup .block{
    max-width: 600px;
    padding: 48px 100px 50px;
}

#donate-popup .block{
    max-width: 700px;
    padding: 48px 100px 50px;
}

#donate-popup .popup-description{
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
}

#responsible-popup .block{
    max-width: 790px;
    padding: 48px 60px 50px;
}

#olympiad-popup .block,
#piggy-bank-popup .block{
    max-width: 814px;
    padding: 48px 60px 50px;
}

.popup-close{
    position: absolute;
    cursor: pointer;
    top: 22px;
    right: 22px;
    width: 35px;
    height: 35px;
    background-image: url(../images/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.4;
    z-index: 10;
}

.popup-close:hover{
    opacity: 0.6;
}

.popup-image{
    position: relative;
    margin-bottom: 30px;
}

.popup-image img{
    width: 100%;
    height: auto;
}

.popup-title{
    font-weight: 800;
    font-size: 38px;
    line-height: 46px;
}

.popup-sub-title{
    margin-top: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.popup-description{
    margin: 15px 0 30px;
    line-height: 26px;
}

.popup-description:last-child{
    margin-bottom: 0;
}

.popup-title ~ .popup-form{
    margin-top: 15px;
}


.popup-form .form-block label{
    display: block;
}

#ask-popup .btn-container,
#offer-partnership-popup .btn-container{
    padding-top: 30px;
    text-align: right;
}

#donate-popup .btn-container{
    padding-top: 20px;
    text-align: right;
}

@media only screen and (max-width: 1023px){
    
    
    
    #olympiad-popup .block,
    #piggy-bank-popup .block,
    #responsible-popup .block,
    #news-popup .block,
    #news-create-popup .block,
    #news-edit-popup .block {
        max-width: calc(100% - 60px);
        padding: 70px 30px 70px;
    }
}

@media only screen and (max-width: 767px){   
    #olympiad-popup .block,
    #piggy-bank-popup .block,
    #responsible-popup .block{
        position: relative;
        top: 0;
        left: 0;
        margin: 60px auto;
        transform: none;
    }
    
    
    #olympiad-popup .block,
    #piggy-bank-popup .block,
    #responsible-popup .block,
    #news-popup .block,
    #news-create-popup .block,
    #news-edit-popup .block,
    #ask-popup .block,
    #donate-popup .block,
    #offer-partnership-popup .block {
        max-width: 480px;
        padding: 70px 30px 70px;
    }
    
    .popup-title{
        font-size: 24px;
        line-height: 26px;
    }
    
    #ask-popup .btn-container,
    #donate-popup .block .btn-container,
    #offer-partnership-popup .btn-container {
        padding-top: 13px;
        text-align: left;
    }
}

@media only screen and (max-width: 480px){
    .popup{
        background: #fff;
    }
    
    #olympiad-popup .block,
    #piggy-bank-popup .block,
    #responsible-popup .block,
    #news-popup .block,
    #news-create-popup .block,
    #news-edit-popup .block,
    #ask-popup .block,
    #donate-popup .block,
    #offer-partnership-popup .block {
        margin: 0;
    }
    
    .popup-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 480px){
    #donate-popup .block .donate-block_btns .btn-main.gradient div {
        padding: 10px 15px;
    }
}

/*     main-first-block     */

.section-main-first{
    padding: 0;
    background-image: url(../images/bg-gradient-main.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-main-first .container{
    height: 100vh;
    max-height: 1000px;
}

.main-first-block{
  position: absolute;
    top: 58%;
    left: 30px;
    right: 30px;
    transform: translate(0, -58%);
}

.main-first-block .section-description-l{
    max-width: 500px;
    margin: 30px auto 0;
    font-weight: 500;
}

.main-first-block .btn-container{
    margin-top: 40px;
}

.main-first-block .btn-container .btn-main.gradient div:before{
    background: #f9f3fd;
}


@media only screen and (max-width: 1179px){
    .section-main-first .container{
        max-height: 768px;
    }
    
    .main-first-block .btn-container {
        margin-top: 30px;
    }
}


@media only screen and (max-width: 767px){
    .main-first-block {
        top: 50%;
        transform: translate(0, -50%);
    }
    
    .main-first-block .btn-container {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 480px){
    .main-first-block .section-description-l{
        max-width: 260px;
    }
    
    .main-first-block .section-description-l span{
        display: block;
        margin-top: 20px;
    }
}

/*     hello-block     */

.section-hello{
    padding: 100px 0 130px;
}

.hello-block{
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
    padding: 37px 0 37px 490px;
}

.hello-block:before{
    position: absolute;
    content: '';
    top: 0;
    left: 395px;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(180deg, #D4BEFA 0%, #F9E9A1 100%);
}

.hello-block_title{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -39px;
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    transform: translate(0, -50%);
}

.hello-block_title.ru{
    font-size: 52px;
    line-height: 58px;
}

.hello-block_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.hello-block_text p{
    margin-bottom: 26px;
}

.hello-block_text p:last-child{
    margin-bottom: 0;
}

.hello-block .btn-container{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 76px;
    transform: translate(0, -50%);
}

.hello-block .btn-container .btn div{
    padding-left: 36px;
    padding-right: 36px;
}

@media only screen and (max-width: 1179px){
    .hello-block_title{
        font-size: 46px;
        line-height: 52px;
    }
    
    .hello-block_title.ru {
        font-size: 44px;
        line-height: 50px;
    }
    
    .hello-block{
        padding-left: 420px;
    }
    
    .hello-block:before {
        left: 335px;
    }
}

@media only screen and (max-width: 1023px){
    .section-hello{
        padding: 100px 0;
    }
    
    .hello-block{
        padding: 0;
    }
    
    .hello-block_title {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0;
        font-size: 38px!important;
        line-height: 46px!important;
        transform: none;
    }
    
    .hello-block_title br{
        display: none;
    }
    
    .hello-block:before{
        display: none;
    }
    
    .hello-block_text{
        margin-top: 50px;
    }
    
    .hello-block .btn-container {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 40px;
        transform: none;
    }
}

@media only screen and (max-width: 767px){
    .section-hello{
        padding: 80px 0;
    }
    
    .hello-block_title{
        font-size: 24px!important;
        line-height: 26px!important;
    }
    
    .hello-block_text{
        margin-top: 30px;
    }
    
    .hello-block .btn-container {
        margin-top: 25px;
    }
}

/*     companies-map-block     */

.companies-map-block{
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}

.companies-map-block_iframe{
    position: relative;
    height: 828px;
    background: #eee;
}

.companies-map-block_link{
    position: absolute;
    top: -88px;
    right: 0;
}

@media only screen and (max-width: 1023px){
    .companies-map-block{
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .companies-map-block_link{
        display: none;
    }
}


@media only screen and (max-width: 767px){
    .companies-map-block{
        margin-top: 30px;
    }
}


.section-donors{
    padding: 150px 0;
}

.donors-block{
    margin-top: 50px;
}

.donors-block_item{
    position: relative;
    height: 94px;
}

.donors-block_item:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-image: url(../images/donors-sprite.jpg);
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.donors-block_item.donor-1:before{
    width: 220px;
    height: 90px;
    background-position: 0 -29px;
    background-size: 1240px;
    margin-left: 20px;
}

.donors-block_item.donor-2:before{
    width: 183px;
    height: 46px;
    background-position: -240px -49px;
    background-size: 1200px;
    margin-left: 38px;
}

.donors-block_item.donor-3:before{
    width: 174px;
    height: 52px;
    background-position: -477px -50px;
    background-size: 1220px;
    margin-left: 58px;
}

.donors-block_item.donor-4:before{
    width: 188px;
    height: 74px;
    background-position: -689px -35px;
    background-size: 1220px;
    margin-left: 70px;
}

.donors-block_item.donor-5:before{
    width: 174px;
    height: 95px;
    background-position: -928px -26px;
    background-size: 1220px;
    margin-left: 92px;
}

.donors-block_item.donor-6:before{
    width: 84px;
    height: 94px;
    background-position: -1134px -28px;
    background-size: 1220px;
    margin-left: 45px;
}

.donors-block_text{
    margin-top: 50px;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1179px){
    .section-donors{
        padding: 100px 0;
    }

    .donors-block_logos .parts-6 > .col-item{
        width: 33.3333336%;
    }
    
    .donors-block_logos .parts-6 > .col-item:nth-child(1),
    .donors-block_logos .parts-6 > .col-item:nth-child(2),
    .donors-block_logos .parts-6 > .col-item:nth-child(3){
        margin-bottom: 40px;
    }
    
    .donors-block_item:before{
        margin-left: 0!important;
    }
}

@media only screen and (max-width: 767px){
    .section-donors{
        padding: 80px 0;
    }
    
    .donors-block {
        margin-top: 30px;
    }
    
    .donors-block_logos .parts-6 > .col-item{
        width: 50%;
    }
    
    .donors-block_logos .parts-6 > .col-item:nth-child(4){
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px){
    .donors-block_item {
        height: 60px;
        transform: scale(0.75);
    }
    
    .donors-block_text{
        margin-top: 20px;
    }
}


.section-404,
.section-done,
.section-login,
.section-recovery,
.section-registration{
    /*min-height: 808px;*/
}


.section-registration{
    padding-bottom: 100px;
}

.p404-block,
.done-block,
.login-block,
.recovery-block,
.registration-block{
    width: 100%;
    margin: 0 auto 0;
}

.p404-block{
    max-width: 540px;
}

.done-block,
.login-block,
.recovery-block,
.registration-block{
    max-width: 470px;
}


.section-p404 .container{
    min-height: 571px;
}

.section-done .container,
.section-login .container,
.section-recovery .container{
    min-height: 732px;
}

.p404-block,
.done-block,
.login-block,
.recovery-block{
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -56%);
}

.p404-block_text,
.done-block_text,
.done-block_text,
.recovery-block_text,
.registration-block_text,
.registration-block_text-inside{
    font-size: 16px;
    line-height: 26px;
}

.p404-block_text{
    margin: 20px 0 30px;
}

.done-block_text{
    margin-top: 15px;
}

.recovery-block_text{
    margin: 15px 0 36px;
}

.registration-block_text,
.registration-block_text-inside{
    margin: 20px 0;
}

.registration-block_text p:first-child{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
}

.registration-block_text a{
    margin: 0 3px;
    font-weight: 600;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}

.registration-block_text_btn{
    position: relative;
    width: 295px;
    padding: 13px 20px 13px 80px;
    border: 1px solid #000;
    border-radius: 50px;
    box-shadow: none!important;
}

.registration-block_text_btn:hover{
    background: #000;
}

.registration-block_text_btn-number{
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 22px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    background: #F3F6FD;
}

.registration-block_text_btn-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.registration-block_text_btn:hover .registration-block_text_btn-text{
    color: #fff;
}

.p404-block_number{
    margin-bottom: 28px;
    font-weight: 800;
    font-size: 200px;
    line-height: 200px;
}

.p404-block_number span{
    color: #9158C2;
    background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media only screen and (max-width: 1460px){
    .section-p404 .container,
    .section-done .container,
    .section-login .container,
    .section-recovery .container {
        min-height: auto;
    }
    
    .section-p404{
        padding-top: 121px!important;
    }
    
    .p404-block,
    .done-block,
    .login-block,
    .recovery-block {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media only screen and (max-width: 767px){
    .section-registration{
        padding-bottom: 80px;
    }
    
    .registration-block_text,
    .registration-block_text-inside {
        margin: 15px 0 20px;
    }
    
    .p404-block_text, .done-block_text,
    .done-block_text, .recovery-block_text,
    .registration-block_text,
    .registration-block_text-inside {
        font-size: 16px;
        line-height: 22px;
    }
    
    .registration-block_text p:first-child{
        font-size: 16px;
        line-height: 22px;
    }
    
    .registration-block_text a{
        clear: both;
        display: inline-block;
        margin: 0;
    }
    
    
    .registration-block_text_btn{
        width: 260px;
        margin: 0!important;
        padding: 7px 15px 10px 70px;
    }
    .registration-block_text_btn-number{
        top: 9px;
        left: 18px;
        padding: 2px 8px;
        font-size: 12px;
    }
    
    .registration-block_text_btn-text {
        font-size: 12px;
        line-height: 15px;
    }
    
    .p404-block_number {
        margin-bottom: 25px;
        font-size: 120px;
        line-height: 120px;
    }
    
    .p404-block_text{
        margin: 15px 0 25px;
    }
    
    .p404-block_text br{
        display: none;
    }
}

/*    board-block    */

.board-block{
    margin: 100px 0;
}

.board-block.one{
    margin: 0;
}

.board-block:last-child{
    margin-bottom: 0;
}

.board-block.home{
    margin: 50px 0 0;
}

.board-block.home .card-item:hover .card-item_only-text{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.board-block.home .btn-container{
    margin-top: 15px;
}

.board_3{
    
}

.projects-companies-block{
    
}

@media only screen and (max-width: 1179px){
    .board-block.home .parts-4 > .col-item{
        width: 50%;
    }
    
    .board-block.home .parts-4 > .col-item:nth-child(1),
    .board-block.home .parts-4 > .col-item:nth-child(2){
        margin-bottom: 40px;
    }
    
    .card-block.board_4 .card-item {
        height: 270px;
    }
}

@media only screen and (max-width: 1023px){
    .board-block{
        margin: 80px 0;
    }
}

@media only screen and (max-width: 767px){   
    .board-block.home{
        margin-top: 30px;
    }

    .board-block.home .parts-4 > .col-item{
        width: 100%;
    }

    .board-block.home .parts-4 > .col-item:nth-child(3){
        margin-bottom: 40px;
    }
    
    .card-block.board_4 .card-item_main {
        top: 28px;
        left: 28px;
        right: 28px;
    }
    
    .card-item_only-text{
        font-size: 18px;
        line-height: 22px;
    }
}


/*     contacts     */

.contacts-block .section-title-l{
    margin-bottom: 30px;
}

.contacts-block_title{
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.contacts-block_item{
    margin-bottom: 11px;
    padding-left: 28px;
    line-height: 26px;
}

.contacts-block_item a{
    font-weight: 700;
}

.contacts-block_item-social{
    margin-top: 25px;
}

.contacts-block_item-social div{
    float: left;
    padding: 5px 0 5px 30px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.contacts-block_item-social div:last-child{
    margin-right: 0;
}

.icon-contacts-facebook {
    background-image: url(../images/icon-contacts-facebook.svg);
}

.icon-contacts-instagram {
    background-image: url(../images/icon-contacts-instagram.svg);
}

.icon-contacts-youtube {
    background-image: url(../images/icon-contacts-youtube.svg);
}

.contacts-block_item-social div a{
    font-weight: 700;
}

.contacts-block_item-social div a:hover{
    box-shadow: 0px 1px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0);
}


@media only screen and (max-width: 1023px){
    .contacts-block .parts-2 > .col-item{
        float: none;
        width: 100%;
    }
    
    .contacts-block .parts-2 > .col-item:first-child{
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 413px){
    .contacts-block_item-social div{
        font-size: 14px;
    }
}


@media only screen and (max-width: 360px){
    .contacts-block_item br{
        display: none;
    }
}

/*     faq     */


.faq-block{
    position: relative;
    margin-top: 50px;
}

.faq-block_item{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.faq-block_item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-block_item:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.faq-block_item:last-child:after {
    display: none;
}

.faq-block_item-question{
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq-block_item-question:before{
    position: absolute;
    content: '';
    top: 4px;
    right: 0;
    width: 30px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/icon-arrow-down.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.faq-block_item.active .faq-block_item-question:before{
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

.faq-block_item-answer{
    max-height: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.faq-block_item.active .faq-block_item-answer{
    max-height: 1000px;
    padding-top: 30px;
}

@media only screen and (max-width: 1023px){
    .faq-block_item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .faq-block_item.active .faq-block_item-answer {
        padding-top: 20px;
    }
    
    .faq-block_item-question:before{
        width: 20px;
        background-size: 16px;
    }
}

@media only screen and (max-width: 767px){
    .faq-block_item-question{
        font-size: 18px;
        line-height: 22px;
    }
    
    .faq-block_item.active .faq-block_item-answer {
        padding-top: 15px;
    }
}

/*     about     */

.section-about{
    padding-bottom: 100px;
}

/*     about-header-block     */

.about-header-block .section-description-l{
    max-width: 500px;
}

/*     about-cover-block     */

.about-cover-block{
    position: relative;
    overflow: hidden;
}

.about-cover-block_image{
    position: relative;
    z-index: 1;
}

.about-cover-block_space{
    position: absolute;
    top: 50%;
    left: 58px;
    max-width: 550px;
    padding: 63px 39px 63px 50px;
    background: #fff;
    transform: translate(0, -50%);
    z-index: 2;
}

.about-cover-block_space-title{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.about-cover-block_space-description{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1179px){
    .about-cover-block_space{
        right: 58px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1179px){
    .about-cover-block_image{
        margin-bottom: 40px;
    }
    
    .about-cover-block_space{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        transform:none;
    }
    
    .about-cover-block_space-description br{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .about-cover-block_image{
        margin-bottom: 25px;
    }
    
    .about-cover-block_space-title{
        font-size: 18px;
        line-height: 22px;
    }
    
    
    
}


/*     about-info-block     */

.section-about .info-block{
    margin-top: 60px;
}

/*     info-block     */

.info-block_item{
    position: relative;
    padding-top: 30px;
}
    
.info-block_item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.info-block_item-title{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

.info-block_item-text{
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1179px){
    .info-block_item-text br{
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .section-about .info-block .parts-3 > .col-item{
        width: 50%;
    }
    
    .section-about .info-block .parts-3 > .col-item:nth-child(2n + 1){
        clear: both;
    }
    
    .section-about .info-block .parts-3 > .col-item:nth-child(1),
    .section-about .info-block .parts-3 > .col-item:nth-child(2){
        margin-bottom: 40px;
    }
}


@media only screen and (max-width: 767px){
    .section-about .info-block {
        margin-top: 30px;
    }
    
    .section-about .info-block .parts-3 > .col-item{
        float: none;
        width: 100%;
    }
    
    .section-about .info-block .parts-3 > .col-item:nth-child(1){
        margin-bottom: 30px;
    }
    
    .info-block_item {
        padding-top: 15px;
    }
    
    .info-block_item-title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 34px;
    }
    
    .section-about .info-block .parts-3 > .col-item:nth-child(1),
    .section-about .info-block .parts-3 > .col-item:nth-child(2){
        margin-bottom: 40px;
    }
    
}

/*     about     */

.section-educational-game{
    padding-bottom: 100px;
}

/*     about-header-block     */

.educational-game-header-block .section-description-l{
    max-width: 500px;
}


.educational-game-header-block .btn-container{
    margin-top: 30px;
}

.educational-game-header-block .btn-container .btn:first-child{
    margin-right: 18px;
}

.educational-game-timer-block{
    float: right;
    width: 100%;
    max-width: 500px;
    padding: 73px 20px 57px 69px;
    background-image: url(../images/card-item-bg-1.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.educational-game-timer-block_title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.educational-game-timer-block_container{
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
}

.educational-game-timer-block_container span{
    margin: 0 30px 0 11px;
    font-size: 14px;
    opacity: 0.4;
}

.educational-game-timer-block_container span:last-child{
    margin-right: 0;
}


@media only screen and (max-width: 1179px){
    .educational-game-header-block .btn-container{
        max-width: 360px;
    }
    
    .educational-game-header-block .btn-container .btn:nth-child(1){
        margin: 0 0 15px
    }
    
    .educational-game-timer-block_container{
        font-size: 46px;
    }
}


@media only screen and (max-width: 1023px){
    .educational-game-header-block .parts-2 > .col-item{
        float: none;
        clear: both;
        width: 100%;
    }
    
    .educational-game-header-block .parts-2 > .col-item:first-child{
        margin-bottom: 60px;
    }
    
    .educational-game-timer-block{
        float: none;
        background: linear-gradient(193.77deg, #FFEFF3 0%, #EDF4FF 100%);
    }
    
    .educational-game-timer-block_container{
        font-size: 56px;
    }
}

@media only screen and (max-width: 480px){
    .educational-game-timer-block{
        padding: 40px 20px 34px 35px;
    }
    
    .educational-game-timer-block_container{
        font-size: 30px;
        line-height: 36px;
    }
    
    .educational-game-timer-block_container span{
        font-weight: 400;
        font-size: 12px;
        opacity: 1;
    }
}

@media only screen and (max-width: 375px){
    .educational-game-timer-block{
        padding: 40px 20px 34px 25px;
    }
}

@media only screen and (max-width: 360px){
    .educational-game-timer-block_container span{
        margin: 0 15px 0 5px;
    }
}

@media only screen and (max-width: 360px){
    .educational-game-timer-block{
        padding-left: 20px;
    }
}

.educational-game-table-block{
    margin-top: 97px;
}

@media only screen and (max-width: 1023px){
    .educational-game-table-block{
        margin-top: 50px;
        margin-right: -30px;
        overflow-x: scroll;
    }
}

.educational-game-table-block table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.educational-game-table-block table td,
.educational-game-table-block table tr {
    border: none;
}

.educational-game-table-block table thead tr{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.4;
}

.educational-game-table-block table tr:nth-child(odd){
    background: #F6F6F6;
}

.educational-game-table-block table tr:last-child{
    background: none!important;
}

.educational-game-table-block table td{
    padding: 26px 21px;
}

.educational-game-table-block table td:nth-child(1){
    width: 260px;
}

.educational-game-table-block table td:nth-child(2){
    width: 200px;
}

.educational-game-table-block table td:nth-child(3){
    width: 170px;
    padding-left: 0;
}

.educational-game-table-block table td:nth-child(4),
.educational-game-table-block table td:nth-child(5),
.educational-game-table-block table td:nth-child(6),
.educational-game-table-block table td:nth-child(7),
.educational-game-table-block table td:nth-child(8){
    width: auto;
    padding-left: 0;
}

.educational-game-table-block table td.name{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.educational-game-table-block table td.name a:hover{
    text-decoration: underline;
}

.educational-game-table-block table td.region{
    font-size: 14px;
    line-height: 22px;
}

.educational-game-table-block table td.number{
    font-size: 24px;
    line-height: 29px;
}

.educational-game-table-block table td.number-max{
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
}

.educational-game-table-block table tbody.loop tr:last-child td{
    padding: 50px 20px 0;
}

.educational-game-list-block .section-title-m{
    margin-bottom: 60px;
}

.educational-game-list-block .parts-divide{
    position: relative;
}

.educational-game-list-block .parts-divide:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(180deg, #D4BEFA 0%, #F9E9A1 100%);
}

.educational-game-list-block_content{
    padding: 0 55px;
}

.educational-game-list-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.educational-game-list-block ul li{
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
}

.educational-game-list-block ul li:last-child{
    margin-bottom: 0;
}

.educational-game-list-block ul li:before{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

.educational-game-video-block{
    max-width: 814px;
    margin: 0 auto;
}


.section-timeline{
    overflow: hidden;
}

.timeline-block{
    margin-top: 50px;
}

.timeline-block .owl-stage-outer .owl-stage:before {
    position: absolute;
    content: '';
    top: 60px;
    left: 172px;
    right: 260px;
    height: 5px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
    z-index: -2;
}

.timeline-block .owl-nav{
    left: calc(100% - 65px);
}

.timeline-block_item{
    text-align: center;
}

.timeline-block_item-image{
    position: relative;
    width: 128px;
    height: 128px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 40px;
}

.timeline-block_item-image:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    transform: translate(-50%, -50%);
}

.timeline-block_item-image.start:before{
    content: url(../images/icon-start.svg);
}

.timeline-block_item-image.rocket:before{
    content: url(../images/icon-rocket.svg);
}

.timeline-block_item-image.finish:before{
    content: url(../images/icon-finish.svg);
}

.timeline-block_item-date{
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.timeline-block_item-title{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}


.timeline-block_item-description{
    font-size: 16px;
    line-height: 26px;
}


@media only screen and (max-width: 1179px){
    .educational-game-list-block .section-title-m{
        margin-bottom: 50px;
    }
    
    .timeline-block{
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .timeline-block .owl-nav {
        left: calc(100% - 95px);
    }
    
    .timeline-block_item{
        padding: 0 30px;
    }
    
    .timeline-block_item-description br{
        display: none;
    }
    
    .timeline-block_item-date {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .timeline-block_item-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1023px){
    .educational-game-list-block_content{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px){
    .educational-game-list-block .section-title-m{
        margin-bottom: 30px;
    }
    
    .educational-game-list-block .parts-divide:before{
        display: none;
    }
    
    .educational-game-list-block .parts-2 > .col-item {
        width: 100%;
    }
    
    .educational-game-list-block_content{
        padding: 0 0;
    }
    
    .educational-game-list-block ul li {
        position: relative;
        margin-bottom: 30px;
        padding-left: 17px;
    }
    
    .educational-game-list-block ul li:before {
        top: 10px;
        width: 7px;
        height: 7px;
    }
}

.rules-game-header-block .tab-block{
    margin-top: 60px;
}

.rules-game-header-block .tab-block.form .tab-block_btn {
    margin-bottom: 31px;
}

.rules-game-header-block_text{
    max-width: 818px;
}

.rules-game-header-block_text h5{
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
}

.rules-game-header-block_text .show-block_content h5:first-child{
    margin-top: 35px;
}

.rules-game-header-block_text p,
.rules-game-step-block_item-container p{
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
}

.rules-game-header-block_text p:last-child,
.rules-game-step-block_item-container p:last-child{
    margin-bottom: 0;
}

.rules-game-header-block_text ul,
.rules-game-step-block_item-element ul{
    margin: 35px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}

.rules-game-header-block_text ul:first-child,
.rules-game-step-block_item-element ul:first-child{
    margin-top: 0;
}

.rules-game-header-block_text ul:last-child,
.rules-game-step-block_item-element ul:last-child{
    margin-bottom: 0;
}

.rules-game-header-block_text li,
.rules-game-step-block_item-element li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.rules-game-header-block_text li:last-child,
.rules-game-step-block_item-element li:last-child{
    margin-bottom: 0;
}

.rules-game-header-block_text li:before,
.rules-game-step-block_item-element li:before{
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #9158C2;
    border-radius: 50%;
}

.rules-game-header-block_text li a,
.rules-game-step-block_item-element li a{
    color: #774FFB;
}

.rules-game-header-block .btn-container,
.rules-game-step-block_item-element .btn-container{
    margin-top: 30px;
}

.section-rules-game-step{
    overflow: hidden;
}

.rules-game-step-block{
    margin-top: 50px;
    width: calc(100% + 658px);
}

.rules-game-step-block_item{
    position: relative;
}

.rules-game-step-block_item-header{
    position: relative;
    padding: 0 0 13px 50px;
}

.rules-game-step-block .owl-stage-outer:before{
    position: absolute;
    content: '';
    top: 58px;
    left: 2px;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
    z-index: -2;
}

.rules-game-step-block .owl-stage-outer:after {
    position: absolute;
    content: '';
    top: 55px;
    left: 0;
    right: 0;
    width: calc(33% - 46px);
    height: 4px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
    z-index: -1;
}

.owl-nav{
    position: absolute;
    top: -78px;
    left: calc(100% - 721px);
}

.owl-nav button.disabled{
    opacity: 0.25!important;
}

.owl-prev,
.owl-next{
    float: left;
    display: block!important;
    width: 19px!important;
    height: 16px!important;
    font-size: 0!important;
    background-repeat: no-repeat!important;
}

.owl-prev{
    margin-right: 25px;
    background-image: url(../images/icon-arrow-prev.svg)!important;
}

.owl-next{
    background-image: url(../images/icon-arrow-next.svg)!important;
}

.rules-game-step-block_item{
    margin-left: 0.67px;
}

.rules-game-step-block_item-header.min{
    padding-left: 43px;
}

.rules-game-step-block_item-number{
    position: absolute;
    top: -10px;
    left: 0;
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
}

.rules-game-step-block_item-number span{
    color: #9158C2;
    background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rules-game-step-block_item-name{
    position: relative;
    height: 46px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.rules-game-step-block_item-name span{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.rules-game-step-block_item-element{
    position: relative;
    margin-bottom: 33px;
}

.rules-game-step-block_item-element span{
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
}

.rules-game-step-block_item-container{
    position: relative;
    min-height: 554px;
    padding: 33px 40px 40px;
    margin-top: 40px;
    border-left: 1px solid #D4BEFA;
    border-right: 1px solid #F9E9A1;
}

.rules-game-step-block_item-container:before,
.rules-game-step-block_item-container:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.rules-game-step-block_item-container:before{
    top: 0;
}

.rules-game-step-block_item-container:after{
    bottom: 0;
}
    

.rules-game-step-block_item-container .btn-container{
    margin-left: 35px;
}

.rules-game-step-block_item-element{
    position: relative;
    margin-bottom: 34px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 26px;
}

.rules-game-step-block_item-element:last-child{
    margin-bottom: 0;
}

.rules-game-step-block_item-element span{
    position: absolute;
    top: -2px;
    left: 1px;
}

.rules-game-step-block_item-table{
    margin: 35px 0;
}

.rules-game-step-block_item-table table{
    width: 100%;
    border-collapse: collapse;
}

.rules-game-step-block_item-table tr:nth-child(odd) {
    background: rgba(255,255,255,0.65);
}

.rules-game-step-block_item-table table td{
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
}

.rules-game-step-block_item-table table td:first-child{
    width: 70%;
}

.rules-game-step-block_item-table table td:last-child{
    width: 30%;
}

.rules-game-step-block_item-table table td span{
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (max-width: 1023px){
    .rules-game-step-block .owl-stage-outer:before {
        top: 78px;
    }
    
    .rules-game-step-block .owl-stage-outer:after{
        top: 75px;
    }
    
    .rules-game-step-block_item{
        margin-left: 0;
    }
    
    .rules-game-step-block_item-number {
        top: 0px;
    }
    
    .rules-game-step-block_item-name {
        height: 66px;
    }
    
    .rules-game-step-block_item-name span br{
        display: none;
    }
    
    .rules-game-step-block_item-container {
        padding: 0;
        min-height: 595px;
        margin-top: 30px;
        border: none;
    }
    
    .rules-game-step-block_item-container:before,
    .rules-game-step-block_item-container:after{
        display: none;
    }
    
    .rules-game-step-block_item-element span{
        top: 1px;
        line-height: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    .rules-game-step-block {
        margin-top: 30px;
        width: 540px;
    }
    
    .rules-game-step-block .owl-nav {
        top: -58px;
    }
    
    .rules-game-step-block_item-header,
    .rules-game-step-block_item-header.min{
        padding-left: 28px;
    }
    
    .rules-game-step-block_item-number{
        font-size: 24px;
    }
    
    .rules-game-step-block .owl-stage-outer:after{
        width: 260px;
    }
    
    .rules-game-step-block_item-header.min .rules-game-step-block_item-name{
        font-size: 15px;
    }
    
    .rules-game-step-block_item-container{
        min-height: 855px;
    }
    
    .rules-game-step-block_item-table {
        margin: 25px 0;
    }

    .rules-game-step-block_item-table table td {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 18px;
    }
    /*
    .rules-game-header-block .tab-block.form .tab-block_btn {
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
    }
    
    .rules-game-header-block .tab-block.form .tab-block_btn::-webkit-scrollbar {
        display: none;
    }

    .rules-game-header-block .tab-block.form .tab-block_btn:after{
        width: 30px;
        min-width: 30px;
        float: left;
        height: 40px;
    }
    */
    .rules-game-header-block .tab-block.form .tab-block_btn-item{
        width: 100%;
        min-width: 310px;
        max-width: 310px;
    }
    
    .rules-game-header-block .tab-block.form .tab-block_btn-item:first-child{
        min-width: 148px;
        max-width: 148px;
    }
    
    .rules-game-header-block_text h5{
        margin-bottom: 10px;
        line-height: 23px;
    }
    
    .rules-game-header-block_text p,
    .rules-game-step-block_item-container p {
        margin-bottom: 30px;
        line-height: 22px;
    }
}

/*     library-block     */

.section-library{
    padding-bottom: 100px;
}

.section-library-content{
    padding: 100px 0;
}

.section-library-content .section-description-m{
    max-width: 380px;
    margin-top: 15px;
}

.library-content-block{
    position: relative;
    margin-top: 50px;
}

.section-library-content .scroll-items ~ .btn-container,
.section-library-content .scroll-items ~ .btn-container{
    display: none;
    margin-top: 40px;
}

.section-library-content.bg-grey .card-block ~ .btn-container .btn-main.gradient div:before {
    background: #f7f9fa;
}

.section-library-content.bg-gradient-decore .info-block ~ .btn-container .btn-main.gradient div:before {
    background: linear-gradient(84.57deg, #fbf7fe 15.77%, #faf4fd 122.62%);
}

.section-library-content.video .library-content-block{
    margin-top: 40px;
}

.library-content-block_link{
    position: absolute;
    top: -80px;
    right: 0;
}

.library-block .section-description-l {
    max-width: 500px;
}

.library-list-block{
    margin-top: 80px;
}

.library-list-block .loop .btn-container {
    padding-top: 30px;
}

.library-list-block .card-block.files ~ .card-block.files{
    margin-top: 30px;
}

.library-list-block .info-block ~ .info-block{
    margin-top: 40px;
}

.library-list-block .card-block .col-item,
.library-list-block .info-block .col-item{
    margin-bottom: 30px;
}

@media only screen and (max-width: 1279px){
    .library-list-block{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1023px){
    .library-content-block_link{
        display: none;
    }

    .library-list-block .card-block .parts-divide{
        margin-bottom: -30px;
        overflow: hidden;
    }
    
    .library-list-block .info-block .parts-divide{
        margin-bottom: -40px;
        overflow: hidden;
    }
    
    
    .card-block.my_office .parts-3 > .col-item,
    .card-block.training_modules .parts-3 > .col-item,
    .library-list-block .card-block .parts-3 > .col-item,
    .library-list-block .info-block .parts-3 > .col-item{
        width: 50%;
    }
    
    .library-list-block .info-block .parts-3 > .col-item{
        margin-bottom: 40px;
    }
    
    .card-block.my_office .parts-3 > .col-item:nth-child(3n + 1),
    .card-block.training_modules .parts-3 > .col-item:nth-child(3n + 1),
    .library-list-block .card-block .parts-3 > .col-item:nth-child(3n + 1),
    .library-list-block .info-block .parts-3 > .col-item:nth-child(3n + 1){
        clear: none;
    }
    
    .card-block.my_office .parts-3 > .col-item:nth-child(2n + 1),
    .card-block.training_modules .parts-3 > .col-item:nth-child(2n + 1),
    .library-list-block .card-block .parts-3 > .col-item:nth-child(2n + 1),
    .library-list-block .info-block .parts-3 > .col-item:nth-child(2n + 1){
        clear: both;
    }
    
    .section-library-content .scroll-items ~ .btn-container,
    .section-library-content .scroll-items ~ .btn-container{
        display: block;
    }
}

@media only screen and (max-width: 767px){
    .section-library{
        padding-bottom: 80px;
    }
    
    .card-block.my_office .parts-3 > .col-item,
    .card-block.training_modules .parts-3 > .col-item,
    .library-list-block .card-block .parts-3 > .col-item,
    .library-list-block .info-block .parts-3 > .col-item{
        float: none;
        width: 100%;
    }
    
    .section-library-content .scroll-items ~ .btn-container,
    .section-library-content .scroll-items ~ .btn-container{
        margin-top: 30px;
    }
    
    .section-library-content{
        padding: 80px 0;
    }
    
    .library-content-block{
        margin-top: 30px;
    }
    
    .section-library-content .info-block_item-title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
    }
    
    .section-library-content .info-block_item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/*     posts-block     */

.section-posts{
    padding-bottom: 100px;
}

.posts-block{
    position: relative;
    margin-top: 50px;
}

.section-posts .posts-block{
    margin-top: 80px;
}

.posts-block .card-block .col-item{
    margin-bottom: 30px;
}

.posts-block_link{
    position: absolute;
    top: -88px;
    right: 0;
}

@media only screen and (max-width: 959px){
    .section-posts .posts-block {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1023px){
    .posts-block{
        
    }
    
    .posts-block_link{
        display: none;
    }
    
    .posts-block .parts-2 > .col-item{
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .posts-block{
        margin-top: 30px;
    }
   
    .section-post-more .card-block.posts {
        margin-bottom: -40px;
    }
    
    .posts-block .card-block .col-item{
        margin-bottom: 40px;
    }
}


/*     post-block     */

.section-post{
    padding-bottom: 100px;
}

.post-block{
    max-width: 818px;
    margin: 0 auto;
}

.post-block_image{
    margin-bottom: 38px;
}

.post-block_image img{
    width: 100%;
}

.post-block_title{
    margin-bottom: 31px;
}

.post-block_info{
    margin-bottom: 39px;
}

.post-block_info-date{
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.4;
}

.post-block_info-view{
    float: right;
    padding-left: 19px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    background-image: url(../images/icon-view.svg);
    background-repeat: no-repeat;
    background-position: 0 4px;
    opacity: 0.4;
}

.post-block_content{
    font-size: 18px;
    line-height: 29px;
}

.post-block_content p{
    margin-bottom: 29px;
}

.post-block_content p:last-child{
    margin-bottom: 0;
}

.post-block_content a{
    font-weight: 500;
    color: #774FFB;
}

.post-block_content a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 767px){
    .post-block_image{
        margin-bottom: 10px;
    }
    
    .post-block_info {
        margin-bottom: 15px;
    }
    
    .post-block_title{
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 22px;
    }
    
    .post-block_content {
        font-size: 16px;
        line-height: 26px;
    }
    
}

/*     post-more-block     */

.section-post-more{
    padding: 100px 0;
}

.section-post-more .card-block.posts{
    margin-bottom: -30px;
    overflow: hidden;
}

/*     projects-companies-header-block     */

.section-projects-companies{
    padding-bottom: 100px;
}

.projects-companies-header-block{
    position: relative;
}

.projects-companies-header-block .section-description-l{
    max-width: 500px;
}

.projects-companies-header-block_btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 326px;
    padding: 13px 20px 13px 80px;
    border: 1px solid #000;
    border-radius: 50px;
}

.projects-companies-header-block_btn-number{
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 22px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    background: #F3F6FD;
}

.projects-companies-header-block_btn-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}


@media only screen and (min-width: 481px){
    .projects-companies-header-block_btn .btn{
        display: none;
    }

    .projects-companies-header-block_btn:hover{
        background: #000;
    }

    .projects-companies-header-block_btn:hover .projects-companies-header-block_btn-text{
        color: #fff;
    }
}


@media only screen and (max-width: 1023px){
    .projects-companies-header-block_btn{
        position: relative;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 480px){
    .projects-companies-header-block_btn{
        width: 100%;
        max-width: 360px;
        padding: 64px 30px 23px;
        border-radius: 0;
    }
    
    .projects-companies-header-block_btn-number{
        top: 24px;
        left: 30px;
    }
    
    .projects-companies-header-block_btn-text {
        font-size: 13px;
        line-height: 16px;
    }
    
    .projects-companies-header-block_btn .btn{
        margin-top: 15px;
    }
}

/*     start-block     */

.section-start{
    padding: 113px 0 114px;
    color: #fff;
    background: linear-gradient(279.91deg, #1F114F 0%, #473680 100%);    
}

.section-start .section-description-l{
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.section-start .btn-container{
    padding-top: 30px;
}

@media only screen and (max-width: 1179px){
    .section-start{
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px){
    .section-start{
        padding: 80px 0;
    }
    
    .section-start .section-title-l{
        line-height: 34px;
    }
    
    .section-start .btn-container{
        padding-top: 25px;
    }
}


/*     catalog-block     */

.section-catalog .section-description-l{
    max-width: 720px;
}


.catalog-catalog{
    padding-bottom: 100px;
}

.catalog-block{
    margin-top: 80px;
}

.catalog-block_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.catalog-block_open-filter{
    display: none;
}

.catalog-block_filter{
    position: relative;
    float: left;
    width: 290px;
}

.catalog-block_title{
    margin-bottom: 26px;
}

.catalog-block_filter-reset{
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.4;
}

.catalog-block_filter-reset:hover{
    opacity: 1;
}

.catalog-block_filter .form-block label {
    margin-bottom: 15px;
}

.catalog-block_filter .form-block .checkbox label{
    padding-left: 32px;    
}

.catalog-block_filter .form-block_line:last-child{
    margin-top: 30px;
}

.catalog-block_filter-count{
    display: none;
}

.catalog-block_list{
    position: relative;
    float: right;
    width: calc(100% - 319px);
}

.catalog-block_list .catalog-block_title{
    margin-bottom: 30px;
}

.catalog-block .card-block.projects .col-item{
    margin-bottom: 50px;
}

.catalog-block .card-block.companies .col-item{
    margin-bottom: 30px;
}

.loop .btn-container{
    padding-top: 20px;
}

@media only screen and (max-width: 1179px){
    .catalog-block_list .parts-3 > .col-item {
        width: 50%;
    }
    
    .catalog-block_list .parts-3 > .col-item:nth-child(3n + 1) {
        clear: none;
    }
    
    .catalog-block_list .parts-3 > .col-item:nth-child(2n + 1) {
        clear: both;
    }
}


@media only screen and (max-width: 959px){
    .catalog-block {
        margin-top: 60px;
    }
    
    .catalog-block_filter{
        float: none;
        width: 100%;
        margin-bottom: 60px;
    }
    
    .catalog-block_list {
        float: none;
        width: 100%;
    }
}


@media only screen and (max-width: 767px){
    
    .catalog-block_list .parts-3 > .col-item:last-child{
        margin-bottom: 0;
    }
    
    .catalog-block_open-filter{
        display: block;
        margin-bottom: 30px;
    }
    
    .catalog-block_filter{
        display: none;
        margin: 0;
    }
    
    .catalog-block_list .parts-3 > .col-item {
        width: 100%;
    }
    
    .catalog-block_list .parts-3 > .col-item:nth-child(2n + 1) {
        clear: none;
    }
    
    .catalog-block_list .catalog-block_title{
        display: none;
    }
    
    .catalog-block_filter.active{
        position: fixed;
        display: block;
        padding: 20px 30px 30px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        overflow: scroll;
        z-index: 10;
    }
    
    .catalog-block_filter.active .catalog-block_title{
        position: relative;
        margin-bottom: 40px;
        padding-left: 26px;
        padding-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        background-image: url(../images/icon-arrow-back.svg);
        background-repeat: no-repeat;
        background-position: 0 3px;
    }
    
    .catalog-block_filter.active .catalog-block_title:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
    }
    
    .catalog-block_filter.active .catalog-block_filter-reset {
        top: 20px;
        right: 30px;
    }
    
    .catalog-block_filter.active .catalog-block_filter-count{
        display: block;
        margin-top: 25px;
    }
}

/*    member-block    */

.section-member{
    padding-bottom: 80px;
}

.member-block{
    
}

.member-block_content{
    float: left;
    width: calc(100% - 425px);
}


.member-block_content h1{
    margin: 25px 0 -30px;
}

.member-block_item{
    clear: both;
    margin-top: 80px;
}

.member-block_sidebar{
    position: relative;
    float: right;
    width: 394px;
    padding: 60px 30px;
    background-image: url(../images/member-sidebar-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
}

.member-block_sidebar.project{
    padding-top: 40px;
}

.member-block_sidebar-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.member-block_sidebar-team-count{
    position: absolute;
    top: 50px;
    right: 32px;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
}

.member-block_contact.edit,
.member-block_sidebar .member-block_contact .col-item{
    margin-bottom: 40px;
}

.member-block_contact.edit .member-block_contact-item:first-child{
    margin-bottom: 15px;
}

.member-block_team{
    clear: both;
}

.member-block_team-captain{
    position: relative;
    height: 80px;
    margin-bottom: 15px;
    padding: 22px 0 0 95px;
}

.member-block_team-captain-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.member-block_team-captain-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.member-block_team-captain-info{
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    opacity: 0.4;
}

.member-block_team .parts-4{
    margin-bottom: -20px;
}

.member-block_team .col-item {
    margin-bottom: 20px;
}

.member-block_team-image {
    width: 50px;
    height: 50px;
    margin: 0 auto 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.member-block_team-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    opacity: 0.4;
}

.member-block_money{
    margin-top: 40px;
    padding: 25px;
    text-align: center;
    background: #fff;
}

.member-block_money-title{
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
}

.member-block_money-value{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.member-block_search-partner{
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.member-block_search-partner:first-child{
    margin-top: 0;
}


.member-block_invite{
    margin-top: 20px;
}

.member-block_partner{
    margin-top: 40px;
}

.member-block_partner:first-child{
    margin-top: 0;
}

.member-block_partner .member-block_sidebar-title{
    margin-bottom: 20px;
}

.member-block_invite-main,
.member-block_partner-main{
    display: none;
}

.member-block_invite-main.active,
.member-block_partner-main.active{
    display: block;
}

.member-block_invite-success,
.member-block_partner-success{
    padding-left: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background-image: url(../images/icon-invite-success.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.member-block_invite .btn-main.gradient div:before {
    background: linear-gradient(84.57deg, #fbf8fe 15.77%, #f9f3fd 122.62%)
}

.member-block_partner .btn-main.gradient div:before{
    background: linear-gradient(84.57deg, #fbf8fe 15.77%, #f9f3fd 122.62%)
}

.member-block_partner-list{
    margin: 40px 0;
}

.member-block_partner-list-item{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    border-bottom: 1px solid #000;
}

.member-block_partner-list-item:last-child{
    margin-bottom: 0;
}

.member-block_partner-list-item .btn-link{
    font-size: 16px;
}

.member-block_sidebar .btn-container{
    padding-top: 20px;
}

.member-block_sidebar .btn-container.center .btn{
    text-align: center;
    margin-bottom: 20px;
}

.member-block_sidebar .btn-container.center .btn:last-child{
    margin-bottom: 0;
}

.member-block_sidebar .btn-container.center .btn-main.gradient div:before{
    background: linear-gradient(84.57deg, #fcf8fe 15.77%, #f6ebfd 122.62%);
}

.member-block_sidebar .btn-container.col-2 .btn{
    width: 47%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.member-block_sidebar .btn-container.col-2 .btn:first-child{
    float: left;
}

.member-block_sidebar .btn-container.col-2 .btn:last-child{
    float: right;
}


.member-block_sidebar .btn-container ~ .member-block_copy-url{
    margin-top: 20px;
}

.member-block_copy-url{
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    opacity: 0.4;
}

.member-block_logo{
    position: relative;
}

.member-block_logo img{
    height: 50px;
    width: auto;
}

.member-block_cover{
    float: left;
    position: relative;
}

.member-block_cover img{
    height: 200px;
    width: auto;
}

.member-block_info{
    
}

.member-block_info-item{
    margin-bottom: 15px;
}

.member-block_info-item:last-child{
    margin-bottom: 0;
}

.member-block_info-title{
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    opacity: 0.4;
}

.member-block_info-element a{
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: #F3F6FD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.member-block_contact{
    margin-top: 40px;
}

.member-block_contact .parts-divide{
    margin-bottom: -50px;
}

.member-block_contact .col-item{
    margin-bottom: 50px;
}

.member-block_contact-item{
    position: relative;
}

.member-block_contact.decore .form-block_line:last-child{
    margin: 0;
}

.member-block_contact.decore .member-block_contact-item{
    padding-top: 10px;
}

.member-block_contact.decore .member-block_contact-item:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #D4BEFA 0%, #F9E9A1 100%);
}

.member-block_contact-title{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
}

.member-block_contact.decore .member-block_contact-title{
    margin-bottom: 15px;
}

.member-block_contact-element{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.member-block_contact-element a{
    position: relative;
    margin-right: 25px;
    color: #000000;
}

.member-block_contact-element a:last-child{
    margin-right: 0;
}

.member-block_contact-element a:hover{
    text-decoration: underline!important;
}

.member-block_about{
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
}

.member-block_about .cke_editor_description_short,
.member-block_about .cke_editor_description_full{
    margin-bottom: 40px;
}

.member-block_about ul{
    margin: 20px 0;
    padding-left: 20px;
}

.member-block_video,
.module-block_video{
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.main-video-block_video{
    position: relative;
    overflow: hidden;
}

.member-block_video-image,
.module-block_video-image,
.main-video-block_video-image{
    position: relative;
}

.member-block_video-image:before,
.module-block_video-image:before,
.main-video-block_video-image:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 110px;
    background: linear-gradient(0, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    z-index: 2;
}

.member-block_video-image img,
.module-block_video-image img,
.main-video-block_video-image img{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.member-block_video-play,
.module-block_video-play,
.main-video-block_video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 78px;
    margin: -36px 0 0 -34px;
    background-image: url(../images/icon-play.svg);
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.member-block_video-play:hover,
.module-block_video-play:hover,
.main-video-block_video-play:hover{
    transform: scale(1.1);
}

.member-block_video-name,
.module-block_video-name,
.main-video-block_video-name{
    position: absolute;
    left: 36px;
    bottom: 34px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    z-index: 3;
}

.member-block_video-time,
.module-block_video-time,
.main-video-block_video-time{
    position: absolute;
    right: 36px;
    bottom: 34px;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    z-index: 3;
}

.member-block_video-time span,
.module-block_video-time span,
.main-video-block_video-time span{
    opacity: 0.4;
}

.member-block_gallery{
    margin-top: 30px;
}

.member-block_contact .parts-divide{
    margin-bottom: -30px;
}

.member-block_gallery .col-item{
    margin-bottom: 30px;
}

.member-block_gallery-item{
    position: relative;
}

.member-block_gallery-item img{
    width: 100%;
    height: auto;
}

.member-block_olympiad{
    margin-top: 40px;
}

.member-block_news{
    margin-top: 40px;
}

.member-block_news .parts-divide{
    margin-bottom: -70px;
    overflow: hidden;
}

.member-block_news .parts-2 > .col-item{
    margin-bottom: 70px;
}

.member-block.edit .member-block_logo{
    position: relative;
    float: left;
    padding-right: 95px;
}

.member-block.edit .member-block_logo .form-block_control{
    top: 10px;
    right: 0;
}

.member-block_partner .form-block_control{
    top: 0;
    right: 0;
}

.member-block.edit .member-block_logo a:hover,
.member-block.edit .member-block_logo span:hover,
.member-block.edit .member-block_logo div:hover{
    background-color: #fff;
}

.member-block_partner .form-block_delete,
.member-block.edit .member-block_logo .form-block_edit,
.member-block.edit .member-block_logo .form-block_delete {
    width: 30px;
    height: 30px;
    border: none;
}

.member-block.edit .member-block_logo .form-block_edit{
    background-image: url(../images/icon-edit.svg);
}

.member-block_partner .form-block_delete,
.member-block.edit .member-block_logo .form-block_delete{
    background-image: url(../images/icon-delete.svg);
}

.member-block_partner .form-block_delete:hover{
    background-color: inherit!important;
}

.member-block.edit input{
    font-weight: 600;
    border-bottom: 1px solid #000;
    background: none;
}

.member-block.edit textarea{
    border-color: #EBEBEB;
}

.member-block.edit .textarea-title{
    min-height: 130px;
    margin-bottom: -33px;
    padding: 22px 23px;
    font-weight: 800;
    font-size: 38px;
    line-height: 42px;
    color: rgba(0,0,0,1);
}

.member-block.edit .textarea-title:focus{
    color: rgba(0,0,0,0.5);
}

.member-block.edit .member-block_info-title{
    margin-bottom: 20px;
    font-size: 18px;
    opacity: 1;
}

.member-block.edit .member-block_info-element label {
    margin-bottom: 15px;
}

.member-block.edit .member-block_partners{
    margin-top: 40px;
}

.member-block.edit .member-block_partners .checkbox label {
    font-weight: 700;
    font-size: 18px!important;
}

.member-block.edit .member-block_partners .checkbox .checkmark{
    border-color: #000;
}

.member-block.edit .member-block_partners .checkbox .checktext{
    opacity: 1;
}

.member-block.edit .member-block_contact.decore .member-block_contact-title {
    margin-bottom: 10px;
}

.member-block.edit .member-block_contact.decore .member-block_contact-item{
    padding-top: 0;
}

.member-block.edit .member-block_contact.decore .member-block_contact-item:before{
    display: none;
}

.member-block.edit .member-block_contact-title.none{
    height: 22px;
}

.member-block.edit .textarea-about-mini,
.member-block.edit .textarea-about-full{
    padding: 22px 23px;
    line-height: 26px;
}

.member-block.edit .textarea-about-mini{
    min-height: 130px;
    margin-bottom: 40px;
}

.member-block.edit .textarea-about-full{
    min-height: 360px;
}

.member-block.edit .member-block_news .btn-container{
    margin-top: 65px;
}

.member-block.edit .member-block_news .form-block_control{
    top: 0;
    right: 15px;
}

.member-block.edit .member-block_video-content{
    margin: 40px 0 80px;
}

.member-block.edit .member-block_video-content .form-block_line{
    margin: 0;
}

.textarea-news-title{
    min-height: 130px;
    padding: 22px 23px;
    font-weight: 800;
    font-size: 38px;
    line-height: 42px;
    border-color: #EBEBEB;
}

.textarea-news-description{
    min-height: 360px;
    border-color: #EBEBEB;
}

.member-block_projects,
.member-block_companies{
    margin-top: 40px;
}

@media only screen and (max-width: 1179px){
    .member-block_logo-cover{
        margin-bottom: -20px;
    }
    
    .member-block_info-element a{
        margin-bottom: 3px;
    }
    
    .member-block_contact.decore .parts-3 > .col-item,
    .member-block_video-content .parts-3 > .col-item{
        width: 50%;
    }
    
    .member-block_contact.decore .parts-3 > .col-item:nth-child(3n+1),
    .member-block_video-content .parts-3 > .col-item:nth-child(3n+1){
        clear: none;
    }
    
    .member-block_video-content .parts-3 > .col-item{
        margin-bottom: 30px;
    }
    
    .member-block_video-content .parts-3 > .col-item:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px){
    .member-block_content {
        float: none;
        width: auto;
        margin-bottom: 80px;
    }
    
    .member-block_content > .member-block_logo{
        margin-bottom: 25px;
    }
    
    .member-block_sidebar{
        float: none;
        width: auto;
        background: linear-gradient(193.77deg, #FFEFF3 0%, #EDF4FF 100%);
    }
    
    .member-block_sidebar.project {
        padding-top: 60px;
    }
    
    .member-block_sidebar .btn-container.col-2 .btn{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .member-block_sidebar .btn-container.center .btn-main.gradient div:before {
        background: #f7f1f8;
    }
    
    .member-block_sidebar.project .btn-container.center .btn-main.gradient div:before {
        background: #f1f3fc;
    }
    
    .member-block_sidebar .btn-container.center{
        max-width: 320px;
        margin: 0 auto;
    }
    
    .member-block_invite .btn-main.gradient div:before{
        background: #f0f4fd;
    }
    
    .member-block_partner .btn-main.gradient div:before{
        background: #f0f4fd;
    }
}

@media only screen and (max-width: 767px){
    .member-block_contact {
        margin-top: 30px;
    }
    
    .member-block.edit .textarea-title {
        min-height: auto;
        margin-bottom: -40px;
        font-size: 24px;
        line-height: 26px;
    }
    
    .textarea-news-title{
        min-height: auto;
        font-size: 24px;
        line-height: 26px;
    }
    
    .member-block.edit .member-block_partners {
        margin-top: 30px;
    }
    
    .member-block_contact .col-item {
        margin-bottom: 30px;
    }

    .member-block_content h1{
        margin: 20px 0 -40px;
    }
    
    .member-block_gallery .parts-2 > .col-item{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .member-block_gallery .parts-2 > .col-item:last-child{
        margin-bottom: 0;
    }
    
    .member-block_gallery .btn-container{
        margin-top: 25px;
    }
    
    .member-block_news {
        margin-top: 30px;
    }
    
    .member-block_news .parts-2 > .col-item {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .member-block.edit .member-block_news .form-block_control{
        top: auto;
        bottom: 0;
    }
    
    .member-block_video-play,
    .module-block_video-play,
    .main-video-block_video-play{
        width: 38px;
        height: 45px;
        margin: -23px 0 0 -19px;
        background-size: 38px;
    }
    
    .member-block_video-image,
    .module-block_video-image,
    .main-video-block_video-image{
        margin-bottom: 15px;
    }
    
    .member-block_video-image:before,
    .module-block_video-image:before,
    .main-video-block_video-image:before{
        display: none;
    }
    
    .member-block_video-name,
    .module-block_video-name,
    .main-video-block_video-name{
        position: relative;
        margin-bottom: 15px;
        left: 0;
        bottom: 0;
        color: #000;
    }
    
    .member-block_video-time,
    .module-block_video-time,
    .main-video-block_video-time {
        position: relative;
        right: 0;
        bottom: 0;
        color: #000;
    }
    
    .member-block_sidebar-team-count{
        top: 66px;
    }
    
    .member-block_projects,
    .member-block_companies{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px){
    .member-block.edit .textarea-title,
    .textarea-news-title{
        padding: 16px;
    }
    
    .member-block.edit .member-block_contact-title.none{
        display: none;
    }
    
    .member-block_info .parts-2 > .col-item{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .member-block_info .parts-2 > .col-item:last-child{
        margin-bottom: 0;
    }
    
    .member-block_contact.decore .parts-3 > .col-item,
    .member-block_video-content .parts-3 > .col-item{
        float: none;
        width: 100%;
    }
    
    .member-block_contact.decore .member-block_contact-item {
        padding-top: 0;
    }
    
    .member-block_contact.decore .member-block_contact-item:before{
        display: none;
    }
    
    .member-block_contact-title {
        font-size: 13px;
        line-height: 17px;
    }
    
    .member-block_contact-element {
        font-size: 13px;
        line-height: 17px;
    }
    
    .member-block_contact.decore .member-block_contact-title {
        margin-bottom: 10px;
    }
    
    .member-block_sidebar{
        margin: 0 -30px;
    }
    
    .member-block_contact-element {
        font-size: 16px;
        line-height: 20px;
    }
    
    .member-block_team .parts-4 > .col-item{
        width: 33.3333336%;
    }
    
    .member-block_team .parts-4 > .col-item:nth-child(4n + 1){
        clear: none;
    }
    
    .member-block_team .parts-4 > .col-item:nth-child(3n + 1){
        clear: both;
    }
    
    .member-block_sidebar .btn-container ~ .member-block_copy-url {
        margin-top: 15px;
    }
}

/*    member-more-block    */

.section-member-more{
    padding: 100px 0;
}

.member-more-block{
    position: relative;
    margin-top: 50px;
}

.member-more-block_link{
    position: absolute;
    top: -88px;
    right: 0;
}

@media only screen and (max-width: 1179px){
    .scroll-items{
        margin-left: -30px;
        margin-right: -30px;
    }
    .scroll-items .parts-divide{
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .scroll-items .parts-divide::-webkit-scrollbar {
        display: none;
    }
    
    .scroll-items .parts-divide.parts-2 > .col-item{
        width: 100%;
        min-width: 280px;
    }
    
    .scroll-items .parts-divide.parts-2 > .col-item:first-child{
        min-width: 310px;
        padding-left: 45px;
    }
    
    .scroll-items .parts-divide.parts-2 > .col-item:last-child{
        min-width: 310px;
        padding-right: 45px;
    }
    
    
    .scroll-items .parts-divide.parts-3 > .col-item{
        width: 100%;
        min-width: 280px;
    }
    
    .scroll-items .parts-divide.parts-3 > .col-item:first-child{
        min-width: 310px;
        padding-left: 45px;
    }
    
    .scroll-items .parts-divide.parts-3 > .col-item:last-child{
        min-width: 310px;
        padding-right: 45px;
    }
    
    
    
    .scroll-items .parts-divide.parts-4 > .col-item{
        width: 100%;
        min-width: 280px;
    }
    
    .scroll-items .parts-divide.parts-4 > .col-item:first-child{
        min-width: 310px;
        padding-left: 45px;
    }
    
    .scroll-items .parts-divide.parts-4 > .col-item:last-child{
        min-width: 310px;
        padding-right: 45px;
    }
}

@media only screen and (max-width: 1023px){
    .member-more-block_link{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .member-more-block{
        margin-top: 30px;
    }
}


/*    office-block    */

.section-office{
    padding-bottom: 0;
    background: #F3F3FF;
    overflow: hidden;
}

.section-office .btn-main.gradient div:before{
    background: #F3F3FF;
}

.office-block .btn-container{
    margin: 25px 0 100px;
}

.office-block .tab-block.office .tab-block_btn-item{
    opacity: 0.4;
}

.office-block .tab-block.office .tab-block_btn-item.active{
    opacity: 1;
}
@media only screen and (max-width: 1179px){
    .tab-block.office .tab-block_btn{
        width: auto;
        margin: 0 -30px;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .tab-block.office .tab-block_btn::-webkit-scrollbar {
        display: none;
    }
    
    .tab-block.office .tab-block_btn:before,
    .tab-block.office .tab-block_btn:after {
        width: 30px;
        min-width: 30px;
        float: left;
        height: 40px;
    }
    
    .tab-block.office .tab-block_btn-item{
        margin-right: 40px;
    }
    
    .tab-block.office .tab-block_btn-item:last-child{
        margin-right: 0;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(1){
        min-width: 88px;
    }
    
    .section-office .tab-block.office .tab-block_btn-item:nth-child(2){
        min-width: 132px;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(3){
        min-width: 80px;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(4){
        min-width: 94px;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(5){
        min-width: 98px;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(6){
        min-width: 86px;
    }
    
    .tab-block.office .tab-block_btn-item:nth-child(7){
        min-width: 92px;
    }

    .tab-block.office .tab-block_btn-item span{
        font-size: 16px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1023px){
    .office-block .btn-container{
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px){
    .office-block .btn-container{
        margin-bottom: 40px;
    }
}

/*    office-block    */

.section-office-content{
    padding: 80px 0 70px;
}

.section-office-content .card-block .col-item{
    margin-bottom: 30px;
}

.section-office-content .card-block .card-item ~ .btn-container{
    margin-top: 23px;
}

.form-block.battle_teams{
    max-width: 610px;
}

.form-block.battle_teams .form-block_line{
    margin-bottom: 40px;
}

.form-block.battle_teams .form-block_line:last-child{
    margin-bottom: 0;
}

.form-block.battle_teams input,
.form-block.battle_teams .form-block_line-file{
    max-width: 394px;
}

.form-block.battle_teams .section-description-l{
    margin-bottom: 40px;
}

.form-block.battle_teams label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
}

.form-block_line-expanding{
    margin-bottom: 26px;
    padding: 5px 0 14px;
    border-bottom: 1px solid #EBEBEB;
}

.form-block_line-expanding .form-block_line-content{
    max-height: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

.form-block_line-expanding.active .form-block_line-content{
    max-height: 1000px;
}

.form-block_line-file-choice{
    
}

.form-block_line-file-choice .file{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 13px 56px 14px 82px;
    background: none;
    border: 1px solid #000;
    border-radius: 50px;
}

.form-block_line-file-choice .file:last-child{
    margin-bottom: 0;
}

.form-block_line-file-choice .file div{
    display: inline-block;
}


.form-block_line-file-choice .file-label{
    position: absolute;
    top: calc(50% - 13px);
    left: 24px;
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    background-color: #F3F6FD;
}

.form-block_line-file-choice .file-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.form-block_line-file-choice .file-delete{
    position: absolute;
    cursor: pointer;
    top: calc(50% - 12px);
    right: 23px;
    width: 22px;
    height: 22px;
    font-size: 0;
    background-image: url(../images/icon-close.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.4;
}

.form-block_line-file-choice .file-delete:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 480px){
    .form-block_line-file {
        height: auto;
        width: auto;
        margin: 20px 0 0;
        padding: 0;
        text-align: left;
        background: none;
    }
    
    .form-block_line-file_description{
        display: none;
    }
    
}


/*    module-block    */

.section-module{
    
}

.module-block{
    max-width: 814px;
    margin-bottom: 100px;
}

.module-block_text{
    max-width: 610px;
    margin: 25px 0 0;
    font-size: 16px;
    line-height: 26px;
}

.module-home-block_text.success{
    margin-top: 40px;
    font-weight: 600;
}

.module-block_text p,
.module-home-block_text p{
    margin-bottom: 26px;
}

.module-block_text p:last-child,
.module-home-block_text p:last-child{
    margin-bottom: 0;
}

.module-block .module-block_video{
    margin-top: 40px;
}

.module-list-block{
    margin-top: 50px;
}

.section-module-home-work.bg-grey .btn-main.gradient div:before{
    background-color: #F7F9FA;
}

.module-home-work-block{
    margin-top: 50px;
}

.module-home-work-block_text{
    font-size: 16px;
    line-height: 26px;
}

.module-home-work-block_files{
    margin-top: 84px;
}

.module-home-work-block_files-title{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.module-home-work-block_files textarea{
    max-width: 814px;
    background: none;
}


@media only screen and (max-width: 1023px){
    .module-home-work-block .parts-2 > .col-item{
        float: none;
        width: 100%;
    }

    .module-block{
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px){
    .module-home-work-block_files .parts-2 > .col-item{
        width: 100%;
    }
    
    .form-block_line-file-choice .file:first-child{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 480px){
    .module-home-work-block_files {
        margin-top: 64px;
    }
    
    .form-block_line-file{
        margin: 0;
    }
    
    .form-block_line-file_title {
        margin-bottom: 0;
    }
}

/*    team-block    */

.team-block{
    
}

.team-block .parts-6 .col-item{
    margin-bottom: 25px;
}

.team-block_item{
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    opacity: 0.5;
}

.team-block_item.active{
    cursor: default;
    opacity: 1;
}

.team-block_item-image{
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.team-block_item.active .team-block_item-image{
    box-shadow: 0px 0px 0px 3px #6582FB;
}

.team-block_item-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

#responsible-popup .btn-container{
    padding-top: 15px;
    text-align: right;
}

@media only screen and (max-width: 767px){
    #responsible-popup .team-block .parts-6 .col-item{
        width: 33.3333336%;
    }

    #responsible-popup .team-block .parts-6 .col-item:nth-child(3n+1){
        clear: both;
    }
}


@media only screen and (max-width: 480px){
    #responsible-popup .team-block_item-image{
        width: 50px;
        height: 50px;
    }
    
    #responsible-popup .team-block_item-name {
        font-size: 12px;
    }
}

/*    olympiad-block / piggy-bank-block    */

.olympiad-block_container,
.piggy-bank-block_container{
    position: relative;
    margin-top: 45px;
    padding-top: 30px;
}

.olympiad-block_container:before,
.piggy-bank-block_container:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #000;
    opacity: 0.1;
    z-index: 1;
}

.olympiad-block_star,
.piggy-bank-block_star{
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(90.02deg, #9158C2 0.02%, #C75C90 25.45%, #F45E62 47.51%, #D6415E 74.71%, #B32860 99.98%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.olympiad-block_star:before,
.piggy-bank-block_star:before{
    position: absolute;
    content: '';
    top: -3px;
    right: -4px;
    width: 9px;
    height: 9px;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.olympiad-block_star.success:before,
.piggy-bank-block_star.success:before{
    position: absolute;
    content: '';
    top: -12px;
    right: -12px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    background-image: url(../images/icon-star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}


.olympiad-block_step,
.piggy-bank-block_question{
    display: none;
}

.olympiad-block_step.active,
.piggy-bank-block_question.active{
    display: block;
}

.olympiad-block_step-title,
.piggy-bank-block_question-title{
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.olympiad-block_step-description{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}

.piggy-bank-block_question-answer{
    
}

.test-block_item-answer-item{
    position: relative;
    margin-bottom: 16px;
}

.test-block_item-answer-item:last-child{
    margin-bottom: 0;
}
/*
.test-block_item-answer-item:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #EBEBEB;
}

.test-block_item-answer-item.active:before{
    background-image: url(../images/icon-check.svg);
    background-position: 3px 2px;
    background-repeat: no-repeat;
    background-size: 12px;
}
*/
#olympiad-popup .btn-container,
#piggy-bank-popup .btn-container{
    padding-top: 55px;
    text-align: right;
}

#olympiad-popup .btn-container .btn,
#piggy-bank-popup .btn-container .btn{
    display: none;
}

#olympiad-popup .btn-container .btn.active,
#piggy-bank-popup .btn-container .btn.active{
    display: inline-block;
}