
/*@font-face {*/
/*    font-family: 'NEXT';*/
/*    src: url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.eot');*/
/*    src: local('NEXT Pan Medium Poster'), local('NEXTPan-MediumPoster'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.eot?#iefix') format('embedded-opentype'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.woff2') format('woff2'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.woff') format('woff'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.ttf') format('truetype'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-MediumPoster.svg#NEXTPan-MediumPoster') format('svg');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'NEXT';*/
/*    src: url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.eot');src: local('NEXT Pan Poster'), local('NEXTPan-Poster'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.eot?#iefix') format('embedded-opentype'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.woff2') format('woff2'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.woff') format('woff'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.ttf') format('truetype'),url('../fonts/NEXTPan/hinted-subset-NEXTPan-Poster.svg#NEXTPan-Poster') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

body {
    font-family: 'PT Sans', Arial, sans-serif;
    /*font-family: 'NEXT', Arial, sans-serif;*/
    color: #003772;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------
*/

a {
    text-decoration: none;
}

a:hover {
    color: #1b89db;
}

.modal-body {
    padding: 2rem;
}

.block {
    margin-bottom: 32px;
}

.block.blue {
    --gradient-to-color: #04458f;
    --gradient-from-color: #003772;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14,42,71,0));
    background-image: linear-gradient(180deg, var(--gradient-color-stops));
    /*background-color: #003772;*/
    color: #FFFFFF;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}

.block.blue:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/img/bg/stars.svg);
    z-index: 0;
}

.block.blue .container {
    position: relative;
    z-index: 1;
}

.block .title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

.block.blue .title {
    color: #fff;
}

.block.blue .card {
    color: #003772;
    border-radius: 32px;
}

.btn {
    text-transform: uppercase;
}

.btn-frame {
    line-height: 24px;
    padding: 16px 70px;
    border: 1px solid #003772;
    color: #003772;
}

.block.blue .btn-frame {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.btn-primary {
    color: #fff;
    background-color: #003772;
    border-color: #003772;
}

.btn-primary:hover {
    background-color: #fff;
    /*background-color: #1b89db;*/
    /*border-color: #1b89db;*/
    color: #003772;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #fff;
    color: #003772;
    /*border-color: #1b89db;*/
    /*box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);*/
    box-shadow: none;
}

.btn-white {
    color: #053469;
    background-color: #FFFFFF;
    line-height: 24px;
    border: 1px solid #053469;
    padding: 16px 100px;
}

.btn-white:hover {
    color: #FFFFFF;
    background: #053469;
}

.btn-blue {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    line-height: 24px;
    padding: 16px 100px;
}

.btn-blue:hover {
    color: #053469;
    background-color: #FFFFFF;
}

.btn-border {
    background-color: transparent;
    line-height: 24px;
    padding: 16px 100px;
    border: 1px solid #053469;
    color: #053469;
}

.btn-border:hover {
    color: #FFFFFF;
    background-color: #053469;
}

@media screen and (max-width: 62em) {
    .btn-white,
    .btn-blue {
        padding: 16px 32px;
    }
}

@media screen and (max-width: 36em) {
    .block {
        margin-bottom: 32px;
    }
    .block.blue {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .block .title {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

header {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #FFFFFF;
}

.header-main {
    margin-bottom: 32px;
}

header .col {
    display: flex;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo img {
    height: 152px;
}

.header-logo img:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

header .col a {
    color: #003772;
}

header .col a:hover {
    color: #1b89db;
}

.nav {
    margin-top: 0.5rem;
}

.nav-item:not(:last-child) {
    margin-right: 0.5rem;
}

.nav-link {
    color: #003772;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 3px solid transparent;
    padding: 5px 0;
    margin: .5rem 1rem;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.is-active {
    color: #1b89db;
    border-bottom: 3px solid #1b89db;
}

.t-sociallinks {
    text-align: center;
}

.t770 .t-sociallinks__item:first-child {
    padding-left: 0;
}

.t-sociallinks__item {
    display: inline-block;
}

.company_name,
.header__contacts {
    font-weight: bold;
    line-height: 22px;
}

.header__contacts,
.header__contacts a {
    font-weight: bold;
    flex-basis: 100%;
    text-align: right;
}

@media screen and (max-width: 62em) {
    .nav-link {
        font-size: 16px;
        line-height: 22px;
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 62em) {
    .company_name,
    .header__contacts {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 36em) {
    header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header .col {
        justify-content: center;
    }
    .header-logo img {
        display: block;
        margin: 0 auto;
    }
    .company_name {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .header__contacts {
        display: none;
    }
    .header-main {
        margin-bottom: 0;
    }
}


.header-partners {
    border-bottom: 1px solid #003772;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}

.header-partners__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 1rem 0 1rem 0;
    -webkit-transition: margin .1s linear;
    -o-transition: margin .1s linear;
    transition: margin .1s linear;
}

.header-partners__item {
    width: 18.84%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.header-partners__item a {
    color: #003772;
}

.header-partners__item img {
    height: 45px;
}

.header-partners__title {
    width: 100%;
    max-width: 214px;
    display: inline-block;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-left: 9px;
    padding-right: 14px;
    font-family: ralewaymedium,sans-serif;
    font-size: 12px;
    line-height: 20px;
    -webkit-transition: margin .1s linear;
    -o-transition: margin .1s linear;
    transition: margin .1s linear;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

/*
|--------------------------------------------------------------------------
| Navbar
|--------------------------------------------------------------------------
*/

.navbar {
    background: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px 0 rgba(22, 42, 90, 0.12);
}

.navbar.hide {
    display: none;
}

.navbar .logo img {
    width: 80px;
}

.navbar-row {
    width: 100%;
}

.navbar-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    cursor: pointer;
}

.t451m {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 300px;
    width: 100%;
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: transform ease-in-out 0.3s;
    -moz-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    background-color: #003772;
}

.t451m__close {
    width: 40px;
    height: 40px;
    background-color: #003772;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 999999;
}

.t451m__close_icon {
    width: 24px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 999;
    margin-top: 11px;
    margin-left: 8px;
}

.t451m__close_icon span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 2px;
    background-color: #fff;
}

.t451m__close_icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t451m__close_icon span:nth-child(2) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t451m__close_icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t451m__close_icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t451m__container {
    box-sizing: border-box;
    padding: 48px 40px 38px;
    position: relative;
    height: 100%;
}

.t451m__list {
    list-style-type: none;
    margin: 0;
    padding: 0!important;
}

.t451m__list_item {
    clear: both;
    display: block;
    margin: 0;
    color: #fff;
}

.t451m__menu_show.t451m {
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.t451m__list_item a {
    color:#ffffff;
    font-weight:500;
    text-transform:uppercase;
}

/*
|--------------------------------------------------------------------------
| Community
|--------------------------------------------------------------------------
*/

.community__title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

/*.community__subtitle {*/
/*    font-size: 1.5rem;*/
/*    line-height: 2rem;*/
/*}*/

/*
|--------------------------------------------------------------------------
| Main
|--------------------------------------------------------------------------
*/

main {
    min-height: calc(100vh - 367px);
}

.title {
    font-size: 40px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #003772;
    text-transform: uppercase;
}

/*
|--------------------------------------------------------------------------
| Slider
|--------------------------------------------------------------------------
*/

#indexSlider .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

#indexSlider .carousel-item a {
    text-decoration: none;
}

#indexSlider .carousel-item__title {
    font-size: 72px;
    line-height: 130%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

#indexSlider .carousel-item__description {
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

#indexSlider .carousel-item__button {
    text-transform: uppercase;
    color: #fff;
    padding: 16px 48px;
    border: 1px solid #fff;
    display: inline-block;
}

#indexSlider .carousel-item__button:hover {
    color: #053469;
    background: #fff;
}

#indexSlider .carousel-item__container {
    height: 477px;
    position: relative;
    display: flex;
    max-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

#indexSlider .carousel-inner {
    --gradient-to-color: #04458f;
    --gradient-from-color: #003772;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(14,42,71,0));
    /*background-image: linear-gradient(180deg, var(--gradient-color-stops)), #003772 url("/img/slider/stars.png") right bottom no-repeat;*/

    background: linear-gradient(180deg, var(--gradient-color-stops));
    /*background-position: left top, left top;*/
    /*background-repeat: no-repeat, repeat;*/


    /*background: #003772 url("/img/slider/stars.png") right bottom no-repeat;*/
}

#indexSlider .carousel-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 94%;
    margin: auto;
    background: url(/img/bg/stars.svg);
    z-index: 0;
}

#indexSlider .carousel-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("/img/slider/stars.png") right bottom no-repeat;
    z-index: 0;
}

#indexSlider .carousel-item {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 62em) {
    #indexSlider .carousel-item__title {
        font-size: 56px;
    }
    #indexSlider .carousel-item__description {
        font-size: 32px;
    }
}

@media screen and (max-width: 48em) {
    #indexSlider .carousel-item__title {
        font-size: 40px;
    }
    #indexSlider .carousel-item__description {
        font-size: 32px;
    }
}

@media screen and (max-width: 36em) {
    #indexSlider {
        margin-bottom: 32px;
    }
    #indexSlider .carousel-item__container {
        height: auto;
    }
    #indexSlider .carousel-item__title {
        font-size: 24px;
    }
    #indexSlider .carousel-item__description {
        font-size: 16px;
        line-height: 22px;
    }
    #indexSlider .carousel-inner {
        background-position: right -200px bottom;
    }
}

/*
|--------------------------------------------------------------------------
| Numbers
|--------------------------------------------------------------------------
*/

.numbers__line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.numbers__item {
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 32px;
    width: calc(100%/5);
}

.numbers__title {
    font-size: 48px;
    font-weight: bold;
}

.numbers__description {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 62em) {
    .numbers__item {
        width: calc(100%/3);
    }
    .numbers__title {
        font-size: 32px;
    }
    .numbers__description {
        font-size: 24px;
    }
}

@media screen and (max-width: 36em) {
    .numbers {
        margin-bottom: 32px; /* margin-right: 16px + 8px = 48px; */
    }
    .numbers__line {
        justify-content: center;
    }
    .numbers__title {
        font-size: 16px;
    }
    .numbers__description {
        font-size: 16px;
    }
}

/*
|--------------------------------------------------------------------------
| How register
|--------------------------------------------------------------------------
*/

.how-register__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.how-register__line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}

.how-register__line:last-child {
    margin-bottom: 0;
}

.how-register__item {
    width: calc(100%/3 - 134px/3*2);
    margin-right: 134px;
    margin-bottom: 32px;
}

.how-register__item:nth-child(3n) {
    margin-right: 0;
}

.how-register__item-container {
    position: relative;
}

.how-register__item-container:after {
    content: '';
    display: inline-block;
    width: 70px;
    border: 3px solid #FFFFFF;
    position: absolute;
    top: 60px;
    right: -70px;
}

.how-register__item:nth-child(3n) .how-register__item-container:after {
    content: none;
}

.how-register__step {
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.how-register__caption {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.how-register__description {

    line-height: 24px;
}

.how-register__delimiter {
    width: 70px;
    border: 3px solid #053469;
    position: relative;
    top: 62px;
}

@media screen and (max-width: 62em) {
    .how-register__item {
        width: calc(100%/2 - 134px);
    }
    .how-register__item:nth-child(3n) {
        margin-right: 134px;
    }
    .how-register__item:nth-child(3n) .how-register__item-container:after {
        content: '';
    }
    .how-register__item:nth-child(2n) {
        margin-right: 0;
    }
    .how-register__item:nth-child(2n) .how-register__item-container:after {
        content: none;
    }
}

@media screen and (max-width: 36em) {
    .how-register {
        margin-bottom: 32px;
    }
    .how-register__line {
        display: block;
        justify-content: center;
        margin-bottom: 0;
    }
    .how-register__item,
    .how-register__item:last-child {
        width: 100%;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    .how-register__item-container:after {
        position: relative;
        top: 20px;
        right: 6px;
        width: 20px;
        transform: rotate(-90deg);
    }
    .how-register__item:nth-child(3n) {
        margin-right: 0;
    }
}

/*
|--------------------------------------------------------------------------
| Timeline
|--------------------------------------------------------------------------
*/

.timeline__container {
    display: flex;
    justify-content: center;
}

.timeline__item {
    flex: 1 1 0;
}

.timeline__wrapper {
    position: relative;
}

.timeline__dates {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 19px;
    min-height: 44px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.timeline__hint {
    position: absolute;
    bottom: 12px;
    left: -16px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    width: 160px;
    padding: 8px;
    background-color: #003772;
    border-radius: 8px;
    color: #fff;
}

.timeline__hint-heading {
    display: block;
    margin-bottom: 4px;
}

.timeline__hint-period {
    display: block;
    font-weight: 400;
}

.timeline__hint:after {
    position: absolute;
    bottom: -12px;
    left: 16px;
    width: 28px;
    height: 12px;
    content: "";
    background-image: url(/img/icons/rectangle.6bfea538.svg);
    background-repeat: no-repeat;
}

.timeline__description {
    position: relative;
    margin-left: 0;
    padding-top: 24px;
    padding-right: 24px;
    border-top: 2px solid #003772;
}

.timeline__item:last-child .timeline__description {
    padding-right: 0;
    border: none;
}

.timeline__description:before {
    position: absolute;
    top: -14px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #003772;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    box-sizing: border-box;
}

.timeline__item--active .timeline__description:before {
    background-color: #003772;
    border-width: 4px;
}

/*.timeline__item:last-child .timeline__description:before {*/
/*    top: -12px;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    width: 30px;*/
/*    height: 25px;*/
/*    background-color: transparent;*/
/*    background-image: url(/img/icons/prize.e024920e.svg);*/
/*    background-repeat: no-repeat;*/
/*}*/

.timeline__description-list {

}

@media screen and (max-width: 48em) {
    .timeline__container {
        flex-direction: column;
        padding-top: 32px;
        max-width: 300px;
        margin: 0 auto;
    }
    .timeline__wrapper {
        padding-bottom: 32px;
        padding-left: 29px;
        border-left: 2px solid #003772;
    }
    .timeline__wrapper:before {
        position: absolute;
        top: 0;
        left: -12px;
        width: 24px;
        height: 24px;
        border: 2px solid #003772;
        border-radius: 50%;
        background-color: #fff;
        content: "";
        box-sizing: border-box;
    }
    .timeline__item--active .timeline__wrapper:before {
        background-color: #003772;
        border-width: 4px;
    }
    .timeline__item--active .timeline__dates {
        margin-bottom: 0;
        min-height: 38px;
    }
    .timeline__item:last-child {
        margin-left: 0;
        width: auto;
    }
    .timeline__item:last-child .timeline__wrapper {
        margin-top: -5px;
        padding-bottom: 0;
        border-left: none;
    }
    .timeline__item:last-child .timeline__wrapper:before {
        top: 0;
        border: none;
        border-radius: 0;
        width: 30px;
        height: 25px;
        background-color: transparent;
        background-image: url(/img/icons/prize.e024920e.svg);
        background-repeat: no-repeat;
    }
    .timeline__hint {
        top: -32px;
        left: unset;
        bottom: unset;
        padding: 8px;
        box-sizing: border-box;
        width: 228px;
    }
    .timeline__hint:after {
        bottom: 12px;
        left: -19px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .timeline__dates {
        margin-bottom: 16px;
        min-height: auto;
    }
    .timeline__description {
        padding-top: 0;
        padding-right: 0;
        border: none;
    }
    .timeline__description:before {
        content: none;
    }
}

/*
|--------------------------------------------------------------------------
| Condition
|--------------------------------------------------------------------------
*/

.condition .accordion {
    margin-bottom: 32px;
}

/*.card {*/
/*    !*box-shadow: 0 2px 10px rgba(168,175,196,.3);*!*/
/*    border: none;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.card-header {*/
/*    background-color: #fff;*/
/*    border-bottom: 0;*/
/*}*/

/*.card-header .btn-link:focus {*/
/*    box-shadow: none;*/
/*}*/


/*.btn-link.focus,*/
/*.btn-link:focus,*/
/*.btn-link:hover {*/
/*    text-decoration: none;*/
/*    color: #1b89db;*/
/*}*/

/*.list-padding li:not(:last-child) {*/
/*    margin-bottom: 1rem;*/
/*}*/

/*
|--------------------------------------------------------------------------
| Jury
|--------------------------------------------------------------------------
*/

.jury__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jury-intro__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 28px;
}

.jury__item {
    display: flex;
    margin-bottom: 32px;
    width: 100%;
}

.jury__name {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-right: 48px;
    width: 280px;
    flex: 0 0 auto;
}

.jury__name:after {
    content: '';
    display: block;
    width: 70px;
    border: 3px solid #053469;
    margin-top: 24px;
}

.jury__description {
}

.jury__show {
    display: inline-block;
    cursor: pointer;
}

.jury__hide {
    display: none;
}

@media screen and (max-width: 36em) {
    .jury {
        margin-bottom: 32px;
    }
    .jury__item {
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .jury__item:last-child {
        margin-bottom: 0;
    }
    .jury__name {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .jury__name:after {
        margin-top: 10px;
    }
    .jury__show {
        margin-left: 0;
        width: 100%;
    }
}

/*
|--------------------------------------------------------------------------
| Index-faq
|--------------------------------------------------------------------------
*/

.index-faq .accordion {
    margin-bottom: 32px;
}

@media screen and (max-width: 36em) {
    .index-faq .accordion {
        margin-bottom: 32px;
    }
}

/*
|--------------------------------------------------------------------------
| Index-subscription
|--------------------------------------------------------------------------
*/

.index-subscription {
    /*margin-bottom: 84px;*/
}

.index-subscription label {
    font-size: 24px;
    line-height: 32px;
}

.index-subscription .btn {
    display: block;
    width: 100%;
}

.index-subscription .form-control,
.index-subscription .btn {
    height: 55px;
}

@media screen and (max-width: 36em) {
    .index-subscription {
        margin-bottom: 32px;
    }
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.block .accordion .accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-bottom: 1px solid #003772;
    color: #003772;
}

.block.blue .accordion .accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.block .accordion-header {
    padding: 36px 0;
    background-color: #FFFFFF;
    border-bottom: none;
}

.block.blue .accordion-header {
    /*background-color: #003772;*/
    background-color: transparent;
}

.block .accordion-item:first-child .accordion-header {
    padding-top: 0;
}

.accordion .btn-link {
    text-decoration: none;
    padding: 0;
}

.accordion-header .btn-link {
    display: flex;
}

.block .accordion .btn-link {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #003772;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.block.blue .accordion .btn-link {
    color: #FFFFFF;
}

.block .accordion .btn.focus,
.block .accordion .btn:focus {
    box-shadow: none;
}

.accordion .card-body {
    padding: 0 0 36px 0;
}

.accordion__arrow {
    flex-shrink: 0;
    align-self: center;
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
}

.accordion-header .btn-link.collapsed .accordion__arrow  {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

@media screen and (max-width: 36em) {
    .block .accordion .btn-link {
        font-size: 16px;
        line-height: 22px;
    }
}

/*
|--------------------------------------------------------------------------
| Cards
|--------------------------------------------------------------------------
*/

.tariff .card {
    height: 478px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tariff .card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.tariff .card-title {
    font-size: 24px;
    font-weight: bold;
}

.tariff p {
    font-size: 22px;
}

.tariff .text-small {
    font-size: 12px;
}

.tariff .tariff__plus {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| features-table
|--------------------------------------------------------------------------
*/

.features-table__tr {
    display: flex;
}

.features-table__table-head {
    border-bottom: 1px solid #c9ced4;
    padding: 0 0 24px 0;
    z-index: 1;
}

@media (min-width: 761px) {
    .features-table__th:not(:last-child), .features-table__td:not(:last-child) {
        padding-right: 24px;
    }
}

@media (min-width: 761px) {
    .features-table__th_title, .features-table__td_title {
        padding-left: 24px;
    }
}

.features-table__th_title, .features-table__td_title {
    width: 45%;
}

.features-table__th, .features-table__td {
    display: flex;
    align-items: center;
}

.features-table__th:not(.features-table__th_title,.features-table__td_title), .features-table__td:not(.features-table__th_title,.features-table__td_title) {
    width: 29%;
}

/*.animate_fade-down.animate_start {*/
/*    opacity: 1;*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

.features-table__th {
    align-items: flex-end;
}

/*.animate_start {*/
/*    transition: all .8s cubic-bezier(0.49, 1.13, 1, 1);*/
/*}*/

.nx-title_no-mrg_all {
    margin: 0;
}

@media (min-width: 761px) {
    .nx-title_h4, [data-component=Mindbox].ab-test .popmechanic-sub-title {
        font-size: 24px;
        line-height: 33.6px;
    }
}

.nx-title_h4, [data-component=Mindbox].ab-test .popmechanic-sub-title {
    margin: 0 0 0.6em;
}

.features-table__th-note {
    color: #ffffff;
}

@media (min-width: 761px) {
    .text {
        font-size: 19px;
        line-height: 28.5px;
    }
}

.page__row_mrg-top_xs {
    margin-top: 12px;
}

.features-table__tbody .features-table__tr {
    padding: 16px 19.2px;
}

.features-table__tr {
    display: flex;
}

.title-emoji {
    vertical-align: middle;
    width: auto
}

@media (max-width: 760px) {
    .title-emoji {
        height: 42px
    }
}

:export {
    screenMobileMax: 760px;
    screenTabletMax: 1225px;
    screenDesktopMin: 1226px
}

.plans {
    position: relative;
    z-index: 2
}

@media (min-width: 761px)and (max-width: 1225px) {
    .plans-container {
        flex-wrap: wrap;
        justify-content: center
    }
}

.plan {
    padding: 32px;
    transition: transform .25s ease-in-out
}

@media (min-width: 1226px) {
    .plan:hover {
        transform: scale(1.04) translate3d(0, -12px, 0)
    }
}

@media (min-width: 761px)and (max-width: 1225px) {
    .plan {
        width: 40%;
        flex-basis: 40%;
        flex-grow: unset
    }
}

@media (max-width: 760px) {
    .plan__price-section {
        padding: calc(2 * var(--grid-gap)) 0
    }
}

@media (min-width: 761px) {
    .plan__price-section_en {
        padding-top: calc(2.6 * var(--grid-gap))
    }
}

@media (min-width: 761px) {
    .plan__price-section_es {
        padding-top: calc(1.3 * var(--grid-gap))
    }
}

@media (min-width: 761px) {
    .plan__price-section_pt {
        padding-top: calc(3.6 * var(--grid-gap))
    }
}

@media (min-width: 761px) {
    .plan__price-section_tr {
        padding-top: calc(2.6 * var(--grid-gap))
    }
}

.plan__note {
    color: #636466
}

.plan__note_lighter {
    color: #9fa4a8
}

@media (min-width: 761px) {
    .plan__pricetag {
        white-space: nowrap
    }
}

@media (min-width: 761px)and (max-width: 1225px) {
    .plan:nth-child(5), .plan:nth-child(7) {
        margin-top: 24px
    }
}

.pricing-features {
    position: relative
}

.pricing-features:after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff)
}

.pricing-features.collapse_open:after {
    display: none
}

.pricing-features__tables {
}

.pricing-features.collapse_open .pricing-features__tables {
    max-height: none;
    overflow: unset
}

.pricing-features__switch {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center
}

.pricing-features.collapse_open .pricing-features__switch {
    position: static;
    margin-top: 24px
}

.pricing-features.collapse_open .pricing-features__switch-expand {
    display: none
}

.pricing-features__switch-collapse {
    display: none
}

.pricing-features.collapse_open .pricing-features__switch-collapse {
    display: inline-flex
}

@media (min-width: 761px) {
    .pricing-features.collapse_open .pricing-features__table-intl {
        height: 255px
    }
}

.features-table {
    position: relative
}

.features-table__crown-pic {
    width: 20px;
    height: 20px;
    margin-left: 4.8px
}

.features-table__tiny-button {
    padding: 12px 24px;
    height: 32px
}

@media (min-width: 761px)and (max-width: 1024px) {
    .features-table__tiny-button {
        display: none
    }
}

.features-table__table-head {
    border-bottom: 1px solid #c9ced4;
    padding: 24px 0;
    z-index: 1
}

@media (min-width: 761px) {
    .features-table__tbody {
        margin-top: 24px
    }
}

.features-table__tr {
    display: flex
}

.features-table__tbody .features-table__tr {
    padding: 16px 19.2px
}

@media (min-width: 761px) {
    .features-table__tbody .features-table__tr:hover {
        border-radius: 8px
    }
}

@media (max-width: 760px) {
    .features-table__tr {
        flex-wrap: wrap
    }

    .features-table__tr:nth-child(2n) {
        /*background: #f1f6fb*/
    }
}

.features-table__th, .features-table__td {
    display: flex;
    align-items: center;
}

.features-table__th:not(.features-table__th_title,.features-table__td_title), .features-table__td:not(.features-table__th_title,.features-table__td_title) {
    width: 29%
}

@media (max-width: 760px) {
    .features-table__th:nth-child(2), .features-table__td:nth-child(2) {
        width: 42%
    }
}

@media (min-width: 761px) {
    .features-table__th:not(:last-child), .features-table__td:not(:last-child) {
        padding-right: 24px
    }
}

@media (max-width: 760px) {
    .features-table__th:not(:last-child), .features-table__td:not(:last-child) {
        padding-right: 16px
    }
}

.features-table__th_title, .features-table__td_title {
    width: 45%
}

@media (max-width: 760px) {
    .features-table__th_title, .features-table__td_title {
        width: 100%;
        padding-bottom: 24px
    }
}

@media (min-width: 761px) {
    .features-table__th_title, .features-table__td_title {
        padding-left: 24px
    }
}

.features-table__th {
    align-items: flex-end
}

@media (max-width: 760px) {
    .features-table__th:not(.features-table__th_title) {
        white-space: nowrap
    }

    .features-table__th:not(.features-table__th_title) .nx-title_h4 {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        word-break: break-word;
    }

    .features-table__th_title {
        width: 100%;
        padding-bottom: 24px;
        padding-left: 0
    }

    .features-table__th_title:not(:first-child) {
        padding-bottom: 0
    }
}

.features-table__th-note {
    color: #ffffff;
}

@media (max-width: 760px) {
    .features-table__th-note {
        display: none
    }
}

.calculator {
    background: #1f1f1f;
    position: relative
}

@media (max-width: 760px) {
    .calculator {
        position: relative
    }
}

@media (max-width: 760px) {
    .calculator__img {
        position: absolute;
        right: 0;
        top: -24px;
        max-width: 140px
    }
}

.calculator__item {
    border-radius: 24px;
    background: #424343
}

@media (min-width: 761px) {
    .calculator__item {
        padding: 48px
    }

    .calculator__item:not(:last-child) {
        margin-bottom: 48px
    }
}

@media (max-width: 760px) {
    .calculator__item {
        padding: 32px
    }

    .calculator__item:not(:last-child) {
        margin-bottom: 32px
    }
}

.calculator__item_new {
    background: #363636
}

.calculator__ctrls {
    display: flex;
    flex-wrap: wrap
}

.calculator__ctrl, .calculator__ctrl-note, .calculator__operators, .calculator__ctrl_select .nx-select__placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

@media (min-width: 761px) {
    .calculator__ctrl, .calculator__ctrl-note, .calculator__operators, .calculator__ctrl_select .nx-select__placeholder {
        height: 56px;
        font-size: 24px
    }
}

@media (max-width: 760px) {
    .calculator__ctrl, .calculator__ctrl-note, .calculator__operators, .calculator__ctrl_select .nx-select__placeholder {
        height: 42px;
        font-size: 17px
    }
}

@media (min-width: 761px) {
    .calculator__ctrl, .calculator__ctrl-note {
        margin-top: 12px
    }

    .calculator__ctrl:not(:last-child), .calculator__ctrl-note:not(:last-child) {
        margin-right: 12px
    }
}

@media (max-width: 760px) {
    .calculator__ctrl, .calculator__ctrl-note {
        margin-top: 16px
    }

    .calculator__ctrl:not(:last-child):not(.calculator__ctrl_plus,.calculator__ctrl-note_plus), .calculator__ctrl-note:not(:last-child):not(.calculator__ctrl_plus,.calculator__ctrl-note_plus) {
        margin-right: 8px
    }
}

.calculator__ctrl {
    border-radius: 100px;
    user-select: none;
    font-weight: 500;
    flex: auto
}

.calculator__ctrl_old {
    background: #636466
}

.calculator__ctrl_new {
    background: #1f1f1f;
    border: 2px solid #49da1f
}

@media (min-width: 761px) {
    .calculator__ctrl {
        padding: 0 24px;
        min-width: 56px
    }
}

@media (max-width: 760px) {
    .calculator__ctrl {
        padding: 0 16px;
        min-width: 42px
    }
}

@media (min-width: 761px) {
    .calculator__ctrl_btn {
        cursor: pointer;
        transition: all .1s ease-in-out
    }

    .calculator__ctrl_btn:hover {
        background: #8b8e8f
    }
}

@media (min-width: 761px) {
    .calculator__ctrl_minus, .calculator__ctrl_plus {
        max-width: 56px
    }
}

@media (max-width: 760px) {
    .calculator__ctrl_minus, .calculator__ctrl_plus {
        max-width: 42px
    }
}

.calculator__ctrl_operators {
    cursor: text
}

.calculator__ctrl_select {
    position: relative;
    white-space: nowrap
}

@media (max-width: 760px) {
    .calculator__ctrl_select {
        justify-content: space-between
    }
}

@media (max-width: 760px) {
    .calculator__ctrl_select .nx-select__placeholder {
        width: 100%
    }
}

.calculator__ctrl_select .nx-select__placeholder:after {
    content: "";
    position: relative;
    top: 4%;
    margin-right: -1%;
    transition: all .1s ease-in-out;
    margin-left: auto;
    padding-left: 12px;
    width: 15px;
    height: 8px;
    background: url("/assets/images/compressed/pricing/ico-down.svg") no-repeat center right
}

.calculator__ctrl_select .nx-select__dropdown {
    top: 100%
}

.calculator__ctrl_select .nx-select__item {
    color: #000;
    font-weight: normal
}

.calculator__ctrl_select .nx-select__item:hover, .calculator__ctrl_select .nx-select__item_selected {
    background: #e5e9ec
}

.calculator__ctrl_select .nx-select__item_selected {
    font-weight: 500
}

.calculator__operators {
    background: rgba(0, 0, 0, 0);
    border: 0;
    padding: 0;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: textfield
}

.calculator__operators::-webkit-inner-spin-button, .calculator__operators::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calculator__operators:focus {
    outline: none
}

.calculator__ctrl-note, .calculator__text {
    color: #9fa4a8
}

@media (min-width: 761px) {
    .calculator__ctrl-note {
        padding: 0 7.2px
    }
}

@media (max-width: 760px) {
    .calculator__ctrl-note {
        padding: 0 4.8px
    }
}

.calculator__input {
    background: #1f1f1f;
    color: #fff;
    border: none
}

.calculator__bottom-line {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 14%;
    width: 100%
}

.clc-btn__wrapper {
    background: #424343;
    border: 2px solid #747678;
    border-radius: 20px;
    height: 100%;
    padding: 12px 24px;
    cursor: pointer;
    display: flex;
    transition: all .1s
}

@media (min-width: 761px) {
    .clc-btn__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80px
    }

    .clc-btn__wrapper:hover {
        border-color: #49da1f;
        background: #1f1f1f
    }
}

@media (max-width: 760px) {
    .clc-btn__wrapper {
        align-items: center;
        justify-content: space-between
    }
}

.clc-btn__input:checked + .clc-btn__wrapper {
    border-color: #49da1f;
    background: #1f1f1f
}

.clc-btn__name, .clc-btn__details {
    color: #fff
}

.clc-btn__input {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.faq-item, .fb-item-note, .connect__note {
    color: #636466
}

@media (min-width: 761px) {
    .connect {
        position: relative
    }
}

@media (min-width: 761px) {
    .connect__rocket {
        position: absolute;
        bottom: 24px;
        right: 0
    }
}

@media (max-width: 760px) {
    .connect__rocket {
        position: relative;
        right: -10px;
        max-width: 180px;
        margin: 0 auto 16px
    }
}

.price-reference {
    color: #2bac06
}

.price-note {
    color: #9fa4a8
}

.recommendation {
    background: linear-gradient(90.07deg, #73ffab 13.89%, #adf0e4 62.73%)
}

.whatsappbot-banner__container {
    overflow: hidden;
    padding: 0 var(--grid-gap);
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(285.74deg, #57d263 1.44%, #3dc24f 99.99%)
}

@media (max-width: 760px) {
    .whatsappbot-banner__container {
        padding: calc(1.5 * var(--grid-gap))
    }
}

@media (min-width: 761px) {
    .whatsappbot-banner__buttons {
        margin-left: auto
    }
}

@media (max-width: 760px) {
    .whatsappbot-banner__buttons {
        width: 100%
    }
}

.whatsappbot-banner__buttons_close {
    cursor: pointer;
    color: #000
}

@media (max-width: 760px) {
    .whatsappbot-banner__buttons_close {
        margin-left: auto
    }
}

.whatsappbot-banner_closed {
    display: none
}

/*
|--------------------------------------------------------------------------
| Partners
|--------------------------------------------------------------------------
*/

.partners__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
|--------------------------------------------------------------------------
| Autocomplete
|--------------------------------------------------------------------------
*/

.partners {
    margin-bottom: 88px;
}

.partners__title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.index-partners__card {
    padding: 0 8px;
}

.partners__item {
    display: inline-block;
    padding: 0.5rem 0;
}

.partners__item img:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.partners img,
.partners svg {
    /*max-width: 240px;*/
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #003772;
    padding: 1rem;
    max-width: 360px;
}

.jury__line {
    margin-bottom: 2rem;
}

.bs-tooltip-top .arrow:before {
    border-top-color: #003772;
}

.jury__surname {
    font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| Docs
|--------------------------------------------------------------------------
*/

.docs {
    display: flex;
    flex-wrap: wrap;
}

.docs__icon {
    margin-right: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    line-height: 22px;
}

.docs__icon svg {
    margin-right: 1rem;
}

.docs__icon svg path {
    fill: #003772;
}

@media screen and (max-width: 36em) {
    .docs__icon {
        display: block;
        margin-right: 1rem;
        align-items: baseline;
        width: calc(100%/2 - 1rem);
    }
}

/*
|--------------------------------------------------------------------------
| Section
|--------------------------------------------------------------------------
*/

.section {
    margin-bottom: 2rem;
}

.section__title {
    font-size: 40px;
    margin-bottom: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.section__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #003772;
}

.section__item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

/*.section .card-header {*/
/*    text-transform: uppercase;*/
/*}*/

.section__head-name,
.section__head-logo {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.section__head-logo {
    position: relative;
    left: 16px;
    margin-left: auto;
}

.section__head-logo,
.section__logo {
    width: 110px;
}

.section__name {
    width: 400px;
}

.section__logo {
    margin-left: auto;
}

.section__logo img {
    width: 110px;
    height: 25px;
}

/*.section .card {*/
/*    border-bottom: 1px solid #003772 !important;*/
/*    margin-bottom: 0;*/
/*}*/

/*.section .card:last-of-type {*/
/*    border-bottom: 0 !important;*/
/*    margin-bottom: -25px;*/
/*}*/

/*.section .card-header {*/
/*    padding: 25px 0;*/
/*}*/

/*.section .card-body {*/
/*    padding: 1.25rem 0 25px;*/
/*}*/

/*
|--------------------------------------------------------------------------
| About
|--------------------------------------------------------------------------
*/

.about {
    margin-bottom: 3rem;
}

.about__items {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.about__item {
    display: inline;
    margin-right: 1rem;
}

.about__item:last-child {
    margin-right: 0;
}

.about__item-wrapper {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about__item-value {
    font-size: 40px;
    font-weight: bold;
    margin-right: 15px;
    text-align: right;
    white-space: nowrap;
    display: inline-block;
}

.about__item-text {
    text-align: left;
    text-transform: uppercase;
}

@media screen and (max-width: 75em) {
    .about__items {
        justify-content: left;
    }
}

@media screen and (max-width: 36em) {
    .about__items {
        flex-direction: column;
        text-align: left;
    }
    .about__item{
        width: 262px;
        margin: 0 auto;
    }
    .about__item:last-child {
        margin: 0 auto;
    }
    .about__item-value {
        width: 130px;
    }
}

/*
|--------------------------------------------------------------------------
| Requisites
|--------------------------------------------------------------------------
*/

.requisites__block {
    margin-bottom: 1rem;
}

/*
|--------------------------------------------------------------------------
| Info
|--------------------------------------------------------------------------
*/

.info {
    margin-bottom: 2rem;
}

.info__title {
    font-size: 40px;
    color: #003772;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
}

.info-blocks {
    border-bottom: 1px solid #003772;
}

.info-blocks__line {
    display: flex;
    height: 130px;
}

.info-blocks__line:first-child {
    justify-content: flex-end;
    border-right: 1px solid #003772;
}

.info-blocks__line:last-child {
    justify-content: flex-end;
}

.info-blocks__line:last-child .info-block  {
    border-bottom: 1px solid #003772;
}

.info-blocks__line:last-child .info-block:last-child {
    background-color: #003772;
}

.info-blocks__line:last-child .info-block:last-child .info-block__title a {
    color: #ffffff;
}

.info-blocks__line:last-child .info-block:last-child:hover .info-block__title {
    display: block;
}

.info-blocks__line:nth-child(even):not(:first-child):not(:last-child):not(:nth-child(4)):not(:nth-child(8)):not(:nth-child(12)):not(:nth-child(16)) {
    justify-content: flex-start;
    border-left: 1px solid #003772;
    border-right: 1px solid #003772;
}

.info-blocks__line:nth-child(odd):not(:first-child):not(:nth-child(5)):not(:nth-child(9)):not(:nth-child(13)):not(:nth-child(17)) {
    justify-content: flex-end;
    border-left: 1px solid #003772;
}

.info-blocks__line:nth-child(4):not(:last-child) {
    border-right: none;
}

.info-blocks__line:nth-child(5), .info-blocks__line:nth-child(9), .info-blocks__line:nth-child(13), .info-blocks__line:nth-child(17) {
    justify-content: flex-end;
    border-right: 1px solid #003772;
}

.info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 131px;
    width: 435px;
    padding: 0.5rem;
    border-top: 1px solid #003772;
    transition: all .3s;
}

.info-block:hover,
.info-block.is-hover {
    background-color: #003772;
}

.info-block.is-active {
    border-top: 6px solid #003772;
}

.info-block__title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
}

.info-block:hover .info-block__title,
.info-block.is-hover .info-block__title {
    display: none;
}

.info-block__description {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.info-block__text {
    display: none;
    overflow: hidden;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
}

.info-block__text,
.info-block__text a {
    color: #fff;
}

.info-block:hover .info-block__text,
.info-block.is-hover .info-block__text {
    display: block;
}

.info-block_active {
    border-top: 8px solid #003772;
}

@media screen and (max-width: 62em) {
    .info-block__title {
        word-break: break-all;
    }
}

@media screen and (max-width: 36em) {
    .info-block__title {
        font-size: 24px;
        word-break: break-all;
    }
    .info-block__text {
        font-size: 24px;
    }
}


/*
|--------------------------------------------------------------------------
| Etapy
|--------------------------------------------------------------------------
*/

.stage-item {
    background-repeat: no-repeat;
}

.stage-item_link:hover {
    background-color: #003772;
}

.stage-item_link:hover .stage-head .stage-name a {
    color: #fff;
}

.stage-head {
    border: 6px solid #003772;
    padding: 16px 31px;
    box-sizing: border-box;
    display: flex;
    cursor: pointer;
}

.stage-head > div {
    flex: auto;
}

.stage-head .stage-name,
.stage-head .stage-name a {
    color: #003772;
    font-weight: bold;
}

.stage-head .stage-date {
    color: #003772;
}

.stage-date {
    text-align: right;
}

.stage-open, .stage-close {
    width: 24px;
    height: 14px;
    max-width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-left: 20px;
}

.stage-open {
    background-image: url(/img/etapy/down.svg);
}

.stage-item.active-stage .stage-open {
    display: none;
}

.stage-close {
    background-image: url(/img/etapy/up.svg);
    display: none;
}

.stage-item.active-stage .stage-close {
    display: inline-block;
}

.stage-content {
    min-height: 172px;
    margin: auto;
    background-color: #3D70D2;
    color: #fff;
    padding: 37px 31px;
    box-sizing: border-box;
    display: none;
}

.stage-item.active-stage .stage-content {
    display: block;
}

.stage-content .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    display: none;
}


/*
|--------------------------------------------------------------------------
| Text Slider
|--------------------------------------------------------------------------
*/

#carouselContent .carousel-item.active,
#carouselContent .carousel-item-next,
#carouselContent .carousel-item-prev{
    display:block;
}

#quotes {
    border: 6px solid #003772;
    margin-bottom: 2rem;
    padding: 10px 60px;
}

#quotes .carousel-control-next,
#quotes .carousel-control-prev {
    width: 60px;
}

#quotes .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230039a6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

#quotes .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230039a6' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

/*
|--------------------------------------------------------------------------
| Result
|--------------------------------------------------------------------------
*/

.result__tabs {
    margin-bottom: 32px;
    border: none;
}

.result__tabs li:not(:last-child) {
    margin-right: 32px;
}

.result__tabs a {
    display: inline-block;
    line-height: 24px;
    padding: 16px 98px;
}

.result__tabs a {
    color: #053469;
    border: 1px solid #053469;
    border-radius: .25rem;
    text-decoration: none;
    text-transform: uppercase;
}

.blue .result__tabs a {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.result__tabs a.active,
.result__tabs a:hover {
    color: #FFFFFF;
    background: #053469;
}

.blue .result__tabs a.active,
.blue .result__tabs a:hover {
    color: #053469;
    background-color: #FFFFFF;
}

.result-works {
    display: flex;
    flex-wrap: wrap;
}

.result-work {
    margin-bottom: 24px;
}

.result-work__name {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.blue .result-work__name,
.blue .result-work__region {
    color: #FFFFFF;
}

/*.finalist-work {*/
/*    display: flex;*/
/*}*/

/*.finalist-work__name,*/
/*.finalist-work__region {*/
/*    flex: 1 1 48%;*/
/*}*/

@media screen and (max-width: 62em) {
    .result__tabs a {
        padding: 16px 32px;
    }
}

@media screen and (max-width: 36em) {
    .result .block.blue {
        padding-bottom: 24px;
    }
    .result__tabs li:not(:last-child) {
        margin-right: 16px;
    }
    .result__tabs a {
        padding: 8px 16px;
    }
    .result-work {
        width: calc(100%/2);
    }
    .result-work__name {
        font-size: 16px;
        line-height: 22px;
    }
}

/*
|--------------------------------------------------------------------------
| Prize
|--------------------------------------------------------------------------
*/

.prize {
    padding-bottom: 0 !important;
}

.prize__tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    border-bottom: 0;
}

.prize__tab {
    margin-right: 30px;
    border: 1px solid #FFFFFF;
    border-radius: .25rem;
    cursor: pointer;
}

.prize__tab:last-child {
    margin-right: 0;
}

.prize__tab a {
    display: inline-block;
    line-height: 24px;
    padding: 16px 100px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
}

.prize__tab a.active,
.prize__tab a:hover {
    background: #FFFFFF;
}

.prize__tab a.active,
.prize__tab a:hover {
    color: #053469;
}

/*.prize a {*/
/*    color: #a6d0ff;*/
/*}*/

/*.prize a:hover {*/
/*    color: #1b89db;*/
/*}*/


.prize .prizes-tab a:hover,
.prize .prizes-tab.active-tab a {
    /*color: #003772 !important;*/
    /*background-color: #1b89db;*/
    /*display: block;*/
}

.prize-tab-content {
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    box-sizing: border-box;
}

.prize-tab-content__items {
    display: flex;
    flex-wrap: wrap;
}

.prize-tab-content__item {
    width: calc(100%/4);
    margin-bottom: 32px;
    text-align: center;
}

.prize-tab-content__img {
    margin-bottom: 16px;
}

.prize-tab-content__name {
    color: #FFFFFF;
}

.prize-tab-content__name_main {
    font-size: 24px;
    line-height: 32px;
}

.prize-tab-content__name_regular {
    font-size: 24px;
}

.prize-tab-content__name_regular-add {
    font-size: 16px;
    line-height: 22px;
}

.prize__style_flex {
    display: flex;
}

.prize__style1 {
    color: #1b89db;
    font-size: 40px;
    line-height: 120%;
    margin-right: 2rem;
}

.prize__style2 {
    color: #a6d0ff;
    line-height: 120%;
    margin-right: 2rem;
    font-size: 24px;
}

.prize__style2:last-child {
    margin-right: 0;
}

.prize__style3 {
    color: #a6d0ff;
    line-height: 20px;
    margin-right: 2rem;
    display: inline-block;
    max-width: 250px;
}

.prize__style3_supervisor {
    color: #a6d0ff;
    line-height: 20px;
    margin-right: 2rem;
    display: inline-block;
}

.prize__style4 {
    color: #1b89db;
    font-size: 32px;
    line-height: 120%;
}

.prize__style5 {
    color: #1b89db;
    line-height: 24px;
    margin-right: 2rem;
    display: inline-block;
    max-width: 260px;
}

.prize__style5_supervisor {
    color: #1b89db;
    line-height: 24px;
    margin-right: 2rem;
}

.prize__style6 {
    color: #a6d0ff;
    line-height: 20px;
    display: inline-block;
}

.prize__text-lead {
    color: #1b89db;
}

.t-col_3 {
    max-width: 260px;
}

/*.prizes .t-title, .prizes .t-text {*/
/*    color: #fff;*/
/*    text-align: left;*/
/*}*/

.text-color1 {
    color: #1BFEE3 !important;
}

/*.t-rec_pb_30 {*/
/*     padding-bottom: 30px;*/
/*}*/

.t-text_md {
    line-height: 1.55;
}

/*@media screen and (min-width: 980px) {*/
/*    .prize-tab-content {*/
/*        min-height: 408px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 980px) {*/
/*    #prize-tab1 {*/
/*        background-image: url(/img/prize/prize.png);*/
/*        background-size: 400px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 980px) {*/
/*    #prize-tab2 {*/
/*        background-image: url(/img/prize/prize.png);*/
/*        background-size: 400px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 980px) {*/
/*    #prize-tab3 {*/
/*        background-image: url(/img/prize/prize.png);*/
/*        background-size: 400px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 980px) {*/
/*    #prize-tab4 {*/
/*        background-image: url(/img/prize/prize.png);*/
/*        background-size: 400px;*/
/*    }*/
/*    #prize-tab5 {*/
/*        background-image: url(/img/prize/prize.png);*/
/*        background-size: 400px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 62px) {*/
/*    .t-container {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*    }*/
/*    .t-col {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 40em) {*/
/*    .prize .t-container {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
/*    .t-col {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*    .prize__style_flex {*/
/*        flex-direction: column;*/
/*    }*/
/*    .prize__title {*/
/*        font-size: 24px;*/
/*        margin-left: 0;*/
/*    }*/
/*    .prize__style1 {*/
/*        display: inline-block;*/
/*        font-size: 24px;*/
/*        line-height: 140%;*/
/*        margin-right: 1rem;*/
/*        max-width: 45%;*/
/*    }*/
/*    .prize__style2 {*/

/*    }*/
/*    .prize__style3 {*/

/*    }*/
/*    .prize__style4 {*/
/*        font-size: 24px;*/
/*    }*/
/*    .prize__style5 {*/

/*    }*/
/*    .prize__style6 {*/

/*    }*/
/*}*/


@media screen and (max-width: 87.5em) {
    .prize__tab a {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 75em) {
    .prize__tab a {
        padding: 16px 48px;
    }
}

@media screen and (max-width: 62em) {
    .prize-tab-content__item {
        width: calc(100%/2);
    }
    .prize__tab a {
        padding: 16px 24px;
    }
}

@media screen and (max-width: 47.25em) {
    .prize__tab a {
        padding: 16px 4px;
    }
}

@media screen and (max-width: 36em) {
    .prize {
        padding-bottom: 0 !important;
    }
    .prize__title {
        font-size: 24px;
        line-height: 32px;
    }
    .prize__tab {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .prize__tab a {
        width: 290px;
    }
    .prize__tab:last-child {
        margin-right: inherit;
    }
    .prize-tab-content__item {
        max-width: calc(100%/2);
    }
}



.index-partners .carousel-control-next-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003772'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.index-partners .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23003772'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.index-partners .carousel-inner {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .index-partners .carousel-inner .carousel-item > div {
        display: none;
    }
    .index-partners .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.index-partners .carousel-inner .carousel-item.active,
.index-partners .carousel-inner .carousel-item-next,
.index-partners .carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

/* medium and up screens */
@media (min-width: 768px) {

    .index-partners .carousel-inner .carousel-item-end.active,
    .index-partners .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .index-partners .carousel-inner .carousel-item-start.active,
    .index-partners .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.index-partners .carousel-inner .carousel-item-end,
.index-partners .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.index-partners .carousel-control-next,
.index-partners .carousel-control-prev {
    width: 32px;
}


/*
|--------------------------------------------------------------------------
| Finalist
|--------------------------------------------------------------------------
*/

.finalist-work {
    margin-bottom: 1rem;
}


/*
|--------------------------------------------------------------------------
| Corporate
|--------------------------------------------------------------------------
*/


.corporate-section-col {
    max-width: 680px;
    margin: 0 auto;
}

.corporate-events__title {
    margin-bottom: 80px;
    color: #f9b115;
}

.corporate-events-body {
    margin-bottom: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.corporate-events-item {
    flex: 1 1 33.333%;
    max-width: 33.333%;
    position: relative;
}

.corporate-events-item:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.corporate-events-item_1 {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 40px;
}

/*.corporate-events-item_1:after {*/
/*top: 0;*/
/*left: 110px;*/
/*width: 189px;*/
/*height: 81px;*/
/*background-image: url(../img/events-arrow1.png);*/
/*}*/

.corporate-events-item_2 {
    flex: 1 1 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding-top: 30px;
}

/*.corporate-events-item_2:after {*/
/*top: 70px;*/
/*right: 60px;*/
/*width: 83px;*/
/*height: 145px;*/
/*background-image: url(../img/events-arrow2.png);*/
/*}*/

.corporate-events-item_3 {
    padding-left: 20px;
}

/*.corporate-events-item_3:after {*/
/*top: 55px;*/
/*left: 95px;*/
/*width: 94px;*/
/*height: 69px;*/
/*background-image: url(../img/events-arrow3.png);*/
/*}*/

.corporate-events-item_4 {
    padding-top: 30px;
}

.corporate-events-item_5 {
    padding-top: 30px;
}

.corporate-events-order {
    width: 320px;
    height: 115px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-image: url(/images/clouds-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*
|--------------------------------------------------------------------------
| Features
|--------------------------------------------------------------------------
*/

.features__intro {
    color: #003772;
}

.homegames-promo-features {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 32px;
    padding: 0 110px;
}

.homegames-promo-features-item-body {
    cursor: pointer;
}

.homegames-promo-features-item_1 .homegames-promo-features-item__title {
    margin-bottom: 32px;
    max-width: 175px;
}

.homegames-promo-features-item__title {
    margin-bottom: 15px;
    line-height: 24px;
    color: #003772;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homegames-promo-features-item__icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homegames-promo-features-item {
    position: relative;
    flex: 1 1 25%;
    max-width: 25%;
}

.homegames-promo-features-item_1 {
    margin-top: 80px;
}

.homegames-promo-features-item_2 {
    margin-top: 250px;
}

.homegames-promo-features-item_3 {
    margin-top: 35px;
}

.homegames-promo-features-item_4 {
    margin-top: 250px;
}

.homegames-promo-features-item_5 {
    margin-top: 35px;
}

/*
|--------------------------------------------------------------------------
| Video
|--------------------------------------------------------------------------
*/

.video {
    margin-bottom: 2rem;
}

.video__item {
    position: relative;
    height: 365px;
}

.video__item iframe {
    width: 100%;
    height: 100%;
}

.video__img {
    max-width: 540px;
}
@media screen and (max-width: 36em) {
    .video .row {
        flex-direction: column;
    }
    .video__item {
        height: auto;
        margin-bottom: 1rem;
    }
    .video__img {
        width: 100%;
    }
}


/*
|--------------------------------------------------------------------------
| Form
|--------------------------------------------------------------------------
*/

.vf-form {
    max-width: 920px;
    margin: 0 auto;
    background-color: #003772;
    padding: 3.5rem;
    color: #fff;
}

.modal .vf-form {
    max-width: inherit;
    margin: inherit;
    padding: 2rem;
}

.vf-form.error {
    background-color: #c30000;
}

.vf-form .form-group {
    margin-bottom: 25px;
}

.vf-form .form-label {
    cursor: pointer;
}

.vf-form .form-check {
    margin-bottom: 16px;
}

.vf-form .form-check .form-label {
    margin-bottom: 0;
    padding-left: 24px;
}

/*.registration .form-control,*/
/*.registration .form-select {*/
/*    !*height: calc(1.8em + .75rem + 2px);*!*/
/*    border-radius: 3px;*/

/*    min-height: calc(1.5em + 1rem + 2px);*/
/*    padding: .5rem 1rem;*/
/*}*/

.vf-form .title {
    margin-bottom: 2rem;
    color: #fff;
}

.registration__fest-name {
    margin-bottom: 16px;
    text-align: center;
}

.registration__notice {
    margin-bottom: 32px;
    text-align: center;
}

.registration__notice a {
    color: #FFFFFF;
    font-weight: bold;
}

.registration__notice a:hover {
    color: #1b89db;
}

.registration__alert {
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

.vf-form .form-check-input {
    background-color: #053469;
    border: 2px solid #FFFFFF;
    width: 20px;
    height: 20px;
}

.vf-form .form-check-input:focus {
    box-shadow: none;
}

.registration__close {
    display: flex;
    justify-content: center;
    font-size: 32px;
    line-height: 140%;
}

.vf-form input,
.vf-form .custom-file-label {
    color: #000000;
}

.vf-form select option:disabled {
    display:none;
}

.vf-form .form-control:focus,
.vf-form .custom-file-label:focus {
    color: #003772;
    border-color: inherit;
    box-shadow: none;
    outline: 0;
}

.custom-file-input {
    visibility: hidden;
}

.custom-file-label {
    cursor: pointer;
}

.custom-file-label::after {
    background-color: #1b89db;
    border-color: #1b89db;
    color: #fff;
}
.custom-file-label:hover::after,
.custom-file-label:active::after {
    background-color: #0062cc;
    border-color: #005cbf;
}

.registration__label-payment-method {
    font-weight: bold;
    margin-bottom: 18px;
}

.user-agreement__input {
    float: left;
    margin-right: 25px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: relative;
    top: 4px;
}

.user-agreement__input ~ label {
    display: block;
    overflow: hidden;
}

.user-agreement__input,
.user-agreement__input ~ label {
    cursor: pointer;
}

.user-agreement__input ~ label {
    line-height: 140%;
}

.user-agreement a {
    color: #fff;
}

.user-agreement a:hover {
    color: #1b89db;
}

.btn-registration {

}

.btn-registration:hover {

}

.registration fieldset {
    border: 1px solid #fff;
    padding: 32px;
    position: relative;
}

.registration fieldset:not(:last-child) {
    margin-bottom: 32px;
}

.registration legend {
    text-align: center;
}

.registration-response {
    text-align: center;
}

.registration-response__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.registration__numbers {
    display: flex;
    margin-bottom: 32px;
    justify-content: center;
}

.registration__number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.registration__number:not(:last-child) {
    margin-right: 32px;
}

.registration__number.is-active {
    font-weight: bold;
    border-width: 2px;
}

.registration__number.is-disabled {
    cursor: default;
    opacity: 0.5;
}

.registration-response__content {

}

.registration-response a {
    color: #fff;
}

.registration-response a:hover {
    color: #1b89db;
}

.registration__remove {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ff0000;
    cursor: pointer;
}

@media screen and (max-width: 36em) {
    .vf-form {
        padding: 3.5rem 15px;
    }
}

@media screen and (max-width: 36em) {
    .vf-form .form-label {
        font-size: 16px;
        line-height: 22px;
    }
    .vf-form .form-control,
    .vf-form .form-control::placeholder,
    .vf-form .form-select,
    .vf-form .form-select::placeholder {
        font-size: 16px;
    }
    .vf-form .form-label {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 36em) {
    .registration__notice {
        font-size: 16px;
        line-height: 22px;
    }
}

/*
|--------------------------------------------------------------------------
| Autocomplete
|--------------------------------------------------------------------------
*/

.autocomplete-response  {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 354px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0.5rem 1rem;
    line-height: 140%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #494A4A;
    cursor: pointer;
}

.autocomplete-suggestion.is-active {
    background: #EAFAFF;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion__img img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 0.5em;
}

.autocomplete-suggestion__name {
    overflow: hidden;
}

.autocomplete-response__item {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.autocomplete-response__item:last-child {
    margin-bottom: 0;
}

.autocomplete-response__title {
    float: left;
    color: #8E8E8E;
    margin-right: 1rem;
}

.autocomplete-suggestions {
    overflow: hidden;
}

.autocomplete-goods {
    position: absolute;
    width: 100% !important;
    left: 0 !important;
    overflow: inherit;
    max-height: inherit;
    border: none;
    box-shadow: 0px 5px 3px rgba(0,0,0,.1);
    margin-top: 1rem;
}

.autocomplete-goods .autocomplete-response__container {
    position: relative;
    margin-left: -90px;
}

.autocomplete-goods .autocomplete-response__search {
    text-align: right;
    margin-right: 50%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/*
|--------------------------------------------------------------------------
| FAQ
|--------------------------------------------------------------------------
*/

/*.faq {*/
/*    padding: 4rem 3.5rem;*/
/*    border: 1px solid #003772;*/
/*    position: relative;*/
/*}*/

/*.faq:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    right: -1px;*/
/*    background-image: linear-gradient(45deg, #003772 50%, #fff 50%, #fff 100%);*/
/*    width: 64px;*/
/*    height: 64px;*/
/*}*/

/*.btn-link {*/
/*    color: #003772;*/
/*}*/

/*
|--------------------------------------------------------------------------
| Goods
|--------------------------------------------------------------------------
*/

.shop__note {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.goods {

}

.goods__row {
    display: flex;
    justify-content: center;
}

.good {
    width: 31%;
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/*.good__container {*/
/*    cursor: pointer;*/
/*}*/

.good__img {
    margin-bottom: 0.5rem;
}

.good__img img {
    width: 100%;
}

.good__name {
    color: #494A4A;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 0.5rem;
}

.good__price {
    color: #494A4A;
    text-align: center;
}

.good-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -moz-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -ms-transition: height 0s 500ms, opacity 300ms ease-in-out;
    -o-transition: height 0s 500ms, opacity 300ms ease-in-out;
    transition: height 0s 500ms, opacity 300ms ease-in-out;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgb(255, 255, 255);
    z-index: 9999999;
}

.good-popup_show {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0s, opacity 300ms ease-in-out;
    -moz-transition: height 0s, opacity 300ms ease-in-out;
    -ms-transition: height 0s, opacity 300ms ease-in-out;
    -o-transition: height 0s, opacity 300ms ease-in-out;
    transition: height 0s, opacity 300ms ease-in-out;
}

.good-popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.good-popup__container {
    background-color: #ffffff;
    margin: 65px auto;
    top: 0;
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 40px 20px;
}

.good-popup__img {
    width: 100%;
}

.good-popup__name {
    line-height: 1.35;
    font-weight: 700;
}

.good-popup__description {
    margin-top: 20px;
    line-height: 1.55;
}

/*
|--------------------------------------------------------------------------
| Notice accept
|--------------------------------------------------------------------------
*/

.notice-accept {
    background-color: #fff;
    border-bottom: 1px solid #003772;
    padding: 1rem 0;
}

.notice-accept__row {
    position: relative;
}

.notice-accept__text {
    text-align: center;
    padding-right: 48px;
}

.notice-accept__btn {
    position: absolute;
    width: 48px;
    right: 0;
    cursor: pointer;
}

.notice-accept__btn svg:hover path {
    color: #1b89db;
}

/*
|--------------------------------------------------------------------------
| Cookie accept
|--------------------------------------------------------------------------
*/

.cookie-accept {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #003772;
    padding: 1rem 0;
}

.cookie-accept a {
    /*color: #fff;*/
}

.cookie-accept__row {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.text_white {
    color: #fff;
}

/*
|--------------------------------------------------------------------------
| Share
|--------------------------------------------------------------------------
*/

.share {
    margin-bottom: 1rem;
}

.share__title {
    margin-bottom: 1rem;
}

.ya-share2__item {
    margin-right: 1rem !important;
}

.ya-share2__badge,
.ya-share2__mobile-popup-badge {
    background-color: #007bff !important;
}

.ya-share2__badge:hover,
.ya-share2__mobile-popup-badge:hover {
    background-color: #0062cc !important;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
    opacity: 1 !important;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 38px !important;
    width: 38px !important;
    background-size: 30px 30px !important;
}

/*.ya-share2__item:not(.ya-share2__item_more):hover .ya-share2__badge,*/
/*.ya-share2__item.ya-share2__item_more > .ya-share2__link:hover .ya-share2__badge,*/
/*.ya-share2__item:not(.ya-share2__item_more):focus .ya-share2__badge,*/
/*.ya-share2__item.ya-share2__item_more > .ya-share2__link:focus .ya-share2__badge {*/
/*    background-color: #007bff !important;*/
/*}*/

/*
|--------------------------------------------------------------------------
| eula
|--------------------------------------------------------------------------
*/

.eula h2,
.policy h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*
|--------------------------------------------------------------------------
| Response
|--------------------------------------------------------------------------
*/

.response {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
}

.response-write .modal-body {
    padding: 0 0 1rem 0;
}

.response-write .modal-footer {
    border-top: 0;
}

/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

footer {
    margin-top: 2rem;
    background-color: #003772;
    color: #fff;
    padding: 2rem 0;
}

footer a {
    color: #fff;
    opacity: 0.6;
}

footer a:hover {
    /*color: #1b89db;*/
    color: #fff;
    opacity: 1;
}

.footer-a-svg:hover path {
    fill: #1b89db;
}

.footer-col {
    display: flex;
    flex-wrap: wrap;
}

.footer-col_2 {
    justify-content: center;
}

.footer-col_3 {
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
}

.footer-line {
    border-top: 1px solid #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.subscribe-input,
.subscribe-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 10px;
}

.year_of_science {
    width: 100px;
    margin-right: 16px;
}

.pay_keeper {
    opacity: 0.6;
}

.footer-universities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-university {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.x-footer__item-icon {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 6px 10px 0;
    background: 50% no-repeat;
    background-size: cover;
}

.icon_pay-mastercard {
    background-image: url("/img/icons/mastercard.svg");
    background-position: center 0;
    width: 43px;
    height: 28px;
}

.icon_pay-visa {
    background-image: url("/img/icons/visa.svg");
    width: 51px;
    height: 32px;
}

.icon_pay-mir {
    background-image: url("/img/icons/mir.svg");
    width: 57px;
    height: 16px;
}

.footer-university svg {
    margin-right: 1rem;
}

/*.footer-university:hover path {*/
/*    fill: #1b89db;*/
/*}*/

.footer-university__name {
    line-height: 120%;
}

.footer__icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__copyright {
    font-size: 16px;
    line-height: 22px;
}

.footer-col_vk {
    margin-right: 1rem;
    margin-top: 0.7rem;
}

.footer__call:not(:last-child) {
    margin-right: 16px;
}

.footer__subscribe,
.footer__eula,
.footer__policy,
.footer__policy-agreement {
    font-size: 16px;
    display: inline-block;
}

.footer__eula {
    margin-right: 1rem;
}

@media screen and (max-width: 62em) {
    .footer__eula {
        margin-right: 0;
    }
}

@media screen and (max-width: 36em) {
    footer {
        padding: 48px 0;
    }
    .footer__title {
        margin-bottom: 24px;
    }
    .footer-line {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .university-svg-mospolytech {
        width: 150px;
        height: 45px;
    }
    .mail-icon, .social-vk-icon {
        width: 30px;
        height: 30px;
    }
    .footer-col_3 {
        text-align: left;
    }
    .footer__icons {
        justify-content: start;
    }
}


/*
|--------------------------------------------------------------------------
| Suggestions
|--------------------------------------------------------------------------
*/


.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 0.25rem 1rem;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 0.25rem 1rem;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-selected {
    color: #fff;
    background-color: #003772;
    cursor: pointer;
}

.autocomplete-suggestions .autocomplete-selected strong {
    color: #fff;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

input {
    font-size: 28px;
    padding: 10px;
    border: 1px solid #CCC;
    display: block;
    margin: 20px 0;
}
