:root {
    --base-box-padding: 40px;
}

a {
    color: #001b72;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Onest';
    /*font-family: 'Playfair Display SC';*/
    font-size: 16px;
    line-height: normal;
    color: #3B3B3B;

}

.nav_link.home_page {
    display: none !important;
}

.other_pages .nav_link.home_page {
    display: inline-block !important;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

@media all and (min-width: 1281px) {
    .wrapper {
        padding: 0 40px;
    }
}

@media all and (max-width: 1280px) {
    .wrapper {
        padding: 0 30px;
    }
}

@media all and (max-width: 768px) {
    .wrapper {
        padding: 0 20px;
    }
}


.contact_section .contact_image {
    background-image: url(images/img_contact_big.svg);
    display: flex;
    height: 100%;
    min-height: 228px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_section .contact_data_block {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #EFF8FF;
    padding: var(--base-box-padding);
}

.contact_data_block {
}

.smp_title {
    color: #001B72;
    display: inline-block;
    font-size: 40px;
    font-family: 'Playfair Display SC';
    text-transform: uppercase;
}

.contact_data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 4px;
}

.cn_title {
    font-size: 12px;
}

a.cnt_text {
    color: #001b72;
}

.cnt_text {
    font-size: 16px;
    color: #3B3B3B;
}


.prod_slider_section,
.request_section {
    margin-top: 115px;
    margin-bottom: 115px;
}

.rqs_block {
    display: flex;
    flex-direction: column;
    background-color: #EFF8FF;
    padding: var(--base-box-padding);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.rqs_block .smp_title {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.form_f_block {
    display: flex;
    flex-direction: column;
    gap: 8px;

}

.form_f_block label {
    display: inline-block;
    font-size: 17px;
}


.form_f_block input {
    display: flex;
    height: 48px;
    border: 1px solid #828E98;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0px 20px;
    font-size: 20px;
    outline: none;
}

.ruls-text {
    font-size: 16px;
}
.r-txt {
    font-size: 16px;
}
.ruls-text a {
    color: #001B72;
}

.form_f_block input::placeholder {
    font-size: 20px;
    color: #D9D9D9;
}

.form_f_block input::-webkit-input-placeholder {
    font-size: 20px;
    color: #D9D9D9;
}

.form_f_block input::-moz-placeholder {
    font-size: 20px;
    color: #D9D9D9;
}

.form_f_block input:-moz-placeholder {
    font-size: 20px;
    color: #D9D9D9;
}

.form_f_block input:-ms-input-placeholder {
    font-size: 20px;
    color: #D9D9D9;
}

.closer-modal,
.send-rqs {
    display: flex;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #001b72;
    padding: 20px;
    border: none;
    outline: none;
}

.send-rqs:hover {
    background-color: #3B3B3B;
}

.closer-modal:hover {
    background-color: #3B3B3B;
}

.rqs-modal-body {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: var(--base-box-padding);
    max-width: 426px !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 35px;
    box-shadow: 0px 4px 20px 0px #00000033;
}

.rqs-modal-body {
}

.md_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.md_title {
    text-align: center;
    font-size: 29px;
    display: inline-block;
    width: 100%;
}

.md_text {
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

#rqs-modal-center {
    background: unset !important;

}


.download_section .container {
    position: relative;
}

.download_section .dwl_block {
    background-image: url(images/bg_btls.jpg);
    display: flex;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-position: left;
    background-repeat: no-repeat;
    height: 610px;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.download_section .btn_block {
    display: flex;
    width: 500px;
    height: 230px;
    background-color: #fff;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: var(--base-box-padding);
    position: absolute;
    bottom: 0;
    right: 0;
}

.download_section .btn_block:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("images/inner_rounder.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: 0;
}

.download_section .btn_block:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("images/inner_rounder.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.download_section .btn_block {
}

.download_section .btn_cont {
    display: flex;
    width: 100%;
    height: 100%;
    background: #001b72;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dwl_btn {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.dwl_btn:hover {
    color: #fff;
}

.prod_slider_section {
    background-color: #001B72;
    color: #fff;
    max-width: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}

.prod_slider_section .container .uk-slideshow-items {

}

.prod_slider_section .container {
    background-image: url("images/slider_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prod_slider_section .sl_arr:hover {
    color: #000;
}

.prod_slider_section .sl_arr {
    width: 64px;
    height: 64px;
    color: #000;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-top: -32px;
    border: 1px solid #001B72;
}

.prod_slider_section .smp_title {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 40px;
}

.prod_slider_section .sl_arr svg {
    width: 10px;
    height: 18px;
}

.prod_slider_section .sl_arr svg > polyline {
    stroke-width: 2px;
}

.sl_cont {
    width: 100%;

    text-align: center;
}

.sl_cont .img {
    width: 480px;
    height: 450px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sl_cont .sl_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.sl_cont .sl_info .ml {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    color: #3B3B3B;
    font-size: 20px;
    padding: 0 40px;
    height: 64px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sl_cont .sl_info .type_block {
    display: flex;
    gap: 10px;
}

.sl_cont .sl_info .type {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
    padding: 0 40px;
    height: 64px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottle_section {
    background-image: url(images/curve_bg_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    max-width: unset;
    text-align: center;
    height: 924px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.bottle_section .container > img {
}

.bottle_section .container {
    position: relative;
}

.bar_line {
    width: 461px;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
}

.bar_line_1 {
    margin-left: 70px;
    top: 20%;
}

.bar_line_2 {
    margin-left: 73px;
    top: 61%;
}

.bar_line_3 {
    /*margin-left: -544px;*/
    /*top: 26%;*/
    margin-left: -504px;
    top: 40%;
}

.bar_line_4 {
    top: 82%;
    margin-left: -543px;
}

.bar_line_1 .bl_text {
    position: absolute;
    margin-left: 85px;
    margin-top: -30px;
}

.bar_line_2 .bl_text {
    position: absolute;
    margin-left: 70px;
    margin-top: -94px;
}

.bar_line_3 .bl_text {
    position: absolute;
    margin-left: -2px;
    margin-top: -30px;
    width: 373px;
}

.bar_line_4 .bl_text {
    position: absolute;
    margin-left: 4px;
    /*margin-top: -124px;*/
    margin-top: -154px;
    width: 373px;
}

.bl_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
}

.bl_text .b_head {
    width: 100%;
    color: #001B72;
    font-size: 24px;
    text-align: left;
}

.bl_text .b_txt {
    width: 100%;
    color: #3B3B3B;
    font-size: 16px;
    text-align: left;
}

.big_footer_img {
    background-image: url(images/foot_bg.jpg);
    height: 789px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.footer .l_col {
   flex:1 0;
}

.footer .l_col .footer_nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #001B72;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: var(--base-box-padding);
    padding-right: var(--base-box-padding);
    justify-content: space-between;
    height: 70px;
}

.footer .l_col .nav_link {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.footer .l_col .nav_link:hover {
}

.footer .r_col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: var(--base-box-padding);
    padding-right: var(--base-box-padding);
    background-color: #EFF8FF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 70px;
    width: 295px;
    justify-content: center;

}


.head_section {
    margin-top: 25px;
}

.head_section .menu_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: var(--base-box-padding);
    padding-right: var(--base-box-padding);
    justify-content: center;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 30px;
    gap: 40px;
}

.head_section .menu_section {
}

.head_section .menu_section .nav_link:hover {
    color: #3B3B3B;
}

.head_section .menu_section .nav_link {
    color: #3B3B3B;
    display: inline-block;
    z-index: 3;
}

.head_section .logo_section:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    transform: rotate(270deg);
    left: -20px;
}

.head_section .logo_section:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    bottom: -20px;
}

.head_section .logo_section {
    display: flex;
    width: 212px;
    height: 72px;
    background-color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}


.head_section .logo_section_down {
    position: absolute;
    bottom: 0;
    left: 0;
}

.head_section .logo_section_down .big_logo:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    transform: rotate(90deg);
    left: 0;
}

.head_section .logo_section_down .big_logo:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -20px;
    transform: rotate(90deg);
    bottom: 0;
}

.head_section .logo_section_down .big_logo {
    display: flex;
    width: 507px;
    height: 176px;
    background-color: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}


.head_section .image_section {
    background-image: url("images/bg_head.jpg");
    display: flex;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-position: left;
    background-repeat: no-repeat;
    height: 631px;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.slgn_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: 70px;
}

.slgn_block .sep {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #001B72;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slgn_block .slgn {
    color: #001B72;
    display: inline-block;
    font-size: 40px;
    font-family: 'Playfair Display SC';
    text-transform: uppercase;
}

.brand_section {
    background-image: url("images/curve_bg_2.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 115px;
    padding-bottom: 115px;
}

.brand_image img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.brand_data_block {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #EFF8FF;
    padding: var(--base-box-padding);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
}

.brand_data_block .smp_title {
}

.brand_data_block .brand_txt {
}

.pr_section {
    margin-bottom: 115px;
}

.pr_content .swiper-wrapper .swiper-slide:first-child .pr_body * {
    color: #fff;
}

.pr_content .swiper-wrapper .swiper-slide:first-child .pr_body {
    background-color: #001B72;
}

.pr_content .swiper-wrapper .pr_body {
}

.pr_content .swiper-wrapper .pr_body {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #EFF8FF;
    height: 100%;
    min-height: 464px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    position: relative;
    gap: 140px;
}

.pr_section .pr_content {
    margin-top: 40px;
}

.pr_section .pr_title {
    display: inline-block;
    width: 100%;
    color: #3B3B3B;
    font-size: 29px;
    height: 74px;
}

.pr_section .pr_text {
}

.pr_section .corner {
    position: absolute;
    top: 0;
    right: 0;
}

.pr_section .corner_body:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    transform: rotate(270deg);
    left: -20px;
}

.pr_section .corner_body:before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(images/inner_rounder.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    bottom: -20px;
}

.pr_section .corner_body {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pr_section .corner_circle {
    width: 20px;
    height: 20px;
    background-color: #001B72;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pr_content {
    position: relative;
    overflow: hidden;
}

.pr_content {
}


/* checkbox */
.checkbox-mdk {
    position: relative;
}

.checkbox-mdk input[type="checkbox"] {
    width: 13px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.checkbox-mdk .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.checkbox-mdk .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-mdk .cbx span:first-child {
    position: relative;
    width: 21px;
    max-width: 21px;
    height: 21px;
    border-radius: 5px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #828E98;
    transition: all 0.2s ease;
    flex: 1 0 auto;
    background-color: #fff;
}

.checkbox-mdk .cbx span:first-child svg {
    position: absolute;
    top: 4px;
    left: 4px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-mdk .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #001B72;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-mdk .cbx span:last-child {
    padding-left: 8px;
}

.checkbox-mdk .cbx:hover span:first-child {
    border-color: #001B72;
}

.checkbox-mdk .inp-cbx:checked + .cbx span:first-child {
    background: #001B72;
    border-color: #001B72;
    animation: wave-46 0.4s ease;
}

.checkbox-mdk .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-mdk .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}

.home_page .head_stick_menu_pc {
    height: 1px;
    opacity: 0;
    z-index: 2;
}

.home_page .head_stick_menu_pc.uk-sticky.uk-active {
    height: unset;
    opacity: 1;
}

.other_pages .head_stick_menu_pc.uk-sticky .pc_menu,
.home_page .head_stick_menu_pc.uk-sticky.uk-active .pc_menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
}

.head_stick_menu_pc.uk-sticky .stick_logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: var(--base-box-padding);
    padding-right: var(--base-box-padding);
    background-color: #EFF8FF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 70px;
    width: 295px;
    max-width: 295px;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px #00000033;
}

.home_page .head_stick_menu_pc.uk-sticky.uk-active .stick_logo img {
}

.head_stick_menu_pc .menu_section .nav_link:hover {
    color: #001b72;
}

.head_stick_menu_pc.uk-sticky .menu_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-left: var(--base-box-padding);
    padding-right: var(--base-box-padding);
    justify-content: space-between;
    height: 70px;
    gap: 25px;
    box-shadow: 0px 4px 10px 0px #00000033;
    flex: 1 0;
}

.other_pages .head_stick_menu_pc {
    display: inline-block;
    width: 100%;
}

.head_stick_menu.uk-sticky {
    display: none;
    z-index: 10;
}

.stick_logo {
}

.btn_trigger {
    display: flex;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    background-image: url("images/ico_menu_open.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #001b72;
    cursor: pointer;
}

.menu_trigger .btn_trigger.open_mb_mn {
    background-image: url("images/ico_menu_close.svg");
}

.container.mb_menu .menu_section,
.container.mb_menu {
    display: none;
}

.page_title {
    display: inline-block;
    width: 100%;
    color: #001B72;
    font-size: 40px;
    font-family: 'Playfair Display SC';
    text-transform: uppercase;
    margin-top: 0;
}

.page_body {
    display: inline-block;
    width: 100%;
    max-width: 925px;
}

.bx-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
}

.bx-breadcrumb .bx-breadcrumb-item {
}

.bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-link {
}

.bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-link:hover .bx-breadcrumb-item-text,
.bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-link:hover {
    text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-link .bx-breadcrumb-item-text {
}

.bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-text {
    font-size: 15px;
    color: #3B3B3B;
}

.bx-breadcrumb .sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #001B72;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

@media all and (max-width: 1320px) {
    .slgn_block .slgn {
        font-size: 34px;
    }

    .brand_section {
        margin-top: 73px;
        padding-bottom: 85px;
    }
}

@media all and (max-width: 1310px) {
    .bottle_section .container > img {
        height: 772px;
    }
}

@media (max-width: 1299px) {

    .pr_section .container {
        position: relative;
    }

    .pr_section .sl_arrow {
        width: 64px;
        height: 64px;
        color: #000;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin-top: -32px;
        border: 1px solid #001B72;
        position: absolute;
        top: 32px;
        right: 0;
    }

    .pr_section .sl_arrow.swiper-button-disabled {
        opacity: 0.5;
    }

    .pr_section .sl_arrow.sl_prev {
        right: 72px;
    }

    .pr_section .sl_arrow.sl_next {
    }

    .pr_section .sl_arrow svg {
    }
}

@media (max-width: 1150px) {
    .head_section .image_section {
        background-position: center;
        height: 596px;
    }

    .slgn_block {
        margin-top: 43px;
    }

    .brand_section {
        margin-top: 45px;
    }

    .slgn_block .slgn {
        font-size: 21px;
    }

    .slgn_block .sep {
        width: 6px;
        height: 6px;
    }

    .bottle_section .container > img {
        height: 418px;
    }

    .bar_line {
        width: 243px;
    }

    .bl_text .b_head {
        font-size: 13px;
    }

    .bl_text .b_txt {
        font-size: 10px;
    }

    .bl_text {
        gap: 6px;
    }

    .bar_line_1 .bl_text {
        margin-left: 31px;
        margin-top: -17px;
    }

    .bar_line_2 .bl_text {
        margin-left: 31px;
        margin-top: -70px;
    }

    .bar_line_3 .bl_text {
        margin-left: -2px;
        margin-top: -16px;
        width: 198px;
    }

    .bar_line_4 .bl_text {
        /*margin-top: -75px;*/
        margin-top: -106px;
        width: 198px;
    }

    .bar_line_1 {
        margin-left: 38px;
        top: 20%;
    }

    .bar_line_2 {
        margin-left: 40px;
        top: 60%;
    }

    .bar_line_3 {
        margin-left: -289px;
        top: 26%;
    }

    .bar_line_4 {
        margin-left: -289px;
    }

    .bottle_section {
        height: 568px;
        background-size: cover;
    }

    .prod_slider_section, .request_section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .download_section .btn_block {
        width: 247px;
        height: 98px;
        padding: 17px;
    }

    .dwl_btn {
        font-size: 13px;
    }

    .download_section .dwl_block {
        background-image: url(images/bg_btls.jpg);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        height: 348px;
        background-size: cover;
    }

    .download_section .btn_cont {
        display: flex;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}


@media all and (max-width: 1024px) {

    .footer .l_col .footer_nav,
    .head_stick_menu_pc.uk-sticky .menu_section{
        height: 51px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .footer .r_col,
    .head_stick_menu_pc.uk-sticky .stick_logo {
        width:210px;
        min-width:210px;
        height: 51px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    body .containter .head_stick_menu_pc.uk-sticky .pc_menu{
        gap: 10px;
    }
    .bx-breadcrumb {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-text {
        font-size: 14px;
    }
    .page_title {
        font-size: 25px;
    }
    .page_body *{
        font-size:14px;
    }

    .pc_menu .menu_section{}

    .head_section .image_section {
        background-position: center;
        height: 596px;
    }

    .head_section .logo_section_down .big_logo {
        width: 420px;
        height: 143px;
    }

    .head_section .logo_section_down .big_logo img {
        width: 340px;
    }

    .pr_section .pr_title {
        font-size: 25px;
    }

    .pr_section .pr_text {
        font-size: 13px;
    }

    .pr_content .swiper-wrapper .pr_body {
        min-height: 280px;
        padding: 20px;
        gap: 64px;
    }


}

@media all and (max-width: 992px) {
    :root {
        --base-box-padding: 20px;
    }

    .smp_title {
        font-size: 25px;
    }


    .footer {
    }

    .footer .l_col {
    }

    .footer .r_col {
        width: unset;
    }

    .footer .r_col img {
    }



    .contact_section .order_col {
        order: 2;
    }

    .contact_section #contact_block {
        order: 1;
    }

    .rqs_block form .uk-grid-medium > .uk-grid-margin {
        margin-top: 10px;
    }

    .form_f_block label {
        font-size: 14px;
    }

    .form_f_block input {
        height: 42px;
        font-size: 15px;
    }

    .form_f_block input::placeholder {
        font-size: 15px;
    }

    .form_f_block input::-webkit-input-placeholder {
        font-size: 15px;
    }

    .form_f_block input::-moz-placeholder {
        font-size: 15px;
    }

    .form_f_block input:-moz-placeholder {
        font-size: 15px;
    }

    .form_f_block input:-ms-input-placeholder {
        font-size: 15px;
    }

    .checkbox-mdk {
        margin: 15px 0;
    }

    .download_section .container {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .download_section .dwl_block {
        height: 310px;
        background-size: cover;
    }

    .download_section .btn_block::before,
    .download_section .btn_block::after {
        display: none;
    }

    .download_section .btn_block {
        position: relative;
        width: 100%;
        height: 84px;
        display: inline-block;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        border-top-left-radius: 20px;
        min-width: unset;
        margin: unset;
        padding: unset;
    }

    .download_section .btn_block .btn_cont {
    }

    .download_section .btn_block .dwl_btn {
        font-size: 18px;
    }

    .big_footer_img {
        height: 420px;
        background-size: cover;
    }

    .prod_slider_section {
        padding: 20px;
    }

    .prod_slider_section .smp_title {
        font-size: 25px;
    }

    .prod_slider_section .sl_arr svg {
        width: 9.2px;
        height: 16px;
    }

    .prod_slider_section .sl_arr {
        width: 48px;
        height: 48px;
    }

    .sl_cont .img {
        width: 254px;
        height: 224px;
        min-height: 224px;
    }

    .sl_cont .sl_info .ml {
        font-size: 13px;
        height: 37px;
        padding: 10px 21px;
    }

    .sl_cont .sl_info .type_block {
    }

    .sl_cont .sl_info .type_block .type {
        font-size: 13px;
        height: 37px;
        padding: 10px 21px;
    }

    .sl_cont .sl_info {
        margin-top: 25px;
    }

    .pr_section .sl_arrow {
        width: 48px;
        height: 48px;
    }

    .pr_section .sl_arrow.sl_prev {
        right: 56px;
    }

    .brand_data_block .brand_txt {
        font-size: 13px;
    }

    .pr_section .sl_arrow {
        top: 27px;
    }
}

@media all and (max-width: 955px) {
    .footer .container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .head_stick_menu_pc {
        display: none !important;
    }

    .image_section .menu_section,
    .image_section .logo_section {
        display: none !important;
    }

    .mb_menu .menu_section {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }

    .container.mb_menu .menu_section {
    }

    .container.mb_menu .menu_section .nav_link {
        color: #001b72;
        font-size: 16px;
        display: inline-block;
    }

    .container.mb_menu .stick_logo img {
        width: 82px;
        height: auto;
    }

    .container.mb_menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .head_stick_menu.uk-sticky {
        display: flex;
        width: 100%;
        -webkit-border-bottom-right-radius: 13px;
        -webkit-border-bottom-left-radius: 13px;
        -moz-border-radius-bottomright: 13px;
        -moz-border-radius-bottomleft: 13px;
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px;
        box-shadow: 0px 4px 10px 0px #00000033;
        min-height: 64px;
        flex-direction: row;
        align-items: center;
        padding: 15px;
        background-color: #fff;
    }
}


@media all and (max-width: 768px) {
    .slgn_block {
        justify-content: center;
    }

    .slgn_block div:nth-child(1) {
        display: none;
    }

    .slgn_block div:nth-child(2) {
    }

    .slgn_block div:nth-child(3) {
    }

    .slgn_block div:nth-child(4) {
    }

    .slgn_block div:nth-child(5) {
        display: none;
    }

    .pr_content .swiper-wrapper .pr_body {
        gap: 13px;
    }
}

.phone_line_mb br{display:none;}

@media all and (max-width: 640px) {
.phone_line_mb br{display:block;}
    .bx-breadcrumb {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .bx-breadcrumb .bx-breadcrumb-item .bx-breadcrumb-item-text {
        font-size: 12px;
    }
    .page_title {
        font-size: 20px;
    }
    .page_body * {
        font-size: 13px;
    }
    .sl_arrow {
        display: none !important;
    }

    .footer .l_col .footer_nav {
        flex-direction: column;
        height: unset;
        gap: 30px;
        padding: 25px;
    }

    .checkbox-mdk .cbx span:last-child {
        font-size: 12px;
    }

    .big_footer_img {
        height: 357px;
    }

    .cnt_text {
        font-size: 25px;
    }

    .cn_title {
        font-size: 13px;
        margin-bottom: -5px;
    }

    .contact_data {
        gap: 15px;
    }

    .sl_cont .sl_info {
        margin-top: 25px;
    }

    .prod_slider_section .sl_arr svg {
        width: 9.2px;
        height: 16px;
    }

    .prod_slider_section .sl_arr {
        width: 48px;
        height: 48px;
    }


    .bottle_section {
        position: relative;
        width: 100%;
        overflow: hidden;
        touch-action: pan-y;
        height: unset;
        justify-content: flex-start;
        padding-bottom: 40px;
    }

    .bottle_section .container {

    }

    .bottle_section .btl-single-slider {
        position: relative;
        overflow: hidden;
        padding-bottom: 52px;
        margin-top: 50px;
    }

    .bottle_section .btl-single-slider .swiper-slide {
        display: flex;
        flex-direction: column;
    }


    .bottle_section .swiper-button-prev::after,
    .bottle_section .swiper-button-next::after {
        display: none;
    }

    .bottle_section .sl_arr {
        top: 100%;
    }

    .bottle_section .sl_arr {
        width: 48px;
        height: 48px;
    }

    .bottle_section .sl_arr svg {
        width: 9.2px;
        height: 16px;
    }

    .bottle_section .sl_arr {
        color: #000;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        border: 1px solid #001B72;
        right: 0;
        margin: unset;
        left: unset;
        bottom: unset;
        top: unset;
        transform: unset;
    }

    .bottle_section .swiper-wrapper {
        margin-bottom: 20px;
    }

    .bottle_section .swiper-button-prev {
        right: 56px;
    }

    .bottle_section .swiper-button-next {
    }

    .bar_line {
        min-width: 100%;
        padding: 20px;
        box-sizing: border-box;

        width: 100%;
        display: inline-block;
        position: relative;
        margin: unset;
        right: unset;
        bottom: unset;
        left: unset;
        top: unset;
    }

    .bar_line > img {
        display: none;
    }

    .bar_line {
        background-color: #001B72;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 20px;
    }

    .bar_line .bl_text {
        display: flex;
        margin: unset;
        position: relative;
    }

    .bar_line .bl_text .b_head {
        color: #fff;
        font-size: 22px;
        text-align: left;
    }

    .bar_line .bl_text .b_txt {
        color: #fff;
        font-size: 15px;
        text-align: left;
    }

    .btl_single_slider {
        margin-top: 50px;
    }

    .prod_slider_section {
        margin-top: 0;
    }

    .pr_content .swiper-wrapper {
        width: 100% !important;
    }

    .pr_content .swiper-slide {
        width: 100% !important;
    }

    .pr_content .swiper-wrapper .pr_body {
        justify-content: space-between;
        min-height: 210px;
        padding: 20px;
        gap: 40px;
    }

    .pr_section .pr_title {
        height: auto;
        font-size: 25px;
    }

    .pr_content {
    }

    .brand_data_block .brand_txt {
        font-size: 15px;
    }

    .head_section .image_section {
        height: 295px;
        background-size: cover;
    }

    .head_section .logo_section_down .big_logo img {
        width: 136px;
        height: auto;
    }

    .head_section .logo_section_down .big_logo {
        width: 156px;
        height: 50px;
    }

    .slgn_block .slgn {
        font-size: 25px;
    }
}

/**/
