/*header*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
}

/*fonts*/
@font-face {
    /* font-family:mardoto_regular;
     src:url(../fonts/mardoto_regular.ttf);*/
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Fira Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
}

/*Custom CSS*/

@font-face {
    font-family: "black-full", sans-serif;
    src: url(../fonts/W05-full/72-Black-full.woff2);
    font-weight: normal;
}

@font-face {
    font-family: "bold-full", sans-serif;
    src: url(../fonts/W05-full/72-Bold-full.woff2);
    font-weight: normal;
}


.custom-content-about {
    width: 100%;
    background: #fff;
    display: inline-block;
}

.col40 {
    width: 100%;
    float: left;
}

.block1 {
    background: #f9c031;
    border-radius: 12px;
    padding: 8px 0;
    padding-left: 8px;
    display: inline-block;
    width: 20%;
    height: 45px;
    line-height: 23px;
    margin-right: 60px;
}

.block2 {
    background: #f9c031;
    border-radius: 12px;
    padding: 8px 0;
    display: inline-block;
    width: 20%;
    height: 45px;
    line-height: 23px;
    margin-right: 60px;
}

.block3 {
    background: #f9c031;
    border-radius: 12px;
    padding: 8px 0;
    display: inline-block;
    width: 20%;
    height: 45px;
    line-height: 23px;
    /*margin-right: 60px;*/
}

.block33 {
    background: #34721f;
    border-radius: 12px;
    padding: 8px 0;
    display: inline-block;
    width: 20%;
    height: 45px;
    line-height: 23px;
    margin-right: 60px;
}

.margin0 {
    margin-right: 0;
}

.custom-content-about .arrow {
    margin: 15px 0;
    display: table-caption;
}

.text2 {
    font-family: "black-full", sans-serif;
    font-weight: bold;
}

.text1 {
    font-family: "black-full", sans-serif;
    font-size: 12px;
}

.text22 {
    font-family: "black-full", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.text11 {
    font-family: "black-full", sans-serif;
    font-size: 14px;
    color: #fff;
}

.custom-content-about h2 {
    font-family: "black-full", sans-serif;
    padding: 30px 0;
    font-size: 38px;
}

/* END Custom CSS*/
.top_content {
    /*min-height: 70px;*/
    /*float: right;*/
    /*padding-right: 100px;*/
    background: #1A1919;
    /*width: 100%;*/
    padding: 0 100px 0 60px
}

.center {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.top_section {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.menu_onevision {
    display: flex;
    /*margin-left: 350px;*/
    float: right;
}

.top_content_logo {
    display: flex;
    /*margin-left: 200px;*/
}

.menu_onevision a {
    position: relative;
    font-family: "black-full", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #c6c6c6;
    display: block;
    margin-right: 50px;
    z-index: 351;
}

.menu_onevision .active:before {
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    background-color: #f0ab00;
    width: 100%;
    height: 4px;
}

.menu_onevision a:hover {
    color: #fff;
}

.top_slider .center {
    padding: 0;
    max-width: 100%;
}

/*wrapper*/
.top_slider {
    width: 100%;
    height: 100vh;
}

.slide_top {
    position: relative;
    width: 100%;
    height: 100vh;
}

.background_slide {
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 98.97%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.slide_top img {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.top_slider .background_slide .center p {
    text-align: center;
}

.background_slide .center h1 {
    max-width: 634px;
    font-family: mardoto_regular;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 16px;
    display: block;
    color: #FFFFFF;
}

.background_slide .center p {
    width: 750px;
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    display: block;
}
#a4 .background_slide .center p {
    width: 600px;
}

.about_page {
    margin-top: 64px;
    position: relative;
}

.about_page .background_slide {
    display: block;
}
.about_page .background_slide .center h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.about_page .background_slide .center>div{
    margin-top: 100px;
   padding: 0 90px;
}

.about_page .background_slide .center p {
    font-size: 22px;
}
.about-company {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    padding: 70px 90px;
}

.about-company > * {
    flex: 1;
}

.about-company h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.about-company p {
    font-size: 20px;
    padding-right: 50px;
    max-width: 550px;
}

.video {
   flex: 1;
}

.button_link {
    font-family: "black-full", sans-serif;
    font-weight: 400;
    font-size: 16px;

    color: #FFFFFF;
    /*background: #007db8;*/
    /* border-radius: 4px;*/
    padding: 10px 18px;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.button_link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #007db8;
    cursor: pointer;
    z-index: -2;
}
.button_link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #f0ab00;
    cursor: pointer;
    z-index: -1;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button_link:hover:after {
    right: 0%;
}

.blog {
    width: 100%;
    /*height: 462px;*/
    position: relative;
    min-height: 510px;
}

.blog_bac {
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 98.97%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.blog img {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.blog_bac .center h1 {
    max-width: 634px;
    font-family: "black-full", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    margin-bottom: 16px;
    display: block;
    color: #FFFFFF;
    margin-left: auto;
    text-align: end;
}

.blog_bac .center p {
    max-width: 634px;
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    display: block;
    margin-bottom: 32px;
    margin-left: auto;
    text-align: end;
}

.blog_bac .center a {
    margin-left: auto;
}

.blog_bac .center {
    transform: inherit;
}

.offer {
    width: 100%;
    height: 292px;
    background: #1A1919;
}

.offer .center {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    flex-wrap: wrap;
}

.offer .center h2 {
    font-family: "black-full", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    display: block;
    margin-bottom: 32px;
    color: #FFFFFF;
    width: 100%;
}

.icons_onevision {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.icon_one {
    margin: 0 12px;
}

.icon_one img {
    margin: 0 auto;
    padding-bottom: 22px;
    display: block;
}

.icon_one span {
    font-family: "black-full", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    height: 45px;
    overflow: hidden;
}

.slick-next:before {
    content: url("../icon/slider_button.png");
}

.slick-prev:before {
    content: url("../icon/slider_button.png");
    transform: rotate(180deg);
}

.slick-prev {
    transform: rotateY(180deg);
}

/*footer*/
footer {
    background: #1A1919;
    min-height: 64px;
}

.footer_onevision {
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    width: 1230px;
}

.footer_sec a {
    /* width: 20%; */
}

.footer_sec > img {
    display: block;
    float: left;
}

.icons_soc {
    display: flex;
    color: white;
}

.icons_soc1 {
    /*float: left;*/
    /*margin-left: 16px;*/
}

.icons_soc a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1968A8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}

.icons_soc a img {
    display: block;
}

.footer_sec h3 {
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
}

.footer_sec > a {
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    display: block;
    font-weight: 400;
    font-size: 26px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.footer_sec > p {
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    display: block;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.bottom_footer {
    width: 1230px;
    margin-top: 10px;
    /*padding-right: 50px;
    padding-left: 50px;*/
}

.bottom_footer span {
    font-family: "black-full", sans-serif;
    color: #FFFFFF;
    display: block;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 24px;
}

.button_fixit {
    font-family: "black-full", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    background: #007db8;
    border-radius: 4px 0px 0px 4px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    width: fit-content;
    right: 0;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
    position: fixed;
}

.button_fixit img {
    margin-right: 12px;
}

/*nav */
.nav_left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
}

.nav_left:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.nav_sec {
    left: 29px;
    top: 50%;
    transform: translate(0, -50%);
    position: fixed;
}

.nav_s > div {
    background: #FFFFFF;
    opacity: 0.25;
    width: 4px;
    height: 4px;
    margin-right: 8px;
}

.nav_s {
    height: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.nav_s span {
    font-family: "black-full", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0;

}

.nav_left:hover .nav_s {
    height: auto;
}

.nav_left:hover .nav_s span {
    opacity: 0.25;
}

.nav_left:hover .nav_s > div {
    height: 24px;
    transition-duration: 200ms;
    transition-timing-function: linear;
}

.nav_left:hover .nav_s.active > div {
    height: 35px;
}

.nav_left:hover .nav_s.active {
    opacity: 1;
}

.nav_s.active span, .nav_s.active, .nav_s.active > div {
    opacity: 1;

}

.nav_left:hover .nav_s.active {
    opacity: 1;
}

.nav_left:hover .nav_s.active > span {
    opacity: 1;
}

.nav_left:hover .nav_s > span {
    opacity: 0.5;

}

.nav_s:hover span {
    text-decoration: underline;
    opacity: 1 !important;
}

.nav_s:hover div {
    opacity: 1 !important;
}


.DropdownWrapper__root--EuHKa.DropdownWrapper__fourColumns--PsqI2 {
    width: 900px;
}

.DropdownWrapper__root--EuHKa {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    /*inset-inline-start: 0; */
    transform: translate(-50%, 100%);
    background-image: radial-gradient(50% 50% at 18% 61%, rgba(209, 218, 227, .30196078431372547) 0, rgba(226, 225, 229, .30196078431372547) 41%, rgba(227, 225, 229, 0) 82%, rgba(227, 225, 229, 0) 83%), radial-gradient(80% 80% at 55% 72%, rgba(209, 218, 227, .30196078431372547) 0, rgba(226, 225, 229, .30196078431372547) 41%, rgba(227, 225, 229, 0) 82%, rgba(227, 225, 229, 0) 83%), radial-gradient(40% 40% at 86% 21%, rgba(209, 218, 227, .30196078431372547) 0, rgba(226, 225, 229, .30196078431372547) 30%, rgba(227, 225, 229, 0) 60%), linear-gradient(0deg, #e1e6e9, #f1f4f9 49%, #ecf0f6 60%, #fafbfd 88%, #fbfcfd);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    z-index: 151;
    width: 650px;
}

.DropdownWrapper__root--EuHKa .fa-angle-right {
    margin-left: 50px;
}

#Hz9-R, #Hz8-R {
    width: 650px;
    right: 300px;
}

.Dropdown__root--iX1f5 {
    display: flex;
}

.MainArea__root--06PTE {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.MainArea__navigationWrapper--9zzgp {
    padding-top: 2rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    padding-bottom: 3.25rem;
    width: 76.25rem;
}

.MainArea__navigationList--NgaHU {
    display: flex;
    flex-wrap: wrap;
    margin: -2rem -1.625rem 0;
    padding: 0;
    list-style: none;
}

.MainArea__navigationList--NgaHU.MainArea__fourColumns--KiN1Y .MainArea__navigationListItem--IKs3t {
    flex-basis: calc(25% - 3.25rem);
}

.MainArea__navigationListItem--IKs3t {
    margin: 2rem 1.625rem 0;
}

#Hz8-R .MainArea__navigationListItem--IKs3t:last-of-type {
    margin-top: -144px;
}


.ThirdLevelNavigation__root--XkjMa {
    margin: 0.525rem 0 0;
    padding: 0;
    list-style: none;
}


.ThirdLevelNavigation__navigationLink--miygD {
    display: inline-flex;
    align-items: baseline;
    margin-top: 0.525rem;
    font-size: .800rem;
    line-height: 1.5rem;
    color: #3c3c3c;
    white-space: nowrap;
    font-family: "black-full", sans-serif;
}

.SecondLevelNavigation__title--GqbwI {
    display: inline-block;
    position: relative;
    font-size: .875rem;
    line-height: 1.625rem;
    color: #3c3c3c;
    font-weight: 700;
    white-space: nowrap;
    font-family: "black-full", sans-serif;
}

.SecondLevelNavigation__title--GqbwI:before {
    position: absolute;
    top: 50%;
    inset-inline-end: -1rem;
    transform: translateY(-50%);
    font-size: .5rem;
}

.icons__iconArrowRight--pK7nl:before, .icons__iconCheckmark--HOrmY:before {

    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.SecondLevelNavigation__title--GqbwI:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: -0.75rem;
    width: 100%;
    height: 1px;
    background-color: #c6c6c6;
}

.MainArea__navigationWrapper--9zzgp {
    padding-top: 2rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    padding-bottom: 3.25rem;
    width: auto;
}

#PsqI2 {
    transform: translate(-52px, 100%) translateX(-183px);
}

#Hz9-R {
    transform: translate(0, 100%) translateX(0px);
}

#Hz8-R {
    transform: translate(-52px, 100%) translateX(0px);
}

.DropdownWrapper__root--EuHKa.active {
    display: block;
}

.DropdownWrapper__root--EuHKa .MainArea__navigationListItem--IKs3t {
    opacity: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(1) {
    animation-delay: .05s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(2) {
    animation-delay: .1s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(3) {
    animation-delay: .15s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(4) {
    animation-delay: .2s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(5) {
    animation-delay: .25s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(6) {
    animation-delay: .3s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(7) {
    animation-delay: .35s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(8) {
    animation-delay: .4s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(9) {
    animation-delay: .45s
}

.DropdownWrapper__root--EuHKa.active .MainArea__navigationListItem--IKs3t:nth-of-type(10) {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bg-image {
    background-image: url("../img/bg-about.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 522px;
    position: relative;
}

.btn-mobile {
    display: none;
    border: none;
    background: transparent;
    color: #fff
}

.menu_onevision.open_menu {
    display: block;
}

.mobile_block_head {
    display: none;
}

#a4 .center, #a8 .center, #a1 .center {
    padding-left: 300px;
}

#a1 .center p {
    margin-bottom: 32px;
    text-align: start;
    width: 600px;
}

#a6 .center, #a2 .center {
    padding-right: 300px;
}

.blog .center p{
    margin-bottom: 32px;
}

#a1 {
    background-image: url(../img/section1-min.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

#a2 {
    background-image: url('../img/section2-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#a4 {
    background-image: url('../img/section3-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#a6 {
    background-image: url('../img/section4-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

#a6 .blog_bac .center p {
    width: 580px;
}
#a8 {
    background-image: url('../img/section5-min.jpg');
    background-repeat: no-repeat;
    background-size: 130%;
}

#a8 .background_slide .center p {
    width: 700px;
}

.icons_onevision a{
    display: inline-block;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 9999;
}

.popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup_close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #000;
    cursor: pointer;
}

.popup_video {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.sec-1 {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    flex: 1;
    margin-left: 70px;
    border-bottom: 1px solid #fff;
    padding-top: 9px;
}

.sec-1 p {
    color: #fff;
    opacity: 1;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.all_rights {
    color: #fff;
    font-size: 10px;
}

@media screen and (max-width: 1200px){
    .top_content {
        float: none;
    }
    .top_content_logo {
        padding-right: 0;
        margin-left: 0;
    }

    .center {
        width: 95%;
    }

    .menu_onevision {
        margin-left: 0;
        float: none;
    }

    .background_slide .center p {
        width: 100% !important;
    }

    #a4 .center,  #a8 .center, #a1 .center {
        padding-left: 0;
    }

    #a6 .center, #a2 .center {
        padding-right: 0;
    }

    .icons_onevision {
        flex-flow: wrap;
    }

    #a3 {
        height: auto;
    }

    .about-company p {
        width: 95%;
    }

    .offer {
        height: auto;
    }

    #a6 .blog_bac .center p {
        width: 100%;
    }
}

@media screen and (max-width: 992px){
    .btn-mobile{
        display: block;
    }

    .menu_onevision {
        display: none;
    }
    .b1 .center {
        margin-top: 100px;
    }

    .footer_onevision {
        flex-flow: wrap;
    }

    .footer_onevision .footer_sec {
        width: 100%;
        margin-left: 0;
    }

    .menu_onevision {
        position: fixed;
        max-width: 100%;
        right: 0;
        top: 64px;
        bottom: 0;
        width: 360px;
        background-image: radial-gradient(50% 50% at 18% 61%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(80% 80% at 55% 72%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 41%,rgba(227,225,229,0) 82%,rgba(227,225,229,0) 83%),radial-gradient(40% 40% at 86% 21%,rgba(209,218,227,.30196078431372547) 0,rgba(226,225,229,.30196078431372547) 30%,rgba(227,225,229,0) 60%),linear-gradient(0deg,#e1e6e9,#f1f4f9 49%,#ecf0f6 60%,#fafbfd 88%,#fbfcfd);
        box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
    }

    .menu_onevision a {
        width: 100%;
        padding: 1.25rem;
        border: none;
        border-top: 1px solid #c6c6c6;
        font-size: .875rem;
        line-height: 1.25rem;
        text-align: start;
        text-decoration: none;
        color: #3c3c3c;
        background: none;
    }
    .menu_onevision .active:before {
        content: unset;
    }


    .DropdownWrapper__root--EuHKa {
        position: fixed;
        top: 64px;
        right: 0 !important;
        bottom: 0;
        transform: none !important;
        width: 360px !important;
        overflow-y: auto;
    }

    .MainArea__navigationList--NgaHU {
        flex-flow: column;
    }
    .mobile_block_head {
        display: block;
        font-size: 1.125rem;
        line-height: 1.125rem;
        color: #000;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px
    }

    .mobile_block_head i {
        position: absolute;
        left: 1.25rem;
        font-size: 1.125rem;
        color: #000;
    }

    .MainArea__navigationWrapper--9zzgp {
        width: auto;
    }

    #Hz8-R .MainArea__navigationListItem--IKs3t:last-of-type {
        margin-top: 2rem;
    }

    .top_content {
        padding: 0;
    }

    #a8 {
        background-size: cover;
    }

    .about-company h2 {
        font-size: 24px;
    }

    .about-company {
        padding: 30px 25px;
    }
}

@media screen and (max-width: 768px){
    .nav_left {
        display: none;
    }

    #a2 {
        padding: 20px 0;
    }

    .icons_onevision {
        display: block;
    }
    .slick-prev {
        left: 25px;
    }

    .slick-next {
        right: 25px;
    }

    .slick-prev, .slick-next {
        top: 70px;
        z-index: 1;
    }

    .icons_onevision a {
        display: block;
    }

    #a4 {
        background-position: 60%;
    }

    .about_page .background_slide .center h1 {
        font-size: 24px;
    }
    .about_page .background_slide .center>div {
        padding: 0 25px;
        margin-top: 25px;
    }

    .about_page .bg-image {
        height: 286px;
        /*margin-top: 84px;*/
    }

    .about-company {
        flex-flow: column;
    }

    .about-company > * {
        margin-bottom: 20px;
    }
    #a1 {
        background-position: center;
    }
}

@media screen and (max-width: 576px){
    .icons_onevision {
        flex-flow: wrap;
    }

    .footer_onevision .footer_sec {
        width: 100%;
        margin-bottom: 20px;
    }

    .background_slide .center p, .blog_bac .center p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .blog_bac .center h1, .background_slide .center h1 {
        font-size: 24px;
    }

    .offer .center h2 {
        font-size: 20px;
    }

    .DropdownWrapper__root--EuHKa {
        width: 95%;
    }

    .footer_onevision .footer_sec {
        flex-flow: column;
    }

    .about_page .background_slide {
        position: relative;
    }

    .about_page .bg-image {
        height: min-content;
    }

    .sec-1 p {
        margin-bottom: 7px;
    }
}
