@import url(fonts.css);

body {
    font-family: 'Roboto', sans-serif;
    min-width: 320px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    height: auto!important;
}

body.load .loder-page:before{
    content: '';
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

body.overflow-hidden{
    overflow: hidden;
}
a
{
    transition: all 0.5s;
}
a:hover,
a:focus
{
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
}
/*------------ container --------------*/
.container
{
    /*width: 1400px;*/
    margin: 0 auto;
}
/*------------ content --------------*/
.content{
    /*float: left;*/
    width: 100%;
}
.content.type-a{
    padding-top: 120px;
}

.table_data{
    text-align: center;
    vertical-align: middle !important;
    font-size: 12px;
}

/*-----------------   text style  ----------------*/
.text-extra-light
{
    font-family: 'PragmaticaExtraLight', sans-serif;
}
.text-light
{
    font-family: 'PragmaticaLight', sans-serif;
}
.text-medium
{
    font-family: 'PragmaticaMedium', sans-serif;
}
.text-bold
{
    font-family: 'PragmaticaBold', sans-serif;
}
.text-extra-bold
{
    font-family: 'PragmaticaExtraBold', sans-serif;
}
.text-black
{
    font-family: 'PragmaticaBlack', sans-serif;
}
/*------------  btn  --------------*/

.btn
{
    transition: all 0.5s ease;
    font-size: 16px;
    border-radius: 0px;
    padding: 5px 12px;
    outline: none;
    border: 1.5px solid transparent;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus
{
    outline: none;
    transition: all 0.5s ease;
}

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #3c883f;
    border-color: #3c883f;
}
.btn-default {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
    color: #282828;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:hover {
    color: #282828;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #282828;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #282828;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;

}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;

}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;

}


/*----------------  button  --------------------*/
button:hover,
button:focus,
button:active
{
    outline: none;
}
/*----------------  font-size  --------------------*/
.font-size-10
{
    font-size: 10px;
}
.font-size-11
{
    font-size: 11px;
}
.font-size-12
{
    font-size: 12px;
}
.font-size-13
{
    font-size: 13px;
}
.font-size-14
{
    font-size: 14px;
}
.font-size-15
{
    font-size: 15px;
}

.font-size-16
{
    font-size: 16px;
}

.font-size-17
{
    font-size: 17px;
}

.font-size-18
{
    font-size: 18px;
}
.font-size-19
{
    font-size: 19px;
}

.font-size-20
{
    font-size: 20px;
}

.font-size-22
{
    font-size: 22px;
}

.font-size-22
{
    font-size: 22px;
}
.font-size-24
{
    font-size: 24px;
}
.font-size-26
{
    font-size: 26px;
}
.font-size-28
{
    font-size: 28px;
}
.font-size-30
{
    font-size: 30px;
}
.font-size-32
{
    font-size: 32px;
}
.font-size-36
{
    font-size: 36px;
}
.font-size-38
{
    font-size: 38px;
}
.font-size-40
{
    font-size: 40px;
}
.font-size-44
{
    font-size: 44px;
}
.font-size-48
{
    font-size: 48px;
}

/*----------------------------- slideout-menu  -------------------------*/
.btn-mobile-menu{
    padding: 0;
    border: 0;
    float: left;
    width: 27px;
    height: 22px;
    margin: 12px 0px 0px 0px;
    display: none;
    outline: none;
    background-color: transparent;
    background-image: url('../img/images.png');
    background-position: 0px -82px;
    background-repeat: no-repeat;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    background-color: #fff;
}

.slideout-panel {
    z-index: 1;
    background-color: #fff;
    /*position: relative;*/
    /*will-change: transform;*/
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}
.slideout-open .slideout-panel > .main-panel_{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1000;
}
.slideout-menu .header-panel,
.slideout-menu .header-body,
.slideout-menu .header-footer{

    width: 100%;
    float: left;
}
.slideout-menu .header-panel{
    text-align: center;
}
.slideout-menu .header-body{

}
.slideout-menu .header-footer{

}
/*------------------------------  header  ----------------------------------*/
header{
    z-index: 200;
    height: 120px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.165,.84,.44,1);
    transition: 1s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #101010;
}
header.fixed{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 50px;
    background-color: #101010;
}


/*------------------------------  main-text  ----------------------------------*/
.first-panel{
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    background-color: #101010;
    text-align: center;
    color: #000;
    z-index: 10;
    padding-top: 24%;
}

.main-text{
    display: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Poiret One', cursive;
}
/*------------------------------  panel-languange  ----------------------------------*/
.panel-languange{
    float: left;
    width: 100%;
    min-height: 600px;
    position: relative;
    background-color: #101010;
    background:url("../img/back_photo.jpg");
    background-size: cover;
    overflow: hidden;
}
/*------------------------------   logo-panel ----------------------------------*/
.logo-panel-2
{
    top: 15%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.logo-panel{
    width: 100%;
    text-align: center;
    position: absolute;
    height: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.logo-panel img, .logo-panel-2 img
{
    width: 220px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*------------------------------   logo-type ----------------------------------*/
.logo-type{
    width: 212px;
    height: 210px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../img/logo_bekmega_new.png);
    background-size: 211px 207px;
    margin: 0 auto;
    opacity: 0;
}
.logo-type-2{
    width: 260px;
    height: 120px;
    background-position: 0px center;
    background-repeat: no-repeat;
    background-image: url("../img/logo3.png");
    background-size: 250px;
    opacity: 1;
    display: block;
    margin: 0px 0px 0px 0px;
    position: absolute;
}

.investors .logo-type-2{
    background-color: #2196F3;
    width: 75px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 0px;
    background-size: 133px;
    background-position: 30px center;
    border-radius: 0px 25px 25px 0px;
}
.investors .logo-type-2 i{
    color: rgba(255, 255, 255, 0.49);
    font-size: 28px;
    margin: 10px 0px 0px 10px;
}
.investors .logo-type-2:hover i{
    color: #fff;
}
/*------------------------------  materiki-panel  ----------------------------------*/
.materiki-panel{
    display: none!important;
    width: 100%;
    bottom: -1000px;
    position: absolute;
    background-color: #0066b2;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 10;
}
/*------------------------------  materiki-list  ----------------------------------*/
.materiki-list{
    float: left;
    width: 100%;
    height: 225px;
    margin: 0;
}
.materiki-list li{
    float: left;
    width: 16.666667%;
    height: 100%;
    text-align: center;
}
.materiki-list li div{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.materiki-list li .image{
    width: 100%;
    height: 80px;
    margin: 20px 0px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.materiki-list li p{

}
.materiki-list li i{
    border: 1px solid #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 19px;
    align-items: center;
    padding: 0px 0px 0px 9px;
    border-radius: 50%;
    line-height: 0px;
    margin: 20px auto 0 auto;
}

.materiki-list li div:hover,
.materiki-list li.active > div
{
    background-color: #101010;
}


@-webkit-keyframes swing-Y
{
    15%
    {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    15%
    {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    40%
    {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
.materiki-list li div:hover .image
{
    -webkit-animation: swing-Y 1s ease;
    animation: swing-Y 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/*------------------------------  icon-materiki  ----------------------------------*/
.icon-materiki-asia{
    background-image: url("../img/asia.png");
}
.icon-materiki-europe{
    background-image: url("../img/europe.png");
}
.icon-materiki-africa{
    background-image: url("../img/africa.png");
}
.icon-materiki-australia{
    background-image: url("../img/australia.png");
}
.icon-materiki-north_america{
    background-image: url("../img/north_america.png");
}
.icon-materiki-south_america{
    background-image: url("../img/south_america.png");
}
/*------------------------------    ----------------------------------*/
.panel-languange.open .logo-panel img{
    margin-left: -50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
/*------------------------------  language-panel  ----------------------------------*/
.language-panel{
    width: 50%;
    height: 71%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    background-color: #101010;
    opacity: 0;
    min-height: 375px;
    overflow: hidden;
    overflow-y: auto;
}
.open .language-panel{
    opacity: 1;
    transition: opacity 0.8s;
}
/*------------------------------  language-list  ----------------------------------*/
.language-list{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 50px 50px;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.language-list.open{
    opacity: 1;
    z-index: 1;
}
.language-list li{
    float: left;
    width: 33%;
    padding: 15px 0px;
}
.language-list li a{
    display: block;
    color: #fff;
    float: left;
}
.language-list li a img{
    float: left;
}
.language-list li a span{
    display: block;
    float: left;
    line-height: 10px;
    margin-left: 10px;
}

.country-language{
    position: relative;
}
.country-language > a {
    cursor: pointer;
}
.country-language .list-language{
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: 10;
    background-color: #0066b2;
    padding: 5px 0px;
    display: none;
    box-shadow: 0px 1px 4px 0px #000;
}
.country-language .list-language li{
    float: left;
    width: 100%;
    padding: 0px 0px;
}
.country-language .list-language li a{
    padding: 3px 15px;
    width: 100%;
    font-size: 14px;
}
.country-language .list-language li a:hover{
    background-color: rgba(0, 0, 0, 0.24);
}
.country-language.open .list-language{
    display: block;
}





/*------------------------------  main-page  ----------------------------------*/
.main-page{
    overflow: hidden;
    position: relative;
    height: calc(100vh - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background: #101010;
    min-height: 600px;
}
/*------------------------------  inner-page-bg  ----------------------------------*/
.inner-page-bg{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: calc(100vh - 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    background: #101010;
}
/*------------------------------    ----------------------------------*/

.home-bg,.home-bg div,
.home-bg div video,
.home-bg div:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.home-bg {
    z-index: -1
}


.home-bg div.home-bg-black {
    background-color: #101010
}

.home-bg div:before {
    content: "";
    z-index: 50
}

.home-bg div.home-bg-black:before {
    background-color: #101010;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .85
}
.home-bg div video {
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}
/*------------------------------  bearstrokes  ----------------------------------*/
.bearstrokes {
    position: fixed;
    height: 100%;
    width: 1164px;
    z-index: 0;
    top: 0px;
}
.bearstrokes div {
    height: 100%;
    width: 1px;
    opacity: .1;
    transform-origin: 50% 0;
    background: #fff;
    transform: scale(0);
    transition: all 1s;
    position: absolute
}
.bearstrokes div.animate  {
    transform: scale(1);
}

.bearstrokes div:nth-child(1) {
    left: -1358px
}

.bearstrokes div:nth-child(2) {
    left: -1164px
}

.bearstrokes div:nth-child(3) {
    left: -970px
}

.bearstrokes div:nth-child(4) {
    left: -776px
}

.bearstrokes div:nth-child(5) {
    left: -582px
}

.bearstrokes div:nth-child(6) {
    left: -388px
}

.bearstrokes div:nth-child(7) {
    left: -194px
}

.bearstrokes div:nth-child(8) {
    left: 0
}

.bearstrokes div:nth-child(9) {
    left: 194px
}

.bearstrokes div:nth-child(10) {
    left: 388px
}

.bearstrokes div:nth-child(11) {
    left: 582px
}

.bearstrokes div:nth-child(12) {
    left: 776px
}

.bearstrokes div:nth-child(13) {
    left: 970px
}

.bearstrokes div:nth-child(14) {
    left: 1164px
}

.bearstrokes div:nth-child(15) {
    left: 1358px
}

.bearstrokes div:nth-child(16) {
    left: 1552px
}

.bearstrokes div:nth-child(17) {
    left: 1746px
}

.bearstrokes div:nth-child(18) {
    left: 1940px
}

.bearstrokes div:nth-child(19) {
    left: 2134px
}

.bearstrokes div:nth-child(20) {
    left: 2328px
}

.bearstrokes div:nth-child(21) {
    left: 2522px
}

/*------------------------------  homenav  ----------------------------------*/
.homenav {
    text-align: center;
    position: relative;
    z-index: 1;
}

.homenav-header{

}
.homenav-nav {
    margin-top: 50px;
    position: relative;
    z-index: 10000;
    bottom: -50px;
    opacity: 0;
}
.homenav-nav ul li {
    width: 194px;
    float: left;
    text-align: center
}

.homenav-nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
    position: relative;
    transition: .35s cubic-bezier(.77,0,.175,1);
}

.homenav-nav ul li a:after,.homenav-nav ul li a:before {
    -webkit-transition: .35s cubic-bezier(.77,0,.175,1);
    transition: .35s cubic-bezier(.77,0,.175,1);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #ccc;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.homenav-nav ul li a:after,
.homenav-nav ul li a:before {
    background: #ccc
}

.homenav-nav ul li a:before {
    left: 0
}

.homenav-nav ul li a:after {
    left: 100%
}

.homenav-nav ul li a:hover {
    opacity: 1
}

.homenav-nav ul li a:hover:after,.homenav-nav ul li a:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.homenav-nav ul:hover a {
    opacity: .2
}

/*------------------------------  social-list  ----------------------------------*/
.social-list{
    float: left;
    margin: 25px 0px 0px 0px;
}
.social-list li{
    float: left;
    padding: 0px 50px 0px 0px;
}
.social-list li a{
    display: block;
    color: #fff;
    font-size: 24px;
}

.social-list li a:hover{
    color: #607d8b;
}
/*------------------------------  homenav-footer  ----------------------------------*/
.home-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    bottom: -50px;
    opacity: 0;
    text-align: center;
}
.home-footer .nav-list{
    display: inline-block;
    margin: 11px 0px 0px 0px;
}
.home-footer .nav-list li{
    width: 194px;
    float: left;
    text-align: center;
}
.home-footer .nav-list li a{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.51);
    padding: 20px 0;
    position: relative;
    transition: .35s cubic-bezier(.77,0,.175,1);
}
.home-footer .nav-list li a:hover{
    color: #fff;
}
/*------------------------------  preloader  ----------------------------------*/
.preloader{
    position: fixed;
    top: -100%;
    opacity: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #101010;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 1.0s;
    
}

.preloader.show-preloader{
    top: 0px;
    opacity: 0;
    z-index:-999999;
}
/*------------------------------  preloader  ----------------------------------*/
@keyframes anim-p-line-3 {
    0% {
        stroke-dashoffset: 1830;
    }
    100% {
        stroke-dashoffset: -1830;
    }
}

/*    SVG-STYLE    */

.svg-preloader-wrapper {
    background: transparent;
    width: 400px;
    margin: 0 auto;
    padding: 0px 0px 0px 50px;
}

svg.svg-preloader {
    width: 300px;
    height: 200px;
    margin: 70px 22px 0;
}

.svg-line-p {
    fill: none;
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-width: 10px;
    stroke-miterlimit: 10;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.svg-line-p.line-2 {
    fill: #fff;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.svg-line-p.line-3 {
    stroke-dasharray: 1830;
    stroke-dashoffset: 0;
}

.svg-line-p.line-3.part-1 {
    animation: anim-p-line-3 3s linear infinite;
}

.svg-line-p.line-3.part-2 {
    animation: anim-p-line-3 3s infinite;
}

.svg-line-p.line-3.part-3 {
    animation: anim-p-line-3 3s -1.5s reverse infinite;
}



/*------------------------------  modal-custom  ----------------------------------*/
.modal-custom{

}
.modal-custom .modal-dialog{
    height: 95%;
}
.modal-open .modal.modal-custom{
    overflow: hidden;
    padding: 0px!important;
    background-color: rgba(0, 0, 0, 0.69);
}

.modal-custom .modal-content{
    border-radius: 0;
    overflow: hidden;
    height: 95%;
    background-color: #282828;
}
.modal-custom.modal-info .modal-content{
    height: initial;
    min-height: 100px;
}
.modal-custom.modal-info .modal-content .modal-info-panel{
    padding: 53px 15px 30px 15px;
    text-align: center;
    font-size: 20px;
}
.modal-custom .modal-title{
    color: #fff;
}
.modal-custom .modal-header,
.modal-custom .modal-footer
{
    border: 0;
}

.modal-custom .modal-header .btn--close{
    float: right;
    margin-top: -7px;
    margin-right: -7px;
}
.modal-custom .modal-body .btn--close{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}
.modal-custom .modal-dialog.modal-size-400  {
    width: 400px;
}
.modal-custom .modal-dialog.modal-size-600  {
    width: 600px;
}
.modal-custom .modal-dialog.modal-percent-90  {
    width: 90%;
}
.modal-custom .modal-dialog.modal-percent-95  {
    width: 95%;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}
.modal-custom .modal-body{
    max-height: 90%;
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
}
.modal-custom .modal-body.vertical-center
{
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-custom.full-body .modal-body{
    max-height: 100%;
    height: 100%;
}

/*------------------------------  modal-contact  ----------------------------------*/
.modal-contact{
    float: left;
    width: 100%;
    height: 100%;
}
.modal-contact .modal-contact-bottom{
    position: relative;
    top: 5%;
}
/*------------------------------  btn--close  ----------------------------------*/


.btn--close {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer
}

.btn--close-circle,.btn--close-stroke {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.btn--close-stroke {
    width: 14px;
    height: 1px;
    background: #fff;
    -webkit-transition: .7s cubic-bezier(.455,.03,.515,.955);
    transition: .7s cubic-bezier(.455,.03,.515,.955);
    opacity: 0
}

.btn--close-stroke {
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    opacity: 1
}

.btn--close-stroke.btn--close-stroke-a {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn--close-stroke.btn--close-stroke-b {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn--close:hover .btn--close-stroke {
    background: #ffd94a
}

.btn--close:hover .btn--close-stroke.btn--close-stroke-a {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.btn--close:hover .btn--close-stroke.btn--close-stroke-b {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.btn--close-circle {
    opacity: 0;
    -webkit-transition: 1s cubic-bezier(.77,0,.175,1);
    transition: 1s cubic-bezier(.77,0,.175,1)
}

.btn--close-circle {
    opacity: 1
}

.btn--close-circle path {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dashoffset: 122.59px;
    stroke-dasharray: 122.592 , 122.592;
    -webkit-transition: .7s cubic-bezier(.455,.03,.515,.955);
    transition: .7s cubic-bezier(.455,.03,.515,.955)
}

.btn--close-circle path {
    -webkit-transition: 1s .2s cubic-bezier(.77,0,.175,1);
    transition: 1s .2s cubic-bezier(.77,0,.175,1)
}

.btn--close-circle path {
    -webkit-transition: .7s cubic-bezier(.77,0,.175,1);
    transition: .7s cubic-bezier(.77,0,.175,1)
}

.btn--close-circle.btn--close-circle-a path {
    stroke-dashoffset: 122.59px
}

.btn--close-circle.btn--close-circle-a path {
    -webkit-transition: .9s cubic-bezier(.77,0,.175,1);
    transition: .9s cubic-bezier(.77,0,.175,1)
}

.btn--close-circle.btn--close-circle-a path,.btn--close-circle.btn--close-circle-a path {
    stroke-dashoffset: 0
}

.btn--close:hover .btn--close-circle.btn--close-circle-a path {
    stroke-dashoffset: -122.59px
}

.btn--close:hover .btn--close-circle.btn--close-circle-a path {
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1)
}

.btn--close-circle.btn--close-circle-b path {
    stroke: #ffd94a;
    stroke-dashoffset: 122.59px
}

.btn--close-circle.btn--close-circle-b path {
    stroke-dashoffset: 122.59px
}

.btn--close:hover .btn--close-circle.btn--close-circle-b path {
    stroke-dashoffset: -122.59px
}

.btn--close:hover .btn--close-circle.btn--close-circle-b path {
    stroke-dashoffset: 0
}

/*------------------------------  form-control  ----------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1.5px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: none;
}
.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;;
    box-shadow: none;;
}
.form-control::-moz-placeholder {
    color: #AAA;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #AAA;
}
.form-control::-webkit-input-placeholder {
    color: #AAA;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
label {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}


.form-group-type-a .form-control{
    outline: none;
    border-color: #b0bec5;
    color: #455a64;
    font-size: 16px;
    padding: 7px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);
}
.form-group-type-a .control-label
{
    color: #455a64;
}
/*------------------------------   menu-list  ----------------------------------*/
header .menu-list{
    display: inline-block;
    margin: 28px 0px 0px 0px;
}
header .menu-list li{
    width: 194px;
    float: left;
    text-align: center;
}
header .menu-list li a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    transition: .35s cubic-bezier(.77,0,.175,1);
}
header .menu-list:hover li a{
    opacity: 0.2;
    transition: all 0.5s ease;
}


header .menu-list li a:after,header .menu-list li a:before {
    -webkit-transition: .35s cubic-bezier(.77,0,.175,1);
    transition: .35s cubic-bezier(.77,0,.175,1);
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    background: #ccc;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

header .menu-list li a:after,
header .menu-list li a:before {
    background: #ccc
}

header .menu-list li a:before {
    left: 0
}

header .menu-list li a:after {
    left: 100%
}

header .menu-list li a:hover {
    opacity: 1
}

header .menu-list li a:hover:after,
header .menu-list li a:hover:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

header .menu-list li a:hover{
    opacity: 1;
}
/*------------------------------  contact-data-list  ----------------------------------*/
.contact-data-list {
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

.contact-data-list li {
    float: left;
    width: 33.333%;
    margin: 0 0 17px 0
}

.contact-data-list li a {
    font-size: 18px;
    color: #fff
}

.contact-data-list li a:hover {
    color: #0066b2
}

.contact-data-list li i {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 15px 10px 0;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0;
    line-height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}


/*------------------------------    ----------------------------------*/
::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(241, 241, 241, 0);
    background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb {
    outline: 1px solid #708090;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
}
/*------------------------------  map-full  ----------------------------------*/
.map-full{
    width: 100%;
    height: 100%
}
/*------------------------------  where-are-we-panel  ----------------------------------*/
.where-are-we-panel{
    width: 100%;
    height: 100%;
    float: left;
}
/*------------------------------  where-are-we-panel  ----------------------------------*/
.modal-ajax-panel{
    width: 100%;
    height: 100%;
    float: left;
}
/*------------------------------  panel-custom  ----------------------------------*/
.panel-custom{
    float: left;
    width: 100%;
}
/*------------------------------  brand-list  ----------------------------------*/
.brand-list{

    float: left;
    width: 100%;
    margin-top: 15px;
}
.homenav-nav .brand-list li {
    opacity: 0.4;
    float: none;
    display: inline-block;
}
.homenav-nav .brand-list:hover li a{
    opacity: 1;
}
.brand-list li a{
    display: inline-block;
}
.brand-list li a span{
    display: inline-block;
    width: 150px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.41);
    border-radius: 0%;
    background-repeat: no-repeat;
    background-position: center center;
}
.brand-list li a span svg{
    width: 100%;
    height: 100%;
    fill: #fff;
}
.brand-list li a span svg path{
    fill: #fff;
}
.brand-list li:hover{
    opacity: 1;
}
/*------------------------------  mobile-btn  ----------------------------------*/
.mobile-btn {
    width: 28px;
    height: 30px;
    margin: 43px 0px;
    float: right;
    cursor: pointer;
    overflow: hidden;
}
.mobile-btn>div>div {
    background: #666;
}

.mobile-btn>div>div {
    background: #cacaca
}

.mobile-btn>div {
    position: relative;
    width: 28px;
    height: 17px;
    margin: 11px auto 0px auto;
}
.mobile-btn>div>div {
    background: #fff
}

.mobile-btn>div>div:nth-child(1) {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.mobile-btn>div>div:nth-child(3) {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.mobile-btn>div>div>div {
    background: #777;
    width: 100%;
    height: 3px;
    -webkit-transition: .35s;
    transition: .35s;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.mobile-btn>div>div:nth-child(1)>div {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.mobile-btn>div>div:nth-child(2)>div {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.mobile-btn>div>div:nth-child(3)>div {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mobile-btn:hover>div>div>div {
    -webkit-transform: none;
    transform: none
}

.mobile-btn>span {
    display: block;
    font-size: 10px;
    font-size: .625rem
}

.mobile-btn.type-a > div > div {
    background-color: #ccc;
}
.mobile-btn.type-a > div > div > div{
    background-color: #101010;
}

/*------------------------------  listcustom-type-a  ----------------------------------*/
.listcustom-type-a{

}
.listcustom-type-a li{
    display: inline-block;
    text-align: left;
    margin: 0px 0px 0px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.listcustom-type-a li span{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
.listcustom-type-a li p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
header .listcustom-type-a{
    float: right;
    margin: 30px 30px 0px 0px;
}
/*------------------------------  fixed-menu-panel  ----------------------------------*/
.fixed-menu-panel{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #101010;
    z-index: 500;
    color: #000;
    transition: all 0.8s;
    box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.57);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.fixed-menu-panel.show{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fixed-menu-panel-content{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.fixed-menu-panel-content-scroll{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 570px;
}
.fixed-menu-panel .nav-type-a{
    float: left;
    width: 100%;
    margin: 43px 0px 0px 0px;

    -webkit-transition: .7s cubic-bezier(.895,.03,.685,.22);
    transition: .7s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.fixed-menu-panel.show .nav-type-a{
    -webkit-transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.fixed-menu-panel .social-list{
    margin: 0px;
    background-color: #101010;
    border-left: 1px solid #101010;
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.fixed-menu-panel .social-list li{
    float: none;
    display: inline-block;
    padding: 0px 15px;
}
.fixed-menu-panel .social-list li a{
    font-size: 20px;
}
.fixed-menu-panel .map{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;
}

.fixed-menu-panel .nav-list{
    float: left;
    width: 100%;
    border-left: 1px solid #101010;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    z-index: 1;
    background-color: #101010;
}
.fixed-menu-panel .nav-list li{
    float: left;
    width: 50%;
    text-align: center;
}
.fixed-menu-panel .nav-list li a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    transition: .35s cubic-bezier(.77,0,.175,1);
}
.fixed-menu-panel .nav-list li a:hover{
    color: #fff;
    background-color: #101010;
}
.fixed-menu-panel .btn--close{
    position: absolute;
    top: 5px;
    left: 3px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.fixed-menu-panel .btn--close-stroke{
    width: 20px;
    height: 1px;
}
.fixed-menu-panel-content-scroll .left{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-menu-panel-content-scroll .right{
    -webkit-transition: .7s cubic-bezier(.895,.03,.685,.22);
    transition: .7s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
.fixed-menu-panel.show .fixed-menu-panel-content-scroll .right
{
    -webkit-transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/*------------------------------  nav-type-a  ----------------------------------*/
.nav-type-a{
    float: left;
    width: 100%;
    margin: 0;
}
.nav-type-a:hover a{
    opacity: 0.2;
}
.nav-type-a li{
    float: left;
    width: 100%;
    text-align: center;
}
.nav-type-a li a{
    display: inline-block;
    font-size: 26px;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    transition: all 1.0s;
    text-align: center;
}

.nav-type-a li a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.nav-type-a li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.nav-type-a li a:hover:after,
.nav-type-a li a:hover:before
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-type-a li a:hover,
.nav-type-a li a:focus,
.nav-type-a li.active a
{
    opacity: 1;
}
/*------------------------------  panel-type-a  ----------------------------------*/
.panel-type-a{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: calc(100vh - 120px);
    min-height: 500px;
    overflow: hidden;
}
.panel-text-img{
    position: relative;
    z-index: 10;
}
/*------------------------------  panel-text-img  ----------------------------------*/
.panel-text-img .logo-panel-custom {
    max-width: 100%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.panel-text-img .logo-panel-custom   svg{
    fill: #fff;
    width: 100%;
    height: 100%;
}
.panel-text-img .text{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 50px 0px 0px 0px;
}
/*------------------------------  scrollto  ----------------------------------*/

@keyframes scrolltoWheel {
    0% {
        -webkit-transform: translate(0,-1px);
        transform: translate(0,-1px);
        opacity: 0
    }

    60% {
        -webkit-transform: translate(0,2px);
        transform: translate(0,2px);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0,2px);
        transform: translate(0,2px);
        opacity: 0
    }
}
.scrollto, .scrolltobrand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    width: 180px;
    padding: 20px;
    background-color: #101010;
}
.scrollto--icon {
    width: 18px;
    position: relative;
    margin: auto;
    height: 60px;
    -webkit-transition: .5s fill;
    transition: .5s fill;
    fill: #fff;
}
.scrollto--icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.scrollto--wheel {
    -webkit-animation: 2s scrolltoWheel infinite cubic-bezier(.77,0,.175,1);
    animation: 2s scrolltoWheel infinite cubic-bezier(.77,0,.175,1);
}
.scrollto--arrow {
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translate(0,2px);
    transform: translate(0,2px);
}
.scrollto--text {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}
.scrollto:hover .scrollto--arrow {
    -webkit-transform: translate(0,10px);
    transform: translate(0,10px);
}
/*------------------------------  title-type-a  ----------------------------------*/
.title-type-a{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
/*------------------------------  position-relative  ----------------------------------*/
.position-relative{
    position: relative;
}
/*------------------------------    ----------------------------------*/
.skills--list {
    display: inline-block;
    vertical-align: top;
    width: 388px;
    position: relative;
    padding: 40px 20px 70px
}
.skills--list:nth-child(1) {
    margin-top: 70px
}
.skills--list:nth-child(3) {
    margin-top: 70px
}
.skills--title {
    font-size: 24px;
    display: inline-block;
    padding: 20px 0;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.skills--title-overlay
{
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffd94a;
    transform: translateY(0%);
    transition: all 0.5s;
}
.skills--title-overlay.load{
    transform: translateY(-100%);
}
.skills--title-overlay {
    position: absolute;
    left: 0;
}
.skills--title-stroke {
    bottom: 0;
    right: 0;
    height: 4px;
    background: #fff;
    transform: translateY(100%);
}
.skills--desc {
    font-size: 18px;
    line-height: 1.5;
}
.skills--stroke {
    position: absolute;
    bottom: 0;
    left: 55px;
    right: 55px;
    margin: auto;
    height: 20px;
    background-image: url(../img/stroke--skills.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 20px;
    opacity: 1;
}
/*------------------------------  references  ----------------------------------*/
.references{
    padding: 100px 10px;
    text-align: center;
}
.references-container {
    max-width: 1200px;
    margin: auto;
}
.references--item {
    width: 272px;
    min-height: 90px;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    position: relative;
}
.references--item-inner {
    padding: 20px;
    background: #fff;
    color: #101010;
}
.references--item-inner img {
    max-width: 90%;
    margin: auto;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.references--item-inner:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.references-container.type-a .references--item-inner{
    border: 1px solid rgba(0, 0, 0, 0.18);
}

/*------------------------------  awards  ----------------------------------*/
.awards-panel{
    overflow: hidden;
}
.awards {
    padding: 40px 10px;
    text-align: center;
    position: relative;
}
.awards-container {
    max-width: 1200px;
    margin: auto;
}
.awards-container > .column {
    vertical-align: top;
    overflow: hidden;
}
.awards-container .column:nth-child(2) {
    margin-top: 50px;
}
.awards-container .column:nth-child(3) {
    margin-top: 100px;
}
.awards-container .column:nth-child(4) {
    margin-top: 150px;
}

.awards--item {
    text-decoration: none;
    width: 272px;
    display: block;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    color: #101010;
}
.awards-container__reassort .awards--item {
    margin: 30px 0;
}
.awards--item-inner {
    overflow: hidden;
    padding: 23px 13px;
    border: 7px solid #e9e9e9;
    background: #fff;
}
.awards--item-overlay {
    z-index: 2;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.90);
    border: 5px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.awards--item-overlay a{
    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.awards--item-inner img {
    max-width: 90%;
    margin: auto;
    display: block;
}
.awards--item-year {
    font-size: 16px;
    margin: 20px 0;
}
.awards--item-desc {
    font-size: 10px;
    margin: 20px 0;
    text-transform: uppercase;
}

.awards--item:hover .awards--item-overlay{
    opacity: 1;
    transform: translateY(-100%);
}
.awards--item:hover:hover .awards--item-overlay a
{
    -webkit-transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.awards.type-a .awards--item{
    height: 272px;
}
.awards.type-a .awards--item .image{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
}
.awards.inner-panel-type .awards--item .inner-panel{
    opacity: 1;
    display: block;
    background-color: rgba(29, 29, 27, 0.89);
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    border: 7px solid #ffd94a;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.awards.inner-panel-type .awards-container.type-a .awards--item .inner-panel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.awards.type-a .awards--item .inner-panel .name{
    font-size: 26px;
    padding: 50px 0px 0px 0px;

    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.awards.type-a .awards--item .inner-panel .position{
    float: none;
    display: inline-block;

    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.awards.type-a .awards--item .inner-panel .social-list{
    width: 100%;
    position: absolute;
    bottom: 10px;

    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.awards.type-a .awards--item .inner-panel .social-list li
{
    float: none;
    padding: 0px 15px;
    display: inline-block;
}
.awards.inner-panel-type .awards--item:hover .inner-panel{
    opacity: 1;
    transform: translateY(0);
}
.awards.type-a .awards--item:hover .inner-panel .name{
    -webkit-transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.awards.type-a .awards--item:hover .inner-panel .position{
    -webkit-transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    transition: .7s .5s cubic-bezier(.165,.84,.44,1) , opacity .7s .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.awards.type-a .awards--item:hover .inner-panel .social-list{
    -webkit-transition: .8s .6s cubic-bezier(.165,.84,.44,1) , opacity .8s .6s cubic-bezier(.25,.46,.45,.94);
    transition: .8s .6s cubic-bezier(.165,.84,.44,1) , opacity .8s .6s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.awards.type-b{

}

.awards.type-b .awards--item {
    height: 270px;
}

.awards.type-b .awards--item .image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.awards.type-b .awards--item .name{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 5px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.60);
}
.awards.type-b .awards--item .inner-panel{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(19, 19, 18);
}
.awards.type-b .awards--item .inner-panel .btn
{
    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.awards.type-b .awards--item:hover .inner-panel .btn
{
    -webkit-transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/*------------------------------  product-panel  ----------------------------------*/
.product-panel{
    position: relative;
    height: calc(100vh - 120px);
}
/*------------------------------  horizontal-scroll-panel  ----------------------------------*/
.horizontal-scroll-panel{
    float: left;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

/*------------------------------  horizontal-scroll-panel-scrollBar  ----------------------------------*/
.horizontal-scroll-panel-scrollBar{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(88%);
}
.horizontal-scroll-panel-scrollBar .mCSB_container{
    height: 100%;
}

.horizontal-scroll-panel-scrollBar .item{
    float: left;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
}
.horizontal-scroll-panel-scrollBar .mCSB_horizontal.mCSB_inside > .mCSB_container{
}
/*------------------------------  horizontal-scroll-panel-scrollBar-inner  ----------------------------------*/
.horizontal-scroll-panel-scrollBar-inner {
    height: 100%;
    min-height: 400px;
    overflow-x: auto;
}
.horizontal-scroll-panel-scrollBar-inner.display-flex{
    display: flex;
    align-items: center;
}
/*------------------------------  list-item-type-a  ----------------------------------*/
.list-item-type-a{
    float: left;
    margin: 0;
    position: relative;
    transition: all 1s;
}
.list-item-type-a:before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    position: absolute;
    background-color: transparent;
}
.list-item-type-a.active:before{
    display: none;
}
.list-item-type-a .column{
    width: 200px!important;
}
.list-item-type-a li{
    float: left;
    width: 200px;
    height: 227px;
    text-align: center;
    padding: 10px;
    opacity: 0.2;
    transition: all 0.3s;
}
.list-item-type-a li a{
    font-size: 16px;
    color: #333;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-item-type-a li span{
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all 0.5s;
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius:20px;
}
.list-item-type-a li .item-panel-hover {
    opacity: 0;
    display: block;
    background-color: rgba(29, 29, 27, 0.89);
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: left;
    border: 7px solid #ffd94a;
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 20px;
}
.list-item-type-a li .item-panel-hover p
{
    font-size: 18px;
    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.list-item-type-a.opacity-0{
    opacity: 0;
}
.list-item-type-a.active li
{
    opacity: 1;
}
.list-item-type-a li a:hover .item-panel-hover
{
    opacity: 1;
    transform: translateY(0);
}
.list-item-type-a li a:hover .item-panel-hover p
{
    -webkit-transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
/*------------------------------  list-nav-category  ----------------------------------*/
.list-nav-category{
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 30px 0px 30px;
    text-align: center;
}
.list-nav-category li{
    display: inline-block;
}
.list-nav-category li a{
    display: block;
    color: #fff;
    font-size: 14px;
    border: 0px solid #343432;
    padding: 5px 0px;
    margin: 0px 15px;
    text-transform: uppercase;
    min-width: 195px;
}
.list-nav-category li a:hover
{
    background-color: rgb(50, 50, 50);
    border-radius: 25px;
}

.list-nav-category li.active a
{
    background-color: rgb(255, 255, 255);
    color: #000;
    border-radius: 25px;
}
/*------------------------------   product-panel ----------------------------------*/
.product-detial-panel{
    float: left;
    width: 100%;
    height: 100%;
}

.product-detial-panel .left,
.product-detial-panel .right
{
    float: left;
    width: 50%;
    height: 100%;
    max-height: 100%;
    /*overflow: hidden;
    overflow-y: auto;*/
}
.product-detial-panel .right{
    padding: 45px 30px 30px 30px;
}
.product-detial-panel .image{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-detial-panel .name{
    text-align: center;
    font-size: 25px;
}
.product-detial-panel .full-description{
    font-size: 16px;
}
/*
   *************************************************************************
 ********************************* investors *********************************
   *************************************************************************
*/
/*------------------------------  investors  ----------------------------------*/
.investors{
    background-color: #f5f5f5;
    color: #455a64;
    font-family: 'Lato-Light', sans-serif;
}
/*------------------------------  header  ----------------------------------*/
.investors header{
    background-color: rgb(242, 242, 242);
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: .5s all ease;
}
.investors header.fixed {
    position: fixed;
    height: 50px;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.06);
}
.investors header .mobile-btn{
    float: right;
    margin: 20px 0px;
    display: none;
}
/*------------------------------  nav-header  ----------------------------------*/
.nav-header{
    float: right;
    margin: 30px 0px 0px 0px;
}
.fixed .nav-header {
    margin: 15px 0px 0px 0px;
}
.nav-header li{
    float: left;
}
.nav-header li a{
    position: relative;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.95);
    font-size: 14px;
    transition: all 300ms ease;
}
.nav-header li a:after
{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 11px;
    background-color: rgba(0, 0, 0, 0.60);
    height: 1px;
    border-radius: 2px;
    transform: rotateY(90deg);
    transform-origin: center;
    transition: all 500ms ease;
}
.nav-header li a:hover:after,
.nav-header li a.active:after
{
    transform: rotateY(0);
}
.nav-header li a:hover{

}

/*------------------------------  overview  ----------------------------------*/
.overview{
    float: left;
    width: 100%;
    position: relative;
    min-height: 600px;
}
.overview > .container,
.overview > .container > .row,
.overview  > .container > .row > div
{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.overview .left{
    position: relative;
    z-index: 1;
}
.overview:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: rgba(218, 218, 218, 0.41);
}
.overview .image{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview .image svg{
    width: 350px;
    height: 350px;
}
.overview .text-panel{
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
.overview .text{
    color: #333;
    font-size: 18px;
    line-height: 27px;
    padding: 0px 30px;
}
/*------------------------------  office-map  ----------------------------------*/
.office-map {
    float: left;
    width: 100%;
    position: relative;
}
.office-map:before
{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: rgba(218, 218, 218, 0.41);
}
.office-map .map-svg-panel{

}
.office-map .map-svg{
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}

.office-map .map-svg .svg-panel{
    width: 500px;
    height: 500px;
    position: relative;
}

.office-map .map-svg svg{
    width: 100%;
    height: 100%;
    fill: #b1b1b1;
    margin: 0 auto;
    stroke: #333;
    fill-opacity: 0;
    transition: rot;
}
.office-map > .container,
.office-map > .container > .row,
.office-map > .container > .row > div
{
    height: 100%;
}
.office-map .text-panel{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.office-map .text-list{
    color: #333;
}
.office-map .text-list li{
    width: 100%;
    padding: 0px 15px;
    margin: 2px 0px;
    float: left;
}
.office-map .text-list li i{
    float: left;
    width: 5%;
    font-size: 25px;
    color: #2196F3;
}
.office-map .text-list li p{
    float: left;
    width: 95%;
    font-size: 16px;
    font-weight: bold;
}




.office-map .map-svg svg path {
    fill-opacity: 0;
    stroke-width: 0px;
}

@keyframes map-animation {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2px;
    }
}

.office-map.load .map-svg svg path {
    stroke-dasharray: 3000;
    fill: #000;
    stroke-width: 2px;
    stroke: transparent;
}
.office-map.load .map-svg.load svg path{
    stroke: #455a64;
    animation: map-animation 5s linear /* infinite */;
}
.office-map.load .map-svg .marker{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 42%;
    right: 17%;
    opacity: 0;
}
.office-map.load .map-svg .marker path{
    fill-opacity: 1;
    fill: #101010;
}
.office-map.load .map-svg.load-marker .marker
{
    opacity: 1;
    -webkit-animation: swing-Y 1s ease;
    animation: swing-Y 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*------------------------------    ----------------------------------*/
.charts-column{
    float: left;
    width: 100%;
    height: calc(100vh);
    padding: 0px 0px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #cdcdcf;
}
.charts-column:before
{
    content: "";
    border: none;
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0px;
    display: block;
    background: -webkit-radial-gradient(closest-side, #eff0f2 0, #bdbdbf 100%);
    background: -moz-radial-gradient(closest-side, #eff0f2 0, #bdbdbf 100%);
    background: radial-gradient(closest-side, #eff0f2 0, #bdbdbf 100%);
}
.charts-column-panel
{
    float: left;
    width: 100%;
}
.charts-column-list {
    list-style-type:none;
    max-height: 100%;
    padding: 0px;
}

.charts-column-list li{
    display: inline-block;
    width: 19%;
}

.charts-column a{
    display:block;
    text-decoration:none;
}
.charts-column a{
    /*
    -webkit-animation: onLeave 0.1s ease-in-out;
    animation: onLeave 0.1s ease-in-out;
    -webkit-transform:  scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
    transform:          scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
*/
}

.charts-column a:hover{
    /*
    -webkit-animation: onHover 0.1s ease-in-out;
    animation: onHover 0.1s ease-in-out;
    -webkit-transform:  scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
    transform:          scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
    */
}

@-webkit-keyframes onLeave
{
    0%  {-webkit-transform:  scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
        transform:         scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;}
    100%{-webkit-transform:  scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
        transform:         scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;}
}
@keyframes onLeave
{
    0%  {-webkit-transform:  scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
        transform:         scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;}
    100%{-webkit-transform:  scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
        transform:         scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;}
}

@-webkit-keyframes onHover
{
    0%  {-webkit-transform:  scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
        transform:         scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;}
    100%{-webkit-transform:  scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
        transform:         scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;}
}
@keyframes onHover
{
    0%  {-webkit-transform:  scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;
        transform:         scaleX(1.0) scaleY(1.0) scaleZ(1.0)  ;}
    100%{-webkit-transform:  scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;
        transform:         scaleX(1.1) scaleY(1.1) scaleZ(1.1)  ;}
}


.charts-column .fill {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90px;
    line-height: 0px;
    position: relative;
    top: 0px;
    left: 70px;
    padding: 20px 0px 0px 8px;
    border: none;
    font-size: 24px;
    color: rgba(255,255,255,1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(0deg, rgba(255,43,43,1) 0, rgba(209,31,31,1) 100%);
    background: -moz-linear-gradient(90deg, rgba(255,43,43,1) 0, rgba(209,31,31,1) 100%);
    background: linear-gradient(90deg, rgba(255,43,43,1) 0, rgba(209,31,31,1) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewY(-4deg);
    transform: scaleX(1) scaleY(1) scaleZ(1) skewY(-4deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 2;
    max-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.charts-column-list li:nth-child(1) .fill{
    height: 100px;
}
.charts-column-list li:nth-child(2) .fill{
    height: 150px;
}
.charts-column-list li:nth-child(3) .fill{
    height: 200px;
}
.charts-column-list li:nth-child(4) .fill{
    height: 250px;
}
.charts-column-list li:nth-child(5) .fill{
    height: 350px;
}
.charts-column .fill::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: none;
    background-color: rgba(199, 30, 30, 0.93);
    -o-text-overflow: clip;
    text-overflow: clip;
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-shadow: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) translateX(-44px) skewY(20deg);
    transform: scaleX(1) scaleY(1) scaleZ(1) translateX(-44px) skewY(20deg);
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
}

.charts-column .fill::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 17px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: none;
    font: normal normal normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(0, 0, 0, 0.901961);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(199, 30, 30);
    text-shadow: none;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) translateX(-50%) translateY(-97%) skewX(70deg);
    transform: scaleX(1) scaleY(1) scaleZ(1) translateX(-50%) translateY(-97%) skewX(70deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.charts-column .front_upper {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    height: 100px;
    position: relative;
    padding: 8px;
    border: none;
    top: -350px;
    left: -100px;
    font: normal normal bold 12px/normal Verdana, Geneva, sans-serif;
    color: rgba(0,0,0,0.56);
    text-align: right;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(-90deg, #fefefe 0, #fefefe 4%, #f4f4f4 100%);
    background: -moz-linear-gradient(180deg, #fefefe 0, #fefefe 4%, #f4f4f4 100%);
    background: linear-gradient(180deg, #fefefe 0, #fefefe 4%, #f4f4f4 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1)  ;
    transform: rotateZ(-90deg) scaleX(1) scaleY(1) scaleZ(1)  ;
    -webkit-transform-origin: 90% 100% 0;
    transform-origin: 90% 100% 0;
}

.charts-column .front_upper::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    height: 50%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: none;
    font: normal normal normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(0,0,0,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(-90deg, #a5a6aa 0, #c7c7c9 100%);
    background: -moz-linear-gradient(180deg, #a5a6aa 0, #c7c7c9 100%);
    background: linear-gradient(180deg, #a5a6aa 0, #c7c7c9 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-shadow: none;
    -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1) translateY(-100%) ;
    transform:  scaleX(1) scaleY(1) scaleZ(1) translateY(-100%) ;
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
}

.charts-column .front_upper::after {
    width: 10%;
    height: 50%;
    position: absolute;
    content: "";
    top: 0;
    left: 90%;
    border: none;
    font: normal normal normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(0,0,0,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(-90deg, #a5a6aa 0, #c7c7c9 100%);
    background: -moz-linear-gradient(180deg, #a5a6aa 0, #c7c7c9 100%);
    background: linear-gradient(180deg, #a5a6aa 0, #c7c7c9 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-shadow: none;
    -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1) translateY(-100%) skewX(22deg);
    transform:  scaleX(1) scaleY(1) scaleZ(1) translateY(-100%) skewX(22deg);
    -webkit-transform-origin: 100% 100% 0;
    transform-origin: 100% 100% 0;
}

.charts-column .buttom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 70px;
    position: relative;
    text-align: center;
    top: 2px;
    left: 70px;
    padding: 8px;
    border: none;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.560784);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(0deg, #fefefe 0, #f5f5f5 100%);
    background: -moz-linear-gradient(90deg, #fefefe 0, #f5f5f5 100%);
    background: linear-gradient(90deg, #fefefe 0, #f5f5f5 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) skewY(-3deg);
    transform: scaleX(1) scaleY(1) scaleZ(1) skewY(-3deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 1;
}

.charts-column .buttom::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 27%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: none;
    color: rgba(0, 0, 0, 0.901961);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(255,255,255,1);
    text-shadow: none;
    -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1) translateX(-50%) translateY(-97%) skewX(70deg);
    transform:  scaleX(1) scaleY(1) scaleZ(1) translateX(-50%) translateY(-97%) skewX(70deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.charts-column .buttom::after {
    width: 50%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 90%;
    border: none;
    color: rgba(0, 0, 0, 0.901961);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-linear-gradient(0deg, rgb(165,166,170) 0, rgb(199,199,201) 100%);
    background: -moz-linear-gradient(90deg, rgb(165,166,170) 0, rgb(199,199,201) 100%);
    background: linear-gradient(90deg, rgb(165,166,170) 0, rgb(199,199,201) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    text-shadow: none;
    -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1) translateX(-281%) translateY(-14%) skewY(20deg);
    transform:  scaleX(1) scaleY(1) scaleZ(1) translateX(-281%) translateY(-24%) skewY(20deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.charts-column .shadow {
    width: 200px;
    height: 50px;
    border: none;
    position:relative;
    bottom: 35px;
    left:-30px;
    color: rgba(0,0,0,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: -webkit-radial-gradient(closest-side, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%);
    background: -moz-radial-gradient(closest-side, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%);
    background: radial-gradient(closest-side, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%);
    background-position: 50% 50%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
    transform:  scaleX(1) scaleY(1) scaleZ(1)  ;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    z-index: 0;
}

.charts-column .animate .fill{
    max-height: 500px;
    transition: max-height 1.5s ease-in;
}
.charts-column .title-type-b.absolute{
    top: 60px;
}
/*------------------------------  title-type-a  ----------------------------------*/
.title-type-b{
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    top: 15px;
    left: 0px;
}
.title-type-b.absolute{
    position: absolute;
}
/*------------------------------  partners-panel  ----------------------------------*/
.partners-panel .title-type-b {
    margin: 40px 0px 0px 0px;
}
/*------------------------------  divided-panel  ----------------------------------*/
.divided-panel{
    float: left;
    width: 100%;
    height: calc(100vh);
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

/*------------------------------    ----------------------------------*/
.display-flex{
    display: flex;
    align-items: center;
}
/*------------------------------  form-panel  ----------------------------------*/
.form-panel {
    border-radius: 5px;
    padding: 30px 45px;
}
/*------------------------------  investors-contact  ----------------------------------*/
.investors-contact{
    position: relative;
    font-weight: bold;
}
.investors-contact:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #ebeff0;
}

.investors-contact .left,
.investors-contact .right
{
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
/*------------------------------  contact-list-panel  ----------------------------------*/
.contact-list-panel {
    float: left;
    width: 100%;
}
.contact-list-panel li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding: 4px 0px;
    margin-bottom: 15px;
}
.contact-list-panel li span {
    float: left;
    color: #a0a0a0;
    text-transform: lowercase;
    display: inline-block;
}
.contact-list-panel li p {
    float: right;
    display: inline-block;
    color: #333;
}
.investors-contact{
    overflow: hidden;
}

.investors-contact .text-panel {
    float: left;
    line-height: 25px;
    font-size: 16px;
}

.investors-contact > div,
.investors-contact > div > div,
.investors-contactinvestors-contact > div > div > div
{
    height: 100%;
}

/*------------------------------  brand-panel  ----------------------------------*/
.brand-panel{
    overflow: hidden;
}

.brand-panel .list-type-a li:last-child .scrollto{
    display: none;
}

/*------------------------------  list-type-a  ----------------------------------*/
.list-type-a{
    width: 100%;
    float: left;
    margin: 0;
}
.list-type-a li{
    height: calc(100vh - 120px);
    position: relative;
}
.list-type-a li .logo{
    height: 350px;
    width: 350px;
    display: flex;
    background-size: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.list-type-a li .logo > svg{
    width: 100%;
    height: 100%;
}
.list-type-a li .logo > svg path{
    fill: #fff;
}
.list-type-a li > div > div
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-type-a li .text-panel{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

/*------------------------------  contact-page-panel  ----------------------------------*/
.contact-page-panel{
    position: absolute;
}
.map-panel{
    float: left;
    width: 100%;
    position: relative;
}

.map-panel:before{
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    position: absolute;

}
.map-panel #map{
    float: left;
    width: 100%;
    height: 350px;
}
.map-panel.active:before{
    display: none;
}
.contact-info-panel
{
    float: right;
    width: 90%;
    background-color: #101010;
    padding: 30px 30px;
    margin: -102px 0px 0px 0px;
    position: relative;
    z-index: 10;
    border: 5px solid #067bbe;
}
.contact-info-panel .social-list{
    width: 100%;
    text-align: center;
}
.contact-info-panel .social-list li{
    float: none;
    display: inline-block;
    padding: 0px 18px;
}
/*------------------------------    ----------------------------------*/

/*effect-underline*/
.effect-underline{
    display: block;
    position: relative;
}

.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-underline:hover:after,
.open > .effect-underline:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*------------------------------  dealers-panel  ----------------------------------*/
.dealers-panel{
    position: relative;
}
/*------------------------------ list-item-type-b   ----------------------------------*/
.list-item-type-b{
    float: left;
    width: 100%;
    text-align: center;
}
.list-item-type-b li{
    width: 100%;
    text-align: center;
    padding: 0px 50px;
    margin: 0px 0px 90px 0px;
    display: inline-block;
    vertical-align: top;
}
.list-item-type-b > .column:nth-child(1){
    margin-top: 0px;
}
.list-item-type-b > .column:nth-child(2){
    margin-top: 50px;
}
.list-item-type-b > .column:nth-child(3){
    margin-top: 100px;
}
.list-item-type-b > .column:nth-child(4){
    margin-top: 150px;
}
.list-item-type-b li .item-inner{
    padding: 50px 0px;
    border: 5px solid #fff;
    min-height: 430px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}
.list-item-type-b li span{
    width: 100%;
    min-height: 190px;
    display: block;
}
.list-item-type-b li span svg{
    width: 60%;
    height: 60%;
    fill: #fff;
}
.list-item-type-b li span svg path{
    stroke:#fff;
}
.list-item-type-b li p{
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
    width: 100%;
    padding: 30px 15px;
    text-transform: uppercase;
}
.list-item-type-b li .item-inner:hover
{
    background-color: #1b1b1b;
}

.list-item-type-b .item-inner-overlay{
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: .5s cubic-bezier(.77,0,.175,1);
    transition: .5s cubic-bezier(.77,0,.175,1);
}
.list-item-type-b li .item-inner:hover .item-inner-overlay{
    opacity: 1;
}
.list-item-type-b .item-inner-overlay .svg-panel{
    width: 100%;
    height: 100%;
    padding: 100px;
}
.list-item-type-b .item-inner-overlay svg{
    fill: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s cubic-bezier(.895,.03,.685,.22);
    transition: .5s cubic-bezier(.895,.03,.685,.22);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
.list-item-type-b li .item-inner:hover .item-inner-overlay svg{
    -webkit-transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    transition: .5s .3s cubic-bezier(.165,.84,.44,1) , opacity .5s .3s cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.list-item-type-b.image li{
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.list-item-type-b.image li .item-inner {
    width: 270px;
    height: 270px;
    min-height: 270px;
    padding: 0;
    display: inline-block;
}
.list-item-type-b.image span{
    min-height: 100%;
    background-position: center center;
    background-size: cover;
}


/*------------------------------  text-carousel  ----------------------------------*/
.text-carousel{
    position: relative;
    z-index: 10;
}
.text-carousel .owl-pagination{
    height: 50px;
    margin-top: 30px;
    text-align: center;
}
.text-carousel .owl-pagination .owl-page{
    width: 50px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.20);
    display: inline-block;
    padding: 3px 0px;
    font-size: 14px;
    text-align: center;
    margin: 0px 12px;
    font-weight: bold;
    transition: all 0.5s;
}
.text-carousel .owl-pagination .owl-page:hover{
    color: #fff;
}
.text-carousel .owl-pagination .owl-page.active{
    border: 1px solid #fff;
    color: #fff;
}
.text-carousel .owl-buttons{
    display: none;
}
/*------------------------------  gallery-panel  ----------------------------------*/
.gallery-panel{
    position: relative;
}
/*------------------------------ language-select   ----------------------------------*/
.language-select{
    position: absolute;
    z-index: 100;
    right: 30px;
    top: 30px;
}
.language-select span{
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
header.fixed .language-select{
    position: relative;
    float: right;
    top: initial;
    right: initial;
    margin: 50px 25px 0px 0px;
}
/*------------------------------  form.load  ----------------------------------*/
form.load{
    position: relative;
}
form.load:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 100;
}
/*------------------------------ alert-success  ----------------------------------*/
.alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-size: 32px;
}
/*------------------------------  icon-list-type-a  ----------------------------------*/
.icon-list-type-a-panel{

}
.icon-list-type-a{
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.icon-list-type-a .item{

}
.icon-list-type-a .item .svg-panel{
    float: left;
    width: 100%;
    text-align: center;
}
.icon-list-type-a .item .svg-panel svg{
    width: 170px;
    margin: 0 auto;
}
.icon-list-type-a .item .text{
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 30px 30px;
}
.icon-list-type-a-panel .icon-list-type-a-panel-text
{
    position: relative;
    font-size: 16px;
    padding: 0px 30px 30px 30px;
}
.icon-list-type-a .item .svg-panel svg path {
    fill-opacity: 0;
    stroke-width: 0px;
}

@keyframes icon-list-type-a-animation {
    0% {
        stroke-dashoffset: 3000;
        stroke-width: 2px;
    }
}

.icon-list-type-a .item .svg-panel svg path {
    stroke-dasharray: 3000;
    fill: #fff;
    stroke-width: 6px;
    stroke: transparent;
}

.icon-list-type-a.load .item .svg-panel svg path {
    stroke: #fff;
    animation: icon-list-type-a-animation 5s linear /* infinite */;
}

/*------------------------------  color-list  ----------------------------------*/
.color-list {
    float: left;
    width: 100%;
}
.color-list li{
    display: inline-block;
}
.color-list li span{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0px 3px 5px 0px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.17);
    position: relative;
}
.color-list li span:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 0px solid rgba(0, 0, 0, 0.48);
    transition: all 0.3s;
}
.color-list li span:hover:before,
.color-list li.active span:before
{
    border: 3px solid rgba(255, 255, 255, 0.48);
}

/*------------------------------ title-type-c   ----------------------------------*/
.title-type-c{
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
/*------------------------------  size-list  ----------------------------------*/
.size-list {
    float: left;
    width: 100%;
}
.size-list li{
    display: inline-block;
    margin: 6px 10px 0px 0px;
}
.size-list li span{
    border: 1px solid #fff;
    padding: 2px 17px;
    cursor: pointer;
    transition: all 0.3s;
}
.size-list li span:hover{
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
}
/*------------------------------  form-blog  ----------------------------------*/
.form-blog {
    width: 560px;
    background: #eceff1;
    padding: 35px 130px;
    margin: 0 auto;
    border-radius: 5px
}
.form-blog .form-control {
    font-size: 14px;
    color: #546e7a;
    border: 1px solid #cfd8dc;
    max-width: 100%;
    background-color: #fff;
}
.form-blog .form-control:focus {

}
.form-blog .has-error .form-control:focus{
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-blog .form-control::-moz-placeholder {

}
.form-blog .form-control:-ms-input-placeholder {
    color: #999;
}
.form-blog .form-control::-webkit-input-placeholder {
    color: #999;
}

/*----------------------- radio-custom  ----------------------------*/
.radio-custom{
    display: block;
    position: relative;
}

.radio-custom input[type=radio]{
    position: absolute;
    visibility: hidden;
}

.radio-custom label{
    position: relative;
    display: block;
    padding: 0px;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.radio-custom label i{
    font-size: 12px;
}
.radio-custom .check{

}

.radio-custom .check::before {
    content: "\f1db";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    top: 6px;
    left: 2px;
}

.radio-custom input[type=radio]:checked ~ label .check {
    border-color: #0DFF92;
}

.radio-custom input[type=radio]:checked ~ label .check::before{
    content: "\f00c";
}

.radio-custom input[type=radio]:checked ~ label{

}

.radio-custom.image label{
    padding: 0px 0px;
}
.radio-custom.image span
{
    max-width: 36px;
    padding: 0px;
    border: 1px solid transparent;
    position: relative;
    display: block;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.radio-custom input[type=radio]:checked ~ label span{
    background-color: rgba(255, 255, 255, 1);
    color: rgb(0, 0, 0);
}

.radio-custom.image label:hover span,
.radio-custom.image input[type=radio]:checked ~ label  span
{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}

.radio-custom.image input[type=radio]:checked ~ label span
{
    border-color: #252525;
}

.radio-custom.image input[type=radio]:checked ~ label span:before
{
    border: 3px solid rgba(255, 255, 255, 1);
}

/*------------------------------ input-group-addon  ----------------------------------*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-weight: bold;
}
/*------------------------------    ----------------------------------*/
.btn-default.custom.disabled,
.btn-default.custom[disabled],
fieldset[disabled] .btn-default.custom,
fieldset[disabled] .btn-default.custom:hover,
.btn-default.custom.disabled:focus,
.btn-default.custom[disabled]:focus,
fieldset[disabled] .btn-default.custom:focus,
fieldset[disabled] .btn-default.custom.focus,
.btn-default.custom.disabled:active,
.btn-default.custom[disabled]:active,
fieldset[disabled] .btn-default.custom:active,
.btn-default.custom.disabled.active,
.btn-default.custom[disabled].active,
fieldset[disabled] .btn-default.custom.active {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.13);
}

.btn-default.custom.disabled.focus,
.btn-default.custom[disabled].focus,
.btn-default.custom.disabled:hover,
.btn-default.custom[disabled]:hover{
    color: #fff;
}


/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/


/*NEW STYLES 2018-06-22*/


.materiki-list li .image {
    height: 105px;
    margin: 25px 0;
}

.materiki-list li p {
    font-size: 15px;
}

.materiki-list li i {
    display: none;
}

.materiki-list {
    height: 208px;
}

.logo-panel img {
    width: 250px;
    /*margin-right: 4%;*/
}

.contact-info-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contact-form-block {
    height: 100%;
}

.fixed-menu-panel .nav-list li a {
    color: rgba(255, 255, 255, 0.51);
}

.title-type-a {
    text-transform: uppercase;
    font-size: 35px;
}

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

.padding-0-0-50 {
    padding: 0 0 50px;
}

.margin-20-0 {
    margin: 20px 0;
}

.clear-both {
    clear: both;
}

.pos-rel,
.scrollto, .scrolltobrand {
    position: relative;
    clear: both;
}

.pos-abs {
    position: absolute;
}




@media only screen and (max-width: 767px) {
    .materiki-list {
        height: 225px;
    }
}


/* preloader stillar */

body{
    background-color: #000;
}
.wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:15%;
}

.st0 {
  fill: white;

    animation: animation_sttwo linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes animation_sttwo{
  from {
    transform:  rotate(360deg);
  }
  to {
    transform:  rotate(0deg);
  }
}

.st1 {
  fill: white;
    animation: animation_stone linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes animation_stone{
 from {
    transform:  rotate(0deg);
  }
  to {
    transform:  rotate(359deg);
  }
}

.st2{
    fill:transparent;
    stroke:#fff;
    stroke-width:1;
    stroke-miterlimit:10;
    stroke-dasharray:60;
    stroke-dashoffset:60;
    animation: stroke_one linear infinite 3.5s;}

@keyframes stroke_one{
  0% {
    stroke-dashoffset:60;
  }
  40% {
    stroke-dashoffset:0;
    fill: rgb(0,0,0,0);
    stroke: #fff;
  }
  60% {
    stroke-dashoffset:0;
    fill: rgb(255,255,255,1);
  }
  100% {
    stroke-dashoffset:-60;
  }
}

/*   korzinka uchun stillar     */

#cart .modal-content
{
    color: #000;
}

.del-item {
    cursor: pointer;
}

#cart
{
    z-index: 1051;
}






/*11.04.2019*/
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ul#category-title-list li.placeholder {
  position: relative;
  /** More li styles **/
}
ul#category-title-list li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
/*11.04.2019*/

/* yazik tanlash qismi  */
.my-lang{
    min-width: 120px;
    position: relative;
}
.my-lang  button{
    /*padding: 5px;
    min-width: 120px;*/
}
.my-lang .dropdown-menu{
    min-width: 120px;
}
.my-lang button,
.my-lang a{
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}
.my-lang  button,
.my-lang  button:focus,
.my-lang  button:active,
.my-lang  button:hover{
    background-color: initial !important;
    color:#fff!important;
    box-shadow: none!important;
    border-color: #fff!important;
}
.my-lang .dropdown-menu{
    z-index: 99999;
}
.my-lang img,
.my-lang button img{
    display: inline-block;
    width: 16px;
    /*height: 25px;*/
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.my-lang button::after{
    margin-left: 9px;
    margin-top: 4px;
}

.my-stran{
    border-bottom: red solid 1px;
}
.hamm-str{
    border-top: red solid 1px;
}
.my-lang .dropdown-menu a{
    padding: 0px;
}
.pa-10{
    padding: 3px 10px;
}

.dropdown-toggle
{
    position: absolute; 
    z-index: 100;
    right: 28px;
    top: 32px;
    font-size: 14px;
    background-color: #000;
    padding: 0px 0px;
    border: none;
}

header.fixed .dropdown-toggle {
    position: relative;
    float: right;
    top: initial;
    right: initial;
    margin: 50px 25px 0px 0px;
}

.dropdown-toggle.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary:focus,
{
    background-color: #000 !important;
    border-color: #000;
}

.dropdown-menu, .dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:focus
{
    background-color: #0066b2;
    color: #fff !important;    
}

.dropdown-menu
{
    top: 80px;
    right: 20px;
    float: right;
    left: unset;
}


/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------    ----------------------------------*/
/*------------------------------ Владимир стили иконок на странице фабрик   ----------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.col-md-2 {
    width: 100%;
}


.icon-grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Уменьшаем отступы для мобильной версии */
    max-width: 1200px;
    padding: 10px;
}

.grid-item {
    display: block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 10px;
}

.grid-item:hover {
    transform: scale(1.2);
}

.item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.grid-item:active .item-image {
    transform: scale(0.9);
}

/* Для экранов до 768px */
@media (max-width: 768px) {
    .grid-item {
        width: 120px;
        height: 120px;
    }
}

/* Для экранов до 480px */
@media (max-width: 480px) {
    .icon-grid {
        justify-content: center;
        gap: 10px; /* Уменьшенные отступы */
    }

    .grid-item {
        width: calc(50% - 10px); /* Два элемента в ряд */
        height: 100px; /* Уменьшаем высоту */
    }

    .item-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/*------------------------------ Владимир стили фабрик   ----------------------------------*/

.factory-description {
            max-width: 100% !important;
            font-size: 20px;
        }
        

        .carousel-container { /* Слайдер */
            position: relative;
            width: 100%;
            overflow: hidden;
            margin-bottom: 70px;
        }

        .carousel-slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-slide {
            flex: 0 0 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .carousel-slide img {
            width: 100%;
            height: auto; /* Сохраняет пропорции изображений */
            display: block;
        }

        .slide-caption {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 1.2rem;
        }

        @media (max-width: 768px) {
            .slide-caption {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .slide-caption {
                font-size: 0.8rem;
            }
        }/* конец слайдера */

        .frame-wrap {
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom: 70px;
        }

        .topline-header {
            text-align: center;
            margin-bottom: 20px;
        }

        
        .split-area {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .text-zone {
            flex: 1;
            min-width: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .video-box {
            flex: 1;
            min-width: 300px;
        }

        .video-box iframe {
            width: 100%;
            height: 100%;
            max-height: 300px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2rem;
            }


            .split-area {
                flex-direction: column;
            }

            .video-box iframe {
                max-height: 200px;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 1.5rem;
            }

            .subline-note {
                font-size: 0.9rem;
            }
        }

        .container-wrap {
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 70px;
        }

        .main-heading {
            font-size: 4.5rem;
            margin-bottom: 60px;
        }

        .grid-zone {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .item-box {
            background: #353535e0;
            border-radius: 30px;
            overflow: hidden; /* Обеспечивает закругление изображения вместе с блоком */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .item-box:hover {
            transform: scale(1.05); /* Увеличение всего блока */
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        .item-image {
            width: 100%; /* Изображение занимает всю ширину блока */
            height: auto; /* Сохраняет пропорции изображения */
            display: block; /* Убирает отступы */
        }

        .item-title {
            font-size: 2.2rem;
            margin: 10px 0;
            padding: 0 10px; /* Добавляет небольшой отступ для текста */
        }

        .item-description {
            font-size: 1.5rem;
            color: #d3d2d2;
            padding: 0 10px; /* Отступ для описания */
        }

        @media (max-width: 768px) {
            .grid-zone {
                grid-template-columns: repeat(2, 1fr);
            }

            .main-heading {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .grid-zone {
                grid-template-columns: 1fr;
            }

            .main-heading {
                font-size: 1.5rem;
            }

            .item-description {
                font-size: 0.9rem;
            }
        }

        .wrapper-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
            margin-bottom: 70px;
        }

        .main-title {
            font-size: 4.5rem;
            margin-bottom: 60px;
        }

        .wrapper-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }

        .main-title {
            font-size: 4.5rem;
            margin-bottom: 60px;
            
        }

        .content-wrap {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .text-area {
            flex: 1;
            min-width: 300px;
            text-align: left;
        }

        .sub-title {
            font-size: 2.8rem;
            margin-bottom: 10px;
        }

        .list-type-a li {
            height: calc(19vh - 120px);
            position: relative;
        }

        .hover-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .hover-list li {
            padding: 10px;
            margin: 5px 0;
            background: #73737373;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        .hover-list li:hover {
            background: #9e9d9dad;
            transform: translateX(5px);
        }

        .image-area {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .dynamic-image {
            max-width: 100%;
            border-radius: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: opacity 0.3s ease;
        }

        .catalog-button {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            background: #007bff;
            color: #fff;
            text-decoration: auto;
            border-radius: 14px;
            font-size: 1.4rem;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
        }

        .catalog-button:hover {
            background: #0056b3;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }

        .full-text {
            margin-top: 30px;
            text-align: left;
        }

        .full-text p {            
            line-height: 1.6;
            color: #ffffff;
        }

        @media (max-width: 768px) {
            .content-wrap {
                flex-direction: column;
                align-items: center;
            }

            .text-area {
                text-align: center;
            }

            .full-text {
                text-align: center;
            }

            .hover-list li {
            padding: 3px;
            }
        }

        @media (max-width: 480px) {
            .catalog-button {
                font-size: 0.9rem;
                padding: 8px 16px;
            }

            .full-text p {
                font-size: 0.9rem;
            }
        }

        .icon-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
            margin-bottom: 70px;
        }

        .icon-title {
            font-size: 4.5rem;
            margin-bottom: 60px;
        }

        .icon-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            justify-items: center;
        }

        .icon-block {
            width: 60%;
            text-align: center;
            padding: 10px;
            background: #3d3d3d;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .icon-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        .icon-image {
            width: 65px;
            height: 65px;
            margin-bottom: 10px;
        }

        .icon-number {            
            font-weight: bold;
            margin-bottom: 5px;
            color: #ffffff;
        }

        .icon-text {
            font-size: 1.5rem;
            color: #ffffff;
        }

        @media (max-width: 768px) {
            .icon-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .icon-grid {
                grid-template-columns: 1fr;
            }

            .icon-block {
                padding: 15px;
            }

            .icon-image {
                width: 40px;
                height: 40px;
            }

            .icon-number {
                font-size: 1.2rem;
            }
        }

        .certificates-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
            margin-bottom: 70px;
        }

        .certificates-title {
            font-size: 4.5rem;
            margin-bottom: 60px;
        }

        .certificates-carousel {
            position: relative;
            overflow: hidden;
            width: 100%;           
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            will-change: transform;
        }

        .carousel-item {
            width: 150px;
            height: auto;
            flex-shrink: 0;
            margin-right: 20px;
        }

        @media (max-width: 768px) {
            .carousel-item {
                width: 120px;
            }

            .certificates-carousel {
                height: 100px;
            }
        }

        @media (max-width: 480px) {
            .carousel-item {
                width: 100px;
            }

            .certificates-carousel {
                height: 100px;
            }
        }

        .contact-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            margin-bottom: 70px;
        }

        .contact-header {
            text-align: center;
            font-size: 4.5rem;
            margin-bottom: 60px;
        }

        .contact-info {
            text-align: center;
            margin-bottom: 40px;
        }

        .contact-details {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 10px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-item .icon {
            width: 24px;
            height: 24px;
        }

        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
        }

        .social-link img {
            width: 32px;
            height: 32px;
            transition: transform 0.2s ease;
        }

        .social-link img:hover {
            transform: scale(1.2);
        }

        .contact-block {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .feedback-form, .contact-map {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            border: 1px solid #3d3d3d;
            border-radius: 10px;
            background: #3d3d3d;
        }

        .feedback-form form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .feedback-form label {
            font-size: 1rem;
            font-weight: bold;
        }

        .feedback-form input, 
        .feedback-form textarea, 
        .feedback-form button {
            padding: 10px;
            font-size: 1rem;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
        }

        .feedback-form button {
            background-color: #007BFF;
            color: #fff;
            cursor: pointer;
            transition: background 0.3s;
        }

        .feedback-form button:hover {
            background-color: #0056b3;
        }

        .contact-map {
            height: 440px;
            position: relative;
        }

      

        @media (max-width: 768px) {
            .contact-block {
                flex-direction: column;
            }

            .contact-header {
                font-size: 2rem;
            }
        }
        
    /* Владимир новые стили 2  */
      
      
        .content-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; /* Отступ между блоками */
  }

  .content-row img {
    max-width: 100%;
    height: auto;
  }

  .content-cell {
    flex: 1 1 45%; /* Половина ширины на широких экранах */
    margin: 10px;
  }

  /* Класс для отступа */
  .margin-top-80 {
    margin-top: 80px; /* Отступ сверху */
  }

  /* Адаптивные стили для отступа */
  @media (max-width: 768px) {
    .margin-top-80 {
      margin-top: 40px; /* Уменьшаем отступ на маленьких экранах */
    }
  }

  /* Адаптивные стили */
  @media (max-width: 768px) {
    .content-cell {
      flex: 1 1 100%; /* Полная ширина на маленьких экранах */
      margin: 10px 0;
    }

     .heading-three-lines span {
      display: block;
      font-size: 2.8rem; /* Уменьшаем размер текста заголовка */
    }

    p {
      font-size: 1rem; /* Уменьшаем размер текста параграфов */
    }
  }

  @media (max-width: 480px) {
    .container {
      padding: 5px; /* Уменьшаем отступы контейнера */
    }

    .content-row {
      margin-bottom: 10px; /* Уменьшаем отступ между блоками */
    }

   
    p {
      font-size: 2rem; /* Еще больше уменьшаем размер текста параграфов */
    }
  }
      
      /* Стили для блока "Почему выбрать нас" */
      .why-choose-us {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px; /* Отступ между блоками */
      }
      
      .why-choose-us .table-cell {
        flex: 1 1 30%; /* Треть ширины для трех колонок */
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
      }
      
      @media (max-width: 768px) {
        .why-choose-us .table-cell {
          flex: 1 1 100%; /* Полная ширина на маленьких экранах */
        }
      }

      /* Добавляем отступы после заголовков */
      .first-row h1,
      .second-row h1 {
        margin-bottom: 30px; /* Отступ между h1 и p */
      }
      
      /* Стили для заголовка на три строки */
      .heading-three-lines {
        display: inline-block;
        text-align: left;
      }
      
      .heading-three-lines span {
        display: block;
      }

      /* Отступы для абзацев */
      p {
        margin-bottom: 30px; /* Отступ между p */
      }

      /* Отступ перед блоком "Ценности компании" */
      .values-section {
        margin-top: 30px; /* Отступ перед блоком */
      }

      /* Стили для показателей */
      .metrics-cell {
        text-align: center;
        flex: 1 1 30%; /* Треть ширины по умолчанию для широких экранов */
        margin: 10px;
      }

      .metrics-cell img {
        max-width: 40%; /* Уменьшаем изображения на 60% */
        height: auto;
      }

      .metrics-cell strong {
        display: block;
        margin-top: 10px;
      }

      .metrics-value {
        font-size: 48px;
        margin-top: 10px;
      }

      /* Адаптивные стили для показателей */
      @media (max-width: 1024px) {
        .metrics-cell {
          flex: 1 1 45%; /* Две колонки на экранах между 768px и 1024px */
        }
      }

      @media (max-width: 768px) {
        .metrics-cell {
          flex: 1 1 100%; /* Одна колонка на экранах меньше 768px */
        }
      }

      /* Секция слайдера */
      .image-slider-section {
        width: 100%;
        margin-top: 80px;
      }

      /* Стили для слайдера */
      .image-slider {
        /* width: 100%; */
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
      }

      .image-slider-track {
        display: flex;
        animation: scrollSlider 10s linear infinite;
      }

      .image-slider-track img {
        width: 200px;
        height: 200px;
        margin: 0 10px;
        border-radius: 15px; /* Закругленные углы */
        object-fit: cover;
      }

      /* Анимация прокрутки */
      @keyframes scrollSlider {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-100%);
        }
      }

      /* Кнопки */
      .blue-button {
        background-color: #007BFF;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        margin: 5px;
        transition: background-color 0.3s ease;
      }

      .blue-button:hover {
        background-color: #0056b3;
      }

      /* Адаптивные стили */

      /* На экранах меньше 768px слайдер отображает 3 изображения */
      @media (max-width: 768px) {
        .image-slider-track img {
          width: 150px; /* Уменьшаем размер картинок */
          height: 150px;
        }
      }

      /* На экранах меньше 480px слайдер отображает 2 изображения */
      @media (max-width: 480px) {
        .image-slider-track img {
          width: 120px; /* Ещё уменьшаем размер картинок */
          height: 120px;
        }
        
        /* Стили для кнопок на маленьких экранах */
        .blue-button {
          width: 100%; /* Кнопки занимают всю ширину на маленьких экранах */
          font-size: 14px; /* Уменьшаем размер текста на кнопке */
          padding: 8px 0;
        }
      }

      /* Уменьшаем отступы и размеры текста для мобильных устройств */
      @media (max-width: 768px) {
        .slider-text-section h2 {
          font-size: 24px; /* Меньший размер заголовка */
        }
        .slider-text-section p {
          font-size: 16px; /* Меньший размер текста */
          margin-bottom: 20px; /* Уменьшаем отступы */
        }
      }

      .selection-process-wrapper {
            text-align: center;
            padding: 20px;
        }
        .selection-process-title {
            font-size: 4rem;
            margin-bottom: 30px;
        }
        .selection-process-steps {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 20px;
        }
        .selection-step {
            max-width: 200px;
            text-align: center;
        }
        .selection-step-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 10px;
        }
        .selection-step-description {
            font-size: 1.2rem;
        }
        .cta-section {
            margin-top: 40px;
            padding: 20px;            
            border-radius: 10px;
            font-size: 2.5rem;
            color: #fff;
            font-weight: bold;
        }
        .cta-button {
            margin-top: 20px;
            padding: 15px 30px;
            background: linear-gradient(90deg, #5962b6, #3c78e7);
            border: none;
            border-radius: 5px;
            color: #fff;
            font-size: 1.2rem;
            cursor: pointer;
            text-transform: uppercase;
        }
        .cta-button:hover {
            opacity: 0.9;
        }

        /* Медиазапросы */
        @media (max-width: 768px) {
            .selection-process-title {
                font-size: 1.8rem;
            }
            .selection-process-steps {
                flex-direction: column;
                align-items: center;
                gap: 30px;
            }
            .selection-step {
                max-width: 100%;
            }
            .selection-step-icon {
                width: 60px;
                height: 60px;
            }
            .selection-step-description {
                font-size: 0.85rem;
            }
            .cta-section {
                font-size: 1.2rem;
                padding: 15px;
            }
            .cta-button {
                padding: 12px 25px;
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .selection-process-title {
                font-size: 2.4rem;
            }
            .selection-step-icon {
                width: 50px;
                height: 50px;
            }
            .selection-step-description {
                font-size: 1.8rem;
            }
            .cta-section {
                font-size: 2rem;
            }
            .cta-button {
                padding: 10px 20px;
                font-size: 1.4rem;
            }
        }

        .experience-block {
            padding: 20px;
            text-align: center;
        }

        .experience-block h2 {
            margin-bottom: 20px;
            font-size: 24px;
        }

        .icons-section {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .icon img {
            width: 80px;
            height: 80px;
        }

        .join-us {
            background-color: #0056FF;
            color: #fff;
            padding: 15px;
            margin: 20px auto;
            width: fit-content;
            border-radius: 5px;
            font-size: 18px;
        }

        .text-section {            
            color: #fff;
            padding: 20px;
            border-radius: 5px;
            line-height: 1.6;
        }