body {
    margin: auto;
    background-color: #ecf1f7;
    font-family: 'Montserrat', sans-serif;
}

#rl-header

.rl-wrap {
    position: relative;
    margin: 0 auto;
    /*min-width: 1024px;*/
}

.rl-page-base-content-wrapper {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 0 auto;
    width: 100%;
    min-height: 38vh;
    height: max-content;
}

.rl-header-container {
    background-color: #001C5C;
    /*height: 105px;*/
    min-height: 105px;
    position: relative;
    z-index: 1;
    display: flex;
}

.rl-header-wrap {
    position: relative;
    /*margin: 0 auto;*/
    margin-left: 25px;
    margin-right: 25px;
    /*min-width: 1081px;*/
    width: 1100px;
}

@media (min-width: 1050px) {
    .rl-header-wrap {
        width: 1440px;
    }
}

@media (min-width: 1275px) {
    .rl-header-wrap {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1500px) {
    .rl-header-wrap {
        margin: 0 auto;
    }
}

.rl-header-logo {
    float: left;
    margin-top: 19px;
}

.rl-header-lng-block {
    float: right;
    height: max-content;
    width: max-content;
    /*margin-top: 46px;*/
    margin-top: 35px;
    margin-left: auto;
    display: flex;
}

.rl-header-lng-text-ua, .rl-header-lng-text-ua a {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 5px;
}

@media (min-width: 1400px) {
    .rl-header-lng-text-ua, .rl-header-lng-text-ua a {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .rl-header-lng-text-ua, .rl-header-lng-text-ua a {
        font-size: 17px;
    }
}

.rl-header-lng-text-ua-active, .rl-header-lng-text-ua-active a {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 5px;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    .rl-header-lng-text-ua-active, .rl-header-lng-text-ua-active a {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .rl-header-lng-text-ua-active, .rl-header-lng-text-ua-active a {
        font-size: 17px;
    }
}

.rl-header-lng-text-en, .rl-header-lng-text-en a {
    float: right;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 5px;
}

@media (min-width: 1400px) {
    .rl-header-lng-text-en, .rl-header-lng-text-en a {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .rl-header-lng-text-en, .rl-header-lng-text-en a {
        font-size: 17px;
    }
}

.rl-header-lng-text-en-active, .rl-header-lng-text-en-active a {
    float: right;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 5px;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    .rl-header-lng-text-en-active, .rl-header-lng-text-en-active a {
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .rl-header-lng-text-en-active, .rl-header-lng-text-en-active a {
        font-size: 17px;
    }
}

.rl-header-menu-block {
    float: left;
    width: max-content;
    margin-left: 7px;
    /*margin-top: 46px;*/
    margin-top: 15px;
    display: none !important;
}

@media (min-width: 1024px) {.rl-header-menu-block {display: flex !important;}}

.rl-header-lng-flex {
    float: left;
    width: max-content;
    display: none !important;
}

@media (min-width: 1024px) {.rl-header-lng-flex {display: flex !important;}}

.rl-top-burger-button-block {
    float: left;
    width: max-content;
    height: max-content;
    display: flex;
}

@media (min-width: 1024px) {
    .rl-top-burger-button-block {
        display: none;
    }
}

.rl-header-sandwich-btn {
    float: right;
    width: 29px;
    height: 22px;
    margin-top: 43px;
    margin-left: 30px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}

.rl-burger-btn-icon {
    float: left;
    width: 29px;
    height: 22px;
}

.rl-header-menu-item {
    float: left;
    width: max-content;
    /*margin-left: 63px;*/
    margin-left: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .rl-header-menu-item {
        margin-left: 3px;
    }
}

@media (min-width: 1240px) {
    .rl-header-menu-item {
        margin-left: 13px;
    }
}

@media (min-width: 1340px) {
    .rl-header-menu-item {
        margin-left: 23px;
    }
}

@media (min-width: 1440px) {
    .rl-header-menu-item {
        margin-left: 43px;
    }
}

.rl-top-search-button-block {
    float: left;
    width: max-content;
    height: max-content;
    margin-right: 20px;
    display: block;
}

@media (min-width: 1200px) {
    .rl-top-search-button-block {
        margin-right: 40px;
    }
}

.rl-top-search-button-block-none {
    float: left;
    width: max-content;
    height: max-content;
    margin-right: 20px;
    display: none;
}

@media (min-width: 1200px) {
    .rl-top-search-button-block-none {
        margin-right: 40px;
    }
}

.rl-search-btn {
    width: 123px;
    height: 38px;
    border: solid 2px #fff;
    background: none;
    display: flex;
}

.rl-search-btn:hover {
    background-color: #3d5489;
}

.rl-search-btn-icon {
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 7px;
    margin-left: 7px;
}

.rl-search-btn-text {
    float: left;
    width: max-content;
    margin-left: 10px;
    margin-top: 7px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
}

.rl-page-content-wrapper {
    display: block;
    width: 100%;
    height: max-content;
    min-height: 38vh;
    /*min-width: 1440px;*/
}

#footer

.rl-footer-container {
    background-color: #181F3D;
    /*height: 400px;*/
    min-height: 400px;
    position: relative;
    padding-top: 60px !important;
    margin:0 auto;
}

.rl-footer-wrap {
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    /*width: 1440px;*/
    max-width: 1440px;
}

@media (min-width: 1300px) {
    .rl-footer-wrap {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1540px) {
    .rl-footer-wrap {
        margin: 0 auto;
    }
}

.rl-footer-flex {
    display: flex;
    /*width: 100%;*/
    height: max-content;
}

.rl-footer-flex-block-1 {
    float: left;
    width: 24%;
    height: max-content;
    margin-top: 20px;
}

@media (min-width: 950px) {
    .rl-footer-flex-block-1 {
        width: 189px;
    }
}

.rl-footer-flex-b1-logo {
    /*width: 100%;*/
    height: max-content;
    margin-right: 5px;
}

.rl-footer-flex-b1-addr {
    /*width: 100%;*/
    min-height: 30px;
    height: max-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (min-width: 600px) {.rl-footer-flex-b1-addr {font-size: 13px;}}
@media (min-width: 700px) {.rl-footer-flex-b1-addr {font-size: 14px;}}
@media (min-width: 900px) {.rl-footer-flex-b1-addr {font-size: 16px;}}

.rl-footer-flex-b1-email {
    /*width: 100%;*/
    min-height: 30px;
    height: max-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (min-width: 600px) {.rl-footer-flex-b1-email {font-size: 13px;}}
@media (min-width: 700px) {.rl-footer-flex-b1-email {font-size: 14px;}}
@media (min-width: 900px) {.rl-footer-flex-b1-email {font-size: 16px;}}

.rl-footer-flex-b1-licence {
    /*width: 100%;*/
    min-height: 20px;
    height: max-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

@media (min-width: 600px) {.rl-footer-flex-b1-licence {font-size: 13px;}}
@media (min-width: 700px) {.rl-footer-flex-b1-licence {font-size: 14px;}}
@media (min-width: 900px) {.rl-footer-flex-b1-licence {font-size: 16px;}}

.rl-footer-flex-block-2 {
    float: left;
    width: 24%;
    height: max-content;
    margin-top: 20px;
    /*margin-left: 63px;*/
    margin-left: 20px;
}

@media (min-width: 950px) {.rl-footer-flex-block-2 {width: 230px; margin-left: 20px;}}
@media (min-width: 1200px) {.rl-footer-flex-block-2 {margin-left: 163px;}}

.rl-footer-flex-block-3 {
    float: left;
    width: max-content;
    height: max-content;
    margin-top: 20px;
    margin-left: 20px;
}

@media (min-width: 700px) {
    .rl-footer-flex-block-3 {
        width: 24%;
        margin-left: 20px;
    }
}

@media (min-width: 950px) {
    .rl-footer-flex-block-3 {
        width: 230px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .rl-footer-flex-block-3 {
        margin-left: 100px;
    }
}

.rl-footer-flex-b2-caption {
    /*width: 100%;*/
    min-height: 20px;
    height: max-content;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto';*/
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

@media (min-width: 600px) {
    .rl-footer-flex-b2-caption {
        font-size: 13px;
    }
}

@media (min-width: 700px) {
    .rl-footer-flex-b2-caption {
        font-size: 14px;
    }
}

@media (min-width: 900px) {
    .rl-footer-flex-b2-caption {
        font-size: 16px;
    }
}

.rl-footer-flex-b2-mitem {
    /*width: 100%;*/
    min-height: 48px;
    height: max-content;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto';*/
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-decoration: none;
}

@media (min-width: 600px) {.rl-footer-flex-b2-mitem {font-size: 13px;}}
@media (min-width: 700px) {.rl-footer-flex-b2-mitem {font-size: 14px;}}
@media (min-width: 900px) {.rl-footer-flex-b2-mitem {font-size: 16px;}}

.rl-footer-flex-b3-mitem {
    width: 100%;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

@media (min-width: 600px) {.rl-footer-flex-b3-mitem {font-size: 13px;}}

@media (min-width: 700px) {.rl-footer-flex-b3-mitem {font-size: 14px;}}

@media (min-width: 900px) {.rl-footer-flex-b3-mitem {font-size: 16px;}}

.rl-footer-flex-block-4 {
    float: right;
    width: 24%;
    height: max-content;
    margin-top: 20px;
    margin-left: auto;
}

@media (min-width: 950px) {.rl-footer-flex-block-4 {width: 380px;}}

.rl-footer-flex-b4-form {
    /*width: 100%;*/
    height: max-content;
    margin-bottom: 30px;
}

.rl-footer-subs-wrap {
    width: max-content;
    height: max-content;
    padding-top: 14px;
    margin-bottom: 30px;
}

.rl-footer-subs-input {
    width: 10vw;
    height: 36px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #9F9D9D;
    border: 0;
}

@media (min-width: 600px) {.rl-footer-subs-input {font-size: 13px;}}

@media (min-width: 700px) {.rl-footer-subs-input {font-size: 14px;}}

@media (min-width: 900px) {.rl-footer-subs-input {font-size: 16px;}}

@media (min-width: 580px) {
    .rl-footer-subs-input {
        width: 15vw;
    }
}

@media (min-width: 720px) {
    .rl-footer-subs-input {
        width: 17vw;
    }
}

@media (min-width: 950px) {
    .rl-footer-subs-input {
        width: 100%;
    }
}

.rl-footer-subs-input:active {
    width: 17vw;
    height: 36px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

@media (min-width: 950px) {
    .rl-footer-subs-input:active {
        width: 100%;
    }
}

.rl-footer-subs-btn {
    max-width: 146px;
    height: 42px;
    border: 2px solid #FFFFFF;
    background: #181F3D;
    display: flex;
}

@media (min-width: 650px) {
    .rl-footer-subs-btn {
        width: 146px;
    }
}

.rl-footer-subs-btn:hover {
    height: 42px;
    border: 2px solid #FFFFFF;
    background: #18263d;
    display: flex;
}

.rl-footer-subs-btn-text {
    float: left;
    width: max-content;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 600px) {.rl-footer-subs-btn-text {font-size: 11px;}}
@media (min-width: 700px) {.rl-footer-subs-btn-text {font-size: 12px;}}

.rl-main-pc-carusel-1 {
    /*background: url('../images/rl-main-pc-carusel.png') no-repeat;*/
    background-color: #001C5C;
    /*height: 783px;*/
    height: 106px;
}

@media (min-width: 300px) {
    .rl-main-pc-carusel-1 { height: 126px; }
}
@media (min-width: 350px) {
    .rl-main-pc-carusel-1 { height: 146px; }
}
@media (min-width: 400px) {
    .rl-main-pc-carusel-1 { height: 166px; }
}
@media (min-width: 450px) {
    .rl-main-pc-carusel-1 { height: 186px; }
}
@media (min-width: 500px) {
    .rl-main-pc-carusel-1 { height: 206px; }
}
@media (min-width: 550px) {
    .rl-main-pc-carusel-1 { height: 226px; }
}
@media (min-width: 600px) {
    .rl-main-pc-carusel-1 { height: 246px; }
}
@media (min-width: 650px) {
    .rl-main-pc-carusel-1 { height: 266px; }
}
@media (min-width: 700px) {
    .rl-main-pc-carusel-1 { height: 286px; }
}
@media (min-width: 750px) {
    .rl-main-pc-carusel-1 { height: 306px; }
}
@media (min-width: 800px) {
    .rl-main-pc-carusel-1 { height: 327px; }
}
@media (min-width: 850px) {
    .rl-main-pc-carusel-1 { height: 347px; }
}
@media (min-width: 900px) {
    .rl-main-pc-carusel-1 { height: 368px; }
}
@media (min-width: 950px) {
    .rl-main-pc-carusel-1 { height: 388px; }
}
@media (min-width: 1000px) {
    .rl-main-pc-carusel-1 { height: 408px; }
}
@media (min-width: 1024px) {
    .rl-main-pc-carusel-1 { height: 420px; }
}
@media (min-width: 1100px) {
    .rl-main-pc-carusel-1 { height: 450px; }
}
@media (min-width: 1200px) {
    .rl-main-pc-carusel-1 { height: 490px; }
}
@media (min-width: 1280px) {
    .rl-main-pc-carusel-1 { height: 523px; }
}
@media (min-width: 1300px) {
    .rl-main-pc-carusel-1 { height: 530px; }
}
@media (min-width: 1400px) {
    .rl-main-pc-carusel-1 { height: 573px; }
}
@media (min-width: 1500px) {
    .rl-main-pc-carusel-1 { height: 600px; }
}
@media (min-width: 1600px) {
    .rl-main-pc-carusel-1 { height: 655px; }
}
@media (min-width: 1700px) {
    .rl-main-pc-carusel-1 { height: 700px; }
}
@media (min-width: 1800px) {
    .rl-main-pc-carusel-1 { height: 750px; }
}
@media (min-width: 1900px) {
    .rl-main-pc-carusel-1 { height: 783px; }
}

.rl-main-gray-bg {
    /*background-color: #f5f5f5;*/
    background-color: #ecf1f7;
    height: 890px;
    width: 100%;
}

.rl-main-gray-bg-img {
    position: absolute;
    background: url('../images/rl-main-gray-bg-img.png') no-repeat;
    height: 890px;
    margin-left: 30px;
    /*margin-top: -40px;*/
}

.rl-main-insite-grid-flex {
    display: flex;
    height: max-content;
    width: max-content;
    margin-left: 241px;
    margin-top: 145px;
}

.rl-main-insite-grid-b1 {
    float: left;
    width: 466px;
    min-height: 600px;
    background-color: #fff;
    display: none;
}

@media (min-width: 850px) {.rl-main-insite-grid-b1 {display: block;}}

.rl-main-insite-grid-b1-img {
    width: 438px;
    height: 564px;
    margin: auto;
    background: url('../images/111.png') no-repeat;
}

.rl-main-insite-grid-b1-gif {
    width: 438px;
    height: 564px;
    margin: auto;
    background: url('../images/logo_video.gif') no-repeat;
    background-size: 438px 564px;
}

.rl-main-insite-grid-b1-video {
    width: 438px;
    height: 564px;
    margin: auto;
    background: #fff;
}

.rl-main-insite-grid-b2 {
    float: left;
    width: 324px;
    min-height: 600px;
    background-color: #fff;
}

@media (min-width: 1170px) {
    .rl-main-insite-grid-b2 {
        width: 648px;
    }
}

@media (min-width: 1510px) {
    .rl-main-insite-grid-b2 {
        width: 972px;
    }
}

.rl-main-insite-grid-block {
    min-height: 600px;
    /*width: 972px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(324px, 1fr));
    grid-gap: 0;/*1rem;*/
}

.rl-main-insite-grid-item-blue {
    /*width: 324px;*/
    /*height: 300px;*/
    background-color: #001C5C;
    cursor: pointer;
    padding: 35px 37px 35px 34px;
}

.rl-main-insite-grid-w-item1 {
    /*width: 324px;*/
    /*height: 300px;*/
    background:  url('../images/rl-insite-grid-white-i1.png') no-repeat;
    cursor: pointer;
    padding: 35px 37px 35px 34px;
}

.rl-main-insite-grid-w-item2 {
    /*width: 324px;*/
    /*height: 300px;*/
    background:  url('../images/rl-insite-grid-white-i2.png') no-repeat;
    cursor: pointer;
    padding: 35px 37px 35px 34px;
}

.rl-main-insite-1-img {
    width: 126px;
    height: 109px;
    background: url('../images/rl-insite-img-1.png') no-repeat;
    margin: auto;
}

.rl-main-insite-3-img {
    width: 113px;
    height: 110px;
    background: url('../images/rl-insite-img-3.png') no-repeat;
    margin: auto;
}

.rl-main-insite-5-img {
    width: 109px;
    height: 110px;
    background: url('../images/rl-insite-img-5.png') no-repeat;
    margin: auto;
}

.rl-main-insite-cap-flex {
    width: 100%;
    height: 24px;
    margin-top: 21px;
    display: flex;
}

.rl-main-insite-cap {
    float: left;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #272727;
}

.rl-main-insite-content {
    height: max-content;
    max-height: 72px;
    margin-top: 24px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 600;*/
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.rl-main-insite-cap-white-flex {
    width: 100%;
    height: 24px;
    margin-top: 60px;
    display: flex;
}

.rl-main-insite-cap-blue {
    float: left;
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #0D216D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.rl-main-insite-content-blue {
    height: max-content;
    max-height: 118px;
    margin-top: 24px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
}

.rl-main-insite-btn-block {
    /*width: 972px;*/
    width: max-content;
    height: 52px;
    padding-top: 50px;
    margin: auto;
}

.rl-main-goto-insites-btn {
    height: 52px;
    width: 250px;
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
    background-color: #0D216D;
    display: flex;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.rl-main-goto-insites-btn:hover {
    background-color: #3d5489;
}

.rl-main-goto-insites-btn-cap {
    width: max-content;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.rl-main-about-lab-block {
    /*width: 100%;*/
    height: max-content;
    background-color: #001C5C;
    padding-bottom: 64px;
}

.rl-main-about-lab-blue-block {
    position: relative;
    width: 50px;
    height: 284px;
    top: -59px;
    margin-left: 1031px;
    border: 0;
    background-color: #2B86FF;
}

.rl-main-about-lab-btn-content {
    position: relative;
    /*width: 1440px;*/
    max-width: 1440px;
    height: max-content;
    margin-top: 64px;
    display: flex;
    text-decoration: none;
    margin-left: 30px;
    margin-right: 30px;
}

@media (min-width: 1300px) {
    .rl-main-about-lab-btn-content {
        margin-left: 50px;
        margin-right: 50px;
        display: flex !important;
    }
}

@media (min-width: 1540px) {
    .rl-main-about-lab-btn-content {
        margin: 0 auto;
        margin-top: 64px;
        display: flex !important;
    }
}

.rl-main-about-lab-content {
    position: relative;
    /*width: 1440px;*/
    max-width: 1440px;
    height: max-content;
    margin-top: 64px;
    display: none !important;
    text-decoration: none;
    margin-left: 30px;
    margin-right: 30px;
}

@media (min-width: 850px) {.rl-main-about-lab-content {display: flex !important;}}

@media (min-width: 1300px) {
    .rl-main-about-lab-content {
        margin-left: 50px;
        margin-right: 50px;
        display: flex !important;
    }
}

@media (min-width: 1540px) {
    .rl-main-about-lab-content {
        margin: 0 auto;
        margin-top: 64px;
        display: flex !important;
    }
}

.rl-main-lab-low {
    max-width: 1440px;
    height: max-content;
    margin-top: 64px;
    text-decoration: none;
    margin-left: 30px;
    margin-right: 30px;
    display: flex !important;;
}

@media (min-width: 850px) {.rl-main-lab-low {display: none !important;}}

.rl-main-about-lab-block-1 {
    float: left;
    /*width: max-content;*/
    height: max-content;
}

@media (min-width: 1000px) {.rl-main-about-lab-block-1 {width: 991px;}}

.rl-main-about-lab-block-2 {
    float: right;
    width: 419px;
    height: max-content;
    margin-left: auto;
}

.rl-mail-about-lab-cap {
    max-width: 563px;
    height: max-content;
    min-height: 50px;
    /*max-height: 100px;*/
    margin-top: 100px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
}

.rl-mail-about-lab-descr-text {
    /*width: 100%;*/
    height: max-content;
    /*max-height: 430px;*/
    overflow: hidden;
    margin-top: 53px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.rl-main-about-lab-btn-block {
    width: max-content;
    height: 52px;
    /*padding-top: 64px;*/
    margin: auto;
}

.rl-main-about-lab-btn {
    height: 52px;
    width: 250px;
    background-color: #FFF;
    display: flex;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.rl-main-about-lab-btn:hover {
    background-color: #4d6e89;
}

.rl-main-about-lab-btn-cap {
    width: max-content;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0D216D;
    text-decoration: none;
}

.rl-about-lab-photo-block {
    width: 369px;
    height: 325px;
    /*margin-top: 162px;*/
    /*margin-top: 70px;*/
    background: url('../images/rl-about-lab-photo-bg.png') no-repeat;
    background-position: right;
    margin: 70px auto;
}
@media (min-width: 850px) {.rl-main-lab-low {margin: 70px 0 0 0;}}

.rl-about-lab-photo-circle {
    width: 313px;
    height: 313px;
    border-radius: 50%;
    background-color: #FFF;
}

.rl-about-lab-photo-circle-icon {
    float: left;
    position: relative;
    width: 313px;
    height: 313px;
    border: 0;
    cursor: pointer;
}

.rl-about-lab-user-name {
    /*width: 100%;*/
    height: max-content;
    margin-top: 27px;
    margin-bottom: 31px;
    margin-right: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}

.rl-about-lab-user-rang {
    width: 284px;
    height: max-content;
    margin: 0 auto;
    padding-right: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.rl-main-partners-bg {
    background-color: #ecf1f7;
    height: max-content;
    width: 100%;
}

.rl-main-partners-content {
    /*width: 1440px;*/
    max-width: 1440px;
    height: max-content;
    margin: 0 auto;
    padding-bottom: 64px;
}

.rl-main-partners-flex {
    width: 100%;
    height: max-content;
    display: flex;
}

.rl-main-partners-btn-block {
    width: max-content;
    height: 52px;
    padding-top: 64px;
    margin: auto;
    text-decoration: none;
}

.rl-main-partners-btn {
    height: 52px;
    width: 250px;
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
    background-color: #0D216D;
    display: flex;
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

.rl-main-partners-btn:hover {
    background-color: #3d5489;
}

.rl-main-partners-btn-cap {
    width: max-content;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

.rl-main-partners-flex-block {
    float: left;
    width: max-content;
    height: max-content;
    margin-right: 125px;
    margin-top: 64px;
    display: flex;
}

.rl-main-partners-flex-block-img {
    float: left;
    width: 120px;
    height: 120px;
    border: 0;
    cursor: pointer;
}

.rl-main-partners-flex-block-text {
    float: left;
    width: 247px;
    height: max-content;
    max-height: 72px;
    overflow: hidden;
    padding-left: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    margin: auto;
}

#intro-slider .pagination{
    position: absolute;
    left: calc(50% - 55px);
    bottom: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 3;
}

#intro-slider .pagination li{
    float: left;
    margin-right: 10px;
}

#intro-slider .pagination a{
    background: url(../images/bg-paging02.png) no-repeat;
    width: 13px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

#intro-slider .pagination .active a{
    background: url(../images/bg-paging-a.png) no-repeat;
}

/* MAIN BANNERS */
.carusel-caption-block {
    width: max-content;
    height: max-content;
    position: absolute;
    left: 45%;
    top: 0px;
}

@media (min-width: 250px) {
    .carusel-caption-block {
        top: 0px;
        left: 45%;
    }
}

@media (min-width: 330px) {
    .carusel-caption-block {
        top: 0px;
        left: 50%;
    }
}

@media (min-width: 350px) {
    .carusel-caption-block {
        top: 0px;
        left: 50%;
    }
}

@media (min-width: 450px) {
    .carusel-caption-block {
        top: 0px;
        left: 50%;
    }
}

@media (min-width: 500px) {
    .carusel-caption-block {
        top: 0px;
        left: 50%;
    }
}

@media (min-width: 600px) {
    .carusel-caption-block {
        top: 20px;
        left: 50%;
    }
}

@media (min-width: 700px) {
    .carusel-caption-block {
        top: 60px;
        left: 50%;
    }
}

@media (min-width: 800px) {
    .carusel-caption-block {
        top: 100px;
        left: 50%;
    }
}

@media (min-width: 900px) {
    .carusel-caption-block {
        top: 130px;
        left: 55%;
    }
}

@media (min-width: 1000px) {
    .carusel-caption-block {
        top: 160px;
        left: 55%;
    }
}

@media (min-width: 1100px) {
    .carusel-caption-block {
        top: 170px;
        left: 55%;
    }
}

@media (min-width: 1200px) {
    .carusel-caption-block {
        top: 180px;
        left: 55%;
    }
}

@media (min-width: 1300px) {
    .carusel-caption-block {
        top: 200px;
        left: 55%;
    }
}

@media (min-width: 1400px) {
    .carusel-caption-block {
        top: 240px;
        left: 55%;
    }
}

@media (min-width: 1500px) {
    .carusel-caption-block {
        top: 280px;
        left: 55%;
    }
}

@media (min-width: 1550px) {
    .carusel-caption-block {
        top: 290px;
        left: 55%;
    }
}

@media (min-width: 1600px) {
    .carusel-caption-block {
        top: 310px;
        left: 55%;
    }
}

@media (min-width: 1750px) {
    .carusel-caption-block {
        top: 330px;
        left: 55%;
    }
}

@media (min-width: 1800px) {
    .carusel-caption-block {
        top: 370px;
        left: 55%;
    }
}

@media (min-width: 1900px) {
    .carusel-caption-block {
        top: 400px;
        left: 55%;
    }
}

.carusel-caption-text {
    width: 73px;
    height: max-content;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 7px;
    line-height: 15px;
    color: #fff;
}

@media (min-width: 175px) {
    .carusel-caption-text {
        font-size: 8px;
        width: 87px;
        line-height: 16px;
    }
}

@media (min-width: 200px) {
    .carusel-caption-text {
        font-size: 10px;
        width: 100px;
        line-height: 20px;
    }
}

@media (min-width: 250px) {
    .carusel-caption-text {
        font-size: 12px;
        width: 120px;
        line-height: 22px;
    }
}

@media (min-width: 330px) {
    .carusel-caption-text {
        font-size: 14px;
        width: 140px;
        line-height: 24px;
    }
}

@media (min-width: 350px) {
    .carusel-caption-text {
        font-size: 14px;
        width: 140px;
        line-height: 26px;
    }
}

@media (min-width: 400px) {
    .carusel-caption-text {
        font-size: 16px;
        width: 172px;
        line-height: 28px;
    }
}

@media (min-width: 450px) {
    .carusel-caption-text {
        font-size: 17px;
        width: 195px;
        line-height: 30px;
    }
}

@media (min-width: 500px) {
    .carusel-caption-text {
        font-size: 19px;
        width: 217px;
        line-height: 32px;
    }
}

@media (min-width: 600px) {
    .carusel-caption-text {
        font-size: 20px;
        width: 220px;
        line-height: 35px;
    }
}

@media (min-width: 700px) {
    .carusel-caption-text {
        font-size: 22px;
        width: 262px;
        line-height: 37px;
    }
}

@media (min-width: 800px) {
    .carusel-caption-text {
        font-size: 24px;
        width: 307px;
        line-height: 39px;
    }
}

@media (min-width: 900px) {
    .carusel-caption-text {
        font-size: 26px;
        width: 352px;
        line-height: 41px;
    }
}

@media (min-width: 1000px) {
    .carusel-caption-text {
        font-size: 28px;
        width: 397px;
        line-height: 42px;
    }
}

@media (min-width: 1100px) {
    .carusel-caption-text {
        font-size: 29px;
        width: 443px;
        line-height: 43px;
    }
}

@media (min-width: 1200px) {
    .carusel-caption-text {
        font-size: 30px;
        width: 487px;
        line-height: 44px;
    }
}

@media (min-width: 1300px) {
    .carusel-caption-text {
        font-size: 30px;
        width: 532px;
        line-height: 45px;
    }
}

@media (min-width: 1440px) {
    .carusel-caption-text {
        width: 682px;
        font-size: 38px;
        line-height: 46px;
    }
}

/* EXPLORATION */

.rl-expl-carusel-caption-block {
    width: max-content;
    height: max-content;
    position: absolute;
    left: 45%;
    top: 230px;
}

@media (min-width: 250px) {
    .rl-expl-carusel-caption-block {
        top: 234px;
        left: 45%;
    }
}

@media (min-width: 330px) {
    .rl-expl-carusel-caption-block {
        top: 235px;
        left: 50%;
    }
}

@media (min-width: 350px) {
    .rl-expl-carusel-caption-block {
        top: 230px;
        left: 50%;
    }
}

@media (min-width: 450px) {
    .rl-expl-carusel-caption-block {
        top: 220px;
        left: 55%;
    }
}

@media (min-width: 700px) {
    .rl-expl-carusel-caption-block {
        top: 220px;
        left: 55%;
    }
}

@media (min-width: 800px) {
    .rl-expl-carusel-caption-block {
        top: 230px;
        left: 55%;
    }
}

@media (min-width: 900px) {
    .rl-expl-carusel-caption-block {
        top: 240px;
        left: 55%;
    }
}

@media (min-width: 1000px) {
    .rl-expl-carusel-caption-block {
        top: 250px;
        left: 55%;
    }
}

@media (min-width: 1100px) {
    .rl-expl-carusel-caption-block {
        top: 255px;
        left: 55%;
    }
}

@media (min-width: 1200px) {
    .rl-expl-carusel-caption-block {
        top: 260px;
        left: 55%;
    }
}

@media (min-width: 1300px) {
    .rl-expl-carusel-caption-block {
        top: 265px;
        left: 55%;
    }
}

@media (min-width: 1400px) {
    .rl-expl-carusel-caption-block {
        top: 270px;
        left: 55%;
    }
}

@media (min-width: 1500px) {
    .rl-expl-carusel-caption-block {
        top: 280px;
        left: 55%;
    }
}

@media (min-width: 1550px) {
    .rl-expl-carusel-caption-block {
        top: 290px;
        left: 55%;
    }
}

@media (min-width: 1600px) {
    .rl-expl-carusel-caption-block {
        top: 310px;
        left: 55%;
    }
}

@media (min-width: 1750px) {
    .rl-expl-carusel-caption-block {
        top: 330px;
        left: 55%;
    }
}

@media (min-width: 1800px) {
    .rl-expl-carusel-caption-block {
        top: 370px;
        left: 55%;
    }
}

@media (min-width: 1900px) {
    .rl-expl-carusel-caption-block {
        top: 400px;
        left: 55%;
    }
}

.rl-expl-carusel-caption-text {
    width: 73px;
    height: max-content;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 7px;
    line-height: 15px;
    color: #fff;
    margin-top: 130px;
}

@media (min-width: 175px) {
    .rl-expl-carusel-caption-text {
        font-size: 8px;
        width: 87px;
        line-height: 16px;
        margin-top: 130px;
    }
}

@media (min-width: 200px) {
    .rl-expl-carusel-caption-text {
        font-size: 10px;
        width: 100px;
        line-height: 20px;
        margin-top: 130px;
    }
}

@media (min-width: 250px) {
    .rl-expl-carusel-caption-text {
        font-size: 12px;
        width: 120px;
        line-height: 22px;
        margin-top: 130px;
    }
}

@media (min-width: 310px) {
    .rl-expl-carusel-caption-text {
        font-size: 14px;
        width: 140px;
        line-height: 24px;
        margin-top: 130px;
    }
}

@media (min-width: 330px) {
    .rl-expl-carusel-caption-text {
        font-size: 14px;
        width: 140px;
        line-height: 24px;
        margin-top: 70px;
    }
}

@media (min-width: 350px) {
    .rl-expl-carusel-caption-text {
        font-size: 14px;
        width: 140px;
        line-height: 26px;
        margin-top: 70px;
    }
}

@media (min-width: 400px) {
    .rl-expl-carusel-caption-text {
        font-size: 15px;
        width: 185px;
        line-height: 23px;
        margin-top: 50px;
    }
}

@media (min-width: 455px) {
    .rl-expl-carusel-caption-text {
        font-size: 15px;
        width: 185px;
        line-height: 26px;
        margin-top: 25px;
    }
}

@media (min-width: 460px) {
    .rl-expl-carusel-caption-text {
        font-size: 16px;
        width: 200px;
        line-height: 28px;
        margin-top: 23px;
    }
}

@media (min-width: 515px) {
    .rl-expl-carusel-caption-text {
        font-size: 16px;
        width: 200px;
        line-height: 28px;
        margin-top: 3px;
    }
}

@media (min-width: 530px) {
    .rl-expl-carusel-caption-text {
        font-size: 17px;
        width: 235px;
        line-height: 31px;
        margin-top: 20px;
    }
}

@media (min-width: 600px) {
    .rl-expl-carusel-caption-text {
        font-size: 19px;
        width: 260px;
        line-height: 33px;
        margin-top: 10px;
    }
}

@media (min-width: 700px) {
    .rl-expl-carusel-caption-text {
        font-size: 22px;
        width: 300px;
        line-height: 35px;
    }
}

@media (min-width: 800px) {
    .rl-expl-carusel-caption-text {
        font-size: 24px;
        width: 307px;
        line-height: 39px;
    }
}

@media (min-width: 900px) {
    .rl-expl-carusel-caption-text {
        font-size: 26px;
        width: 352px;
        line-height: 41px;
    }
}

@media (min-width: 1000px) {
    .rl-expl-carusel-caption-text {
        font-size: 28px;
        width: 397px;
        line-height: 42px;
    }
}

@media (min-width: 1100px) {
    .rl-expl-carusel-caption-text {
        font-size: 29px;
        width: 443px;
        line-height: 43px;
    }
}

@media (min-width: 1200px) {
    .rl-expl-carusel-caption-text {
        font-size: 30px;
        width: 487px;
        line-height: 44px;
    }
}

@media (min-width: 1300px) {
    .rl-expl-carusel-caption-text {
        font-size: 30px;
        width: 532px;
        line-height: 45px;
    }
}

@media (min-width: 1440px) {
    .rl-expl-carusel-caption-text {
        width: 640px;
        font-size: 38px;
        line-height: 46px;
    }
}

.carusel-caption-url-btn {
    width: max-content;
    height: 42px;
    margin-top: 48px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-decoration: none;
}

.carusel-caption-url-btn-text {
    width: max-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 39px;
    color: #fff;
}

.carusel-caption-url-btn:hover {
    background-color: #3d5489;
}

.rl-main-insite-bg {
    background-color: #ecf1f7;
    height: max-content;
    width: 100%;
}

.rl-main-insite-container {
    max-width: 1440px;
    height: max-content;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 64px;
}

@media (min-width: 1300px) {
    .rl-main-insite-container {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1540px) {
    .rl-main-insite-container {
        margin: 0 auto;
    }
}

.rl-main-insite-flex {
    display: flex;
    height: max-content;
    width: max-content;
    margin-top: 65px;
}

.rl-footer-row-soc-flex {
    display: flex;
    height: max-content;
    margin-top: 30px;
}

.rl-footer-flex-s {
    display: flex;
    width: 100%;
    height: max-content;
    margin-top: 60px;
}

.rl-footer-flex-social {
    /*width: 100%;*/
    height: max-content;
    margin-top: -4px;
}

.rl-footer-row-soc-block {
    float: left;
    width: max-content;
    height: max-content;
}

.rl-footer-social-item {
    width: max-content;
    height: 18px;
    margin-right: 20px;
    text-decoration: none;
}

@media (min-width: 500px) {.rl-footer-social-item {margin-right: 30px;}}
@media (min-width: 700px) {.rl-footer-social-item {margin-right: 40px;}}
@media (min-width: 900px) {.rl-footer-social-item {margin-right: 57px;}}

.rl-footer-flex-block-2s {
    float: left;
    width: 30%;
    height: max-content;
    margin-top: 20px;
    margin-left: 20px;
}

@media (min-width: 950px) {
    .rl-footer-flex-block-2s {
        width: 230px;
        margin-left: 20px;
    }
}

@media (min-width: 1200px) {
    .rl-footer-flex-block-2s {
        margin-left: 163px;
    }
}

.rl-footer-flex-block-3s {
    float: left;
    width: 230px;
    height: max-content;
    margin-top: 20px;
    margin-left: 10px;
}

.rl-footer-flex-block-4s {
    float: right;
    width: max-content;
    height: max-content;
    margin-left: auto;
}

@media (min-width: 950px) {
    .rl-footer-flex-block-4s {
        width: 380px;
    }
}

.ns-page-content-wrapper {
    display: flex;
    /*flex-direction: column;*/
    flex: 1 0 auto;
    width: 100%;
    min-height: 46vh;
}

.ns-products-wrap {
    position: relative;
    padding-top: 60px !important;
    margin: 0 auto;
    width: 1440px;
    /*padding:0 7px;*/
}

.ns-products-row-wrap {
    position: relative;
    /*margin: 0 auto;*/
    width: 1396px;
    height: max-content;
}

.ns-product-content-container {
    display: flex;
    width: 100%;
    height: max-content;
    margin-left: 48px;
    border-radius: 8px;
    /*padding-bottom: 70px;*/
    padding-right: 44px;
}

.ns-apteky-content-display {
    display: block;
    width: 100%;
}

.ns-drug-analog-404-container {
    width: 364px;
    height: max-content;
    margin-top: 130px;
    margin-left: calc(50% - 126px);
    padding-bottom: 100px;
}

.ns-stock-not-found-image {
    width: 132px;
    height: 112px;
    margin-left: calc(50% - 66px);
    background: url(../images/ns-page-empty.png) no-repeat;
    color:#fff;
}

.ns-stock-not-found-text {
    width: 100%;
    height: 19px;
    margin-top: 56px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #54586F;
}

.rl-page-main-container {
    /*width: 1440px;*/
    max-width: 1440px;
    height: max-content;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 128px;
}

@media (min-width: 1300px) {
    .rl-page-main-container {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1540px) {
    .rl-page-main-container {
        margin: 0 auto;
    }
}

.rl-breadcrumb-flex {
    padding-top: 32px;
    height: max-content;
    display: flex;
}

.rl-breadcrumb-text {
    float: left;
    width: max-content;
    color: #0D216D;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.rl-breadcrumb-arrow {
    width: 6px;
    height: 12px;
    flex-shrink: 0;
    margin: 0 16px 0 16px;
}

.rl-all-insights-page-cap {
    width: max-content;
    height: max-content;
    color: #060000;
    text-align: center;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
}

.rl-all-insite-grid-block {
    height: max-content;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(324px, 0fr));
    grid-gap: 0;/*1rem;*/
    margin-top: 64px;
}

.rl-all-insite-grid-search-block {
    height: max-content;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(324px, 0fr));
    grid-gap: 0;/*1rem;*/
    margin-top: 24px;
}

.rl-all-insite-grid-item {
    cursor: pointer;
    /*padding: 35px 37px 35px 34px;*/
    border: 0;
    /*margin-top: -4px;*/
    height: 300px;
    padding: 0 !important;
    margin: 0 !important;
}

.rl-all-insite-grid-item-empty {
    background-color: #ecf1f7;
    border: 0;
    height: 300px;
    padding: 0 !important;
    margin: 0 !important;
}

/* MODAL */
.rl-modal{
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.1);
}

.rl-modal-06 {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.rl-modal-flex-container {
    height: max-content;
    display: flex;
}

.rl-review-modal {
    width: 100%;
}

.rl-modal-insight-info-content {
    height: max-content;
    width: 400px;
    margin: auto;
    margin-top: calc(50vh - 147px);
    padding-bottom: 40px;
    background-color: #ffffff;
    transition: all 999ms ease-in-out;
    border-radius: 2px;
}

.rl-modal-top-wrap {
    width: 97%;
    height: 56px;
    display: flex;
    padding-top: 18px;
}

.rl-modal-close-btn {
    float: right;
    width: 20px;
    height: 20px;
    margin-left: auto;
    border: 0;
    cursor: pointer;
    background: url(../images/close_modal_form.png) no-repeat;
    color: #868686;
}

.rl-modal-insight-title {
    float: left;
    width: 273px;
    height: max-content;
    margin: auto;
    color: #0A3392;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.rl-modal-flex-second {
    height: max-content;
    display: flex;
    margin-top: 28px;
}

.rl-modal-insight-not-done {
    float: left;
    height: max-content;
    margin: auto;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}

.rl-modal-insight-will-waite {
    float: left;
    height: max-content;
    margin: auto;
    color: #0A3392;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: lowercase;
    border: 0;
    background-color: #fff;
}

.rl-insight-text-item-block {
    height: max-content;
    margin: 32px 0 32px 0;
    border-bottom: 1.5px solid #dadada;
}

.rl-all-insights-display-none {
    display: none;
    height: max-content;
}

.rl-all-insights-display {
    display: block;
    height: max-content;
}

.rl-insight-text-item-title, .rl-insight-text-item-title a {
    height: max-content;
    color: #0A3392;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    display: block;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-insight-text-item-date, .rl-insight-text-item-date a {
    height: max-content;
    margin-top: 32px;
    color: #001C5C;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-insight-item-date-text {
    height: max-content;
    color: #001C5C;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 0;
    text-align: right;
    margin-right: 63px;
}

.rl-insight-text-item-description, .rl-insight-text-item-description a {
    height: max-content;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-decoration: none;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-insight-show-all-flex {
    height: max-content;
    display: flex;
}

.rl-insight-show-all-btn {
    width: max-content;
    height: max-content;
    float: left;
    margin: auto;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #0D216D;
    border-color: #0D216D;
    display: flex;
}

.rl-insight-show-all-btn-text {
    float: left;
    width: max-content;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.rl-exploration-page-main-container {
    /*width: 100vw;*/
    max-width: 1288px;
    height: max-content;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 32px;
}

@media (min-width: 1300px) {
    .rl-exploration-page-main-container {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1540px) {
    .rl-exploration-page-main-container {
        margin: 0 auto;
    }
}

.rl-policy-page-main-container {
    height: max-content;
    margin: 0 auto;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

.rl-exploration-image {
    height: auto;
}

.rl-exploration-description {
    height: max-content;
    padding-bottom: 180px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

@media (min-width: 420px) {
    .rl-exploration-description {
        font-size: 20px;
    }
}

.rl-exploration-btns-flex {
    height: max-content;
    display: flex;
}

.rl-exploration-btn-dwn-block {
    float: right;
    width: max-content;
    height: max-content;
    padding-top: 10px;
    padding-left: 10px;
    margin-right: 50px;
    margin-left: auto;
    border: 0;
    background-color: transparent;
}

.rl-exploration-btn-dwn-icon {
    float: left;
    width: 21px;
    height: 20px;
    margin: auto;
    padding-bottom: 7px;
    background: url('../images/download_file.png') no-repeat;
}

.rl-exploration-btn-dwn-text {
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    color: #272727;
}

.rl-black-bumper {
    float: left;
    width: 200px;
    height: 2px;
    border: 0;
    border-radius: 1px;
    background-color: #272727;
    margin-top: 50px;
    margin: auto;
}

.rl-blue-bumper {
    float: left;
    width: 200px;
    height: 2px;
    border: 0;
    border-radius: 1px;
    background-color: #3962D1;
    margin-top: 50px;
    margin: auto;
}

.rl-exploration-italic-text {
    float: left;
    width: 680px;
    height: max-content;
    margin: 32px auto;
    color: #272727;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
}

.rl-exploration-short-descr {
    height: max-content;
    margin-top: 30px;
    color: #272727;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 32px;
}

@media (min-width: 420px) {
    .rl-exploration-short-descr {
        font-size: 20px;
    }
}

.rl-exploration-authors {
    float: left;
    height: max-content;
    max-width: 1000px;
    margin-top: 10px;
}

.rl-modal-get-file-content {
    height: max-content;
    width: 400px;
    margin: auto;
    margin-top: calc(50vh - 147px);
    padding-bottom: 40px;
    background-color: #f0f0f0;
    transition: all 999ms ease-in-out;
    border-radius: 2px;
}

.modal-get-file-form {
    float: left;
    height: max-content;
    padding-bottom: 30px;
    margin: auto;
}

.rl-modal-get-file-input {
    width: 270px;
    height: 45px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9F9D9D;
    border: 1.5px solid #9F9D9D;
}

.rl-modal-get-file-input:active {
    width: 270px;
    height: 45px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

.rl-modal-get-file-input-wrap {
    width: max-content;
    height: max-content;
    padding-top: 15px;
    margin-bottom: 15px;
}

.rl-modal-get-file-chbox{
    float: left;
    height: max-content;
    width: max-content;
}

.rl-modal-get-file-chbox-text-wrap {
    float: left;
    height: max-content;
    width: max-content;
    margin-left: 5px;
}

.rl-modal-get-file-chbox-text {
    height: max-content;
    width: max-content;
    color: #2F2F2F;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}

.rl-modal-get-file-chbox-text a {
    height: max-content;
    width: max-content;
    color: #3962D1;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    text-decoration: none;
}

.rl-modal-get-file-subs-btn {
    float: left;
    margin: auto;
    height: 50px;
    width: max-content;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    background-color: #0D216D;
}

.rl-expert-top-flex {
    margin-top: 65px;
    margin-left: 40px;
    height: max-content;
    display: flex;
}

.rl-expert-photo-container {
    float: left;
    width: 190px;
    height: max-content;
}

.rl-expert-photo {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #dadada;
}

.rl-expert-info-container {
    float: left;
    width: max-content;
    height: max-content;
    margin-left: 35px;
}

.rl-expert-info-name {
    height: max-content;
    margin-top: 20px;
    color: #3A64D6;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 32px;
}

.rl-expert-info-expiriance {
    height: max-content;
    margin-top: 32px;
    color: #060000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 22px;
}

.rl-expert-info-email {
    height: max-content;
    margin-top: 32px;
    color: #060000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.rl-expert-description {
    height: max-content;
    margin: 32px 40px 32px 40px;
    color: #272727;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 22px;
}

.rl-expert-line {
    height: 1px;
    border-bottom: 1px solid #4d4d4d;
    margin-left: 40px;
    margin-right: 40px;
    opacity: 0.5;
}

.rl-expert-publication-flex {
    margin-top: 47px;
    margin-left: 40px;
    height: max-content;
    display: flex;
}

.rl-expert-publication-text {
    float: left;
    color: #060000;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 68px;
}

.rl-expert-publication-icon1 {
    float: left;
    width: 68px;
    height: 68px;
    margin-left: 20px;
    background: url('../images/publication_icon_1.svg') no-repeat;
}

.rl-expert-publication-icon2 {
    float: left;
    width: 68px;
    height: 68px;
    margin-left: 20px;
    background: url('../images/publication_icon_2.svg') no-repeat;
}

.rl-expert-publication-icon3 {
    float: left;
    width: 68px;
    height: 68px;
    margin-left: 20px;
    background: url('../images/publication_icon_3.png') no-repeat;
}

.rl-expert-publications {
    margin-top: 64px;
    margin-left: 40px;
    height: max-content;
}

.rl-seporation-line {
    height: 1px;
    border-bottom: 1px solid #4d4d4d;
    opacity: 0.5;
    margin-bottom: 15px;
    margin-right: 40px;
}

.rl-experts-main-flex {
    margin-top: 64px;
    height: max-content;
    display: flex;
}

.rl-experts-main-search-flex {
    margin-top: 24px;
    height: max-content;
    display: flex;
}

.rl-experts-main-search {
    margin-top: 24px;
    width: 100%;
    height: max-content;
}

.rl-experts-grid-block {
    float: left;
    height: max-content;
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 0;/*1rem;*/
}

.rl-experts-grid-item, .rl-experts-grid-item a {
     cursor: pointer;
     padding: 35px 35px 35px 35px;
     border: 0;
     height: max-content;
    text-decoration: none;
 }

.rl-experts-expert-name {
    /*width: 340px;*/
    height: max-content;
    margin-top: 14px;
    color: #3A64D6;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.rl-experts-expert-expiriance {
    width: 340px;
    /*height: max-content;*/
    height: 88px;
    margin: 16px auto;
    color: #060000;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.rl-experts-expert-more {
    /*width: 340px;*/
    height: max-content;
    margin-top: 32px;
    color: #3A64D6;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.rl-experts-photo-flex {
    height: max-content;
    display: flex;
}

.rl-experts-photo-container {
    float: left;
    width: 190px;
    height: max-content;
    margin: auto;
}

.rl-experts-show-all-flex {
    height: max-content;
    display: flex;
    margin-top: 50px;
}

.rl-partners-grid-block {
    float: left;
    height: max-content;
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 0;
}

.rl-partners-grid-item {
    cursor: pointer;
    padding: 35px 35px 35px 35px;
    border: 0;
    height: 120px;
    display: flex;
}

.rl-partners-photo-container {
    float: left;
    width: 120px;
    height: max-content;
}

.rl-partners-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #dadada;
}

.rl-partners-item-text {
    float: left;
    width: 220px;
    height: max-content;
    overflow: hidden;
    padding-left: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    margin: auto;
}

.rl-about-lib-page-cap {
    width: max-content;
    height: max-content;
    color: #060000;
    text-align: center;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 32px;
}

.rl-about-lib-main-container {
    max-width: 1340px;
    height: max-content;
    margin: 0 auto;
}

.rl-about-lib-short-descr {
    height: max-content;
    margin-top: 64px;
    color: #272727;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 32px;
}

.rl-about-lib-markdown {
    height: max-content;
    margin-top: 64px;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
}

.rl-contacts-social-block {
    height: max-content;
    margin-top: 64px;
}

.rl-contacts-flex-social {
    height: max-content;
}

.rl-contacts-social-item-icon {
    float: left;
    width: max-content;
    width: 22px;
    height: 18px;
    margin-right: 20px;
    text-decoration: none;
}

.rl-contacts-social-item-text, .rl-contacts-social-item-text a {
    text-decoration: none;
    color: #272727;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
}

#slides {
    position: relative;
    /*height: 783px;*/
    height: 126px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
@media (min-width: 300px) {
    #slides { height: 126px; }
}
@media (min-width: 350px) {
    #slides { height: 146px; }
}
@media (min-width: 400px) {
    #slides { height: 166px; }
}
@media (min-width: 450px) {
    #slides { height: 186px; }
}
@media (min-width: 500px) {
    #slides { height: 206px; }
}
@media (min-width: 550px) {
    #slides { height: 226px; }
}
@media (min-width: 600px) {
    #slides { height: 246px; }
}
@media (min-width: 650px) {
    #slides { height: 266px; }
}
@media (min-width: 700px) {
    #slides { height: 286px; }
}
@media (min-width: 750px) {
    #slides { height: 306px; }
}
@media (min-width: 800px) {
    #slides { height: 327px; }
}
@media (min-width: 850px) {
    #slides { height: 347px; }
}
@media (min-width: 900px) {
    #slides { height: 368px; }
}
@media (min-width: 950px) {
    #slides { height: 388px; }
}
@media (min-width: 1000px) {
    #slides { height: 408px; }
}
@media (min-width: 1024px) {
    #slides { height: 420px; }
}
@media (min-width: 1100px) {
    #slides { height: 450px; }
}
@media (min-width: 1200px) {
    #slides { height: 490px; }
}
@media (min-width: 1280px) {
    #slides { height: 523px; }
}
@media (min-width: 1300px) {
    #slides { height: 530px; }
}
@media (min-width: 1400px) {
    #slides { height: 573px; }
}
@media (min-width: 1500px) {
    #slides { height: 600px; }
}
@media (min-width: 1600px) {
    #slides { height: 655px; }
}
@media (min-width: 1700px) {
    #slides { height: 700px; }
}
@media (min-width: 1800px) {
    #slides { height: 750px; }
}
@media (min-width: 1900px) {
    #slides { height: 783px; }
}

.slide {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 4s;
    -moz-transition: opacity 4s;
    -o-transition: opacity 4s;
    transition: opacity 4s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.slide {
    font-size: 40px;
    /*padding: 40px;*/
    box-sizing: border-box;
    background: #001C5C;
    color: #fff;
}

.slide:nth-of-type(1) {
    background: #001C5C;
}
.slide:nth-of-type(2) {
    background: #001C5C;
}
.slide:nth-of-type(3) {
    background: #001C5C;
}
.slide:nth-of-type(4) {
    background: #001C5C;
}
.slide:nth-of-type(5) {
    background: #001C5C;
}
.slide:nth-of-type(6) {
    background: #001C5C;
}



#intro-slider .my-pagination {
    position: absolute;
    left: calc(50% - 55px);
    bottom: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 3;
    display: flex;
    width: max-content;
}

#intro-slider .my-pagination li {
    float: left;
    margin-right: 10px;
}

#intro-slider .my-pagination a {
    background: url(../images/bg-paging02.png) no-repeat;
    width: 13px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

#intro-slider .my-pagination .active a {
    background: url(../images/bg-paging-a.png) no-repeat;
}

#intro-slider .my-pagination-btn {
    float: left;
    width: 13px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background: url(../images/bg-paging02.png) no-repeat;
    margin-left: 5px;
    cursor: pointer;
}

#intro-slider .my-pagination-btn-active {
    float: left;
    width: 13px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    background: url(../images/bg-paging-a.png) no-repeat;
    margin-left: 5px;
    cursor: pointer;
}

nav{
    width: max-content;/*750px;*/
    margin: 1em auto;
}

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

ul.dropdown{
    position: relative;
    width: 100%;
}

ul.dropdown li{
    font-weight: bold;
    float: left;
    width: 190px;
    position: relative;
    /*background: #ecf0f1;*/
}

ul.dropdown a:hover{
    color: #000;
}

ul.dropdown li a {
    display: block;
    padding: 15px 4px;
    position: relative;
    z-index: 2000;

    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

@media (min-width: 1100px) {
    ul.dropdown li a {
        padding: 15px 8px;
    }
}

@media (min-width: 1400px) {
    ul.dropdown li a {
        font-size: 15px;
    }
}

@media (min-width: 1440px) {
    ul.dropdown li a {
        font-size: 16px;
    }
}

.drop > a{
    position: relative;
}

.drop > a:after{
    content:"";
    border-left: none;
    border-top: none;
    border-right: none;
}

.drop > a:hover:after{
    content:"";
    border-left: none;
    border-top: none;
    border-right: none;
}

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 3px;
    z-index: 1000;
    background-color: #001C5C;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (min-width: 1200px) {
    ul.dropdown ul {
        margin-left: 23px;
    }
}

ul.dropdown ul li {
    font-weight: normal;
    background: #f6f6f6;
    color: #000;
}

ul.dropdown ul li a{
    display: block;
    background-color: #001C5C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

ul.dropdown ul li a:hover{
    display: block;
}

ul.dropdown li a:hover, ul.dropdown li a.hover{
    color: #fff;
}

.rl-success-msg-container {
    display: flex;
    width: 100%;
    height: max-content;
}

.rl-user-subscribed-wrap {
    position: relative;
    margin: 0 auto;
    width: 1440px;
}

.rl-user-subscribed-container {
    width: 364px;
    height: max-content;
    margin-top: 130px;
    margin-left: calc(50% - 182px);
    padding-bottom: 100px;
}

.rl-user-subscribed-image {
    width: 105px;
    height: 104px;
    margin-left: calc(50% - 52px);
    background: url(../images/mb-favorites-404.png) no-repeat;
    color:#fff;
}

.rl-user-subscribed-text {
    width: 100%;
    height: 19px;
    margin-top: 30px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #54586F;
    margin-bottom: 30px;
}

.rl-user-subscribed-btn-container {
    display: flex;
}

.rl-btn-success-back-btn {
    float: left;
    margin: auto;
    border: solid 2px #001C5C;
    border-radius: 8px;
    background-color: #001C5C;
    padding: 6px 40px 6px 40px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.rl-btn-success-back-btn:hover {
    background-color: #3d5489;
}

.rl-policy-abzac {
    width: 100%;
    height: max-content;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.rl-policy-abzac-bold {
    width: 100%;
    height: max-content;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.rl-search-form-block {
    float: left;
    width: max-content;
    height: max-content;
    margin-right: 10px;
}

.rl-search-form-flex {
    display: flex;
    height: max-content;
    width: max-content;
}

.rl-search-form-left {
    float: left;
    height: max-content;
}

.rl-search-form-right {
    float: right;
    height: 36px;
    width: 36px;
}

.rl-search-form-btn-left {
    float: left;
    height: 36px;
    width: 36px;
}

.rl-search-form-btn {
    width: 36px;
    height: 38px;
    background: url('../images/search_white_36dp.png') no-repeat;
    border: 2px solid #FFFFFF;
}

.rl-search-form-btn:hover {
    width: 36px;
    height: 38px;
    border: 2px solid #FFFFFF;
    background: url('../images/search_white_36dp.png') no-repeat;
}

.rl-close-search-form-btn {
    width: 36px;
    height: 38px;
    background: url('../images/close_search_white_36dp.png') no-repeat;
    border: 2px solid #FFFFFF;
}

.rl-close-search-form-btn:hover {
    width: 36px;
    height: 38px;
    border: 2px solid #FFFFFF;
    background: url('../images/close_search_white_36dp.png') no-repeat;
}

.rl-search-form-input {
    width: 150px;
    height: 36px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #9F9D9D;
    border: 0;
}

.rl-search-form-input:active {
    width: 150px;
    height: 36px;
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

.rl-search-result-header {
    float: left;
    width: max-content;
    color: #0D216D;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-decoration: underline;
}

.ns-not-found-image {
    width: 208px;
    height: 208px;
    margin-left: calc(50% - 104px);
    background: url(../images/not-found.png) no-repeat;
    color:#fff;
}

.rl-top-menu-simple-item {
    width: max-content !important;
    height: 52px;
    /*padding-left: 5px;*/
    padding-right: 5px;
}

@media (min-width: 1300px) {
    .rl-top-menu-simple-item {
        /*padding-left: 10px;*/
        padding-right: 10px;
    }
}

@media (min-width: 1400px) {
    .rl-top-menu-simple-item {
        /*padding-left: 15px;*/
        padding-right: 15px;
    }
}

@media (min-width: 1440px) {
    .rl-top-menu-simple-item {
        /*padding-left: 20px;*/
        padding-right: 20px;
    }
}

.rl-marked-list-flex {
    height: max-content;
    /*width: 100vw;*/
    max-width: 1288px;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;
}

.rl-marked-list-circle {
    float: left;
    padding-right: 15px;
    margin-top: 11px;
    background: url(../images/marked-list-point.png) no-repeat;
}

.rl-marked-list-symbol {
    float: left;
    padding-right: 10px;
    /*margin-top: 2px;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #0D216D;
}

.rl-marked-list-text {
    float: left;
    height: max-content;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.rl-graph-flex {
    max-width: 1288px;
    height: max-content;
    margin-top: 32px;
    display: flex;
    margin: 0 auto;
}

.rl-graph-image {

}

.rl-news-item-block {
    height: max-content;
    margin: 32px 0 32px 0;
    border-bottom: 1.5px solid #dadada;
}

.rl-news-item-block-flex {
    display: flex;
}

.rl-news-item-image-block {
    float: left;
    width: 216px;
    height: 216px;
}

.rl-news-item-text-block {
    float: left;
    min-height: 239px;
    margin-left: 41px;
}

.rl-news-text-item-title, .rl-news-text-item-title a {
    height: max-content;
    color: #0A3392;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
    display: block;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-news-text-item-date, .rl-news-text-item-date a {
    height: max-content;
    margin-top: 32px;
    color: #001C5C;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-news-text-item-description, .rl-news-text-item-description a {
    height: max-content;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-decoration: none;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.rl-error-modal-text {
    height: max-content;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-decoration: none;
    border: 0;
    text-align: center;
}

.rl-news-text-under-image {
    float: left;
    margin: auto;
    height: max-content;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

.rl-modal-menu {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.rl-burger-modal {
    width: 100vw;
}

.rl-modal-menu-content {
    height: max-content;
    width: max-content;
    background-color: #ffffff;
    transition: all 999ms ease-in-out;
    margin-top: 80px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rl-modal-menu-flex {
    width: 97vw;
    height: max-content;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
}

.rl-burger-header-menu-item {
    width: 90vw;
    margin-top: 22px;
    margin-left: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #0D216D;
    text-decoration: none;
}

.rl-main-insite-flex-low {
    display: flex;
    height: max-content;
    width: max-content;
    margin-top: 65px;
}

@media (min-width: 850px) {.rl-main-insite-flex-low {margin-top: 0px;}}

.rl-mb-modal-menu-lng-flex {
    height: max-content;
    width: max-content;
    margin: auto;
    display: flex;
    margin-top: 22px;;
}

.rl-mb-header-lng-text-ua, .rl-mb-header-lng-text-ua a {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    text-decoration: none;
    margin-top: 5px;
}

.rl-mb-header-lng-text-ua-active, .rl-mb-header-lng-text-ua-active a {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    text-decoration: underline;
    margin-top: 5px;
}

.rl-mb-header-lng-text-en, .rl-mb-header-lng-text-en a {
    float: right;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    text-decoration: none;
    margin-top: 5px;
}

.rl-mb-header-lng-text-en-active, .rl-mb-header-lng-text-en-active a {
    float: right;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0D216D;
    text-decoration: underline;
    margin-top: 5px;
}

.rl-lab-normal {
    float: left;
    display: none !important;
}

@media (min-width: 850px) {.rl-lab-normal {display: block !important;}}

.rl-lab-low {
    height: max-content;
    width: max-content;
    display: block !important;;
}

@media (min-width: 850px) {.rl-lab-low {display: none !important;}}

.rl-exploration-iframe-container {
    /*width: 100vw;*/
    max-width: 1288px;
    height: max-content;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 32px;
}

@media (min-width: 1300px) {
    .rl-exploration-iframe-container {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (min-width: 1540px) {
    .rl-exploration-iframe-container {
        margin: 0 auto;
    }
}

.rl-exploration-iframe-description {
    height: max-content;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}

@media (min-width: 420px) {
    .rl-exploration-iframe-description {
        font-size: 20px;
    }
}

.rl-dir-photo-group {
    float: left;
    width: max-content;
    height: max-content;
    border: 0;
    border-radius: 1px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1050px) {.rl-dir-photo-group {display: flex ;}}

.rl-dir-photo-first {
    float: left;
    max-width: 400px;
    width: max-content;
    height: max-content;
    margin-left: 0px;
    margin-right: 100px;
}

@media (min-width: 1050px) {.rl-dir-photo-first {margin-left: 100px;}}

.rl-dir-photo-next {
    float: left;
    max-width: 400px;
    width: max-content;
    height: max-content;
}