/****************************************
COMMON
****************************************/
html {
    overflow-x: hidden;
}
body {
    color: #303030;
    font-family: 'MuseoSansCyrlRegular', sans-serif;
	font-weight: normal;
	font-style: normal;
    background-color: #ffffff;
}
h1, 
.h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}
h2, 
.h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}
h3, 
.h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}
h4, 
.h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}
h5, 
.h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}
h6, 
.h6 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #264D4A;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    font-weight: normal;
}

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

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

@media screen and (max-width: 768px) {
    h1, 
    .h1 {
        font-size: 22px;
        line-height: 26px;
    }
    h2, 
    .h2 {
        font-size: 20px;
        line-height: 24px;
    }
    h3, 
    .h3 {
        font-size: 18px;
        line-height: 22px;
    }
    h4, 
    .h4 {
        font-size: 16px;
        line-height: 20px;
    }
    h5, 
    .h5 {
        font-size: 14px;
        line-height: 18px;
    }
    h6, 
    .h6 {
        font-size: 12px;
        line-height: 16px;
    }
}


.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    color: #919191;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 7px 7px 0 0;
    text-align: center;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    padding: 15px 25px;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #3A6CB4;
    border: 1px solid #3A6CB4;
    cursor: default;
}
.tab-content {
    padding: 30px 15px 15px 15px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0 7px 7px 7px;
}

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

@media screen and (max-width: 992px) {
    .nav-tabs .nav-link {
        border-radius:4px 4px 0 0;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
    }
    .tab-content {
        padding: 15px 5px 5px 5px;
        border-radius: 0 4px 4px 4px;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 5px 5px;
    }
}


.contacts-item {
    cursor: default;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 20px;
}
.contacts-item i {
    margin-right: 5px;
    color: #1F4B8A;
}
div.wpcf7 {
    background-color: #fff;
    padding: 10px 50px 10px 50px;
    position: relative;
    border-radius: 4px;
    max-width: 550px;
    margin: 0 auto;
}
.form__title {
    color: #ffffff;
    font-size: 22px;
    line-height: 16px;
    margin-bottom: 10px;
    cursor: default;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    padding-left: 30px;
    position: relative;
}
.form__title::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url('../../image/icon/mail-icon-white.svg');
    width: 20px;
    height: 16px;
    top: 1px;
    left: 0;
}
.form__subtitle {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    cursor: default;
}
.form__body {
    margin-top: 20px;
}
.form__field {
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.wpcf7-form p {
    margin: 0;
}
.form__item {
    margin-bottom: 20px;
}
.wpcf7-form-control {
    width: 100%;
    border: none;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 18px;
    border-radius: 7px;
    background-color: #F4F5FF;
    position: relative;
    color: #303030;
    text-align: center;
    font-family: 'MuseoSansCyrlMedium', sans-serif;
}
.wpcf7-form-control.wpcf7-checkbox {
    padding: 0;
    background-color: transparent;
}
.wpcf7-form-control::placeholder {
    color: #818181;
    opacity: 1;
}
span.wpcf7-not-valid-tip {
    color: #DE1124;
    font-size: 14px;
    line-height: 16px;
    cursor: default;
    position: relative;
    text-align: center;
}

div.wpcf7-response-output {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    border: 1px solid #2D2C31;
    color: #2D2C31;
    border-radius: 5px;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
    letter-spacing: 1px;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    display: none !important;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #E2E5FF;
    color: #1F4B8A;
    background-color: #fff;
    cursor: default;
    display: flex !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../../image/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}
.form__btn-container {
    text-align: center;
    padding-top: 15px;
}
.wpcf7-submit, 
.wpcf7-submit:focus {
    width: auto;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    padding: 15px 52px;
    font-family: "MuseoSansCyrlBlack", sans-serif;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 7px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background: #9cd62e; /* Old browsers */
    background: -moz-linear-gradient(top,  #9cd62e 0%, #78b601 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #9cd62e 0%,#78b601 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #9cd62e 0%,#78b601 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd62e', endColorstr='#78b601',GradientType=0 ); /* IE6-9 */

}
.wpcf7-submit:hover {
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background-color: #29A998;
    background: #acec32; /* Old browsers */
    background: -moz-linear-gradient(top,  #acec32 0%, #78b601 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #acec32 0%,#78b601 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #acec32 0%,#78b601 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acec32', endColorstr='#78b601',GradientType=0 ); /* IE6-9 */

} 
.wpcf7-submit:active {
    cursor: pointer;
    background: none;
    background-color: #8DC63F;
    text-shadow: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2) !important;
}


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

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

@media screen and (max-width: 768px) {
    div.wpcf7 {
        padding: 10px 0px 10px 0px;
        max-width: 100%;
    }
    .form__item {
        margin-bottom: 10px;
    }
}



.scrollToTop, 
.scrollToTop:focus {
    background-color: #249586;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    color: #ffffff;
    padding: 6px 0px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: none !important;
}
.scrollToTop:hover,
.scrollToTop:active {
    background-color: #ffffff;
    cursor: pointer;
    color: #249586;
    border: 1px solid #249586;
    display: none !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.hidden {
    display: none !important;
}
input,
input:focus,
input:hover,
input:active {
    outline: none !important;
    box-shadow: none !important;
}
a,
a:focus {
    outline: none !important;
    color: #1F4B8A;
    text-decoration: underline;
    box-shadow: none !important;
}
a:hover,
a:active {
    outline: none !important;
    color: #303030;
    text-decoration: underline;
    box-shadow: none !important;
}
button,
button:focus,
button:hover,
button:active {
    outline: none !important;
    box-shadow: none !important;
}
textarea,
textarea:focus,
textarea:hover,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
}

#wrapper {
    background-color: #fff;
}

/****************************************
HEADER
****************************************/

.header__container {
    background-color: #1F4B8A;
    padding: 35px 0 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.screen-reader-text {
    display: none !important;
}
.header__logo {
    margin-bottom: 32px;
    text-align: center;
}
.header__logo-img {
    width: 100%;
    height: auto;
    max-width: 220px;
}

div.header-lang-switcher__container {
    text-align: center;
    margin-bottom: 75px;
}
.home-header__container div.header-lang-switcher__container {
    margin-bottom: 35px;
}
.header-lang-switcher__container > .lang-switcher {
    display: inline-block;
}

.header-title__container {
    text-align: center;
    margin-bottom: 110px;
}
.header-title {
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 52px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    margin-bottom: 5px;
}
.header-subtitle {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 32px;
    cursor: default;
}

@media screen and (max-width: 1201px) {
    .header-title__container {
        margin-bottom: 80px;
    }
    .header-title {
        font-size: 40px;
        line-height: 44px;
    }
    .header-subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 992px) {
    .header-title__container {
        margin-bottom: 50px;
    }
    .header-title {
        font-size: 34px;
        line-height: 38px;
    }
    .header-subtitle {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .header__container {
        padding: 15px 0 0 0;
    }
    .header__logo {
        margin-bottom: 15px;
    }
    .header__logo-img {
        max-width: 150px;
    }
    div.header-lang-switcher__container {
        margin-bottom: 15px;
    }
    .home-header__container div.header-lang-switcher__container {
        margin-bottom: 15px;
    }
    .header-title__container {
        margin-bottom: 20px;
    }
    .header-title {
        font-size: 28px;
        line-height: 30px;
    }
    .header-subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}



.header__menu-inner-logo {
    display: none;
}
.header__menu {
    margin-bottom: 30px;
}
.home-header__container .header__menu {
    margin-bottom: 210px;
}
.header__menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute !important;
    justify-content: center !important;
}
.header__menu ul.menu ul.menu {
    display: none !important;
}
.header__menu ul.menu li {
    position: relative;
    margin-right: 55px;
    margin-bottom: 15px;
    text-align: center;
}
.header__menu ul.menu li:last-child {
    margin-right: 0;
}
.header__menu ul.menu > li a,
.header__menu ul.menu > li a:focus {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
    padding: 0 0 5px 0;
    border-bottom: 2px solid transparent;
    display: inline-block;
}
.header__menu ul.menu > li:hover > a,
.header__menu ul.menu > li > a:hover,
.header__menu ul.menu > li > a:active {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    border-bottom: 2px solid #79C471;
}
.header__menu ul.menu > li.current-menu-item a {
    font-family: 'MuseoSansCyrlBold', sans-serif;
}

@media screen and (max-width: 1201px) {
    .home-header__container .header__menu {
        margin-bottom: 90px;
    }
    .header__menu ul.menu li {
        margin-right: 40px;
    }
    .header__menu ul.menu > li a, 
    .header__menu ul.menu > li a:focus {
        font-size: 22px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .home-header__container .header__menu {
        margin-bottom: 70px;
    }
    .header__menu ul.menu li {
        margin-right: 30px;
    }
    .header__menu ul.menu > li a, 
    .header__menu ul.menu > li a:focus {
        font-size: 20px;
        line-height: 22px;
    }
}

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

.header__menu-container {
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header__menu-container.fixed {
    background-color: #1F4B8A;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 11px 0 rgba(0,0,0,.15);
    z-index: 99;
    padding: 8px 0 8px 0;
    width: 100% !important;
    margin-bottom: 0px;
}
.header__menu-container.fixed .header__menu {
    margin-bottom: 0px;
}
.header__menu-container.fixed .header__menu ul.menu li {
    margin-right: 35px;
    margin-bottom: 5px;
}
.header__menu-container.fixed .header__menu ul.menu > li a, 
.header__menu-container.fixed .header__menu ul.menu > li a:focus {
    font-size: 18px;
    line-height: 20px;
    padding-top: 6px;
}
.header__menu-inner-logo img {
    max-width: 100px;
}
.header__menu-container.fixed .header__menu-inner-logo {
    display: flex;
    margin-right: 75px;
}
.header__menu-container.fixed .mobile-menu-toggle {
    margin-bottom: 0px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .header__menu-container.fixed .header__menu ul.menu > li a, 
    .header__menu-container.fixed .header__menu ul.menu > li a:focus {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }
}

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



/****************************************
FOOTER
****************************************/

.footer__container {
    background-color: #1F4B8A;
    padding: 20px 0 0 0;
}
.footer__column {
    
}

.footer__logo-container {
    text-align: center;
}
.footer__logo-img {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-bottom: 10px;
}

.footer__slogan {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    cursor: default;
    font-family: 'MuseoSansCyrlMedium', sans-serif;
    padding-top: 25px;
}


.lang-switcher__container {
    margin-bottom: 15px;
}
.lang-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lang-switcher li {
    margin-bottom: 15px;
    margin-right: 45px;
    position: relative;
}
.lang-switcher li:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 2px;
    height: 20px;
    top: -2px;
    right: -23px;
}
.lang-switcher li:last-child {
    margin-right: 0;
}
.lang-switcher li:last-child:after {
    display: none;
}
.lang-switcher li a,
.lang-switcher li a:focus {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
.lang-switcher li a:hover,
.lang-switcher li a:active {
    color: #fff;
    text-decoration: underline;
}
.lang-switcher li.current-lang a,
.lang-switcher li.current-lang a:focus {
    font-family: 'MuseoSansCyrlBold', sans-serif;
}
.lang-switcher li.current-lang a:hover,
.lang-switcher li.current-lang a:active {
    font-family: 'MuseoSansCyrlBold', sans-serif;
    text-decoration: none;
    cursor: default;
}


.footer__social {
    padding-top: 8px;
    margin-bottom: 15px;
}
.footer__social-title {
    color: #E6E6E6;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 33px;
    cursor: default;
}
.footer__social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__social-list li {
    margin-bottom: 15px;
    margin-right: 25px;
}
.footer__social-list li:last-child {
    margin-right: 0;
}
.footer__social-list li .soc-link,
.footer__social-list li .soc-link:focus {
    color: #E6E6E6;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid transparent;
}
.footer__social-list li .soc-link:hover,
.footer__social-list li .soc-link:active {
    color: #E6E6E6;
    text-decoration: none;
    border-bottom: 2px solid #E6E6E6;
    cursor: pointer;
}


.footer__contacts {
    padding-top: 8px;
    margin-bottom: 25px;
}
.footer__contacts-title {
    color: #E6E6E6;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    cursor: default;
}
.footer__contacts-phone {
    color: #FEFEFE;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    cursor: default;
}
.footer__contacts-email {
    color: #FEFEFE;
    font-size: 16px;
    line-height: 18px;
    cursor: default;
}


.footer__to-top {
    
}
.footer__to-top-btn,
.footer__to-top-btn:focus {
    color: #E6E6E6;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #3A6CB4;
    padding: 10px 10px;
    border-radius: 7px;
}
.footer__to-top-btn:hover,
.footer__to-top-btn:active {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
}
.footer__to-top-btn i {
    font-size: 16px;
    line-height: 16px;
    padding-left: 7px;
}

.copyright__container {
    background-color: #1F4B8A;
    padding: 0 0 15px 0;
}
.footer__copyright {
    color: #779CD1;
    font-size: 12px;
    line-height: 14px;
    cursor: default;
    text-align: center;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .footer__slogan {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        padding-top: 15px;
        text-align: center;
    }
    .lang-switcher__container {
        margin-bottom: 5px;
    }
    .lang-switcher ul {
        justify-content: center;
    }
    .footer__social {
        text-align: center;
    }
    .footer__social-title {
        margin-bottom: 15px;
    }
    .footer__social-list {
        justify-content: center;
    }
    .footer__contacts {
        text-align: center;
    }
    .footer__to-top {
        text-align: center;
    }
    .copyright__container {
        padding: 15px 0 15px 0;
    }
}


/****************************************
PAGE
****************************************/

.page-block {
    margin: 30px 0;
    background-color: #fff;
}

.page-block > img,
.page-block > p > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.page-title {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    letter-spacing: -1px;
    cursor: default;
    font-weight: normal;
    margin-top: 45px;
    margin-bottom: 35px;
}
.page-block p {
    margin-bottom: 20px;
}
.page-block ul,
.page-block ol {
    margin-bottom: 20px;
    margin-left: 25px;
    padding-left: 20px;
}
.page-block blockquote {
    margin: 0 0 20px 0;
    padding: 15px 15px 1px 30px;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    border-left: 3px solid #1F4B8A;
}
.page-block blockquote p {
    margin-bottom: 20px;
    cursor: default;
}
.page-block b,
.page-block strong {
    font-weight: normal;
    font-family: "MuseoSansCyrlMedium", sans-serif;
}



@media screen and (max-width: 1201px) {
    .page-title {
        font-size: 36px;
        line-height: 40px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 992px) {
    .page-title {
        font-size: 30px;
        line-height: 36px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}


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

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

@media screen and (max-width: 768px) {
    .page-block__header {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 15px;
    }
    .page-block__footer {
        font-size: 10px;
        line-height: 14px;
        padding: 10px 15px;
    }
    .page-block blockquote {
        margin: 0 0 20px 0;
        padding: 10px 10px 1px 50px;
        font-size: 16px;
        line-height: 22px;
    }
    .page-block blockquote::after {
        top: 15px;
        left: 15px;
        width: 20px;
        height: 20px;
        background-size: 10px 12px;
    }
    .page-block p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}



#reply-title,
.comments-title {
    color: #249586;
    font-size: 18px;
    line-height: 20px;
    padding: 22px 25px;
    border-bottom: 2px solid #EFEFEF;
    text-transform: uppercase;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
}
.comment-form {
    padding: 0 25px;
}
.comment-notes {
    font-size: 14px;
    line-height: 16px;
    color: #7F7F7F;
    cursor: default;
}

.comment-meta.commentmetadata {
    display: none !important;
}
.reply {
    text-align: right;
}
.comment-reply-link,
.comment-reply-link:focus {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
    background-color: #249586;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
}
.comment-reply-link:hover,
.comment-reply-link:active {
    color: #fff;
    background-color: #29A998;
    text-decoration: none;
    cursor: pointer;
}

.form-submit {
    text-align: right;
}
#comment_submit,
#comment_submit:focus {
    font-size: 14px;
    line-height: 16px;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    padding: 12px 40px;
    background-color: #249586;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    border: none;
}
#comment_submit:hover,
#comment_submit:active {
    color: #fff;
    background-color: #29A998;
    text-decoration: none;
    cursor: pointer;
}
#respond {
    margin-bottom: 40px;
}
#commentform .form-control {
    padding: 9px 15px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
    height: auto;
}
#commentform textarea.form-control {
    resize: none;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}
.comment {
    margin-bottom: 20px;
}
.comment-body {
    position: relative;
}
.comment-author.vcard {
    margin-right: 300px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.comment-author.vcard .wp-user-avatar {
    margin: 0 10px 5px 0;
    border-radius: 4px;
}
.comment-author.vcard .fn {
    font-size: 16px;
    line-height: 18px;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    cursor: default;
    margin-bottom: 5px;
    font-style: normal;
}
.comment-author.vcard .says {
    display: none;
}
#comments ol.comment-list,
#comments ol.children {
    list-style: none !important;
    margin: 0;
    padding: 25px 25px;
}

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

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

@media screen and (max-width: 768px) {
    #reply-title, .comments-title {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 15px;
    }
    .comment-form {
        padding: 0 15px;
    }
    .comment-notes {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .comment__stars-container {
        margin-bottom: 10px;
    }
    .comment__stars-title {
        font-size: 12px;
        line-height: 16px;
        width: 120px;
    }
    #commentform .form-control {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    #comments ol.comment-list,
    #comments ol.children {
        padding: 15px 15px;
    }
    .comment-body p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .comment-author.vcard {
        margin-right: 0;
        display: block !important;
    }
    .comment-author.vcard .fn {
        font-size: 14px;
        line-height: 16px;
        display: block;
    }
    .comment-reply-link, .comment-reply-link:focus {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 15px;
    }
}




/****************************************
POST IN LIST
****************************************/


.post-in-list__thumb-img {
    margin-bottom: 15px;
}
.post-in-list__info {
    margin-bottom: 15px;
}
.post-in-list__title {
    margin-bottom: 10px;
}
.post-in-list__title a, 
.post-in-list__title a:focus {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
}
.post-in-list__title a:hover, 
.post-in-list__title a:active {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
}
.post-in-list__excerpt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #7F7F7F;
}
.post-in-list__more {
    text-align: right;
}
.post-in-list__more a, 
.post-in-list__more a:focus {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
}
.post-in-list__more a:hover, 
.post-in-list__more a:active {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
}
.post-in-list__more a i {
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
}


/****************************************
PAGINATION
****************************************/

.pagination {
    margin-bottom: 30px;
    text-align: center;
}
.pagination a, 
.pagination a:focus {
    color: #303030;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    background-color: #E2E5FF;
    padding: 11px 10px;
    margin: 0 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 4px;
}
.pagination a:hover, 
.pagination a:active {
    color: #ffffff;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    background-color: #1F4B8A;
}
.pagination span {
    color: #ffffff;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    font-family: "MuseoSansCyrlMedium", sans-serif;
    background-color: #1F4B8A;
    cursor: default;
    padding: 11px 10px;
    margin: 0 5px;
    min-width: 40px;
    text-align: center;
    border-radius: 4px;
}






/****************************************
HOME PAGE
****************************************/
.page-block__container {
    padding: 40px 0 40px 0;
}
.page-block__title {
    color: #1F4B8A;
    font-size: 48px;
    text-align: center;
    line-height: 52px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    margin-bottom: 70px;
    position: relative;
}
.page-block__title:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #E2E5FF;
    width: 90px;
    height: 2px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.page-block__subtitle {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlRegular', sans-serif;
    max-width: 550px;
    margin: 0 auto;
    padding: 17px 0 6px 0;
}

@media screen and (max-width: 1201px) {
    .page-block__title {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 992px) {
    .page-block__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .page-block__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .page-block__title::after {
        bottom: -20px;
    }
    .page-block__subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}


.home-projects__container {
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
}
.home-projects__container:before, 
.home-projects__container:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 50%;
    max-width: 300px;
    box-shadow: 0 35px 20px rgba(0, 0, 0, 0.2);
    display: block;
    height: 20px;
}
.home-projects__container:before {
    transform: rotate(-3deg);
    bottom: 50%;
    left: 50px;
}
.home-projects__container:after {
    transform: rotate(3deg);
    bottom: 50%;
    right: 50px;
}
.projects-block__body {
    background-color: #5C9F20;
    border-radius: 7px;
    position: relative;
    z-index: 2;
}
.projects-block__body .swiper-container {
    margin: 0 70px;
}
.projects-block__body .swiper-slide {
    min-height: 100px;
}
.projects-block__item {
    position: relative;
}
.projects-block__item:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 1px;
    height: 30px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.projects-block__item-title {
    text-align: center;
}
.projects-block__item-title a, 
.projects-block__item-title a:focus {
    font-family: 'MuseoSansCyrlBold', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.projects-block__item-title a:hover, 
.projects-block__item-title a:active {
    color: #fff;
    text-decoration: underline;
}
.swiper-button-prev, 
.swiper-button-next {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.swiper-button-prev {
    left: 25px;
}
.swiper-button-next {
    right: 25px;
}
@media screen and (max-width: 1201px) {
    .projects-block__body .swiper-container {
        margin: 0 60px;
    }
}

@media screen and (max-width: 992px) {
    .projects-block__body .swiper-container {
        margin: 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .projects-block__body .swiper-container {
        margin: 0 40px;
    }
    .projects-block__body .swiper-slide {
        min-height: 60px;
    }
    .projects-block__item-title a, 
    .projects-block__item-title a:focus {
        font-size: 14px;
        line-height: 16px;
    }
    .projects-block__item:after {
        display: none;
    }
}



.page-about-us__container {
    padding-bottom: 25px;
}
.home-about-project__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 0 25px 0;
}
.page-block__img-left-container {
    margin: 0 0 15px 0;
    padding: 0 40px 0 0;
    text-align: center;
}
.page-block__img-left {
    width: 100%;
    height: auto;
    max-width: 529px;
}
.page-block__text-right-container {
    margin: 0 0 15px 0;
}
.page-block__text-right-container p {
    margin: 0 0 24px 0;
}
.page-block__text-right-bold {
    margin: 0 0 35px 0;
    font-size: 17px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlMedium', sans-serif;
    letter-spacing: 0.8px;
    cursor: default;
}
.page-block__text-right-normal {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    letter-spacing: 0.5px;
    cursor: default;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .page-block__text-right-bold {
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .page-block__text-right-normal {
        font-size: 13px;
        line-height: 18px;
    }
}



.page-mission__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 0;
}
.page-mission__container > .container {
    position: relative;
    padding-bottom: 85px;
}
.page-mission__inner {
    border: 7px solid #fff;
    margin: 20px 0 0 0;
}
.page-mission__img-left-container {
    
}
.page-mission__img-left-inner {
    width: 100%;
    height: auto;
    max-width: 540px;
    visibility: hidden;
}
.page-mission__img-left-outer {
    width: 100%;
    height: auto;
    max-width: 540px;
    position: absolute;
    bottom: 0;
}
.page-mission__text-right-container {
    margin: 0;
    padding: 80px 35px 70px 35px;
}
.page-mission__text-right-bold {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    font-family: 'MuseoSansCyrlMedium', sans-serif;
    letter-spacing: 0.5px;
    cursor: default;
}
.page-mission__text-right-bold p {
    margin: 0;
}
.page-mission__text-right-normal {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    letter-spacing: 0.6px;
    cursor: default;
}
.page-mission__text-right-normal p {
    margin: 0;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .page-mission__container > .container {
        padding-bottom: 40px;
    }
    .page-mission__text-right-container {
        padding: 30px 15px 30px 15px;
    }
}

@media screen and (max-width: 768px) {
    .page-mission__inner {
        border: 5px solid #fff;
        margin: 0 0 0 0;
    }
    .page-mission__text-right-container {
        padding: 20px 15px 20px 15px;
    }
    .page-mission__text-right-bold {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .page-mission__text-right-normal {
        font-size: 13px;
        line-height: 18px;
    }
}



.home-benefits__container {
    padding: 40px 0 80px 0;
}
.home-benefits__list {
    padding-top: 45px;
}
.home-benefits__item {
    margin: 0 auto 30px auto;
    max-width: 230px;
}
.home-benefits__item-img {
    text-align: center;
    margin-bottom: 27px;
    background-image: url('../../image/benefit_hex.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 129px;
    height: 129px;
}
.home-benefits__item-img img {
    width: 100%;
    height: auto;
    max-width: 68px;
}
.home-benefits__item-title {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    font-family: 'MuseoSansCyrlMedium', sans-serif;
    cursor: default;
    margin-bottom: 18px;
    letter-spacing: 0.7px;
}
.home-benefits__item-content {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .home-benefits__container {
        padding: 40px 0 10px 0;
    }
    .home-benefits__list {
        padding-top: 0;
    }
    .home-benefits__item {
        margin: 0 auto 30px auto;
    }
    .home-benefits__item-img {
        margin-bottom: 15px;
    }
    .home-benefits__item-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .home-benefits__item-content {
        font-size: 14px;
        line-height: 16px;
    }
}




.home-participation__container {
    background-color: #F4F5FF;
}
.page-participation__img-left-container {
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
.page-participation__img-left {
    width: 100%;
    height: auto;
    max-width: 612px;
}
.page-participation__text-right {
    margin: 0 0 15px 0;
}
.page-participation__text-right-item {
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    padding: 15px 0 15px 95px;
    margin: 0 0 8px 0;
    background-image: url('../../image/icon_checked.png');
    background-repeat: no-repeat;
    background-position: 20px 14px;
    background-size: 28px 29px;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .home-participation__container {
        padding: 40px 0 20px 0;
    }
    .page-participation__text-right-item {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0 10px 60px;
        margin: 0 0 0 0;
        background-position: 20px 9px;
        background-size: 20px 21px;
    }
}









.home-opportunities__container {
    
}
.home-opportunities__list {
    padding-top: 15px;
}
.home-opportunities__item {
    position: relative;
    margin-bottom: 24px;
}
.home-opportunities__item-number {
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    cursor: default;
    /*font-family: 'MuseoSansCyrlLight', sans-serif;*/
}
.home-opportunities__item:after {
    position: absolute;
    left: 65px;
    top: 12px;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #303030;
    content: '';
}
.home-opportunities__item-text {
    font-size: 17px;
    line-height: 24px;
    /*font-family: 'MuseoSansCyrlLight', sans-serif;*/
    cursor: default;
    padding: 0 0 0 100px;
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .home-opportunities__list {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .home-opportunities__item-number {
        font-size: 20px;
        line-height: 22px;
        left: 0;
    }
    .home-opportunities__item:after {
        top: 10px;
        left: 33px;
    }
    .home-opportunities__item-text {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 0 60px;
    }
}




.home-participate__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 60px 0;
}
.home-participate__title {
    color: #ffffff;
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    padding: 45px 15px 0 15px;
    margin-bottom: 50px;
}
.home-participate__title:after {
    display: none;
}
.home-participate__btns {
    position: relative;
    padding: 0 45px 0 45px;
}
.home-participate__btns .swiper-button-prev, 
.home-participate__btns .swiper-button-next {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.home-participate__btns .swiper-button-prev:hover, 
.home-participate__btns .swiper-button-next:hover {
    border: 1px solid #1F4B8A;
    background-color: #1F4B8A;
    color: #ffffff;
}
.home-participate__btns .swiper-button-prev {
    left: 0;
}
.home-participate__btns .swiper-button-next {
    right: 0;
}
.home-participate__pagination {
    margin: 0 auto;
}
.home-participate__pagination .swiper-pagination {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    text-align: center;
    padding: 0 15px;
}
.block-participate-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    background-color: transparent;
    opacity: 1;
    margin: 0 5px;
    border: 1px solid #ffffff;
}
.block-participate-swiper-pagination .swiper-pagination-bullet-active {
    background: none;
    background-color: #ffffff;
}

.home-participate__list {
    padding-top: 35px;
    margin-bottom: -40px;
}
.participate-block__item {
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 10px auto;
    padding: 35px 15px 45px 15px;
    max-width: 315px;
}
.participate-block__item-title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    text-align: center;
    cursor: default;
}
.participate-block__item-text {
    font-size: 18px;
    line-height: 25px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    text-align: center;
    padding: 0 5px;
    letter-spacing: 1px;
    cursor: default;
}
.participate-block__item-grant {
    padding: 0 5px 0 20px;
    position: relative;
    margin-bottom: 62px;
    cursor: default;
}
.participate-block__item-grant::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #303030;
    width: 50px;
    height: 1px;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}
.participate-block__item-grant-text {
    font-size: 24px;
    line-height: 28px;
    padding-right: 15px;
    cursor: default;
}
.participate-block__item-grant-sum {
    font-size: 24px;
    line-height: 28px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
}
.participate-block__item-for_students {
    margin-bottom: 16px;
}
.participate-block__item-direction {
    margin-bottom: 16px;
}
.participate-block__item-theme {
    margin-bottom: 19px;
}
.participate-block__item-for_students .participate-block__item-text,
.participate-block__item-direction .participate-block__item-text {
    font-size: 16px;
    line-height: 25px;
}
.participate-block__item-more {
    text-align: center;
    margin-bottom: 16px;
}

.participate-block__item-more a,
.participate-block__item-more a:focus {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
}
.participate-block__item-more a:hover,
.participate-block__item-more a:active {
    text-decoration: underline;
}
.participate-block__item-order {
    text-align: center;
}
.participate-block__item-order-btn, 
.participate-block__item-order-btn:focus {
    text-decoration: none;
    width: auto;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    padding: 15px 52px;
    font-family: "MuseoSansCyrlBlack", sans-serif;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 7px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background: #9cd62e;
    background: -moz-linear-gradient(top, #9cd62e 0%, #78b601 100%);
    background: -webkit-linear-gradient(top, #9cd62e 0%,#78b601 100%);
    background: linear-gradient(to bottom, #9cd62e 0%,#78b601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd62e', endColorstr='#78b601',GradientType=0 );
}
.participate-block__item-order-btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background-color: #29A998;
    background: #acec32;
    background: -moz-linear-gradient(top, #acec32 0%, #78b601 100%);
    background: -webkit-linear-gradient(top, #acec32 0%,#78b601 100%);
    background: linear-gradient(to bottom, #acec32 0%,#78b601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acec32', endColorstr='#78b601',GradientType=0 );
}
.participate-block__item-order-btn:active {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: none;
    background-color: #8DC63F;
    text-shadow: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2) !important;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .participate-block__item {
        margin: 10px auto;
    }
    .home-participate__title {
        font-size: 22px;
        line-height: 30px;
        padding: 5px 15px 0 15px;
        margin-bottom: 30px;
    }
    /*.home-participate__btns {
        margin: 0 15px 20px 15px;
    }*/
    .home-participate__list {
        padding-top: 5px;
    }
    .participate-block__item {
        padding: 25px 15px 35px 15px;
    }
    .participate-block__item-grant {
        padding: 0 5px 0 5px;
        margin-bottom: 30px;
    }
    .participate-block__item-grant::after {
        bottom: -15px;
    }
    .participate-block__item-grant-text {
        font-size: 20px;
    }
    .participate-block__item-grant-sum {
        font-size: 20px;
    }
    .participate-block__item-title {
        font-size: 14px;
        line-height: 18px;
    }
    .participate-block__item-text {
        font-size: 15px;
        line-height: 22px;
    }
    .participate-block__item-for_students .participate-block__item-text, 
    .participate-block__item-direction .participate-block__item-text {
        font-size: 14px;
        line-height: 22px;
    }
    .participate-block__item-more a, 
    .participate-block__item-more a:focus {
        font-size: 14px;
        line-height: 18px;
    }
}




.home-how-it-work__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0 95px 0;
}
.home-how_it_work__list {
    
}
.home-how_it_work__item {
    margin-bottom: 30px;
}
.home-how_it_work__item-img {
    text-align: center;
    margin-bottom: 16px;
}
.home-how_it_work__item-img img {
    width: 100%;
    height: auto;
    max-width: 50px;
}
.home-how_it_work__item-number {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    margin-bottom: 18px;
    position: relative;
}
.home-how_it_work__item-number:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #77B500;
    width: 120px;
    height: 2px;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
}
.home-how_it_work__item-last .home-how_it_work__item-number:after {
    display: none;
}
.home-how_it_work__item-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
}
@media screen and (max-width: 1201px) {
    .home-how-it-work__container {
        padding: 100px 0 70px 0;
    }
    
}

@media screen and (max-width: 992px) {
    .home-how-it-work__container {
        padding: 100px 0 60px 0;
    }
    .home-how_it_work__item-number:after {
        display: none;
    }
    .home-how_it_work__item-number {
        margin-bottom: 10px;
    }
    .home-how_it_work__item-title {
        font-size: 14px;
        line-height: 18px;
    }
    .home-how_it_work__item {
        margin-bottom: 120px;
        position: relative;
    }
    .home-how_it_work__item-last {
        margin-bottom: 0px;
    }
    .home-how_it_work__item:after {
        content: '';
        position: absolute;
        display: block;
        background-color: #77B500;
        width: 2px;
        height: 90px;
        bottom: -105px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-how_it_work__item-last:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .home-how-it-work__container {
        padding: 100px 0 40px 0;
    }
}



.home-reviews__container {
    background-color: #F4F5FF;
}
.home-reviews__list .swiper-outer-wrapper {
    position: relative;
}
.home-reviews__list .swiper-container:before,
.home-reviews__list .swiper-container:after {
    position: absolute;
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.home-reviews__list .swiper-container:before {
    left: 0;
    background: #f4f5ff; /* Old browsers */
    background: -moz-linear-gradient(left, #f4f5ff 0%, rgba(244, 245, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f5ff 0%, rgba(244, 245, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f5ff 0%, rgba(244, 245, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5ff', endColorstr='rgba(244, 245, 255, 0)',GradientType=1 ); /* IE6-9 */
}
.home-reviews__list .swiper-container:after {
    right: 0;
    background: #f4f5ff; /* Old browsers */
    background: -moz-linear-gradient(left, rgba(244, 245, 255, 0) 0%, #f4f5ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 245, 255, 0) 0%, #f4f5ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 245, 255, 0) 0%, #f4f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(244, 245, 255, 0)', endColorstr='#f4f5ff',GradientType=1 ); /* IE6-9 */

}
.home-reviews__list .swiper-container {
    margin: 0 0px;
    position: relative;
}
.home-reviews__list .swiper-button-prev, 
.home-reviews__list .swiper-button-next {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    color: #B9BAD4;
    background-color: #ffffff;
    border: 1px solid #E3E6FF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.home-reviews__list .swiper-button-prev:hover, 
.home-reviews__list .swiper-button-next:hover {
    color: #1F4B8A;
}
.home-reviews__list .swiper-button-prev {
    left: 0;
}
.home-reviews__list .swiper-button-next {
    right: 0;
}
.home-reviews__list .swiper-pagination {
    transform: translateX(-50%);
    left: 50%;
}
.home-reviews__list .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background: #E1E4FF;
    opacity: 1;
    margin: 0 5px;
}
.home-reviews__list .swiper-pagination-bullet-active {
    background: #3A6CB4;
}
.reviews-block__item {
    max-width: 360px;
    margin: 10px auto;
    text-align: center;
    filter: blur(3px);
    transform: scale(0.85);
    transition: .25s ease-in-out all;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 7px;
    overflow: hidden;
}
.swiper-slide-active .reviews-block__item {
    filter: none;
    transform: none;
}


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

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

@media screen and (max-width: 768px) {
    .home-reviews__list .swiper-container {
        margin: 0 40px;
    }
    .home-reviews__list .swiper-container:before,
    .home-reviews__list .swiper-container:after {
        display: none;
    }
}



.home-organizers__container {
    padding: 40px 0 65px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-organizers__list {
    padding-top: 10px;
}
.page-organizers__item {
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
}
.page-organizers__item-img {
    margin: 0 0 40px 0;
    height: 164px;
}
.page-organizers__item-img img {
    width: auto;
    max-height: 164px;
}
.page-organizers__item-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    margin: 0 0 11px 0;
}
.page-organizers__item-content {
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
}
.page-organizers__item-content p {
    margin: 0;
}
.page-organizers__item-content,
.page-organizers__item-content a {
    text-decoration: none;
}
.page-organizers__item-link {
    cursor: pointer;
    color: #1F4B8A;
}
@media screen and (max-width: 1201px) {
    .home-organizers__container {
        padding: 40px 0 50px 0;
    }
    
}

@media screen and (max-width: 992px) {
    .home-organizers__container {
        padding: 40px 0 40px 0;
    }
    
}

@media screen and (max-width: 768px) {
    .page-organizers__item-img {
        margin: 0 0 5px 0;
        height: auto;
    }
    .page-organizers__item-img img {
        width: 100%;
        max-height: 100%;
        max-width: 150px;
    }
    .page-organizers__item-title {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 5px 0;
    }
    .page-organizers__item-content {
        font-size: 14px;
        line-height: 18px;
    }
    .home-organizers__container {
        padding: 40px 0 20px 0;
    }
    .page-organizers__list {
        padding-top: 0;
    }
}



.home-partners__container {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 4;
    position: relative;
    padding: 40px 0 125px 0;
}
.home-partners__list {
    padding: 20px 0 0 0;
}
.home-partners__list .swiper-outer-wrapper {
    position: relative;
}
.home-partners__list .swiper-container {
    margin: 0 100px;
}
.home-partners__list .swiper-button-prev, 
.home-partners__list .swiper-button-next {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    color: #B9BAD4;
    border: 1px solid #E3E6FF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.home-partners__list .swiper-button-prev:hover, 
.home-partners__list .swiper-button-next:hover {
    color: #1F4B8A;
}
.home-partners__list .swiper-button-prev {
    left: 25px;
}
.home-partners__list .swiper-button-next {
    right: 25px;
}
.partners-block__item {
    max-width: 200px;
    margin: 0 auto;
}
.partners-block__item-link {
    cursor: pointer;
}
.partners-block__item-link:hover {
    cursor: pointer;
    opacity: 0.7;
}
@media screen and (max-width: 1201px) {
    .home-partners__container {
        padding: 40px 0 90px 0;
    }
}

@media screen and (max-width: 992px) {
    .home-partners__container {
        padding: 40px 0 70px 0;
    }
}

@media screen and (max-width: 768px) {
    .home-partners__container {
        padding: 40px 0 40px 0;
    }
    .home-partners__list {
        padding: 0 0 0 0;
    }
    .home-partners__list .swiper-button-prev {
        left: 0;
    }
    .home-partners__list .swiper-button-next {
        right: 0;
    }
    .home-partners__list .swiper-container {
        margin: 0 30px;
    }
}




.page-values__container {
    padding: 40px 0 5px 0;
}
.page-values__list {
    
}
.page-values__item {
    margin: 0 auto 60px auto;
    max-width: 230px;
}
.page-values__item-img {
    text-align: center;
    margin-bottom: 27px;
    background-image: url('../../image/benefit_hex.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 129px;
    height: 129px;
}
.page-values__item-img img {
    width: 100%;
    height: auto;
    max-width: 68px;
}
.page-values__item-title {
    text-align: center;
    color: #1F4B8A;
    font-size: 24px;
    line-height: 28px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    margin-bottom: 10px;
}
.page-values__item-content {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .page-values__item {
        margin: 0 auto 30px auto;
    }
    .page-values__item-img {
        margin-bottom: 15px;
    }
    .page-values__item-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .page-values__item-content {
        font-size: 14px;
        line-height: 16px;
    }
}


.page-team__container {
    padding: 40px 0 50px 0;
    background: #f4f5ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f5ff 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4f5ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4f5ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.page-team__list {
    padding-top: 55px;
}
.page-team__item {
    max-width: 300px;
    margin: 0 auto 30px auto;
}
.page-team__item-img {
    text-align: center;
    margin-bottom: 30px;
}
.page-team__item-img img {
    width: 100%;
    height: auto;
    max-width: 300px;
}
.page-team__item-title {
    text-align: center;
    color: #1F4B8A;
    font-size: 24px;
    line-height: 26px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    margin-bottom: 10px;
}
.page-team__item-content {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
}
@media screen and (max-width: 1201px) {
    .page-team__list {
        padding-top: 45px;
    }
}

@media screen and (max-width: 992px) {
    .page-team__list {
        padding-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .page-team__container {
        padding: 40px 0 30px 0;
    }
    
    .page-team__list {
        padding-top: 0px;
    }
    .page-team__item {
        max-width: 260px;
    }
    .page-team__item-img {
        margin-bottom: 15px;
    }
    .page-team__item img {
        max-width: 200px;
    }
    .page-team__item-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .page-team__item-content {
        font-size: 14px;
        line-height: 18px;
    }
}


.page-form__container {
    padding: 70px 0 70px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

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

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



.page-competitions__list {
    padding-top: 30px;
}
.page-competitions__item {
    max-width: 510px;
    margin: 0 auto 30px 0;
    border: 1px solid #3A6CB4;
}
.page-competitions__item:hover {
    border: 1px solid #1F4B8A;
}

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

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

@media screen and (max-width: 768px) {
    .page-competitions__list {
        padding-top: 15px;
    }
    .page-competitions__item {
        margin: 0 auto 15px 0;
    }
}


.partners-about-project__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

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

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


.partners-themes__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.join-btn__container {
    text-align: center;
    padding-top: 15px;
}
.join-btn, 
.join-btn:focus {
    text-decoration: none;
    color: #fff;
    width: auto;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    padding: 15px 52px;
    font-family: "MuseoSansCyrlBlack", sans-serif;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 7px;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background: #9cd62e;
    background: -moz-linear-gradient(top, #9cd62e 0%, #78b601 100%);
    background: -webkit-linear-gradient(top, #9cd62e 0%,#78b601 100%);
    background: linear-gradient(to bottom, #9cd62e 0%,#78b601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd62e', endColorstr='#78b601',GradientType=0 );
}
.join-btn:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 4px rgba(0,0,0,0.2) !important;
    background-color: #29A998;
    background: #acec32;
    background: -moz-linear-gradient(top, #acec32 0%, #78b601 100%);
    background: -webkit-linear-gradient(top, #acec32 0%,#78b601 100%);
    background: linear-gradient(to bottom, #acec32 0%,#78b601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acec32', endColorstr='#78b601',GradientType=0 );
}
.join-btn:active {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: none;
    background-color: #8DC63F;
    text-shadow: 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 rgba(0,0,0,0.2) !important;
}
@media screen and (max-width: 1201px) {
    
}

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

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

.partners-partners__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (max-width: 1201px) {
    
}

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

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

.partners-why__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.partners-why__container .page-block__title {
    color: #ffffff;
}
.page-why__item {
    margin-bottom: 30px;
}
.page-why__item-percents {
    font-size: 110px;
    line-height: 114px;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    color: #bee50a;
    text-align: center;
    cursor: default;
}
.page-why__item-percent {
    font-size: 30px;
    line-height: 34px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    color: #ffffff;
}
.page-why__item-text {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .partners-why__container {
        padding: 40px 0 20px 0;
    }
    .page-why__item-percents {
        font-size: 60px;
        line-height: 64px;
    }
    .page-why__item-text {
        font-size: 14px;
        line-height: 18px;
    }
}


.project-about__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

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

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

.project-video__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.project-video__container iframe {
    width: 100%;
}

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

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

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

.project-themes__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-themes__item {
    max-width: 300px;
    margin: 0 auto 30px auto;
}
.page-themes__item-content {
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
    font-size: 16px;
    line-height: 22px;
}
.page-themes__item-content b,
.page-themes__item-content strong {
    font-family: 'MuseoSansCyrlBold', sans-serif;
    font-weight: normal;
}
@media screen and (max-width: 1201px) {
    
}

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

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


.project-jury__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-jury__item {
    max-width: 300px;
    margin: 0 auto 30px auto;
}
.page-jury__item-img {
    text-align: center;
    margin-bottom: 30px;
}
.page-jury__item-img img {
    border-radius: 50%;
    max-width: 150px;
    height: auto;
    width: 100%;
}
.page-jury__item-title {
    text-align: center;
    color: #1F4B8A;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.page-jury__item-content {
    text-align: center;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
    font-size: 16px;
    line-height: 22px;
}
@media screen and (max-width: 1201px) {
    
}

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

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


.project-winners__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-winners__item {
    max-width: 300px;
    margin: 0 auto 30px auto;
}
.page-winners__item-img {
    text-align: center;
    margin-bottom: 10px;
}
.page-winners__item-img img {
    border-radius: 50%;
    max-width: 150px;
    height: auto;
    width: 100%;
}
.page-winners__item-place {
    text-align: center;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.page-winners__item-title {
    text-align: center;
    color: #1F4B8A;
    font-family: 'MuseoSansCyrlBold', sans-serif;
    cursor: default;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.page-winners__item-content {
    text-align: center;
    font-family: 'MuseoSansCyrlLight', sans-serif;
    cursor: default;
    font-size: 16px;
    line-height: 22px;
}
.page-winners__item-content p {
    margin: 0;
}
@media screen and (max-width: 1201px) {
    
}

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

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


.project-photos__container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-photos__list .swiper-outer-wrapper {
    position: relative;
}
.home-photos__list .swiper-container {
    margin: 0 50px;
    position: relative;
}
.home-photos__list .swiper-button-prev, 
.home-photos__list .swiper-button-next {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    color: #B9BAD4;
    background-color: #ffffff;
    border: 1px solid #E3E6FF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
}
.home-photos__list .swiper-button-prev:hover, 
.home-photos__list .swiper-button-next:hover {
    color: #1F4B8A;
}
.home-photos__list .swiper-button-prev {
    left: 0;
}
.home-photos__list .swiper-button-next {
    right: 0;
}
.page-photos__item {
    max-width: 510px;
    margin: 0 auto 30px auto;
}
.page-photos__item-img {
    text-align: center;
    margin-bottom: 10px;
}
.page-photos__item-img img {
    max-width: 510px;
    height: auto;
    width: 100%;
}
.page-photos__item-title {
    text-align: center;
    cursor: default;
    font-size: 18px;
    line-height: 24px;
    font-family: 'MuseoSansCyrlLight', sans-serif;
}
@media screen and (max-width: 1201px) {
    
}

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

@media screen and (max-width: 768px) {
    .page-photos__item-title {
        font-size: 14px;
        line-height: 18px;
    }
}