body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-family: 'Roboto', sans-serif;
    font-family: 'Exo', sans-serif !important;
}

.demo{
    width: 100px;
}

#products #dle-content .navigation.ignore-select .pages a:hover, .navigation.ignore-select .pages span{
    background: white;
    transition: 0.3s ease-in-out;
    border: 1px solid #da0c15;
    padding: 4px 10px;
    margin: 2px;
    border-radius: 5px;
    color: #da0c15;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

#products #dle-content .navigation.ignore-select .pages a{
    background:#da0c15;
    padding: 4px 10px;
    border: 1px solid transparent;
    margin: 2px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
}

#products #dle-content .navigation.ignore-select{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}

#map {
    width: 100%;
    height: 400px;
}

.demo + a + {
    display: none;
}

.category-description {
    background-color: #f8f8f8;
}

.category-description h1:last-child {
    padding-bottom: 60px;
}

.category-description h1 {
    margin: 0;
    font-size: 18px;
    padding: 0px 249px 20px;
    text-align: center;
    line-height: 1.5;
    color: #747474;
}

.category-description .title {
    font-size: 22px;
    color: rgb(75, 70, 226);
    text-align: center;
    padding: 0px 20px 20px;
}

.category-description h1 span {
    color: #ff0000;
}

.at-resp-share-element .at-share-btn .at-label {
    display: none;
}

.static-main .crop img
.at-share-btn-elements {
    display: flex !important;
    padding-top: 7px;
    padding: 0;
}

.at-share-btn-elements {
    display: flex;
}


.static-main .main-list .list .crop img {
    width: 220px;
    height: auto;
    padding: 0;
    border-radius: 5px;
}


.static-main .main-list .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 10px;
    padding: 50px;
}

.static-main .main-list .list .first-img .crop img {
    width: 400px;
    /*border-radius: 5px;*/
}

.static-main .about-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.static-main .head-img {
    margin-bottom: 20px;
}

.static-main .about-img .crop {
    margin: 10px;
}

.static-main .about-img .crop img {
    padding: 0;
    height: 300px;
    border-radius: 4px;
    width: 520px;
}

.static-main .e-paint .crop img {
    height: auto !important;
}


.static-main .main-list .list:last-child {
    margin: 0;
}

.static-main .main-list .list h5 {
    font-size: 18px;
    padding: 0px 30px;
    line-height: 27px;
}

.at-resp-share-element .at-share-btn {
    width: 52px;
    height: 52px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px !important;
    outline: 0 !important;
}

.at-resp-share-element .at-share-btn:first-child {
    margin-left: 0 !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    text-align: center;
}

.share h2 {
    color: #737477;
    margin-bottom: 20px;
    font-size: 14px;
}

.share {
    padding: 0px 108px;
    padding-top: 30px;
}

* {
    list-style: none;
    text-decoration: none !important;
    box-sizing: border-box;
}

.popup-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.8;
    z-index: 1001;
    cursor: pointer;
    transition: 0.5s;
    top: 0;
    left: 0;
    display: none;
}

.d-none {
    display: none !important
}

.call-order {
    position: fixed;
    right: 50px;
    bottom: 0;
    width: 200px;
    z-index: 9999;
    background-color: green;
    border-radius: 4px 4px 0 0;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    display: none;
}

.call-order span {
    color: white;
}

.close:hover {
    color: #000 !important;
}

.close {
    position: absolute;
    top: -10px;
    right: 7px;
    background-color: #e8e8e8;
    color: #888888 !important;
    border-radius: 5px;
    padding: 5px;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close i {
    font-size: 12px;
    cursor: pointer;
}

.close:hover {
    opacity: 1 !important;
}

.order-block {
    width: 400px;
    height: max-content;
    position: fixed;
    bottom: 0;
    right: 50px;
    background-color: white;
    z-index: 2001;
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 10px 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(-50%, -50%);
    display: none;
}

.head-iframe-call {
    background-color: green;
    color: white;
    margin: -10px -50px;
    padding: 22px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}

@media (max-width: 992px) {
    .order-block {
        z-index: 1600000000;
        width: 88%;
        right: 0;
    }
}

ul {
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px !important;
    }
}

/* header */
.header {
    padding: 20px 40px;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    transition: 0.3s
}

.header .main-menu {
    display: flex;
    justify-content: space-between;
}

.header .main-menu .logo {
    display: flex;
    align-items: center;
}

.header .main-menu .logo a img {
    object-fit: cover;
    width: 180px;
}

.header-two {
    background-color: #001e3c;
    position: relative;
    top: 0;
    width: 100%;
    height: 87px;
    z-index: 1;
}

.header .main-menu .nav-menu {
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
}

.toggler-icon {
    padding-right: 0 !important;
    margin-bottom: 7px;
    padding-top: 0 !important;
}

.header .main-menu .nav-menu .nav-item {
    position: relative;
}

.header .nav-menu .nav-item a {
    color: white;
    font-size: 18px;
    padding: 10px 18px;
    display: block;
    text-shadow: 0 0 20px #000f1e;
    transition: 0.3s;
}

.header .nav-menu .nav-item-child:hover {
    color: #cccccc;
}

.header .nav-menu .nav-item:hover .sub-menu {
    opacity: 1;
    display: block !important;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header .nav-menu .nav-item:hover .last-menu {
    width: 210px !important;
}

.header .nav-menu .nav-item .sub-menu .sub-menu-style {
    left: 194px;
}

.header .nav-menu .nav-item .sub-menu .animate:hover .sub-menu-child {
    opacity: 1;
    display: block !important;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header .nav-menu .nav-item .sub-menu a {
    font-size: 14px;
}

.header .nav-menu .nav-item .sub-menu .animate {
    position: relative;
    transition: 0.3s;
}

.header .nav-menu .nav-item .sub-menu-child {
    width: max-content;
    opacity: 1;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    padding: 10px 0px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    z-index: 100;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 195px;
    margin: 0;
    background-color: #232e43;
    text-align: left;
}


.header .nav-menu .nav-item .sub-menu .animate:hover {
    background-color: #162331;
}


.header .nav-menu .nav-item .sub-menu {
    width: 195px !important;
    width: max-content;
    opacity: 1;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    padding: 10px 0px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    z-index: 100;
    list-style-type: none;
    position: absolute;
    top: 46px;
    left: 10px;
    margin: 0;
    background-color: #232e43;
    text-align: left;
}

.header .main-menu .nav-icon {
    display: flex;
    align-items: center;
}

.header .main-menu .nav-icon .icon-block i {
    color: white;
    font-size: 18px;
}

.header .main-menu .nav-icon .icon-block:first-child {
    margin-right: 30px;
}

.header .main-menu .nav-icon .icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header .main-menu .nav-icon .icon-block span:hover {
    color: #ccc;
}

.header .main-menu .nav-icon .icon-block span {
    font-size: 12px;
    color: white;
    font-weight: 600;
    margin-top: 6px;
    transition: 0.3s;
}

.header .languages .lang-dropdown {
    height: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    position: absolute;
    background-color: white;
    overflow: hidden;
    z-index: 10;
    display: none;
    top: 42px;
    z-index: 25;
    right: initial;
    left: -40px;
}

.header.header-active {
    background: #001e3c;
    padding: 20px;
}

.header .languages .lang-dropdown .langs {
    width: 100%;
    padding: 0;
    margin: 0;
}


.header .languages .lang-dropdown .langs li {
    list-style: none;
    padding: 6px 11px 6px 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.header .languages .lang-dropdown .langs li:hover {
    background-color: #f5f5f5;
}


.header .languages .lang-dropdown .langs li a {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
}

.header .languages .lang-dropdown .langs li img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

.right-menu {
    width: 500px;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background-color: white;
    z-index: 99999;
    transition: 0.3s;
    overflow-y: overlay;
    display: none;
}

.right-menu .mobile-menu .navbar-navs .areas-menu {
    display: none;
    padding-left: 40px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu {
    display: none;
    padding-left: 15px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li {
    letter-spacing: 0;
    font-size: 14px;
    border-bottom: solid 1px #dddddd;
    padding: 6px 0px;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li:last-child {
    border: none;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu a i {
    margin-left: 7px;
    margin-top: 2px;
}

.right-menu .mobile-menu .nav-menu .menu {
    display: none;
    padding-left: 15px;
}

.right-menu .mobile-menu .navbar-navs .nav-item:first-child {
    border-top: solid 1px #dddddd;
}

.right-menu .mobile-menu .navbar-navs .nav-item {
    font-weight: bold;
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    line-height: 3;
    border-bottom: solid 1px #dddddd;
    cursor: pointer;
}

.right-menu .mobile-menu .navbar-navs .nav-item .nav-link {
    padding: 0;
    color: #333;
}

.right-menu .mobile-menu .navbar-navs .nav-item .sub-menu li a {
    color: #333333;
    display: block;
    width: 100%;
}

.right-menu .mobile-menu .navbar-navs {
    width: 100%;
    padding: 20px 20px 40px 20px;
}


.right-menu .mobile-menu .close-icon i {
    font-size: 32px;
    cursor: pointer;
    font-weight: 600;
}

.right-menu .mobile-menu .close-icon {
    margin: 20px;
    text-align: end;
}

.right-menu::-webkit-scrollbar-thumb {
    background: #001E3C;
}

.right-menu::-webkit-scrollbar {
    width: 6px;
}

.container .navbar-toggler {
    border: none !important;
    height: 60px;
    margin-left: 0;
    padding-left: 0;
}

.hamburger {
    cursor: pointer;
    margin: auto;
    transform: rotate(0);
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0);
    width: 30px;
    height: 20px;
}

.hamburger div {
    background: white;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    transition: .25s ease-in-out;
    -webkit-transform: rotate(0);
    width: 100%;
}

.toggler-icon {
    display: none;
}

.hamburger div:nth-child(1) {
    top: 0;
}

.hamburger div:nth-child(2), .hamburger div:nth-child(3) {
    top: 10px;
}

.hamburger div:nth-child(4) {
    top: 20px;
    width: 17px !important;
    left: 13px !important;
}

.hamburger.open div:nth-child(1), .hamburger.open div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.hamburger.open div:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: none;
}

.wp {
    height: 100%;
    text-align: center;
    background-color: #0DC143;
    color: #fff;
    padding: 18px 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.wp a {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

/* //header */
/* slider */
#slider-section .carousel .carousel-inner {
    height: 752px
}

#slider-section .carousel .carousel-inner .carousel-item {
    position: absolute;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 100%;
    top: 0;
}

#slider-section .carousel .carousel-indicators li {
    width: 130px;
    text-indent: 0;
    height: 2px;
    background-color: white;
    transition: 0.3s linear;
    opacity: 0.3;
    margin-right: 5px;
    margin-left: 5px;
}

/* #slider-section .carousel .carousel-indicators li */
#slider-section .carousel-indicators li.active {
    opacity: 1;
}

#slider-section .carousel-indicators li.active h6 {
    margin-top: 13px !important;
}

#slider-section .carousel-indicators li.active::before {
    content: '';
    display: block;
    height: 2px;
    background: #db0a40;
    animation: mymove 3s linear !important;
    transition: 0.3s;
}

@keyframes mymove {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

#slider-section .slide-layer {
    background: linear-gradient(transparent, #000f1e);
    height: 60%;
    width: 100%;
    position: absolute;
    z-index: 19;
    opacity: 1;
    bottom: 0;
}

#slider-section .carousel ol {
    margin-bottom: 3rem;
    z-index: 19;
    padding: 20px;

}

#slider-section .carousel .carousel-indicators li h6 {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}

#slider-section .carousel .carousel-inner .carousel-item .item {
    position: absolute;
    bottom: 30%;
    z-index: 19;
    padding-left: 70px;
    padding-right: 70px;
}


#slider-section .carousel .carousel-inner .carousel-item img {
    position: absolute;
    height: 100%;
    transform: scale(1);
    animation: imgscale 10s infinite;
    object-fit: cover;
}

@keyframes imgscale {
    to {
        transform: scale(1.2);
    }
}


#slider-section .carousel .carousel-inner .carousel-item .item .item-text {
    color: white;
}

#slider-section .carousel .carousel-inner .carousel-item .item .item-text h2 {
    font-size: 53px;
    max-width: 800px;
    font-weight: 700;
}

#slider-section .carousel .carousel-inner .carousel-item .item .more {
    text-align: center;
    min-width: 200px;
    border: 2px solid #db0a40;
    background-color: #db0a40;
    border-radius: 6px;
    font-weight: 700;
    font-size: .889rem;
    line-height: 1;
    margin-top: 24px;
    transition: 0.2s
}

#slider-section .carousel .carousel-inner .carousel-item .item .more:hover {
    border-color: #f30b47;
    background-color: #f30b47;
}

#slider-section .carousel .carousel-inner .carousel-item .item .more a {
    color: white;
    padding: 14px 24px;
    display: block;
}

/* //slider */
/* our-advantages */
#our-advantages {
    padding: 60px 0px;
}

#our-advantages .container {
    max-width: 1096px !important;
}

#our-advantages .title-text {
    text-align: center;
    margin-bottom: 40px;
}

#our-advantages .icon {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center;
}

#our-advantages .icon img {
    object-fit: cover;
    width: 45px;
    height: 45px;
}

#our-advantages .icon h6 {
    margin-top: 14px;
    color: #47484D;
}

/* //our-advantages */
/* products */
#products {
    background-color: #F8F8F8;
    padding: 90px 0px;
}

#products #dle-content {
    display: flex;
    flex-wrap: wrap;
}

#products .product {
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 30, 60, .12);
    box-shadow: 0 16px 32px 0 rgba(0, 30, 60, .12);
    border-radius: 8px;
    margin-bottom: 24px;
    position: relative;
    height: 500px;
    transition: 0.3s;
}

#products .row .main-box:nth-child(4) .pr-large {
    height: 352px;
    margin: 0;
}

#products .row .pr-box:nth-child(4) .product-title {
    margin-bottom: 10px;
    text-align: center;
}

#products .row .pr-box:nth-child(5) .product-title {
    margin-bottom: 10px;
    text-align: center;
}

#products .row .main-box:nth-child(5) .pr-large {
    height: 352px;
    margin: 0;
}


/*#products .pr-large {*/
/*    height: auto;*/
/*}*/

#products .pr-large .about {
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
}

.about-block {
    padding: 0 !important;
}

#products .pr-large .more:hover {
    border-color: #f30b47;
    background-color: #f30b47;
}

#products .pr-large .more {
    display: none !important;
    color: #fff;
    background-color: #db0840;
    border: none;
    margin-left: 20px;
    align-self: flex-end;
    border-radius: 6px;
    padding: 7px 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    z-index: 10;
}

#products .pr-large p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: white;
}

#products .product .product-overlay {
    width: 100%;
    height: 65%;
    /*background-color: #00000059;  */
    background-image: linear-gradient(180deg, rgba(0, 15, 30, 0), rgba(0, 15, 30, .38) 44%, rgba(0, 15, 30, .67));
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

#products .title-block {
    font-weight: 700;
    padding: 24px;
    padding-bottom: 22px;
    width: 100%;
    z-index: 2;
}

#products .title_block {
    font-weight: 700;
    padding: 24px;
    padding-bottom: 22px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

#products .product-title {
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

#products .title-text {
    text-align: center;
    margin-bottom: 40px;
}

#products .product .image-block {
    overflow: hidden;
    position: relative;
    height: 100%;
}


#products .product .image-block .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.35, 0, 0, 1), -webkit-transform .8s cubic-bezier(.35, 0, 0, 1);
}

/* #products .product .image-block .full-img {
    height: 397px;
} */

#products .product .image-block p {
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 0;
}

#products .about-block .product-title {
    text-align: left;
}

#products .row .main-box:nth-child(4) p {
    font-size: 16px;
    color: #FFFFFF;
}

#products .row .main-box:nth-child(5) p {
    font-size: 16px;
    color: #FFFFFF;
}

#products .row .main-box:nth-child(4) .more {
    display: block !important;
}

#products .row .main-box:nth-child(5) .more {
    display: block !important;
}

/*#products .row .main-box:nth-child(4) .about {*/
/*    padding: 0 40px 24px;*/
/*}*/

/*#products .row .main-box:nth-child(5) .about {*/
/*    padding: 0 40px 24px;*/
/*}*/

#products .product .image-block .large {
    width: 100%;
    height: 352px;
}

#products .row .main-box:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
    /*height: 352px;*/
}

#products .row .main-box:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
    /*height: 352px;*/
}

#products .row .pr-box:nth-child(4) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#products .row .pr-box:nth-child(5) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#products .product:hover .product-img {
    transform: scale(1.05);
}

#products .product-more {
    border: none;
    padding: 8px 24px;
    background-color: #db0a40;
    color: white;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 5px;
}

/* //products */
/* adversiting */
#about-us {
    padding: 90px 0px;
}

#about-us .image {
    position: relative;
}

#about-us .image .gradinet-box {
    background: linear-gradient(150deg, #3798da, transparent);
    border-radius: 48%;
    width: 75%;
    height: 100%;
    position: absolute;
    left: 20px;
}

#about-us .image img {
    width: 100%;
    height: 100%;
    position: relative
}

#about-us .title-text {
    color: black;
    font-size: 34px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 38px;
}

#about-us p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
}

#about-us img {
    object-fit: cover;
}

#about-us .big-icons {
    padding: 0;
    margin: 0;
    line-height: 2.25;
}

#about-us .big-icons li {
    background-image: url("../img/icon-check.png");
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
    background-position-y: center;
    font-size: 15px;
}

#about-us span {
    font-size: 36px;
    margin-top: 19px;
    color: black;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

#about-us .zengedek span {
    margin: 0;
    font-size: 15px;
    color: white;
    padding: 7px 40px;
}

#about-us .about h6 {
    font-size: 13px;
    color: #525c70;
    margin-bottom: 0;
    opacity: 0.7;
}

#about-us .about::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    top: -5px;
    left: 46.6%;
    border-top: solid;
    border-left: solid;
    border-width: 1px;
    border-color: rgba(34, 124, 218, 0.1);
}

#about-us .qn-mark:hover .about {
    opacity: 1;
    visibility: visible;
}

#about-us .about {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    left: -135px;
    bottom: -65px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    box-shadow: 0 0px 5px rgba(21, 42, 64, 0.2);
    background: #fff;
    white-space: nowrap;
    padding: 20px 27px 21px;
    position: absolute;
    transition: opacity 0.2s, 0.3s;
    font-size: 12px;
}

#about-us .prices .tel-num {
    color:black !important;
    font-size: 28px;
}
#about-us .prices .tel-num a{
    color: #000 !important;
    font-weight: 400;
}
#about-us .prices {
    display: flex;
    margin: 20px 0px 0px;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

#about-us .prices .qn-mark {
    background-image: url(../img/help.png);
    background-size: auto;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 9px;
    margin-left: 16px;
    position: relative;
}

#about-us .buttons {
    display: flex;
}

#about-us .buttons .btn_block {
    background: #95999b;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    margin-top: 17px;
    padding: 6px 0px;
}

#about-us .buttons .zengedek {
    font-size: 13px;
    border-radius: 3px;
    border: 2px solid #db0a40;
    background-color: #db0a40;
    font-weight: 500;
    color: white;
    cursor: pointer;
}

#about-us .buttons .btn_block a {
    padding: 6px 20px;
}

#about-us .buttons .btn_block:first-child {
    margin-right: 10px;
}

#about-us .buttons .btn_block:first-child:hover {
    background: #5a7095;
}

#about-us .buttons .btn_block:nth-child(2):hover {
    border: 2px solid #F20B47;
    background-color: #F20B47;
}

#about-us .buttons .btn_block a {
    font-size: 15px;
    color: white;
    padding: 6px 40px;
}

#about-us .yt-video .item:hover {
    opacity: 0.8;
}

#about-us .yt-video .item:hover i {
    background-color: rgba(0, 0, 0, .3);
}

#about-us .yt-video .item {
    width: 100%;
    max-width: 520px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-top: 7px;
    transition: 0.3s;
}

#about-us .yt-video .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.24);
}

/* #about-us .yt-video .item i:hover {
    background-color: rgba(0, 0, 0, .3);
} */

#about-us .why-we-part {
    margin-left: 50px;
}

#about-us .yt-video .item i {
    position: absolute;
    font-weight: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    border-radius: 100%;
    padding: 12px 16px;
    height: 50px;
    width: 50px;
    color: white;
    font-size: 25px;
}

#about-us .yt-video {
    margin: 20px 0px 20px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 370px;
}

/* #about-us .tel-num {
    font-size: 23px;
} */

#about-us .rotate-text {
    position: absolute;
    left: 65px;
    white-space: nowrap;
    top: 50px;
    background-color: transparent;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    opacity: 0.05;
    font-size: 55px;
    font-weight: 700;
}

#about-us .mini-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#about-us .mini-logo img {
    object-fit: cover;
    width: 66px;
    height: 60px;
    margin: 10px;
    filter: grayscale(1);
    transition: 0.3s;
    opacity: 0.2;
}

#about-us .mini-logo img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* //about-us */
/* write-to-us */
#write-to-us {
    background-color: #001e3c;
    padding: 60px 0px;
    position: relative;
}

#write-to-us .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#write-to-us .main-box img {
    object-fit: cover;
    width: 140px;
    position: absolute;
}

#write-to-us .main-box .chat h1 {
    font-size: 30px;
    color: #fff;
}

#write-to-us .main-box .chat .btn {
    color: #fff;
    border-color: #fff;
    margin-top: 10px;
    transition: 0.3s
}

#write-to-us .main-box .chat .btn:hover {
    color: #fff;
    background-color: #80c41c;
    border-color: #80c41c;
}

.rightcircle {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    text-decoration: none;
    webkit-animation: play 2s ease infinite;
    -moz-animation: play 2s ease infinite;
    animation: play 2s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 40px;
}

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        -webkit-box-shadow: 0 0 0 5px rgb(171, 228, 104);
        -moz-box-shadow: 0 0 0 5px rgb(171, 228, 104);
        box-shadow: 0 0 0 5px rgb(171, 228, 104);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgb(116, 216, 0), 0 0 0 20px rgb(170, 228, 103);
        -moz-box-shadow: 0 0 0 10px rgb(116, 216, 0), 0 0 0 20px rgb(170, 228, 103);
        box-shadow: 0 0 0 10px rgb(116, 216, 0), 0 0 0 20px rgb(170, 228, 103);
    }
    25% {
        -webkit-box-shadow: 0 0 0 15px rgb(116, 216, 0), 0 0 0 30px rgb(93, 173, 0);
        -moz-box-shadow: 0 0 0 15px rgb(116, 216, 0), 0 0 0 30px rgb(93, 173, 0);
        box-shadow: 0 0 0 15px rgb(116, 216, 0), 0 0 0 30px rgb(93, 173, 0);
    }
}

/* //write-to-us */
/* projects */
#our-work {
    background-color: #F8F8F8;
    padding: 50px 0px 120px 0px;
}

#our-work .projects {
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
}

#our-work .title-block {
    font-weight: 500;
    text-align: center;
    padding: 20px 30px;
}

#our-work .projects-title {
    color: black;
    font-size: 18px;
    margin-bottom: 14px;
}

#our-work .title-text {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: 600;
    margin-right: 20px;

}

#our-work .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#our-work .flex-box a {
    font-size: 13px;
    font-weight: 500;
    color: #9f9f9f;
    position: relative;
    top: -12px;
    height: fit-content;
    margin-left: 0;
}

#our-work .flex-box a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9f9f9f;
    transition: 0.3s;
}

#our-work .flex-box a:hover::after {
    width: 0;
}

#our-work .projects .image-block {
    overflow: hidden;
    position: relative;
}

#our-work .image-block .projects-img {
    width: 100%;
    height: 282px;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.35, 0, 0, 1),
    -webkit-transform .8s cubic-bezier(.35, 0, 0, 1);
}


#our-work .projects .projects-img:hover {
    transform: scale(1.05);
}

#our-work .projects-more {
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    padding: 2px 12px;
    color: black;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: black;
}

/* //projects */
/* footer */
#footer {
    background-color: #010E28;
    padding: 48px 0px 36px 0px;

}

#footer .main .footer-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 0px 18px 0px;
    margin-bottom: 12px;
}

#footer .main .footer-item .item {
    width: calc(16% - 0px);
    padding: 12px;
    margin-bottom: 0;
}

#footer .main .footer-item .item .title-text {
    font-size: 15px;
    color: white;
    margin: 33px 0px 24px;
}

/*#footer .main .footer-item .item li:last-child{*/
/*    margin-bottom:0;*/
/*}*/

#footer .main .footer-item .item li {
    margin-bottom: 14px;
}

#footer .main .footer-item .item li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    display: block;
}

#footer .main .footer-item .item li a:hover {
    color: white;
}

#footer .main .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding: 32px 12px 12px 12px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

#footer .main .footer-bottom .copyright h6 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0px 20px 0px 0px;
    display: inline;
}

#footer .main .footer-bottom .copyright a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .main .site-preparation {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 10px 0;
}

#footer .main .site-preparation img {
    width: 100px;
    object-fit: cover;
    transition: 0.3s;
}

#footer .main .site-preparation img:hover {
    filter: grayscale(1);
}

#footer .main .footer-bottom .copyright a .oklogo {
    width: 100px;
    object-fit: cover;
    transition: 0.3s;
}

#footer .main .footer-bottom .copyright a .oklogo:hover {
    filter: grayscale(1);
}

#footer .main .footer-bottom .copyright .ft-logo {
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

#footer .main .footer-bottom .social-icons a i:hover {
    color: white;
}

#footer .main .footer-bottom .social-icons a:last-child {
    margin-right: 0;
}

#footer .main .footer-bottom .social-icons a {
    margin-right: 18px;
}

#footer .main .footer-bottom .social-icons a i {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    font-size: 22px;
}


#footer .main .footer-bottom .social-icons {
    display: flex;
    align-items: center;
}

#footer .main .site-preparation {
    display: none;
}

/* //footer */
/*main-content*/
.main-content .head .bg-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
}

#dle-content .bg-image {
    width: 100%;
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.main-content .head {
    position: relative;
}

.cat-content .head {
    position: relative;
}

.product-content .head {
    position: relative;
}

.cat-content .content-story {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-content .content-story {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cat-content .content-story h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    padding: 0px 214px 30px 214px;
    font-weight: 400;
}

.cat-content .content-story .crop:nth-child(1) {
    display: none;
}

.product-content .content-story h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    padding: 0px 214px 30px 214px;
    font-weight: 400;
}

.product-content .content-story .crop:nth-child(1) {
    display: none;
}

.cat-content .content-story .crop:nth-child(1) + h5 {
    margin-top: 0px;
}

.cat-content .content-story h5 {
    width: 100%;
}

.cat-content .content-story .crop {
    width: calc(100% / 4 - 16px);
    margin: 8px;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

.main-content .head .first-title {
    position: absolute;
    bottom: 0;
    margin: 0px 0px 40px 60px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
}

.cat-content .head .first-title {
    position: absolute;
    bottom: 0;
    margin: 0px 0px 40px 60px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
}

.product-content .head .first-title {
    position: absolute;
    bottom: 0;
    margin: 0px 0px 40px 60px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
}


.main-content .content {
    padding: 50px 60px 60px 60px;
}

.cat-content .content {
    padding: 50px 60px 60px 60px;
}

.product-content .content {
    padding: 50px 60px 60px 60px;
}

.second-title {
    color: black;
    font-size: 36px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.page-nav {
    margin: 34px 0px 39px 0px;
}

.page-nav a {
    color: #d9d9d9 !important;
    font-size: 16px;
}

.page-nav span {
    color: #d9d9d9 !important;
    font-size: 16px;
}


.page-nav i {
    color: #d9d9d9 !important;
    margin: 0px 10px;
}

.main-content .content .content-story img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    padding: 0px 108px;
}

.cat-content .content .content-story img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    transition: 0.3s;
}

.cat-content .content-story .crop:hover img {
    opacity: 0.6;
}

.product-content .content .content-story img {
    padding: 0px 108px;
    width: 100%;
    object-fit: cover;
    float: none !important;
}

.product-content .content-story .crop:hover {
    opacity: 0.6;
}

.main-content .content .content-story .quote {
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    padding: 24px 214px 30px 214px;
}

.main-content .content .content-story .page-nav + .crop {
    display: none;
}


.tv-content .video {
    display: flex;
    flex-wrap: wrap;
}

.tv-content .quote {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    border-color: #f0f0f0;
    background-color: #f7f7f7;
    padding: 28px;
    border-radius: 5px;
}

.tv-content iframe {
    width: 100%;
    border: none;
    height: 380px;
}

.tv-content .video h3 {
    padding: 0;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.tv-content .video .crop:nth-child(1) {
    display: none;
}

.tv-content .share {
    padding: 20px;
}

.cr-content .cr-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cr-content .share {
    padding: 0;
}

.cr-content .staticContent hr {
    margin-top: 0;
}

.cr-content .cr-image .quote img {
    padding: 0;
    width: 100%;
    object-fit: cover;
}

.cr-content .cr-image .quote h3 {
    padding: 0;
    text-align: center;
    font-size: 25px;
    margin: 0;
    padding: 10px 0px;
}

.cr-content .cr-image .crop:nth-child(1) {
    display: none;
}

.cr-content .cr-image .quote {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    margin-bottom: 30px !important;
    border: 3px solid #acb6d24f;
    padding: 30px;
}

.pg-nav + .crop {
    display: block !important;
}

.page-nav + .crop {
    display: none;
}

.img-layer {
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    position: absolute;
    z-index: 1;
    top: 0;
}

/*main-content*/
/* question */
#question {
    background-image: url(/img/bg-question.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 0px;
    position: relative;
    background-attachment: fixed;
}

#question .question-overlay {
    width: 100%;
    height: 100%;
    background-color: #0000002E;
    position: absolute;
    z-index: 1;
    top: 0;
}

#question .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#question .main .question-text {
    z-index: 10;
}

#question .main .question-btn {
    z-index: 10;
}

#question .main .question-text h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}

#question .main .question-text p {
    margin-top: 20px;
    font-size: 20px;
    color: #ebebeb;
    font-weight: 400;
    margin-bottom: 0;
}

#question .main .question-btn a {
    background-color: white;
    padding: 16px;
    font-size: 16px;
    color: #606160;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

#question .main .question-btn a:hover {
    background-color: rgba(225, 225, 225, 0.9);
}

/* //question */
/*//references*/
#references {
    padding: 40px 0px;
}

#references .main-box {
    display: block;
}

#references .bg-image {
    border-radius: 20px;
    -webkit-box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 30px 20px 0 rgba(0, 0, 0, 0.17);
    margin: 0 0 30px;
    overflow: hidden;
}

#references .main-box h3 {
    font-size: 19px;
    line-height: 1.42;
    color: black;
    font-weight: 600;
}

#references .main-box img {
    object-fit: cover;
    height: 386px;
    width: 100%;
}

/*//references*/
/*company-about*/
.company-about {
    display: flex;
    flex-direction: column;
}

.staticContent {
    padding: 50px 60px 60px 60px;
}

.staticContent hr {
    margin-top: 50px;
    margin-bottom: 33px;
    width: 100%;
}

/*.staticContent h6 {*/
/*    padding: 50px 60px 0px 60px;*/
/*    color: black;*/
/*    font-size: 36px;*/
/*    margin-bottom: 0;*/
/*}*/

.staticContent h6 {
    font-size: 16px;
    text-align: center;
}

.zebra {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.zebra th {
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
}

.zebra tr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zebra tr:last-child {
    margin-bottom: 20px;
}

tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.staticContent h1 {
    position: absolute;
    top: 438px;
    margin: 0px 0px 40px 60px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
}

.staticContent h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
    padding: 0px 214px 30px 214px;
    font-weight: 400;
}

/*.static-main .crop img {*/
/*    padding: 0px 108px;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*    float: none !important;*/
/*}*/

.static-main .crop img {
    float: none !important;
    object-fit: cover;
}


.static-main .head-img .crop {
    text-align: center;
}

.static-main .head-img img {
    width: auto;
    object-fit: cover;
    padding: 0;
    border-radius: 4px;
}

.title-img {
    position: relative;
}

.title-img .static-img {
    width: 100%;
    object-fit: cover;
    height: 550px;
}

.mejs-container {
    width: 100% !important;
    height: 320px !important;
}

.mejs-container video {
    width: 100%;
    height: 100%;
}

.mejs-overlay-play {
    width: 100% !important;
    height: 100%;
}

.mejs-poster {
    width: 100% !important;
}
.cat-content .content-story .crop .highslide-caption{display:none;}
.cat-content .content-story .crop .caption-ref {
    background-color: #001e3c;
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    width: 100%;
    display: inline-block;
}

.media-press .media-content {
    display: flex;
    flex-wrap: wrap;
    /*padding: 0px 280px;*/
}

.media-press .media-content h2 {
    font-size: 19px;
    color: #747474;
    text-align: center;
}

.media-press .media-content .quote {
    width: calc(100% / 3 - 30px);
    border: 1px solid transparent;
    padding: 28px 28px;
    border-color: #f0f0f0;
    background-color: #f7f7f7;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
}

.media-press .media-content .quote h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.media-press .media-content .quote .crop img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news-content .quote {
    width: calc(100% / 2 - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-content .quote h4 {
    margin-bottom: 30px;
}

.news-content .quote img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.news-content .quote h6 {
    font-size: 19px;
    text-align: center;
    padding: 0px 200px;
    margin-top: 20px;
    color: #9d9d9e;
}

.content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.content-box .content .crop img {
    object-fit: cover;
    padding: 0;
    width: 100%;
}

.content-box .content {
    width: calc(100% / 3 - 60px);
    margin: 0px 30px;
}

.history-section .history-list {
    display: flex;
    background-color: #EEEEEE;
    padding: 30px;
    margin: 20px 0px;
}

.history-section .history-list .year-of-history {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history-section .history-list .year-of-history h2 {
    font-size: 80px;
    color: #FF0000;
    font-weight: 300;
    margin-bottom: 0;
}

.history-section .history-list .about-history h6 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

.history-section .history-list .about-history .history-img img {
    width: 150px;
    height: 150px;
    margin: 20px 12px 5px 0px;
    transition: 0.3s;
    border-radius: 5px;
}

.history-section .history-list .about-history {
    width: 70%;
}

.history-section .history-list .about-history .history-img {
    display: flex;
    flex-wrap: wrap;
}

.media-press .media-content .crop:first-child {
    display: none;
}



/*//company-about*/
/* --------------------media-query------------------------- */
@media (max-width: 1305px) {
    #about-us .prices .qn-mark {
        display: none;
    }
}

@media (max-width: 1199px) {
    #about-us .why-we-part{
        margin-left: 30px;
    }

    .static-main .main-list .list .first-img .crop img {
        width: 240px;
    }

    .cr-content .cr-image {
        padding: 0;
    }

    .category-description h1 {
        padding: 0px 110px 20px;
    }

    .news-content .quote h6 {
        padding: 0;
    }

    .cat-content .content-story .crop {
        width: calc(33% / 1 - 8.9px);
    }

    .header-two {
        height: 87px;
    }

    .staticContent h3 {
        padding: 0px 150px 30px 150px;
    }

    .product-content .content-story h3 {
        padding: 0px 150px 30px 150px;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item .item-text h2 {
        font-size: 40px;
    }

    .header .nav-menu .nav-item a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .header .main-menu .nav-icon .icon-block span {
        font-size: 11px;
    }

    .header .main-menu .logo a img {
        width: 150px;
    }

    .header .main-menu .nav-icon .icon-block:first-child {
        margin-right: 20px;
    }

    #products .product {
        height: 400px !important;
    }

    #products .product-title {
        font-size: 20px;
    }
}


/*@media (min-width: 991px) {*/
/*    .popup-layer{*/
/*        display: none!important;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .content-box .content:first-child {
        width: 100%;
        margin-bottom: 0;
    }

    .content-box {
        flex-direction: column;
    }

    .content-box .content {
        width: calc(100% / 1 - 0px);
        margin: 0;
    }

    .static-main .main-list .list {
        flex-direction: column;
        align-items: center;
    }

    .static-main .main-list .list h5 {
        text-align: center;
    }

    #slider-section .carousel ol {
        margin-bottom: 16px;
    }

    #products .row .main-box:nth-child(4) .pr-large {
        height: 500px;
    }

    #products .row .main-box:nth-child(5) .pr-large {
        height: 500px;
    }

    .news-content .quote h4 {
        font-size: 21px;
    }

    .media-press .media-content .quote {
        width: calc(100% / 2 - 30px);
    }

    .tv-content .video h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tv-content .quote {
        width: calc(100% / 1 - 20px);
        margin: 10px;
    }

    .cr-content .cr-image .quote {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    #products .row .main-box .about {
        padding: 0 20px 16px;
    }

    #products .pr-large .more {
        padding: 6px 9px;
    }

    .cat-content .content {
        padding: 40px;
    }

    #products .row .pr-box:nth-child(4) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #products .row .pr-box:nth-child(5) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .share {
        padding: 0;
    }

    #our-advantages .icon {
        margin-bottom: 30px;
    }

    #our-advantages {
        padding-bottom: 10px;
    }

    #contact {
        padding-bottom: 10px !important;
    }

    #contact .icon {
        margin-bottom: 30px !important;
    }

    #references .main-box {
        margin-bottom: 26px;
    }

    .cat-content .content-story .crop {
        width: calc(33% - 8px);
    }

    .rightcircle {
        margin: 14px 0px 40px 0px;
    }

    #footer {
        padding-bottom: 63px;
    }

    .staticContent h3 {
        padding: 0px 0px 30px 0px;
        font-size: 20px;
    }

    .product-content .content-story h3 {
        padding: 0px 0px 30px 0px;
        font-size: 20px;
    }

    .staticContent {
        padding: 40px;
    }

    .product-content .content {
        padding: 40px;
    }


    .static-main .crop img {
        padding: 0;
    }

    .product-content .content .content-story img {
        padding: 0;
    }

    .right-menu {
        display: block;
    }

    .header .main-menu .nav-menu {
        display: none;
    }

    .header .main-menu .nav-icon .icon-block-lang {
        display: none;
    }

    #write-to-us .main-box {
        flex-direction: column;
    }

    #about-us .main .why-we-part {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #write-to-us .main-box img {
        margin-right: 0;
    }

    #write-to-us .main-box .chat {
        text-align: center;
    }

    #write-to-us .main-box img
    #write-to-us .main-box .chat h1 {
        font-size: 22px
    }

    #our-work .title-text {
        font-size: 26px;
    }

    #footer .main .footer-item {
        padding: 0px 0px 18px 0px;
    }

    #footer .main .footer-item .item {
        width: calc(20% - 0px);
    }

    #our-work .projects {
        margin-bottom: 30px;
    }

    #question .main {
        flex-direction: column;
    }

    #question .main .question-text h1 {
        text-align: center;
        font-size: 30px;
    }

    #question .main .question-text {
        margin-bottom: 30px;
    }

    #question .main .question-text p {
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }

    #question .main .question-btn a {
        padding: 13px;
        font-size: 15px;
    }

    #about-us .rotate-text {
        display: none;
    }

    #about-us .yt-video {
        justify-content: center;
    }

    #products .product-title {
        font-size: 17px;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item .item-text h2 {
        font-size: 30px;
    }

    .toggler-icon {
        display: block;
    }

    .header .main-menu .nav-icon {
        width: 100%;
        justify-content: flex-end;
        margin-right: 20px;
    }

    .main-content .head .first-title {
        margin: 40px;
        font-size: 50px;
    }

    .product-content .head .first-title {
        margin: 40px;
        font-size: 50px;
    }

    .cat-content .head .first-title {
        margin: 40px;
        font-size: 50px;
    }

    #slider-section .carousel .carousel-indicators li h6 {
        display: none;
    }

    #footer .main .footer-bottom {
        padding: 32px 0px 12px 0px;
    }

    #footer .main .footer-bottom .copyright .ft-logo {
        display: none;
    }

    #footer .main .footer-bottom .copyright h6 {
        margin: 0px 29px 0px 0px;
    }
}


@media (max-width: 767px) {
    .history-section .history-list .about-history .history-img img {
        width: 100%;
        margin: 20px 0px 5px;
    }

    .history-section .history-list .year-of-history {
        justify-content: left;
        width: 100%;
    }

    .history-section .history-list .about-history {
        width: 100%;
    }

    .history-section .history-list {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    #about-us .why-we-part {
        margin-left: 0;
    }

    #products .product .image-block p {
        font-size: 13px !important;
    }

    .category-description .title {
        font-size: 19px;
    }

    .category-description h1 {
        padding: 0px 80px 20px;
        font-size: 16px;
    }

    .media-press .media-content h2 {
        font-size: 15px;
    }

    .static-main .head-img img {
        width: 100%;
    }

    .static-main .main-list .list h5 {
        font-size: 16px;
    }

    .news-content .quote {
        width: calc(100% / 1 - 40px);
        margin: 0;
        margin-bottom: 30px;
    }

    .news-content .quote h6 {
        font-size: 16px;
    }

    .media-press .media-content .quote h4 {
        font-size: 16px;
    }

    .media-press .media-content .quote {
        width: calc(100% / 1 - 30px);
    }

    .tv-content iframe {
        height: 268px;
    }

    .tv-content .quote {
        padding: 12px;
    }

    .tv-content .video h3 {
        font-size: 18px;
    }

    .cr-content .cr-image .quote {
        width: calc(100% / 1 - 20px);
        margin: 10px;
    }

    #question {
        padding: 40px 0px;
    }

    #our-advantages {
        padding: 40px 0px 10px;
    }

    #products .row .main-box:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #products .row .main-box:nth-child(5) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #products .row .pr-box:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #products .row .pr-box:nth-child(5) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header .main-menu .nav-icon .icon-block i {
        font-size: 13px;
    }

    .header .main-menu .logo a img {
        width: 120px;
    }

    #footer .main .footer-item .item .title-text {
        margin: 10px 0px 14px;
    }

    #our-work .flex-box a {
        font-size: 13px;
        top: -2px;
    }

    #write-to-us .main-box .chat .btn {
        font-size: 14px;
    }

    #write-to-us .main-box .chat h1 {
        font-size: 16px;
    }

    #about-us span {
        font-size: 24px;
        margin: 0;
    }

    #about-us .yt-video {
        height: 273px;
    }

    #about-us .yt-video .item img {
        transform: scale(1);
    }

    #products .product-title {
        font-size: 16px;
    }

    #products .pr-large p {
        font-size: 15px;
    }

    #products .more {
        padding: 14px 10px;
    }

    #products .more i {
        font-size: 17px;
    }

    #products .pr-large .title-block {
        padding: 12px;
    }

    #products .title-block {
        padding: 12px;
    }

    #products .product {
        height: 300px !important;
        margin-bottom: 24px !important;
    }

    #footer .main .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 20px;
    }

    #footer .main .footer-bottom .social-icons {
        justify-content: center;
    }

    #footer .main .footer-bottom {
        flex-direction: column;
    }

    .header {
        padding: 15px;
    }

    #slider-section .carousel ol {
        bottom: 0;
        margin: 0;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item .more {
        min-width: auto;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item .more a {
        padding: 12px 24px;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item {
        padding-left: 25px;
        padding-right: 31px;
    }

    #slider-section .carousel .carousel-inner {
        height: 500px;
    }

    #slider-section .carousel .carousel-inner .carousel-item .item .item-text h2 {
        font-size: 19px;
    }

    #about-us .buttons .btn_block a {
        font-size: 14px;
        color: white;
        padding: 6px 15px;
    }

    #about-us .zengedek span {
        margin: 0;
        font-size: 14px;
        color: white;
        padding: 6px 22px;
    }

    #footer .main .footer-item .item {
        width: calc(100% - 0px);
        text-align: center;
    }

    #footer .main .footer-item .mobile-none {
        display: none;
    }

    #footer .main .footer-item {
        padding: 0;
    }

    #our-advantages .icon {
        margin-bottom: 30px !important;
    }

    #about-us .main .row {
        justify-content: center;
    }

    #about-us .prices .tel-num {
        font-size: 23px;
    }

    #write-to-us .main-box img {
        width: 80px;
    }

    #write-to-us .main-box .rightcircle {
        width: 80px;
        height: 80px;
    }

    #our-work .title-text {
        font-size: 17px;
        margin-bottom: 0;
        margin-top: 0;
    }

    #about-us {
        padding-top: 0px;
    }

    .right-menu {
        width: 80%;
    }

    .header-two {
        height: 65px;
    }

    .staticContent {
        padding: 20px;
    }

    .tv-content {
        padding: 0 !important;
    }

    .tv-content .title-main {
        padding: 20px;
    }

    .product-content .content {
        padding: 20px;
    }

    .staticContent h3 {
        font-size: 16px;
        padding: 0px 0px 20px 0px;
    }

    .product-content .content-story h3 {
        font-size: 16px;
        padding: 0px 0px 20px 0px;
    }

    #dle-content .bg-image {
        height: 300px;
    }

    .page-nav {
        margin: 5px 0px 14px 0px;
    }

    .second-title {
        font-size: 26px !important;
    }

    .main-content .head .first-title {
        font-size: 28px !important;
        margin: 20px;
    }

    .product-content .head .first-title {
        font-size: 28px !important;
        margin: 20px;
    }

    .cat-content .head .first-title {
        font-size: 28px !important;
        margin: 20px;
    }

    .page-nav a {
        font-size: 13px;
    }

    .button-block {
        display: none !important;
    }

    .fixed-nums {
        display: block;
    }

    #footer .main .site-preparation {
        display: block;
    }

    #footer .main .footer-bottom .copyright a {
        display: none;
    }

    #footer .main .footer-bottom .copyright h6 {
        margin: 0;
    }

    .cat-content .content-story .crop {
        width: calc(48% - 0px);
    }

    .cat-content .content {
        padding: 50px 20px;
    }

    .at-resp-share-element .at-icon {
        width: 22px !important;
        height: 22px !important;
    }

    .at-resp-share-element .at-share-btn {
        width: 35px;
        height: 35px;
    }

    .staticContent hr {
        margin-top: 20px;
    }

    #contact .icon {
        margin-bottom: 12px !important;
        height: 90px !important;
    }

    .static-main .about-img .crop {
        margin: 10px 0px;
    }

    .history-section .history-list .about-history .history-img .crop {
        width: calc(50% - 10px);
        margin: 0px 5px;
    }

    .history-section .history-list .year-of-history h2 {
        font-size: 65px;
    }
}

@media (max-width: 575px) {
    .history-section .history-list .about-history .history-img {
        justify-content: space-between;
    }

    .category-description h1 {
        padding: 0px 20px 20px;
    }

    .static-main .main-list .list h5 {
        padding: 0;
    }

    .static-main .about-img .crop img {
        width: 100%;
    }

    .cat-content .content-story .crop {
        width: calc(47% - 0px);
    }

    #contact .icon h6 {
        font-size: 14px;
        margin-top: 8px !important;
    }

    .mejs-mediaelement {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mejs-container {
        height: 180px !important;
    }

    .mejs-overlay-play {
        height: 100% !important;
    }

    .mejs-container video {
        height: 100% !important;

    }
}

@media (max-width: 400px) {
    .cat-content .content-story .crop {
        width: calc(100% - 0px);
    }

    .history-section .history-list .about-history .history-img img {
        height: 120px;
    }
}

@media (max-width: 460px) {
    .tv-content iframe {
        height: 223px;
    }
}


/*highslide*/

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}