@font-face {
    font-family: 'Muller';
    src: url('/design/competition/fonts/MullerRegular.woff2') format('woff2'),
    url('/design/competition/fonts/MullerRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('/design/competition/fonts/MullerMedium.woff2') format('woff2'),
    url('/design/competition/fonts/MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('/design/competition/fonts/MullerBold.woff2') format('woff2'),
    url('/design/competition/fonts/MullerBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('/design/competition/fonts/MullerLight.woff2') format('woff2'),
    url('/design/competition/fonts/MullerLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

:root {
    --red: #F71635;
    --blue: #1E90FF;
    --dark-gray: #333;
    --gray: #707070;
    --light-gray: #F6F6F6;
    --dark: #102237;
}

body {
    color: var(--dark-gray);
    font-family: 'Muller';
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1086px;
    margin: auto;
}


main {
    padding-top: 80px;
}

section {
    padding-bottom: 50px;
}

.section--gray {
    background: var(--light-gray);
}

.section-heading {
    padding-top: 45px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 50px;
    text-align: center;
}

.section-heading::after {
    content: '';
    display: block;
    width: 210px;
    height: 2px;
    margin: auto;
    background: var(--blue);
    margin-top: 25px;
}

.banner {
    background: url(/design/competition/img/banner.svg) no-repeat top center;
    height: 500px;
    position: relative;
}

.banner .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.banner__promo {
    margin-left: -15px;
}

.banner__btn {
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.161);
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 15px 20px 11px;
    color: var(--red);
    font-size: 17px;
    text-transform: uppercase;
    transform: skewX(-45deg);
    transition: background-color .5s, color .5s;
    margin-right: 35px;
}

.banner__btn:hover, .banner__btn:focus {
    background: var(--red);
    color: #fff;
}

.banner__btn::before {
    content: '';
    width: 6px;
    height: 100%;
    background: var(--red);
    position: absolute;
    top: 0;
    left: -12px;
}

.banner__btn > div {
    transform: skewX(45deg);
}

.section-heading--winners {
    color: black !important;
    font-size: 42px;
    margin-bottom: 0;
}

.section-heading--winners::after {
    margin-top: 35px;
}

.winners__month {
    color: var(--red);
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0 35px;
}

.winners__winners {
    display: flex;
}

.winners__item {
    position: relative;
    padding: 0 5px;
    width: 33.3%;
}

.winners__item div.img-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%
}

.winners__item div.img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.winners__item-index {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: var(--red);
    font-size: 28px;
    font-weight: bold;
    top: 5px;
    left: 0;
    z-index: 1;
}

.winners__item-index::before {
    content: '';
    border: 2.5px solid transparent;
    border-right: 2.5px solid #C7001B;
    border-top: 2.5px solid #C7001B;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 40px;
}

.winners__item-index::after {
    content: '';
    display: block;
    border: 40px solid transparent;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 10px solid var(--red);
    position: absolute;
    left: 40px;
    top: 0;
}

.winners__item h4 {
    font-weight: normal;
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
    color: var(--gray);
}

.carousel-navigation {
    display: flex;
    justify-content: center;
}

.carousel-nav {
    width: 190px;
    margin: 0 6px;
}

.carousel-nav__item {
    background-color: var(--light-gray);
    width: 40px;
    height: 40px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.carousel-nav .slick-slide {
    margin: 0 5px;
    outline: none;
}

.slick-current .carousel-nav__item {
    background-color: var(--blue);
    color: #fff;
}

.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
    width: 40px;
    height: 40px;
    background-color: var(--light-gray);
    transition: background-color .5s, color .5s;
    color: var(--dark-gray);
}

.slick-prev::before, .slick-next::before {
    color: inherit;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -47px;
}

.carousel-nav__item:hover, .slick-prev:hover, .slick-next:hover {
    background-color: var(--red);
    color: #fff;
}

.carousel-for {
    margin-bottom: 20px;
}

.carousel-navigation {
    border-top: 1px solid var(--light-gray);
    padding-top: 30px;
}

.winners__thanks {
    background: var(--light-gray);
    padding: 30px 100px 70px;
    margin-top: 50px;
}

.winners__thanks h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 0 0 40px;
    text-align: center;
    font-weight: 500;
}

.winners__thanks p {
    margin: 0;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    color: var(--gray);
}

.lead {
    display: flex;
}

#rules, #rules + label {
    display: none;
}

.lead__text {
    width: 50%;
    color: var(--gray);
}

.lead__text h3 {
    font-weight: normal;
    margin: 0 0 20px;
    font-size: 14px;
}

.lead__text p, .lead__text li {
    font-size: 14px;
    line-height: 19px;
}

.lead__text ul {
    list-style: none;
}

.lead__text li {
    list-style: none;
    position: relative;
}

.lead__text li::before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    border-radius: 50%;
    background: var(--red);
}

#form {
    width: 50%;
    padding-left: 50px;
}

#form h2 {
    margin-bottom: 25px;
}

.lead__form input[type="text"], .lead__form textarea {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    border: none;
    font-size: 14px;
}

.lead__form textarea {
    height: 190px;
    padding-top: 10px;
}

.lead__btns {
    display: flex;
    justify-content: space-between;
}

.lead__btns #competitionapplication-confirm {
    display: none;
}

.lead__btns label {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    user-select: none;
}

.lead__btns label a {
    text-decoration: underline;
    color: var(--red);
}

.lead__btns label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid var(--gray);
    position: absolute;
    left: 0;
    top: 0;
}

#competitionapplication-confirm:checked + label::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--red);
    position: absolute;
    left: 5px;
    top: 5px;
}

.btn-blue {
    padding: 15px 35px 15px 20px;
    background: var(--blue);
    color: #fff;
    text-transform: uppercase;
    border: 0;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    transition: .5s;
}

.lead__btn:hover {
    background: var(--red);
}

.btn-blue::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 18px;
    right: 20px;
    transform: rotate(45deg);
}

.testimonials__slide {
    display: flex !important;
    align-items: stretch;
}

.testimonials__item {
    padding: 0 5px;
    /*width: 33.3%;*/
}

.testimonials__item.disabled {
    opacity: 0.8;
    border-top: #b50101 2px solid;
}


.testimonials__item > div {
    background: var(--light-gray);
    padding: 30px;
    height: 100%;
    /* padding-bottom: 120px; */
    position: relative;
    max-height: 264px;
}

.testimonials__item > div.testimonials__text {
    max-height: 420px;
}

.testimonials__author img {
    width: 200px;
    height: auto;
    margin: auto;
    display: block;
}

.testimonials__author h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 5px;
    text-align: center;
}

.testimonials__item p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

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

.testimonials__stars > div {
    width: 16px;
    height: 16px;
    background: url(../img/icons/testimonial-star.svg) no-repeat;
    background-size: contain;
    margin: 0 5px;
}

.testimonials__stars > div.active {
    background: url(/design/competition/img/icons/testimonial-star-active.svg) no-repeat;
    background-size: contain;
}

.testimonials__bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.testimonials__date {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
}

.testimonials__social {
    width: 230px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.testimonials__carousel {
    text-align: center;
}

.testimonials .btn {
    display: inline-block;
    margin: 10px 0 40px;
}

.slick-prev::before, .slick-next::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    position: relative;
    left: 12px;
    opacity: 1 !important;
}

.slick-prev::before {
    transform: rotate(-135deg);
    left: 16px;
}

.slick-prev:hover::before, .slick-next:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


.help-block {
    color: #737373;
    font-size: 13px;
    margin: -16px 0 17px 11px;
}

#burget-menu {
    display: none;
}

#image-submit {
    margin: 40px auto;
}

.competition-application-success-text {
    font-size: 14px;
}

.competition-application-success-header {
    color: #cc1d4e;
    font-weight: 400;
    border-bottom: 1px #cc1e4e solid;
    padding-bottom: 1px;
    margin-bottom: 6px;
}

h2 {
    padding: 0;
    font-size: 18px;
    margin: 0;
}

.modal-content {
    border-radius: 0;
}
