#energies {
    min-width: 310px;
    padding: 0;
    margin: 0;

    line-height: 2rem;
}

#energies #whitespace_fix {
    background-color: #0e2142;
    position: relative;
    z-index: 2;
}

#energies .nowrap {
	white-space: nowrap;
}

#energies .section {
    width: 100%;
    padding: 4rem 1rem 5.8rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #ffffff;
}

#energies .wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

#energies .typicall__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;

    padding: 0 1rem;

    font-size: 0;
    list-style-type: none;
}

#energies a {
    color: #ffffff;
    text-decoration: none;
}

#energies a:hover,
#energies a:visited {
    color: #ffffff;
}

#energies .h2 {
    color: #000000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
}

#energies .h3 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2rem;
}

#energies .button_holder {
    display: block;

    text-align: center;
}

#energies .pretty__button {
    display: inline-block;
    vertical-align: middle;

    min-width: 28rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem;
    overflow: hidden;

    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2rem;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#energies .pretty__button-special {
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 500;
}

#energies .button_holder {
    display: block;

    text-align: center;
}

#energies .green__button {
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#energies .blue__button {
    position: relative;
}

#energies .blue__button:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: -o-linear-gradient(left, #015593, #0361a7, #015593);
    background: -webkit-gradient(linear, left top, right top, from(#015593), color-stop(#0361a7), to(#015593));
    background: linear-gradient(to right, #015593, #0361a7, #015593);
    opacity: 0.8;
}

#energies .red__button {
    margin-right: 2rem;
    background: -o-linear-gradient(left, #e11e0a, #f5230c, #e11e0a);
    background: -webkit-gradient(linear, left top, right top, from(#e11e0a), color-stop(#f5230c), to(#e11e0a));
    background: linear-gradient(to right, #e11e0a, #f5230c, #e11e0a);
}

#energies .green__button:hover {
    background: #98c838;
}

#energies .blue__button:hover {
    background: #0361a7;
    color: #ffffff;
    opacity: 1;
}

#energies .red__button:hover {
    background: #f5230c;
    color: #ffffff;
}

#energies .bottom__button {
    margin-bottom: -13.3rem;
}

#energies #main {
    color: #ffffff;
    text-align: center;
    background-image: url(images/main-bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #9d0d19;
}

#energies .main__header {
    margin-top: 10.2rem;
}

#energies .title-big {
    margin-top: 1rem;
    margin-bottom: 1.7rem;

    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
    color: #ffffff;
}

#energies .main__header_subtitle {
    display: inline-block;

    width: 90%;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 0;

    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

#energies .main__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin-top: 6.3rem;
    margin-bottom: 3.2rem;
}

#energies .main__content_item {
    -ms-flex-preferred-size: 19.5%;
    flex-basis: 19.5%;
}

#energies .main__content_img {
    display: inline-block;

    width: 80px;
    height: 80px;

    background: url("images/main-icons.png") -14px -7px;
}

#energies .main__content_img-2 {
    background: url("images/main-icons.png") -129px -7px;
}

#energies .main__content_img-3 {
    background: url("images/main-icons.png") -250px -7px;
}

#energies .main__content_img-4 {
    background: url("images/main-icons.png") -340px -7px;
}

#energies .main__content_title {
    margin-top: 3.6rem;
    margin-bottom: 2.2rem;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

#energies .main__content_text {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    opacity: 0.8;
}

#energies #about {
    text-align: center;
    background: url(images/about-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 100% 50%;
    background-color: #fff;
}

#energies .about__title {
    margin-top: 8rem;
    margin-bottom: 4.5rem;
}

#energies .about__describe {
    padding: 0 1.3rem;
}

#energies .about__describe_text {
    margin-bottom: 2rem;

    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #697d8c;
}

#energies .about__describe_link,
#energies .about__describe_link:hover,
#energies .about__describe_link:visited {
    color: #1378bf;
}

#energies .about__describe_link:hover {
    text-decoration: underline;
}

#energies .about__content {
    justify-content: center;

    margin-top: 4.4rem;
    margin-bottom: 4.5rem;
}

#energies .about__item {
    position: relative;
    flex-basis: 35%;
    overflow: hidden;

    height: 42rem;
    box-sizing: border-box;
    margin: 0 1.3rem 2.2rem 1.3rem;
    border: 1px solid #f9fafb;
    border-radius: 4px;
    border-top: none;

    text-align: left;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px 0 #ecedee;
    box-shadow: 0 3px 1px 0 #ecedee;
}

:lang(ru) #energies .about__item {
    height: 43rem;
}

#energies .about__item_wrapper {
    position: relative;
    overflow: hidden;
    z-index: 2;

    height: 100%;
    padding: 2rem 2.4rem 5rem 3rem;
}

#energies .about__item_wrapper-blue {
    background: url(images/about-brent.png) no-repeat;
    background-size: 85%;
    background-position: 100% 55%;
}

#energies .about__item_wrapper-blue::before {
    content: "Brent";

    position: absolute;
    bottom: 12rem;
    right: -9.7rem;
    z-index: 2;

    width: 100%;

    font-size: 144.34px;
    line-height: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#energies .about__item-blue::after {
    content: "";

    position: absolute;
    bottom: -9rem;
    right: -4rem;

    width: 100%;
    height: 250px;
    border-top-left-radius: 50%;

    background: radial-gradient(#f9fbfd 5%, #f9fcfd, #fdfdfe, #fdfefe, #fefeff);
}

#energies .about__item-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;

    width: calc(100% + 2px);
    height: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

    background: linear-gradient(to right, #bcdfd4, #87a6c1);
}

#energies .about__item_wrapper-blue::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;

    width: 100%;
    height: 3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

    background: #fff;
}

#energies .about__item_wrapper-red {
    background: url(images/about-wti.png) no-repeat;
    background-size: 100%;
    background-position: 100% 43%;
}

#energies .about__item-red::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;

    width: calc(100% + 2px);
    height: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

    background: linear-gradient(to right, #f8cab1, #af7398);
}

#energies .about__item_wrapper-red::before {
    content: "wti";

    position: absolute;
    bottom: 12rem;
    right: -11.5rem;
    z-index: 2;

    width: 100%;

    font-size: 144.34px;
    line-height: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

#energies .about__item-red::after {
    content: "";

    position: absolute;
    bottom: -9rem;
    right: -7rem;

    width: 100%;
    height: 250px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;

    background: radial-gradient(#f9fbfd 5%, #f9fcfd, #fdfdfe, #fdfefe, #fefeff);
}

#energies .about__item_wrapper-red::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;

    width: 100%;
    height: 3px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;

    background: #fff;
}


#energies .about__item_title {
    margin: 0.7rem 0 0.8rem 0;

    font-size: 2.2rem;
    line-height: 5rem;
}

#energies .about__item_subtitle {
    margin-bottom: 2.6rem;

    font-size: 1.4rem;
    opacity: 0.7;
}

#energies .about__item_content {
    position: absolute;
    bottom: 13rem;
    z-index: 2;

    width: calc(100% - 54px);

    padding: 0;
    margin: 0;

    list-style-type: none;
}

#energies .about__item_li {
    font-size: 1.4rem;
    line-height: 4rem;
}

#energies .about__li_type {
    opacity: 0.7;
}

#energies .about__li_value {
    float: right;

    font-weight: 500;
}

#energies .about__link_holder {}

#energies .about__link_img {
    display: inline-block;

    width: 30px;
    height: 35px;
    margin-right: 1.7rem;

    background: url(images/about-icon.png) no-repeat;
    background-size: 100%;
}

#energies a.about__link {
    vertical-align: -19px;

    font-size: 1.6rem;
    color: #1378bf;
    text-decoration: underline;
}

#energies .about__link:hover {
    text-decoration: none;
    color: #1378bf;
}

#energies .about__link:visted {
    color: #1378bf;
}


/* section */

#energies #wide {
    position: relative;
    z-index: 2;

    padding-bottom: 5rem;

    background-color: #0e2142;
    background: url("images/wide-bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    text-align: center;
    color: #ffffff;
}

html[dir="rtl"] #energies #wide {
    overflow-x: visible;
}

#energies .wide__header::before {
    content: "";
    position: absolute;
    top: 20rem;
    z-index: -1;

    width: 890px;
    height: 403px;

    background: url(images/wide-bg2.png) no-repeat;
    background-position: 100% 100%;
}


#energies .wide__link {
    margin: 0;
    margin-bottom: 4.1rem;
    color: #7fba2f;
    font-size: 1.4rem;
    line-height: 3rem;
    display: block;
}

#energies .wide__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#energies .wide__link:visited {
    color: #7fba2f;
}


#energies .wide__header {
    margin-top: 3.3rem;
    padding-bottom: 7rem;
}


#energies .wide__title {
    font-weight: 300;
}

#energies .wide__content {
    position: relative;

    max-width: 50%;
    margin-bottom: 1.8rem;
    padding: 0 1.9rem 0 1.9rem;

    text-align: left;
}

#energies .wide__content_title {
    font-size: 4rem;
    line-height: 4rem;
}

#energies .wide__content_text {
    margin-top: 5.3rem;
    margin-bottom: 1.2rem;
    padding-top: 0;

    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
    opacity: 0.7;
}

#energies .wide__brand {
    display: inline-block;

    width: 200px;
    height: 40px;
    margin: 0;

    background: url(images/wide-tags.png) -19px -12px;
}

#energies .wide__brand-2 {
    width: 130px;
    margin: 0 0 0 2.8rem;

    background: url(images/wide-tags.png) -250px -12px;
}

#energies #accounts {
    padding-top: 4rem;

    background-color: #0e2142;
    text-align: center;
}

#energies #accounts .h2 {
    margin: 6.1rem 0 3.8rem 0;

    color: #ffffff;
}

#energies .accounts__subtitle {
    display: inline-block;
    max-width: 65%;
    margin: 0;
    margin-bottom: 1.2rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #a1a5a9;
}

#energies .accounts__link {
    display: block;

    margin: 0;

    color: #7fba2f;
    font-size: 1.4rem;
    line-height: 3rem;
}

#energies .accounts__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#energies .accounts__link:visited {
    color: #7fba2f;
}

#energies .accounts__slider {
    position: relative;

    margin-top: 5.9rem;
    padding-left: 2rem;
    margin-bottom: 3.2rem;
}

#energies .accounts__slider_arrow {
    position: absolute;
    top: calc(50% - 20px);

    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

#energies .accounts__slider_prev {
    left: -72px;

    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

#energies .accounts__slider_next {
    right: -72px;
    z-index: 4;

    border-right: 2px solid #dfe0e2;
    border-top: 2px solid #dfe0e2;
}

#energies .accounts__caption {
    position: absolute;
    bottom: 0;

    width: 130px;
    padding: 0 0 2.4rem 0;
    margin: 0;

    list-style-type: none;
    text-align: right;
}

#energies .accounts__captaion_item {
    position: relative;

    line-height: 4rem;
    color: #a1a5a9;
}

#energies .accounts__captaion_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
}

#energies .accounts__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

    width: 100%;
    height: 38rem;
    padding-left: 14rem;

    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#energies .accounts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    width: 100%;
    height: 100%;
    padding: 0;

    list-style-type: none;
}

#energies .accounts__scrollable_item {
    display: inline-block;
    position: absolute;
    z-index: 2;

    width: 280px;
    height: 100%;
    margin: 0 1rem;
    padding: 0 2.8rem 17.9rem 2.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #11548b;
    border-radius: 5px;

    background: rgba(15, 41, 78, 0.8);
    text-align: left;
    cursor: pointer;

    transition: opacity .9s ease-in-out, transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

#energies .accounts__scrollable_item:hover {
    background: #11548b;

    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#energies .accounts__item_title {
    margin-top: 2.6rem;
    margin-bottom: 0.8rem;

    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 400;
    color: #ffffff;
}

#energies .accounts__item_text {
    padding-left: 0.3rem;

    font-size: 1.4rem;
    color: #a1a5a9;
    font-weight: 400;
}

#energies .accounts__item_order {
    position: absolute;
    bottom: 2.4rem;

    width: 100%;
    padding: 0;
    padding-left: 0.3rem;

    list-style-type: none;
}

#energies .accounts__item_order_li {
    position: relative;

    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#energies .accounts__item_order_li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3rem;

    width: 100%;
    height: 1px;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

#energies .accounts__item_banner {
    position: absolute;
    top: -2px;
    right: 0;

    padding: 0.4rem 1rem 0.1rem 0.9rem;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;

    font-size: 1.2rem;
    line-height: 2rem;
    color: #ffffff;
    background: #11548b;
}

#energies .accounts__button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#energies .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 3;

    width: 280px;
    height: calc(100% + 4px);
    background: -o-linear-gradient(right, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(14, 33, 66, 1)), to(rgba(14, 33, 66, 0)));
    background: linear-gradient(to left, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
}

#energies .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
    opacity: 0.3;
}

#energies #profit {
    background: url(images/profit-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #01447e;
    color: #ffffff;
}

#energies #profit .wrapper {
    padding-left: 2.2rem;
}

#energies .profit__header {
    width: 65%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 7.1rem;
    margin-bottom: 6.1rem;
}

#energies .profit__title {
    margin-top: 1rem;
    margin-bottom: 1.8rem;

    color: #ffffff;
}

#energies .profit__subtitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #ffffff;
    opacity: 0.8;
}

#energies .profit__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    margin-bottom: 2.2rem;
}

#energies .profit__content_item {
    position: relative;
    z-index: 2;

    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin: 0 1rem;
    padding: 2rem 2rem 9.4rem 2rem;
    border-top: 2px solid transparent;
    border-radius: 4px;

    background: rgba(3, 72, 131, 0.8);

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#energies .profit__content-item-border {
    border-color: #0d61a0;
}

#energies .profit__content_item:first-child {
    margin-left: 0;
}

#energies .profit__content_item:last-child {
    margin-right: 0;
}

#energies .profit__content_item:hover {
    background: #1372b6;
    opacity: 1;
    border-color: #1372b6;
}

#energies .profit__content_item:hover .profit__content-pop {
    background-color: #1372b6;
}

#energies .profit__content_title {
    width: 70%;
    margin-top: 3.2rem;
    margin-bottom: 2.2rem;
    padding-left: 1.0rem;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

#energies .profit__content_img {
    width: 90px;
    height: 90px;

    background: url(images/profit-icon.png) 0 3px;
}

#energies .profit__content_img-2 {
    background: url(images/profit-icon.png) -97px 3px;
}

#energies .profit__content_img-3 {
    background: url(images/profit-icon.png) -201px 3px;
}

#energies .profit__content_img-4 {
    background: url(images/profit-icon.png) 93px 3px;
}

#energies .profit__content_list {
    padding: 0;

    list-style-type: none;
}

#energies .profit__content_li {
    position: relative;

    margin: 0;
    margin-bottom: 1rem;
    padding-left: 0.7rem;

    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
}

#energies .profit__content_li:before {
    content: "-";
    position: absolute;
    left: 0;
}

#energies .profit__content_btn {
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: 2rem;

    padding: 1rem 0;
    border-radius: 5px;

    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

#energies .profit__content-pop {
    position: absolute;
    top: -2px;
    right: 0;

    padding: 0.4rem 1.1rem 0.1rem 1.1rem;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;

    font-size: 1.2rem;
    font-weight: 500;
    background: #0d61a0;
}

#energies #security {
    position: relative;

    padding-bottom: 1.8rem;

    background-color: #ffffff;
    color: #697d8c;
}

#energies #security::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;

    width: 100%;
    height: 100%;

    background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
    background-repeat: no-repeat;
    background-position: 85% 100%;
    background-size: auto 100%;
}

#energies #security .wrapper {
    position: relative;
    z-index: 2;

    text-align: left;
}

#energies .security__content {
    display: inline-block;

    max-width: 744px;
    padding: 1.6rem;
}

#energies .security__header {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
}

#energies .security__title {
    margin: 2rem 0 2.3rem 0;
}

#energies .security__subtitle {
    padding-left: 0.4rem;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
}

#energies .security__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
}

#energies .security__list_item {
    width: 340px;
    margin-bottom: 3.5rem;
}

#energies .security__list_title {
    display: inherit;
    position: relative;

    margin-top: 2.9rem;

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
}

#energies .security__list_title:visited,
#energies .security__list_title:hover {
    color: #697d8c
}

#energies .security__list_title:hover {
    text-decoration: underline;
}

#energies .security__list_img {
    content: " ";
    float: left;

    width: 90px;
    height: 85px;
    margin-right: 1.2rem;
    background: url("/uploads/pages/general/images/section-security/security-icon.png") 1px -1px;
}

#energies .security__list_img-2 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#energies .security__list_img-3 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#energies .security__list_img-4 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

#energies #award {
    background-color: #f2f5fb;
    text-align: center;
}

#energies .award__header {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#energies .award__title {
    margin-bottom: 1rem;
}

#energies .award__subtitle {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 300;
    color: #000000;
}

#energies .award__subtitle-special {
    font-weight: 500;
}

#energies .award__list {
    -ms-flex-pack: distribute;

    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 76%;
    justify-content: space-between;
    margin: 0 auto;
}

#energies .award__list li {
    font-size: 1.6rem;
    color: #697d8c;
    width: 220px;
    padding: 0 4rem;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding-bottom: 5.2rem;
    margin-bottom: 2.7rem;
}

#energies .award__list li::before {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    top: -11px;
    left: 4px;
}

#energies .award__list li::after {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 4px;
    top: -12px;
}

#energies .award__list h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

#energies .award__list .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


:lang(vi)#energies .accounts__caption {
        width: 146px;
}





@media all and (min-width: 920px) {
    #energies .award__list .item-small {
        width: 130px;
        padding-bottom: 4.2rem;
    }

    #energies .award__list .item-small h4 {
        font-size: 1.5rem;
    }

    #energies .award__list .item-small::before {
        width: 50px;
        height: 80px;
        top: -11px;
        left: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }

    #energies .award__list .item-small::after {
        width: 50px;
        height: 80px;
        top: -11px;
        right: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }
}

@media all and (max-width: 1040px) {
    #energies .award__list {
        max-width: 100%;
    }
}

@media all and (max-width: 880px) {
    #energies .award__list li {
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #energies .award__list {
        justify-content: center;
    }
}

@media all and (max-width: 560px) {

    #energies .award__list li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #energies .award__list {
        margin-top: 4rem;
    }
}

:lang(ru) #energies .accounts__caption {
    width: 14rem;
}

:lang(ru) #energies .accounts__scrollable {
    height: 41rem;
}

html[dir="rtl"] #energies .wide__content {
    text-align: right;
}

 html[dir="rtl"] #energies .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item::before {
    left: 0;
    right: auto;

    background: -o-linear-gradient(left, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(14, 33, 66, 1)), to(rgba(14, 33, 66, 0)));
    background: linear-gradient(to right, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
}

 html[dir="rtl"] #energies .accounts__scrollable_item {
    text-align: right;
}

 html[dir="rtl"] #energies .accounts__item_text,
 html[dir="rtl"] #energies .accounts__item_order {
    padding-right: 0.3rem;
    padding-left: 0;
}

 html[dir="rtl"] #energies .accounts__scrollable {
    padding-right: 14rem;
    padding-left: 0;
}

 html[dir="rtl"] #energies .accounts__item_order_li:not(:last-child)::after {
    right: -3rem;
    left: auto;

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

 html[dir="rtl"] #energies .accounts__item_banner {
    left: 0;
    right: auto;

    padding: 0.4rem 0.9rem 0.1rem 1rem;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
}

 html[dir="rtl"] #energies .accounts__captaion_item:not(:last-child)::after {
    right: 0;
    left: auto;

    background: linear-gradient(to left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
}

 html[dir="rtl"] #energies .accounts__caption {
    text-align: left;
}

 html[dir="rtl"] #energies .profit__content_li {
    padding-right: 0.9rem;
    padding-left: 0;
}

 html[dir="rtl"] #energies .profit__content_li:before {
    left: auto;
    right: 0;
}

 html[dir="rtl"] #energies .profit__content-pop {
    left: 0;
    right: auto;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}

 html[dir="rtl"] #energies .profit__content_title {
    padding-left: 0;
    padding-right: 1rem;
}

 html[dir="rtl"] #energies .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

 html[dir="rtl"] #energies #security .wrapper {
    text-align: right;
}

 html[dir="rtl"] #energies #security::after {
    right: auto;
    left: 0;

    background-position: 9% 100%;
}

 html[dir="rtl"] #energies .security__list_item {
    text-align: right;
}

 html[dir="rtl"] #energies .accounts__slider {
    padding-right: 2rem;
    padding-left: 0;
}

html[dir="rtl"] #energies .wide__brand-2 {
    margin: 0 2.8rem 0 0;
}

html[dir="rtl"] #energies .about__link_img {
	margin-left: 1.7rem;
	margin-right: 0;
}

html[dir="rtl"] #energies .about__item {
	text-align: right;
}

html[dir="rtl"] #energies .about__li_value {
	float: left;
}
@media all and (min-width: 4000px) {
     html[dir="rtl"] #energies #security::after {
        background-position: 29% 100%;
    }

    #energies #security::after {
        background-position: 70% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
     html[dir="rtl"] #energies #security::after {
        background-position: 29% 100%;
    }

    #energies #security::after {
        background-position: 71% 100%;
    }
}

@media all and (max-width: 1720px) {
    #energies #security::after {
        background-position: 111% 100%;
    }

     html[dir="rtl"] #energies .wide__header::before {
        left: 0;
        right: auto;
    }

     html[dir="rtl"] #energies #security::after {
        background-position: -11% 100%;
    }
}

@media all and (max-width: 1520px) {
    #energies #security::after {
        background-position: 121% 100%;
    }

    #energies .accounts__slider_prev {
        left: 20px;
    }

    #energies .accounts__slider_next {
        right: 20px;
    }

     html[dir="rtl"] #energies #security::after {
        background-position: -21% 100%;
    }
    #energies .wide__header::before {
        opacity: 0.5;
    }
}

@media all and (max-width: 1320px) {
    #energies #security::after {
        background-position: 161% 100%;
    }

     html[dir="rtl"] #energies #security::after {
        background-position: -31% 100%;
    }
}

@media all and (max-width: 1250px) {
    #energies .wide__content {
        max-width: 70%
    }
}

@media all and (max-width: 1180px) {
    #energies .profit__content_item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 4rem;
    }

    #energies .profit__content_item:first-child {
        margin-left: 1rem;
    }

    #energies .profit__content_item:last-child {
        margin-right: 1rem;
    }

    #energies .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        content: "";
        position: absolute;
        right: 0;
        top: -2px;
        z-index: 3;

        width: 280px;
        height: calc(100% + 4px);
        background: -o-linear-gradient(right, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(14, 33, 66, 1)), to(rgba(14, 33, 66, 0)));
        background: linear-gradient(to left, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
    }

    #energies .active~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0.3;
    }

    #energies .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0;
    }

    #energies .about__item {
        flex-basis: 40%;
    }

     html[dir="rtl"] #energies .active~.accounts__scrollable_item~.accounts__scrollable_item::before {
        right: auto;
        left: 0;

        background: -o-linear-gradient(left, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(14, 33, 66, 1)), to(rgba(14, 33, 66, 0)));
        background: linear-gradient(to right, rgba(14, 33, 66, 1) 55%, rgba(14, 33, 66, 0) 100%);
    }
}

@media all and (max-width: 1160px) {
   #energies .main__content_item {
        margin-bottom: 2rem;
    }

    #energies .security__content {
        padding: 1.6rem 0;
    }

    #energies #security::after {
        background-position: 221% 100%;
    }

    #energies #profit .wrapper {
        padding: 0;
    }

    #energies .h2 {
        line-height: 5rem;
    }

     html[dir="rtl"] #energies #security::after {
        background-position: -91% 100%;
    }
}

@media all and (max-width: 1040px) {
    #energies .wide__header {
        position: relative;

        padding-bottom: 43rem;
    }

    #energies .wide__header::before {
        top: auto;
        bottom: -6rem;
        left: 0;
        right: 0;
        margin: 0 auto;

        width: 100%;
        height: 100%;

        background-size: 100%;
        background-position: 100%;
        opacity: 1;
    }

    #energies .wide__content {
        max-width: 100%;

        text-align: center;
    }

    html[dir="rtl"] #energies .wide__content {
    	text-align: center;
    }
}

@media all and (max-width: 990px) {
    #energies .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #energies .main__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #energies .security__wrapper {
        text-align: center;
    }

    #energies .security__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    #energies #security::after {
        background-size: 0;
    }

    #energies .security__list_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #energies #security {
        background-size: 0;
    }

    #energies .profit__header {
        width: 100%;

        text-align: center;
    }

    #energies .profit__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #energies .profit__content_item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    #energies .accounts__slider_arrow {
        display: none;
    }

    #energies .accounts__subtitle {
        max-width: 100%;
    }
}

@media all and (max-width: 780px) {
    #energies .title-big {
        font-size: 4.5rem;
        line-height: 5rem;
    }

    #energies .accounts__list::after {
        display: none;
    }

    #energies .security__list_item {
        margin-right: 0;
        margin-left: 0;
    }

    #energies .about__item {
        flex-basis: 100%;
    }

    #energies .wide__header {
        padding-bottom: 35rem;
    }

    #energies .nowrap {
    	white-space: normal;
    }
}

@media all and (max-width: 720px) {
    #energies .security__header {
        text-align: center;
    }

    #energies .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 2rem;
        margin-left: 2rem;
    }

    #energies .profit__header,
    #energies .profit__subtitle {
        padding-right: 0;
        padding-left: 0;
    }
}

@media all and (max-width: 660px) {
    #energies .profit__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #energies .typicall__list {
        padding: 0;
    }
}

@media all and (max-width: 560px) {
    #energies .main__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #energies .award__subtitle {
        font-size: 2.1rem;
    }

    #energies .main__header_title {
        font-size: 4.5rem;
    }

    #energies .main__header_subtitle {
        font-size: 2.3rem;
    }

    #energies .main__content_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #energies .h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    #energies .section {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #energies .about__describe_text {
        font-size: 1.2rem;
    }

    #energies .title-big {
        font-size: 4rem;
    }


    #energies .accounts__scrollable {
        padding-left: 0;
    }

    #energies .accounts__scrollable_item {
        width: 260px;
    }

    #energies .accounts__caption {
        display: none;
    }

    #energies .red__button {
        margin-right: .5rem;
    }

    #energies .wide__brand-2 {
        margin: 2rem 1rem;
    }

     html[dir="rtl"] #energies .wide__brand-2 {
        margin: 2rem 1rem;
    }

     :lang(ru) #energies .title-big {
        font-size: 3.2rem;
    }

     html[dir="rtl"] #energies .accounts__scrollable {
        padding-right: 0;
    }
}

@media all and (max-width: 500px) {
    #energies .wide__header {
        padding-bottom: 22rem;
    }
}

@media all and (max-width: 360px) {
    #energies .accounts__scrollable_item {
        width: 240px;
        margin: 0;
    }

    #energies .security__list_item {
        width: 300px;
        margin-right: 0;
        margin-left: 0;
    }

    #energies .security__list_title {
        font-size: 1.4rem;
    }

    #energies .wide__header {
        padding-bottom: 17rem;
    }
}[][]