@import '../frontend/css/skin/skin-5.css';
.float-right {
    float: right!important;
}

#sidebar-menu ul li a {
    font-size: 14px !important;
}

body{
    font-family: 'Open Sans', sans-serif !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
}

.breadcrumb-row ul li:after{
    color: #676767;
}

.item-img img {
    object-fit: cover;
}

.check-km {
    color: #ed1c24;
    font-size: 18px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.4em;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*  */

canvas {
    display: block;
    vertical-align: bottom;
}

.content-particle {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-main-banner {
    position: relative;
    height: 100vh;
    overflow: hidden; /* Ensure the pseudo-element does not overflow */
}

.custom-main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner/home_banner_up1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(6px);
    background-color: #000000a6;
    background-blend-mode: multiply;
    z-index: 1; /* Ensure the pseudo-element is behind the text */
}

.custom-main-banner .title {
    position: relative;
    z-index: 10; /* Ensure the text is above the pseudo-element */
}

.custom-main-banner h3{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.custom-main-banner h1{
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.card-title {
    float: left;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}

/* services page start*/
.grid-wrapper {
	display: grid;
	grid-gap: 30px;
	place-items: center;
	place-content: center;
}
.grid-col-auto {
	/* grid-template-columns: repeat(auto-fill, minmax(280px, 0.1fr)); */
	grid-auto-flow: column;
	grid-template-rows: auto;
}

.custom-radio label.radio-card {
    cursor: pointer;
}
.custom-radio label.radio-card .card-content-wrapper {
    background: #fff;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    padding: 15px;
    display: grid;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
}
.custom-radio label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}
.custom-radio label.radio-card .check-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}
.custom-radio label.radio-card input[type='radio'] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-radio label.radio-card input[type='radio']:checked + .card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
}
.custom-radio label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon {
    background: #3057d5;
    border-color: #3057d5;
    transform: scale(1.2);
}
.custom-radio label.radio-card input[type='radio']:checked + .card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}
.custom-radio label.radio-card input[type='radio']:focus + .card-content-wrapper .check-icon {
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: #3056d5;
}
.custom-radio label.radio-card .card-content img {
    margin-bottom: 10px;
}
.custom-radio label.radio-card .card-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: center;
    color: #1f2949;
    margin-bottom: 10px;
}
.custom-radio label.radio-card .card-content h5 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #686d73;
}

.card-content span{
    font-size: 60px;
}
/* services page end */

/* section-product__advantages */
.section-product__advantages{
    position: relative;
    padding: 74px 0 25px 0;
    margin-top: 67px;
    margin-bottom: 67px;
    background-color: #f9f5f4;
}

.wrapper-main {
    max-width: 1472px;
    margin: 0 auto;
    position: relative;
}

.section-product__advantages-block {
    max-width: 900px;
    font-size: 0;
}

.section-product__advantages-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 65px;
    padding-right: 4%;
}

.section-product__advantages-block {
    max-width: 900px;
    font-size: 0;
}

.section-product__advantages-item svg {
    fill: var(--color-primary) !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 36px;
    width: 45px;
    height: 45px;
}

.section-product__advantages-item p {
    font-size: 26px;
    line-height: 1.23;
    color: #233142;
    /* font-family: UbuntuRegular; */
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 82px);
}

.section-product__advantages-add.shlyapa {
    padding: 56px 23px 56px 56px;
    max-width: 480px;
    background-color: var(--color-primary);
    width: 480px;
    position: absolute;
    right: 166px;
    top: -67px;
    z-index: 1;
}

.section-product__advantages-add {
    position: relative;
}

.section-product__advantages-add.shlyapa:after {
    content: "";
    position: absolute;
    width: 187px;
    background-color: #ed1c24;;
    height: 2px;
    right: -93px;
    bottom: 64px;
}

.section-product__advantages-add.shlyapa p {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.23;
    text-align: left;
    /* font-family: UbuntuBold; */
}

.section-product__advantages-add.shlyapa a {
    color: #fff;
    text-transform: uppercase;
    /* font-family: UbuntuBold; */
    font-size: 20px;
    text-decoration: none;
    margin-top: 58px;
    margin-left: 162px;
    display: inline-block;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
}

.section-product__advantages-add.shlyapa a svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 10px;
    -webkit-transition: fill .35s ease;
    transition: fill .35s ease;
}

.section-product__characteristic {
    padding-top: 57px;
}

.section-product__characteristic-header {
    text-transform: uppercase;
    color: #233142;
    font-size: 46px;
    padding: 27px 0;
    /* font-family: UbuntuBold; */
    letter-spacing: 5px;
    position: relative;
}

.section-product__characteristic-block {
    padding-top: 33px;
    font-size: 0;
}

.section-product__characteristic-item {
    width: 567px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 79px;
    margin-right: 180px;
}

.section-product__characteristic-title {
    font-size: 26px;
    line-height: 1.23;
    color: var(--color-primary);
    /* font-family: UbuntuBold; */
    padding-bottom: 19px;
}

.section-product__characteristic-row {
    font-size: 18px;
    color: #233142;
    line-height: 1.33;
    /* font-family: UbuntuRegular; */
    border-bottom: 1px solid #233142;
    padding-bottom: 15px;
    padding-top: 12px;
}

.section-product__characteristic-row>div:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
    padding-right: 15px;
}

.section-product__characteristic-row>div:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    float: right;
}

.section-product__characteristic-row:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.section-product__characteristic-row:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.section-product__characteristic-item:nth-child(2n) {
    margin-right: 0;
}

.section-product__characteristic-content {
    width: 278px;
}

.section-privilege {
    position: relative;
    padding-bottom: 80px;
}

.section-privilege__top {
    text-transform: uppercase;
    color: #233142;
    font-size: 60px;
    padding: 27px 0 27px 0;
    /* font-family: UbuntuBold; */
    letter-spacing: 4px;
    position: relative;
}

.section-privilege__block {
    padding-bottom: 64px;
}

.section-privilege__subtitle {
    text-transform: uppercase;
    color: #233142;
    font-size: 46px;
    padding: 36px 0 53px 0;
    /* font-family: UbuntuBold; */
    letter-spacing: 2px;
    position: relative;
}

.section-privilege__slider--top {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 0;
    text-align: center;
}

.section-privilege__slider--top .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.section-privilege__slider--top .item .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    width: 45%;
    min-height: 465px;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://www.ovostar.global/images/slider-eggs.jpg');
}

.section-privilege__slider--top .item .visual span {
    width: 140px;
    height: 140px;
}

.section-privilege__slider--top .item .visual p {
    color: #ed1c24;
    font-size: 32px;
    margin-top: 15px;
}

.section-privilege__slider--top .item .text {
    font-size: 16px;
    background-color: #f9f5f4;
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding: 0 70px 0 86px;
}

.section-privilege__slider--top .item .text-row {
    padding-top: 42px;
    padding-bottom: 52px;
}

.section-privilege__slider--top .item .text-row:nth-child(1) {
    border-bottom: 1px solid #233142;
}

.section-privilege__slider--top .item .text-header {
    font-size: 32px;
    color: #233142;
    /* font-family: UbuntuRegular; */
}

.section-privilege__slider--top .item .text-description {
    font-size: 18px;
    line-height: 1.33;
    color: #233142;
    margin-top: 28px;
    /* font-family: UbuntuRegular; */
}

.section-privilege__slider--rare {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 0;
    text-align: center;
}

.section-privilege__slider--rare .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.section-privilege__slider--rare .item .visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    width: 45%;
    min-height: 378px;
    position: relative;
    overflow: hidden;
}

.section-privilege__slider--rare .item .visual img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: initial;
    min-height: 100%;
    height: 100%;
}

.section-privilege__slider--rare .item .visual:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    top: -1px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('https://www.ovostar.global/images/egg-liquid.png');
}

.section-privilege__slider--rare .item .text {
    font-size: 16px;
    background-color: #f9f5f4;
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding: 42px 10% 52px 86px;
}

.section-privilege__slider--rare .item .text-header {
    font-size: 32px;
    color: #233142;
    /* font-family: UbuntuRegular; */
}

.section-privilege__slider--rare .item .text-description {
    font-size: 18px;
    line-height: 1.33;
    color: #233142;
    margin-top: 28px;
    /* font-family: UbuntuRegular; */
}

.section-privilege .section-privilege__slider--rare.section-privilege__slider--liquid .visual:after {
    background-image: url('https://www.ovostar.global/images/egg-dried.png');
}

.logo-title{
    color: var(--color-primary) !important;
}
/* .logo-mobile{
    display: flex !important;
    align-items: center;
} */
/************************ Home page start ********************* */
.exhibition-carousel.about-section .item{
    height: 722px;
}

.exhibition-carousel.about-section .item img{
    height: 100%;
    object-fit: cover;
}

.our-projects .dlab-box,
.our-gallary .dlab-box{
    height: 270px;
}

/* ********************* Quality and safety page *********** */
.section-quality__wrapper {
    margin: 0 10%;
}

.certificate-list {
    font-size: 0;
    padding-top: 41px;
}

.certificate-list__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 230px;
    margin-bottom: 60px;
}

.certificate-list__item-photo {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px;
    max-width: 239px;
    max-height: 330px;
    text-align: center;
}

.certificate-list__item-photo:before {
    will-change: transform;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #ffaf00;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.certificate-list__item-photo:hover:before {
    -webkit-transform: scale(0.85) rotate(0deg);
    transform: scale(0.85) rotate(0deg);
    opacity: 0;
}

.certificate-list__item-photo img {
    will-change: transform;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 199px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    object-fit: cover;
}

.certificate-list__item-photo:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.certificate-list__item .pdf-item {
    font-size: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

.certificate-list__item .pdf-item__image {
    max-width: 46px;
    max-height: 58px;
    display: inline-block;
    vertical-align: top;
    fill: #ffaf00;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.certificate-list__item .pdf-item__info {
    padding-left: 15px;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    /* font-family: UbuntuRegular; */
    letter-spacing: 0;
    color: #233142;
    max-width: 180px;
}

.certificate-list__item .pdf-item__info p {
    font-size: 18px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    margin-bottom: 0;
}

.certificate-list__item .pdf-item__info span {
    font-size: 14px;
    opacity: .7;
    margin-top: 7px;
    display: block;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.certificate-list__item:nth-child(3n) {
    margin-right: 0;
}


/* .fullscreen-container, .fullscreenbanner {
    height: 100vh;
}

.tp-banner-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.tp-banner {
    height: 100vh;
}

.rev_slider_wrapper {
    height: 100vh !important;
}

.rev_slider {
    height: 100vh !important;
    max-height: 100vh !important;
}

.rev-slidebg {
    height: 100vh !important;
    object-fit: cover;
} */

.section-production__categories {
    font-size: 0;
    text-align: center;
}

.section-production__item {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: opacity .35s ease, -webkit-transform .5s ease;
    transition: opacity .35s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .35s ease;
    transition: transform .5s ease, opacity .35s ease, -webkit-transform .5s ease;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
    font-size: 16px;
    width: calc(49% - 1px);
    padding: 40px 4% 0 4%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    will-change: transform;
}

.section-production__photo {
    display: block;
    text-align: center;
    height: 310px;
    text-decoration: none;
}

.section-production__photo img {
    height: 340px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    will-change: transform;
    vertical-align: middle;
    -webkit-transition: all .55s ease;
    transition: all .55s ease;
}

.section-production__photo:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}


.section-production__info {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
    will-change: transform;
    padding: 28px 0 0 0;
}

.section-production__title {
    /* font-family: UbuntuBold; */
    font-size: 36px;
    line-height: 1.13;
    color: #233142;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-decoration: none;
    display: block;
    font-weight: 600;
    min-height: 103px;
}

.section-production__list {
    margin-top: 18px;
}
.section-production__list li {
    margin-bottom: 12px;
}

.section-production__list li a {
    font-family: UbuntuRegular;
    font-size: 18px;
    line-height: 1.2;
    color: #233142;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

ol, ul {
    list-style: none;
}

.section-production__list li a:hover {
    color: #ed1c24;
}

.section-production__link-all {
    margin-top: 20px;
}

.btn-arrow {
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    cursor: pointer;
    color: #ed1c24;
    font-family: UbuntuBold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-arrow span {
    will-change: transform;
    display: inline-block;
    -webkit-transition: -webkit-transform .55s ease;
    transition: -webkit-transform .55s ease;
    transition: transform .55s ease;
    transition: transform .55s ease, -webkit-transform .55s ease;
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    color: #ed1c24;
}

.section-production__link-all span {
    font-size: 20px;
}

.btn-arrow span:last-child {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.btn-arrow:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #ed1c24;
}

.btn-arrow:hover span:first-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-arrow:hover span:last-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.dlab-media img{
    max-height: 320px;
    object-fit: cover;
}

.our_partners-box{
    background-color: #fff;
    height: 150px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    padding: 10px;
}

.img-box-partners{
    width: 100%;
    height: 100%;
}

.img-box-partners img{
    object-fit: contain;
}

.service-list{
    font-family: 'Montserrat', sans-serif !important;
}

.service-list ul li {
    padding: 0px 0 0 50px;
}

.service-list ul li i {
    font-size: 30px;
    line-height: 20px;
    top: 0;
}

.service-list ul li .title {
    font-size: 14px;
    line-height: 20px;
}
.service-list ul li.phones .title.spacing {
	letter-spacing: 0.4px;
}

.logo-header img{
    max-width: 200px;
}

.logo-header {
    width: 200px;
}
/***************************************** Media **********************************************/
@media screen and (max-width: 1600px) {
    /* #slide-100-layer-5 {
        margin-left: 25px !important;
    } */
    .section-product__advantages {
        padding: 63px 0 8px 0;
        margin-top: 67px;
    }

    .section-product__advantages-add.shlyapa {
        padding: 56px 23px 44px 36px;
        max-width: 340px;
        width: 340px;
        margin-right: -50px !important;
    }

    .section-product__advantages-add.shlyapa p {
        font-size: 19px;
    }

    .section-product__advantages-add.shlyapa a {
        font-size: 14px;
        margin-top: 46px;
        margin-left: 116px;
    }

    .section-product__advantages-add.shlyapa a svg {
        margin-left: 8px;
        max-width: 8px;
    }

    .section-product__advantages-add.shlyapa:after {
        width: 133px;
        right: -66px;
        bottom: 50px;
    }

    .wrapper-main {
        max-width: 1047px;
    }

    .section-product__advantages-block {
        max-width: 630px;
    }
    
    .section-product__advantages-item {
        width: 50%;
        margin-bottom: 48px;
    }

    .section-product__advantages-item svg {
        margin-right: 26px;
        width: 40px;
        height: 40px;
    }

    .section-product__advantages-item p {
        font-size: 20px;
        max-width: calc(100% - 80px);
    }

    .section-product__characteristic {
        padding-top: 34px;
    }
    
    .section-product__characteristic-header {
        font-size: 33px;
        padding: 27px 0;
    }

    .section-product__characteristic-block {
        padding-top: 17px;
        font-size: 0;
    }

    .section-product__characteristic-item {
        width: 403px;
        margin-bottom: 56px;
        margin-right: 123px;
    }

    .section-product__characteristic-title {
        font-size: 19px;
        padding-bottom: 9px;
    }
    
    .section-product__characteristic-row {
        font-size: 14px;
        padding-bottom: 9px;
        padding-top: 9px;
    }

    .section-product__characteristic-row>div:nth-child(1) {
        padding-right: 15px;
    }

    .section-product__characteristic-row>div:nth-child(2) {
        width: 49%;
    }

    .section-privilege__top {
        font-size: 43px;
        padding: 17px 0 17px 0;
    }

    .section-privilege__block {
        padding-bottom: 40px;
    }

    .section-privilege__subtitle {
        font-size: 33px;
        padding: 29px 0 37px 0;
    }

    .section-privilege__slider--top .item .visual {
        min-height: 333px;
    }

    .section-privilege__slider--top .item .visual span {
        width: 100px;
        height: 100px;
    }

    .section-privilege__slider--top .item .visual span svg {
        max-width: 100%;
        max-height: 100%;
    }

    .section-privilege__slider--top .item .visual p {
        font-size: 23px;
        margin-top: 15px;
    }

    .section-privilege__slider--top .item .text {
        padding: 0 70px 0 60px;
    }

    .section-privilege__slider--top .item .text-row {
        padding-top: 32px;
        padding-bottom: 35px;
    }

    .section-privilege__slider--top .item .text-header {
        font-size: 23px;
    }

    .section-privilege__slider--top .item .text-description {
        font-size: 15px;
        margin-top: 22px;
    }

    .section-privilege__slider--rare .item .visual {
        min-height: 268px;
    }

    .section-privilege__slider--rare .item .text {
        padding: 42px 5% 52px 60px;
    }

    .section-privilege__slider--rare .item .text-header {
        font-size: 23px;
    }

    .section-privilege__slider--rare .item .text-description {
        font-size: 15px;
        margin-top: 21px;
    }

    .section-quality__wrapper {
        margin: 0 8%;
    }

    .certificate-list {
        padding-top: 32px;
    }

    .certificate-list__item {
        margin-right: 162px;
        margin-bottom: 60px;
    }

    .certificate-list__item-photo {
        padding: 15px;
        max-width: 170px;
        max-height: 236px;
    }

    .certificate-list__item .pdf-item {
        margin-top: 20px;
    }

    .certificate-list__item .pdf-item__image {
        max-width: 34px;
        max-height: 44px;
    }

    .certificate-list__item .pdf-item__info {
        max-width: 140px;
    }

    .certificate-list__item .pdf-item__info p {
        font-size: 14px;
    }

    .certificate-list__item .pdf-item__info span {
        font-size: 12px;
        margin-top: 5px;
    }

    .section-production__item {
        padding: 32px 2% 0 2%;
    }

    .section-production__photo {
        height: 210px;
    }

    .section-production__info {
        padding: 25px 0 0 60px;
    }

    .section-production__title {
        font-size: 30px;
        min-height: 70px;
    }

    .section-production__list {
        margin-top: 20px;
    }

    .section-production__list li {
        margin-bottom: 10px;
    }
    
    .section-production__list li a {
        font-size: 14px;
    }

    .section-production__link-all {
        margin-top: 10px;
    }

    .section-production__link-all span {
        font-size: 14px;
    }

    .btn-arrow span svg, .btn-arrow span img {
        max-width: 6px;
        max-height: 11px;
    }
}

@media screen and (max-width: 1279px) {
    .section-product__advantages {
        padding: 38px 0 8px 0;
        margin-top: 67px;
    }

    .section-product__advantages-add.shlyapa {
        padding: 43px 22px 37px 22px;
        max-width: 300px;
        width: 300px;
        margin-right: -25px !important;
        position: relative;
        float: right;
        top: 0;
        right: 173px;
        margin-top: -76px;
    }

    .section-product__advantages-add.shlyapa p {
        font-size: 18px;
    }

    .section-product__advantages-add.shlyapa a {
        font-size: 14px;
        margin-top: 46px;
        margin-left: 116px;
    }

    .section-product__advantages-add.shlyapa a svg {
        margin-left: 8px;
        max-width: 8px;
    }

    .section-product__advantages-add.shlyapa:after {
        width: 113px;
        right: -56px;
        bottom: 43px;
    }

    .wrapper-main {
        max-width: calc(100% - 131px);
    }

    .section-product__advantages:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .section-product__advantages-block {
        max-width: 353px;
    }

    .section-product__advantages-item {
        width: 100%;
        margin-bottom: 33px;
        padding-right: 0;
    }

    .section-product__advantages-item svg {
        margin-right: 26px;
        width: 32px;
        height: 32px;
    }

    .section-product__advantages-item p {
        font-size: 18px;
        max-width: calc(100% - 80px);
    }
    
    .section-product__characteristic {
        padding-top: 25px;
    }

    .section-product__characteristic-header {
        font-size: 30px;
        letter-spacing: 2px;
        padding: 27px 0 17px;
    }

    .section-product__characteristic-block {
        padding-top: 17px;
        font-size: 0;
    }

    .section-product__characteristic-item {
        width: 100%;
        max-width: 778px;
        margin-bottom: 9px;
        margin-right: 0;
    }

    .section-product__characteristic-title {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .section-product__characteristic-row {
        font-size: 14px;
        padding-bottom: 19px;
        padding-top: 9px;
    }

    .section-product__characteristic-row>div:nth-child(1) {
        padding-right: 15%;
    }

    .section-product__characteristic-row>div:nth-child(2) {
        width: 49%;
        padding-right: 10%;
    }
    
    .section-privilege {
        padding-bottom: 66px;
    }

    .section-privilege__top {
        font-size: 37px;
        letter-spacing: 2px;
        padding: 3px 0 10px 0;
    }

    .section-privilege__block {
        padding-bottom: 30px;
    }

    .section-privilege__subtitle {
        font-size: 28px;
        letter-spacing: 1px;
        padding: 27px 0 57px 0;
    }

    .section-privilege__slider--top .item .visual {
        min-height: 295px;
        width: 35%;
    }

    .section-privilege__slider--top .item .visual span {
        width: 88px;
        height: 88px;
    }

    .section-privilege__slider--top .item .visual p {
        font-size: 20px;
        margin-top: 15px;
    }

    .section-privilege__slider--top .item .text {
        width: 65%;
        padding: 0 50px 0 29px;
    }

    .section-privilege__slider--top .item .text-row {
        padding-top: 17px;
        padding-bottom: 25px;
    }

    .section-privilege__slider--top .item .text-header {
        font-size: 22px;
    }

    .section-privilege__slider--top .item .text-description {
        font-size: 15px;
        margin-top: 12px;
    }

    .section-privilege__slider--rare .item .visual {
        width: 35%;
        min-height: 212px;
    }

    .section-privilege__slider--rare .item .text {
        width: 65%;
        padding: 18px 5px 30px 29px;
    }

    .section-privilege__slider--rare .item .text-header {
        font-size: 22px;
    }

    .section-privilege__slider--rare .item .text-description {
        font-size: 15px;
        margin-top: 13px;
    }

    .section-quality__wrapper {
        margin: 0 0;
        padding-top: 25px;
    }

    .certificate-list {
        padding-top: 18px;
    }

    .certificate-list__item {
        margin-right: 8%;
        margin-bottom: 50px;
        width: 28%;
        max-width: 28%;
        max-height: unset;
    }

    .certificate-list__item-photo {
        max-width: unset;
        max-height: unset;
    }

    .certificate-list__item-photo img {
        width: 100%;
    }

    .certificate-list__item .pdf-item {
        margin-top: 20px;
    }

    .certificate-list__item .pdf-item__image {
        max-width: 30px;
        max-height: 37px;
    }

    .certificate-list__item .pdf-item__info {
        max-width: 140px;
    }

    .certificate-list__item .pdf-item__info p {
        font-size: 14px;
    }

    .certificate-list__item .pdf-item__info span {
        font-size: 12px;
        margin-top: 5px;
    }

    .section-production .section-production__item {
        opacity: 1 !important;
        -webkit-transform: translate(0%, 0) !important;
        transform: translate(0%, 0) !important;
        -webkit-transition: all 0s ease !important;
        transition: all 0s ease !important;
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
    }

    .section-production__photo {
        height: 202px;
    }

    .section-production__info {
        padding: 27px 0 0 21%;
    }

    .section-production__title {
        font-size: 29px;
        min-height: 72px;
    }

    .section-production__list {
        margin-top: 14px;
    }

    .section-production__list li {
        margin-bottom: 9px;
    }

    .section-production__list li a {
        font-size: 14px;
    }

    .section-production__link-all {
        margin-top: 15px;
    }

    .section-production__link-all span {
        font-size: 14px;
    }
}

@media screen and (max-width: 990px) {
    .section-product__advantages-add.shlyapa a svg {
        margin-left: 8px;
        max-width: 8px;
    }

    .wrapper-main {
        max-width: calc(100% - 88px);
    }

    .section-product__advantages:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .section-product__advantages-block {
        max-width: 267px;
    }

    .section-product__advantages-item {
        width: 100%;
        margin-bottom: 33px;
    }

    .section-product__advantages-item svg {
        margin-right: 30px;
        width: 30px;
        height: 30px;
    }

    .section-product__advantages-item p {
        max-width: calc(100% - 60px);
    }

    .section-product__characteristic {
        padding-top: 25px;
    }

    .section-product__characteristic-block {
        padding-top: 17px;
        font-size: 0;
    }

    .section-product__characteristic-item {
        max-width: 100%;
        margin-bottom: 9px;
    }

    .section-product__characteristic-title {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .section-product__characteristic-row {
        padding-bottom: 19px;
        padding-top: 9px;
    }

    .section-product__characteristic-row>div:nth-child(2) {
        width: 49%;
        padding-right: 7%;
        padding-left: 8%;
    }

    .section-product__characteristic-row>div:nth-child(1) {
        padding-right: 15%;
    }

    .section-privilege {
        padding-bottom: 57px;
    }

    .section-privilege__block {
        padding-bottom: 43px;
    }

    .section-privilege__subtitle {
        padding: 27px 0 36px 0;
    }

    .section-privilege__slider--top .item .visual {
        min-height: 118px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .section-privilege__slider--top .item .visual span {
        width: 70px;
        height: 70px;
    }

    .section-privilege__slider--top .item .visual p {
        font-size: 20px;
        margin-top: 0;
        margin-left: 20px;
    }

    .section-privilege__slider--top .item .text {
        width: 100%;
        padding: 0 70px 0 70px;
    }

    .section-privilege__slider--top .item .text-row {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-privilege__slider--top .item .text-description {
        font-size: 15px;
        margin-top: 9px;
    }

    .section-privilege__slider--rare .item .visual {
        width: 39%;
        min-height: 268px;
    }

    .section-privilege__slider--rare .item .text {
        width: 61%;
        padding: 28px 5px 30px 29px;
    }

    .section-privilege__slider--rare .item .text-header {
        font-size: 22px;
    }

    .section-privilege__slider--rare .item .text-description {
        font-size: 15px;
    }

    .section-quality__wrapper {
        margin: 0 0;
        padding-top: 12px;
    }

    .certificate-list {
        padding-top: 18px;
    }

    .certificate-list__item-photo img {
        width: 100%;
    }

    .certificate-list__item .pdf-item {
        margin-top: 20px;
    }

    .certificate-list__item .pdf-item__image {
        max-width: 30px;
        max-height: 37px;
    }

    .certificate-list__item .pdf-item__info {
        max-width: 155px;
    }

    .section-production__info {
        padding: 27px 0 0 17%;
    }

    .section-production__title {
        font-size: 25px;
        min-height: 72px;
    }

    .custom-main-banner h1{
        font-size: 37px;
        line-height: 50px;
    }
}

@media screen and (max-width: 767px) {

    .custom-main-banner h1{
        font-size: 27px;
        line-height: 35px;
    }

    .section-product__advantages {
        padding: 38px 0 48px 0;
        margin-top: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .section-product__advantages-add.shlyapa {
        padding: 34px 22px 37px 22px;
        margin-right: auto !important;
        right: unset;
        margin: 0 auto -55px;
    }

    .section-product__advantages-add.shlyapa p {
        font-size: 16px;
    }

    .section-product__advantages-add.shlyapa a {
        font-size: 14px;
        margin-top: 27px;
        margin-left: 0;
    }

    .section-product__advantages-add.shlyapa a svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .section-product__advantages-add.shlyapa:after {
        bottom: -40px;
        top: unset;
        right: 75px;
        height: 80px;
        width: 1px;
    }

    .wrapper-main {
        max-width: calc(100% - 30px);
    }

    .section-product__advantages:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .section-product__advantages-block {
        max-width: 100%;
    }

    .section-product__advantages-item {
        margin-bottom: 33px;
    }

    .section-product__characteristic {
        padding-top: 39px;
    }

    .section-product__characteristic-block {
        padding-top: 11px;
        font-size: 0;
    }

    .section-product__characteristic-item {
        max-width: 100%;
        margin-bottom: 9px;
    }

    .section-product__characteristic-title {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .section-product__characteristic-row {
        padding-bottom: 19px;
        padding-top: 9px;
    }

    .section-product__characteristic-row>div:nth-child(2) {
        width: 49%;
        padding-right: 1%;
        padding-left: 1%;
    }
    
    .section-product__characteristic-row>div:nth-child(1) {
        padding-right: 3%;
    }

    .section-privilege {
        padding-bottom: 45px;
    }

    .section-privilege__top {
        font-size: 30px;
        line-height: 1.33;
        padding: 20px 0 10px 0;
    }

    .section-privilege__block {
        padding-bottom: 16px;
    }

    .section-privilege__subtitle {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0;
        padding: 16px 0 16px 0;
    }

    .section-privilege__slider--top .item .visual {
        min-height: 80px;
    }

    .section-privilege__slider--top .item .visual span {
        width: 45px;
        height: 45px;
    }

    .section-privilege__slider--top .item .visual p {
        font-size: 18px;
        margin-top: 0;
        margin-left: 15px;
        max-width: calc(100% - 81px);
        text-align: left;
    }

    .section-privilege__slider--top .item .text {
        width: 100%;
        padding: 0 16px 0 16px;
    }

    .section-privilege__slider--top .item .text-row {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .section-privilege__slider--top .item .text-header {
        font-size: 18px;
    }

    .section-privilege__slider--top .item .text-description {
        font-size: 14px;
        margin-top: 12px;
    }

    .section-privilege__slider--rare .item .visual {
        display: none;
    }

    .section-privilege__slider--rare .item .text {
        width: 100%;
        padding: 17px 5px 75px 18px;
    }

    .section-privilege__slider--rare .item .text-header {
        font-size: 18px;
    }

    .section-privilege__slider--rare .item .text-description {
        font-size: 14px;
        margin-top: 14px;
    }

    .section-quality__wrapper {
        margin: 0 0;
        padding-top: 9px;
    }

    .certificate-list {
        padding-top: 7px;
    }

    .certificate-list__item {
        display: block;
        max-width: 50%;
        width: 50%;
        margin: 0 auto 26px;
    }

    .certificate-list__item-photo img {
        width: 100%;
    }

    .certificate-list__item .pdf-item {
        margin-top: 20px;
    }

    .certificate-list__item .pdf-item__image {
        max-width: 30px;
        max-height: 37px;
    }

    .certificate-list__item .pdf-item__info {
        max-width: 113px;
    }

    
    .exhibition-carousel.about-section .item {
        height: 450px;
    }

    .exhibition-carousel.about-section .item img{
        object-fit: cover;
    }

    .section-production__item {
        width: 100%;
        padding: 39px 5% 0;
        text-align: center;
    }

    .section-production__photo {
        display: inline-block;
        height: 143px;
    }

    .section-production__info {
        padding: 12px 9% 0 9%;
    }

    .section-production__title {
        font-size: 25px;
        min-height: initial;
    }

    .section-production__list {
        margin-top: 9px;
    }
}

@media screen and (max-width: 575px) {
    .logo-title{
        font-size: 20px;
    }

    .dlab-media img{
        object-fit: contain;
    }
}

@media screen and (max-width: 475px) {
    .custom-main-banner h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .custom-main-banner h1{
        font-size: 31px;
        line-height: 40px;
    }
    
    .icon-bx-wraper.left .icon-xl {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 375px) {

    .custom-main-banner h1{
        font-size: 26px;
        line-height: 35px;
    }
}