@font-face {
    font-family: "HelveticaNeueBold";
    src: url("/templates/baipm/fonts/HelveticaNeue-Bold.woff") format("woff");
    src: url("/templates/baipm/fonts/HelveticaNeue-Bold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "HelveticaNeueThin";
    src: url("/templates/baipm/fonts/HelveticaNeue-Thin.woff") format("woff");
    src: url("/templates/baipm/fonts/HelveticaNeue-Thin.woff2") format("woff2");
    font-weight: 100;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

li {
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

input {
    background: #f7f7f7;
    border: 1px solid #adadad;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: none;
}

.sendme {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(13px + 5 * ((100vw - 270px) / 1650));
    line-height: 22px;
    color: #525252;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.sendme input {
    width: 25px;
    height: 25px;
    background: #f7f7f7;
    border: 1px solid #adadad;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.requared-field {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(17px + 7 * ((100vw - 270px) / 1650));
    line-height: 29px;
    color: #525252;
    margin-bottom: 70px;
}

.simplecallback {
    width: 80%;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 103px 152px;
    padding-bottom: 175px;
    color: black;
}

.simplecallback > .form-group.textareaq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}

.simplecallback > .form-group.textareaq > label {
    margin-bottom: 0;
}

.simplecallback > .form-group > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}

.simplecallback > .form-group > label > .textlabel {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: calc(17px + 11 * ((100vw - 270px) / 1650));
    line-height: 34px;
    color: #525252;
}

.input-block-level {
    width: 55% !important;
    height: 42px !important;
    margin-bottom: 0;
}

.simplecallback textarea {
    background: #f7f7f7;
    border: 1px solid #adadad;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

@media (max-width: 1300px) {
    .simplecallback {
        width: 95%;
        padding: 70px;
    }
}

@media (max-width: 700px) {
    .simplecallback > .form-group > label {
        flex-direction: column;
    }

    .simplecallback > .form-group.textareaq {
        flex-direction: column;
    }

    .input-block-level {
        width: 100% !important;
    }

    .requared-field {
        margin-bottom: 40px;
    }

    .simplecallback > .form-group > label > .textlabel {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .simplecallback {
        padding: 40px;
    }
}

.shrink {
    height: 80px !important;
}

.shrink-logo {
    height: 80px !important;
}

.shrink-title {
    font-size: 30px !important;
}

.shrink-subtitle {
    font-size: 20px !important;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-right {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-right__img {
    margin-bottom: 40px;
    width: 60%;
}

.start-wrapper {
    padding-top: 154px;
    height: 100vh;
    width: 100vw;
}

.news:hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.btn {
    font-weight: normal;
    text-align: center;
    color: #06080d;
    background: #b0d8f8;
    -webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.22);
}

.title {
    font-weight: normal;
    font-size: calc(23px + 32 * ((100vw - 270px) / 1650));
    text-transform: capitalize;
    color: #06080d;
}

.text-light {
    font-weight: 300;
    font-size: calc(15px + 11 * ((100vw - 270px) / 1650));
    line-height: 150%;
    color: #000000;
}

.text-bold-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 600;
    font-size: calc(17px + 29 * ((100vw - 270px) / 1650));
    line-height: 150%;
    color: #000000;
}

@media (max-width: 1700px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 1440px) {
    .start-wrapper {
        padding-top: 96px;
    }
}

@media (max-height: 650px) {
    .start-wrapper {
        padding-top: 110px;
    }
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.header-top {
    background: rgba(232, 232, 232, 0.76);
    height: 20px;
}

.header-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

.menu-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-mini li {
    margin-right: 40px;
}

.menu-mini li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.header-main {
    background: #3c618e;
    -webkit-box-shadow: 2px 12px 19px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 2px 12px 19px 1px rgba(0, 0, 0, 0.19);
    height: 153px;
    transition: all 0.4s ease-in-out;
}

.header-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.header-main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main__img {
    transition: all 0.4s ease-in-out;
    height: 153px;
}

.header-main__title {
    font-family: HelveticaNeueBold;
    font-style: normal;
    font-weight: bold;
    font-size: 61px;
    text-transform: uppercase;
    color: #ffffff;
    width: 157px;
    transition: all 0.4s ease-in-out;
}

.header-main__subtitle {
    font-family: HelveticaNeueThin;
    font-style: normal;
    font-weight: 200;
    font-size: 37px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.menu,
.menu-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.menu li:hover {
    background-color: #fff;
    -webkit-transition: background-color 1.5s;
    -o-transition: background-color 1.5s;
    transition: background-color 1.5s;
}

.menu li:hover a {
    color: black;
}

.menu-sidebar li:nth-child(-n + 5) {
    margin-right: 0 !important;
    margin-bottom: 40px;
}

.menu-sidebar li {
    height: auto;
}

.menu li a,
.menu-sidebar li a {
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
}

.sidebar-btn {
    display: none;
}

@media (max-width: 1700px) {
    .menu li a,
    .menu-sidebar li a {
        font-size: 19px;
    }

    .header-main__title {
        font-size: 45px;
    }

    .header-main__subtitle {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .header-main {
        height: 96px;
    }

    .menu li a {
        font-size: 18px;
    }

    .header-main__img {
        height: 87px;
        width: 67px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 10px;
    }

    .menu-mini li a {
        font-size: 12px;
    }
}

@media (max-width: 1400px) {
    .menu li {
        display: none;
    }

    .sidebar-btn {
        height: 22px;
        width: 45px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sidebar-btn__line {
        width: 44px;
        height: 1px;
        background-color: #fff;
    }

    .sidebar-btn__line:nth-child(-n + 2) {
        margin-bottom: 9px;
    }

    .sidebar-btn__line--active {
        width: 0%;
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms;
    }

    .sidebar-btn__line--close {
        width: 100%;
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
        -webkit-transition-delay: 170ms;
        -o-transition-delay: 170ms;
        transition-delay: 170ms;
    }
}

@media (max-width: 650px) {
    .header-main__title {
        font-size: 30px;
    }

    .header-main__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .header-top__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu-mini li a {
        font-size: 13px;
    }
}

@media (max-width: 300px) {
    .menu-mini li {
        margin-right: 25px;
    }
}

@media (max-height: 650px) {
    .header-main {
        height: 90px;
    }

    .header-main__img {
        height: 90px;
        width: 75px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 10px;
    }
}

.footer {
    padding-top: 50px;
    background: #3c618e;
    height: auto;
    padding-bottom: 50px;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-left {
    padding-right: 25px;
}

.footer-left__logo {
    margin-bottom: 24px;
}

.footer-left__text {
    font-size: 20px;
    margin-bottom: 138px;
}

.footer-left__contacts {
    margin-bottom: 42px;
}

.footer-left__title {
    font-weight: normal;
    font-size: 22px;
    padding-bottom: 11px;
    border-bottom: 0.7px solid #ffffff;
    width: 212px;
    margin-bottom: 20px;
}

.footer-left__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-left__item:first-child {
    margin-right: 29px;
}

.footer-center {
    padding-left: 33px;
    border-left: 1px solid #ffffff;
    height: 440px;
}

.menu-footer {
    width: 270px;
}

/*.menu-footer li:nth-child(-n + 5) {
    margin-bottom: 55px;
}*/
.menu-footer li:nth-child(-n + 6) {
    margin-bottom: 25px;
}

.menu-footer li a {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.menu-footer li a:hover {
    border-bottom: 1px solid white;
}

@media (max-width: 1300px) {
    .footer {
        padding-bottom: 50px;
        height: auto;
    }

    .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-left {
        width: 70%;
    }

    .footer-center {
        width: 30%;
    }

    .footer-right {
        margin-top: 70px;
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
    }

    .footer-right__img {
        width: 25%;
    }
}

@media (max-width: 900px) {
    .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-left {
        width: 100%;
    }

    .footer-left__text {
        margin-bottom: 70px;
    }

    .footer-left__info {
        margin-bottom: 70px;
    }

    .footer-center {
        width: 340px;
    }

    .menu-footer {
        width: 100%;
    }

    .footer-right {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media (max-width: 450px) {
    .footer-right {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 25px;
    }
}

@media (max-width: 700px) {
    .footer-center {
        width: auto;
        height: auto;
    }

    .menu-footer li a {
        font-size: 17px;
    }

    .menu-footer li:nth-child(-n + 4) {
        margin-bottom: 35px;
    }
}

.sidebar {
    padding-top: 30px;
    width: 285px;
    background-color: #3c618e;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
    z-index: 10000;
    -webkit-box-shadow: -15px 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -15px 0 10px 0 rgba(0, 0, 0, 0.2);
}

.sidebar.sidebar--close {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.sidebar__close {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.menu-sidebar {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pages-start {
    padding-top: 150px;
    padding-bottom: 135px;
}

.pages-start::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: url(/templates/baipm/images/start-about-us.png) no-repeat;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width: 100%;
    height: 887px;
    background-size: cover;
    background-position: top center;
}

.pages-start__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    height: 907px;
}

.pages-start__title {
    font-weight: normal;
    font-size: calc(25px + 36 * ((100vw - 270px) / 1650));
    color: #2f6e87;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 12px 7px rgba(106, 106, 106, 0.25);
    box-shadow: 0px 1px 12px 7px rgba(106, 106, 106, 0.25);
    text-align: center;
    padding: 35px;
}

.pages-start-for-members::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: url(/templates/baipm/images/for-members.png) no-repeat;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width: 100%;
    height: 907px;
    background-size: cover;
    background-position: top center;
}

.pages-start-news::before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: url(/templates/baipm/images/start-news.png) no-repeat;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    width: 100%;
    height: 907px;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 1600px) {
    .pages-start__wrapper {
        height: 60vh;
    }

    .pages-start::before,
    .pages-start-news::before,
    .pages-start-for-members::before {
        height: 60vh;
    }
}

@media (max-width: 1440px) {
    .pages-start {
        padding-top: 95px;
    }
}

@media (max-width: 992px) {
    .pages-start__title {
        width: 90% !important;
    }
}

@media (max-width: 850px) {
    .pages-start {
        padding-bottom: 70px;
    }
}

@media (max-width: 730px) {
    .pages-start__wrapper {
        height: 40vh;
    }

    .pages-start__title {
        width: 60%;
        padding: 5%;
    }

    .pages-start::before {
        height: 40vh;
        background-size: cover;
    }

    .pages-start-news::before {
        height: 40vh;
        background-size: 200%;
        background-position: top right;
    }

    .pages-start-for-members::before {
        height: 40vh;
        background-size: cover;
    }
}

@media (max-width: 500px) {
    .pages-start__wrapper {
        height: 30vh;
    }

    .pages-start::before,
    .pages-start-news::before,
    .pages-start-for-members::before {
        height: 30vh;
    }
}

@media (max-height: 650px) {
    .pages-start {
        padding-top: 110px;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3c618e;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
}

.preloader.done {
    opacity: 0;
    visibility: hidden;
}

.loader {
    height: 1.5px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.28);
}

.loader-block {
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-animation: preloader 1s 1;
    animation: preloader 1s 1;
}

@-webkit-keyframes preloader {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes preloader {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border: none;
    text-indent: 100%;
    background: url(https://img.icons8.com/color/48/000000/double-up--v2.png)
        no-repeat center center;
}

#toTopHover {
    background: url(https://img.icons8.com/color/48/000000/double-up--v2.png)
        no-repeat center center;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

.start-main {
    background: url(/templates/baipm/images/start-main.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.start-main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.start-main__title {
    font-size: calc(20px + 30 * ((100vw - 270px) / 1650));
    text-shadow: 2px 4px 6px rgba(142, 142, 142, 0.27);
    margin-bottom: 130px;
    text-transform: uppercase;
    position: relative;
    width: 45%;
}

.start-main__title:before {
    content: "";
    position: absolute;
    width: 313px;
    border-top: 1px solid #fff;
    top: -33px;
    left: 0;
}

.start-main__btn {
    background-color: #e2edf6;
    color: #06080d;
    -webkit-box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 8px 4px rgba(0, 0, 0, 0.25);
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: calc(15px + 20 * ((100vw - 270px) / 1650));
    text-transform: capitalize;
    font-weight: 500;
}

.start-main__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 640px) {
    .start-main__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 65%;
        margin: auto;
    }

    .start-main__title {
        width: 100%;
        text-align: center;
    }

    .start-main__title::before {
        width: 70%;
        left: 15%;
    }
}

@media (max-width: 500px) {
    .start-main__wrapper {
        width: 95%;
    }
}

@media (max-height: 650px) {
    .start-main__title {
        margin-bottom: 5%;
    }
}

.about-aimp {
    padding-top: 126px;
    padding-bottom: calc(90px + 89 * ((100vw - 270px) / 1650));
}

.about-aimp__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-aimp__img {
    width: calc(75px + 105 * ((100vw - 270px) / 1650));
    margin-bottom: 48px;
}

.about-aimp__title {
    margin-bottom: 94px;
}

.about-aimp__text {
    color: #06080d;
    font-weight: 300;
    font-size: calc(13px + 5 * ((100vw - 270px) / 1650));
    line-height: 150%;
    text-align: center;
    width: 63%;
    margin-bottom: 94px;
}

.about-aimp__btn {
    font-size: calc(13px + 20 * ((100vw - 270px) / 1650));
    padding: 26px 71px;
    text-transform: capitalize;
}

.about-aimp__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 800px) {
    .about-aimp__text {
        width: 90%;
    }
}

@media (max-width: 650px) {
    .about-aimp {
        padding-top: 70px;
    }

    .about-aimp__title {
        margin-bottom: 50px;
    }
}

@media (max-width: 340px) {
    .about-aimp__btn {
        padding: 20px 40px;
    }
}

/*.our-news {
    padding-bottom: 127px;
}*/

.our-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin: auto;
}
.our-news__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1400px) and (max-width: 2560px) {
    .our-news__slider {
        width: 1063px;
    }
}

.our-news__slider-item {
    overflow: hidden;
}

.our-news__img {
    width: calc(75px + 105 * ((100vw - 270px) / 1650));
    margin-bottom: calc(50px + 60 * ((100vw - 270px) / 1650));
}

.our-news__title {
    margin-bottom: calc(50px + 60 * ((100vw - 270px) / 1650));
}

.our-news__box_group-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(320px + 398 * ((100vw - 30px) / 1650));
}

.our-news__box_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-news__box_group-2 {
    width: 55%;
}

.our-news__box_group-3 {
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-news__group {
    padding: calc(15px + 30 * ((100vw - 270px) / 1650));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40%;
}

.our-news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.our-news__date {
    color: #242424;
    font-weight: 300;
    font-size: calc(10px + 15 * ((100vw - 270px) / 1650));
}

.our-news__arrow--small {
    width: 30%;
}

.our-news__news-1 {
    background: #004463;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
}

.our-news__news-1_text {
    font-weight: bold;
    font-size: calc(15px + 19 * ((100vw - 270px) / 1650));
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 950px) {
    .our-news__news-2 {
        margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
    }
    .our-news__box_group-1 {
        margin-bottom: 0px;
    }
 }

.our-news__news-2 {
    width: 50%;
    display: block;
    background: #e2edf6;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
}

.our-news__news-2_text {
    font-weight: 500;
    font-size: calc(13px + 11 * ((100vw - 270px) / 1650));
    line-height: 145%;
    color: #242424;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.our-news__news-2_img {
    height: 50%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news__margin {
    margin-top: 50px;
}

.our-news__news-big-img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-news__news-group {
    display: flex;
    flex-direction: column;
}

.our-news__news {
    display: block;
    width: 47%;
    background-color: rgb(226, 237, 246);
}

.our-news__news-link {
    margin-bottom: 20px;
    border-bottom: 1px solid transparent;
}

.our-news__news-link:hover {
    border-bottom: 1px solid -webkit-link;
    width: fit-content;
}

@media (max-width: 950px) {
    .our-news__news-big-img {
        height: 25vh;
    }
}

.our-news__news-3 {
    display: block;
    margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
}

.our-news__news-3_img {
    width: 100%;
}

.our-news__news-4 {
    padding: 68px 53px;
    height: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #62a4fb;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
}

.our-news__news-4_title {
    font-weight: bold;
    font-size: calc(15px + 19 * ((100vw - 270px) / 1650));
    line-height: 145%;
    color: #fff;
}

.our-news__news-5 {
    height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10%;
    margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
    background: #f5f5f5;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
}

.our-news__news-5_img {
    height: 100%;
}

.our-news__news-6 {
    height: 35rem;
    display: block;
    background: #c2c6e5;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
}

.our-news__news-6_text {
    font-weight: 500;
    font-size: calc(13px + 11 * ((100vw - 270px) / 1650));
    line-height: 145%;
    color: #242424;
    position: relative;
}

.our-news__news-6_img {
    height: 50%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-news__news-7 {
    padding: 50px 47px;
    height: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #4e4f8e;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
}

.our-news__news-7_title {
    font-weight: bold;
    font-size: calc(15px + 19 * ((100vw - 270px) / 1650));
    line-height: 145%;
    color: #fff;
}

.our-news__news-8 {
    display: block;
    background: #f5f5f5;
    -webkit-box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    box-shadow: 2px 5px 12px 1px rgba(160, 167, 169, 0.3);
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: calc(30px + 76 * ((100vw - 270px) / 1650));
    padding-right: calc(30px + 76 * ((100vw - 270px) / 1650));
    padding-bottom: calc(20px + 23 * ((100vw - 270px) / 1650));
}

.our-news__news-8_img {
    margin-bottom: 90px;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-dots li {
    width: calc(25px + 19 * ((100vw - 270px) / 1650));
    height: calc(25px + 19 * ((100vw - 270px) / 1650));
    border: 1px solid black;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: calc(10px + 15 * ((100vw - 270px) / 1650));
}

.slick-dots li button {
    font-weight: normal;
    font-size: calc(18px + 18 * ((100vw - 270px) / 1650));
}

.slick-dots li:first-child {
    margin-right: calc(10px + 15 * ((100vw - 270px) / 1650));
}

.slick-dots li.slick-active {
    background-color: black;
}

.slick-dots li.slick-active button {
    color: white;
}

.slick-list {
    margin-bottom: calc(50px + 53 * ((100vw - 270px) / 1650));
}

@media (max-width: 1400px) {
    .our-news__wrapper {
        width: 90%;
    }

    .our-news__news-4,
    .our-news__news-7 {
        padding: calc(20px + 25 * ((100vw - 270px) / 1650));
    }
}

@media (max-width: 950px) {
    .our-news__wrapper {
        width: 500px;
    }

    .our-news__arrow {
        width: 20%;
    }

    .our-news__box_group-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

    .our-news__box_holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .our-news__box_group-2 {
        width: 100%;
        margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .our-news__box_group-3 {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .our-news__news-1,
    .our-news__news-4 {
        margin-bottom: calc(30px + 60 * ((100vw - 270px) / 1650));
    }

    .our-news__news-1,
    .our-news__news-2,
    .our-news__news-3,
    .our-news__news-4,
    .our-news__news-5,
    .our-news__news-6,
    .our-news__news-7,
    .our-news__news-8 {
        width: 99.5%;
    }

    .our-news__news-2,
    .our-news__news-4,
    .our-news__news-6 {
        height: 25rem;
    }

    .our-news__news-1,
    .our-news__news-4,
    .our-news__news-5,
    .our-news__news-7 {
        height: 15rem;
    }
}

@media (max-width: 600px) {
    .our-news__wrapper {
        width: 90%;
    }
}

.how-find {
    padding-bottom: 179px;
}

.how-find__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.how-find__img {
    width: calc(75px + 105 * ((100vw - 270px) / 1650));
    margin-bottom: 84px;
}

.how-find__map {
    width: 100%;
    height: 683px;
    position: relative;
}

.how-find__title {
    margin-bottom: 104px;
}

.how-find__info {
    position: absolute;
    background: #ffffff;
    height: 100%;
    top: 0;
    right: 120px;
    padding: 41px 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.how-find__info_title {
    font-weight: bold;
    font-size: calc(15px + 16 * ((100vw - 270px) / 1650));
    color: #000000;
}

.how-find__info_text {
    font-weight: normal;
    font-size: calc(11px + 9 * ((100vw - 270px) / 1650));
    line-height: 6vh;
    color: #000000;
}

.how-find__info_link {
    font-weight: 500;
    font-size: calc(11px + 9 * ((100vw - 270px) / 1650));
    color: #000000;
}

.scrolloff {
    pointer-events: none;
}

@media (max-width: 1400px) {
    .how-find__map {
        height: 50vh;
    }
}

@media (max-width: 1000px) {
    .how-find__info {
        right: 0;
        padding: 14px 24px;
        border: 1px solid #3c618e;
    }
}

@media (max-width: 650px) {
    .how-find__title {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .how-find__map {
        height: auto;
    }

    .how-find__map-iframe {
        height: 30vh;
    }

    .how-find__info {
        position: static;
    }

    .how-find__info_text {
        line-height: 4vh;
    }
}

.about-content {
    padding-bottom: 100px;
}

.about-content__wrapper {
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-content__text-1 {
    margin-bottom: 135px;
    width: 42vw;
}

.about-content__text-2 {
    margin-bottom: 135px;
    width: 68vw;
}

.about-content__text-3 {
    margin-bottom: 150px;
    width: 41vw;
}

.mission {
    width: 95%;
    position: relative;
    padding-top: calc(-150px + 632 * ((100vw - 270px) / 1650));
}

.mission::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 500px;
    width: 80%;
    background: rgba(0, 122, 255, 0.24);
    border-radius: 20px;
    z-index: -1;
}

.mission__wrapper {
    border-radius: 20px;
    background: #004463;
    padding: 61px 155px 108px 63px;
    color: #fff;
}

.mission__title {
    padding-top: 40px;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 900;
    font-size: calc(20px + 35 * ((100vw - 270px) / 1650));
    margin-bottom: 73px;
    position: relative;
}

.mission__title:before {
    content: "";
    position: absolute;
    width: 241px;
    border-top: 6px solid #bb668f;
    top: 0;
    left: 0;
}

.mission__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mission__group-1 {
    width: 60%;
}

.mission__group-2 {
    margin-bottom: 100px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mission__item {
    margin-bottom: 79px;
    position: relative;
    padding-left: 63px;
}

.mission__item:last-child {
    margin-bottom: 0;
}

.mission__item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
}

.mission__text {
    width: 20.3vw;
    font-weight: 300;
    font-size: 22px;
    font-size: calc(13px + 9 * ((100vw - 270px) / 1650));
    line-height: 146.4%;
}

.mission__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 51%;
}

@media (max-width: 1100px) {
    .about-content__text-1,
    .about-content__text-3 {
        width: 60vw;
    }

    .about-content__text-3 {
        margin-bottom: 100px;
    }

    .mission {
        overflow: hidden;
        padding-top: 27%;
    }

    .mission__wrapper {
        padding: 50px;
        color: #fff;
    }

    .mission__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mission__item {
        margin-bottom: 50px;
        padding-left: 45px;
    }

    .mission__group-1 {
        margin-bottom: 50px;
        width: 100%;
    }

    .mission__group-2 {
        margin-bottom: 0;
        width: 100%;
    }

    .mission__title {
        margin-bottom: 50px;
    }

    .mission__text {
        width: 100%;
    }

    .mission__img {
        width: 38%;
    }
}

@media (max-width: 850px) {
    .about-content__text-1 {
        width: 60vw;
        margin-bottom: 50px;
    }

    .about-content__text-2 {
        margin-bottom: 50px;
        width: 80vw;
    }

    .about-content__text-3 {
        width: 60vw;
    }
}

@media (max-width: 650px) {
    .mission {
        border-radius: 20px;
        padding-top: 0;
        background: #004463;
        overflow: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mission__img {
        position: static;
        border-radius: 20px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .mission::before {
        top: -66px;
        right: -35px;
        width: 80%;
    }
}

@media (max-width: 550px) {
    .about-content__text-1,
    .about-content__text-2,
    .about-content__text-3 {
        width: 100%;
    }

    .mission__wrapper {
        padding: 50px 30px;
    }
}

@media (max-width: 400px) {
    .mission__wrapper {
        padding: 25px 20px;
    }

    .mission__title {
        text-align: center;
    }

    .mission__item {
        padding-left: 30px;
    }

    .mission__item::before {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 350px) {
    .mission__title:before {
        width: 100%;
        border-top: 4px solid #bb668f;
    }
}

.activity-content__wrapper {
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity-content__text-1 {
    font-weight: 600;
    font-size: calc(15px + 11 * ((100vw - 270px) / 1650));
    line-height: 150%;
    color: #000000;
    width: 41vw;
    margin-bottom: 282px;
}

.activity-content__section {
    position: relative;
    margin-bottom: 133px;
}

.activity-content__block {
    background: rgba(0, 122, 255, 0.24);
    border-radius: 20px;
    width: 60%;
    height: 50%;
    z-index: -1;
    position: absolute;
    top: -191px;
    left: 26%;
}

.activity-content__group {
    background: #004463;
    border-radius: 20px;
    padding: 77px 88px 204px 102px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity-content__group-title {
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 900;
    font-size: calc(17px + 31 * ((100vw - 270px) / 1650));
    line-height: 150%;
    margin-bottom: 76px;
    position: relative;
    padding-top: 21px;
    color: #fff;
}

.activity-content__group-title:before {
    content: "";
    position: absolute;
    width: 241px;
    border-top: 6px solid #bb668f;
    top: 0;
    left: 0;
}

.activity-content__group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity-content__group-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 92px;
    width: 23.5vw;
}

.activity-content__group-item:last-child {
    margin-bottom: 0;
}

.activity-content__group-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
}

.activity-content__group-text {
    font-weight: 300;
    font-size: calc(13px + 9 * ((100vw - 270px) / 1650));
    line-height: 146.4%;
    color: #fff;
}

.activity-content__group-text--second {
    width: 90%;
}

.activity-content__text-2 {
    margin-bottom: 180px;
    width: 70vw;
}

.activity-content__text-3 {
    width: 41vw;
    margin-bottom: 130px;
}

.activity-content__text-4 {
    width: 70vw;
    margin-bottom: 281px;
}

.activity-content__text-5 {
    font-style: normal;
    font-weight: normal;
    font-size: calc(15px + 16 * ((100vw - 270px) / 1650));
    line-height: 150%;
    color: #000000;
    width: 69vw;
    margin-bottom: 90px;
}

.activity-content__text-6 {
    width: 42vw;
    margin-bottom: 100px;
}

@media (max-width: 1100px) {
    .activity-content__text-1,
    .activity-content__text-3,
    .activity-content__text-5 {
        width: 70vw;
    }

    .activity-content__text-2,
    .activity-content__text-4 {
        width: 80vw;
    }

    .activity-content__text-6 {
        width: 55vw;
    }

    .activity-content__text-2,
    .activity-content__text-3 {
        margin-bottom: 80px;
    }

    .activity-content__section {
        margin-bottom: 80px;
    }

    .activity-content__group {
        padding: 80px;
    }

    .activity-content__group-item {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .activity-content__text-1 {
        margin-bottom: 150px;
    }

    .activity-content__text-4 {
        margin-bottom: 110px;
    }

    .activity-content__block {
        right: 0;
        left: auto;
        top: -10%;
        height: 70%;
        width: 60vw;
    }

    .activity-content__group {
        width: 90%;
        padding: 50px 35px;
    }

    .activity-content__group-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 750px) {
    .activity-content__text-1,
    .activity-content__text-2,
    .activity-content__text-3,
    .activity-content__text-4,
    .activity-content__text-5,
    .activity-content__text-6 {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .activity-content__group-title {
        margin-bottom: 50px;
    }

    .activity-content__group-title:before {
        width: 100%;
    }

    .activity-content__group-item {
        width: 100%;
        margin-bottom: 50px;
        padding-left: 30px;
    }
}

@media (max-width: 400px) {
    .activity-content__group {
        padding: 45px 25px;
    }

    .activity-content__group-item::before {
        width: 10px;
        height: 10px;
    }
}

.membership-content {
    padding-bottom: 150px;
}

.membership-content__wrapper {
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.membership-content__text {
    width: 70%;
    margin-bottom: 100px;
}

@media (max-width: 850px) {
    .membership-content__text {
        width: 80vw;
    }
}

@media (max-width: 550px) {
    .membership-content__text {
        width: 100%;
    }
}

.partners-content {
    padding-bottom: 100px;
}

.partners-content__wrapper {
    width: 85%;
    margin: auto;
    color: #fff;
}

.partners-content__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (457px);
    grid-template-rows: repeat(6, 457px);
    grid-column-gap: 70px;
    grid-row-gap: 129px;
}

.partners-content__item {
    background: #4e4f8e;
    border-radius: 15px;
    padding: 41px 43px;
}

.partners-content__title {
    height: 30%;
}

.partners-content__title--stada,
.partners-content__main--stada {
    height: auto !important;
}

.partners-content__name {
    font-weight: bold;
    font-size: calc(16px + 16 * ((100vw - 270px) / 1650));
    margin-bottom: 5px;
}

.partners-content__description {
    font-weight: normal;
    font-size: calc(11px + 7 * ((100vw - 270px) / 1650));
}

.partners-content__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    height: 70%;
}

.partners-content__info {
    font-weight: normal;
    font-size: calc(10px + 4 * ((100vw - 270px) / 1650));
    line-height: 35px;
}

.partners-content__logo {
    height: 82px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 1500px) {
    .partners-content__list {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        -ms-grid-rows: (600px);
        grid-template-rows: repeat(6, 600px);
    }

    .partners-content__title {
        height: auto;
    }

    .partners-content__main {
        height: 75%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main_height {
        height: auto !important;
    }
    .partners-content__logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (max-width: 1000px) {
    .partners-content__wrapper {
        width: 90%;
    }

    .partners-content__item {
        padding: 30px;
    }
}

@media (max-width: 860px) {
    .partners-content__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (auto);
        grid-template-rows: repeat(12, auto);
        grid-row-gap: 40px;
    }

    .partners-content__title {
        height: auto;
        margin-bottom: 30px;
    }

    .partners-content__main {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .partners-content__info {
        line-height: 25px;
    }

    .partners-content__logo {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (max-width: 620px) {
    .partners-content__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .partners-content__info {
        margin-bottom: 40px;
    }

    .partners-content__logo {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (max-width: 370px) {
    .partners-content__item {
        padding: 30px 20px;
    }
}

.for-members {
    padding-bottom: 274px;
}

.for-members__wrapper {
    width: 76%;
    margin: auto;
}

.for-members__title {
    font-weight: normal;
    font-size: calc(20px + 41 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #3c618e;
    margin-bottom: 56px;
}

.for-members__text {
    font-weight: normal;
    font-size: calc(12px + 8 * ((100vw - 270px) / 1650));
    line-height: 24px;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 107px;
}

.for-members__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.for-members__left {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.for-members__left-title {
    font-weight: normal;
    font-size: calc(20px + 41 * ((100vw - 270px) / 1650));
    color: #3c618e;
    margin-bottom: 62px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.for-members__form {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.for-members__username,
.for-members__password {
    font-weight: bold;
    font-size: calc(17px + 11 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #525252;
}

.for-members__input {
    background: #f7f7f7;
    border: 1px solid #adadad;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 11px;
    margin-bottom: 15px;
}

.for-members__remind,
.for-members__reset {
    width: 85%;
    margin: auto;
    color: black;
}

.for-members__fieldset {
    border: none;
}

.for-members__hello {
    font-weight: bold;
    font-size: calc(15px + 9 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #525252;
    margin-bottom: 25px;
}

.for-members__logged {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.for-members__input--last {
    margin-bottom: 102px;
}

.for-members__box {
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.for-members__checkbox {
    background: #f7f7f7;
    border: 1px solid #adadad;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

.for-members__remember-me {
    font-weight: bold;
    font-size: calc(15px + 9 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #525252;
}

.for-members__forget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.for-members__link {
    font-weight: normal;
    font-size: calc(15px + 9 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #3c618e;
}

.for-members__link:hover {
    border-bottom: 1px solid #3c618e;
}

.for-members__line {
    height: auto;
    width: 1px;
    background-color: #252525;
}

.for-members__btn {
    background: #e2edf6;
    -webkit-box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.25);
    padding: 15px 97px;
    width: 100%;
    font-weight: normal;
    font-size: calc(13px + 11 * ((100vw - 270px) / 1650));
    text-align: center;
    text-transform: uppercase;
    color: #06080d;
    margin-bottom: 35px;
}

.for-members__btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.custom-links-categories {
    width: 50%;
}

.for-members__card {
    padding: 63px 75px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}

.for-members__card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.for-members__card:nth-child(-n + 2) {
    margin-bottom: 138px;
}

.for-members__card-title {
    font-weight: bold;
    font-size: 49px;
    font-size: calc(20px + 29 * ((100vw - 270px) / 1650));
    color: #3c618e;
    margin-bottom: 130px;
}

.for-members__card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.for-members__card-btn {
    background: #e2edf6;
    padding: 22px 41px;
    font-weight: normal;
    font-size: calc(13px + 11 * ((100vw - 270px) / 1650));
    text-align: center;
    text-transform: uppercase;
    color: #06080d;
    -webkit-box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.25);
}

.for-members__card-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1500px) {
    .for-members__wrapper {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .for-members__left {
        width: 35%;
    }

    .for-members__form {
        width: 100%;
    }

    .custom-links-categories {
        width: 55%;
    }

    .for-members__card {
        padding: 35px;
    }

    .for-members__card:nth-child(-n + 2) {
        margin-bottom: 80px;
    }
}

@media (max-width: 900px) {
    .for-members {
        padding-bottom: 100px;
    }

    .for-members__title {
        margin-bottom: 40px;
    }

    .for-members__text {
        margin-bottom: 70px;
    }

    .for-members__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .for-members__left {
        margin-bottom: 120px;
        width: 70%;
    }

    .for-members__left-title {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .for-members__input--last {
        margin-bottom: 50px;
    }

    .custom-links-categories {
        width: 90%;
    }
}

@media (max-width: 520px) {
    .for-members__left {
        width: 95%;
    }

    .custom-links-categories {
        width: 95%;
    }
}

@media (max-width: 480px) {
    .for-members__card-title {
        margin-bottom: 60px;
        text-align: center;
    }

    .for-members__card-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .for-members__card-icon {
        margin-bottom: 50px;
    }

    .for-members__card-btn {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .for-members__btn {
        padding-right: 5%;
        padding-left: 5%;
    }
}

.photo-gallery-content {
    padding-top: calc(150px + 110 * ((100vw - 270px) / 1650));
    padding-bottom: 100px;
}

.photo-gallery-content__wrapper {
    width: 90%;
    margin: auto;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery__item {
    width: 29%;
    height: 29rem;
    padding: 30px 34px;
    background: #ffffff;
    -webkit-box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    border-radius: 15px;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery__title {
    font-size: calc(13px + 4.231 * ((100vw - 270px) / 1650));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gallery__img {
    -o-object-fit: cover;
    width: 100%;
    height: 50%;
    object-fit: cover;
    overflow: hidden;
}

.gallery__btn {
    font-size: calc(8px + 9 * ((100vw - 270px) / 1650));
    padding: 13px 25px;
    text-transform: uppercase;
}

.gallery__btn:hover {
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1150px) {
    .gallery__item {
        margin-bottom: 45px;
        width: 48%;
        height: 20rem;
    }
}

@media (max-width: 800px) {
    .photo-gallery-content__wrapper {
        width: 100%;
    }

    .gallery__item {
        margin-bottom: 25px;
        padding: 20px;
        height: 15rem;
    }
}

@media (max-width: 500px) {
    .gallery__item {
        padding: 15px;
    }
}

.documents-content {
    padding-top: calc(150px + 110 * ((100vw - 270px) / 1650));
    padding-bottom: 100px;
}

.documents-content__text {
    width: 42%;
    margin: auto;
    margin-bottom: calc(50px + 100 * ((100vw - 270px) / 1650));
}

.documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.documents__item {
    width: 48%;
    -webkit-box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: calc(10px + 40 * ((100vw - 270px) / 1650));
    padding: 22px 31px;
}*/

.documents__item {
    width: 48%;
    -webkit-box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    box-shadow: 5px 6px 19px 4px rgba(106, 106, 106, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: calc(15px + 40 * ((100vw - 270px) / 1650));
    padding:32px;
}
a.documents__btn img {
    width: 65px;
}

.documents__item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*.documents__title {
    color: black;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: calc(13px + 7 * ((100vw - 270px) / 1650));
    line-height: 27px;
}*/
.documents__title {
    color: black;
   /* text-align: center;*/
    font-style: normal;
    font-weight: 500;
    font-size: calc(18px + 7 * ((100vw - 270px) / 1650));
    line-height: 27px;
}

@media (max-width: 700px) {
    .documents-content__text {
        width: 80%;
    }

    .documents__item {
        width: 48%;
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .documents__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 400px) {
    .documents__item {
        padding: 8px;
    }
}

.links-content {
    padding-top: calc(150px + 110 * ((100vw - 270px) / 1650));
    padding-bottom: 100px;
}

.links-content__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.links-content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    padding: 80px 15px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 13px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 13px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.links-content__link:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 700px) {
    .links-content__link {
        padding: 25px;
    }
}

.element-invisible {
    display: none;
}

.article-info {
    display: none;
}

.custom-start-main {
    height: 100%;
}

.userdata {
    width: 100%;
}

.finder {
    width: 85%;
    margin-bottom: 100px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    color: black;
}

.search-result-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    display: flex;
    justify-content: space-around;
}

.search-result-list > li > a {
    color: black;
}

.search-btn {
    padding: 10px;
}

.search-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #e2edf6;
    background-color: #20365a;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.error {
    width: 85%;
    margin: auto;
    color: black;
    text-align: center;
    font-size: calc(13px + 32 * ((100vw - 270px) / 1650));
}

.contacts-content {
    padding-top: calc(150px + 110 * ((100vw - 270px) / 1650));
    padding-bottom: 100px;
}

.contacts-content__wrapper {
    width: 90%;
    margin: auto;
}

.contacts-content__title {
    font-style: normal;
    font-weight: normal;
    font-size: calc(25px + 36 * ((100vw - 270px) / 1650));
    text-align: center;
    color: #3c618e;
    margin-bottom: 69px;
}

.contacts-content__title--tal {
    text-align: start !important;
}

.contacts-content__text {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 130px;
}

.contacts-content__list {
    max-width: 65%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #2b2b2b;
    margin-bottom: 74px;
}

.contacts-content__item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-content__item:nth-child(3) {
    margin-bottom: 30px;
}

.contacts-content__item-title {
    font-size: calc(17px + 3 * ((100vw - 270px) / 1650));
    margin-right: 50px;
    width: 110px;
}

.contacts-content__item-description {
    font-size: calc(15px + 5 * ((100vw - 270px) / 1650));
}

.contacts-content__item-link {
    font-size: calc(15px + 5 * ((100vw - 270px) / 1650));
    color: #2b2b2b;
    border-bottom: 1px solid transparent;
}

.contacts-content__item-link:hover {
    border-bottom: 1px solid #2b2b2b;
}

@media (max-width: 800px) {
    .contacts-content__list {
        max-width: 80%;
    }

    .contacts-content__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts-content__item:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 350px) {
    .contacts-content__title {
        text-align: center !important;
    }
}

.contact-form {
    color: #525252;
    padding-bottom: 300px;
}

.contact-form__wrapper {
    width: 90%;
    margin: auto;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    margin: auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 19px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: calc(20px + 115 * ((100vw - 270px) / 1650));
}

.form__label {
    font-style: normal;
    font-weight: normal;
    font-size: calc(13px + 11 * ((100vw - 270px) / 1650));
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__item:not(:last-child) {
    margin-bottom: 43px;
}

.form__input,
.form__textarea {
    background: #f7f7f7;
    border: 1px solid #adadad;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
}

.form__textarea {
    padding-top: 10px;
}

.form__box {
    margin-bottom: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form__checkbox {
    width: 25px;
    height: 25px;
    background: #f7f7f7;
    border: 1px solid #adadad;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 11px;
}

.form__send {
    font-style: normal;
    font-weight: normal;
    font-size: calc(8px + 10 * ((100vw - 270px) / 1650));
    line-height: 14px;
    text-align: center;
    color: #525252;
}

.form__btn {
    max-width: 30%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 900px) {
    .form {
        width: 90%;
    }

    .form__btn {
        max-width: 45%;
    }
}

@media (max-width: 550px) {
    .form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .form__input,
    .form__textarea {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .form__btn {
        max-width: 100%;
    }
}

#JLSitemap {
    padding-top: 220px;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

#JLSitemap > h2 {
    font-weight: normal;
    font-size: calc(23px + 20 * ((100vw - 270px) / 1650));
    text-transform: capitalize;
    color: #06080d;
    margin-bottom: 15px;
}

#JLSitemap > ul > li {
    margin-bottom: 15px;
}

#JLSitemap > ul > li > a {
    color: #06080d;
    font-size: calc(13px + 5 * ((100vw - 270px) / 1650));
    line-height: 25px;
}

@media (max-width: 1440px) {
    #JLSitemap {
        padding-top: 120px;
    }
}

.partners-content__info > a {
    color: #fff;
    border-bottom: 0.5px solid transparent;
}

.partners-content__info > a:hover {
    border-bottom: 0.5px solid #fff;
}

.tibo {
    height: 100px;
    width: 100px;
    background: url("https://handball.by/wp-content/themes/splash-child/images/tibo.svg")
        no-repeat;
    background-size: contain;
    display: block;
    background-color: #fff;
    border-radius: 20px;
    transition: all 0.3s;
}

.tibo:hover {
    transform: scale(1.1);
}
.page-header {
    margin-top: 200px;
    margin-bottom: 30px;
}

.item-page {
    color: #000;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 20px;
}
.pull-right.item-image {
    margin-bottom: 30px;
    margin-top: 50px;
}
.main-text {
    text-align: left;
    line-height: 1.3;
   /*margin-top: 150px;*/
    margin-bottom: 50px;
  /*  padding: 50px;
    padding-top:0;*/
}
ul.spisok li {
    list-style: disc;
}
ul.spisok {
    padding-left: 30px;
}
p {
    color: #000;
}
footer.footer p {
    color: #fff;
}
.mission__wrapper p {
    color: #fff;
}
p.partners-content__info {
    color: #fff;
}
.pr_ul {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-rows: (600px);
    grid-template-rows: repeat(1, 600px);
}
a.itg-soft-order {
    color: #fff;
    text-decoration: revert;
}
form#test_form {
    color: #000;
}
#test_form ul {
    list-style: none;
}
.section.content .container form#test_form input[type=radio] {
    margin: 4px 10px 0;
}
form#test_form input {
    background: #f7f7f7;
    border: 1px solid #adadad;
    height: auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
div.jq_question_text_cont {
    color: #000;
}
.componentheading {
    color: #000;
}
.moduletable.joomlaquiz_container {
    margin: 30px;
}
table.jq_mresponse input {
    height: 20px;
    margin: 0;
}
div#jq_quiz_container_description {
    color: #000;
}
.jq_quiz_container_tbl_content {
    margin: 30px;
}
.jq_jq_quiz_container_header {
    color: #fff;
    background: #3c618e;
    box-shadow: inset 0px -16px 25px -8px #558bbe;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.jq_quiz_task_container a, .jq_close_popup {
    background: #3c618e !important;
    box-shadow: inset 0px -16px 25px -8px #558bbe;
    border-radius: 5px;
    border: 1px solid #0086c9;
    line-height: normal;
    text-decoration: none;
    font-size: 15px;
    color: #fff !important;
    padding: 8px 20px;
    float: left;
    margin: 8px 0 8px 4px;
}
.jq_quiz_container_title {
    float: left;
    height: 100%;
    line-height: 50px;
}
.jq_next_link i {
    margin-left: 20px;
    right: 0px;
}
.jq_back_link i {
    margin-right: 10px;
    left: 0;
}
/*.jq_mquestions td:not(#foo) > input[type='radio'] + label, .jq_mchoice td:not(#foo) > input[type='radio'] + label, .jq_mresponse td:not(#foo) > input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    display: block;
    padding: 4px 0 4px 24px;
    cursor: pointer;
    background: url(./../images/check_on.png) left 4px no-repeat;
    line-height: inherit;
}*/
table.jq_fmessage_container {
    margin-top: 30px;
}
font {
    color: #3c618e;
}
.jq_mquestions td:not(#foo) > input[type='radio'], .jq_mchoice td:not(#foo) > input[type='radio'], .jq_mresponse td:not(#foo) > input[type='checkbox'] {
    opacity: 0;
    float: none;
    width: 18px;
}

div.jq_question_inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    /* height: 300px; */
}
table.jq_mresponse input {
    height: 0;
    margin: 0;
}
.jq_mquestions td:not(#foo) > input[type='radio'] + label, .jq_mchoice td:not(#foo) > input[type='radio'] + label, .jq_mresponse td:not(#foo) > input[type='checkbox'] + label {
    line-height: 12px;
  padding: 0 10px 0 25px;
}
label.quest_pos {
    line-height: 1.3 !important;
}
.jq_inputbox {
    border: 1px solid #DDDDDD;
    height: 45px;
}
.jq_quiz_task_container i {
    display: block;
    font-size: 0;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 12px;
    height: 0;
    width: 0;
}
.jq_panel_link {
    text-decoration: none !important;
    color: #5b94ca !important;
    font-size: 20px;
}
div#jq_panel_link_container {
    font-size: 20px;
}
.jq_quize_arrow_little .rez-ic {
  border-color: transparent transparent transparent #3c618e;
    border-width: 8px;
}
.jq_quize_arrow_little {
    border-color: transparent transparent transparent #ff9900;
    border-width: 6px;
}
.jq_panel_link i {
    position: absolute;
    top: 6px;
    left: 0;
    line-height: normal;
}
.jq_feedback_question_content_col_narrow {
    width: 5%;
    text-align: -webkit-right;
    /* text-align: justify; */
}
td.review_statistic {
    display: none;
}
.jq_feedback_question_content_header td:nth-child(4) {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    display: none;
}
td.jq_feedback_question_content_col_narrow:nth-child(4) {
    display: none;
}
div#mnwall_container_1 {
    margin-bottom: 150px;
}
p {
margin: 5px;
}
.mnwall-big .mnwall-item-inner h3.mnwall-title a, .mnwall-big .mnwall-item-inner h3.mnwall-title span {
    font-size: 18px;
    line-height: 24px;
}
.mnwall-masonry .mnwall-item-outer-cont.content-bottom .mnwall-item-inner {
    right: 0;
    left: 0;
    bottom: 0;
    height: 25%;
}