.header-logo {
    text-align: center;
}
header .header-logo img {
    display: inline-block;
}
section.first-screen {
    background-color: #d5eafb;
}
section.v2 {
    background-color: #b1dae0;
}
section.first-screen .title {
    padding: 80px 0 0 0;
    text-align: center;
}
span.bold {
    font-weight: 500;
}
.nowrap {
    white-space: nowrap;
}
strong {
    font-weight: 500;
}
section h1 {
    font-size: 46px;
    margin: 0 0 16px 0;
    font-weight: 500;
    line-height: 1.2;
}
section a, span.a {
    color: #054ada;
    cursor: pointer;
}

section a:hover, span.a:hover {
    color: #f80;
    text-decoration: none;
}
section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 18px;
}
section h3 {
    font-size: 23px;
    font-weight: 500;
    padding-top: 18px;
    margin-bottom: 14px;
}
p {
    margin: 0;
    line-height: 1;
}
section.first-screen .title span.undertitle {
    font-size: 25px;
    display: block;
}
section.first-screen .title span.padding-bot {
    padding-bottom: 50px;
}
section.first-screen .title span.open {
    font-size: 17px;
    color: #008000;
    display: block;
    padding: 50px 0 30px 0;
}
section.first-screen .title span.undertitle span.amount {
    font-size: 28px;
    font-weight: 500;
}
section.first-screen .banner {
    height: 220px;
    background-image: url(../images/grant/grant.jpg);
    background-repeat: repeat-x;
    background-color: #d5eafb;
    background-size: auto 200px;
    background-position: bottom left;
    text-align: center;
}
section.first-screen.v2 .banner {
   background-color: #b1dae0;
   background-image: url(../images/grant/cars-bg.jpg); 
}
section.first-screen .banner span.button {
    padding: 14px 60px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #f19455;
    box-shadow: 0 2px 12px #f19455;
    -moz-box-shadow: 0 2px 12px #f19455;
    -webkit-box-shadow: 0 2px 12px #f19455;
    -o-box-shadow: 0 2px 12px #f19455;
    -ms-box-shadow: 0 2px 12px #f19455;
    border: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
}
section.first-screen .banner span.button:hover {
    color: #ffffff;
    background-color: #4d82b1;
    box-shadow: 0 2px 12px #4d82b1;
    -moz-box-shadow: 0 2px 12px #4d82b1;
    -webkit-box-shadow: 0 2px 12px #4d82b1;
    -o-box-shadow: 0 2px 12px #4d82b1;
    -ms-box-shadow: 0 2px 12px #4d82b1;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
section.contents {
    padding: 24px 0 24px 0;
    text-align: center;
}
section.contents span.subtitle {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
    display: block;
}
section.contents .nav ul {
    line-height: 1.3;
    margin: 0;
}
section.contents .nav ul li {
    display: inline-block;
    font-size: 19px;
    margin: 0;
    position: relative;
}
section.contents .nav ul li + li {
    margin-left: 20px;
}
section.contents .nav ul li span {
    color: #2f77b7;
    cursor: pointer;
}
section.contents .nav ul li span:hover {
    color: #f80;
}
section.about {
    padding: 44px 0 34px 0;
    background-color: #f7f8fc;
}
section.gruzar-info {
    padding: 44px 0 34px 0;
    background-color: #f7f8fc;
}
section.gruzar-info .ukr {
    padding-bottom: 24px;
    border-bottom: 1px #CCCCCC solid;
}
section.gruzar-info .rus {
    padding-top: 28px;
}
section.about p, section.gruzar-info p {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
}
section.press-conference .video {
    text-align: center;
}
section.conditions {
    padding: 44px 0 34px 0;
    background: url(../images/grant/bg-left.jpg) 0 0 repeat-y, url(../images/grant/bg-right.jpg) 100% 44% repeat-y;
    background-size: 22%;
}
section.conditions p {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
}
section.conditions .item {
    margin-bottom: 26px;
}
section.conditions .item .point {
    margin-bottom: 22px;
}
section.conditions ol {
    padding-left: 28px;
    margin: 0;
}
section.conditions ol li {
    font-size: 18px;
    margin: 8px 0;
    line-height: 1.2;
}
section.conditions ol li::marker {
    color: #2f77b7;
    font-size: 24px;
    line-height: 1;
}
section.conditions ul {
    padding-left: 28px;
    margin: 0;
}
section.conditions ul li {
    font-size: 17px;
    margin: 5px 0;
    line-height: 1.2;
}
section.conditions ul li::marker {
    color: #2f77b7;
    font-size: 21px;
    line-height: 1;
}
section.conditions .item .circles {
    margin-top: 20px;
}
section.conditions .item .part {
    font-size: 20px;
    text-align: center;
}
section.conditions .item .part .place {
    background-color: #4d82b1;
    font-size: 34px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}
section.conditions .item .part .place.first {
    width: 230px;
    height: 230px;
}
section.conditions .item .part .place.second {
    width: 200px;
    height: 200px;
}
section.conditions .item .part .place.third {
    width: 170px;
    height: 170px;
}
section.conditions .jury {
    padding: 44px 0 0 0;
}
section.conditions .jury .card , section.winners .card {
    text-align: center;
    margin-top: 14px;
}
section.conditions .jury .card img , section.winners .card img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    max-width: 260px;
}
section.conditions .jury .card span.name , section.winners .card span.name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}
section.conditions .jury .card span.description , section.winners .card span.description {
    font-size: 16px;
    line-height: 1.3;
    display: block;
}
section.request {
    padding: 44px 0 34px 0;
    text-align: center;
}
section.winners {
    padding: 44px 0 34px 0;
    background-color: #f7f8fc; 
}
section.winners .card span.place {
    margin-top: 10px;
    display: block;
    color: #0073b1;
    font-size: 19px;
    font-weight: 500;
}
/* Блок с вопросами начало */
.faq {
    margin: 40px 0;
}
.faq .faq-wrapper {
    width: 80%;
    margin: 0 auto;
}
.faq .faq-item {
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 20px;
}
.faq .faq-item:last-child {
    border: none;
}
.faq h3.faq-question {
    font-size: 20px;
    color: #0073b1;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    padding: 20px 0 10px;
    margin: 0;
    font-weight: 500;
}
.faq .faq-answer {
    font-size: 16px;
    color: #474747;
    line-height: 1.3;
}
.faq .faq-answer p {
    padding-bottom: 10px;
    line-height: 1.3;
}
.faq .faq-answer span {
    font-weight: 700;
}

.faq .faq-answer ul {
    padding: 8px 0 5px 30px;
}
/* Блок с вопросами конец */
@media (max-width: 1499.98px) {
    section.conditions {
        background-size: 14%;
    }
}

@media (max-width: 1199.98px) {
    section h1 {
        font-size: 40px;
    }
    section.first-screen .title {
        padding: 76px 0 0 0;
    }
    section.first-screen .title span.undertitle {
        font-size: 24px;
    }
    section.first-screen .title span.open {
        font-size: 16px;
        padding: 44px 0 26px 0;
    }
    section.first-screen .banner {
        height: 210px;
        background-size: auto 170px;
    }
    section.first-screen .banner span.button {
        padding: 12px 46px;
        font-size:  19px;
    }
    section h2 {
        font-size: 32px;
    }
    section h3 {
        font-size:  22px;
    }
    section.contents .nav ul li {
        font-size: 18px;
    }
    section.contents .nav ul li + li {
        margin-left: 14px;
    }
    section.faq h3 {
        font-size: 20px;
    }
    section.faq p {
        font-size: 17px;
    }
    .faq {
        margin: 20px 0 40px;
    }
}
/*col-md*/
@media (max-width: 991.98px) {
    section h1 {
        font-size: 34px;
        margin: 0 0 12px 0;
    }
    section h2 {
        font-size: 28px;
    }
    section h3 {
        padding-top: 14px;
        margin-bottom: 10px;
    }
    section.first-screen .title span.undertitle {
        font-size: 23px;
    }
    section.first-screen .title span.undertitle span.amount {
        font-size: 27px;
    }
    section.first-screen .banner span.button {
        font-size: 18px;
    }
    section.first-screen .banner {
        height: 200px;
        background-size: auto 156px;
    }
    section.contents {
        text-align: left;
    }
    section.contents span.subtitle {
        font-size: 23px;
    }
    section.contents .nav ul li {
        display: block;
    }
    section.contents .nav ul li + li {
        margin: 0;
    }
    section.conditions {
        background-size: 11%;
    }
    section.conditions p {
        font-size: 17px;
    }
    section.conditions ol li {
        font-size: 17px;
    }
    section.conditions ol li::marker {
        font-size: 22px;
    }
    section.conditions .item .part .place {
        font-size: 30px;
    }
    section.conditions .item .part .place.first {
        width: 180px;
        height: 180px;
    }
    section.conditions .item .part .place.second {
        width: 160px;
        height: 160px;
    }
    section.conditions .item .part .place.third {
        width: 140px;
        height: 140px;
    }
    section.conditions .jury .card span.description , section.winners .card span.description {
        font-size: 15px;
    }
    section.about p, section.gruzar-info p {
        font-size: 17px;
    }
    .faq .faq-wrapper {
        width: 100%;
    }
}

/*col-sm*/
@media (max-width: 767.98px) {
    section h1 {
        font-size: 30px;
    }
    section h2 {
        font-size: 27px;
    }
    section h3 {
        font-size: 21px;
    }

    section.first-screen .title {
        padding: 66px 0 0 0;
    }
    section.first-screen .title span.undertitle {
        font-size: 21px;
    }
    section.first-screen .title span.open {
        font-size: 15px;
        padding: 38px 0 20px 0;
    }
    section.first-screen .title span.undertitle span.amount {
        font-size: 25px;
    }
    section.first-screen .banner {
        height: 190px;
        background-size: auto 144px;
    }
    section.first-screen .banner span.button {
        font-size: 17px;
        padding: 10px 40px;
    }
    section.conditions {
        background: none;
    }
    section.conditions ul li {
        font-size: 16px;
        margin: 4px 0;
    }
    section.conditions .jury .card span.description , section.winners .card span.description {
        font-size: 14px;
    }
    section.request .form iframe {
        width: 560px;
    }
    .faq .main-title-small {
        font-size: 26px;
        margin: 10px 0 20px;
    }

}

/*col*/
@media (max-width: 575.98px) {
    section h1 {
        font-size: 26px;
    }
    section h2 {
        font-size: 25px;
    }
    section h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    section.first-screen .title {
        padding: 40px 0 0 0;
    }
    section.first-screen .title span.undertitle {
        font-size: 19px;
    }
    section.first-screen .title span.undertitle span.amount {
        font-size: 22px;
    }
    section.first-screen .title span.open {
        font-size: 14px;
        padding: 36px 0 20px 0;
    }
    section.first-screen .banner span.button {
        font-size: 16px;
    }
    section.contents span.subtitle {
        font-size: 21px;
        margin-bottom: 10px;
    }
    section.contents .nav ul li {
        font-size: 17px;
    }
    section.about {
        padding: 24px 0;
    }
    section.gruzar-info {
        padding: 24px 0;
    }
    section.conditions {
        padding: 24px 0;
    }
    section.conditions p {
        font-size: 16px;
    }
    section.conditions ol li {
        font-size: 16px;
    }
    section.conditions ol li::marker {
        font-size: 20px;
    }
    section.conditions ul li {
        font-size: 15px;
        margin: 3px 0;
    }
    section.conditions .item .part + .part {
        margin-top: 40px;
    }
    section.conditions .jury .card , section.winners .card {
        margin-bottom: 30px;
    }
    section.about p, section.gruzar-info p {
        font-size: 16px;
    }
    section.request .form iframe {
        min-width: 370px;        
        width: 100%;
        height: 1650px;
    }
    .faq h3.faq-question {
        font-size: 18px;
    }
    .faq .faq-answer {
        font-size: 15px;
    }
    section.regions span {
        font-size: 14px;
    }
}