    #metals {
    min-width: 310px;
    padding: 0;
    margin: 0;

    line-height: 2rem;
}

#metals #whitespace_fix {
    background-color: #1c2838;
    position: relative;
    z-index: 2;
}

#metals .section {
    width: 100%;
    padding: 4rem 1rem 5.8rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background: #ffffff;
}

#metals .wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

#metals .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;
}

#metals a {
    color: #ffffff;
    text-decoration: none;
}

#metals a:hover,
#metals a:visited {
    color: #ffffff;
}

#metals .h2 {
    color: #000000;
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
}

#metals .h3 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2rem;
}

#metals .button_holder {
    display: block;

    text-align: center;
}

#metals .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 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;
}

#metals .pretty__button-special {
    font-size: 1.4rem;
    line-height: 1.42857143;
    font-weight: 500;
}

#metals .button_holder {
    display: block;

    text-align: center;
}

#metals .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);
}

#metals .green__button:hover {
    background: #98c838;
}

#metals .blue__button {
    position: relative;
}

#metals .blue__button:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
    width: 100%;
    height: 100%;
    border-radius: 5px;

    opacity: 0.8;
    background: -webkit-gradient(linear, left top, right top, from(#015593), color-stop(#0361a7), to(#015593));
    background: -webkit-linear-gradient(left, #015593, #0361a7, #015593);
    background: -o-linear-gradient(left, #015593, #0361a7, #015593);
    background: linear-gradient(to right, #015593, #0361a7, #015593);
}

#metals .blue__button:hover {
    background: #0361a7;
    color: #ffffff;
    opacity: 1;
}

#metals .bottom__button {
    margin-bottom: -13.3rem;
}

#metals #main {
    color: #ffffff;
    text-align: center;
    background-image: url(images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #c48400;
}

#metals .main__header {
    margin-top: 10.2rem;
}

#metals .title-big {
    margin-top: 1rem;
    margin-bottom: 1.7rem;

    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
    color: #ffffff;
}

#metals .main__header_subtitle {
    display: inline-block;

    width: 89%;
    padding: 0;
    margin-bottom: 1.5rem;
    margin-top: 0;

    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

#metals .main__content {
    -ms-flex-pack: distribute;
    justify-content: space-around;

    margin-top: 6.3rem;
    margin-bottom: 3.2rem;
}

#metals .main__content_item {
    -ms-flex-preferred-size: 19.5%;
    flex-basis: 19.5%;
}

#metals .main__content_img {
    display: inline-block;

    width: 80px;
    height: 80px;

    background: url("images/main-icons.png") -8px -15px;
}

#metals .main__content_img-2 {
    background: url("images/main-icons2.png") -215px -6px;
}

#metals .main__content_img-3 {
    background: url("images/main-icons.png") -126px -15px;
}

#metals .main__content_img-4 {
    background: url("images/main-icons.png") -337px -18px;
}

#metals .main__content_title {
    margin-top: 3.6rem;
    margin-bottom: 2.2rem;

    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

#metals .main__content_text {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    opacity: 0.8;
}

#metals #about {
    text-align: center;
}

#metals .about__title {
    margin-top: 8rem;
    margin-bottom: 4.5rem;
}

#metals .about__describe {
    padding: 0 1.3rem;
}

#metals .about__describe_text {
    margin-bottom: 2rem;

    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #697d8c;
}

#metals .about__describe-link,
#metals .about__describe-link:visited {
    color: #1378bf;
    text-decoration: none;
}

#metals .about__describe-link:hover {
    color: #1378bf;
    text-decoration: underline;
}

#metals .about__content {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;

    margin-top: 6rem;
    margin-bottom: 2.7rem;
}

#metals .about__content-graphic {
    width: 100%;
    height: 45rem;
    flex-basis: 75%;

    background: url(images/graphic-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: 68%;
}

#metals .about__content-history {
    padding: 4rem 0 0 0.4rem;

    list-style-type: none;
    text-align: left;
}

#metals .about__content-item {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    color: #000000;
}

#metals .about__content-upper-middle {
    margin: 0;
    margin-top: 12.3rem;
}

#metals .about__content-lower-middle {
    margin-top: -0.7rem;
    margin-bottom: 10.2rem;
}

#metals .about__content-special {
    padding-left: 0.9rem;

    font-size: 2.2rem;
}

#metals .about__content-green {
    color: #a0c13a;
}

#metals .about__content-blue {
    color: #5fbbd3;
}

#metals .about__content-gold {
    color: #fbae05;
}

#metals .about__content-red {
    padding-left: 1.8rem;

    color: #da5937;
}

#metals .about__warning {
    margin: 0;
    padding: 0 1rem 4.4rem 1rem;

    font-size: 1.1rem;
    text-align: left;
    opacity: 1;
}

#metals .about__warning-special {
    font-weight: 700;
}

#metals #wide {
    position: relative;
    z-index: 2;

    padding-bottom: 5rem;

    background-color: #1c2838;
    background: url("images/wide-bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    text-align: center;
    color: #ffffff;
}

#metals .wide__header::before {
    content: "";
    position: absolute;
    right: 3.1%;
    top: 6.1%;
    z-index: -1;

    width: 100%;
    height: 100%;

    background: url(images/wide-bg2.png) no-repeat;
    background-position: 100% 100%;
    background-size: 46.4% auto;
}

#metals .wide__header {
    margin-top: 3.3rem;
    padding-bottom: 9.3rem;
}

#metals .wide__link {
    margin: 0;
    margin-bottom: 4.1rem;
    color: #7fba2f;
    font-size: 1.4rem;
    line-height: 3rem;
    display: block;
}

#metals .wide__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#metals .wide__link:visited {
    color: #7fba2f;
}


#metals .wide__title {
    font-weight: 300;
}

#metals .wide__content {
    position: relative;

    max-width: 53%;
    margin-bottom: 1.8rem;
    padding: 0 1.9rem 0 1.9rem;

    text-align: left;
}

:lang(es) #metals .wide__content {
	max-width: 56%;
}

#metals .wide__content_title {
    font-size: 4rem;
    line-height: 4rem;
}

#metals .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;
}

#metals .wide__holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#metals .wide__brand_holder {
    display: inline-block;

    border: 1px solid #1378bf;
    border-radius: 5px;
}

#metals .wide__brand-choise {
    display: inline-block;

    padding: 0.9rem 1.1rem 0.9rem 1rem;
    border-bottom-right-radius: 5px;

    font-size: 1.4rem;
    font-weight: 500;
    background-color: #1378bf;
}

#metals .wide__brand {
    display: inline-block;

    width: 120px;
    height: auto;
    margin: 0 1.8rem 0 0.9rem;

    background: url(images/wide-tags.png) -6px -12px;
}

#metals .wide__brand-2 {
    height: 22px;
    margin: 0 0 0 1rem;

    background: url(images/wide-tags.png) -140px -11px;
}

#metals .wide__brand-3 {
    height: 22px;
    margin-left: 1rem;
        margin-left: 1rem;
    background: url(images/wide-tags2.png) 110px -175px;
}

#metals .wide__space {
    margin-bottom: 3rem;
}


#metals #accounts {
    padding-top: 4rem;

    background-color: #1c2838;
    text-align: center;
}

#metals #accounts .h2 {
    margin: 6.1rem 0 3.8rem 0;

    color: #ffffff;
}

#metals .accounts__subtitle {
    display: inline-block;
    max-width: 65%;
    margin: 0;
    margin-bottom: 1.2rem;

    font-size: 1.8rem;
    line-height: 3rem;
    color: #a1a5a9;
}

#metals .accounts__link {
    display: block;

    margin: 0;

    color: #7fba2f;
    font-size: 1.4rem;
    line-height: 3rem;
}

#metals .accounts__link:hover {
    color: #7fba2f;
    text-decoration: underline;
}

#metals .accounts__link:visited {
    color: #7fba2f;
}

#metals .accounts__slider {
    position: relative;

    margin-top: 5.9rem;
    padding-left: 2rem;
    margin-bottom: 3.2rem;
}

#metals .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;
}

#metals .accounts__slider_prev {
    left: -72px;

    border-left: 2px solid #dfe0e2;
    border-bottom: 2px solid #dfe0e2;
}

#metals .accounts__slider_next {
    right: -72px;
    z-index: 4;

    border-right: 2px solid #dfe0e2;
    border-top: 2px solid #dfe0e2;
}

#metals .accounts__caption {
    position: absolute;
    bottom: 0;

    width: 140px;
    padding: 0 0 2.4rem 0;
    margin: 0;

    list-style-type: none;
    text-align: right;
}

#metals .accounts__captaion_item {
    position: relative;

    line-height: 4rem;
    color: #a1a5a9;
}

#metals .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%);
}

#metals .accounts__scrollable {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

    width: 100%;
    height: 37rem;
    padding-left: 14rem;

    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

 :lang(ua) #metals .accounts__scrollable {
 	height: 40rem;
 }

#metals .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%;
    padding: 0;

    list-style-type: none;
}

#metals .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 #165788;
    border-radius: 5px;

    background: rgba(27, 48, 69, 0.8);
    text-align: left;
    cursor: pointer;

    transition: opacity .9s ease-in-out, transform .8s ease-in-out,
    -webkit-transform .8s ease-in-out;
}

#metals .accounts__scrollable_item:hover {
    background: #165788;

    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#metals .accounts__item_title {
    margin-top: 2.6rem;
    margin-bottom: 0.8rem;

    font-size: 2.2rem;
    line-height: 5rem;
    font-weight: 400;
    color: #ffffff;
}

#metals .accounts__item_text {
    padding-left: 0.3rem;

    font-size: 1.4rem;
    color: #a1a5a9;
    font-weight: 400;
}

#metals .accounts__item_order {
    position: absolute;
    bottom: 2.4rem;

    width: 100%;
    padding: 0;
    padding-left: 0.3rem;

    list-style-type: none;
}

#metals .accounts__item_order_li {
    position: relative;

    font-size: 1.4rem;
    line-height: 4rem;
    color: #ffffff;
}

#metals .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%);
}

#metals .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: #165788;
}

#metals .accounts__button {
    margin-bottom: -13.5rem;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#metals .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(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(28, 40, 58, 1)), to(rgba(28, 40, 58, 0)));
    background: linear-gradient(to left, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
}

#metals .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
    opacity: 0.3;
}

#metals #profit {
    background: url(images/profit-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-color: #01447e;
    color: #ffffff;
}

#metals #profit .wrapper {
    padding-left: 2.2rem;
}

#metals .profit__header {
    width: 65%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 7.1rem;
    margin-bottom: 6.1rem;
}

#metals .profit__title {
    margin-top: 1rem;
    margin-bottom: 1.8rem;

    color: #ffffff;
}

#metals .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;
}

#metals .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;
}

#metals .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;
}

#metals .profit__content-item-border {
    border-color: #0d61a0;
}

#metals .profit__content_item:first-child {
    margin-left: 0;
}

#metals .profit__content_item:last-child {
    margin-right: 0;
}

#metals .profit__content_item:hover {
    background: #1372b6;
    opacity: 1;
    border-color: #1372b6;
}

#metals .profit__content_item:hover .profit__content-pop {
    background-color: #1372b6;
}

#metals .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;
}

#metals .profit__content_img {
    width: 90px;
    height: 90px;

    background: url(images/profit-icon.png) 0 3px;
}

#metals .profit__content_img-2 {
    background: url(images/profit-icon.png) -97px 3px;
}

#metals .profit__content_img-3 {
    background: url(images/profit-icon.png) -201px 3px;
}

#metals .profit__content_img-4 {
    background: url(images/profit-icon.png) 93px 3px;
}

#metals .profit__content_list {
    padding: 0;

    list-style-type: none;
}

#metals .profit__content_li {
    position: relative;

    margin: 0;
    margin-bottom: 1rem;
    padding-left: 0.7rem;

    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
}

#metals .profit__content_li:before {
    content: "-";
    position: absolute;
    left: 0;
}

#metals .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;
}

#metals .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;
}

#metals #security {
    position: relative;

    padding-bottom: 1.8rem;

    background-color: #ffffff;
    color: #697d8c;
}

#metals #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%;
}

#metals #security .wrapper {
    position: relative;
    z-index: 2;

    text-align: left;
}

#metals .security__content {
    display: inline-block;

    max-width: 744px;
    padding: 1.6rem;
}

#metals .security__header {
    margin-top: 3.5rem;
    margin-bottom: 5rem;
}

#metals .security__title {
    margin: 2rem 0 2.3rem 0;
}

#metals .security__subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
}

#metals .security__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
}

#metals .security__list_item {
    width: 340px;
    margin-bottom: 3.5rem;
}

#metals .security__list_title {
    display: inherit;
    position: relative;

    margin-top: 2.9rem;

    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
}

#metals .security__list_title:visited,
#metals .security__list_title:hover {
    color: #697d8c
}

#metals .security__list_title:hover {
    text-decoration: underline;
}

#metals .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;
}

#metals .security__list_img-2 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#metals .security__list_img-3 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#metals .security__list_img-4 {
    content: " ";

    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}

#metals #award {
    background-color: #f2f5fb;
    text-align: center;
}

#metals .award__header {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#metals .award__title {
    margin-bottom: 1rem;
}

#metals .award__subtitle {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 300;
    color: #000000;
}

#metals .award__subtitle-special {
    font-weight: 500;
}

#metals .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;
}

#metals .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;
}

#metals .award__list li::before {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    top: -11px;
    left: 4px;
}

#metals .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;
}

#metals .award__list h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

#metals .award__list .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media all and (min-width: 920px) {
    #metals .award__list .item-small {
        width: 130px;
        padding-bottom: 4.2rem;
    }

    #metals .award__list .item-small h4 {
        font-size: 1.5rem;
    }

    #metals .award__list .item-small::before {
        width: 50px;
        height: 80px;
        top: -11px;
        left: 4px;
        background-size: 90%;
        background-position: 50% 50%;
    }

    #metals .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) {
    #metals .award__list {
        max-width: 100%;
    }
}

@media all and (max-width: 880px) {
    #metals .award__list li {
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #metals .award__list {
        justify-content: center;
    }
}

@media all and (max-width: 560px) {

    #metals .award__list li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    #metals .award__list {
        margin-top: 4rem;
    }
}

/* ae verison */

html[dir="rtl"]  #metals .about__content {
	direction: ltr;
}

html[dir="rtl"]  #metals .about__content-history {
	text-align: right;
}

html[dir="rtl"]  #metals .about__content-special {
	padding-left: 0;
	padding-right: 0.9rem;
}

html[dir="rtl"]  #metals .about__warning {
	text-align: right;
}

html[dir="rtl"]  #metals .wide__content {
	text-align: right;
}

html[dir="rtl"]  #metals .wide__header::before {
	right: auto;
	left: 3.1%;

	background-position-x: 0;	
}

html[dir="rtl"]  #metals .about__content {
	justify-content: flex-end;
}

html[dir="rtl"]  #metals .active ~ .accounts__scrollable_item ~ .accounts__scrollable_item ~.accounts__scrollable_item::before {
    left: 0;
    right: auto;

    background: -o-linear-gradient(right, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(28, 40, 58, 1)), to(rgba(28, 40, 58, 0)));
    background: linear-gradient(to right, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
}

html[dir="rtl"]  #metals .accounts__scrollable_item {
    text-align: right;
}

html[dir="rtl"]  #metals .accounts__item_text, html[dir="rtl"]  #metals .accounts__item_order {
    padding-right: 0.3rem;
    padding-left: 0;
}

html[dir="rtl"]  #metals .accounts__scrollable {
    padding-right: 14rem;
    padding-left: 0;
}

html[dir="rtl"]  #metals .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"]  #metals .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"]  #metals .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"]  #metals .accounts__caption {
    text-align: left;
}

html[dir="rtl"]  #metals .profit__content_li {
    padding-right: 0.9rem;
    padding-left: 0;
}

html[dir="rtl"]  #metals .profit__content_li:before {
    left: auto;
    right: 0;
}

html[dir="rtl"]  #metals .profit__content-pop {
    left: 0;
    right: auto;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
}

html[dir="rtl"]  #metals .profit__content_title {
    padding-left: 0;
    padding-right: 1rem;
}

html[dir="rtl"]  #metals .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

html[dir="rtl"]  #metals #security .wrapper {
    text-align: right;
}

html[dir="rtl"]  #metals #security::after {
    right: auto;
    left: 0;

    background-position: 9% 100%;    
}

html[dir="rtl"]  #metals .security__list_item {
    text-align: right;
}

html[dir="rtl"]  #metals .accounts__slider {
    padding-right: 2rem;
    padding-left: 0;
}

:lang(vi)#metals .accounts__caption{
width: 146px;
}



@media all and (min-width: 4000px) {
    #metals .wide__header::before {
        right: 25%;

        background-size: 25% auto;
    }

    #metals #security::after {
        background-position: 70% 100%;
    }

     html[dir="rtl"]  #metals #security::after {
         background-position: 30% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
    #metals .wide__header::before {
        right: 20%;
    }

    #metals #security::after {
        background-position: 71% 100%;
    }

     html[dir="rtl"]  #metals #security::after {
         background-position: 29% 100%;
    }
}

@media all and (min-width: 2500px) and (max-width: 3999px) {
    #metals .wide__header::before {
        background-size: 30% auto;
    }
}

@media all and (max-width: 1720px) {
    #metals #security::after {
        background-position: 111% 100%;
    }

    #metals .wide__header::before {
        right: 0;

        background-size: auto;
        background-position: 110% 100%;
    }

    html[dir="rtl"]  #metals #security::after {
         background-position: -11% 100%;
    }

	html[dir="rtl"]  #metals #wide::before {
        background-position: 90% 100%;
    }
}

@media all and (max-width: 1520px) {
    #metals #security::after,
    #metals .wide__header::before {
        background-position: 121% 100%;
    }

    #metals .accounts__slider_prev {
        left: 20px;
    }

    #metals .accounts__slider_next {
        right: 20px;
    }


    html[dir="rtl"]  #metals #security::after {
         background-position: -21% 100%;
    }

    html[dir="rtl"]  #metals #wide::before {
        background-position: 81% 100%;
    }
}

@media all and (max-width: 1420px) {
    #metals .wide__header::before {
        background-position: 140% 100%;
    }

    html[dir="rtl"]  #metals #wide::before {
        background-position: 60% 100%;
    }
}

@media all and (max-width: 1320px) {
    #metals #security::after {
        background-position: 161% 100%;
    }

    #metals .wide__header::before {
        background-position: 200% 100%;
        opacity: 0.5;
    }

    #metals .about__content, html[dir="rtl"]  #metals .about__content {
        justify-content: center;
    }

    #metals .about__content-graphic {
        flex-basis: 50%;
        height: 30rem;
    }

    #metals .about__content-history {
        padding-top: 2rem;
    }

    #metals .about__content-item {
        font-size: 1.4rem;
    }

    #metals .about__content-special {
        padding-left: 0.6rem;

        font-size: 1.5rem;
    }

    #metals .about__content-upper-middle {
        margin-top: 7rem;
    }

    #metals .about__content-lower-middle {
        margin-bottom: 5.5rem;
    }

    html[dir="rtl"]  #metals #security::after {
         background-position: -31% 100%;
    }

 	html[dir="rtl"]  #metals #wide::before {
        background-position: 50% 100%;
    }
}

@media all and (max-width: 1250px) {
    #metals .wide__content, :lang(es) #metals .wide__content {
        max-width: 70%
    }
}

@media all and (max-width: 1180px) {
    #metals .profit__content_item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        margin-bottom: 4rem;
    }

    #metals .profit__content_item:first-child {
        margin-left: 1rem;
    }

    #metals .profit__content_item:last-child {
        margin-right: 1rem;
    }

    #metals .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(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(28, 40, 58, 1)), to(rgba(28, 40, 58, 0)));
        background: linear-gradient(to left, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    }

    #metals .active~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0.3;
    }

    #metals .active~.accounts__scrollable_item~.accounts__scrollable_item~.accounts__scrollable_item {
        opacity: 0;
    }

    #metals .wide__header::before {
        background-position: 300% 100%;
    }

    #metals .about__content-graphic {
        flex-basis: 55%;
    }

    html[dir="rtl"]  #metals #wide::before {
        background-position: 25% 100%;
    }

	html[dir="rtl"]  #metals .active ~ .accounts__scrollable_item ~.accounts__scrollable_item::before {
        right: auto;
        left: 0;
    
         background: -o-linear-gradient(right, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(55%, rgba(28, 40, 58, 1)), to(rgba(28, 40, 58, 0)));
        background: linear-gradient(to right, rgba(28, 40, 58, 1) 55%, rgba(28, 40, 58, 0) 100%);
    }
}

@media all and (max-width: 1160px) {
    #metals .main__content_item {
        margin-bottom: 2rem;
    }

    #metals .security__content {
        padding: 1.6rem 0;
    }

    #metals #security::after {
        background-position: 221% 100%;
    }

    #metals #profit .wrapper {
        padding: 0;
    }

    #metals .h2 {
        line-height: 5rem;
    }

    #metals .wide__header::before {
        background-position: 400% 100%;
    }

    #metals .about__content-graphic {
        flex-basis: 57%;
    }

     html[dir="rtl"]  #metals #security::after {
         background-position: -91% 100%;
    }
}

@media all and (max-width: 1040px) {
    #metals .wide__header {
        position: relative;

        padding-bottom: 43rem;
    }

    #metals .wide__header::before, html[dir="rtl"]  #metals .wide__header::before {
        top: auto;
        bottom: -6rem;
        left: 0;
        right: 0;
        margin: 0 auto;

        width: 100%;

        background-size: 100%;
        background-position: 100%;
        opacity: 1;
    }

    #metals .wide__content, :lang(es) #metals .wide__content {
        max-width: 100%;

        text-align: center;
    }

    #metals .about__content-graphic {
        flex-basis: 60%;
    }
}

@media all and (max-width: 990px) {
    #metals .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 3rem;
        margin-left: 3rem;
    }

    #metals .main__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #metals .security__wrapper {
        text-align: center;
    }

    #metals .security__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }

    #metals #security::after {
        background-size: 0;
    }

    #metals .security__list_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #metals #security {
        background-size: 0;
    }

    #metals .profit__header {
        width: 100%;

        text-align: center;
    }

    #metals .profit__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #metals .profit__content_item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    #metals .accounts__slider_arrow {
        display: none;
    }

    #metals .about__content-graphic {
        flex-basis: 67%;
    }

    #metals .accounts__subtitle {
        max-width: 100%;
    }
}

@media all and (max-width: 900px) {
    #metals .about__content-graphic {
        flex-basis: 76%;
    }
}

@media all and (max-width: 780px) {
    #metals .title-big {
        font-size: 4.5rem;
        line-height: 5rem;
    }

    #metals .accounts__list::after {
        display: none;
    }

    #metals .security__list_item {
        margin-right: 0;
        margin-left: 0;
    }

    #metals .about__content-graphic {
        flex-basis: 70%;
        height: 25rem;
    }

    #metals .about__content-history {
        padding-top: 1.5rem;
    }

    #metals .about__content-upper-middle {
        margin-top: 5.2rem;
    }

    #metals .about__content-lower-middle {
        margin-bottom: 3.6rem;
        margin-top: -1rem;
    }

    #metals .wide__brand_holder {
        margin-bottom: 3rem;
    }

    #metals .wide__brand-3 {
        margin-left: 1rem;
        margin-right: 0;
    }

    #metals .wide__header {
        padding-bottom: 35rem;
    }
}

@media all and (max-width: 720px) {
    #metals .security__header {
        text-align: center;
    }

    #metals .main__content_item {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        margin-right: 2rem;
        margin-left: 2rem;
    }

    #metals .profit__header,
    #metals .profit__subtitle {
        padding-right: 0;
        padding-left: 0;
    }

    #metals .about__content-graphic {
        flex-basis: 77%;
    }

    #metals .about__content-item {
        font-size: 1.1rem;
    }

    #metals .about__content-special {
        padding-left: 0.3rem;

        font-size: 1.2rem;
    }
}

@media all and (max-width: 660px) {
    #metals .profit__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #metals .typicall__list {
        padding: 0;
    }

    #metals .about__content-graphic {
        flex-basis: 70%;
        height: 20rem;
    }

    #metals .about__content-history {
        padding-top: 1rem;
    }

    #metals .about__content-upper-middle {
        margin-top: 3.2rem;
    }

    #metals .about__content-lower-middle {
        margin-bottom: 2.4rem;
    }
}

@media all and (max-width: 660px) {
    #metals .about__content-graphic {
        flex-basis: 70%;
    }
}

@media all and (max-width: 560px) {
    #metals .main__content_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #metals .award__subtitle {
        font-size: 2.1rem;
    }

    #metals .main__header_title {
        font-size: 4.5rem;
    }

    #metals .main__header_subtitle {
        font-size: 2.3rem;
    }

    #metals .main__content_item {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    #metals .h2 {
        font-size: 3rem;
        line-height: 3rem;
    }

    #metals .section {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #metals .about__describe_text {
        font-size: 1.2rem;
    }

    #metals .title-big {
        font-size: 4rem;
    }


    #metals .accounts__scrollable {
        height: 39rem;
        padding-left: 0;
    }
	 :lang(ua) #metals .accounts__scrollable {
        height: 42rem;
    }

    #metals .accounts__scrollable_item {
        width: 260px;
    }

    #metals .accounts__caption {
        display: none;
    }

    #metals .about__content-graphic {
        flex-basis: 60%;
        height: 15rem;
    }

    #metals .about__content-history {
        padding-top: 0.5rem;
    }

    #metals .about__content-upper-middle {
        margin-top: 1.5rem;
    }

    #metals .about__content-lower-middle {
        margin-bottom: 0.7rem;
    }

    #metals .about__content-item {
        font-size: 0.9rem;
    }

    #metals .about__content-special {
        font-size: 1rem;
    }

    html[dir="rtl"]  #metals .accounts__scrollable {
        padding-right: 0;
    }
}

@media all and (max-width: 500px) {
    #metals .about__content-graphic {
        flex-basis: 70%;
    }
    #metals .wide__header {
        padding-bottom: 22rem;
    }

    #metals .wide__header::before {
        bottom: -8rem;
    }
}

@media all and (max-width: 450px) {
    #metals .about__content-graphic {
        flex-basis: 73%;
    }
}
    @media all and (max-width: 400px) {
      #metals .about__content-graphic {
          flex-basis: 70%;
          height: 15rem;

          background-size: auto 80%;
      }

      #metals .about__content-history {
          padding-top: 1.5rem;
      }

      #metals .about__content-upper-middle {
          margin-top: 0.5rem;
      }

      #metals .about__content-lower-middle {
          margin-bottom: 0.5rem;
          margin-top: -1.5rem;
      }
  }

  @media all and (max-width: 360px) {
      #metals .accounts__scrollable_item {
          width: 240px;
          margin: 0;
      }

      #metals .security__list_item {
          width: 300px;
          margin-right: 0;
          margin-left: 0;
      }

      #metals .security__list_title {
          font-size: 1.4rem;
      }
  }

  @media all and (max-width: 340px) {
       :lang(ru) #metals #award .pretty__button {
          line-height: 2.5rem;
      }
  }

  @media all and (max-width: 335px) {
      #metals .about__content-graphic {
          background-size: auto 75%;
      }

      #metals .about__content-item {
          font-size: 0.8rem;
      }

      #metals .about__content-special {
          font-size: 0.7rem;
      }

      #metals .about__content-lower-middle {
          margin-bottom: 0;
      }

      #metals .wide__brand-choise {
          font-size: 1.2rem;
      }
  }