#main {
    top: 0;
}
.slider-front-page {
    position: relative;
    margin-top: 110px;
}
.slider-front-page img {
    width: 100%;
    position: relative;
    z-index: 1;
}
#carouselExampleIndicators {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    height: 100%;
}
.carousel-caption {
    bottom: 50%;
    right: 50%;
    left: inherit;
    transform: translate(50%, 50%);
}

.carousel-custom-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.carousel-custom-nav li {
    position: relative;
    flex: 1 1 auto;
    width: inherit;
    height: inherit;
    margin: 0;
    text-indent: inherit;
    color: var(--global-white-color);
    cursor: pointer;
    background-color: var(--global-dark-opacity-color);
    text-align: center;
    padding: 1.5625rem 0;
    border-right: 1px solid #888;
    transition: .3s ease;
    text-transform: uppercase;
}
.carousel-custom-nav li:last-child {
    border-right: none;
}
.carousel-custom-nav .active, .carousel-custom-nav li:hover {
    background-color: var(--global-dark-color);
    box-shadow: 0 3px 0 #FF0000 inset;
}

@media (max-width: 991px) {
    #carouselExampleIndicators {
        background: #4f4e4b url(../img/new_slider_main.jpg)no-repeat right;
        background-size: cover;
    }
}
@media (min-width: 769px) {
    .carousel-custom-nav {
        display: flex;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-front-page {
        margin-top: 0px;
        height: 470px;
    }
    .carousel-custom-nav {
        display: none;
    }
    .carousel-control-prev, .carousel-control-next {
        display: flex;
    }
    .slider-head-title {
        font-size: 22px !important;
        letter-spacing: 0 !important;
        padding-bottom: 0 !important;
    }
    span.slider-head-subtitle {
        padding-bottom: 20px;
    }
}
@media (min-width: 769px) {
    .carousel-custom-nav {
        display: flex;
    }
    .home_banner_img{
        height: 85vh;
        object-fit: cover;
    }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}
@media (max-width: 479px) {
    .slider-front-page {
        margin-top: 0;
    }
    .two-block-company .video-block iframe {
        padding-bottom: 40px;
    }
}


/*SLIDER*/
.slider-front-page{
    position: relative;
}
.slider-front-page img{
    width: 100%;
}

section.slider-front-page nav a {
    text-align: center;
    width: 25%;
    color: #757575;
    background: #000000a3;
}
section.slider-front-page nav{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.slider-front-page nav .nav-tabs a {
    padding: 20px 0;
    border: none;
}
.slider-front-page nav .nav-tabs {
    font-size: 18px;
}
.slider-front-page nav .nav-tabs .nav-link.active {
    border-top: 3px solid #d12c2d!important;
    color: var(--global-white-color);
    background: #080707;
}
.slider-front-page nav .nav-tabs .nav-link:hover {
    border-top: 3px solid #d12c2d!important;
    color: var(--global-white-color);
    background: #080707e6;
}
.slider-front-page nav .nav-tabs .nav-link:nth-child(4) {
    border-right: 0!important;
}
.slider-front-page nav .nav-tabs .nav-link:first-letter{
    text-transform: uppercase;
}
.slider-front-page nav .nav-tabs .nav-link {
    border: 3px solid transparent!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #4b4943!important;
    text-transform: lowercase;
}
.slider-title {
    position: absolute;
    top: 34%;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: var(--global-white-color);
}
.slider-title .btn-group-slider a{
    margin: 0 10px;
    max-width: 180px;
    padding: 12px 0px!important;
    display: inline-block;
    width: 100%;
}
span.slider-head-title {
    font-size: 48px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
span.slider-head-subtitle {
    font-size: 18px;
    max-width: 610px;
    display: inline-block;
    padding-bottom: 60px;

}
/*HEADER*/
#main {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: var(--global-dark-color);
    /*padding: 1rem 0 1rem;*/
}


/*FRONT-PAGE*/
.two-block-company .num-custom-padd {
    padding-right: .875rem!important;
}

.two-block-company .num-margin {
    margin-bottom: .975rem;
}

.two-block-company .num-bg-black {
    background: var(--global-dark-color);
    text-align: center;
    padding: 25px 26px;
    min-height: 190px;

}

.home_banner_img{
    height: 85vh;
    object-fit: cover;
}

.two-block-company .num-bg-white {
    background: var(--global-white-color);
    text-align: center;
    border: 2px solid var(--global-white-color);
    padding: 25px 16px;
    min-height: 190px;
}

.two-block-company .num-black {
    color: #1c1414
}

.two-block-company .num-black, .two-block-company .num-white {
    font-size: 1.5rem;
    font-family: Circe-Extra-Bold;
    display: block;
    padding-bottom: 1.75rem
}

.two-block-company .num-white {
    color: var(--global-white-color)
}
span.num-white {
    font-size: 28px!important;
}
.two-block-company .num-sub-white {
    color: #f1f1f1;
    font-size: .975rem
}

.two-block-company .num-sub-black {
    color: #5d5d5d;
    font-size: .975rem
}

.stocks {
    background: url('../img/stocks.5e84972.png') no-repeat;
    background-size: cover;
    width: 100%
}

.stocks .section-title {
    color: var(--global-white-color)
}

.stocks .card {
    border: none;
    border-radius: 0;
    border-top: 2px solid #000000c4 !important
}

.stocks .card:hover {
    border-top: 2px solid #da393e !important
}

.stocks .card:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s ease
}

.stocks img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 0;
}

.stocks .card-body {
    background: var(--global-white-color);
    padding: 1.5625rem
}

.stocks .card-body .card-calendar {
    text-align: center;
    background: var(--global-dark-color);
    color: var(--global-white-color);
    margin-right: .625rem;
    font-size: .75rem;
    padding: .625rem .75rem;
    max-height: 6.25rem
}

.stocks .card-body .card-calendar span {
    display: block;
    line-height: 1.4
}

.stocks .card-body .card-calendar .calendar-date {
    font-size: 1.875rem;
    font-family: Circe-Light
}

.stocks .card-body .stock-date {
    font-size: .75rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
    color: #5d5d5d;
    font-family: Circe-Light;
}

.stocks .card-body .date-card-ico {
    display: block;
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAq0lEQVQoke3NIW4CURQF0DMwchaAIsEjWjksgm1gqGATVSygCZYV1GIw/yGpKAKFqGEBI2qaX9NBEEhoVQU3eeKKc5+cs5yzFDFNEcu2n1+KWKaIp7YXKWKGMQao8O5yhmhwwGuJORYo0MP6CuzhiD3mJTp4QR/DUV0/X1Kx2Xxihw9MihSR8Tiq67crn84HHrBtYYOvWyC6qMqfUt2ITun8Ftzhv4WrP7jVNxYZSzP0QD/jAAAAAElFTkSuQmCC) no-repeat
}

.stocks .card-body .card-text {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    height: 20px;
    overflow: hidden;
}

.stocks .card-body .card-link {
    color: #2879c3;
    font-size: .875rem;
    border-bottom: 1px solid
}



.four-steps {
    background: url('../img/four-steeps.ec35763.png') no-repeat;
    background-size: cover;
    width: 100%
}

.four-steps .section-title {
    color: var(--global-white-color);
    padding-bottom: 130px
}

.four-steps .card-steeps {
    background: transparent;
    border: none
}

.four-steps .card-steeps .four-number-steeps {
    position: absolute;
    top: -60px;
    left: 10px
}

.four-steps .steps-img {
    border-radius: 0;
    border: 1px solid var(--global-white-color);
    padding: .9375rem;
    width: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    min-width: 170px;
    max-width: 170px;
    min-height: 176px;
    width: 100%;
}

.four-steps .steps-img img {
    background-color: hsla(0, 0%, 99%, .122);
    padding: 2.1875rem;
    width: auto
}

.four-steps .card-body-steeps {
    color: var(--global-white-color);
    padding: 20px 30px 0 42px
}

.four-steps .card-body-steeps p {
    font-size: 1rem;
    margin-bottom: 0
}

.four-steps .card-body-steeps .card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.news .card {
    border: none;
    border-radius: 0;
    border-top: 2px solid transparent !important;
    overflow: hidden;
}

.news .card:hover {
    border-top: 2px solid #da393e !important
}

.news .card:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: .3s ease
}

.news img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    border-radius: 0;
    max-height: 210px;
}

.news .card-body {
    background: var(--global-white-color);
    border: 2px solid var(--global-white-color);
    padding: 1.5625rem
}

.news .card-body .stock-date {
    font-size: .75rem;
    line-height: 1.5;
    padding-bottom: 1.25rem;
    color: #5d5d5d
}

.news .card-body .stock-date .card-date {
    font-family: Circe-Light
}

.news .card-body .date-card-ico {
    display: block;
    float: left;
    width: 14px;
    height: 16px;
    margin-right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAq0lEQVQoke3NIW4CURQF0DMwchaAIsEjWjksgm1gqGATVSygCZYV1GIw/yGpKAKFqGEBI2qaX9NBEEhoVQU3eeKKc5+cs5yzFDFNEcu2n1+KWKaIp7YXKWKGMQao8O5yhmhwwGuJORYo0MP6CuzhiD3mJTp4QR/DUV0/X1Kx2Xxihw9MihSR8Tiq67crn84HHrBtYYOvWyC6qMqfUt2ITun8Ftzhv4WrP7jVNxYZSzP0QD/jAAAAAElFTkSuQmCC) no-repeat
}

.news .card-body .card-text {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    font-weight: 600;
    height: 42px;
    overflow: hidden;
}

.news .card-body .card-link {
    color: #2879c3;
    font-size: .875rem;
    border-bottom: 1px solid
}



@media (max-width:480px) {
    .four-steps .section-title {
        color: var(--global-white-color);
        padding-bottom: 60px;
    }
    .four-steps .card-steeps {
        margin-bottom: 20px;
        text-align: center;
    }

    .four-steps .card-steeps .four-number-steeps {
        display: none;
    }
    .two-block-company .num-black, .two-block-company .num-white {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .two-block-company .num-bg-white{
        max-height: 220px;
        padding: 14px 8px;
        min-height: 214px;
    }
    .two-block-company .num-bg-black {
        max-height: 220px;
        padding: 25px 8px;
        min-height: 214px;
    }
    .two-block-company .num-custom-padd {
        padding-right: 0!important;
    }
}

#carouselExampleIndicators .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
}
#carouselExampleIndicators .carousel-control-next-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
}
