*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: #f9e2e2;
}

body {
    padding-top: 0 !important;
}

.main-body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

footer h1, header h1, footer h2, header h2, footer h3, header h3, footer h4, header h4, footer p, header p, footer span, header span, footer ul, header ul, footer li, header li, footer a, header a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    cursor: pointer;
}

button {
    border: none;
}

.container {
    width: 80%;
    margin: auto;
}

header {
    top: 0;
    height: auto;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 200;
    transition: all 0.3s ease-out;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out;
}

.container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    height: 72px;
    position: relative;
}

.media-search {
    display: none;
    z-index: 200;
    position: relative;
    width: 130px;
    z-index: 300;
}

.search {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 33px;
    transition: all 1s;
    z-index: 4;
}

.search:hover {
    cursor: pointer;
}

.search::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 12px;
    height: 2px;
    background: #074286;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.search::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #074286;
    transition: all 0.5s;
}

.search-input-media {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: #f8f1f1;
    color: #074286;
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-weight: bolder;
    padding: 0 20px 0 8px;
}

.search-input-media:hover {
    cursor: pointer;
}

.search-input-media:focus {
    width: 200px;
    opacity: 1;
    cursor: text;
}

.search-input-media:focus~.header-logo {
    display: none;
}

.search-input-media:focus~.search {
    right: -250px;
    z-index: 6;
}

.search-input-media:focus~.search::before {
    top: 0;
    left: 0;
    width: 17px;
}

.search-input-media:focus~.search::after {
    top: 0;
    left: 0;
    right: 0;
    width: 17px;
    height: 2px;
    border: none;
    background: #074286;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.search-input-media::placeholder {
    opacity: 0.5;
}

.header-logo {
    width: 116px;
    height: 72px;
    z-index: 200;
    margin: 20px 0 0 0;
}

.header-content {
    display: flex;
    align-items: center;
    position: relative;
}

.header-social {
    margin-right: 70px;
}

.nav-translate-fixed {
    display: none;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
}

.nav-language-fixed, .nav-social-fixed {
    z-index: 100;
}

.nav-language-fixed {
    margin-bottom: 56px;
}

.nav-back {
    display: none;
    background-image: url(../assets/nav-back.png);
    height: 117px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
}

.nav-language-fixed a, .nav-social-fixed a, .header-social a {
    margin-right: 23px;
    width: 25px;
    height: 25px;
}

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

.translate {
    display: flex;
    justify-content: space-between;
    width: 65px;
    margin-right: 23px;
}

.translate-text {
    font-family: "Martel";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.045em;
    color: #074286;
}

.search-input {
    width: 190px;
    height: 25px;
    margin-right: 23px;
    border: none;
}

.search-input::placeholder {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.045em;
    color: #474747;
    opacity: 0.5;
}

#mod-search-searchword125 {
    background: #f5f5f5 url(../images/search.svg) no-repeat 170px 8px;
    padding: 3px 20px 0 8px;
}

.menu-text {
    font-family: "Martel";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    color: rgb(237, 51, 51);
    margin-right: 45px;
}

.section-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(237, 51, 51);
}

.title-border-bottom {
    width: 126.5px;
    border: 1px solid rgb(237, 51, 51);
    margin-top: 14px;
}

.section-main {
    position: relative;
    min-height: 500px;
}

.hero-section {
    position: relative;
}

.container-main {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-main.hero-overlay {
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 70vh;
    min-height: 400px;
    padding: 0 8% 0 8%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    z-index: 50;
    pointer-events: none;
}

.hero-overlay .main-content {
    pointer-events: auto;
    text-align: left;
    align-items: flex-start;
    max-width: 1120px;
    margin: 0;
}

.hero-overlay .main-title,
.hero-overlay .main-text,
.hero-overlay .sponsor-name {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    letter-spacing: normal;
}

.hero-overlay .main-title {
    font-weight: 700;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-overlay .main-text {
    max-width: 100%;
    font-weight: 400;
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-overlay .main-sponsor {
    margin-top: 24px;
}

.hero-overlay .sponsor-name {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.main-content {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.block-main-carousel {
    width: 100vw;
    max-width: 100vw;
    height: 70vh;
    min-height: 400px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 72px;
    overflow: hidden;
}

.block-main-carousel #main-carousel {
    height: 100%;
}

.main-carousel {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-carousel-arrows {
    width: 59px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 19px;
    right: 0;
    left: 0;
    margin: auto;
}

.vector-left {
    position: absolute;
    background-image: url(../images/vector-right.png);
    width: 100%;
    height: 258px;
    background-repeat: no-repeat;
    top: -1px;
    background-size: cover;
    z-index: 100;
}

.vector-right {
    position: absolute;
    background-image: url(../images/vector-left.png);
    width: 337px;
    height: 100%;
    right: -2px;
    top: -1px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.vector-bottom {
    position: absolute;
    background-image: url(../images/vector-down.png);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 1px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.main-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 139.7%;
    color: #074286;
    margin-bottom: 58px;
    width: 100%;
}

.main-text {
    max-width: 312px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 22px;
    color: #777;
}

.main-sponsor {
    width: 201px;
    height: 133px;
    margin-top: 71px;
}

.sponsor-name {
    margin-top: 8px;
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: #0079c2;
    white-space: nowrap;
}

.section-news {
    margin-top: 38px;
    position: relative;
}

.upcoming-events {
    position: relative;
    margin-bottom: 70px;
}

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

.news-block-left {
    width: calc(100% - 382px);
}

.news-block-right {
    position: relative;
}

.registration-block {
    height: 200px;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 8px;
}

.registration-content {
    height: 152px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.registration-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140.7%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
    width: 266px;
    margin: 0 auto;
}

.registration-button {
    width: 100%;
    height: 48px;
    background: rgb(237, 51, 51);
    border-radius: 2px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 136.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.registration-button:focus {
    outline: none;
}

.slider {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    height: 174px;
}

.slider__wrapper {
    display: flex;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    transition: transform 0.6s ease;
}

.slider__item {
    flex: 0 0 20%;
    max-width: 20%;
}

.slider__control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider__control:hover, .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.slider__control_left {
    left: 0;
}

.slider__control_right {
    right: 0;
}

.slider__control::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 39px;
    background: transparent no-repeat center center;
}

.slider__control_left::before {
    background-image: url(../images/arrow-left-2.svg);
}

.slider__control_right::before {
    background-image: url(../images/arrow-right-2.svg);
}

.logo-carousel {
    width: auto;
    object-fit: contain;
    max-height: 150px;
}

.news-block-content {
    margin-top: 21px;
    position: relative;
}

.news-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-all-news {
    display: flex;
    align-items: center;
    border: 1px solid rgb(237, 51, 51);
    box-sizing: border-box;
    border-radius: 2px;
    padding: 10px !important;
}

.button-all-news:hover {
    background: rgba(237, 51, 51, 0.1);
}

.button-all-news p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgb(237, 51, 51);
    margin-right: 20px !important;
}

.news-content-main {
    height: auto;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.news-content-main_date {
    position: absolute;
    z-index: 5;
    width: 166.25px;
    height: 68.52px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
}

.news-content-main_date p {
    width: 91.69px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 136.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}

iframe {
    width: 100%;
}

.video-content-img {
    width: 490;
    height: 375;
    display: -ms-flexbox;
}

.video-content-img img {
    object-fit: cover;
    width: 100%;
    max-height: 782px;
    vertical-align: bottom;
    border-radius: 10px;
}

.news-content-main_text {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 10px 30px;
    background: linear-gradient( 0deg, #a6a6a6 0%, #2d2c2c 0.01%, rgba(34, 34, 34, 0) 98%);
    text-shadow: 0 2px 4px #adadad;
}

.news-content-main_text h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.news-content-main_text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    text-transform: capitalize;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-block-list {
    display: flex;
    flex-wrap: wrap;
}

.news-block-info {
    width: 31%;
/*    height: 250px; */
    height: 390px;
    position: relative;
    cursor: pointer;
}

/* 
.news-block-info:nth-child(2),
.news-block-info:nth-child(5) {
    height: 388px;
} */

/* 
.news-block-info:nth-child(4),
.news-block-info:nth-child(6) {
    top: -18px;
} */

.news-info-title {
/*    height: 109px; */
    height: calc(100% - 55%);
    background: #fff;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.14);
    padding-left: 8px;
    border-radius: 10px;
}

.news-type {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
}

.news-date {
    font-family: "Martel";
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000;
    opacity: 0.33;
    width: 31.12px;
    margin-right: 16px;
}

.ellipse {
    position: absolute;
    top: 11px;
}

.news-type-div p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: rgb(237, 51, 51);
    margin-left: 16px;
    z-index: 5;
    position: relative;
}

.news-info-title h4 {
    font-family: "Montserrat";
    font-style: normal;
/*    font-weight: 600; */
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-info-title h8 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    font-size: 11px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-info-back {
    position: absolute;
/*    bottom: 0; */
    width: 100%;
    height: calc(100% - 46%);
    object-fit: cover;
    border-radius: 10px;
}

.news-info-text {
    position: absolute;
    bottom: 0;
    z-index: 5;
    background: linear-gradient( 0deg, #a6a6a6 0%, #2d2c2c 0.01%, rgba(34, 34, 34, 0) 192.77%);
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.035em;
    color: #ffffff;
    padding-left: 16px;
    padding-bottom: 5px;
}

.section-dope {
    position: relative;
    margin-top: 140px;
    min-height: 392px;
}

.dope-background {
    position: absolute;
    width: 100%;
    height: 970px;
    background: #3555d9;
    top: 200px;
    border-radius: 8px;
}

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.container-dope {
    position: relative;
    z-index: 6;
    text-align: center;
}

.dope-content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.dope-block {
    width: 30%;
    height: 273px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
}

.dope-block-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 136.2%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #474747;
    width: 221px;
}

.go-over {
    display: flex;
    align-items: center;
}

.go-over {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3555d9;
    margin-right: 20px;
}

.button-dope {
    width: 465px;
    height: 48px;
    background: #e62117;
    border-radius: 5px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 136.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.section-events {
    margin-top: 111px;
}

.events-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events-content-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.events-content-block {
    width: 100%;
    height: 91px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
}

.event-date {
    position: absolute;
    width: 43px;
    height: 40px;
    left: 12px;
    top: 0;
    background: rgba(237, 51, 51, 0.2);
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.7%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(237, 51, 51);
    padding-top: 10px;
    z-index: 20;
}

.first-block-img {
    position: relative;
    width: 180px;
    height: 91px;
}

.event-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* 
.first-block-img:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000;
    opacity: 0.34;
} */

.event-info {
    margin: 10px 23px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 76%;
}

.event-info h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    /* text-transform: capitalize; */
    color: #000000;
}

.event-location-block {
    display: flex;
}

.event-location, .event-time {
    display: flex;
    align-items: center;
}

.event-location p, .event-time p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #074286;
    opacity: 0.6;
}

.event-location img {
    margin-right: 13px;
}

.event-time img {
    margin: 0 13px 0 41px;
}

.event-info-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 136.2%;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000;
}

.about-federation {
    display: grid;
    grid-template-columns: 65% 34%;
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.federation-left-first {
    grid-column: 1;
    grid-row: 1 / 2;
}

.federation-right-block {
    grid-column: 2;
    grid-row: 1 / 5;
    margin-top: 60px;
}

.federation-left-second {
    grid-column: 1;
    grid-row: 2 / 4;
}

.federation-content-title {
    display: flex;
}

.federation-instagram {
    width: 100%;
    height: auto;
    background-image: url("../images/social/insta-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    display: flex;
}

.federation-instagram:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000;
    opacity: 0.5;
}

.federation-instagram-block {
    position: relative;
    z-index: 10;
    margin-left: 12px;
    margin-top: 17px;
}

.federation-instagram-block:first-child {
    width: 25%;
}

.federation-instagram-block:last-child {
    width: 75%;
}

.circle-back {
    width: 57px;
    height: 57px;
    border-radius: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.logo-insta {
    width: 58px;
    height: 38px;
}

.insta-name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.insta-info {
    display: flex;
}

.insta-info-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    text-transform: lowercase;
    color: #ffffff;
    opacity: 0.8;
    margin-right: 5px;
    margin-bottom: 6px;
}

.go-over-insta {
    margin-top: 10px;
}

.go-over-insta p {
    color: #fff;
}

.videos-content-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.events-video-content {
    width: 100%;
    height: 550px;
    display: flex;
    position: relative;
}

.event-video {
    width: 20%;
    position: relative;
}

.title-video {
    position: absolute;
    display: flex;
    text-align: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: 0 auto;
    width: 550px;
    height: 85px;
    transform: rotate(-90deg) translate(-100%, 0);
    transform-origin: 0 0;
    font-family: "Martel";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #fff;
    z-index: 20;
}

.play-button {
    position: absolute;
    bottom: 14px;
    right: 6px;
    z-index: 20;
    cursor: pointer;
}

.play-button-active {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
    cursor: pointer;
}

.event-video:nth-child(2):after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #b5d2ff;
    opacity: 0.5;
}

.event-video:last-child:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #002865;
    opacity: 0.5;
}

.event-video .video-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-video-active {
    width: 60%;
    position: relative;
}

.event-active-info {
    width: 100%;
    height: 62px;
    background: rgb(237, 51, 51);
    display: flex;
    color: #fff;
}

.event-active-date {
    width: 43px;
    height: 40px;
    background: rgba(237, 51, 51, 0.2);
    text-align: center;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(237, 51, 51);
    margin: 0 12px;
    padding-top: 10px;
}

.event-active-title {
    font-family: "Martel";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}

.event-video-active .video-back-active {
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: calc(100% - 59px);
    object-fit: cover;
}

.birthdays-content {
    margin-top: 80px;
}

.section-logo {
    margin-top: 56px;
    padding-bottom: 116px;
    position: relative;
}

.logo-content {
    height: 166px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    position: relative;
}

.logo-content a {
    width: 15%;
    height: 100%;
    object-fit: contain;
}

.logo-content a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.back-right {
    width: 1437px;
    height: 30vw;
    position: absolute;
    background: url(../images/back-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.7;
}

footer {
    height: 240px;
    background: rgb(237, 51, 51);
    color: #fff;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 23px;
}

.footer-content h4 {
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.footer-info {
    display: flex;
    justify-content: space-evenly;
}

/*.footer-info-block {
    width: 40%;
}*/

.footer-info-block {
    width: 50%;
}

.footer-info-div {
    display: flex;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 135.4%;
    letter-spacing: 0.09em;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-info-div img {
    margin-right: 20px;
}

.footer-info-div a {
    color: #fff;
}

#main-carousel div {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow-left {
    background: url(../images/arrow-left-2.svg) center;
    width: 24px;
    height: 41px;
    z-index: 150;
    box-shadow: -1px 0 6px 1px #ededed;
}

.arrow-right {
    background: url(../images/arrow-right-2.svg) center;
    width: 24px;
    height: 41px;
    z-index: 150;
    box-shadow: -1px 0 6px 1px #ededed;
}

.container-styled h1, .container-styled h2, .container-styled h3, .container-styled h4, .container-styled p, .container-styled span, .container-styled ul, .container-styled li, .container-styled a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.pagination h1, .pagination h2, .pagination h3, .pagination h4, .pagination p, .pagination span, .pagination ul, .pagination li, .pagination a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-left: -5%;
    width: 110%;
}

_:-ms-fullscreen, :root .iframe-container {
    left: 0;
    width: 100%;
    flex-direction: column;
}

_:-ms-fullscreen, :root .iframe-container iframe {
    transform-origin: 0 0;
    margin: 0 4%;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 870px;
    transform: scale(.8);
    height: calc(100% + 23%);
    transform-origin: 50% 0;
}

.shadowed {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    padding: 40px;
    margin-bottom: 100px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
}

.registration-content img {
    max-height: 71px;
    max-width: 100%;
    object-fit: contain;
}

.international-evnts-slider {
    margin-left: 30px;
}

.article {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
}

/* FEEDBACK FORM */

.required {
    color: red;
    font-size: 12px;
}

.indent {
    margin: 10px 0;
}

.form-info {
    text-align: right;
    font-size: 12px;
}

.feedbackForm {
    margin: 20px 0;
    padding: 10px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-wrap: wrap;
}

.feedbackForm .form-group {
    background: #ffffff;
    margin-bottom: 1px;
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.045em;
    color: #000000;
    padding: 10px;
    width: 50%;
}

.feedbackForm .form-group label {
    display: inline-block;
}

.feedbackForm .form-group .full-size {
    width: 100%;
}

.feedbackForm .form-info-bg {
    background: #f2f5f7;
    color: #474747;
    width: 110%;
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px 20px;
}

.feedbackForm .form-control {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 2px;
    line-height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'Montserrat';
}

.feedbackForm .btn {
    border: none;
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: vertical;
}

input {
    height: 40px;
}

.competitions-container .swiper-container {
    margin-top: 20px;
    position: relative;
}

.competitions-container .swiper-wrapper {
    width: calc(100% - 60px);
}

.competitions-container .slick-track {
    display: flex;
    align-items: center;
}

.competitions-container .slick-slide {
    float: none;
    margin: 0 5px;
}

.swiper-container.competitions-container {
    position: relative;
}

select::-ms-expand {
    display: none;
}

.news-block-info {
/*    width: 33.3%;
    margin-bottom: 0; */
    width: 32.5%;
    margin-bottom: 13px;
}

/*
.news-block-info:nth-child(2), .news-block-info:nth-child(5) {
    height: 270px;
}

.news-block-info:nth-child(4), .news-block-info:nth-child(6) {
    top: -12px;
    margin-bottom: 10px;
}
*/

.events-video-content {
    cursor: pointer;
}

div.k2PaginationCounter {
    margin-top: 10px;
}

.document-list {
    height: auto;
    min-height: 60px;
}

.document-list-block {
    width: 95%;
}

.document-name-block .document-list-block p {
    width: 100%;
}

.document-list .document-name {
    padding: 5px 0 5px 15px;
}

.collapsible {
    font-family: "Martel";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    background: none;
    color: red;
    cursor: pointer;
    border: none;
    border-bottom: 1px dashed;
    text-align: left;
    outline: none;
}

.collapse-content {
    font-family: "Martel";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    margin: 5px 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none;
}

.collapse-content li {
    list-style: none;
    padding: 5px;
    display: flex;
    align-items: center;
    line-height: 18px;
    border: 1px solid #f0f0f0;
    margin: -1px 0 0;
    min-height: 60px;
}

.collapse-content li:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('https://2020.kayak-canoe.ru/templates/whitesquare/images/arrow-pointing-to-right.svg');
    background-position: top right;
}

.collapse-content li:first-child {
    margin-top: 10px;
}

.collapse-content span {
    display: inline-block;
    width: 90%;
}

.document-name-block {
    flex-wrap: wrap;
}

.document-list-block {
    width: 90%;
}

.feedbackForm .recaptcha {
    width: 100%;
    transform-origin: 0;
}

.feedbackForm .form-recaptcha {
    width: 100%;
}

.feedbackForm .form-recaptcha label {
    background: #e3e3e3;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.feedbackForm .form-group.form-recaptcha .form-control {
    border: none;
    padding: 0;
}

.section-content-news {
    position: relative;
}

.event-location, .event-time {
    min-width: 40%;
}

.news-block-left .first-block-img {
    width: 140px;
}

.news-block-left .event-info {
    margin: 5px 5px 5px 10px;
}

.news-block-left .event-info h4 {
    font-size: 13px;
    line-height: 15px;
}

.form-buttons {
    display: flex;
    justify-content: space-evenly;
}

.form-buttons form, .form-buttons .button-link {
    width: 40%;
}

.form-buttons .button-dope {
    width: 94%;
}

.form-buttons a {
    width: 100%;
    display: inline-block;
}

.form-buttons a {
    margin-top: 50px;
}

.slider-birthdays .swiper-pointer-events {
    overflow: hidden;
}

.button-adams {
    background: #fff url('/templates/whitesquare/images/dope/adams.png') no-repeat center;
}

.button-doping {
    width: 465px;
    height: 48px;
    background: #fff;
    border-radius: 5px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 300%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    position: relative;
}
.button-doping1 {
    width: 465px;
    height: 48px;
    background: #fff;
    border-radius: 5px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 143%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: unset;
    color: #000;
    cursor: pointer;
    position: relative;
}
.button-doping2 {
    width: 465px;
    height: 5px;
    background: none;
    border-radius: 2px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: unset;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.form-buttons p {
    width: 100%;
    display: inline-block;
}  

.form-buttons1 {
    display: flow-root;
    justify-content: space-evenly;
}

.form-buttons1 .button-link1 {
    width: 40%;
}

.form-buttons1 .button-dope1 {
    width: 157px;
    margin: 0 10px 0 0;
}

.form-buttons1 a {
    width: 100%;
    display: inline-block;
}

.form-buttons1 a {
    margin-top: 0px;
}


.button-dope1 {
    width: 465px;
    height: 42px;
    background: #e62117;
    border-radius: 2px;
    border: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 130.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 1180px) {
 .button-dope1 {
    width: 465px;
    height: 42px;
    background: #e62117;
    border-radius: 2px;
    border: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 130.2%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    padding: 0;
}
.form-buttons1 .button-dope1 {
    width: 140px;
    margin: 0 10px 0 0;
}
}

@media only screen and (max-width: 1180px) {
 .button-doping {
    width: 465px;
    height: 48px;
    background: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 300%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    position: relative;
}
}

@media only screen and (max-width: 1230px) {
  .button-doping1 {
    width: 465px;
    height: 43px;
    background: #fff;
    border-radius: 2px;
    border: none;
    margin-top: 50px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 184%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: unset;
    color: #000;
    cursor: pointer;
    position: relative;
}
}

@media only screen and (max-width: 960px) {
.form-buttons .button-dope {
    width: 243px;
}
}

@media only screen and (max-width: 1270px) {
    .feedbackForm .form-group {
        width: 100%;
    }
    .feedbackForm .form-info-bg {
        width: 110%;
    }
    .feedbackForm .form-group .full-size {
        display: none;
    }
    .feedbackForm .form-group-btn {
        width: 50%;
    }
}

/* Strong and bold override to ensure bold text renders across content */
.content strong,
.content b,
.itemFullText strong,
.itemFullText b,
.itemIntroText strong,
.itemIntroText b,
.k2Container .itemFullText strong,
.k2Container .itemFullText b,
.k2Container .itemIntroText strong,
.k2Container .itemIntroText b,
.section-content_news strong,
.section-content_news b,
.news-block-left strong,
.news-block-left b {
    font-weight: 700 !important;
}
