/*
Theme Name: tbforce
Author:
Description: Custom theme for project
Version: 1.0
*/

/* BEGIN RESET  CSS */
/* ASB */
@font-face {
    font-family: 'ASB';
    src: url('assets/css/fonts/ASB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GM */
@font-face {
    font-family: 'GM';
    src: url('assets/css/fonts/GM.woff') format('woff'),
    url('assets/css/fonts/GM.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ROR */
@font-face {
    font-family: 'ROR';
    src: url('assets/css/fonts/ROR.woff') format('woff'),
    url('assets/css/fonts/ROR.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* GR */
@font-face {
    font-family: 'GR';
    src: url('assets/css/fonts/GR.woff') format('woff'),
    url('assets/css/fonts/GR.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    line-height: 120%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
    display: block;
}
nav ul{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea{
    resize: none;
}
body{
    height: 100%;
    background: #FFF;
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    font-family: GM;
    font-weight: normal;
    line-height: 120%;
    text-transform: uppercase;
}
h1{
    font-size: 72px;
    margin-left: -3px;
}
/* END   RESET  CSS */

/* BEGIN COMMON CSS */
div::selection,
a::selection,
span::selection {
    background: #E04542;
}
div::-moz-selection,
a::-moz-selection,
span::-moz-selection {
    background: #E04542;
}

html.fixed,
body.fixed{
    overflow: hidden;
}
body,
input{
    font: 14px/120% GR, Arial, sans-serif;
}
.clr{
    clear: both;
}
input[type="submit"]{
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* END   COMMON CSS */
.wrapper{
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: relative;
}
.wrapper.fixed,
.wrapper_outer.fixed{
    height: 100% !important;
    overflow: hidden;
}
.wrapper_outer{
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: relative;
    overflow-x: hidden;
}
/* Header
-----------------------------------------------------------------------------*/
.header{
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-bottom: 217px;
    overflow: hidden;
}
.content.fixed{
    overflow: hidden;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -217px auto 0;
    min-width: 300px;
    max-width: 1920px;
    height: 217px;
    position: relative;
    overflow: hidden;
}
.footer_in {
    width: 100%;
    height: 100%;
}
/* TRANSITION
-----------------------------------------------------------------------------*/

/* MENU
-----------------------------------------------------------------------------*/

/* Loader
-----------------------------------------------------------------------------*/

/* Overflow
-----------------------------------------------------------------------------*/

/* INDEX
-----------------------------------------------------------------------------*/
.section{
    position: relative;
}
/* Pages
-----------------------------------------------------------------------------*/
.container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.header_in{
    position: relative;
}
.header_outer,
.header_outer_in{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.header_outer_cntnt{
    width: 100%;
    height: 100%;
    position: relative;
}
.header_outer_cntnt_in_outer{
    display: table;
    width: 100%;
    height: 100%;
}
.header_outer_in_in_outer{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 80;
}
.header_outer_cntnt_in{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.header_outer_cntnt_in_in,
.cntnt_aln{
    width: 1620px;
    margin: 0 auto;
}
.header_outer_cntnt_in_in{
    height: 100%;
    position: relative;
    z-index: 10;
}
.header_outer_cntnt_sides{
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}
.header_outer_cntnt_sides:nth-of-type(1){
    margin-left: 0;
}
.header_outer_cntnt_sides:nth-of-type(2){
    padding-left: 300px;
    margin-left: 50%;
}
.header_outer_cntnt_sides_htxt{
    font-family: ASB;
    font-size: 94px;
    color: #fff;
    text-transform: uppercase;
    margin-left: -7px;
}
.header_outer_cntnt_sides_ptxt{
    font-family: GM;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    max-width: 550px;
    line-height: 195%;
}
.header_outer_cntnt_sides_in{
    margin-top: 10px;
    position: relative;
}
.header_outer_cntnt_sides_btn{
    width: 184px;
    height: 58px;
    line-height: 56px;
    margin-top: 41px;
}
.header_outer_cntnt_sides_btn a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    border: #fff 2px solid;
    font-family: ROR;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cntnt_metal_secsx_sides_btn{
    display: none;
}
.cntnt_metal_secsx_sides_btn a{
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header_outer_cntnt_sides_btn a span,
.cntnt_metal_secsx_sides_btn a span{
    line-height: inherit;
}
.header_outer_cntnt_sides_btn a:hover{
    border: #D81713 2px solid;
}
.header_outer_cntnt_sides_btn a::before,
.cntnt_metal_secsx_sides_btn a::before{
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #D81713;
    top: -50%;
    z-index: -1;
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.header_outer_cntnt_sides_btn a:hover::before,
.cntnt_metal_secsx_sides_btn a:hover::before{
    -webkit-animation: anim-naira-1 0.3s forwards ease-in;
    animation: anim-naira-1 0.3s forwards ease-in;
}
.header_outer_cntnt_sides_btn a span:nth-of-type(1),
.cntnt_metal_secsx_sides_btn a span:nth-of-type(1){
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}
.header_outer_cntnt_sides_btn a:hover span:nth-of-type(1),
.cntnt_metal_secsx_sides_btn a:hover span:nth-of-type(1){
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header_outer_cntnt_sides_btn a span:nth-of-type(2),
.cntnt_metal_secsx_sides_btn a span:nth-of-type(2){
    display: block;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}
.header_outer_cntnt_sides_btn a:hover span:nth-of-type(2),
.cntnt_metal_secsx_sides_btn a:hover span:nth-of-type(2){
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.cntnt_metal_sect_htxt {
    font-family: ASB;
    font-size: 75px;
    color: #000000;
    padding-top: 89px;
    max-width: 730px;
    text-transform: uppercase;
}
.cntnt_metal_secft_blcl{
    width: 100%;
    height: 345px;
    padding: 0 87px;
    position: relative;
    background: #f1f5f7;
    margin-top: 45px;
}
.cntnt_metal_secft_blcl_txt{
    display: table;
    width: 780px;
    height: 100%;
    position: relative;
    z-index: 20;
}
.cntnt_metal_secft_blcl_txt_in{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-family: GM;
    font-size: 25px;
    color: #000;
    line-height: 156%;
}
.cntnt_metal_secft_blcl_mg_outer{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 562px;
    overflow: hidden;
    z-index: 10;
}
.cntnt_metal_secft_blcl_mg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 514px;
    height: 462px;
    background: url(assets/img/1.png) center center no-repeat;
    margin-right: 127px;
}
.cntnt_metal_secft_blcl_mg.cntnt_metal_secft_blcl_mg_life{
    width: 539px;
    height: 515px;
    background: url(assets/img/1_2.png) center center no-repeat;
    margin-right: 197px;
    margin-bottom: -20px;
}
.cntnt_metal_secsc_blcl{
    padding-top: 57px;
}
.cntnt_metal_secsc_blcl_sides{
    float: left;
    width: 50%;
}
.cntnt_metal_secth_list_el{
    width: 25%;
    height: 230px;
    float: left;
}
.cntnt_metal_secth_list_el_mg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.cntnt_metal_secsc_blcl_sides_txt{
    font-family: GR;
    font-size: 17px;
    max-width: 690px;
    line-height: 150%;
}
.cntnt_metal_secfr_htxt{
    max-width: 830px;
}
.cntnt_metal_secfr_list_el{
    width: 25%;
    float: left;
}
.cntnt_metal_secfr_list_el_ic{
    width: 88px;
    height: 88px;
    position: relative;
}
.cntnt_metal_secfr_list_el_ic_back,
.cntnt_metal_secfr_list_el_ic_circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cntnt_metal_secfr_list_el_ic_back{
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20;
}
.cntnt_metal_secfr_list_el_ic_circle{
    z-index: 10;
    opacity: 0.8;
    border-radius: 100%;
}
.cntnt_metal_secfr_list_el_ic_circle svg{
    width: 88px;
    height: 88px;
    fill: none;
    stroke: #D81713;
    stroke-width: 44;
    stroke-dasharray: 276.46, 276.46;
}
.cntnt_metal_secfr_list_el:nth-of-type(1) .cntnt_metal_secfr_list_el_ic_circle svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cntnt_metal_secfr_list_el:nth-of-type(2) .cntnt_metal_secfr_list_el_ic_circle svg{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.cntnt_metal_secfr_list_el:nth-of-type(3) .cntnt_metal_secfr_list_el_ic_circle svg{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cntnt_metal_secfr_list_el:nth-of-type(4) .cntnt_metal_secfr_list_el_ic_circle svg{
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
}
.cntnt_metal_secfr_list_el_htxt{
    font-family: ASB;
    font-size: 21px;
    color: #000;
    position: relative;
    max-width: 360px;
    padding-top: 16px;
    line-height: 130%;
}
.cntnt_metal_secfr_list_el_htxt::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D81713;
    width: 36px;
    height: 2px;
    margin-bottom: -10px;
}
.cntnt_metal_secfr_list_el_ptxt{
    font-family: GR;
    font-size: 17px;
    max-width: 320px;
    padding-top: 34px;
}
.cntnt_metal_secfv_slider_pagn{
    position: relative;
    z-index: 1000;
}
.cntnt_metal_secfv_slider_pagn_el{
    width: 25%;
    float: left;
}
.cntnt_metal_secfv_slider_pagn_el_btn{
    width: 80px;
    height:	50px;
    line-height:	50px;
}
.cntnt_metal_secfv_slider_pagn_el_btn a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    position: relative;
    text-decoration: underline;
    font-family: ASB;
    font-size: 21px;
    color: #D81713;
    text-align: center;
}
.cntnt_metal_secfv_slider_pagn_el_btn a:hover{
    text-decoration: none;
}
.cntnt_metal_secfv_slider_pagn_el_btn a.selected{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.cntnt_metal_secfv_ptxt{
    font-family: GR;
    font-size: 17px;
    color: #000;
}
.cntnt_metal_secfv_slider{
    padding-top: 86px;
}
.cntnt_metal_secfv_slider_in_outer{
    /*overflow: hidden;*/
}
.cntnt_metal_secfv_slider_in{
    margin-top: 80px;
    width: 100%;
    height: 507px;
}
.cntnt_metal_secfv_slider_el{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.cntnt_metal_secfv_slider_el_bg_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cntnt_metal_secfv_slider_el_bg_svg{
    width: 100%;
    height: 505px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cntnt_metal_secfv_slider_el_bg_svg svg{
    width: 100%;
    height: 100%;
    fill: #F1F5F7;
    stroke: #F1F5F7;
    stroke-width: 4px;
    stroke-location: inside;
}

.cntnt_metal_secfv_slider_el_mg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 875px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 0;
}
/*
.cntnt_metal_secfv_slider_el:nth-of-type(1) .cntnt_metal_secfv_slider_el_mg{
	width: 539px;
	height: 665px;
	background-image: url(../img/30.png);
}
.cntnt_metal_secfv_slider_el:nth-of-type(2) .cntnt_metal_secfv_slider_el_mg{
	width: 529px;
	height: 690px;
	background-image: url(../img/30_2.png);
}
.cntnt_metal_secfv_slider_el:nth-of-type(3) .cntnt_metal_secfv_slider_el_mg{
	width: 599px;
	height: 691px;
	background-image: url(../img/30_3.png);
}
.cntnt_metal_secfv_slider_el:nth-of-type(4) .cntnt_metal_secfv_slider_el_mg{
	width: 468px;
	height: 700px;
	background-image: url(../img/30_4.png);
}*/
.cntnt_metal_secfv_slider_el_ptxt_outer{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.cntnt_metal_secfv_slider_el_ptxt{
    display: table-cell;
    width: 100%;
    height: 100%;
    padding-left: 807px;
    vertical-align: middle;
}
.cntnt_metal_secfv_slider_el_ptxt_in{
    font-family: GM;
    font-size: 19px;
    color: #000;
    max-width: 680px;
    line-height: 156%;
}
.cntnt_metal_secsx_sides{
    width: 50%;
    float: left;
    position: relative;
    margin-top: 76px;
}
.cntnt_metal_secsx_sides:nth-of-type(1){
    z-index: 20;
}
.cntnt_metal_secsx_sides:nth-of-type(2){
    z-index: 10;
}
.cntnt_metal_secsx_sides_in{
    float: right;
    width: 407px;
    position: relative;
}
.cntnt_metal_secsx_sides_ptxt{
    font-family: ASB;
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    padding-top: 129px;
}
.cntnt_metal_secsx_sides_htxt{
    font-family: ASB;
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    padding-top: 30px;
    line-height: 130%;
}
.cntnt_metal_secsx_sides_txt_phn,
.cntnt_metal_secsx_sides_txt_ml{
    font-family: GM;
    font-size: 19px;
    color: #000;
}
.cntnt_metal_secsx_sides_txt_phn a,
.cntnt_metal_secsx_sides_txt_ml a{
    text-decoration: none;
    color: #000;
}
.cntnt_metal_secsx_sides_txt_phn{
    padding-top: 46px;
}
.cntnt_metal_secsx_sides_txt_ml{
    padding-top: 27px;
}
.cntnt_metal_secsx_sides_btn{
    width: 218px;
    height: 65px;
    line-height: 63px;
    margin-top: 61px;
}
.cntnt_metal_secsx_sides_btn a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    text-align: center;
    font-family: ROR;
    font-size: 14px;
    color: #D81713;
    border: #D81713 2px solid;
    text-transform: uppercase;
}
.cntnt_metal_secsx_sides_mg{
    width: 605px;
    height: 805px;
    overflow: hidden;
    position: relative;
}
.cntnt_metal_secsx_sides_mg_in{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1170px;
    margin-top: -585px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.cntnt_metal_secsx_sides_line{
    background: #000;
    width: 56px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 284px -28px 0 0;
    z-index: 100;
}
.footer_in_lft{
    float: left;
}
.footer_in_rght{
    float: right;
}
.footer_in_aln{
    width: 100%;
    height: 100%;
    display: table;
}
.footer_in_aln_in{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.footer_in_lft{
    font-family: ROR;
    font-size: 11px;
    color: #000;
}
.footer_in_rght a{
    font-family: ROR;
    font-size: 11px;
    color: #000;
}
.fake_footer{
    width: 100%;
    height: 122px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.fake_footer .footer_in_lft,
.fake_footer .footer_in_rght a{
    color: #FFFFFF;
    opacity: 0.3;
}
.fake_footer .cntnt_aln{
    height: 100%;
}
.hdr_lg{
    padding: 56px 0;
}
.cntnt_metal_secsc_htxt{
    padding-top: 94px;
}
.cntnt_metal_secth_htxt{
    padding-top: 138px;
}
.cntnt_metal_secth_list{
    padding-top: 40px;
}
.cntnt_metal_secfr_htxt{
    padding-top: 150px;
}
.cntnt_metal_secfr_list{
    padding-top: 103px;
}
.cntnt_metal_secfv_htxt{
    padding-top: 242px;
}
.cntnt_metal_secsx_htxt{
    padding-top: 219px;
}
.change_sections{
    padding-bottom: 80px;
}
.header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
    font-family: GR;
    font-size: 19px;
    text-transform: none;
    max-width: 800px;
}
.header_outer_cntnt_sides.choose .header_outer_cntnt_sides_htxt{
    font-size: 157px;
}
.header_outer_cntnt_sides_hide{
    position: relative;
    z-index: 20;
}
.header_outer_cntnt_sides_show{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.cntnt_site{
    display: none;
}
.cntnt_site.show{
    display: block;
}
.cursor_forwarder{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 110px;
    visibility: visible;
    opacity: 1;
    margin-left: -25px;
    z-index: 1000;
    border: #fff 2px solid;
    border-radius: 100%;
    -webkit-transition: opacity 300ms linear 0s, visibility 300ms linear 0s;
    transition: opacity 300ms linear 0s, visibility 300ms linear 0s;
    cursor: pointer;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: forwarder 0.7s forwards linear infinite;
    animation: forwarder 0.7s forwards linear infinite;
}
.cursor_forwarder::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 22px;
    margin: -11px 0 0 -10px;
    z-index: 100;
    background: url(assets/img/50.png) center center no-repeat;
    -webkit-animation: arrow 0.7s forwards linear infinite;
    animation: arrow 0.7s forwards linear infinite;
}
.wrapper_outer.fixed .cursor_forwarder {
    visibility: hidden;
    opacity: 0;
}
.header_outer_preloader{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}
.header_outer_preloader.hide{
    visibility: hidden;
    opacity: 0;
}
.header_outer_cntnt.load{
    opacity: 0;
    visibility: hidden;
}
.header_outer_preloader_aln{
    display: table;
    width: 100%;
    height: 100%;
}
.header_outer_preloader_aln_in{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.header_outer_preloader_cntnt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin: -250px 0 0 -250px;
}
.header_outer_preloader_cntnt svg{
    width: 500px;
    height: 500px;
}
.header_outer_preloader_cntnt svg path{
    stroke: #000;
}
.header_outer_preloader_cntnt.show svg path{
    stroke: #DB3030;
}
.header_outer_cntnt_sides_btn a:nth-of-type(2){
    display: none;
}
.chng_sldr_btns_lft,
.chng_sldr_btns_rght{
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.chng_sldr_btns_lft{
    left: 0;
}
.chng_sldr_btns_rght{
    right: 0;
}

.chng_sldr_btns{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 200;
}
.chng_sldr_btns a{
    display: block;
    width: 115px;
    height: 108px;
    position: relative;
    background: #D81713;
    -webkit-transition: all 300ms linear 200ms;
    transition: all 300ms linear 200ms;
}
.chng_sldr_btns a:hover{
    width: 370px;
    -webkit-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.chng_sldr_btns a::before{
    content: '';
    width: 31px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.chng_sldr_btns .chng_sldr_btns_lft a::before{
    left: 0;
    margin-left: 42px;
    background: url(assets/img/80.png) center center no-repeat;
}
.chng_sldr_btns .chng_sldr_btns_rght a::before{
    right: 0;
    margin-right: 42px;
    background: url(assets/img/81.png) center center no-repeat;
}
.chng_sldr_btns span{
    line-height: 108px;
    text-transform: uppercase;
    font-family: ASB;
    font-size: 31px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.chng_sldr_btns a:hover span{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 200ms linear 300ms;
    transition: all 200ms linear 300ms;
}
.chng_sldr_btns .chng_sldr_btns_lft span{
    padding-left: 109px;
    text-align: left;
    float: left;
}
.chng_sldr_btns .chng_sldr_btns_rght span{
    padding-right: 131px;
    text-align: right;
    float: right;
}
.chng_sldr_btns .chng_sldr_btns_lft a:hover::before{
    -webkit-animation: arrowLeft 0.7s forwards linear infinite;
    animation: arrowLeft 0.7s forwards linear infinite;
}
.chng_sldr_btns .chng_sldr_btns_rght a:hover::before{
    -webkit-animation: arrowRight 0.7s forwards linear infinite;
    animation: arrowRight 0.7s forwards linear infinite;
}
.wrapper_outer.fixed .chng_sldr_btns{
    visibility: hidden;
}
.wrapper_outer .chng_sldr_btns{
    visibility: visible;
}
.header_outer.meh .chng_sldr_btns_rght{
    visibility: visible;
    opacity: 1;
}
.header_outer.life .chng_sldr_btns_lft{
    visibility: visible;
    opacity: 1;
}
.btn_back_to_begin{
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0 0 20px 20px;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
}
.btn_back_to_begin.show{
    visibility: visible;
    opacity: 1;
}
.btn_back_to_begin a{
    display: block;
    width: 115px;
    height: 80px;
    position: relative;
    background: #D81713;
}
.btn_back_to_begin a::before {
    content: '';
    width: 31px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -15.5px;
    background: url(assets/img/81.png) center center no-repeat;
    transform: rotate(270deg);
}
.btn_back_to_begin a:hover::before{
    animation: arrowTop 0.7s forwards linear infinite;
}
.hdr_lng{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 62px;
}
.hdr_lng ul{
    list-style: none;
}
.hdr_lng ul li{
    margin-bottom: 24px;
}
.hdr_lng ul li a{
    padding: 6px;
    font-size: 11px;
    font-family: ROR;
    color: #D71713;
    border: transparent 2px solid;
    transition: all 0.3s linear;
}
.hdr_lng ul li a:hover{
    border: #D71713 2px solid;
}
.hdr_lng ul li a.selected{
    color: #fff;
    border: #fff 2px solid;
}


/*--------------------------------MEDIA-----------------------------------------------------------------------*/

/* 1600*/
@media (min-width: 1680px) and (max-width: 1899px) {
    .header_outer_cntnt_in_in, .cntnt_aln{
        width: 1518px;
    }
    .header_outer_cntnt_sides_htxt{
        font-size: 90px;
    }
    .header_outer_cntnt_sides:nth-of-type(2) {
        padding-left: 250px;
    }
    .header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
        font-size: 18px;
        line-height: 124%;
        margin-top: 12px;
    }
    .cntnt_metal_secft_blcl_mg{
        margin-right: 133px;
    }
    .cntnt_metal_secfv_slider_el_ptxt{
        padding-left: 752px;
    }
    .cntnt_metal_secsx_sides_in{
        width: 377px;
    }
    .cntnt_metal_secfv_slider_in{
        margin-top: 50px;
    }
    .cntnt_metal_secth_htxt {
        padding-top: 152px;
    }
    .cntnt_metal_secth_list {
        padding-top: 63px;
    }
    .cntnt_metal_secth_list_el{
        height: 190px;
    }
    .cntnt_metal_secfr_htxt {
        padding-top: 198px;
    }
    .cntnt_metal_secfv_slider_el_bg_svg{
        margin-bottom: -14px;
    }
    .btn_back_to_begin a{
        height: 70px;
    }
    .hdr_lng{
        margin-top: 62px;
    }
    .cntnt_metal_secfv_slider_el_mg{
        height: 810px;
    }
    .cntnt_metal_secft_blcl_mg_outer{
        width: 620px;
    }
}

/*1300*/
@media (min-width: 1366px) and (max-width: 1679px) {
    .cntnt_metal_secfr_list_el:nth-of-type(2n - 1),
    .cntnt_metal_secth_list_el:nth-of-type(2n - 1){
        clear: both;
    }
    .cntnt_metal_secfv_slider_el_mg{
        height: 691px;
    }
    .header{
        height: 148px;
    }
    .hdr_lg {
        padding: 50px 0;
    }
    .footer{
        margin: -146px auto 0;
        height: 146px;
    }
    .content {
        padding-bottom: 146px;
    }
    .fake_footer{
        height: 66px;
    }
    .header_outer_cntnt_in_in, .cntnt_aln{
        width: 1280px;
    }
    .header_outer_cntnt_sides_htxt{
        font-size: 72px;
    }
    .header_outer_cntnt_sides:nth-of-type(2) {
        padding-left: 230px;
    }
    .header_outer_cntnt_sides_ptxt{
        font-size: 14px;
    }
    .header_outer_cntnt_sides_in{
        margin-top: 21px;
    }
    .header_outer_cntnt_sides_btn{
        margin-top: 39px;
    }
    .header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
        font-size: 18px;
        line-height: 124%;
        margin-top: 12px;
        max-width: 750px;
    }
    .cntnt_metal_secft_blcl_mg{
        margin-right: 45px;
    }
    .cntnt_metal_secfv_slider_el_ptxt{
        padding-left: 640px;
    }
    .cntnt_metal_secsx_sides_in{
        width: 315px;
    }
    .cntnt_metal_secth_htxt {
        padding-top: 139px;
    }
    .cntnt_metal_secth_list {
        padding-top: 63px;
    }
    .cntnt_metal_secth_list_el{
        width: 50%;
        height: 190px;
    }
    .cntnt_metal_secfr_htxt {
        padding-top: 142px;
    }
    .cntnt_metal_secft_blcl{
        padding: 0 49px;
    }
    .cntnt_metal_secsc_blcl_sides_txt{
        font-size: 16px;
        line-height: 130%;
        max-width: 530px;
    }
    .cntnt_metal_secfr_list_el{
        width: 50%;
        margin-bottom: 40px;
    }
    .cntnt_metal_secfr_list_el_htxt{
        max-width: 360px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        max-width: 460px;
    }
    /*
    .cntnt_metal_secfv_slider_el_mg{
        margin-left: 97px;
    }
    */
    .cntnt_metal_secfv_slider_in{
        margin-top: 50px;
    }
    .cntnt_metal_secfv_slider_in,
    .cntnt_metal_secfv_slider_el_bg_svg{
        height: 403px;
    }
    .cntnt_metal_secsx_sides_mg{
        width: 585px;
        height: 779px;
        margin-left: 62px;
    }
    .cntnt_metal_secsx_sides_mg_in{
        height: 1131px;
        margin-top: -565.5px;
    }
    .cntnt_metal_secsx_sides_line{
        margin: 282px -90px 0 0;
    }
    .cntnt_metal_secft_blcl_txt_in{
        line-height: 138%;
    }
    .cntnt_metal_secsc_blcl {
        padding-top: 54px;
    }
    .cntnt_metal_secfr_list {
        padding-top: 105px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        padding-top: 32px;
    }
    .cntnt_metal_secfv_htxt{
        padding-top: 97px;
    }
    .cntnt_metal_secfv_slider_el_ptxt_in{
        line-height: 120%;
    }
    .cntnt_metal_secsx_htxt{
        padding-top: 142px;
    }
    .change_sections{
        margin-bottom: 14px;
    }
    /*
    .cntnt_metal_secfv_slider_el:nth-of-type(1) .cntnt_metal_secfv_slider_el_mg{
        width: 465px;
        height: 574px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(2) .cntnt_metal_secfv_slider_el_mg{
        width: 460px;
        height: 690px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(3) .cntnt_metal_secfv_slider_el_mg{
        width: 521px;
        height: 600px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(4) .cntnt_metal_secfv_slider_el_mg{
        width: 402px;
        height: 609px;
    }
    */
    .cntnt_metal_secft_blcl_mg.cntnt_metal_secft_blcl_mg_life{
        margin-right: 45px;
    }
    .btn_back_to_begin a{
        width: 90px;
        height: 60px;
    }
    .hdr_lng{
        margin-top: 56px;
    }
    .cntnt_metal_secft_blcl_mg_outer{
        width: 450px;
    }
}


/*1000*/
@media (min-width: 1024px) and (max-width: 1365px) {
    .cntnt_metal_secfr_list_el:nth-of-type(2n - 1),
    .cntnt_metal_secth_list_el:nth-of-type(2n - 1){
        clear: both;
    }
    .cntnt_metal_secfv_slider_el_mg{
        height: 507px;
    }
    .header{
        height: 120px;
    }
    .hdr_lg {
        padding: 36px 0;
    }
    .footer{
        margin: -146px auto 0;
        height: 146px;
    }
    .content {
        padding-bottom: 146px;
    }
    .fake_footer{
        height: 66px;
    }
    .header_outer_cntnt_in_in, .cntnt_aln{
        width: 940px;
    }
    .header_outer_cntnt_sides_htxt{
        font-size: 48px;
    }
    .header_outer_cntnt_sides:nth-of-type(2) {
        padding-left: 120px;
    }
    .header_outer_cntnt_sides_ptxt{
        font-size: 12px;
        max-width: 410px;
    }
    .header_outer_cntnt_sides_in{
        margin-top: 30px;
    }
    .header_outer_cntnt_sides_btn{
        margin-top: 44px;
    }
    .header_outer_cntnt_sides_btn{
        font-size: 13px;
    }
    .cntnt_metal_secft_blcl_mg_outer{
        display: none;
    }
    .header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
        font-size: 18px;
        line-height: 124%;
        margin-top: -18px;
        max-width: 100%;
    }
    .cntnt_metal_secft_blcl_mg{
        display: none;
    }
    .cntnt_metal_secfv_slider_el_ptxt{
        padding-left: 470px;
    }
    .cntnt_metal_secsx_sides_in{
        width: 340px;
        float: left;
    }
    .cntnt_metal_secth_htxt {
        padding-top: 90px;
    }
    .cntnt_metal_secth_list {
        padding-top: 63px;
    }
    .cntnt_metal_secth_list_el{
        width: 50%;
        height: 190px;
    }
    .cntnt_metal_secfr_htxt {
        padding-top: 95px;
    }
    .cntnt_metal_secft_blcl{
        padding: 0 49px;
    }
    .cntnt_metal_secsc_blcl_sides_txt{
        font-size: 16px;
        line-height: 130%;
        max-width: 370px;
    }
    .cntnt_metal_secfr_list_el{
        width: 50%;
        margin-bottom: 40px;
    }
    .cntnt_metal_secfr_list_el_htxt{
        max-width: 360px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        max-width: 310px;
    }
    /*
    .cntnt_metal_secfv_slider_el_mg{
        margin-left: 97px;
    }
    */
    .cntnt_metal_secfv_slider_in{
        margin-top: 60px;
    }
    .cntnt_metal_secfv_slider_in,
    .cntnt_metal_secfv_slider_el_bg_svg{
        height: 296px;
    }
    .cntnt_metal_secsx_sides_mg{
        width: 567px;
        height: 756px;
        margin-left: -94px;
    }
    .cntnt_metal_secsx_sides_mg_in{
        height: 1097px;
        margin-top: -548.5px;
    }
    .cntnt_metal_secsx_sides_line {
        margin: 282px -65px 0 0;
    }
    .cntnt_metal_secft_blcl_txt_in{
        line-height: 138%;
    }
    .cntnt_metal_secsc_blcl {
        padding-top: 54px;
    }
    .cntnt_metal_secfr_list {
        padding-top: 105px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        padding-top: 32px;
    }
    .cntnt_metal_secfv_htxt{
        padding-top: 51px;
    }
    .cntnt_metal_secfv_slider_el_ptxt_in{
        line-height: 120%;
    }
    .cntnt_metal_secsx_htxt{
        padding-top: 95px;
    }
    .change_sections{
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .cntnt_metal_secsx_sides_htxt{
        line-height: 120%;
    }
    .cntnt_metal_secsx_sides_txt_phn {
        padding-top: 52px;
    }
    /*
    .cntnt_metal_secfv_slider_el:nth-of-type(1) .cntnt_metal_secfv_slider_el_mg{
        width: 340px;
        height: 421px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(2) .cntnt_metal_secfv_slider_el_mg{
        width: 333px;
        height: 434px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(3) .cntnt_metal_secfv_slider_el_mg{
        width: 385px;
        height: 443px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(4) .cntnt_metal_secfv_slider_el_mg{
        width: 291px;
        height: 441px;
    }
    */
    .btn_back_to_begin a{
        width: 90px;
        height: 60px;
    }
    .hdr_lng{
        margin-top: 42px;
    }
}

/*600*/
@media (min-width: 680px) and (max-width: 1023px) {
    .cntnt_metal_secfv_slider_el_mg{
        height: 324px;
        transform: translate(0, 0) !important;
    }
    .cntnt_metal_secfv_slider_el.selected .cntnt_metal_secfv_slider_el_mg{
        margin-bottom: 0px !important;
    }
    .header{
        height: 100px;
    }
    .hdr_lg {
        padding: 26px 0;
        text-align: center;
    }
    .footer{
        margin: -66px auto 0;
        height: 66px;
    }
    .content {
        padding-bottom: 66px;
    }
    .cntnt_aln,
    .header_outer_cntnt_sides_htxt,
    .header_outer_cntnt_sides_show{
        width: 600px;
    }
    .header_outer_cntnt_sides_htxt,
    .header_outer_cntnt_sides_show{
        margin: 0 auto;
    }
    .header_outer_cntnt_in_in{
        width: 100%;
    }
    .header_outer_cntnt_sides_htxt{
        font-size: 48px;
        opacity: 0;
        visibility: hidden;
    }
    .header_outer_cntnt_sides{
        width: 100%;
    }
    .header_outer_cntnt_sides:nth-of-type(2) {
        padding-left: 0;
        margin-left: 0;
    }
    .header_outer_cntnt_sides_ptxt{
        display: none;
    }
    .header_outer_cntnt_sides_in{
        margin-top: 30px;
        position: static;
    }
    .header_outer_cntnt_sides_hide{
        position: static;
    }
    .header_outer_cntnt_sides_btn{
        margin-top: 44px;
        font-size: 13px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 70px;
        line-height: 68px;
    }
    .header_outer_cntnt_sides:nth-of-type(2){
        margin-left: 50%;
    }
    .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_sides_btn a{
        border-top: #fff 2px solid;
        border-right: #fff 1px solid;
        border-bottom: none;
        border-left: none;
    }
    .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_sides_btn a:hover{
        border-top: #DF4541 2px solid;
        border-right: #DF4541 1px solid;
        border-bottom: none;
        border-left: none;
    }
    .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_sides_btn a{
        border-top: #fff 2px solid;
        border-left: #fff 1px solid;
        border-bottom: none;
        border-right: none;
    }
    .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_sides_btn a:hover{
        border-top: #DF4541 2px solid;
        border-left: #DF4541 1px solid;
        border-bottom: none;
        border-right: none;
    }
    .header_outer_cntnt_sides_btn a::before,
    .cntnt_metal_secsx_sides_btn a::before{
        left: -65%;
        top: -65%
    }
    .cntnt_metal_secsx_sides_btn{
        margin-top: 50px;
    }
    .header_outer_cntnt_sides_show{
        position: static;
    }
    .header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
        font-size: 18px;
        line-height: 124%;
        margin-top: -18px;
        max-width: 530px;
        display: block;
    }
    .cntnt_metal_secft_blcl_mg{
        display: none;
    }
    .cntnt_metal_secfv_slider_el_ptxt_outer{
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        margin-top: -70px;
    }
    .cntnt_metal_secfv_slider_el_bg_svg{
        height: 189px;
        margin-bottom: 0;
    }
    .cntnt_metal_secfv_slider_el_ptxt{
        padding-left: 0;
        vertical-align: top;
    }
    .cntnt_metal_secsx_sides_in{
        width: 270px;
        float: left;
    }
    .cntnt_metal_secth_htxt {
        padding-top: 90px;
    }
    .cntnt_metal_secth_list {
        padding-top: 69px;
    }
    .cntnt_metal_secth_list_el{
        width: 50%;
        height: 190px;
    }
    .cntnt_metal_secfr_htxt {
        padding-top: 95px;
        max-width: 580px;
    }
    .cntnt_metal_secft_blcl{
        height: 203px;
        padding: 0 49px;
        margin-top: 51px;
    }
    .cntnt_metal_secsc_blcl_sides_txt{
        font-size: 16px;
        line-height: 130%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .cntnt_metal_secth_htxt{
        padding-top: 63px;
    }
    .cntnt_metal_secfr_list_el{
        width: 100%;
        margin-bottom: 80px;
        float: none;
    }
    .cntnt_metal_secfr_list_el_htxt{
        max-width: 360px;
        padding-top: 14px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        max-width: 100%;
    }
    /*
    .cntnt_metal_secfv_slider_el_mg{
        margin-left: 97px;
    }*/
    .cntnt_metal_secfv_slider_in{
        margin-top: 110px;
    }
    .cntnt_metal_secfv_slider_in{
        height: 256px;
    }
    .cntnt_metal_secsx_sides_mg{
        width: 301px;
        height: 396px;
        margin-left: 0;
        margin-top: -29px;
    }
    .cntnt_metal_secsx_sides_mg_in{
        height: 583px;
        margin-top: -291.5px;
    }
    .cntnt_metal_secsx_sides_line {
        margin: 136px -58px 0 0;
    }
    .cntnt_metal_secft_blcl_txt_in{
        line-height: 138%;
        font-size: 16px;
    }
    .cntnt_metal_secsc_blcl {
        padding-top: 46px;
    }
    .cntnt_metal_secfr_list {
        padding-top: 72px;
    }
    .cntnt_metal_secsx_sides_txt_ml{
        padding-top: 0;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        padding-top: 34px;
    }
    .cntnt_metal_secfv_htxt{
        padding-top: 13px;
    }
    .cntnt_metal_secfv_ptxt{
        padding-top: 6px;
    }
    .cntnt_metal_secsx_sides_ptxt{
        padding-top: 7px;
    }
    .cntnt_metal_secfv_slider_el_ptxt_in{
        line-height: 120%;
    }
    .cntnt_metal_secsx_htxt{
        padding-top: 95px;
    }
    .change_sections{
        margin-bottom: 0px;
        padding-bottom: 82px;
    }
    .cntnt_metal_secsx_sides_htxt{
        line-height: 120%;
        font-size: 30px;
        padding-top: 27px;
    }
    .cntnt_metal_secsx_sides_txt_phn {
        padding-top: 40px;
    }
    /*
    .cntnt_metal_secfv_slider_el:nth-of-type(1) .cntnt_metal_secfv_slider_el_mg{
        width: 242px;
        height: 298px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(2) .cntnt_metal_secfv_slider_el_mg{
        width: 228px;
        height: 297px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(3) .cntnt_metal_secfv_slider_el_mg{
        width: 267px;
        height: 307px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(4) .cntnt_metal_secfv_slider_el_mg{
        width: 207px;
        height: 314px;
    }
    */
    .fake_footer{
        display: none;
    }
    .cntnt_metal_sect_htxt{
        font-size:48px;
        padding-top: 96px;
    }
    .cntnt_metal_secft_blcl_txt{
        width: 100%;
    }
    .cntnt_metal_secsc_blcl_sides {
        float: none;
        width: 100%;
    }
    .cntnt_metal_secft_blcl_mg_outer{
        display: none;
    }
    .header_outer_cntnt_sides_btn a:nth-of-type(1){
        display: none;
    }
    .header_outer_cntnt_sides_btn a:nth-of-type(2){
        display: block;
    }
    .chng_sldr_btns a{
        height: 70px;
        width: 81px;
    }
    .chng_sldr_btns a:hover{
        width: 260px;
    }
    .chng_sldr_btns span{
        font-size: 20px;
        line-height: 70px;
    }
    .chng_sldr_btns .chng_sldr_btns_lft span{
        padding-left: 83px;
    }
    .chng_sldr_btns .chng_sldr_btns_rght span{
        padding-right: 98px;
    }
    .chng_sldr_btns .chng_sldr_btns_lft a::before{
        margin-left: 25px;
    }
    .chng_sldr_btns .chng_sldr_btns_rght a::before{
        margin-right: 25px;
    }
    .btn_back_to_begin a{
        width: 60px;
        height: 60px;
    }
    .hdr_lng{
        margin-top: 34px;
    }
}

/*300*/

@media (max-width: 679px){
    .cntnt_metal_secfv_slider_el_mg{
        height: 151px;
        transform: translate(0, 0) !important;
    }
    .cntnt_metal_secfv_slider_el.selected .cntnt_metal_secfv_slider_el_mg{
        margin-bottom: 0 !important;
    }
    .header{
        height: 100px;
    }
    .hdr_lg {
        padding: 26px 0;
        text-align: center;
    }
    .footer{
        margin: -104px auto 0;
        height: 104px;
    }
    .content {
        padding-bottom: 104px;
    }
    .cntnt_aln,
    .header_outer_cntnt_sides_htxt,
    .header_outer_cntnt_sides_show{
        width: 280px;
    }
    .header_outer_cntnt_sides_htxt,
    .header_outer_cntnt_sides_show{
        margin: 0 auto;
    }
    .header_outer_cntnt_in_in{
        width: 100%;
    }
    .header_outer_cntnt_sides_htxt{
        font-size: 36px;
        opacity: 0;
        visibility: hidden;
        text-align: center;
    }
    .header_outer_cntnt_sides{
        width: 100%;
    }
    .header_outer_cntnt_sides:nth-of-type(2) {
        padding-left: 0;
        margin-left: 0;
    }
    .header_outer_cntnt_sides_ptxt{
        display: none;
    }
    .header_outer_cntnt_sides_in{
        margin-top: 34px;
        position: static;
    }
    .header_outer_cntnt_sides_hide{
        position: static;
    }
    .header_outer_cntnt_sides_btn{
        margin-top: 44px;
        font-size: 13px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 70px;
        line-height: 68px;
    }
    .header_outer_cntnt_sides:nth-of-type(2){
        margin-left: 50%;
    }
    .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_sides_btn a{
        border-top: #fff 2px solid;
        border-right: #fff 1px solid;
        border-bottom: none;
        border-left: none;
    }
    .header_outer_cntnt_sides:nth-of-type(1) .header_outer_cntnt_sides_btn a:hover{
        border-top: #DF4541 2px solid;
        border-right: #DF4541 1px solid;
        border-bottom: none;
        border-left: none;
    }
    .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_sides_btn a{
        border-top: #fff 2px solid;
        border-left: #fff 1px solid;
        border-bottom: none;
        border-right: none;
    }
    .header_outer_cntnt_sides:nth-of-type(2) .header_outer_cntnt_sides_btn a:hover{
        border-top: #DF4541 2px solid;
        border-left: #DF4541 1px solid;
        border-bottom: none;
        border-right: none;
    }
    .header_outer_cntnt_sides_btn a::before,
    .cntnt_metal_secsx_sides_btn a::before{
        left: -65%;
        top: -65%
    }
    .cntnt_metal_secsx_sides_btn{
        margin-top: 47px auto 0;
    }
    .header_outer_cntnt_sides_show{
        position: static;
    }
    .header_outer_cntnt_sides_show .header_outer_cntnt_sides_ptxt{
        font-size: 14px;
        line-height: 124%;
        margin-top: -18px;
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .cntnt_metal_sect_htxt{
        font-size:30px;
        padding-top: 62px;
    }
    .cntnt_metal_secft_blcl_mg{
        display: none;
    }
    .cntnt_metal_secfv_slider_el_ptxt_outer{
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
        margin-top: -70px;
    }
    .cntnt_metal_secfv_slider_in{
        height: 140px;
        margin-top: 100px;
    }
    .cntnt_metal_secfv_slider_el_bg_svg{
        height: 89px;
    }
    .cntnt_metal_secfv_slider_el_bg_svg{
        margin-bottom: 0;
    }
    .cntnt_metal_secfv_slider_el_ptxt{
        padding-left: 0;
        vertical-align: top;
    }
    .cntnt_metal_secsx_sides_in{
        width: 270px;
        float: left;
    }
    .cntnt_metal_secth_htxt {
        padding-top: 32px;
    }
    .cntnt_metal_secth_list {
        padding-top: 30px;
    }
    .cntnt_metal_secth_list_el{
        width: 100%;
        float: none;
        height: 120px;
    }
    .cntnt_metal_secfr_htxt {
        padding-top: 60px;
        max-width: 580px;
    }
    .cntnt_metal_secft_blcl{
        height: auto;
        padding: 16px;
        margin-top: 28px;
    }
    .cntnt_metal_secsc_blcl_sides_txt{
        font-size: 14px;
        line-height: 130%;
        max-width: 100%;
        margin-bottom: 26px;
    }
    .cntnt_metal_secfr_list_el{
        width: 100%;
        margin-bottom: 60px;
        float: none;
    }
    .cntnt_metal_secfr_list_el_htxt{
        max-width: 100%;
        padding-top: 14px;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        max-width: 100%;
        font-size: 14px;
        text-align: center;
    }
    /*
    .cntnt_metal_secfv_slider_el_mg{
        margin-left: 97px;
    }
    */
    .cntnt_metal_secsx_sides_mg{
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .cntnt_metal_secsx_sides_mg_in{
        height: 542px;
        margin-top: -271px;
    }
    .cntnt_metal_secsx_sides_line{
        display: none;
    }
    .cntnt_metal_secft_blcl_txt_in{
        line-height: 138%;
        font-size: 14px;
    }
    .cntnt_metal_secsc_blcl {
        padding-top: 22px;
    }
    .cntnt_metal_secfr_list {
        padding-top: 60px;
    }
    .cntnt_metal_secsx_sides_txt_ml{
        font-size: 14px;
        padding-top: 3px;
    }
    .cntnt_metal_secfr_list_el_ptxt{
        padding-top: 25px;
    }
    .cntnt_metal_secfv_htxt{
        padding-top: 0;
    }
    .cntnt_metal_secfv_ptxt{
        padding-top: 6px;
    }
    .cntnt_metal_secsx_sides_ptxt{
        font-size: 14px;
        padding-top: 21px;
    }
    .cntnt_metal_secfv_slider_el_ptxt_in{
        line-height: 120%;
        font-size: 14px;
    }
    .cntnt_metal_secsx_htxt{
        padding-top: 60px;
    }
    .change_sections{
        margin-bottom: 0px;
        padding-bottom: 44px;
    }
    .cntnt_metal_secsx_sides_htxt{
        line-height: 120%;
        font-size: 24px;
        padding-top: 22px;
        max-width: 230px;
    }
    .cntnt_metal_secsx_sides_txt_phn {
        font-size: 14px;
        padding-top: 26px;
    }
    .fake_footer{
        display: none;
    }
    .cntnt_metal_secft_blcl_txt{
        width: 100%;
    }
    .cntnt_metal_secsc_blcl_sides {
        float: none;
        width: 100%;
    }
    .cntnt_metal_secft_blcl_mg_outer{
        display: none;
    }
    /*
    .cntnt_metal_secfv_slider_el:nth-of-type(1) .cntnt_metal_secfv_slider_el_mg{
        width: 247px;
        height: 306px;
        margin-left: -123.5px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(2) .cntnt_metal_secfv_slider_el_mg{
        width: 234px;
        height: 305px;
        margin-left: -117px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(3) .cntnt_metal_secfv_slider_el_mg{
        width: 276px;
        height: 318px;
        margin-left: -138px;
    }
    .cntnt_metal_secfv_slider_el:nth-of-type(4) .cntnt_metal_secfv_slider_el_mg{
        width: 212px;
        height: 321px;
        margin-left: -106px;
    }
    */
    .header_outer_cntnt_sides_btn a:nth-of-type(1){
        display: none;
    }
    .header_outer_cntnt_sides_btn a:nth-of-type(2){
        display: block;
    }
    .header_outer_preloader_cntnt{
        width: 300px;
        height: 300px;
        margin: -150px 0 0 -150px;
    }
    .header_outer_preloader_cntnt svg{
        width: 300px;
        height: 300px;
    }
    .cntnt_metal_secfr_list_el_ic{
        margin: 0 auto;
    }
    .cntnt_metal_secfr_list_el_htxt::after {
        left: 50%;
        margin-left: -18px;
        margin-bottom: -12px;
    }
    .cntnt_metal_secfv_slider_pagn_el{
        margin-right: 4px;
    }
    .cntnt_metal_secfv_slider_pagn_el,
    .cntnt_metal_secfv_slider_pagn_el_btn{
        width: 65px;
        height: 40px;
        line-height: 40px;
    }
    .cntnt_metal_secfv_slider_pagn_el_btn a{
        font-size: 16px;
    }
    .cntnt_metal_secsx_sides{
        width: 100%;
        float: none;
    }
    .cntnt_metal_secsx_sides:nth-of-type(1){
        margin-top: 400px;
    }
    .cntnt_metal_secsx_sides:nth-of-type(2){
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 369px;
        margin-top: 114px;
    }
    .footer_in_lft,
    .footer_in_rght{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer_in_rght{
        padding-top: 22px;
    }
    .cntnt_metal_secsc_htxt{
        padding-top: 60px;
    }
    .cntnt_metal_secfv_slider{
        padding-top: 32px;
    }
    .chng_sldr_btns a{
        height: 70px;
        width: 81px;
    }
    .chng_sldr_btns a:hover{
        width: 260px;
    }
    .chng_sldr_btns span{
        font-size: 20px;
        line-height: 70px;
    }
    .chng_sldr_btns .chng_sldr_btns_lft span{
        padding-left: 83px;
    }
    .chng_sldr_btns .chng_sldr_btns_rght span{
        padding-right: 98px;
    }
    .chng_sldr_btns .chng_sldr_btns_lft a::before{
        margin-left: 25px;
    }
    .chng_sldr_btns .chng_sldr_btns_rght a::before{
        margin-right: 25px;
    }
    .btn_back_to_begin a{
        width: 60px;
        height: 60px;
    }
    .header_in{
        position: static;
    }
    .hdr_lng{
        margin-top: 34px;
        margin-right: 30px;
    }
}