.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

    .background .layer {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%
    }

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    outline: none !important
}

input, button, textarea {
    outline: none !important;
    transition: all 0.2s linear
}

input {
    border: 1px solid #fcfcfc;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 17px 18px 15px 18px
}

    input::-webkit-input-placeholder {
        color: #b6b6b6
    }

    input:-moz-placeholder {
        color: #b6b6b6
    }

    input::-moz-placeholder {
        color: #b6b6b6
    }

    input:-ms-input-placeholder {
        color: #b6b6b6
    }

textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 15px
}

ul {
    margin: 0
}

    ul li {
        list-style: none
    }

h1, h2, h3, h4, h5, h6 {
    color: #000
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 20px
}

h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    margin-bottom: 20px
}

.wrap-radiobox, .wrap-checkbox {
    position: relative
}

input[type="radio"] {
    left: -9999px;
    position: absolute
}

input[type="checkbox"] {
    left: -9999px;
    position: absolute
}

    input[type="checkbox"] + label:before {
        background: #fff;
        content: ' ';
        display: inline-block;
        height: 30px;
        position: absolute;
        left: 0;
        top: 2px;
        width: 30px;
        border: 1px solid #b8b8b8
    }

    input[type="checkbox"] + label:after {
        background: green;
        content: ' ';
        display: inline-block;
        height: 12px;
        position: absolute;
        left: 9px;
        top: 11px;
        width: 12px
    }

    input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
        color: green
    }

        input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
            border-color: green
        }

        input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
            background: green
        }

    input[type="radio"] + label, input[type="checkbox"] + label {
        color: #b6b6b6;
        cursor: pointer;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 800;
        margin-left: 30px;
        margin-left: 40px;
        line-height: 38px
    }

@media (max-width: 767px) {
    input[type="radio"] + label, input[type="checkbox"] + label {
        font-size: 14px;
        font-size: .875rem
    }
}

input[disabled="disabled"] + label {
    opacity: 0.4
}

input[type="radio"] + label:before {
    background: #fff;
    content: ' ';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #b8b8b8
}

input[type="radio"] + label:after {
    background: #fff;
    content: ' ';
    display: inline-block;
    height: 12px;
    position: absolute;
    left: 9px;
    top: 11px;
    width: 12px;
    border-radius: 50%
}

* {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    font-family: 'Segoe UI';
    font-size: 18px;
    color: #010101;
    overflow-x: hidden
}

@media (max-width: 991px) and (min-width: 768px) {
    body.hideOverflow {
        position: fixed !important;
        top: 0px;
        left: 0px;
        height: 100%;
        right: 0;
        bottom: 0
    }
}

.width-1280 {
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
    width: 50px;
    z-index: 4
}

.path {
    stroke-dasharray: 1, 500;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #0057b8
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.tab {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%
}

.tab-row {
    display: table-row
}

.tab-cell {
    display: table-cell;
    vertical-align: middle
}

#wrapper {
    position: relative
}

section {
    position: relative;
    z-index: 0
}

header {
    background: #fff;
    z-index: 10;
    position: relative;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.16)
}

    header .header-row {
        height: 100px
    }

@media (max-width: 767px) {
    header .header-row {
        height: 80px
    }
}

@media (max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        border-bottom: 1px solid #ebebeb
    }
}

header .logo-box img {
    max-width: 114px;
    width: 100%
}

.wrapper-navbar {
    display: inline-flex
}

    .wrapper-navbar .navbar {
        padding: 0
    }

    .wrapper-navbar .nav-link {
        line-height: 1.36;
        font-weight: 800;
        font-size: 16px;
        font-weight: 600;
        margin-left: 20px !important;
        margin-right: 20px !important;
        color: #333333 !important;
        text-transform: uppercase;
        position: relative
    }

        .wrapper-navbar .nav-link:before {
            content: "";
            height: 3px;
            width: 100%;
            background-color: #0057b8;
            position: absolute;
            bottom: -5px;
            left: 0;
            opacity: 0;
            transition: all 0.2s linear
        }

        .wrapper-navbar .nav-link:hover:before, .wrapper-navbar .nav-link.show:before, .wrapper-navbar .nav-link.active:before {
            opacity: 1;
            bottom: 0
        }

@media (max-width: 991px) {
    .wrapper-navbar .nav-link {
        color: #fff !important;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 0.8px
    }

        .wrapper-navbar .nav-link:hover {
            color: #f42434 !important
        }

        .wrapper-navbar .nav-link:before {
            display: none
        }
}

@media (max-width: 374px) {
    .wrapper-navbar .nav-link {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.wrapper-navbar .dropdown-toggle:after {
    display: none
}

.wrapper-navbar .dropdown-toggle span {
    width: 12px;
    height: 18px
}

    .wrapper-navbar .dropdown-toggle span:after {
        content: "\f107";
        border: none;
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        font-size: 18px;
        width: auto;
        height: auto;
        margin: 0
    }

@media (max-width: 991px) {
    .wrapper-navbar .dropdown-toggle span:after {
        font-size: 30px;
        margin-left: 10px;
        margin-right: 15px
    }
}

.wrapper-navbar .dropdown-menu {
    min-width: 100%;
    background-color: white;
    border-radius: 0;
    margin: 0 0 0;
    -webkit-animation: dropdown-animation .3s;
    animation: dropdown-animation .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

    .wrapper-navbar .dropdown-menu .dropdown-item {
        color: #333333;
        background: none !important;
        text-transform: uppercase;
        white-space: normal;
        max-width: 100%;
        padding: 3px 1.5rem
    }

@media (max-width: 991px) {
    .wrapper-navbar .dropdown-menu .dropdown-item {
        text-align: center
    }
}

.wrapper-navbar .dropdown-menu .dropdown-item:hover, .wrapper-navbar .dropdown-menu .dropdown-item.active {
    color: #f42434
}

@-webkit-keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }

    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0)
    }

    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1)
    }

    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.wrapper-navbar .navbar-toggler {
    z-index: 100;
    position: relative
}

.wrapper-navbar .title-menu {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    padding-right: 20px
}

@media (min-width: 992px) {
    .wrapper-navbar .title-menu {
        display: none
    }
}

@media (max-width: 374px) {
    .wrapper-navbar .title-menu {
        font-size: 13px;
        font-size: .8125rem
    }
}

@media (max-width: 991px) {
    .wrapper-navbar .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(21,22,26,0.98);
        z-index: 99
    }

        .wrapper-navbar .navbar .navbar-collapse .wrap-navbar {
            height: 100vh;
            padding-top: 75px;
            overflow-x: auto
        }

        .wrapper-navbar .navbar .navbar-collapse .nav-item {
            border-bottom: 1px solid #222429
        }
}

@media (max-width: 991px) and (max-width: 991px) {
    .wrapper-navbar .navbar .navbar-collapse .nav-item.dropdown a {
        padding-left: 45px
    }
}

.wrapper-navbar .mob-tel-box {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center
}

@media (min-width: 992px) {
    .wrapper-navbar .mob-tel-box {
        display: none
    }
}

.wrapper-navbar .mob-tel-box a {
    color: #fff !important;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.8px;
    display: inlineblock;
    font-weight: 700;
    background: url(../img/icons/telephone-white.html) no-repeat center left;
    max-width: 210px;
    margin: 0 auto;
    padding-left: 35px
}

@media (max-width: 767px) {
    main {
        margin-top: 80px
    }
}

.primary-box {
    position: relative
}

.top-slider .owl-item .box {
    width: 100%
}

.top-slider .owl-item .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0
}

    .top-slider .owl-item .img-box:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.23), rgba(0,0,0,0.25) 43%, rgba(0,0,0,0.38) 68%, rgba(0,0,0,0.48) 79%, rgba(0,0,0,0.63))
    }

.top-slider .owl-item .text-box {
    position: relative;
    z-index: 1;
    min-height: 597px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 991px) {
    .top-slider .owl-item .text-box {
        min-height: 450px
    }
}

@media (max-width: 767px) {
    .top-slider .owl-item .text-box {
        min-height: 300px
    }
}

.top-slider .owl-item .text-box h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: white;
    font-family: 'Conv_GT-Sectra-Display-Bold';
    display: block
}

.top-slider .owl-item .text-box h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: white;
    font-family: 'Conv_GT-Sectra-Display-Bold';
    display: block
}

.top-slider .owl-item .text-box h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-family: 'Conv_GT-Sectra-Display-Bold';
    display: block
}

@media (max-width: 767px) {
    .top-slider .owl-item .text-box h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

.top-slider .owl-item .text-box .icon-box {
    width: 46px;
    height: 46px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .top-slider .owl-item .text-box .icon-box {
        width: 26px;
        height: 26px
    }
}

.top-slider .owl-item .text-box .icon-box img {
    width: 100%
}

.owl-nav > div {
    position: absolute;
    top: calc(50% - 14px);
    width: 35px;
    height: 38px;
    font-size: 0;
    z-index: 2;
    opacity: 0.8;
    transition: all 0.2s linear
}

@media (max-width: 767px) {
    .owl-nav > div {
        width: 15px;
        height: 18px;
        top: calc(50% - 9px)
    }
}

.owl-nav > div:hover {
    opacity: 1
}

.owl-nav .owl-prev {
    left: 95px;
    background: url(../img/icons/arrow-left.svg) no-repeat;
    background-size: 100%
}

@media (max-width: 991px) {
    .owl-nav .owl-prev {
        left: 15px
    }
}

.owl-nav .owl-next {
    right: 95px;
    background: url(../img/icons/arrow-right.svg) no-repeat;
    background-size: 100%
}

@media (max-width: 991px) {
    .owl-nav .owl-next {
        right: 15px
    }
}

.scroll-box {
    position: absolute;
    bottom: 42px;
    left: calc(50% - 23px);
    z-index: 4;
    width: 46px;
    height: 46px;
    background: url(../img/icons/mouse.svg) no-repeat center center
}

@media (max-width: 767px) {
    .scroll-box {
        width: 26px;
        height: 26px;
        left: calc(50% - 13px);
        bottom: 12px
    }
}

.cont-text-box {
    background-color: #f8f8f8;
    padding: 57px 152px;
    position: relative
}

@media (max-width: 991px) {
    .cont-text-box {
        padding: 27px 52px
    }
}

@media (max-width: 767px) {
    .cont-text-box {
        padding: 27px 15px
    }
}

.cont-text-box p {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 300;
    color: #010101
}

@media (max-width: 767px) {
    .cont-text-box p {
        font-size: 20px
    }
}

.bg-cicle {
    position: absolute;
    top: 10px;
    left: 40px
}

    .bg-cicle > span {
        display: block;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        border: 5px solid #f8f8f8;
        position: relative
    }

        .bg-cicle > span:before {
            content: "";
            border-radius: 50%;
            width: 80%;
            height: 80%;
            position: absolute;
            left: 10%;
            top: 10%;
            border: 5px solid #f8f8f8;
            display: block
        }

        .bg-cicle > span:after {
            content: "";
            border-radius: 50%;
            width: 60%;
            height: 60%;
            position: absolute;
            left: 20%;
            top: 20%;
            border: 5px solid #f8f8f8;
            display: block
        }

    .bg-cicle span span {
        display: block;
        border-radius: 50%;
        width: 33.33%;
        height: 33.33%;
        position: absolute;
        left: 33.333%;
        top: 33.333%;
        border: 3px solid #f8f8f8;
        display: block
    }

    .bg-cicle.blue span, .bg-cicle.blue span:before, .bg-cicle.blue span:after {
        border-color: #e4edf7
    }

.our-company {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    color: #333333
}

    .our-company h3 {
        font-family: GTSectraDisplay;
        font-size: 60px;
        font-weight: bold;
        line-height: 1.17
    }

    .our-company p {
        line-height: 1.31;
        font-size: 16px
    }

@media (max-width: 767px) {
    .our-company .img-box {
        margin-top: 30px
    }
}

.our-company .img-box img {
    max-width: 100%;
    width: 100%
}

.read-more {
    color: #0057b8;
    line-height: 1.35;
    font-size: 20px;
    opacity: 1;
    transition: all 0.2s linear;
    padding-right: 38px;
    background: url(../img/icons/arrow-right-blue.svg) no-repeat right center;
    background-size: 18px;
    font-weight: bold
}

    .read-more span {
        border-bottom: 1px solid
    }

    .read-more:hover {
        opacity: 0.7
    }

    .read-more.white {
        color: #fff;
        background: url(../img/icons/arrow-right.svg) no-repeat right center
    }

.title-box {
    color: #333;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.17;
    font-family: GTSectraDisplay
}

    .title-box.white {
        color: #ffffff
    }

    .title-box.got {
        font-family: 'Conv_Gotham-Bold';
        line-height: 1.2;
        color: #333333;
        font-weight: bold
    }

.after-title {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 16px;
    line-height: 1.31
}

@media (max-width: 767px) {
    .after-title {
        margin-bottom: 30px
    }
}

.after-title.white {
    color: #fff
}

.some-products {
    padding-top: 52px;
    padding-bottom: 44px;
    background-color: #0057b8;
    color: #fff
}

    .some-products .item-products {
        margin-bottom: 214px
    }

@media (max-width: 767px) {
    .some-products .item-products {
        margin-bottom: 60px
    }
}

.some-products .item-products:last-of-type {
    margin-bottom: 0
}

.some-products .item-products h4 {
    color: white;
    font-family: 'Conv_Gotham-Bold';
    font-size: 75px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #ffffff;
    margin-top: 35px
}

@media (max-width: 991px) {
    .some-products .item-products h4 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .some-products .item-products h4 {
        font-size: 30px;
        max-width: 350px
    }
}

.some-products .item-products .link-plus {
    display: block;
    width: 116px;
    height: 116px;
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: all 0.2s linear;
    opacity: 1
}

@media (max-width: 991px) {
    .some-products .item-products .link-plus {
        width: 80px;
        height: 80px
    }
}

.some-products .item-products .link-plus:hover {
    opacity: 0.7
}

.some-products .item-products .link-plus:before {
    content: "";
    background: url(../img/icons/plus.svg) no-repeat center center;
    background-size: 38px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.some-products .item-products .img-box {
    max-width: 445px;
    width: calc(100% - 90px);
    margin-top: 35px;
    margin-left: 90px
}

@media (max-width: 991px) {
    .some-products .item-products .img-box {
        margin-left: 65px;
        width: calc(100% - 65px)
    }
}

.some-products .item-products .img-box img {
    width: 100%
}

@media (max-width: 767px) {
    .some-products .item-products .read-more {
        margin-bottom: 40px;
        display: inline-block
    }
}

.some-products .item-products.inverse .link-plus {
    left: auto;
    right: 15px
}

.some-products .item-products.inverse .img-box {
    margin-left: 0;
    margin-right: 90px
}

@media (max-width: 991px) {
    .some-products .item-products.inverse .img-box {
        margin-right: 65px
    }
}

.background.border .container, .background.border .row {
    height: 100%
}

    .background.border .row > div {
        height: 100%;
        border-right: 1px solid #E5E5E5;
        opacity: 0.2
    }

@media (min-width: 992px) {
    .background.border .row > div:first-of-type {
        border-left: 1px solid #E5E5E5
    }
}

.infrastructure {
    overflow: hidden
}

    .infrastructure .bg-cicle {
        left: auto;
        top: 60px;
        right: -1%
    }

        .infrastructure .bg-cicle span {
            width: 545px;
            height: 545px
        }

@media (max-width: 991px) {
    .infrastructure .infrastructure-container {
        max-width: 100%;
        padding-left: 0
    }

        .infrastructure .infrastructure-container .wrap-text {
            padding-bottom: 40px;
            padding-top: 40px
        }
}

@media (max-width: 767px) {
    .infrastructure .infrastructure-container {
        padding-left: 15px
    }

        .infrastructure .infrastructure-container .wrap-img {
            padding-left: 0;
            padding-right: 0
        }
}

.infrastructure .img-box {
    min-height: 608px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover
}

@media (max-width: 767px) {
    .infrastructure .img-box {
        min-height: 300px
    }
}

footer {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f3f3f3;
    overflow: hidden
}

    footer .foot-logo {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 70px;
        max-width: 150px;
        width: 100%
    }

        footer .foot-logo img {
            width: 100%
        }

    footer .corp {
        display: inline-block;
        font-family: 'Conv_Acumin Pro Light';
        color: #404040;
        line-height: 1.22;
        letter-spacing: 0.5px;
        font-size: 18px;
        opacity: 0.5
    }

    footer .wrap-addr {
        position: relative
    }

        footer .wrap-addr:after {
            content: "";
            position: absolute;
            height: 200px;
            width: 1px;
            background-color: #634c4c;
            right: 0;
            bottom: -80px
        }

@media (max-width: 767px) {
    footer .wrap-addr:after {
        display: none
    }
}

footer .wrap-addr > div {
    display: inline-block;
    width: 49%;
    padding-right: 50px;
    vertical-align: top
}

@media (max-width: 991px) {
    footer .wrap-addr > div {
        width: 100%;
        margin-bottom: 20px
    }
}

footer .wrap-addr > div .big-text {
    text-transform: uppercase
}

footer .wrap-addr > div p {
    margin-bottom: 0;
    line-height: 1.47;
    letter-spacing: 0.4px;
    color: #404040;
    font-size: 20px
}

footer .right-side {
    padding-left: 30px
}

@media (max-width: 767px) {
    footer .right-side {
        padding-left: 15px
    }
}

footer .foot-form h4 {
    font-size: 26px;
    line-height: 1.35;
    color: #404040;
    margin-bottom: 20px
}

footer .foot-form input {
    color: rgba(64,64,64,0.51);
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.4px;
    background: #fff;
    box-shadow: 0 -3px 46px 0 rgba(0,0,0,0.03);
    margin-bottom: 20px
}

    footer .foot-form input:nth-child(odd) {
        margin-right: 25px
    }

footer .foot-form .half-box {
    width: calc(50% - 15px)
}

@media (max-width: 991px) {
    footer .foot-form .half-box {
        width: 100%;
        margin-right: 0
    }
}

footer .foot-form .full-box {
    width: 100%;
    margin-right: 0
}

footer .foot-form button {
    width: 189.9px;
    height: 44.9px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.11);
    background-color: #f42434;
    border: none;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #f0f0f0;
    cursor: pointer
}

    footer .foot-form button:hover {
        background-color: #f73a49
    }

@media (max-width: 767px) {
    footer .foot-form button {
        display: block;
        margin: 0 auto
    }
}

.about-deon {
    padding-top: 85px
}

    .about-deon .bg-cicle {
        top: 70px;
        left: 7%
    }

@media (max-width: 767px) {
    .about-deon .bg-cicle {
        left: -50px
    }
}

.about-deon .bg-cicle.second {
    top: -50px;
    left: auto;
    right: 5%
}

@media (max-width: 767px) {
    .about-deon .bg-cicle.second {
        display: none
    }
}

.about-deon .bg-cicle.second > span {
    width: 350px;
    height: 350px
}

.about-deon .top-img-box {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 30px
}

    .about-deon .top-img-box img {
        width: 100%
    }

.about-deon .after-title {
    max-width: 680px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 25px
}

.about-deon .wrap-aboutD-box {
    position: relative;
    top: -120px
}

    .about-deon .wrap-aboutD-box:after {
        content: "";
        width: calc(100% - 30px);
        height: 50px;
        background-color: #f8f8f8;
        position: absolute;
        left: 15px;
        top: 120px;
        z-index: -1
    }

.about-deon .aboutD-box {
    margin-bottom: 55px
}

    .about-deon .aboutD-box .inner-wrap {
        padding: 25px;
        background-image: url(../img/bg/bg-box2.jpg);
        background-position: left top
    }

    .about-deon .aboutD-box:first-of-type .inner-wrap {
        background-position: right top
    }

    .about-deon .aboutD-box:last-of-type .inner-wrap {
        background-position: 14% 2%
    }

    .about-deon .aboutD-box:nth-child(3) .inner-wrap {
        background-position: right bottom
    }

    .about-deon .aboutD-box .letter-img {
        text-align: right;
        margin-bottom: 35px
    }

    .about-deon .aboutD-box .name {
        font-family: 'Conv_Gotham-Bold';
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        line-height: 1.17;
        letter-spacing: 0.9px;
        margin-bottom: 10px
    }

    .about-deon .aboutD-box p {
        font-size: 14px;
        line-height: 1.43;
        color: #fff
    }

.about-deon .text-box-800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 100px
}

@media (max-width: 991px) {
    .about-deon .text-box-800 {
        margin-bottom: 50px
    }
}

.about-deon.first {
    padding-bottom: 140px
}

.about-deon.bg-gray {
    background-color: #f8f8f8;
    padding-top: 0
}

    .about-deon.bg-gray:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 22px;
        border-top: 7px solid #0057b8;
        background-color: #f42434;
        border-bottom: 7px solid #f44e5b;
        display: block;
        z-index: -1;
        width: 100%
    }

.about-deon.second {
    padding-bottom: 55px
}

    .about-deon.second .bg-cicle {
        top: 210px;
        left: 2%
    }

        .about-deon.second .bg-cicle span, .about-deon.second .bg-cicle span:before, .about-deon.second .bg-cicle span:after {
            border-color: #f4f4f4
        }

.about-deon .wrap-mission {
    margin-top: -120px
}

.about-deon .power-strong {
    position: relative
}

@media (max-width: 767px) {
    .about-deon .power-strong {
        background: url(../img/bg/bg-about.jpg) no-repeat bottom center;
        background-size: 300px;
        padding-bottom: 240px
    }
}

.about-deon .power-strong .power-text {
    max-width: 180px;
    width: 100%
}

@media (max-width: 374px) {
    .about-deon .power-strong .power-text {
        max-width: 100%
    }
}

.about-deon .power-strong .power-text.item-1, .about-deon .power-strong .power-text.item-2, .about-deon .power-strong .power-text.item-4, .about-deon .power-strong .power-text.item-5 {
    height: 150px;
    display: flex;
    align-items: center;
    position: absolute
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-1, .about-deon .power-strong .power-text.item-2, .about-deon .power-strong .power-text.item-4, .about-deon .power-strong .power-text.item-5 {
        height: 90px
    }
}

@media (max-width: 767px) {
    .about-deon .power-strong .power-text.item-1, .about-deon .power-strong .power-text.item-2, .about-deon .power-strong .power-text.item-4, .about-deon .power-strong .power-text.item-5 {
        position: static
    }
}

@media (max-width: 767px) {
    .about-deon .power-strong .power-text.item-1, .about-deon .power-strong .power-text.item-2, .about-deon .power-strong .power-text.item-4, .about-deon .power-strong .power-text.item-5 {
        text-align: center !important;
        padding-left: 15px;
        padding-right: 15px;
        height: 100px;
        margin: 0 auto 15px
    }
}

@media (max-width: 374px) {
    .about-deon .power-strong .power-text.item-1, .about-deon .power-strong .power-text.item-2, .about-deon .power-strong .power-text.item-4, .about-deon .power-strong .power-text.item-5 {
        height: auto
    }
}

.about-deon .power-strong .power-text.item-2 {
    top: 89px;
    left: 90px;
    text-align: right
}

@media (max-width: 1199px) {
    .about-deon .power-strong .power-text.item-2 {
        top: 38px;
        left: 60px
    }
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-2 {
        top: 18px;
        left: 30px
    }
}

.about-deon .power-strong .power-text.item-1 {
    top: 302px;
    left: 0;
    text-align: right
}

@media (max-width: 1199px) {
    .about-deon .power-strong .power-text.item-1 {
        top: 190px
    }
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-1 {
        top: 111px
    }
}

.about-deon .power-strong .power-text.item-4 {
    top: 89px;
    right: 90px
}

@media (max-width: 1199px) {
    .about-deon .power-strong .power-text.item-4 {
        top: 38px;
        right: 60px
    }
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-4 {
        top: 18px;
        right: 30px
    }
}

.about-deon .power-strong .power-text.item-5 {
    top: 302px;
    right: 0
}

@media (max-width: 1199px) {
    .about-deon .power-strong .power-text.item-5 {
        top: 190px
    }
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-5 {
        top: 111px
    }
}

.about-deon .power-strong .power-text.item-3 {
    margin: 0 auto 30px
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text.item-3 {
        margin-bottom: 20px
    }
}

.about-deon .power-strong .power-text .title {
    line-height: 1.17;
    letter-spacing: 0.9px;
    font-family: 'Conv_Gotham-Bold';
    font-size: 30px
}

@media (max-width: 991px) {
    .about-deon .power-strong .power-text .title {
        font-size: 16px
    }
}

.about-deon .power-strong .power-text p {
    font-size: 14px;
    line-height: 1.36;
    margin-bottom: 0
}

.about-deon .power-strong .power-strong-img {
    max-width: 755px;
    width: 95%;
    margin: 0 auto
}

    .about-deon .power-strong .power-strong-img img {
        width: 100%
    }

.about-deon .power-strong .left-side, .about-deon .power-strong .right-side {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media (max-width: 767px) {
    .about-deon .power-strong .left-side, .about-deon .power-strong .right-side {
        width: 49%
    }
}

@media (max-width: 374px) {
    .about-deon .power-strong .left-side, .about-deon .power-strong .right-side {
        width: 100%
    }
}

.about-deon .power-strong .center-box {
    width: calc(100% - 370px);
    display: inline-block;
    vertical-align: top
}

@media (max-width: 767px) {
    .about-deon .power-strong .center-box {
        display: none
    }
}

.quality-trust {
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden
}

@media (max-width: 767px) {
    .quality-trust {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

.quality-trust .bg-cicle {
    left: calc(50% - 590px);
    top: -18%;
    width: 100%
}

@media (max-width: 991px) {
    .quality-trust .bg-cicle {
        left: calc(50% - 450px)
    }
}

@media (max-width: 767px) {
    .quality-trust .bg-cicle {
        left: calc(50% - 300px)
    }
}

.quality-trust .bg-cicle span, .quality-trust .bg-cicle span:before, .quality-trust .bg-cicle span:after {
    border-color: #fff9f9
}

.quality-trust .bg-cicle > span {
    width: 1180px;
    height: 1180px
}

@media (max-width: 991px) {
    .quality-trust .bg-cicle > span {
        width: 900px;
        height: 900px
    }
}

@media (max-width: 767px) {
    .quality-trust .bg-cicle > span {
        width: 600px;
        height: 600px
    }
}

.quality-trust p {
    max-width: 970px;
    width: 100%;
    margin: 0 auto 30px
}

.quality-trust .mt-30 {
    margin-top: 30px
}

.quality-trust .certifications-box {
    margin-bottom: 20px
}

    .quality-trust .certifications-box img {
        width: 100%
    }

.exhibitions {
    padding-top: 35px;
    padding-bottom: 105px;
    background-color: #f8f8f8
}

@media (max-width: 767px) {
    .exhibitions {
        padding-bottom: 50px
    }
}

.exhibitions .after-title {
    margin-bottom: 50px
}

.exhibitions .wrap-photo {
    margin-right: -7.5px;
    margin-left: -7.5px
}

    .exhibitions .wrap-photo .col-12, .exhibitions .wrap-photo .row {
        padding-left: 7.5px;
        padding-right: 7.5px
    }

.exhibitions .img-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    margin-bottom: 15px
}

.exhibitions .h415 {
    height: 415px
}

.exhibitions .h410 {
    height: 410px
}

.exhibitions .h245 {
    height: 245px
}

.exhibitions .h275 {
    height: 275px
}

.exhibitions .h535 {
    height: 535px
}

.exhibitions .h290 {
    height: 290px
}

.career {
    padding-top: 85px;
    padding-bottom: 110px
}

@media (max-width: 767px) {
    .career {
        padding-top: 45px;
        padding-bottom: 50px
    }
}

.career .after-title {
    margin-bottom: 35px
}

.career h5 {
    font-weight: bold;
    line-height: 1.31;
    margin-bottom: 35px
}

.career .we-looking-box {
    border: 1px solid rgba(112,112,112,0.5);
    padding: 38px 55px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto
}

    .career .we-looking-box .item {
        border-bottom: 1px solid rgba(112,112,112,0.5);
        margin-bottom: 15px
    }

    .career .we-looking-box .place {
        margin-bottom: 15px;
        color: #000;
        font-size: 16px
    }

    .career .we-looking-box .red-box {
        font-size: 16px;
        line-height: 1.31;
        color: #f42434;
        font-weight: bold
    }

.contacts-page {
    padding-top: 135px;
    padding-bottom: 110px;
    overflow: hidden
}

@media (max-width: 767px) {
    .contacts-page {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.contacts-page .bg-cicle {
    top: -80px
}

    .contacts-page .bg-cicle > span {
        width: 550px;
        height: 550px
    }

.contacts-page h3 {
    font-family: 'Conv_Gotham-Bold';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 30px
}

.contacts-page .contacts-form {
    max-width: 460px;
    width: 100%;
    margin: 0 auto
}

    .contacts-page .contacts-form input, .contacts-page .contacts-form textarea {
        width: 100%;
        background-color: #f1f1f1;
        color: #404040;
        line-height: 1.33;
        letter-spacing: 0.4px;
        font-size: 15px;
        border: none
    }

        .contacts-page .contacts-form input::-webkit-input-placeholder, .contacts-page .contacts-form textarea::-webkit-input-placeholder {
            color: rgba(64,64,64,0.81)
        }

        .contacts-page .contacts-form input:-moz-placeholder, .contacts-page .contacts-form textarea:-moz-placeholder {
            color: rgba(64,64,64,0.81)
        }

        .contacts-page .contacts-form input::-moz-placeholder, .contacts-page .contacts-form textarea::-moz-placeholder {
            color: rgba(64,64,64,0.81)
        }

        .contacts-page .contacts-form input:-ms-input-placeholder, .contacts-page .contacts-form textarea:-ms-input-placeholder {
            color: rgba(64,64,64,0.81)
        }

.contacts-page button {
    width: 189.9px;
    height: 44.9px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.11);
    background-color: #f42434;
    border: none;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #f0f0f0;
    cursor: pointer;
    margin: 0 auto 20px;
    display: block;
    width: 190px
}

    .contacts-page button:hover {
        background-color: #f73a49
    }

@media (max-width: 767px) {
    .contacts-page button {
        display: block;
        margin: 0 auto
    }
}

.wrap-map {
    height: 440px;
    background-color: #f1f1f1
}

    .wrap-map .map {
        height: 440px
    }

.contacts-footer {
    padding-top: 130px;
    background: #fff
}

    .contacts-footer .wrap-addr {
        max-width: 310px;
        width: 100%;
        margin: 0 auto
    }

        .contacts-footer .wrap-addr > div {
            display: block;
            padding: 0;
            width: 100%;
            text-align: center
        }

        .contacts-footer .wrap-addr:after {
            display: none
        }

        .contacts-footer .wrap-addr .border_bot {
            position: relative;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.5px;
            margin-bottom: 25px
        }

            .contacts-footer .wrap-addr .border_bot:before {
                content: "";
                position: absolute;
                left: calc(50% - 130px);
                bottom: -10px;
                height: 6px;
                border-top: 2px solid #0057b8;
                background-color: #f42434;
                border-bottom: 2px solid #f44e5b;
                display: block;
                width: 260px
            }

    .contacts-footer .foot-logo {
        margin-top: 100px;
        margin-right: 0
    }

.nav-tabs {
    border: none
}

@media (max-width: 767px) {
    .nav-tabs {
        display: block;
        text-align: center
    }
}

.nav-tabs .nav-item {
    margin-left: 25px;
    margin-right: 25px;
    position: relative
}

@media (max-width: 991px) {
    .nav-tabs .nav-item {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width: 767px) {
    .nav-tabs .nav-item {
        margin: 0 5px;
        display: inline-block
    }
}

.nav-tabs .nav-item:after {
    content: "";
    height: 36px;
    width: 3px;
    background: #f42434;
    position: absolute;
    top: 2px;
    right: -25px
}

@media (max-width: 767px) {
    .nav-tabs .nav-item:after {
        display: none
    }
}

@media (min-width: 768px) {
    .nav-tabs .nav-item:first-of-type {
        margin-left: 0
    }
}

.nav-tabs .nav-item:last-of-type {
    margin-right: 0
}

    .nav-tabs .nav-item:last-of-type:after {
        display: none
    }

.nav-tabs .nav-link {
    font-family: 'Conv_Gotham-Bold';
    font-size: 35px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 0.9px;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    padding: .2rem 0.4rem .5rem 0.4rem;
    border: none
}

@media (max-width: 767px) {
    .nav-tabs .nav-link {
        font-size: 14px;
        margin-bottom: 5px
    }
}

.nav-tabs .nav-link:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #0057b8;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    transition: all 0.2s linear
}

.nav-tabs .nav-link:hover:before, .nav-tabs .nav-link.active:before {
    opacity: 1;
    bottom: 0
}

.tab-content {
    margin-top: 65px
}

@media (max-width: 991px) {
    .tab-content {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .tab-content {
        margin-top: 35px
    }
}

.products-page {
    padding-top: 120px;
    padding-bottom: 160px;
    overflow: hidden
}

@media (max-width: 991px) {
    .products-page {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .products-page {
        max-width: 350px;
        margin: 0 auto 30px
    }
}

.products-page .background.border .row > div {
    opacity: 0.9
}

.products-page .bg-cicle {
    top: 205px;
    left: 15%
}

    .products-page .bg-cicle > span {
        width: 540px;
        height: 540px
    }

.products-page .item-product {
    margin-bottom: 30px
}

    .products-page .item-product h3 {
        font-family: 'Conv_Gotham-Bold';
        font-size: 60px;
        font-weight: bold;
        line-height: 1.2;
        color: #c4c4c4;
        margin-bottom: 25px
    }

@media (max-width: 1199px) {
    .products-page .item-product h3 {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .products-page .item-product h3 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

.products-page .item-product .img-box {
    max-width: 320px;
    width: 100%
}

    .products-page .item-product .img-box img {
        width: 100%
    }

.products-page .item-product .view-product {
    background: url(../img/icons/arrow-right.svg) no-repeat 180px center;
    background-size: 25px;
    color: #f0f0f0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    opacity: 1;
    padding: 7px 85px 5px 18px;
    transition: all 0.2s linear;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.44);
    background-color: #f42434;
    height: 44px;
    display: inline-block;
    margin-left: 25px;
    margin-top: -25px
}

@media (max-width: 991px) {
    .products-page .item-product .view-product {
        padding: 7px 35px 5px 15px;
        background-position: 150px center;
        background-size: 15px;
        margin-left: 15px
    }
}

.products-page .item-product .view-product:hover {
    background-color: #f73a49
}

.events-page {
    padding-top: 100px;
    padding-bottom: 60px;
    overflow: hidden
}

@media (max-width: 991px) {
    .events-page {
        padding-top: 60px;
        padding-bottom: 0px
    }
}

.events-page .bg-cicle {
    top: -50px;
    left: -2%
}

    .events-page .bg-cicle > span {
        width: 540px;
        height: 540px
    }

    .events-page .bg-cicle.blue {
        top: 230px;
        left: auto;
        right: -250px
    }

@media (max-width: 767px) {
    .events-page .bg-cicle.blue {
        display: none
    }
}

.events-page .events-box h3 {
    font-family: 'Conv_Gotham-Bold';
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #333333
}

.events-page .events-box p {
    max-width: 365px;
    line-height: 1.31;
    color: #333333;
    margin-bottom: 50px
}

.events-page .events-sider {
    margin-left: 80px;
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .events-page .events-sider {
        margin-left: 60px
    }
}

@media (max-width: 767px) {
    .events-page .events-sider {
        margin-left: 0;
        margin-bottom: 50px
    }
}

.events-page .events-sider:before {
    content: '';
    width: 100%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -100%;
    background: #fff;
    z-index: 2
}

@media (min-width: 768px) {
    .events-page .events-sider .owl-stage-outer {
        overflow: visible !important
    }
}

.events-page .events-sider .ev-box {
    height: 385px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media (max-width: 1199px) {
    .events-page .events-sider .ev-box {
        height: 300px
    }
}

@media (max-width: 991px) {
    .events-page .events-sider .ev-box {
        height: 240px
    }
}

@media (max-width: 767px) {
    .events-page .events-sider .ev-box {
        height: 340px
    }
}

@media (max-width: 574px) {
    .events-page .events-sider .ev-box {
        height: 230px
    }
}

.events-page .events-sider .owl-nav > div {
    width: 80px;
    height: 50px;
    opacity: 1;
    background-size: 40px;
    background-position: center center
}

@media (min-width: 768px) {
    .events-page .events-sider .owl-nav > div {
        background-color: #f42434;
        top: 50%
    }

        .events-page .events-sider .owl-nav > div:hover {
            background-color: #f73a49
        }
}

@media (max-width: 991px) {
    .events-page .events-sider .owl-nav > div {
        width: 60px;
        background-size: 30px
    }
}

@media (max-width: 767px) {
    .events-page .events-sider .owl-nav > div {
        top: calc(50% - 25px);
        width: 35px
    }
}

@media (min-width: 992px) {
    .events-page .events-sider .owl-nav > div.owl-prev {
        left: -80px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .events-page .events-sider .owl-nav > div.owl-prev {
        left: -60px
    }
}

@media (min-width: 768px) {
    .events-page .events-sider .owl-nav > div.owl-next {
        left: 8px;
        right: auto
    }
}

.products-detail-page {
    padding-top: 45px;
    padding-bottom: 40px;
    overflow: hidden
}

@media (max-width: 991px) {
    .products-detail-page {
        padding-top: 30px
    }
}

.products-detail-page .bg-cicle {
    top: -50px;
    left: -2%
}

    .products-detail-page .bg-cicle > span {
        width: 540px;
        height: 540px
    }

    .products-detail-page .bg-cicle.blue {
        top: 230px;
        left: auto;
        right: 3%
    }

@media (max-width: 767px) {
    .products-detail-page .bg-cicle.blue {
        display: none
    }
}

.products-detail-page .bg-cicle.blue > span {
    width: 300px;
    height: 300px
}

.products-detail-page .back-link {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    text-align: left;
    color: #333333;
    padding-left: 30px;
    text-transform: uppercase;
    margin-bottom: 53px;
    display: inline-block;
    background: url(../img/icons/arrow-left-black.svg) no-repeat 0 center;
    background-size: 20px
}

@media (max-width: 991px) {
    .products-detail-page .back-link {
        margin-bottom: 30px
    }
}

.products-detail-page .card-prod {
    margin-bottom: 30px
}

.products-detail-page .img-box {
    max-width: 485px;
    width: 100%;
    margin-bottom: 30px
}

    .products-detail-page .img-box img {
        width: 100%
    }

.products-detail-page h1 {
    position: relative;
    font-family: 'Conv_GT-Sectra-Display-Bold';
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 20px;
    padding-top: 15px;
    margin-top: 15px
}

@media (max-width: 991px) {
    .products-detail-page h1 {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0
    }
}

.products-detail-page h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 9px;
    border-top: 3px solid #0057b8;
    background-color: #f42434;
    border-bottom: 3px solid #f78659;
    display: block;
    z-index: 0;
    width: 65px
}

.products-detail-page p {
    line-height: 1.31;
    color: #333333;
    margin-bottom: 20px;
    font-size:25px;
}

@media (max-width: 991px) {
    .products-detail-page p {
        margin-bottom: 10px
    }
}

.products-detail-page .product-code {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    color: #0057b8;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .products-detail-page .product-code {
        margin-bottom: 10px
    }
}

.products-detail-page .product-color {
    margin-bottom: 40px
}

@media (max-width: 991px) {
    .products-detail-page .product-color {
        margin-bottom: 30px
    }
}

.products-detail-page .product-color .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    color: #333333;
    margin-bottom: 10px
}

.products-detail-page .product-color .color-var {
    display: flex
}

    .products-detail-page .product-color .color-var span {
        display: inline-flex;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.44);
        margin-right: 8px
    }

.red-button {
    background: url(../img/icons/arrow-right.svg) no-repeat 180px center;
    background-size: 25px;
    color: #f0f0f0;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.71;
    opacity: 1;
    padding: 7px 85px 5px 18px;
    transition: all 0.2s linear;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.44);
    background-color: #f42434;
    height: 44px;
    display: inline-block;
    cursor: pointer
}

@media (max-width: 991px) {
    .red-button {
        padding: 7px 35px 5px 15px;
        background-position: 150px center;
        background-size: 15px
    }
}

.red-button:hover {
    background-color: #f73a49
}

.accordion .card {
    background: #0057b8;
    padding-left: 100px;
    padding-right: 70px;
    margin-bottom: 25px;
    color: white;
    border-radius: 0
}

@media (max-width: 767px) {
    .accordion .card {
        padding-left: 30px;
        padding-right: 20px
    }
}

.accordion .card-header {
    background: none;
    padding: 37px 0 25px 0;
    border: none
}

@media (max-width: 767px) {
    .accordion .card-header {
        padding-top: 25px
    }
}

.accordion .card-header .btn-link {
    font-family: 'Conv_Gotham-Bold';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 0.9px;
    color: #fff;
    white-space: normal;
    text-align: left;
    background: none;
    padding: 0;
    text-decoration: none !important;
    width: 100%;
    padding-right: 40px;
    position: relative
}

    .accordion .card-header .btn-link:after {
        content: "\f107";
        border: none;
        width: 19px;
        height: 13px;
        position: absolute;
        right: 0;
        top: calc(50% - 6px);
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 27px;
        line-height: 0.5
    }

    .accordion .card-header .btn-link span {
        display: block;
        margin-top: 20px;
        font-family: 'Segoe UI';
        font-size: 20px;
        font-weight: normal;
        line-height: 1.31
    }

@media (max-width: 767px) {
    .accordion .card-header .btn-link span {
        font-size: 14px
    }
}

.accordion .card-header .btn-link[aria-expanded="true"]:after {
    content: "\f106"
}

.accordion .card-body {
    border-top: 1px solid white;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.31
}

@media (max-width: 767px) {
    .accordion .card-body {
        font-size: 14px
    }
}

.table-wrap {
    background-color: #f8f8f8;
    padding-bottom: 45px;
    padding-top: 45px;
    margin-bottom: 45px
}

    .table-wrap .background.border {
        border: none !important
    }

        .table-wrap .background.border .row > div {
            border-color: rgba(112,112,112,0.4)
        }

    .table-wrap h3 {
        font-family: 'Conv_Gotham-Bold';
        font-size: 18px;
        font-weight: bold;
        line-height: 1.17;
        letter-spacing: 0.9px;
        margin-bottom: 35px
    }

    .table-wrap .title {
        font-family: 'Conv_Gotham-Bold';
        font-size: 60px;
        font-weight: bold;
        line-height: 1.2;
        color: #d3d3d3;
        display: flex;
        align-items: center;
        height: 100%
    }

@media (max-width: 767px) {
    .table-wrap .title {
        margin-bottom: 0px;
        font-size: 35px;
        justify-content: center;
        padding-bottom: 30px
    }
}

.table-wrap .after-title {
    max-width: 795px;
    line-height: 1.31;
    margin-bottom: 55px
}

@media (max-width: 767px) {
    .table-wrap .after-title {
        margin-bottom: 30px
    }
}

.table-wrap table {
    width: 100%;
    min-width: 815px
}

@media (max-width: 767px) {
    .table-wrap table {
        min-width: 700px
    }
}

.table-wrap table thead th {
    font-family: 'Conv_Gotham-Bold';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: 0.9px;
    color: #333333;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .table-wrap table thead th {
        padding-left: 10px
    }
}

.table-wrap table tbody tr {
    border-bottom: 1px solid rgba(112,112,112,0.55)
}

    .table-wrap table tbody tr:last-of-type {
        border: none
    }

.table-wrap table tbody td {
    padding: 10px 10px 10px 0;
    line-height: 1.36;
    letter-spacing: 0.7px;
    color: #333333;
    width: 25%
}

@media (max-width: 767px) {
    .table-wrap table tbody td {
        padding: 10px;
        font-size: 14px
    }
}

.table-responsive {
    border: none !important;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch
}

.gallery-page {
    padding-top: 130px;
    padding-bottom: 110px
}

@media (max-width: 991px) {
    .gallery-page {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

.gallery-page .after-title {

    margin: 0 0 50px 0;
    text-align: left
}

@media (max-width: 767px) {
    .gallery-page .after-title {
        margin-bottom: 70px
    }
}

.gallery-page .h415 {
    height: 420px
}

@media (max-width: 767px) {
    .gallery-page .h415 {
        height: 300px
    }
}

.gallery-page .h195 {
    height: 195px
}

.gallery-page .wrap-images {
    position: relative
}

    .gallery-page .wrap-images .more {
        position: absolute;
        right: 5px;
        font-size: 40px;
        line-height: 1;
        top: calc(50% - 30px)
    }

@media (max-width: 767px) {
    .gallery-page .wrap-images .more {
        top: -60px;
        right: 15px
    }
}

.gallery-page .wrap-images .more a {
    transition: all 0.2s linear;
    color: #333;
    opacity: 1;
    cursor: pointer
}

@media (max-width: 767px) {
    .gallery-page .wrap-images .more a {
        display: block;
        width: 65px;
        background: #0057b8;
        text-align: center;
        color: white;
        border-radius: 4px
    }

        .gallery-page .wrap-images .more a i {
            line-height: 46px
        }
}

.gallery-page .wrap-images .more a:hover {
    opacity: 0.7
}

.gallery-page .img-box {
    margin-bottom: 30px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    width: 100%
}

    .gallery-page .img-box:before {
        content: "";
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        background-image: linear-gradient(to bottom, rgba(37,37,37,0), rgba(0,0,0,0.75))
    }

    .gallery-page .img-box .wrap-text {
        width: 100%;
        padding: 15px 15px 25px 15px;
        position: relative;
        z-index: 1
    }

        .gallery-page .img-box .wrap-text .title {
            font-family: 'Conv_Gotham-Bold';
            font-size: 30px;
            font-weight: bold;
            line-height: 1.2;
            color: #ffffff
        }

        .gallery-page .img-box .wrap-text p {
            line-height: 1.31;
            color: #ffffff;
            max-width: 70%;
            display: inline-flex;
            margin-bottom: 0
        }

        .gallery-page .img-box .wrap-text .icon-box {
            display: inline-flex;
            justify-content: flex-end;
            vertical-align: bottom;
            width: 28%
        }

            .gallery-page .img-box .wrap-text .icon-box img {
                width: 46px;
                height: 46px
            }

.gallery-carousel .owl-nav > div {
    background: none !important;
    font-size: 70px;
    width: 28px;
    height: 70px;
    top: calc(50% - 50px);
    line-height: 0;
    color: white
}

@media (min-width: 1280px) {
    .gallery-carousel .owl-nav > div {
        color: black
    }
}

@media (max-width: 1279px) {
    .gallery-carousel .owl-nav > div {
        background-color: #f42434 !important;
        width: 50px;
        height: 44px;
        font-size: 41px;
        text-align: center
    }
}

.gallery-carousel .owl-nav > div.owl-prev {
    left: 15px
}

@media (min-width: 1280px) {
    .gallery-carousel .owl-nav > div.owl-prev {
        left: -40px
    }
}

@media (min-width: 1400px) {
    .gallery-carousel .owl-nav > div.owl-prev {
        left: -80px
    }
}

@media (max-width: 1279px) {
    .gallery-carousel .owl-nav > div.owl-prev {
        padding-right: 8px
    }
}

.gallery-carousel .owl-nav > div.owl-next {
    right: 15px
}

@media (min-width: 1280px) {
    .gallery-carousel .owl-nav > div.owl-next {
        right: -40px
    }
}

@media (min-width: 1400px) {
    .gallery-carousel .owl-nav > div.owl-next {
        right: -80px
    }
}

@media (max-width: 1279px) {
    .gallery-carousel .owl-nav > div.owl-next {
        padding-left: 8px
    }
}

.our-team {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f3f3f3
}

@media (max-width: 767px) {
    .our-team {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.our-team .after-title {
   
    margin: 0 0 40px 0;
    text-align: left
}

.our-team .wrap-team-box {
    display: flex;
    flex-wrap: wrap
}

    .our-team .wrap-team-box .team-box {
        text-align: center;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }

@media (max-width: 991px) {
    .our-team .wrap-team-box .team-box {
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width: 767px) {
    .our-team .wrap-team-box .team-box {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 574px) {
    .our-team .wrap-team-box .team-box {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.our-team .wrap-team-box .img-box {
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .our-team .wrap-team-box .img-box {
        max-width: 260px;
        width: 100%;
        margin: 0 auto 25px
    }
}

.our-team .wrap-team-box .img-box img {
    width: 100%
}

.our-team .wrap-team-box .name {
    margin-bottom: 20px;
    font-family: 'Conv_Gotham-Bold';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2
}

.our-team .wrap-team-box p {
    line-height: 1.31;
    color: #333;
    margin-bottom: 0
}

.awards {
    padding-top: 170px;
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .awards {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 575px) {
    .awards {
        text-align: center
    }
}

.awards .after-title {
    max-width: 365px;
    margin: 0 0 80px 0;
    text-align: left
}

@media (max-width: 575px) {
    .awards .after-title {
        margin: 0 auto 50px;
        text-align: center
    }
}

.awards .awards-box {
    margin-bottom: 50px
}

    .awards .awards-box .wrap-img {
        position: relative
    }

        .awards .awards-box .wrap-img:before {
            content: "";
            height: 100%;
            width: 1px;
            position: absolute;
            top: 0;
            right: 0;
            background: #707070
        }

@media (min-width: 1200px) {
    .awards .awards-box .wrap-img:before {
        right: 15px
    }
}

@media (max-width: 991px) {
    .awards .awards-box .wrap-img:before {
        right: -15px
    }
}

@media (max-width: 575px) {
    .awards .awards-box .wrap-img:before {
        display: none
    }
}

.awards .awards-box .img-box {
    max-width: 183px;
    width: 100%
}

@media (max-width: 575px) {
    .awards .awards-box .img-box {
        margin: 0 auto 15px
    }
}

.awards .awards-box .img-box img {
    width: 100%
}

.awards .awards-box .wrap-text {
    padding-left: 50px
}

@media (max-width: 575px) {
    .awards .awards-box .wrap-text {
        padding-left: 15px
    }
}

.awards .awards-box .title {
    font-family: 'Conv_Gotham-Bold';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px
}

.awards .awards-box p {
    margin-bottom: 0;
    line-height: 1.31
}

.my-button {
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none !important;
    border: none !important;
    border-radius: 0
}

    .my-button span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: black;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        .my-button span:nth-child(1) {
            top: 10px
        }

        .my-button span:nth-child(2), .my-button span:nth-child(3) {
            top: 20px
        }

        .my-button span:nth-child(4) {
            top: 30px
        }

    .my-button.open span {
        background: white
    }

        .my-button.open span:nth-child(1) {
            top: 18px;
            width: 0%;
            left: 50%
        }

        .my-button.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .my-button.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .my-button.open span:nth-child(4) {
            top: 18px;
            width: 0%;
            left: 50%
        }
.col-12.textcenter {
    display: inline-flex;
}