@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothapro_bla-webfont.eot");
    src: url("css/fonts/gothapro_bla-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothapro_bla-webfont.woff2") format("woff2"),
        url("css/fonts/gothapro_bla-webfont.woff") format("woff"),
        url("css/fonts/gothapro_bla-webfont.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothampromedium-webfont.eot");
    src: url("css/fonts/gothampromedium-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothampromedium-webfont.woff2") format("woff2"),
        url("css/fonts/gothampromedium-webfont.woff") format("woff"),
        url("css/fonts/gothampromedium-webfont.ttf") format("truetype"),
        url("css/fonts/gothampromedium-webfont.svg#gotham_promedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothapro_bol-webfont.eot");
    src: url("css/fonts/gothapro_bol-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothapro_bol-webfont.woff2") format("woff2"),
        url("css/fonts/gothapro_bol-webfont.woff") format("woff"),
        url("css/fonts/gothapro_bol-webfont.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothapro_bolgothapro_lig-webfont.eot");
    src: url("css/fonts/gothapro_bolgothapro_lig-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothapro_bolgothapro_lig-webfont.woff2") format("woff2"),
        url("css/fonts/gothapro_bolgothapro_lig-webfont.woff") format("woff"),
        url("css/fonts/gothapro_bolgothapro_lig-webfont.ttf") format("truetype"),
        url("css/fonts/gothapro_bolgothapro_lig-webfont.svg#gotham_prolight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothaproreg_-webfont.eot");
    src: url("css/fonts/gothaproreg_-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothaproreg_-webfont.woff2") format("woff2"),
        url("css/fonts/gothaproreg_-webfont.woff") format("woff"),
        url("css/fonts/gothaproreg_-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url("css/fonts/gothaproreg__ital-webfont.eot");
    src: url("css/fonts/gothaproreg__ital-webfont.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/gothaproreg__ital-webfont.woff2") format("woff2"),
        url("css/fonts/gothaproreg__ital-webfont.woff") format("woff"),
        url("css/fonts/gothaproreg__ital-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

:root {
    --white: #fff;
    --dark-blue: #182356;
    --green: #6fc048;
    --red: #dc1835;
    --black: #000;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Gotham Pro", "sans-serif", "arial", "helvetica";
    -webkit-font-smoothing: antialiased;
}

body * {
    box-sizing: border-box;
}

label,
input,
button,
a {
    -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select,
button {
    font-family: "Gotham Pro", "sans-serif", "arial", "helvetica";
    border: none;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
a {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1400px;
    max-width: 100%;
    margin: 0px auto;
    padding: 40px 20px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

img {
    max-width: 100%;
}

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

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea,
input:not([type="checkbox"]),
select {
    width: 100%;
    border: none;
    background: #f2f2f2;
    border-radius: 12px;
    font-size: 14px;
    color: #858585;
    padding: 10px 20px;
    margin-top: 7px;
}

label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.clear-btn {
    margin-top: -15px;
}

.clear-btn a {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dashed;
}

.grid {
    display: grid;
    height: 100%;
    vertical-align: middle;
    align-items: center;
}

.title {
    margin-bottom: 40px;
    font-size: 46px;
    margin-top: 0px;
    font-weight: 600;
}

.item_title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
}

.item_title span {
    font-size: 12px;
}

.mini-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.2;
}

.paragraf *,
.paragraf {
    font-size: 16px;
    line-height: 1.35;
}

.mini-paragraf {
    font-size: 14px;
    line-height: 1.5;
}

.base-button {
    display: inline-block;
    background: #182356;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 10px;
}

.base-button.full-width {
    width: 100%;
}

.base-button.light {
    border: 1px solid #182356;
    color: #182356;
    background-color: white;
}

.base-button:hover {
    color: #fff;
}

.base-button.light:hover {
    color: #fff;
    background-color: #182356;
}

.base-button.excel {
    background-color: #20673e;
}

.base-button img {
    margin-left: 10px;
}

.white-button {
    background: #fff;
    color: #182356;
}

@media (max-width: 1400px) {
    .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 26px;
    }

    .container {
        padding: 30px 20px;
    }
}

/* ------------------------------------------------ */
/* header */
.top_navigate {
    background-color: var(--dark-blue);
    border-radius: 20px;
    padding: 5px;
}

.header_btns a {
    font-size: 14px;
    color: white;
    line-height: 1;
}

.header_btns a::before {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

.header_btns>a:first-child::before {
    display: none;
}

.logo-wrapper {
    position: relative;
}

.logo {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 0px auto;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.logo img {
    width: 65px;
}

.header_search {
    width: 250px;
    max-width: 100%;
    background: #6b7395;
    border-radius: 18px;
    position: relative;
    display: none;
}

.header_search input {
    width: 100%;
    height: 26px;
    margin-top: 0px;
    border: none;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 18px;
}

.header_search button {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/bitrix/templates/yachting/img/hl_search_ico.svg");
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

@media (max-width: 767px) {
    header .container {
        padding: 20px;
    }

    .header_btns {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .header_search {
        display: block;
    }

    .top_navigate {
        padding: 15px 20px;
    }

    .logo {
        padding: 10px;
        width: 240px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo img {
        width: 100px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* nav_main */
.nav_main .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav_list {
    display: flex;
    margin-left: -10px;
}

.nav_list>li {
    padding-left: 10px;
    width: 100%;
}

.nav_list>li>a {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 175px;
    border-radius: 6px;
}

.nav_list>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.87deg,
            rgba(24, 35, 86, 0) 38.91%,
            #182356 99.89%);
    transition: 0.2s;
}

.nav_list>li>a:hover:before {
    opacity: 0;
}

.nav_list>.prn:hover ul {
    display: block;
    z-index: 9;
}

.nav_list>li>a span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
    background: url("img/head_cat_list_str.svg") no-repeat center bottom;
    padding-bottom: 19px;
    top: 50%;
}

.nav_list>li>a span:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -20px;
    top: 0;
}

.nav_list img {
    width: 100%;
}

.nav_list ul {
    display: none;
    position: absolute;
    width: 240px;
    max-width: 100%;
}

.nav_list ul li {
    margin-top: 5px;
    background-color: #182356;
    border-radius: 5px;
    padding: 12px 10px;
}

.nav_list li.active ul {
    display: block;
    z-index: 2;
}

.nav_list li ul a {
    font-size: 15px;
    color: white;
}

li[class="/antidoping/"] ul {
    margin-left: -108px;
}

@media screen and (max-width: 1360px) {
    .nav_list {
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_list>li {
        min-width: 150px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* notification */
.notification {
    background-color: var(--green);
    color: white;
    border-radius: 20px;
    padding: 15px 25px;
    width: 1360px;
    max-width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification.red {
    background-color: var(--red);
}

/* ---------------------------------------------------------------------------------------------------------- */
/* news_list */
.news-mp__wrapper .container {
    padding-bottom: 0px;
}

.news-mp__wrapper {
    margin-bottom: 30px;
    display: block;
}

.news-mp__img {
    border-radius: 10px;
    width: 100%;
    padding-top: 65%;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}

.news-mp__name {
    margin-bottom: 5px;
}

.news-mp__active-from {
    font-size: 12px;
    color: #a3a3a3;
    margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* sport_category */
.sport-category__wrapper {
    overflow: hidden;
    height: 375px;
    position: relative;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    padding: 20px 40px;
}

.sport-category__wrapper::before {
    content: "";
    background: linear-gradient(89.88deg,
            #182356 10.95%,
            rgba(24, 35, 86, 0) 82.92%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transform-origin: left center;
    border-radius: 6px;
    transition: 1s;
}

.sport-category__wrapper:hover::before {
    transform: scale(1.4);
}

.sport-category__wrapper .grid {
    z-index: 5;
    position: absolute;
}

.sport-category__name {
    font-size: 40px;
    color: var(--white);
    font-weight: 600;
    width: 340px;
    max-width: 100%;
    line-height: 1;
    margin-bottom: 25px;
}

@media (max-width: 787px) {
    .sport-category__wrapper::before {
        background: linear-gradient(89.88deg,
                #182356 10.95%,
                rgba(24, 35, 86, 0.3) 82.92%);
    }

    .sport-category__name {
        font-size: 26px;
    }

    .sport-category__wrapper {
        height: 250px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* active-event */
.active-event__wrapper {
    display: block;
    padding: 10px 25px;
    border-radius: 40px;
    background-color: var(--dark-blue);
    color: var(--white);
    margin-bottom: 20px;
}

.active-event__btn {
    border-radius: 40px;
    background-color: var(--white);
    color: var(--black);
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.active-event__btn span {
    top: -8px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.active-event__arrow {
    top: -8px;
    position: relative;
}

@media (max-width: 787px) {
    .active-event__wrapper {
        padding: 15px;
    }

    .active-event__wrapper * {
        text-align: center;
    }

    .active-event__btn {
        margin: 15px 0px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* partner-slider */
.partner-slider__wrapper,
.partner-slider,
.partner-slide {
    position: relative;
}

.partner-slider {
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-slide {
    margin: 0px 10px;
    height: 200px !important;
    display: flex;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    transition: 0.2s;
}

.partner-slide img {
    max-height: 190px;
    margin: 0px auto;
    display: block;
}

.partner-slide:hover {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.4);
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* top-products */
.top-catalog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.top-catalog__item1 {
    grid-area: 1 / 1 / 2 / 2;
}

.top-catalog__item2 {
    grid-area: 1 / 2 / 2 / 3;
}

.top-catalog__item7 {
    grid-area: 1 / 3 / 2 / 5;
}

.top-catalog__item4 {
    grid-area: 2 / 1 / 3 / 2;
}

.top-catalog__item5 {
    grid-area: 2 / 2 / 3 / 3;
}

.top-catalog__item6 {
    grid-area: 2 / 3 / 3 / 4;
}

.top-catalog__item3 {
    grid-area: 2 / 4 / 3 / 5;
}

.product-item {
    display: block;
    background: #ffffff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.2s;
}

.product-item__image {
    display: block;
    height: 200px;
    width: auto;
    margin: 0px auto;
}

.product-item__content {
    padding: 10px;
}

.product-item__content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.product-item__content p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
}

.product-item__content .base-button {
    width: 100%;
}

.top-catalog__info a {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .top-catalog {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .top-catalog__item7 {
        grid-area: 1 / 1 / 2 / 3;
    }

    .top-catalog__item2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .top-catalog__item3 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .top-catalog__item4 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .top-catalog__item5 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .top-catalog__item6 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .top-catalog__item1 {
        grid-area: 4 / 2 / 5 / 3;
    }
}

@media (max-width: 787px) {
    .top-catalog {
        display: block;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(7, 1fr);
    }

    .top-catalog__item7 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .top-catalog__item2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .top-catalog__item3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .top-catalog__item4 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .top-catalog__item5 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .top-catalog__item6 {
        grid-area: 6 / 1 / 7 / 2;
    }

    .top-catalog__item1 {
        grid-area: 7 / 1 / 8 / 2;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* search-organization */
.search-organization {
    padding: 15px 0px;
    background: #eff0f3;
}

.search-organization__blue-wrapper {
    background-color: var(--dark-blue);
    padding: 20px 30px;
    border-radius: 10px;
}

.search-organization__blue-wrapper * {
    color: var(--white);
}

.search-organization__blue-wrapper li {
    margin: 30px 0px;
}

.search-organization__blue-wrapper a {
    display: block;
}

.search-organization__blue-wrapper .item_title {
    margin-bottom: 5px;
    font-weight: 600;
}

.search-organization__form-wrapper input {
    width: 100%;
    height: 35px;
    background: #e6e6e6;
    border-radius: 18px;
    font-size: 12px;
    color: #4a4a4a;
    border: none;
    padding: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .search-organization__blue-wrapper {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* gallery-preview */
.gallery-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.gallery-preview__item1 {
    grid-area: 1 / 2 / 2 / 3;
}

.gallery-preview__item2 {
    grid-area: 1 / 3 / 2 / 4;
}

.gallery-preview__item3 {
    grid-area: 2 / 2 / 3 / 3;
}

.gallery-preview__item6 {
    grid-area: 3 / 2 / 4 / 3;
}

.gallery-preview__item7 {
    grid-area: 2 / 3 / 4 / 4;
}

.gallery-preview__item4 {
    grid-area: 1 / 1 / 3 / 2;
}

.gallery-preview__item5 {
    grid-area: 3 / 1 / 4 / 2;
}

.gallery-preview__image {
    min-height: 300px;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .gallery-preview__image {
        min-height: 150px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* footer */
footer {
    background: #eff0f3;
}

.footer__title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #393939;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 10px;
}

.footer__title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #182356;
    top: 0;
}

.footer__link {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #393939;
    margin-top: 20px;
}

.underline {
    background-color: #fff;
    color: #a3a3a3;
}

.underline .container {
    padding: 20px;
    font-size: 14px;
}

.underline .paragraf {
    font-size: 12px;
}

@media (max-width: 767px) {
    footer * {
        text-align: center;
    }

    .footer__title {
        margin-top: 20px;
    }

    .footer__title::before {
        left: calc(50% - 20px);
        top: 10px;
    }

    footer .row>div:first-child .footer__title {
        margin-top: 0px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* news-grid */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.news-grid__item1 {
    grid-area: 1 / 1 / 2 / 3;
}

.news-grid__item2 {
    grid-area: 1 / 3 / 3 / 4;
}

.news-grid__item3 {
    grid-area: 2 / 1 / 3 / 3;
}

.news-grid__item4 {
    grid-area: 3 / 2 / 4 / 4;
}

.news-grid__item5 {
    grid-area: 3 / 1 / 5 / 2;
}

.news-grid__item6 {
    grid-area: 4 / 2 / 5 / 4;
}

.news-grid__item {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px;
}

.news-grid__data {
    margin-top: -10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

.news-grid__image {
    padding-top: 65%;
    min-height: 225px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .news-grid {
        display: block;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 1fr);
    }

    .news-grid__item1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .news-grid__item2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .news-grid__item3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .news-grid__item4 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .news-grid__item5 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .news-grid__item6 {
        grid-area: 6 / 1 / 7 / 2;
    }

    .news-grid__item7 {
        grid-area: 7 / 1 / 8 / 2;
    }

    .news-grid__item {
        margin-bottom: 15px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* news-detail */
.news-detail blockquote {
    margin: 0px;
    padding: 0px;
}

.news-detail__image {
    width: 600px;
    max-width: 100%;
    border-radius: 10px;
    padding-bottom: 20px;
}

.news-detail img {
    height: auto;
}

@media (min-width: 767px) {
    .news-detail .title {
        font-size: 30px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* contact_page */
.contacts .bx-yandex-map {
    width: 100% !important;
    height: 100% !important;
    min-height: 350px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contacts__item a {
    font-size: 22px;
}

.contacts iframe {
    width: 100%;
    height: calc(100vh - 100px);
}

/* ---------------------------------------------------------------------------------------------------------- */
/* contact_page */
.partners-desc {
    margin-top: 40px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* schools_map */
.schools-map__search {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    justify-content: space-between;
}

.schools-map__search input {
    display: block;
    width: 100%;
    background: #eff0f3;
    border-radius: 18px;
    font-size: 12px;
    padding: 15px 20px;
    border: none;
}

.schools-map__checklist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 27px;
}

.schools-map__checklist label input {
    display: none;
}

.schools-map__checklist label {
    margin: 0px 15px 15px 15px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
}

.schools-map__checklist label span:before,
.schools-map__checklist label span:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #283261;
    border-radius: 5px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    transition: 0.3s;
}

.schools-map__checklist label span:after {
    border: none;
    opacity: 0;
    background: url("img/check_ico.svg") no-repeat 4px -4px;
}

.schools-map__checklist label input[type="checkbox"]:checked+span:before {
    background: #283261;
}

.schools-map__checklist label input[type="checkbox"]:checked+span:after {
    opacity: 1;
}

.schools-map__contact {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    height: 450px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
}

.scholl-star {
    display: flex;
}

.scholl-star img {
    display: block;
}

.scholl-star>li {
    min-width: 22px;
}

.scholl-star>li+li {
    margin-left: 8px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* table */
.table-vfps {
    max-width: 100%;
    overflow-y: auto;
}

.table-vfps table {
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-width: 100%;
}

.table-vfps thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table-vfps thead th {
    min-width: 85px;
    font-size: 14px;
    padding: 10px 10px;
    border-right: 1px solid white;
    font-weight: 400;
    line-height: 1.1;
    background-color: rgba(0, 0, 0, 0.05);
}

.table-vfps tbody td {
    font-size: 14px;
    line-height: 1.25;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.table-vfps tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-vfps .base-button {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
}

.table-vfps .del-button svg {
    width: 20px;
    height: 20px;
}

.table-vfps__form form {
    border: 1px solid #182356 !important;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}

.table-vfps__form form label {
    margin-bottom: 10px;
}

.table-vfps__form form button {
    height: 36px;
    margin-top: 7px !important;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* pagination */
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background-color: #182356 !important;
}

.pagination-arrows {
    margin-top: 25px;
    text-align: center;
}

.pagination-arrows>* {
    min-width: 40px;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    background: #fff;
    border: 1px solid #dadada;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 14px;
}

.pagination-arrows a:hover,
.pagination-arrows b {
    cursor: pointer;
    background-color: #182356;
    color: white;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* voting */
.voting__filter {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.votiong__list .active {
    background-color: #c2cdff !important;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* president */
.president {
    margin-top: 55px;
}

.president .mini-title {
    margin-bottom: 0px;
}

.president .paragraf {
    margin-top: 10px;
}

.president_foto {
    border-radius: 50%;
    margin-bottom: 7px;
}

.president_post {
    font-size: 16px;
    font-weight: bold;
    color: #7b7b7b;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* team person */
.team__tabs {
    padding-top: 10px;
    margin-bottom: 45px;
}

.team__tabs>* {
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 25px;
    font-size: 16px;
}

.team__tabs>.active,
.team__tabs>*:hover {
    background-color: #182356;
    color: white;
}

.team-person__block {
    display: none;
    flex-wrap: wrap;
    width: 900px;
    max-width: 100%;
    margin: 0px auto;
}

.team-person__block.active {
    display: flex;
}

.team-person__wrapper {
    padding: 0px 10px;
    display: flex;
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
}

.team-person__img {
    content: " ";
    display: inline-block;
    position: relative;
}

.team-person__img>div {
    background-color: rgba(0, 0, 0, 0.3);
    height: 85px;
    width: 85px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    top: 15px;
}

.team-person__content {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 105px);
}

.team-person__content h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.team-person__content .paragraf {
    margin-top: -5px;
    font-size: 14px;
}

.team-person__pos {
    color: #7b7b7b;
    margin-top: -10px;
    font-size: 14px;
    line-height: 1.25;
}

.team-person__contact a {
    font-size: 14px;
    text-decoration: none;
    color: black;
}

@media (max-width: 960px) {
    .team__tabs>* {
        display: block;
    }

    .team-person__wrapper {
        flex: 0 0 100%;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* antidoping */
ul.antidoping-list li {
    list-style-type: none;
    margin-bottom: 2em;
}

ul.antidoping-list li:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 1em;
    background: #d9d9d9;
}

ul.antidoping-list li a {
    display: block;
    text-decoration: none;
    color: #474747;
    margin-bottom: 1em;
    padding-left: 25px;
    background: url(/images/icon_document.png) left center no-repeat;
}

ul.antidoping-list li a:hover {
    text-decoration: underline;
}

@media (max-width: 760px) {
    .antidoping-list {
        padding-left: 0px;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* docs-list */
.docs-list__item {
    margin-bottom: 15px;
}

.docs-list__bg-item {
    padding: 17px 70px 17px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.65s ease;
    position: relative;
}

.docs-list__bg-item>img {
    position: absolute;
    height: 26px;
    width: 26px;
    top: calc(50% - 13px);
    right: 25px;
    transform: rotate(180deg);
    transition: 0.65s ease;
}

.active>.docs-list__bg-item>img {
    transform: rotate(0deg);
}

.docs-list__title {
    background: #182356;
    color: white;
}

.docs-sublist__title {
    background: #f2f3f8;
    color: #352f44;
}

.docs-item {
    padding: 10px 40px 15px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.docs-sublist,
.docs-sublist__item .docs-sublist__wrapper {
    display: none;
}

.docs-list__item.active>.docs-sublist,
.docs-sublist__item.active .docs-sublist__wrapper {
    display: block;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* catalog */
.product-item-detail-tabs-container-fixed,
.product-item-detail-short-card-fixed {
    display: none !important;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* page 404 */
.page-404 {
    padding: 70px 20px 100px 20px;
    text-align: center;
    line-height: 1.5;
}

.page-404 img {
    margin-bottom: 30px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* vfps-form */
.vfps-form select,
.vfps-form input {
    width: 100% !important;
    height: 54px !important;
    margin-top: 5px !important;
    background: #f2f2f2 !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    color: #858585 !important;
    padding: 10px 30px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vfps-form input[type="checkbox"],
.vfps-form input[type="radio"] {
    width: 20px !important;
    height: 15px !important;
}

.vfps-form .item_title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media(max-width: 768px) {
    .mob-order-2 {
        order: 2;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* account-header */
.account-header {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.account-header .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.membership-number {
    font-size: 22px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* organization-header */
.organization-tbank {
    font-size: 22px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* popup forms */
.popup-form {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popup-form td b {
    display: none;
}

.popup-form.active {
    display: block;
}

.popup-form>div {
    background-color: var(--white);
    width: 650px;
    max-width: 98%;
    max-height: 98vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 10px;
    padding: 10px 20px;
}

.close-pdf,
.popup-form__close {
    height: 40px;
    cursor: pointer;
    background: url("/bitrix/templates/yachting/img/closeform.svg") no-repeat right;
    background-size: 24px;
}

.popup-form .item_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-form input {
    height: 35px;
    padding: 20px;
}

.popup-form input[type="file"] {
    padding: 5px 10px 0px 10px;
}

.popup-form .mph__wrapper {
    margin-top: 10px;
}

.popup-form textarea {
    height: 70px;
    resize: none;
}

.popup-form__dop-text *,
.popup-form__dop-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.popup-form__dop-text a {
    text-decoration: underline;
}

#pdf-form>div {
    width: 800px;
}

#pdf-form iframe {
    width: 100%;
    height: calc(100vh - 90px);
}

.recaptcha-wrapper {
    margin-bottom: 20px;
}

.popup-form .base-button {
    min-width: 140px;
    margin-bottom: 10px;
}

@media (max-width: 760px) {
    .popup-form>div {
        max-height: calc(100vh - 160px);
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* swicth password */
.switch-password .bx-authform {
    margin: 0px auto;
}

.login-label {
    margin-top: 10px;
    display: block;
    margin-bottom: -10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------------------------------------------------------------------------- */
/* certificates */
.certificates-desc {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* add-yachts */
.add-yachts {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* search */
.search-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.search-item .item_title {
    margin: 0px;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* personal tabs */
.personal__tabs {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal__tabs>* {
    display: block;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}

.personal__tabs>*.active,
.personal__tabs>*:hover {
    background-color: #182356;
    color: white;
    cursor: pointer;
}

@media (max-width: 992px) {
    .personal__tabs>* {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .personal__tabs>* {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* account menu */
.account-menu {
    position: sticky;
    top: 0;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.account-menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #182356;
    line-height: 1.2;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px 20px 40px;
}

.account-menu a.active,
.account-menu a:hover {
    border-radius: 10px;
    color: white;
    background-color: #182356;
}

.account-menu a svg {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
}

.account-menu a svg * {
    fill: #182356;
}

.account-menu a.active svg *,
.account-menu a:hover svg * {
    fill: white;
}

.account-menu__wrapper {
    position: relative;
    height: 100%;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* photographers */
.photographers__image-item input,
.photographers-item textarea {
    width: 100%;
    height: 100px;
    border: none;
    margin-top: 10px;
    background: #f2f2f2;
    border-radius: 12px;
    font-size: 12px;
    color: #858585;
    resize: none;
    padding-left: 31px;
    padding-right: 31px;
}

.photographers-item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    margin-top: 30px;
}

.photographers-item input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline;
}

.del-item {
    color: red;
    margin-left: 15px;
    text-decoration: underline;
}

.photographers__list {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.photographers__new {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.photographers__image-item input {
    height: 50px;
}

.photographers__image-item button {
    height: 30px;
    width: 125px;
    margin-top: 10px;
}

.photographers__image-wrapper {
    width: 100%;
    padding-top: 100%;
    background-color: #f2f2f2;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
}

.photographers__image-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 760px) {
    .photographers__new button {
        margin-top: 10px;
    }

    .del-item {
        margin-top: 15px;
        margin-left: 0px;
        display: block;
    }
}

/* ---------------------------------------------------------------------------------------------------------- */
/* checklist */
.checklist {
    margin-bottom: 20px;
}

.checklist__list input[type="checkbox"] {
    width: auto;
    height: auto;
}

.checklist__label {
    cursor: pointer;
    width: 100%;
    height: 50px;
    border: none;
    margin-top: 10px;
    background: #f2f2f2;
    border-radius: 12px;
    font-size: 12px;
    color: #858585;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 18px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checklist__list {
    z-index: 2;
    position: absolute;
    display: none;
    max-height: 200px;
    background-color: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
}

.checklist__list label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
    margin-bottom: 0px !important;
}

.checklist.active .checklist__list {
    display: block;
}

/* ------------------------------------- */
/* personal__wrapper */

.personal__wrapper {
    display: none;
}

.personal__wrapper.active {
    display: block;
}

.personal__wrapper {
    margin-top: 20px;
}

.personal__wrapper .block_title {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* ------------------------------------- */
/* popup-steps */
.popup-steps {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    z-index: 999;
}

.popup-steps>div {
    background: white;
    padding: 20px;
    border-radius: 10px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-steps>div h3 {
    font-size: 22px;
    margin-bottom: 0px;
}

.lk_conducting-setting img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    flex: 0 0 80px;
}

.lk_conducting-setting__name {
    display: flex;
    margin-bottom: 25px;
}

.lk_conducting-setting__name>div {
    flex: 0 0 calc(100% - 100px);
    padding-left: 30px;
}

.project-list__top {
    vertical-align: top;
}

.project-list hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.error-msg {
    background-color: red;
    border-radius: 10px;
    color: white;
    padding: 15px 25px;
    font-size: 17px;
}

/* ------------------------------------- */
.recaptcha-wrapper iframe {
    height: 76px !important;
}

.competition__btn-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.competition__btn-wrapper p {
    margin-top: 0px;
    margin-bottom: 15px !important;
    font-size: 20px;
}

@media (max-width: 760px) {
    .competition__btn-wrapper button {
        margin-bottom: 10px;
        display: block;
    }
}

/* ------------------------------------- */

.castom-pager {
    margin-top: 30px;
    text-align: center;
}

.castom-pager>.text:nth-child(2) {
    display: none;
}

.castom-pager a[name="nav_start"] {
    display: none;
}

.castom-pager b,
.castom-pager a {
    display: inline-block;
    text-decoration: none;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease,
        border-color 0.3s ease;
    background: #eff0f1;
    padding: 0 8px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.castom-pager b,
.castom-pager a:hover {
    background-color: #182356 !important;
    color: white !important;
}

@media (max-width: 760px) {
    form .right {
        text-align: center;
    }

    .btn-list {
        margin-top: 10px;
        text-align: center;
    }

    .btn-list>* {
        margin: 5px;
    }
}

/* ------------------------------------- */
.applications-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.applications-item__header {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.05);
}

.applications-item__body {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.applications-item__body li {
    margin-bottom: 5px;
}

.applications-item__body li:last-child {
    margin-bottom: 0px;
}

.applications-item__btns {
    padding: 5px 10px;
}

.applications-item__btns a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 15px;
    color: white;
    background-color: #182356;
    margin-right: 3px;
    border-radius: 5px;
}

/* ------------------------------------- */
.more-status {
    display: none;
}

.more-status.active {
    display: block;
}

.user-types {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.class-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.class-node {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
}

.user-types>.class-node:last-child {
    margin-bottom: 0px;
}

.class-head span {
    margin-left: 10px;
    cursor: pointer;
    color: red;
    font-size: 12px;
}

.class-node label {
    margin-bottom: 10px !important;
}

.props-checkbox {
    display: none;
}

.props-checkbox.active {
    display: block;
}

.org-title {
    display: flex;
}

.org-title__image {
    flex: 0 0 100px;
}

.org-title__image>div {
    margin-top: 5px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.org-title h2 {
    flex: 0 0 calc(100% - 100px);
}

/* ------------------------------------- */

/** Стили для многоуровнего ul списка в .catalog-sidebar */
.catalog-sidebar {
    margin-bottom: 25px;
}

.catalog-sidebar li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-sidebar a {
    padding: 10px 10px;
    display: block;
    border-radius: 5px;
}

.catalog-sidebar li>a:hover,
.catalog-sidebar li.active:not(.parent-active)>a {
    background-color: var(--dark-blue) !important;
    color: white !important;
}

.catalog-sidebar li a {
    color: black;
}

.catalog-sidebar>ul ul {
    display: none;
    padding-left: 25px;
}

.catalog-sidebar>ul ul>li:last-child a {
    border-bottom: none;
}

.catalog-sidebar li:has(ul)>a {
    background-image: url("/images/arrow-dark.svg");
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 25px;
}

.catalog-sidebar li:has(ul)>a:hover,
.catalog-sidebar li.active:has(ul):not(.parent-active)>a {
    background-image: url("/images/arrow-light.svg");
}

.catalog-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog-section {
    margin-bottom: 30px;
}

.catalog-list__wrapper>div {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
}

@media (min-width: 768px) {
    .catalog-list__wrapper>div {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .catalog-list__wrapper>div {
        flex: 0 0 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

.catalog-list__item-image {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.catalog-list__item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.catalog-list__item>a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-list__item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.catalog-list__item p {
    margin-top: auto;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.catalog-list__item p span {
    font-size: 14px;
    color: #808080;
    text-decoration: line-through;
    margin-left: 7px;
}

.catalog-sidebar-toggle {
    display: bloack;
    width: 100%;
    background-color: var(--dark-blue);
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.catalog-sidebar-toggle svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.catalog-sidebar-toggle.active svg {
    transform: translateY(-50%) rotate(90deg);
}

@media (min-width: 992px) {
    .catalog-sidebar-toggle {
        display: none;
    }
}

@media (max-width: 992px) {
    .catalog-sidebar {
        display: none;
    }
}

.catalog-sidebar.active {
    display: block;
}

.parent-active>a {
    background-color: white;
    border: 1px solid #ced7ff;
    color: #6079ea;
}

.product-tabs {}

.product-tabs__header {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.product-tabs__header>div {
    padding: 10px 20px;
}

.product-tabs__header>div:hover,
.product-tabs__header>div.active {
    cursor: pointer;
    background-color: var(--dark-blue);
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.product-tabs__content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.product-tabs__content p:last-child {
    margin-bottom: 0px;
}

.product-tabs__properties-item {
    width: 400px;
    max-width: 100%;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-tabs__properties-item>div {
    flex: 0 0 calc(50%);
    max-width: calc(50%);
}

.product-tabs__properties-item-title span {
    font-weight: 500;
}

.product-tabs__properties-item-value {
    text-align: right;
}

#properties {
    padding-top: 20px;
}

.product-price {
    font-size: 20px;
}

.product-price__old {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
}

.product-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 25px;
}

.add-to-cart-form button {
    background-color: var(--dark-blue);
    color: white;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.product-info__not-available {
    font-size: 20px;
    opacity: 0.25;
    padding-top: 20px;
}

.product-gallery-item {
    position: relative;
    height: 400px;
    width: 400px;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.product-gallery-item img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-tabs {
    margin-top: 25px;
}

.add2basket-success {
    background-color: var(--dark-blue);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 300px;
    max-width: 100%;
}

.product-info select {
    width: 300px;
    max-width: 100%;
}

.slick-dots li button:before {
    font-size: 16px !important;
}

.basket-icon {
    position: fixed;
    bottom: 125px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eff0f3;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.basket-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 25px;
    width: 25px;
}

.basket-icon span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--dark-blue);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}

.order-title {
    margin-bottom: 0px;
}

.order-subtitle {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 22px;
}

.order-product {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}



.order-product__image-item {
    height: 150px;
    width: 125px;
    border-radius: 10px;
    margin: auto;
    background-position: center;
    background-size: cover;
}

.order-product__name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.order-product__price {
    margin-top: 5px;
}

.order-product__count input {
    margin: 0px;
    width: 45px;
    border-radius: 0px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0px 10px 5px;
    margin-left: 7px;
    margin-right: 10px;
}

.order-product__count svg {
    display: inline-block;
    position: relative;
    top: 5px;
}

.order-total {
    padding: 10px;
    background-image: url("/images/cart-bg.jpg");
    background-position: center;
    background-size: cover;
}

.order-total__title {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.order-total__clear {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.order-total button {
    font-size: 17px;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 20px;
    background: white;
}

.order-summary__sum {
    display: flex;
    margin-top: 5px;
}

.order-summary__sum div {
    color: white;
    flex: 0 0 calc(50%);
}

.order-summary__sum div:first-child {
    font-weight: 500;
}

.order-summary__sum div:last-child {
    text-align: right;
}

.order textarea {
    resize: none;
    height: 100px;
}

.success-order {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.success-order h1 {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 30px;
}

.success-order p {
    padding-bottom: 20px;
    line-height: 1.5;
}


@media(min-width: 760px) {
    .order-product {
        display: flex;
    }

    .order-product__image {
        flex: 0 0 150px;
        max-width: 150px;
    }

    .order-product__content {
        padding-left: 25px;
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
        margin: 0px auto;
    }
}

.catalog-filter {
    margin-bottom: 25px;
}

.catalog-filter span {
    font-size: 15px;
}

.catalog-category__filter {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.catalog-category__filter label {
    margin-bottom: 5px;
    margin-top: 5px;
}

.catalog-filter button {
    background-color: #182356 !important;
    color: white;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
    margin-right: 10px;
}

.catalog-filter a {
    color: red;
    border-bottom: 1px dashed red;
    font-size: 13px;
}

.filter-sorting {
    /* width: 500px; */
    margin-top: 18px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-sorting label {
    width: 300px;
    max-width: 100%;
}

.integrations-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    gap: 10px;
}

.integrations-item__logo {
    flex: 0 0 150px;
    max-width: 150px;
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.integrations-item__content {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}

.integrations-item__content h3 {
    font-size: 18px;
    margin-top: 4px;
}

.integrations-item__content p {
    font-size: 14px;
    margin-bottom: 15px;
}

.integrations-item__content .link-btn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    background-color: #107c41;
}

.integrations-item__content a.red {
    background-color: red;
}

.input-trainer {
    position: relative;
}

.input-trainer input {
    padding-right: 50px;
}

.input-trainer .button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 41px;
    width: 41px;
    background-color: #182356;
    border-radius: 0px 10px 10px 0px;

    display: flex;
    vertical-align: middle;
    align-items: center;
    text-align: center;
}

.input-trainer .button svg {
    margin: 0px auto;
}


.competitions-list__buttons hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.competitions-list__buttons a,
.competitions-list__buttons button {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.invite-form {
    border: 1.5px solid #182356;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.invite-form p {
    color: black;
    margin-top: 0px;
    margin-bottom: 10px;
}

.invite-form label {
    display: flex;
    gap: 20px;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 0px;
}

.dop-fileItem__wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.dop-file {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dop-file .del {
    color: red;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 1px dashed red;
    cursor: pointer;
    font-size: 12px;
}

.doc-form .base-button {
    margin-top: 12px;
    width: 125px;
}

.doc-form input {
    min-height: 43px;
}