body.page-node-type-hydropower-about-the-company .gradient_wave {
    display: none;
}
#main #content-area #block-basic-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#main #content-area #block-basic-content article.node {
    margin: 0;
}
article .content > div {
    padding-right: calc(((100% - 1165px)/2));
    padding-left: calc((100% - 1165px)/2);
}
.cont-wrap {
    padding: 20px;
}
.hydropower_about_the_company__body {
    background: #def2ff;
}
.hp-img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.hydropower_about_the_company__body .cont-wrap {
    padding: 50px 50px 50px 20px;
}
.hydropower_about_the_company__body p {
    font-size: 1.125em;
}
.hydropower_about_the_company__facts-from-history {
    background: url('../../images/source/hp-history-facts-bg.png') no-repeat;
    background-size: contain;
}
.hydropower_about_the_company__facts-from-history .cont-wrap {
    padding: 20px 0 40px 34%;
}
.hydropower_about_the_company__facts-from-history h2 {
    color: #0049c9;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.history-facts-wrap {
    position: relative;
}
.history-facts-wrap:before{
    content: '';
    display: block;
    position: absolute;
    width: 248px;
    height: 248px;
    border: 10px solid #FFF;
    background: url(../../images/source/hp-history-facts-center-book-img.jpg) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    left: calc(50% - 122px);
    top: calc(50% - 122px);
}
.history-facts {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
}
.history-facts .fact-item {
    flex-basis: calc(50% - 50px);
    background: #1352bd;
    color: #FFF;
    border-radius: 50px;
    padding: 50px;
    margin: 25px;
}
.history-facts > .fact-item:nth-child(1) {
    padding-right: 65px;
    padding-bottom: 65px;
}
.history-facts > .fact-item:nth-child(2) {
    padding-left: 65px;
    padding-bottom: 65px;
}
.history-facts > .fact-item:nth-child(3) {
    padding-right: 65px;
    padding-top: 65px;
}
.history-facts > .fact-item:nth-child(4) {
    padding-left: 65px;
    padding-top: 65px;
}
.fact-item p {
    margin-bottom: 0;
}
.hp-interesting-facts {
    background: #0081e2;
    border-top-right-radius: 50px;
    display: flex;
    min-height: 100px;
    align-items: center;
    margin-bottom: 15px;
}
.hp-interesting-facts .cont-wrap {
    display:flex;
    align-items: center;
}
.hp-interesting-facts .cont-wrap:before {
    content: url('../../images/source/hp-facts-ico.png');
    display: block;
    margin-right: 20px;
}
.hydropower_about_the_company__interesting-facts p {
    color: #FFF;
}
.hydropower_about_the_company__interesting-facts p:last-child {
    margin-bottom: 0;
}
.hydropower_about_the_company__interesting-facts p a {
    color: #fedd00;
    text-decoration: underline;
}
.hydropower_about_the_company__subheading-header {
    background: url('../../images/source/hp-earth-water-bg.jpg') right no-repeat;
    background-size: cover;
    border-bottom: 10px solid #ffd320;
}
.hydropower_about_the_company__subheading-header .cont-wrap {
    padding: 90px 0 340px 34%;
    position: relative;
}
.hydropower_about_the_company__subheading-header .cont-wrap:after {
    position: absolute;
    content: '';
    height: 340px;
    border: 10px solid #ffd320;
    border-bottom: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: -10px;
    background: #FFF;
}
.hydropower_about_the_company__subheading-header .cont-wrap p {
    color: #FFF;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.hydropower_about_the_company__subheading-header .uhe-rivers-map {
    display: none;
    position: relative;
    font-size: 14px;
    vertical-align: top;
    background-color: rgba(105, 163, 202, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background: url('../../images/source/hp-ukraine-river-map-img.png');
    background-size: contain;
    width: 814px;
    height: 570px;
    margin-left: -70px;
}
.uhe-rivers-map .stations-list {
    position: fixed;
}
.uhe-rivers-map > ul > li {
    position: absolute;
    z-index: 10;
}
.uhe-rivers-map > ul > li.st-active {
    z-index: 11;
}
.uhe-rivers-map > ul > li > a {
	position: relative;
    display: block;
    padding: 5px 20px 5px 36px;
    border-radius: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    pointer-events: none;
}
.uhe-rivers-map > ul > li > a:hover {
	/* cursor: default; */
}
.uhe-rivers-map > ul > li > a .pointer_fields {
    position: static;
    top: 0;
    left: 0;
}
.uhe-rivers-map > ul > li > a .round {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px;
	border: 2px solid #054fc6;
	border-radius: 50%;
    pointer-events: auto;
    background: #FFF;
}
.uhe-rivers-map > ul > li > a .round > div {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    /*transition: 0.36s;*/
    background: #f9c913;
}
.uhe-rivers-map > ul > li:nth-child(10) > a .round,
.uhe-rivers-map > ul > li:nth-child(11) > a .round {
    background-image: url(../../images/source/ico-tools-blue.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.uhe-rivers-map > ul > li:nth-child(10) > a .round > div,
.uhe-rivers-map > ul > li:nth-child(11) > a .round > div {
    background: transparent;
}
.uhe-rivers-map > ul > li > a.active {
    /*transition: 0.36s;*/
    background: #0130ff;
    color: #FFF;
    pointer-events: auto;
    cursor: pointer;
}
.uhe-rivers-map > ul > li > a.active .round > div {
	/*transition: 0.36s;*/
}
.uhe-rivers-map > ul > li.bud {
    display: none;
}






.hydropotential-block .cont-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: -330px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.hydropotential-block .cont-wrap > div {
    flex-basis: calc(50% - 77px);
}
.h-pot-title {
    color: #0049c9;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px 0 50px;
}
.hydropower_about_the_company__world-hydropower,
.hydropower_about_the_company__hydropower-potential {
    display: flex;
    flex-direction: column;
}
.hydropower_about_the_company__world-hydropower {
    align-items: flex-end;
    text-align: right;
}
.hydropower_about_the_company__hydropower-potential {
    align-items: flex-start;
    text-align: left;
}
.hydropower_about_the_company__world-hydropower > div,
.hydropower_about_the_company__hydropower-potential > div {
    min-height: 120px;
}
.h-pot-item {
    position: relative;
}
.h-pot-item p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.h-pot-item p span {
    color: #0049c9;
}
.hydropower_about_the_company__world-hydropower .h-pot-item:before {
    width: 90px;
    display: block;
    height: auto;
    position: absolute;
    top: -10px;
}
.hydropower_about_the_company__world-hydropower .h-pot-item:nth-child(2):before {
    content: url(../../images/source/h-pot-ico-1.svg);
}
.hydropower_about_the_company__world-hydropower .h-pot-item:nth-child(3):before {
    content: url(../../images/source/h-pot-ico-2.svg);
}
.hydropower_about_the_company__world-hydropower .h-pot-item:nth-child(4):before {
    content: url(../../images/source/h-pot-ico-3.svg);
}
.hydropower_about_the_company__world-hydropower .h-pot-item:nth-child(5):before {
    content: url(../../images/source/h-pot-ico-4.svg);
}
.hp-world-map {
    padding-bottom: 70px;
}
.hp-world-map .title_image_description__title,
.hp-world-map .sec-title {
    color: #0049c9;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.hp-world-map .hp-map-img-text-wrap {
    display: flex;
    flex-wrap: wrap;
}
.hp-world-map .hp-map-img-text-wrap > div{
    flex-basis: 50%;
}
.hp-world-map .title_image_description__photo {
    padding-right: 20px;
}
.hp-world-map .title_image_description__photo img {
    display: block;
    border: 3px solid #dff2ff;
}
.hp-world-map .title_image_description__description {
    padding-left: 20px;
}
.hp-world-map .title_image_description__description p {
    font-size: 16px;
}
.hp-world-map .title_image_description__description p strong {
    font-size: 18px;
}
/**/
.hp-faq-block {
    margin-bottom: 50px;
}
.hp-faq-block .cont-wrap {
    padding: 20px 0 20px 20px;
}
.hp-faq-block .sec-title {
    color: #0049c9;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}
.accords-list > div+div {
    margin-top: 10px;
}
.accord-item {
    transition: border 0.3s;
    border: 2px solid #67b3ed;
}
.accord-item.active {
    border: 2px solid #054ec6;
}
.tab-title {
    display: flex;
    padding: 25px 65px 25px 30px;
    position: relative;
    cursor: pointer;
    background: #67b3ed;
    transition: background 0.3s
}
.accord-item.active .tab-title.in {
    background: #054ec6;
}
.accord-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.accord-item.active .accord-title {
    color: #FFF;
}
.accord-title p {
    margin: 0;
}
.accord-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 25px;
}
.accord-icon:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #FFF;
    border-right: 3px solid #FFF;
    height: 14px;
    /* margin-top: -8px; */
    /* right: 20px; */
    width: 14px;
    border-radius: 1px;
    transition: transform 0.25s ease-out;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accord-item.active .accord-icon:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.tab-content {
    padding: 25px;
}
.tab-content p:first-child {
    margin-top: 0;
}
.tab-content p:last-child {
    margin-bottom: 0;
}
/**/
.hp-materials {
    background: #dff2ff;
}
.hp-materials .cont-wrap {
    padding: 20px 20px 90px;
}
.hp-materials .sec-title {
    color: #0049c9;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}
.hp-materials .link_and_text__description-block {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
}
.hp-materials .link_and_text__description-block p {
    margin: 0;
}
.hp-materials .link_and_text__link-about-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hp-materials .link_and_text__link-about-company > div {
    flex-basis: calc(50% - 20px);
    height: 190px;
    background-size: cover !important;
    background-color: #edf6fc;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #0049c9;
}
.hp-materials .link_and_text__link-about-company > div:last-child {
    margin-bottom: 0;
}
.hp-materials .link_and_text__link-about-company > div a {
    color: #0049c9;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding: 30px 35% 30px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hp-materials .link_and_text__link-about-company > div:nth-child(1) {
    background-image: url('../../images/source/hp-material-1-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(2) {
    background-image: url('../../images/source/hp-material-2-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(3) {
    background-image: url('../../images/source/hp-material-3-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(4) {
    background-image: url('../../images/source/hp-material-4-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(5) {
    background-image: url('../../images/source/hp-material-5-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(6) {
    background-image: url('../../images/source/hp-material-6-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(7) {
    background-image: url('../../images/source/hp-material-7-bg.png');
}
.hp-materials .link_and_text__link-about-company > div:nth-child(6),
.hp-materials .link_and_text__link-about-company > div:nth-child(3){
  display: none;
}
/**/
.hp-virtual-tours {
    margin-bottom: 70px;
}
.hp-virtual-tours .cont-wrap {
    padding: 20px 0 20px 20px;
}
.virtual-tours-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.virtual-tours-wrap > .virtual-tour-item {
    flex-basis: calc(50% - 20px);
    position: relative;
    background: #def2ff;
    border: 6px solid #ffd320;
}
.hp-virtual-tours .vt-image {
    width: 100%;
    height: 100%;
}
.hp-virtual-tours .vt-image img {
    width: 100%;
    height: auto;
}
.hp-virtual-tours .vt-descr {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 45px 65px 0;
}
.hp-virtual-tours .vt-descr p {
    color: #0049c9;
    font-size: 38px;
    line-height: 45px;
    font-weight: 500;
    text-transform: uppercase;
}
.hp-virtual-tours .vt-descr p span {
    font-size: 24px;
    line-height: 35px;
}
.hp-virtual-tours .vt-link {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
}
.hp-faq-block .faq__vydpovid a{
  color: #0081e2;
  text-decoration: underline;
}
_:-ms-fullscreen, :root .hydropower_about_the_company__subheading-header .cont-wrap::after {
    bottom: -11px;
}
_:-ms-fullscreen, :root .history-facts .fact-item {
    flex-basis: calc(50% - 165px);
}
_:-ms-fullscreen, :root .hydropower_about_the_company__world-hydropower,
_:-ms-fullscreen, :root .hydropower_about_the_company__hydropower-potential {
    align-items: inherit;
}
_:-ms-fullscreen, :root .hp-world-map .hp-map-img-text-wrap > div {
    flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 1577px) {
    article .content > div {
        padding-left: 0;
    }
    .history-facts-wrap:before {
        width: 220px;
        height: 220px;
        left: calc(50% - 110px);
        top: calc(50% - 110px);
    }
    .history-facts .fact-item {
        border-radius: 50px;
        padding: 50px;
    }
    .history-facts > .fact-item:nth-child(1) {
        padding-right: 55px;
        padding-bottom: 55px;
    }
    .history-facts > .fact-item:nth-child(2) {
        padding-left: 55px;
        padding-bottom: 55px;
    }
    .history-facts > .fact-item:nth-child(3) {
        padding-right: 55px;
        padding-top: 55px;
    }
    .history-facts > .fact-item:nth-child(4) {
        padding-left: 55px;
        padding-top: 55px;
    }
    .hydropower_about_the_company__subheading-header .uhe-rivers-map {
        width: 700px;
        height: 490px;
    }
    _:-ms-fullscreen, :root .history-facts .fact-item {
        flex-basis: calc(50% - 155px);
    }
}
@media (min-width: 1280px) {
    .hydropower_about_the_company__world-hydropower .h-pot-item:before {
        right: -122px;
    }
}
@media (max-width: 1279px) {
    article .content > div {
        margin-right: 0;
    }
    .hydropower_about_the_company__body .cont-wrap {
        padding: 50px 20px;
    }
    .hydropower_about_the_company__facts-from-history .cont-wrap {
        padding: 20px 20px 40px 25%;
    }
    .history-facts-wrap:before {
        width: 200px;
        height: 200px;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
    }
    .history-facts .fact-item {
        border-radius: 40px;
        padding: 40px;
    }
    .history-facts > .fact-item:nth-child(1) {
        padding-right: 50px;
        padding-bottom: 50px;
    }
    .history-facts > .fact-item:nth-child(2) {
        padding-left: 45px;
        padding-bottom: 45px;
    }
    .history-facts > .fact-item:nth-child(3) {
        padding-right: 45px;
        padding-top: 45px;
    }
    .history-facts > .fact-item:nth-child(4) {
        padding-left: 45px;
        padding-top: 45px;
    }
    .hydropower_about_the_company__facts-from-history {
        background: url(../../images/source/hp-history-facts-bg.png) calc(((100% - 1165px)/2) + 300px) center no-repeat;
        background-size: contain;
    }
    .hydropotential-block .cont-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hydropotential-block .cont-wrap > div {
        flex-basis: calc(50% - 67px);
    }
    .hp-faq-block .cont-wrap,
    .hp-virtual-tours .cont-wrap {
        padding: 20px;
    }
    .hp-virtual-tours .vt-descr {
        padding: 35px 50px 0;
    }
    .hp-virtual-tours .vt-descr p {
        font-size: 30px;
        line-height: 38px;
    }
    _:-ms-fullscreen, :root .history-facts .fact-item {
        flex-basis: calc(50% - 138px);
    }
}
@media (max-width: 1279px) and (min-width: 992px){
    .hydropower_about_the_company__world-hydropower .h-pot-item:before {
        right: -112px;
    }
}
@media (max-width: 991px) {
    .virtual-tours-wrap {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .virtual-tours-wrap > div+div {
        margin-top: 30px;
    }
    .hp-materials .link_and_text__link-about-company {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .hp-materials .link_and_text__link-about-company > div:nth-child(7) {
        background-image: url(../../images/source/hp-material-7-bg-mob.png);
    }
    .hydropower_about_the_company__facts-from-history {
        background: url(../../images/source/hp-history-facts-bg-tab.png) center bottom no-repeat;
        padding-bottom: 460px;
    }
    .hydropower_about_the_company__facts-from-history .cont-wrap {
        padding: 20px;
    }
    .history-facts-wrap {
        margin-top: 90px;
    }
    .history-facts-wrap:before {
        width: 160px;
        height: 160px;
        left: calc(50% - 80px);
        top: -80px;
    }
    .history-facts {
        flex-direction: column;
        margin: 0;
    }
    .history-facts .fact-item {
        margin: 0;
        padding: 40px 30px;
    }
    .history-facts .fact-item:first-child {
        padding-top: 120px;
    }
    .history-facts > .fact-item+.fact-item {
        margin-top: 20px;
    }
    .hp-interesting-facts {
        border-top-right-radius: 0;
    }
    .hydropower_about_the_company__subheading-header .cont-wrap {
        padding: 90px 40px 340px;
    }
    /*.hydropower_about_the_company__subheading-header .river-map-img {
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
    }*/
    .hydropower_about_the_company__subheading-header .uhe-rivers-map {
        margin: 0 auto;
    }
    /*.hydropower_about_the_company__subheading-header .river-map-img:after {
        width: 500px;
        height: 350px;
    }*/
    .hp-world-map .hp-map-img-text-wrap {
        flex-direction: column;
    }
    .hp-world-map .hp-map-img-text-wrap > div {
        padding: 0;
    }
    .hp-world-map .title_image_description__photo {
        margin-bottom: 30px;
    }
    .hp-world-map .title_image_description__photo img {
        margin: 0 auto;
    }
    .hydropotential-block .cont-wrap {
        flex-direction: column;
    }
    .hydropower_about_the_company__world-hydropower,
    .hydropower_about_the_company__hydropower-potential {
        margin-left: 132px;
        align-items: flex-start;
        text-align: left;
    }
    .hydropower_about_the_company__hydropower-potential .h-pot-item:before {
        width: 90px;
        display: block;
        height: auto;
        position: absolute;
        top: -10px;
    }
    .hydropower_about_the_company__world-hydropower .h-pot-item:before,
    .hydropower_about_the_company__hydropower-potential .h-pot-item:before {
        left: -112px;
    }
    .hydropower_about_the_company__hydropower-potential .h-pot-item:nth-child(2):before {
        content: url(../../images/source/h-pot-ico-1.svg);
    }
    .hydropower_about_the_company__hydropower-potential .h-pot-item:nth-child(3):before {
        content: url(../../images/source/h-pot-ico-2.svg);
    }
    .hydropower_about_the_company__hydropower-potential .h-pot-item:nth-child(4):before {
        content: url(../../images/source/h-pot-ico-3.svg);
    }
    .hydropower_about_the_company__hydropower-potential .h-pot-item:nth-child(5):before {
        content: url(../../images/source/h-pot-ico-4.svg);
    }
    _:-ms-fullscreen, :root .history-facts .fact-item {
        flex-basis: auto;
    }
    _:-ms-fullscreen, :root .hydropotential-block .cont-wrap > div {
        flex-basis: auto;
    }
    _:-ms-fullscreen, :root .hp-world-map .hp-map-img-text-wrap > div {
        flex-basis: auto;
    }
    _:-ms-fullscreen, :root .hp-materials .link_and_text__link-about-company > div,
    _:-ms-fullscreen, :root .virtual-tours-wrap > .virtual-tour-item {
        flex-basis: auto;
    }
}
@media (max-width: 767px) {
    .hydropower_about_the_company__subheading-header .cont-wrap {
        padding: 50px 20px;
    }
    .hydropower_about_the_company__subheading-header .cont-wrap p {
        margin-bottom: 50px;
        font-size: 28px;
        line-height: 38px;
    }
    .hydropower_about_the_company__subheading-header .uhe-rivers-map {
        width: 260px;
        height: 182px;
    }
    .hydropower_about_the_company__subheading-header {
        background: url(../../images/source/hp-earth-water-bg-mob.jpg) center no-repeat;
        background-size: cover;
    }
    .hydropower_about_the_company__subheading-header .cont-wrap:after {
        height: 30px;
    }
    .hydropotential-block .cont-wrap {
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .hydropotential-block .cont-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hydropower_about_the_company__world-hydropower,
    .hydropower_about_the_company__hydropower-potential {
        margin-left: 0;
    }
    .hydropower_about_the_company__world-hydropower {
        margin-bottom: 30px;
    }
    .hydropower_about_the_company__world-hydropower > .h-pot-title,
    .hydropower_about_the_company__hydropower-potential > .h-pot-title {
        min-height: auto;
        align-self: center;
        text-align: center;
        padding: 20px 0;
    }
    .hydropower_about_the_company__world-hydropower > .h-pot-item,
    .hydropower_about_the_company__hydropower-potential > .h-pot-item {
        padding-top: 83px;
    }
    .hydropower_about_the_company__world-hydropower .h-pot-item:before,
    .hydropower_about_the_company__hydropower-potential .h-pot-item:before {
        width: 56px;
    }
    .hydropower_about_the_company__world-hydropower .h-pot-item:before,
    .hydropower_about_the_company__hydropower-potential .h-pot-item:before {
        left: calc(50% - 28px);
        top: 10px;
    }
    .hp-world-map .title_image_description__title,
    .hp-world-map .sec-title,
    .hp-materials .sec-title,
    .hp-faq-block .sec-title,
    .hydropower_about_the_company__facts-from-history h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        word-break: break-word;
    }
    .uhe-rivers-map > ul > li > a .round {
        width: 22px;
        height: 22px;
        padding: 5px;
    }
    .hp-materials .link_and_text__link-about-company > div a {
        word-break: break-word;
        font-size: 25px;
        line-height: 32px;
    }
    .hp-virtual-tours .vt-descr {
        padding: 15px 15px 0;
    }
    .hp-virtual-tours .vt-descr p {
        font-size: 25px;
        line-height: 35px;
        word-break: break-word;
    }
    .hp-virtual-tours .vt-descr p span {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 560px) {
    .hp-materials .sec-title,
    .hydropower_about_the_company__facts-from-history h2 {
        margin-top: 30px;
    }
    .hydropower_about_the_company__facts-from-history {
        background: url(../../images/source/hp-history-facts-bg-mob.png) center bottom no-repeat;
        padding-bottom: 460px;
    }
    .hp-materials .link_and_text__description-block {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .hp-faq-block {
        margin-bottom: 30px;
    }
    .hp-world-map {
        padding-bottom: 0;
    }
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
    .hp-virtual-tours .vt-descr p {
        font-size: 22px;
        line-height: 28px;
    }
    .hp-virtual-tours .vt-descr p span {
        font-size: 18px;
        line-height: 25px;
    }
}
