/*ШРИФТЫ*/

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

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

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

@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerBold.ttf') format('woff2'), url('../fonts/MullerBold.woff') format('woff'), url('../fonts/MullerBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*ШРИФТЫ НОВЫЕ*/

@font-face {
    font-family: 'Halvar';
    src: url('../fonts/Halvar Breitschrift-Medium-Web.woff2') format('woff2'), url('../fonts/Halvar Breitschrift-Medium-Web.woff') format('woff'), url('../fonts/Halvar Breitschrift-Medium-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gratimo';
    src: url('../fonts/Gratimo Grotesk-Light-Web.woff2') format('woff2'), url('../fonts/Gratimo Grotesk-Light-Web.woff') format('woff'), url('../fonts/Gratimo Grotesk-Light-Web.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gratimo';
    src: url('../fonts/Gratimo Grotesk-Regular-Web.woff2') format('woff2'), url('../fonts/Gratimo Grotesk-Regular-Web.woff') format('woff'), url('../fonts/Gratimo Grotesk-Regular-Web.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gratimo';
    src: url('../fonts/Gratimo Grotesk-Medium-Web.woff2') format('woff2'), url('../fonts/Gratimo Grotesk-Medium-Web.woff') format('woff'), url('../fonts/Gratimo Grotesk-Medium-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gratimo';
    src: url('../fonts/Gratimo Grotesk-Bold-Web.ttf') format('woff2'), url('../fonts/Gratimo Grotesk-Bold-Web.woff') format('woff'), url('../fonts/Gratimo Grotesk-Bold-Web.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*НАСТРОЙКИ РАЗМЕТКИ*/

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: Gratimo;
}

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

.wrapper {
    width: 1110px;
    margin: 0 auto;
}

.flex-section {
    display: flex;
}

.popup {
    display: flex;
    align-items: center;
    position: absolute;
    visibility: hidden;
    z-index: 12;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #17479E;
    font-family: Gratimo;
    font-weight: 400;
    font-size: 14px;
    opacity: 1;
}

/*ОСНОВНОЙ КОНТЕНТ*/

.header-f {
    display: none;
    z-index: 12;
    font-family: Gratimo;
    font-weight: 500;
    font-size: 14px;
    color: #17479E;
}

.header-f-img {
    background: url('../images/icon.svg') center center no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.header-f-button {
    margin-left: auto;
    color: #1199FF;
    cursor: pointer;
}

.header-fixed {
    background-color: #F4F4F4;
    position: fixed;
    height: 80px;
    width: 100%;
    display: block;
}

.header-fixed .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-bg {
    display: flex;
    height: 697px;
    background-color: #ffffff;
    /* margin-bottom: -698px; */
}

.header-bg .white-bg {
    background-color: inherit;
    width: calc((100vw - 1110px)/2 + 255px);
    height: 100%;
    align-items: flex-end;
}

.pattern {
    width: 100%;
    height: 67px;
    background: url("../images/decor-left.svg") right center repeat;
    z-index: 3;
    position: relative;
}

.header-bg .video-bg {
    overflow: hidden;
    width: calc((100vw - 1110px)/2 + 855px);
}

.video {
    height: 100%;
//width: 1332px;
}

.video-bg:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 126%;
    background-color: #000000;
    opacity: 0.4;
    top: -812px;
}

.nav-subpage {
    box-sizing: border-box;
    border-top: 1px solid #D8D9DB;
    border-bottom: 1px solid #D8D9DB;
}

.main-header {
    position: relative;
    top: -718px;
    margin-bottom: -597px;
}

.navigation {
    background-color: #ffffff;
    width: 255px;
    height: 100%;
    padding-top: 72px;
    margin-right: 127px;
}

.logo {
    width: 170px;
    height: 62px;
    background: url('../images/logo.svg') center center no-repeat;
    margin-bottom: 49px;
    z-index: 4;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.vertikal-line {
    width: 1px;
    height: 413px;
    background-color: #F4F4F4;
}

.vertikal-line2 {
    width: 1px;
    height: 366px;
    background-color: #F4F4F4;
}

.offLine {
    opacity: 0;
}

.offLine2 {
    opacity: 0;
}

/* .nav li {
    cursor: pointer;
    
} */

/* .nav li {
    padding-bottom: 17px;
    padding-top: 18px;
    border-left: 1px solid #F4F4F4;
} */

.nav>ul>li:first-child {
    padding-top: 0;
    padding-bottom: 17px;
    border-left: 1px solid #F4F4F4;
}

.nav li:last-child {
    padding-top: 18px;
    border-left: 1px solid #F4F4F4;
}

.button-active {
    color: #17479E;
    border-left: 1px solid #17479E !important;
    z-index: 3;
}

.header-title-content {
    padding-top: 73px;
}

.header-first-string {
    align-items: center;
    margin-bottom: 11px;
}

.site-title {
    font-family: Gratimo;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 0.4px;
    margin-right: 31px;
    width: 515px;
}

.language {
    cursor: pointer;
    width: auto;
    height: 58px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Gratimo Grotesk CY;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
    border-left: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.search {
    cursor: pointer;
    width: 58px;
    height: 58px;
    background: url('../images/search.svg') center center no-repeat;
    background-origin: content-box;
}

.header-line {
    width: 730px;
    height: 1px;
    background-color: rgba(255, 255, 255, .9);
    margin-bottom: 40px;
}

.bread-crumbs {
    font-family: Gratimo;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 56px;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
}

.bread-crumbs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.main-info {
    color: #000;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 20px;
    z-index: 4;
    background-color: rgba(255, 255, 255, .4);
    width: 600px;
    height: 253px;
}

.main-info li {
    list-style-image: url('../images/list-style.svg');
    font-family: Gratimo;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
    padding-left: 14px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.main-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 36px;
    font-family: Gratimo;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.main-more-dec {
    margin-left: 19px;
    background: url('../images/white-corner.svg') center center no-repeat;
    width: 6px;
    height: 10px;
    transition: 0.1s;
}

.main-more:hover {
    color: #17479E;
    transition: 0.1s;
}

.main-more:hover .main-more-dec {
    background: url('../images/red-corner.svg') center center no-repeat;
    transition: 0.2s;
    margin-left: 10px;
}

.value-shares {
    width: 100%;
    background-color: #F4F4F4;
    height: auto;
}

.value-shares-content {
    padding-top: 113px;
}

.shares {
    margin-right: 139px;
}

.shares-title {
    font-family: Gratimo;
    font-weight: 400;
    font-size: 14px;
    color: #131415;
    margin-bottom: 8px;
}

.moex {
    align-items: flex-start;
    margin-bottom: 20px;
}

.moex-logo {
    width: 17px;
    height: 16px;
    background: url('../images/main-page/moex-logo.svg') center center no-repeat;
    margin-right: 10px;
}

.moex-title {
    font-family: Gratimo;
    font-weight: 500;
    font-size: 12px;
    color: #131415;
    margin-right: 10px;
    padding-top: 3px;
}

.moex-line {
    width: 1px;
    height: 9px;
    background-color: #D8D9DB;
    margin-top: 3px;
    margin-right: 10px;
}

.moex-link {
    color: #1199FF;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    padding-top: 3px;
    border-bottom: 1px solid;
    text-decoration: none;
}

.prices-first-line {
    border-bottom: 1px solid #D8D9DB;
}

.shares-prices {
    border-top: 1px solid #D8D9DB;
    border-bottom: 1px solid #D8D9DB;
    padding: 10px 0;
}

.prices-first-line {
    align-items: center;
    padding-bottom: 10px;
}

.price {
    width: 120px;
    height: 37px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    display: flex;
    align-items: center;
    color: #131415;
}

.price-line {
    width: 1px;
    height: 37px;
    background-color: #D8D9DB;
    margin-right: 10px;
}

.stat-first-line {
    padding-bottom: 4px;
    border-bottom: 1px solid #D8D9DB;
    align-items: center;
}

.changes-price {
    width: 100px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
}

.changes-price-meaning {
    margin-right: 10px;
}

.change-price-img {
    width: 12px;
    height: 10px;
}

.up-rect {
    background: url('../images/main-page/up-rect.svg') center center no-repeat;
}

.down-rect {
    background: url('../images/main-page/down-rect.svg') center center no-repeat;
}

.stat-second-line {
    padding-top: 4px;
}

.changes-procent {
    width: 100px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
}

.changes-procent-meaning {
    margin-right: 10px;
}

.change-procent-img {
    width: 12px;
    height: 10px;
}

.prices-second-line {
    padding: 10px 0 0 0;
}

.capital-title {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 300;
    color: #131415;
    font-size: 14px;
    margin-right: 18px;
}

.capital-line {
    width: 1px;
    height: 14px;
    background: #D8D9DB;
    margin-right: 10px;
}

.capital-meaning {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
    font-size: 14px;
}

.about-title {
    font-family: Halvar;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 54px;
    letter-spacing: 0.4px;
}

.about-paragraf {
    width: 634px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 300;
    color: #131415;
    font-size: 16px;
    line-height: 19px;
}

.title-subpage {
    font-family: Halvar;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.info-subpage {
    color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
}

.subnav-page {
    padding: 30px 0 0 0;
}

.subnav-page ul {
    list-style-type: none;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.subnav-page ul.two-line {
    justify-content: center;
    flex-wrap: wrap;
}

.subnav-page ul li {
    cursor: pointer;
    padding-left: 20px;
    font-size: 14px;
    border-left: 1px solid #D8D9DB;
    margin-bottom: 26px;
}

.subnav-page ul.two-line li {
    margin-right: 89px;
}

.subnav-page ul li:last-of-type {
    margin-right: 0;
}

.subnav-page ul.two-line li.last-line {
    margin-right: 0px;
}

.subnav-page ul li:hover {
    border-left: 1px solid #17479E;
    color: #17479E;
    transition: .3s;
}

.key-content-info {
    margin-bottom: 52px;
}

.key-figures {
    display: flex;
}

.key-figures-bg {
    position: absolute;
    width: 120px;
    height: 718px;
    background: url('../images/main-page/key-bg.svg') center center no-repeat;
    z-index: -1;
}

.key-figures-content {
    padding-top: 122px;
}

.key-figures-title {
    margin-bottom: 52px;
    font-family: Halvar;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    letter-spacing: 0.4;
}

.key-first {
    margin-right: 133px;
}

.key-first-img {
    background: url('../images/main-page/key-1st-img.svg') center center no-repeat;
    width: 160px;
    height: 280px;
    margin-right: 32px;
}

.red-text {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 300;
    color: #17479E;
    font-size: 36px;
    margin-bottom: 9px;
    letter-spacing: 1.8;
}

.degree {
    font-size: 21px;
    position: absolute;
    font-weight: 400;
    margin-top: -3px;
}

.info-text {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
    font-size: 14px;
    margin-bottom: 50px;
}

.key-second-img {
    background: url('../images/main-page/key-2nd-img.svg') center center no-repeat;
    width: 160px;
    height: 280px;
    margin-right: 31px;
}

.more-detailed {
    display: flex;
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    align-items: center;
    margin-bottom: 115px;
}

.more-line {
    height: 1px;
    width: 985px;
    margin-right: 24px;
    background-color: #D8D9DB;
}

.more {
    cursor: pointer;
}

.more-decoration {
    margin-left: 20px;
    background: url('../images/main-page/corner-more.svg') center center no-repeat;
    width: 6px;
    height: 14px;
}

.more:hover {
    color: #17479E;
}

.more:hover .more-decoration {
    background: url('../images/main-page/red-corner.svg') center center no-repeat;
    transition: 0.2s;
    margin-left: 10px;
}

.geographe {
    /* background: url('../images/main-page/geographe-map.svg') center center no-repeat; */
    background-color: #F6F6F6;
    height: 981px;
    margin-bottom: 128px;
}

.geographe-map {
    background: url('../images/main-page/new-map-geo.svg') center center no-repeat;
    background-color: #F6F6F6;
    height: 637px;
    width: 780px;
    border: 1px solid #D8D9DB;
    margin-top: 4px;
}

.geographe-content {
    padding-top: 130px
}

.geographe-title {
    font-family: Halvar;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    margin-bottom: 45px;
    letter-spacing: 0.5;
}

.legend {
    background: url('../images/main-page/geographe-map-info.svg') top center no-repeat;
    width: 270px;
    height: 661px;
    margin-top: 20px;
    margin-left: 1px;
    margin-right: 55px;
}

.geographe-button {
    display: flex;
    align-items: center !important;
    cursor: pointer;
    position: relative;
    top: 620px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #1199FF;
    font-size: 14px;
    align-items: center;
}

.geographe-button-decoration:hover .more-decoration {
    margin-left: 10px;
    width: 5px;
    height: 12px;
    background: url('../images/main-page/blue-corner.svg') center center no-repeat;
    transition: .2s;
}

.products-title {
    font-family: Halvar;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    margin-bottom: 50px
}

.products-card {
    justify-content: space-between;
    margin-bottom: 120px;
}

.gas {
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
    overflow: hidden;
}

.gas img {
    position: relative;
    top: -480px;
    left: 0;
}

.gas-bg {
    background: url('../images/main-page/gas-bg.png') center center no-repeat;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.gas:hover .gas-bg {
    transition: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.kgs {
    overflow: hidden;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.kgs img {
    position: relative;
    top: -480px;
    left: 0;
}

.kgs-bg {
    background: url('../images/main-page/kgs-bg.png') center center no-repeat;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.kgs:hover .kgs-bg {
    transition: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fuel {
    overflow: hidden;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.fuel img {
    position: relative;
    top: -480px;
    left: 0;
}

.fuel-bg {
    background: url('../images/main-page/fuel-bg.png') center center no-repeat;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.fuel:hover .fuel-bg {
    transition: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.eng-fuel {
    overflow: hidden;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.eng-fuel img {
    position: relative;
    top: -480px;
    left: 0
}

.eng-fuel-bg {
    background: url('../images/main-page/eng-fuel-bg.png') center center no-repeat;
    width: 255px;
    height: 480px;
    cursor: pointer;
    transition: .05s;
}

.eng-fuel:hover .eng-fuel-bg {
    transition: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* НОВОСТИ */

.events {
    background-color: #F4F4F4 !important;
    height: auto;
    padding-bottom: 100px;
}

.events-content {
    padding-top: 120px;
}

.events-title {
    font-family: Halvar;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    margin-bottom: 50px
}

.news-img {
    margin-right: 30px;
    width: 350px;
    height: auto;
}

.news-content {
    display: flex;
    flex-direction: column;
}

.news-date {
    margin-bottom: 20px;
    font-family: Gratimo;.point
font-style: normal;
    font-weight: 400;
    color: #B3B3B3;
    font-size: 14px;
}

.news-title {
    margin-bottom: 20px;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 1.3;
}

.news-info {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 300;
    color: #131415;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 85px;
}

.more-news {
    display: flex;
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    margin-top: auto;
    transition: 0.1s;
}

.more-news:hover {
    color: #17479E;
}

.more-decoration {
    margin-left: 20px;
    background: url('../images/main-page/corner-more.svg') center center no-repeat;
    width: 6px;
    height: 14px;
}

.more-news:hover .more-decoration {
    background: url('../images/main-page/red-corner.svg') center center no-repeat;
    transition: 0.2s;
    margin-left: 10px;
}

.line-swiper {
    align-items: center;
}

.swiper-line {
    width: 950px;
    height: 1px;
    background-color: #D8D9DB;
    margin-right: 42px;
}

.header-controls {
    display: flex;
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.controls {
    display: flex;
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.controls .separator img {
    margin-left: 6px;
    margin-right: 6px;
}

.swiper-button-disabled.left-arrow {
    background: url('../images/left-disabled.svg') center center no-repeat !important;
    cursor: auto;
}

.left-arrow {
    background: url('../images/left.svg') center center no-repeat;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    transition: .2s;
    outline: none;
    z-index: 10;
}

.left-arrow:hover {
    background: url('../images/left-red.svg') center center no-repeat;
    margin-left: 3px;
    margin-right: 7px;
    transition: .2s;
}

.swiper-container {
    height: 250px;
}

.swiper-button-disabled.right-arrow {
    background: url('../images/right-disabled.svg') center center no-repeat !important;
    cursor: auto;
}

.right-arrow {
    background: url('../images/right.svg') center center no-repeat;
    width: 20px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
    transition: .2s;
    outline: none;
    z-index: 10;
}

.right-arrow:hover {
    background: url('../images/right-red.svg') center center no-repeat;
    margin-left: 7px;
    transition: .2s;
}

.news-list {
    justify-content: space-between;
}

.news-block {
    padding-top: 38px;
    height: 168px;
    width: 349px;
    display: flex;
    flex-direction: column;
}

.footer-contacts {
    background-color: #F4F4F4 !important;
}

.contacts-line {
    height: 1px;
    background-color: #131415;
    margin-bottom: 49px;
}

.contacts-cotent {
    margin-bottom: 50px;
}

.tel {
    margin-right: 130px;
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
    font-size: 14px;
}

.tel a {
    letter-spacing: 0.1;
}

.tel-img {
    background: url('../images/tel-icon.svg') center center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 19px;
}

.mail {
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #131415;
    font-size: 14px;
}

.mail-img {
    background: url('../images/mail-icon.svg') center center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.sicial-icon {
    width: 25px;
    height: 25px;
    margin-right: 50px;
}

.social {
    margin-left: auto;
}

.vk {
    background: url('../images/vk.svg') center center no-repeat;
}

.fb {
    background: url('../images/facebook.svg') center center no-repeat;
}

.inst {
    background: url('../images/instagram.svg') center center no-repeat;
}

.ytube {
    background: url('../images/youtube.svg') center center no-repeat;
}
.tlgr {
    background: url('../images/telegram.svg') center center no-repeat;
}
.linked {
    background: url('../images/linkedin.svg') center center no-repeat;
    margin-right: 0;
}

.line2 {
    margin-bottom: 83px;
}

.links-first-line {
    margin-bottom: 70px;
}

.links-block {
    margin-right: 125px;
    line-height: 18px;
}

.links-title {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 500;
    color: #131415;
    font-size: 16px;
    margin-bottom: 10px;
}

.links-block-line {
    width: 160px;
    height: 1px;
    background-color: #D8D9DB;
    margin-bottom: 10px;
}

.links-list li {
    list-style-type: none;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}

.links-list li:hover {
    color: #CB202B !important;
}

.links-second-line {
    margin-bottom: 50px;
}

.footer-information {
    align-items: center;
    font-family: Gratimo;
    font-style: normal;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    padding-bottom: 50px;
}

.first-column {
    margin-right: 157px;
}

.copyright {
    margin-bottom: 14px;
}

.legal-info {
    width: fit-content;
    border-bottom: 1px solid;
}

.second-column {
    margin-right: 45px;
}

.privacy {
    margin-bottom: 13px;
    border-bottom: 1px solid;
}

.cookies {
    width: fit-content;
    border-bottom: 1px solid;
}

.img-column {
    width: 40px;
    height: 41px;
    background: url('../images/art-gorka.svg') center center no-repeat;
    margin-right: 20px;
}

.third-title {
    margin-bottom: 15px;
}

.artgorka {
    width: fit-content;
    border-bottom: 1px solid;
}

/*О компании*/

.about-company {
    background-color: #F4F4F4;
    padding-top: 105px;
    padding-bottom: 75px;
}

.about-company h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 52px;
    letter-spacing: .6px;
}

.about-company-li {
    padding-left: 10px;
}

.briefcase-img {
    align-self: flex-start;
}

.history img {
    margin-bottom: 102px;
}

.history-content {
    padding-left: 125px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: #131415;
}

.history-content p {
    margin-bottom: 54px;
    line-height: 1.4;
    letter-spacing: .3px;
}

.history-content ul {
    list-style-image: url('../images/about-page/bullet.svg');
    list-style-position: outside;
    margin-bottom: 125px;
}

.ul-line {
    height: 1px;
    width: 100%;
    background-color: #D8D9DB;
}

.ul-line:first-child {
    border-top: none;
}

.history-content ul li {
    margin-left: 24px;
    padding-top: 18px;
    padding-bottom: 22px;
}

.history-content ul li p {
    padding-left: 20px;
}

.history-content a {
    /* float: right; */
    color: #1199FF;
    border-bottom: 1px solid #1199FF;
    margin-left: 540px;
}

.history-line {
    margin-top: 29px;
    height: 1px;
    width: 824px;
    margin-left: -93px;
    background-color: #D8D9DB;
}

.briefcase {
    justify-content: space-between;
}

.briefcase p {
    margin-bottom: 49px;
    font-size: 16px;
    line-height: 1.3;
}

.briefcase ul {
    list-style-image: url('../images/about-page/bullet2.svg');
    list-style-position: outside;
    margin-bottom: 50px;
}

.briefcase ul li {
    margin-left: 25px;
    margin-bottom: 34px;
}

.geo {
    padding-top: 120px;
    /* padding-bottom: 132px; */
    background-color: #F4F4F4;
    position: relative;
    padding-bottom: 280px;
}
@media (max-width: 1139px) {
    .geo{
        padding-bottom: 120px;
    }
}
.geo h2 {
    margin: 0;
    letter-spacing: .5px;
}

.geo-info {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 130%;
    padding-top: 50px;
}
.geo-name {
    display: flex;
    align-items: center;
    color: #131415;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-right: 155px;
}
@media (max-width: 767px) {
    .geo-name {
        padding-right: 20px;
    }
}
.geo-point {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: "";
    margin: auto;
    background-color: #1199FF;
    top: 6px;
    padding: 0;
    margin-right: 20px;
}
.geo-delta {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background: url(../images/about-page/geo-point-smal.svg) bottom center no-repeat;
}
.base {
    padding-top: 120px;
    padding-bottom: 120px;
}

.base-horizontal-line {
    height: 1px;
    width: 100%;
    background-color: #D8D9DB;
}

.base-horizontal-line.red {
    background-color: #17479E;
    margin-bottom: 53px;
}

.base h2 {
    margin-bottom: 56px;
    letter-spacing: .6px;
}

.base-paragraph-1 {
    font-weight: 300;
    color: #131415;
    margin-bottom: 103px;
}

.base-table-title {
    font-weight: 600;
    font-size: 16px;
    color: #131415;
    margin-bottom: 22px;
}

.base-table {
    padding-top: 59px;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.column1 {
    width: 219px;
    padding-left: 2px;
}

.column2 {
    width: 225px;
    text-align: center;
}

.column3 {
    width: 170px;
    text-align: center;
}

.column4 {
    width: 205px;
    text-align: center;
}

.column5 {
    width: 177px;
    text-align: center;
}

.column6 {
    width: 111px;
    text-align: center;
}

.row1 {
    height: 42px;
    margin-bottom: 31px;
}

.subtable-title {
    font-weight: 600;
    color: #17479E;
    margin-bottom: 19px;
    font-size: 16px;
}

.subtitle {
    margin-bottom: 44px;
}

.subtitle2 {
    margin-bottom: 28px;
}

.subpage-content {
    border-right: 1px solid #D8D9DB;
}

.subpage-content.border-none {
    border-right: 0px solid #D8D9DB;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subpage-content p {
    margin-bottom: 50px;
}

.subpage-content p.red {
    margin-top: 63px;
    color: #17479E;
    font-weight: 600;
}

.subpage-content.center {
    text-align: center;
}

.none-line {
    width: 24px;
    height: 1px;
    background-color: #131415;
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 59px !important;
}

.none-line.red {
    background-color: #17479E;
    width: 50px;
    margin-top: 26px !important;
}

.column2-row1-text {
    padding-left: 40px;
    margin-top: -6px;
}

.column3-row1-text {
    padding-left: 69px;
}

.column4-row1-text {
    padding-left: 89px;
    margin-top: -7px;
}

.column5-row1-text {
    padding-left: 98px;
    margin-top: -7px;
}

.column6-row1-text {
    padding-left: 58px;
    margin-top: -6px;
}

.subpage-none-line {
    margin-left: 72px;
}

.subpage-none-line2 {
    margin-left: 43px;
}

.base-paragraph-2 {
    margin-bottom: 120px;
    letter-spacing: -.1px;
    line-height: 21px;
}

.strategy-line {
    height: 1px;
    width: 100%;
    background-color: #D8D9DB;
}

.decor-top {
    margin-bottom: 123px;
}

.strategy-content {
    justify-content: flex-start;
    margin-bottom: 120px;
}

.strategy-content div.first {
    font-size: 24px;
    font-weight: 300;
    /* width: 606px; */
    margin-right: 31px;
    line-height: 30px;
}

.strategy-content div.second {
    font-size: 24px;
    font-weight: 300;
    padding-left: 102px;
    line-height: 30px;
}

.strategy-content div.second a {
    font-size: 14px;
    color: #1199FF;
    border-bottom: 1px solid #1199FF;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
}

/* ПОЗИЦИИ ДЛЯ КАРТЫ */

.region {
    transition: .1s;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    content: "";
    /* background-color: orange;
    opacity: .3; */
    background: url(../images/about-page/geo-point-smal.svg) bottom center no-repeat;
}

.region:hover {
    transition: .1s;
    background: url(../images/about-page/geo-point.svg) bottom center no-repeat;
}

.region-red {
    transition: .1s;
    cursor: pointer;
    position: relative;
    width: 10px;
    height: 10px;
    content: "";
    box-sizing: border-box;
    border: 1px solid #17479E;
    border-radius: 100%;
}

.region-red:hover {
    width: 20px;
    height: 20px;
}

#region-red1 {}

#region1 {
    top: 434px;
    left: 104px;
}

#region2 {
    top: 439px;
    left: 92px;
}

#region3 {
    top: 261px;
    left: 734px;
}

#region4 {
    top: 208px;
    left: 733px;
}

#region5 {
    top: 212px;
    left: 749px;
}

#region6 {
    top: 179px;
    left: 765px;
}

#region7 {
    top: 200px;
    left: 734px;
}

#region8 {
    top: 124px;
    left: 776px;
}

#region9 {
    top: 114px;
    left: 839px;
}

.deliveries {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    content: "";
}

.deliveries .point {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: "";
    margin: auto;
    background-color: #1199FF;
    top: 6px;
    padding: 0;
}

.deliveries:hover .point {
    transition: .1s;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    content: "";
    margin: auto;
    background-color: #1199FF;
    top: 4px;
}

.deliveries .point-red {
    box-sizing: border-box;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    content: "";
    margin: auto;
    border: 1px solid #17479E;
    top: 6px;
}

.deliveries:hover .point-red {
    box-sizing: border-box;
    transition: .1s;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    content: "";
    margin: auto;
    border: 1px solid #17479E;
    top: 4px;
}

#red-point {
    top: -420px;
    left: 755px;
}
.box-regions{
    margin-top: 40px;
}
.box-deliveries{
    margin-top: 0px;
}
/*#deliveries1 {*/
/*    top: 274px;*/
/*    left: 102px;*/
/*}*/

/*#deliveries2 {*/
/*    top: 253px;*/
/*    left: 439px;*/
/*}*/

/*#deliveries3 {*/
/*    top: 277px;*/
/*    left: 455px;*/
/*}*/

/*#deliveries4 {*/
/*    top: 215px;*/
/*    left: 507px;*/
/*}*/

/*#deliveries5 {*/
/*    top: 176px;*/
/*    left: 931px;*/
/*}*/

/*#deliveries6 {*/
/*    top: 176px;*/
/*    left: 672px;*/
/*}*/

/*#deliveries7 {*/
/*    top: -26px;*/
/*    left: 805px;*/
/*}*/

/*#deliveries8 {*/
/*    top: 60px;*/
/*    left: 934px;*/
/*}*/

/*#deliveries9 {*/
/*    top: -3px;*/
/*    left: 1000px;*/
/*}*/

/*#deliveries0 {*/
/*    top: 118px;*/
/*    left: 976px;*/
/*}*/

/*#deliveries10 {*/
/*    top: 19px;*/
/*    left: 870px;*/
/*}*/

/*#deliveries11 {*/
/*    margin-top: -22px;*/
/*    top: -24px;*/
/*    left: 281px;*/
/*}*/
/*#deliveries12 {*/
/*    top: 255px;*/
/*    left: 350px;*/
/*}*/
/*#deliveries13 {*/
/*    top: 25px;*/
/*    left: 392px;*/
/*}*/
/*#deliveries14 {*/
/*    top: 160px;*/
/*    left: 655px;*/
/*}*/
/*#deliveries15 {*/
/*    top: 30px;*/
/*    left: 695px;*/
/*}*/
/*#deliveries16 {*/
/*    top: -5px;*/
/*    left: 750px;*/
/*}*/
/*#deliveries17 {*/
/*    top: 12px;*/
/*    left: 951px;*/
/*}*/
/*#deliveries18 {*/
/*    top: -311px;*/
/*    left: 140px;*/
/*}*/
/*#deliveries19 {*/
/*    top: -256px;*/
/*    left: 130px;*/
/*}*/
/*#deliveries20 {*/
/*    top: -182px;*/
/*    left: 187px;*/
/*}*/
/*#deliveries21 {*/
/*    top: -162px;*/
/*    left: 285px;*/
/*}*/
/*#deliveries22 {*/
/*    top: -177px;*/
/*    left: 327px;*/
/*}*/
/*#deliveries23 {*/
/*    top: 23px;*/
/*    left: 273px;*/
/*}*/
/*#deliveries24 {*/
/*    top: -89px;*/
/*    left: 969px;*/
/*}*/

#close {
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 1139px){
    #close {
        height: 50%;
    }
}

.geo-popup {
    z-index: 2;
    width: fit-content;
    padding: 22px 20px 20px 19px;
    box-sizing: border-box;
    border: 1px solid #17479E;
    position: absolute;
    background-color: #fff;
    visibility: hidden;
}

.geo-title {
    color: #131415;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.republick {
    color: #B3B3B3;
    font-size: 14px;
    margin-bottom: 30px;
}

.red-text-popup {
    color: #17479E;
}

.popup-gas {
    color: #333333;
    font-size: 14px;
    margin-bottom: 18px;
}

.condensate {
    color: #333333;
    font-size: 14px;
}

.geo-city {
    z-index: 1;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #1199FF;
    width: fit-content;
    visibility: hidden;
}

.geo-city-red {
    z-index: 1;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #17479E;
    width: fit-content;
    visibility: hidden;
}

.reports {
    padding-top: 120px;
    background-color: #f4f4f4;
}

.reports .download-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: content;
    -ms-flex-align: content;
    align-items: content;
    padding-bottom: 100px;
}

.reports .download-btns .download-btn {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d9db;
    padding: 50px 50px 0 50px;
    width: 540px;
    height: 350px;
    cursor: pointer;
}

.reports .download-btns .download-btn .flex-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 49px;
}

.reports .download-btns .download-btn:hover {
    border: 1px solid #131415;
}

.reports .download-btns .download-btn:hover .arrow {
    position: relative;
    -webkit-animation: download-arrow 1.2s;
    animation: download-arrow 1.2s;
}

@-webkit-keyframes download-arrow {
    0% {
        top: 0px;
    }
    33% {
        top: -10px;
    }
    66% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

@keyframes download-arrow {
    0% {
        top: 0px;
    }
    33% {
        top: -10px;
    }
    66% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

.reports .download-btns .download-btn .btn-title {
    margin-right: 60px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}

.reports .documents .documents-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: #333333;
    margin-bottom: 20px;
}

.reports .documents .line {
    height: 1px;
    width: 100%;
    background-color: #d8d9db;
    margin-bottom: 50px;
}

.reports .documents .quartels {
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reports .documents .quartels .quartel {
    height: 486px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d9db;
    width: 540px;
    margin-bottom: 50px;
}

.reports .documents .quartels .quartel .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
}

.reports .documents .quartels .quartel .title a {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reports .documents .quartels .quartel .title a p {
    margin-right: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #1199ff;
    color: #1199ff;
}

.reports .documents .quartels .quartel .title a:hover img {
    position: relative;
    -webkit-animation: download-arrow 1.2s;
    animation: download-arrow 1.2s;
}

.reports .documents .quartels .quartel .quartel-content {
    height: 310px;
    overflow: hidden;
    overflow-y: auto;
    behavior: smooth;
}

.reports .documents .quartels .quartel .quartel-content::-webkit-scrollbar, .reports .documents .quartels .quartel .quartel-content html *::-webkit-scrollbar {
    height: 12px;
    width: 6px;
}

.reports .documents .quartels .quartel .quartel-content::-webkit-scrollbar-track, .reports .documents .quartels .quartel .quartel-content html *::-webkit-scrollbar-track {
    background: #d8d9db;
    border-radius: 5px;
}

.reports .documents .quartels .quartel .quartel-content::-webkit-scrollbar-thumb, .reports .documents .quartels .quartel .quartel-content html *::-webkit-scrollbar-thumb {
    background-color: #17479E;
    border-radius: 5px;
    border: 1px solid #d8d9db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container {
    position: relative;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li {
    color: #131415;
    font-size: 16px;
    padding: 25px 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li a {
    margin-right: 20px;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li img {
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover {
    color: #17479E;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover>img {
    opacity: 1;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(1)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 0px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(2)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 71px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(3)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 142px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(4)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 213px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(5)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 284px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(6)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 355px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(7)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 426px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(8)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 497px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(9)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 568px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(10)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 639px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(11)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 710px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(12)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 781px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(13)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 852px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(14)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 923px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(15)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 994px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(16)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1065px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(17)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1136px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(18)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1207px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(19)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1278px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(20)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1349px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(21)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1420px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(22)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1491px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(23)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1562px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(24)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1633px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(25)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1704px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(26)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1775px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(27)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1846px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(28)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1917px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(29)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 1988px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(30)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2059px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(31)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2130px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(32)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2201px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(33)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2272px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(34)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2343px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(35)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2414px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(36)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2485px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(37)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2556px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(38)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2627px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(39)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2698px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(40)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2769px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(41)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2840px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(42)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2911px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(43)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 2982px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(44)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3053px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(45)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3124px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(46)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3195px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(47)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3266px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(48)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3337px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(49)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3408px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(50)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3479px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(51)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3550px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(52)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3621px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(53)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3692px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(54)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3763px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(55)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3834px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(56)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3905px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(57)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 3976px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(58)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4047px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(59)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4118px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(60)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4189px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(61)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4260px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(62)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4331px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(63)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4402px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(64)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4473px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(65)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4544px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(66)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4615px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(67)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4686px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(68)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4757px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(69)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4828px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(70)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4899px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(71)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 4970px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(72)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5041px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(73)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5112px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(74)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5183px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(75)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5254px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(76)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5325px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(77)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5396px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(78)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5467px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(79)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5538px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(80)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5609px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(81)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5680px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(82)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5751px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(83)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5822px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(84)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5893px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(85)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 5964px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(86)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6035px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(87)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6106px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(88)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6177px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(89)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6248px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(90)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6319px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(91)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6390px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(92)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6461px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(93)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6532px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(94)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6603px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(95)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6674px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(96)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6745px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(97)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6816px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(98)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6887px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(99)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 6958px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:hover:nth-of-type(100)~.quartel-ul-bar {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    top: 7029px;
    visibility: visible;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:first-of-type {
    padding-top: 0px;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container ul li:last-of-type {
    padding-bottom: 0px;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container .quartel-grey-line {
    width: 1px;
    background-color: #fff;
    margin-right: -1px;
}

.reports .documents .quartels .quartel .quartel-content .quartel-list-container .quartel-ul-bar {
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 26px;
    top: 0;
    background-color: #17479E;
}

.reports .feedback-form {
    background-color: #fff;
    padding-top: 120px;
}

.reports .feedback-form h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}

.reports .feedback-form .investment-contacts {
    border-top: 1px solid #d8d9db;
    border-bottom: 1px solid #d8d9db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 100px;
}

.reports .feedback-form .investment-contacts img {
    margin-right: 20px;
}

.reports .feedback-form .investment-contacts a {
    font-size: 16px;
    font-weight: 500;
}

.reports .feedback-form .investment-contacts>a:first-of-type {
    margin-right: 113px;
}

.reports .feedback-form form {
    padding-bottom: 120px;
}

.reports .feedback-form form .flex-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.reports .feedback-form form .flex-section .input-container {
    background-color: #f4f4f4;
    width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reports .feedback-form form .flex-section .input-container input {
    font-family: 'Gratimo';
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 20px 0;
    font-size: 16px;
    color: #131415;
    font-weight: 300;
    margin-right: 20px;
    background: inherit;
}

.reports .feedback-form form .flex-section .input-container input::-webkit-input-placeholder {
    color: #131415;
}

.reports .feedback-form form .flex-section .input-container input:-ms-input-placeholder {
    color: #131415;
}

.reports .feedback-form form .flex-section .input-container input::-ms-input-placeholder {
    color: #131415;
}

.reports .feedback-form form .flex-section .input-container input::placeholder {
    color: #131415;
}

.reports .feedback-form form .comment {
    width: 100%;
    height: 150px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f4f4f4;
    position: relative;
    margin-bottom: 30px;
}

.reports .feedback-form form .comment textarea {
    font-family: 'Gratimo';
    font-weight: 300;
    width: 100%;
    height: 100%;
    resize: none;
    background-color: inherit;
    border: none;
    outline: none;
    color: #131415;
    font-size: 16px;
}

.reports .feedback-form form .comment textarea::-webkit-input-placeholder {
    font-family: 'Gratimo';
    font-weight: 300;
    color: #131415;
    font-size: 16px;
}

.reports .feedback-form form .comment textarea:-ms-input-placeholder {
    font-family: 'Gratimo';
    font-weight: 300;
    color: #131415;
    font-size: 16px;
}

.reports .feedback-form form .comment textarea::-ms-input-placeholder {
    font-family: 'Gratimo';
    font-weight: 300;
    color: #131415;
    font-size: 16px;
}

.reports .feedback-form form .comment textarea::placeholder {
    font-family: 'Gratimo';
    font-weight: 300;
    color: #131415;
    font-size: 16px;
}

.reports .feedback-form form .comment img {
    position: relative;
    float: right;
    bottom: 20px;
}

.reports .feedback-form form .send-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reports .feedback-form form .send-block .check {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.reports .feedback-form form .send-block .check+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reports .feedback-form form .send-block .check+label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.reports .feedback-form form .send-block .check:checked+label::before {
    background: url("./images/reports-page/tick.svg") center center no-repeat;
}

.reports .feedback-form form .send-block p {
    padding-left: 20px;
    font-size: 14px;
}

.reports .feedback-form form .send-block button {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 350px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: Muller;
    border: 1px solid #131415;
    outline: none;
    background: inherit;
}

.reports .feedback-form form .send-block button img {
    margin-left: auto;
}

.calendar {
    padding-bottom: 120px;
}

.calendar .check-grey {
    padding: 50px 0;
    margin-bottom: 50px;
    background-color: #f4f4f4;
}

.calendar .check-grey .check-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    padding: 50px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar .check-grey .check-container #all-events {
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.calendar .check-grey .check-container #all-events + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 50px;
}

.calendar .check-grey .check-container #all-events + label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-position: center center;
    background: url("../../../image/calendar/grey-corner-check.svg") center center no-repeat;
}

.calendar .check-grey .check-container #all-events:checked + label::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: url("../../../image/calendar/red-corner-check.svg") center center no-repeat;
    border: 1px solid #17479E;
}

.calendar .check-grey .check-container #all-events:checked + label {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #17479E;
}

.calendar .check-grey .check-container #planned-events {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.calendar .check-grey .check-container #planned-events + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .check-grey .check-container #planned-events + label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-position: center center;
    background: url("../../../image/calendar/grey-corner-check.svg") center center no-repeat;
}

.calendar .check-grey .check-container #planned-events:checked + label::before {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: url("../../../image/calendar/red-corner-check.svg") center center no-repeat;
    border: 1px solid #17479E;
}

.calendar .check-grey .check-container #planned-events:checked + label {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #17479E;
}

.calendar .documents .documents-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: #333333;
    margin-bottom: 20px;
}

.calendar .documents .line {
    height: 1px;
    width: 100%;
    background-color: #d8d9db;
    margin-bottom: 50px;
}

.calendar .documents .content-table .title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d8d9db;
    padding: 50px;
}

.calendar .documents .content-table .title-line .column1 {
    width: 235px;
}

.calendar .documents .content-table .title-line .column2 {
    width: 570px;
}

.calendar .documents .content-table .table-row {
    padding: 60px 50px 0 50px;
    position: relative;
    border-bottom: 1px solid #d8d9db;
}

.calendar .documents .content-table .table-row.open {
    border: 1px solid #d8d9db;
}

.calendar .documents .content-table .table-row .open-info {
    cursor: pointer;
    font-size: 14px;
    color: #1199FF;
    text-decoration: underline;
}

.calendar .documents .content-table .table-row.open .open-info {
    color: #17479E;
    font-weight: 400;
}

.calendar .documents .content-table .table-row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.calendar .documents .content-table .table-row .row .column1 {
    width: 235px;
}

.calendar .documents .content-table .table-row .row .column2 {
    width: 570px;
    padding-right: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar .documents .content-table .table-row.open > .row {
    font-weight: 500;
}

.calendar .documents .content-table .table-row.open > .content-line {
    max-height: 400px;
    -webkit-transition: max-height, 0.6s;
    transition: max-height, 0.6s;
    padding-bottom: 50px;
}

.calendar .documents .content-table .table-row .content-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.9em;
    padding-top: 50px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.calendar .documents .content-table .table-row .content-line .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px;
}

.calendar .documents .content-table .table-row .content-line .list:last-of-type {
    margin-right: 0;
}

.calendar .documents .content-table .table-row .content-line .list .list-grey-line {
    width: 1px;
    height: calc(100%);
    background-color: #d8d9db;
}

.calendar .documents .content-table .table-row .content-line .list ul {
    list-style-type: none;
    font-size: 16px;
    position: relative;
}

.calendar .documents .content-table .table-row .content-line .list ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar .documents .content-table .table-row .content-line .list ul li:first-of-type {
    padding-top: 0px;
}

.calendar .documents .content-table .table-row .content-line .list ul li:last-of-type {
    padding-bottom: 0px;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover {
    color: #17479E;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(1) ~ .list-bar {
    top: 0px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(2) ~ .list-bar {
    top: 82px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(3) ~ .list-bar {
    top: 164px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(4) ~ .list-bar {
    top: 246px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(5) ~ .list-bar {
    top: 328px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(6) ~ .list-bar {
    top: 410px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(7) ~ .list-bar {
    top: 492px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(8) ~ .list-bar {
    top: 574px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover:nth-of-type(9) ~ .list-bar {
    top: 656px;
    visibility: visible;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.calendar .documents .content-table .table-row .content-line .list ul li:hover > img {
    -webkit-transition: .15s;
    transition: .15s;
    opacity: 1;
}

.calendar .documents .content-table .table-row .content-line .list ul li img {
    -webkit-transition: .1s;
    transition: .1s;
    padding-left: 20px;
    opacity: 0;
}

.calendar .documents .content-table .table-row .content-line .list ul .list-bar {
    visibility: hidden;
    left: -1px;
    position: absolute;
    background: #17479E;
    width: 1px;
    height: 15px;
    z-index: 6;
}

.calendar .feedback-form {
    background-color: #fff;
    padding-top: 120px;
}

.calendar .feedback-form h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
}

.calendar .feedback-form .investment-contacts {
    border-top: 1px solid #d8d9db;
    border-bottom: 1px solid #d8d9db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    margin-bottom: 100px;
}

.calendar .feedback-form .investment-contacts img {
    margin-right: 20px;
}

.calendar .feedback-form .investment-contacts a {
    font-size: 16px;
    font-weight: 500;
}

.calendar .feedback-form .investment-contacts > a:first-of-type {
    margin-right: 113px;
}

.calendar .feedback-form form {
    padding-bottom: 120px;
}

.calendar .feedback-form form .flex-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.calendar .feedback-form form .flex-section .input-container {
    background-color: #f4f4f4;
    width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calendar .feedback-form form .flex-section .input-container input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 20px 0;
    font-size: 16px;
    color: #131415;
    font-weight: 300;
    margin-right: 20px;
    background: inherit;
}

.calendar .feedback-form form .flex-section .input-container input::-webkit-input-placeholder {
    color: #131415;
}

.calendar .feedback-form form .flex-section .input-container input:-ms-input-placeholder {
    color: #131415;
}

.calendar .feedback-form form .flex-section .input-container input::-ms-input-placeholder {
    color: #131415;
}

.calendar .feedback-form form .flex-section .input-container input::placeholder {
    color: #131415;
}

.calendar .feedback-form form .comment {
    width: 100%;
    height: 150px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f4f4f4;
    position: relative;
    margin-bottom: 30px;
}

.calendar .feedback-form form .comment textarea {
    width: 100%;
    height: 100%;
    resize: none;
    background-color: inherit;
    border: none;
    outline: none;
    color: #131415;
    font-size: 16px;
}

.calendar .feedback-form form .comment textarea::-webkit-input-placeholder {
    font-family: Gratimo;
    color: #131415;
    font-size: 16px;
}

.calendar .feedback-form form .comment textarea:-ms-input-placeholder {
    font-family: Gratimo;
    color: #131415;
    font-size: 16px;
}

.calendar .feedback-form form .comment textarea::-ms-input-placeholder {
    font-family: Gratimo;
    color: #131415;
    font-size: 16px;
}

.calendar .feedback-form form .comment textarea::placeholder {
    font-family: Gratimo;
    color: #131415;
    font-size: 16px;
}

.calendar .feedback-form form .comment img {
    position: relative;
    float: right;
    bottom: 20px;
}

.calendar .feedback-form form .send-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar .feedback-form form .send-block .check {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.calendar .feedback-form form .send-block .check + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .feedback-form form .send-block .check + label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #b3b3b3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.calendar .feedback-form form .send-block .check:checked + label::before {
    background: url("../../../image/reports-img/tick.svg") center center no-repeat;
}

.calendar .feedback-form form .send-block p {
    padding-left: 20px;
    font-size: 14px;
}

.calendar .feedback-form form .send-block button {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 350px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-family: Gratimo;
    border: 1px solid #131415;
    outline: none;
    background: inherit;
}

.calendar .feedback-form form .send-block button img {
    margin-left: auto;
}
/*# sourceMappingURL=calendar.css.map */

.disclosure {
    background-color: #F4F4F4 !important;
    height: auto;
    padding-bottom: 100px;
}

.disclosure-content {
    padding-top: 120px;
}

.disclosure-title {
    font-family: Gratimo;
    font-style: normal;
    font-weight: 700;
    color: #131415;
    font-size: 24px;
    margin-bottom: 50px
}

.disclosure .point {
    transition: .1s;
    width: 337px;
    height: 244px;
    box-sizing: border-box;
    border: 1px solid #999999;
    margin: 0 50px 50px 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.disclosure .point:hover {
    transition: .2s;
    color: #17479E;
    border: none;
    background-color: #fff;
}

.disclosure .row :last-child {
    margin-right: 0px;
}

.disclosure .point h3 {
    font-size: 16px;
    font-weight: 500;
}

.disclosure .point .more-about-point {
    margin-top: auto;
}

.disclosure .more-decoration {
    margin-left: 20px;
    background: url('../images/main-page/corner-more.svg') center center no-repeat;
    width: 6px;
    height: 14px;
}

.disclosure .point:hover .more-decoration {
    background: url('../images/main-page/red-corner.svg') center center no-repeat;
    transition: 0.3s;
    margin-left: 10px;
}
/**** MENU ****/

.wrap .nav {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #131415;
    z-index: 4;
    font-family: Muller;
    font-weight: 400;
}

.wrap .nav ul {
    list-style-type: none;
}

.wrap .nav .grey-line {
    width: 1px;
    margin-right: -1px;
    background-color: #f4f4f4;
    z-index: 4;
}

.wrap .nav__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    text-align: left;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 17px;
    padding-top: 18px;
}

.wrap .nav__link p {
    padding-left: 21px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap .nav__link:last-of-type {
    padding-bottom: 0;
}

.wrap .nav__link:hover {
    color: #17479E;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.wrap .nav__link:hover:nth-of-type(1) ~ .nav__bar {
    top: 0px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(2) ~ .nav__bar {
    top: 50px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(3) ~ .nav__bar {
    top: 100px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(4) ~ .nav__bar {
    top: 150px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(5) ~ .nav__bar {
    top: 200px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(6) ~ .nav__bar {
    top: 250px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(7) ~ .nav__bar {
    top: 300px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(8) ~ .nav__bar {
    top: 350px;
    visibility: visible;
}

.wrap .nav__link:hover:nth-of-type(9) ~ .nav__bar {
    top: 400px;
    visibility: visible;
}

.wrap .nav__bar {
    left: 0;
    position: absolute;
    background: #17479E;
    width: 1px;
    height: 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 6;
}

.wrap .nav__link.active p {
    padding-left: 20px;
    color: #17479E;
    border-left: 1px solid #17479E;
}

.nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    position: absolute;
    width: 274px;
    height: 536px;
    padding-top: 182px;
    padding-right: 4px;
    z-index: 2;
    padding-left: 5px;
    -webkit-transform: translateX(253px);
    transform: translateX(253px);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.nav2.off {
    -webkit-transform: translateX(-26px);
    transform: translateX(-26px);
    content: "";
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav2.off .grey-line {
    opacity: 0;
}

.nav2 .grey-line {
    width: 1px;
    height: 435px;
    background-color: #f4f4f4;
}

.nav2 ul {
    list-style-type: none;
}

.nav2-li {
    color: #131415;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 21px;
}

.nav2-li:first-child {
    padding-top: 0px;
    padding-bottom: 17px;
}

.nav2-li > a {
    padding-left: 0px;
}

.nav2-li:hover {
    color: #17479E;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.nav2-li:hover:nth-of-type(1) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 185px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(2) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 240px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(3) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 295px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(4) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 350px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(5) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 405px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(6) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 460px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(7) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 515px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(8) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 570px;
    visibility: visible;
}

.nav2-li:hover:nth-of-type(9) ~ .nav2-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 625px;
    visibility: visible;
}

.nav2-bar {
    visibility: hidden;
    margin-left: 5px;
    left: 0;
    position: absolute;
    background: #17479E;
    width: 1px;
    height: 15px;
}

.not-found {
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.not-found h1 {
    margin: 20px 0;
    text-transform: uppercase;
    color: #131415;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
}

.not-found p {
    margin: 0;
    color: #131415;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    max-width: 475px;
}

.not-found__line {
    margin-top: 4px;
    width: 120px;
    height: 1px;
    background-color: #131415;
}

.not-found__link {
    margin-top: 40px;
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 330px;
    border: 1px solid #17479e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #17479e;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    position: relative;
}

.not-found__link svg {
    position: absolute;
    right: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.not-found__link:hover svg {
    right: 25px;
}

.not-found__image {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.not-found__image svg {
    width: 100%;
    max-width: 540px;
    height: auto;
}

@media screen and (max-width: 1139px) {
    .not-found {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 60px;
    }
}

@media screen and (max-width: 767px) {
    .not-found h1 {
        font-size: 24px;
        letter-spacing: 0.02em;
    }
    .not-found .not-found__text {
        font-size: 16px;
    }
    .not-found .not-found__link {
        margin-top: 30px;
    }
}
