@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.eot');
    src: local('Helvetica'),
        url('/wp-content/themes/KIYALI/assets/fonts/Helvetica-Regular.woff2') format('woff2'),
        url('/wp-content/themes/KIYALI/assets/fonts/Helvetica-Regular.woff') format('woff'),
        url('/wp-content/themes/KIYALI/assets/fonts/Helvetica-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('/wp-content/themes/KIYALI/assets/fonts/trajanpro.woff') format('woff'),
        url('/wp-content/themes/KIYALI/assets/fonts/trajanpro.ttf') format('truetype');
}

@font-face {
    font-family: 'Ledger';
    src: url('/wp-content/themes/KIYALI/assets/fonts/Ledger.woff') format('woff'),
        url('/wp-content/themes/KIYALI/assets/fonts/Ledger.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

div, header, a, aside, article{
    box-sizing: border-box;
}

body{
    background: #DFD6C6;
}

body.noscroll{
    overflow: hidden;
}

.main_screen{
    height: 1024px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.main_screen .container{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

h1{
    font-family: 'Trajan Pro';
    font-size: 340px;
    line-height: 340px;
    height: 460px;
    font-weight: 400;
    letter-spacing: -33px;
    text-transform: uppercase;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 145px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #969F66;
    z-index: 2;
}

h1.animate{
    font-size: 300px;
    color: #DFD6C6;
}

.main_bg_mobile{
    display: none;
}

.main_bg{
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 300px;
    overflow: hidden;
    transition: all 1s;
}

.main_bg.animate{
    width: 450px;
    height: 450px;
}

.main_bg.animate2{
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.main_bg img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.button_menu{
    width: 32px;
    height: 32px;
    position: relative;
    display: none;
}

.languages_social .social{
    display: none;
}

.social a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #494F36;
    transition: all 0.2s;
}

.button_menu img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button_menu .button_close{
    display: none;
}

.button_menu.active .button_close{
    display: block;
}

.button_menu.active .button_menu_img{
    display: none;
}

.img_butilka{
    position: absolute;
    width: 900px;
    height: auto;
    z-index: 3;
    transform: rotate(-14deg);
    bottom: -640px;
    right: 201px;
    transition: all 1s;
}

.img_butilka.animate{
    bottom: -310px;
}

.img_butilka.animate2{
    width: 481px;
    right: -163px;
    bottom: 39px;
    left: auto;
    transform: rotate(0deg);
}

.main_screen p{
    color: #494F36;
    font-family: Ledger;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    transition: all 1.5s;
    white-space: pre-line;
}

.main_text1{
    left: -630px;
    bottom: 300px;
}

.main_text1.animate{
    left: 15px;
}

.main_text2{
    right: -600px;
    bottom: 684px;
    text-align: right;
}

.main_text2.animate{
    right: 0;
}

.main_screen p.animate2{
    opacity: 0;
}

.main_screen p.animate3{
    color: #DFD6C6;
    opacity: 1;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.main_text1.animate3{
    left: 125px;
    bottom: 317px;
}

.main_text2.animate3{
    right: 96px;
    bottom: 678px;
}

.main_screen p.main_text2.animate4{
    height: 64px;
}

.main_screen p.main_text1.animate4{
    height: 90px;
}

header{
    position: fixed;
    width: 100%;
    z-index: 10;
    top: -85px;
    transition: all 1s;
}

header.animate{
    top: var(--wp-admin--admin-bar--height, 0px);
    transition: all 0.2s;
}

header .container{
    max-width: 1680px;
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    transition: all 0.2s;
}

.menu_buttons{
    display: flex;
    align-items: center;
}

.menu{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 40px;
}

.languages{
    display: flex;
    gap: 12px;
    align-items: center;
}

header a{
    color: #494F36;
    text-decoration: none;
    transition: all 1.5s;
}

header a.animate, header.nomain_header a{
    color: #DFD6C6;
}

header .logo, footer .logo{
    font-family: "Trajan Pro";
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 8px;
}

header .menu a, header .languages a{
    font-family: 'Ledger';
    font-size: 18px;
    font-weight: 400;
}

header .menu a:hover, header .languages a:hover, footer a:hover{
    text-decoration: underline;
}

header a.zakaz{
    padding: 10px 30px;
    background: #494F36;
    line-height: 28px;
    color: #DFD6C6;
    font-family: 'Helvetica';
    font-size: 20px;
    margin-left: 40px;
    margin-right: 60px;
}

header a.zakaz.animate, header.nomain_header a.zakaz{
    color: #494F36;
    background: #DFD6C6;
    transition: all 0.2s;
}

header.scroll, header.nomain_header{
    background: #494F36;
}

header.scroll .container{
    padding: 0 0;
}

header.scroll a.zakaz{
    padding-top: 5px;
    padding-bottom: 5px;
}

.languages a:hover, .languages a.active{
    text-decoration: underline;
}

.preload{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #DFD6C6;
    z-index: 100;
}

.loader {
          width: 40px;
          height: 98px;
          display: inline-block;
          position: absolute;
          border: 2px solid #FFF;
          box-sizing: border-box;
          color: #494F36;
          border-radius: 20px 20px 4px 4px;
          background: #fff;
          animation: fill 2s linear infinite alternate;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
}
.loader::after {
          content: '';
          box-sizing: border-box;
          position: absolute;
          left: 50%;
          top: 0%;
          transform: translate(-50% , -95%);
          border: 2px solid #FFF;
          border-bottom: none;
          background: #fff;
          width: 15px;
          height: 35px;
          animation: fillNeck 2s linear infinite alternate;
}

.loader:before{
    content: attr(data-content);
    position: absolute;
    bottom: -40px;
    color: #494F36;
    font-family: Ledger;
    font-size: 24px;
    line-height: 33px;
    width: 40px;
    text-align: center;
}

@keyframes fill {
          0% { box-shadow: 0 0  inset }
          50% , 100% { box-shadow: 0 -98px inset }
}


@keyframes fillNeck {
          0% , 50%{ box-shadow: 0 0  inset }
          100% { box-shadow: 0 -20px inset }
}

.block_about_us .container{
    padding: 60px 0;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.block_about_us .left{
    width: 360px;
}

.block_about_us .right{
    width: 900px;
}

.img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.img img, .img video{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.block_about_us .left .img:first-child{
    height: 403px;
    margin-bottom: 20px;
}

.block_about_us .left .img:nth-child(2){
    height: 377px;
}

.block_about_us .right .images{
    height: 246px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.block_about_us .right .img:first-child{
    width: 600px;
}

.block_about_us .right .img:nth-child(2){
    width: 280px;
}

.block_about_us .text{
    height: 534px;
    padding: 0 57px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
    background: #494F36;
    color: #DFD6C6;
}

.block_about_us .text h2{
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.block_about_us .text p{
    font-family: Ledger;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.slide{
    aspect-ratio: 0.87 / 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img{
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.text_section{
    padding: 80px 0;
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: 842px;
    text-align: center;
    color: #7D8073;
}

.text_section h2{
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.text_section p{
    font-family: Ledger;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 28px;
}

.text_section p strong, .text_section h2{
    color: #494F36;
}

.text_section p:last-child{
    margin-bottom: 0;
}

.butilkofon{
    position: relative;
    height: 740px;
    width: 100%;
}

.butilkofon_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.butilkofon_bg img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.butilkofon .container{
    width: 1300px;
    height: 600px;
    background-image: url('/wp-content/themes/KIYALI/assets/images/bottle.svg');
    background-position: center;
    background-size: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    top: 75px;
    display: flex;
    gap: 190px;
    align-items: center;
    justify-content: center;
}

.butilkofon .left{
    width: 256px;
    height: 94px;
}

.butilkofon .right{
    width: 654px;
    height: 405px;
}

.butilkofon .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 27px;
    list-style: none;
}

.butilkofon .right li{
    width: 200px;
    height: 182px;
    text-align: center;
    background-image: url('/wp-content/themes/KIYALI/assets/images/water-reuse.svg');
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 110px;
    color: #494F36;
    font-family: Ledger;
    font-size: 24px;
    line-height: 37px;
    box-sizing: border-box;
    background-size: 110px 110px;
}

.butilkofon .left p{
    color: #494F36;
    font-family: "Trajan Pro";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.butilkofon .left p:first-child{
    font-size: 15px;
    line-height: 18px;
}

.butilkofon .left p:last-child{
    font-size: 67px;
    line-height: 81px;
    letter-spacing: -8px;
}

.slider_with_text{
    padding: 80px 0;
}

.slider_with_text .container{
    width: 1085px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.slider_with_text .left{
    width: 494px;
    position: relative;
    height: 725px;
}

.slider_with_text .slides_container{
    width: 1000px;
    height: 635px;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.slider_with_text .right{
    width: 511px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.slider_with_text .slides{
    position: absolute;
    width: 494px;
    height: 635px;
    right: 0;
}

.slider_with_text .slide{
    position: absolute;
    width: 400px;
    height: 514px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    left: -1140px;
    top: 64px;
    transition: all 0.5s;
}

.slider_with_text .slide.prev{
    left: -430px;
}

.slider_with_text .slide img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.slider_with_text .slide.active{
    width: 494px;
    height: 635px;
    left: 0;
    top: 0;
}

.slider_with_text .slide.next{
    left: 541px;
}

.slides_buttons{
    position: absolute;
    bottom: 0;
    display: flex;
    width: 488px;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
}

a[href='#slide_left'] .slide_button_enabled, a[href='#slide_right'] .slide_button_disabled{
    transform: rotate(180deg);
}

.slides_buttons a{
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #494F36;
    border-radius: 30px;
}

.slides_buttons a.disabled{
    border: 1px solid #B1AA9F;
    cursor: auto;
}

.slides_buttons a img{
    position: absolute;
    top: 13px;
    left: 13px;
}

.slides_buttons a .slide_button_disabled{
    display: none;
}

.slides_buttons a.disabled .slide_button_disabled{
    display: block;
}

.slides_buttons a.disabled .slide_button_enabled{
    display: none;
}

.slides_indicator{
    width: 320px;
    height: 4px;
    position: relative;
    border-radius: 4px;
    background: #CDCDBF;
}

.slides_indicator_indicator{
    position: absolute;
    top: 0;
    height: 4px;
    width: 14.3%;
    background: #494F36;
    border-radius: 4px;
    left: 0;
    transition: all 0.5s;
}

.slider_with_text .right h2{
    color: #494F36;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.slider_with_text .right p{
    color: #494F36;
    font-family: Ledger;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
}

.slider_with_text .right p.price{
    color: #494F36;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.slider_with_text .right a.zakaz{
    padding: 20px 30px;
    background: #494F36;
    color: #DFD6C6;
    border: 1px solid #494F36;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: block;
    width: fit-content;
    transition: all 0.3s;
}

.slider_with_text .right a.zakaz:hover{
    background: #2B311B;
}

.zakaz_opt{
    display: flex;
    gap: 6px;
    align-items: center;
}

.zakaz_opt a{
    color: #494F36;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px; 
    position: relative;
    display: flex;
}

.zakaz_opt a img{
    height: 40px;
}

.zakaz_snoska{
    position: absolute;
    width: 234px;
    border-radius: 4px;
    background: #F9F7F3;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 16px;
    color: #494F36;
    text-align: center;
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    right: 1px;
    top: 55px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.zakaz_snoska.visible{
    visibility: visible;
    opacity: 1;
}

.zakaz_snoska:before{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: -9px;
    background: url('/wp-content/themes/KIYALI/assets/images/snoska-polygon.svg');
    content: '';
    transform: rotate(-139deg);
    background-size: 100%;
}

.blog{
    background-image: url('/wp-content/themes/KIYALI/assets/images/blog-bg.jpg');
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.blog .container{
    width: calc(100% - 100px);
    max-width: 1544px;
    margin: 0 auto;
    background: #DFD6C6;
    padding: 80px;
    color: #494F36;
}

.blog .container > h2{
    color: #494F36;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog .container > p{
    text-align: center;
    font-family: Ledger;
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 40px;
}

.blog_button{
    padding: 24px 30px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    border: 2px solid #494F36;
    color: #494F36;
    text-align: center;
    font-family: Helvetica;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    transition: all 0.3s;
}

.blog_button:hover{
    background: #494F36;
    color: #DFD6C6;
}

.blog_articles{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.blog_articles .articles_row{
    width: calc(50% - 40px);
    max-width: 500px;
}

.blog_articles .article .img{
    aspect-ratio: 1 / 1.19;
    margin-bottom: 20px;
}

.blog_articles .article{
    margin-bottom: 60px;
}

.blog_articles .article:last-child{
    margin-bottom: 0;
}

.blog_articles .article a:not(.img){
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #494F36;
    font-family: Ledger;
    display: block;
}

.blog_articles .article p.date_public{
    color: #B1AA9F;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog_articles .articles_row:nth-child(2){
    padding-top: 218px;
}

footer{
    background: #494F36;
    padding: 30px 0 20px;
}

footer .container{
    width: calc(100% - 32px);
    margin: 0 auto;
}

footer p, footer a{
    color: #DFD6C6;
    text-align: center;
    font-family: Ledger;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

footer .logo{
    margin: 0 auto 25px;
    display: block;
}

footer .logo:hover{
    text-decoration: none;
}

footer ul{
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;  
}

footer ul:not(.bottom_menu){
    margin-bottom: 40px;
}

footer ul:not(.bottom_menu) a{
    font-size: 18px;
    line-height: 26px;
}

footer p{
    margin-bottom: 8px;
}

footer .social{
    margin: 12px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

footer .social a{
    border: 1px solid #DFD6C6;
}

footer ul.bottom_menu{
    margin-top: 30px;
}

footer ul.bottom_menu a{
    color: #7D8073;
}

.main_blog_section{
    height: 100vh;
    padding-top: 98px;
    box-sizing: border-box;
    position: relative;
}

.bg_container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.main_blog_section .container{
    position: relative;
    z-index: 2;
    padding: 0 123px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.main_blog_section h1{
    margin: 24px 0 40px;
    color: #E9E3D9;
    font-family: Ledger;
    font-size: 60px;
    font-weight: 400;
    line-height: 80px;
    text-transform: uppercase;
    top: 0;
    letter-spacing: normal;
    display: block;
    text-align: left;
    position: relative;
    height: auto;
}

.main_blog_section .breadcrumps{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.main_blog_section .breadcrumps a, .breadcrumps li{
    color: #E9E3D9;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumps li:after{
    content: '/';
    margin: 0 10px;
}

.breadcrumps li:last-child:after{
    display: none;
}

.main_blog_section form{
    position: relative;
    width: 100%;
    max-width: 1254px;
}

.main_blog_section input{
    width: 100%;
    height: 60px;
    background: #E9E3D9;
    border: none;
    outline: none;
    color: #494F36;
    font-family: Ledger;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 23px;
}

.main_blog_section form button{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background: #494F36;
    border: none;
    outline: none;
    cursor: pointer;
}

.blog_section{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
    justify-content: center;
    width: calc(100% - 60px);
    max-width: 1180px;
    margin: 60px auto;
}

.blog_section .article{
    width: calc(33% - 10px);
}

.blog_section .article .img{
    width: 100%;
    aspect-ratio: 1.26 / 1;
}

.blog_section .article a:not(.img){
    margin: 14px 0 12px;
    display: block;
    color: #494F36;
    font-family: Ledger;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-decoration: none;
}

.blog_section .article .date_public{
    color: #B1AA9F;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.main_blog_section p.date_public{
    color: #E9E3D9;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin: 30px 0 14px;
}

.main_blog_section p.date_public + h1{
    margin: 0;
}

.single_content{
    margin: 60px auto;
    width: calc(100% - 32px);
    max-width: 854px;
}

.single_content p, .single_content h2, .single_content h3, .single_content li{
    color: #7D8073;
    font-family: Helvetica;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.single_content p, .single_content li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.single_content li{
    margin-left: 30px;
}

.single_content h2, .single_content h3{
    color: #494F36;
    line-height: 30px; 
    margin-top: 40px;
}

.single_content h2{
    font-size: 20px;
    font-weight: 700;
}

.single_content h3{
    font-size: 18px;
    font-weight: 600;
}

.single_content p strong{
    font-weight: 600;
    color: #494F36;
}

.single_content figure{
    margin: 40px 0;
}

.blog_articles_section .container{
    padding: 60px 0;
    width: calc(100% - 60px);
    max-width: 1180px;
    margin: 0 auto;
}

.blog_bg{
    background: #D2CABD;
}

.title_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.title_button .title{
    color: #494F36;
    font-family: Ledger;
    font-size: 40px;
    font-weight: 400;
}

.title_button a{
    font-family: Helvetica;
    background: #494F36;
    color: #DFD6C6;
    font-size: 24px;
    line-height: 39px;
    padding: 10px 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid #494F36;
}

.title_button a:hover{
    color: #494F36;
    background: #D2CABD;
}

.blog_articles_section .articles{
    display: flex;
    justify-content: center;
    gap: 60px 20px;
    flex-wrap: wrap;
}

.blog_articles_section .article{
    width: calc(33% - 11px);
}

.blog_articles_section .article .img{
    aspect-ratio: 1.26 / 1;
}

.blog_articles_section .article a:not(.img){
    color: #494F36;
    font-family: Ledger;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin: 14px 0 12px;
    display: block;
    text-decoration: none;
}

.blog_articles_section .article .date_public{
    color: #938B7E;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.pagination{
    width: 100%;
}

.pagination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.pagination li a, .pagination li span{
    font-family: Helvetica;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494F36;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s;
}

.pagination li span.current, .pagination li a:not(.prev):not(.next):hover{
    background: #494F36;
    color: #DFD6C6;
}

.pagination li a.prev, .pagination li a.next{
    border: 1px solid #494F36;
    background-image: url('/wp-content/themes/KIYALI/assets/images/arrow-right-enabled.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination li a.prev{
    transform: rotate(180deg);
}

.article a{
    transition: all 0.2s;
}

.social a:hover, .article a:hover{
    transform: scale(1.1);
}

header a.zakaz:hover{
    background: #D3C6B1;
}

.popup_forms{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup_over{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 19, 0.40);
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

.popup_over.popup_over18{
    background: rgba(23, 26, 19, 1);
}

.popup18 p{
    color: #494F36;
    text-align: center;
    font-family: Ledger;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
}

.popup18 p a{
    color: #494F36;
}

.popup18 p.popup18_title{
    color: #494F36;
    text-align: center;
    font-family: Ledger;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 20px;
}

.popup18 .buttons{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.popup18 .buttons a{
    padding: 16px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #494F36;
    text-decoration: none;
    color: #494F36;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    width: 223px;
    transition: all 0.3s;
}

.popup18 .buttons a:hover{
    background: #D3C6B1;
}

.popup18 .buttons a.green_button{
    background: #494F36;
    color: #dfd6c6;
}

.popup18 .buttons a.green_button:hover{
    background: #2B311B;
}

.popup, .popup_over{
    display: none;
}

.popup{
    position: relative;
    background: #E9E3D9;
    padding: 20px 30px;
    font-family: Ledger;
    z-index: 101;
    overflow-y: scroll;
    max-height: 100vh
}

.popup_form{
    width: 1080px;
}

.popup_opt{
    width: 515px;
}

.popup_form form{
    display: flex;
    color: #494F36;
    justify-content: space-between;
    align-items: center;
}

.popup_form form .left{
    width: 455px;
}

.popup_form form .right{
    width: 488px;
}

.popup .popup_close{
    display: flex;
    right: 30px;
    top: 30px;
    position: absolute;
}

.popup.popup18{
    padding: 60px 30px;
    max-width: 605px;
}

.form_title{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.inputs_title{
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
}

.popup label{
    margin-bottom: 14px;
    display: block;
}

.popup label p.input_error{
    color: #AE2F2F;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 6px;
    display: none;
}

.popup label.error p.input_error{
    display: block;
}

.popup input{
    padding: 13px 20px;
    border: 1px solid #494F36;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background: none;
    font-size: 16px;
    font-family: Ledger;
    color: #494F36;
}

.popup label.error input{
    border: 1px solid #AE2F2F;
}

.radio_buttons{
    display: flex;
    justify-content: space-between;
}

.radio_buttons label{
    display: flex;
    gap: 14px;
    cursor: pointer;
}

.radio_buttons label.active .radio_button:after{
    content: '';
    width: 16px;
    height: 16px;
    background: #494F36;
    border-radius: 10px;
    position: absolute;
    left: 3px;
    top: 3px;
}

.radio_buttons p{
    font-size: 18px;
    line-height: 26px;
}

.radio_buttons p.oplata_p{
    max-width: calc(100% - 40px);
}

.radio_button{
    width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #494F36;
    border-radius: 15px;
}

.radio_buttons input{
    display: none;
}

.select{
    position: relative;
}

.select .value{
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #494F36;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.select .value img{
    position: absolute;
    right: 14px;
    top: 14px;
    transition: all 0.3s;
}

.popup label.novaposhta_city, .popup label.novaposhta_sklad, .popup label.ukrposhta_index, .popup label.ukrposhta_adress{
    display: none;
}

.options{
    position: absolute;
    top: 52px;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    background: #E9E3D9;
    border: 1px solid #494F36;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 2;
}

.select.active .options{
    opacity: 1;
    visibility: visible;
}

.select.active .value img{
    transform: rotate(180deg);
}

.inputs_select{
    display: none;
}

.options::-webkit-scrollbar, .popup::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    height: 100%;
    z-index: 104;
}

.options::-webkit-scrollbar-thumb, .popup::-webkit-scrollbar-thumb {
    background: #2B311B;
    border-radius: 5px;
    z-index: 105;
}

.option{
    padding: 10px 20px;
    border-bottom: 1px solid #B1AA9F;
    cursor: pointer;
    transition: all 0.3s;
}

.option:hover, .option.active{
    background: #D3C6B1;
}

.calculator{
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBC3B6;
}

.calculator > img{
    width: 80px;
}

.calculator p{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 17px;
}

.vodka_plus_minus{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    gap: 6px;
    margin-bottom: 13px;
}

.vodka_plus_minus button{
    border: none;
    padding: 0;
    outline: none;
    display: flex;
    background: none;
    cursor: pointer;
}

.popup_right_container{
    padding: 30px;
    border: 1px solid #494F36;
}

.calculator .price{
    color: #AE2F2F;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 23px; 
    text-transform: uppercase;
    margin-bottom: 0;
}

.plus_100{
    display: flex;
    gap: 14px;
    align-items: center;
    margin: 20px 0;
}

.galka{
    border: 1px solid #494F36;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.galka.active{
    background: #494F36;
}

.galka img{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.galka.active img{
    visibility: visible;
    opacity: 1;
}

.plus_100 p{
    font-size: 18px;
    line-height: 26px;
    max-width: calc(100% - 40px);
}

.plus_100 input[type='checkbox'], .plus_100 p.option_price{
    display: none;
}

p.itog{
    font-size: 20px;
    line-height: 28px;
}

p.itog span{
    font-family: Helvetica;
    margin-left: 10px;
}

.popup button[type="submit"]{
    width: 100%;
    padding: 14px 30px;
    background: #70726A;
    color: #DFD6C6;
    text-align: center;
    font-family: Helvetica;
    font-size: 22px;
    line-height: 28px;
    border: none;
    outline: none;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.popup button[type="submit"]:hover{
    background: #494F36;
}

input[name='upakovka']{
    display: none;
}

.popup_opt .inputs_title{
    margin-top: 10px;
}

.popup_opt .form_title{
    margin-bottom: 10px;
}

.popup_opt input[name='kolich']{
    margin: 16px 0 0;
}

.popup_thanks{
    width: 515px;
    height: 401px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.popup_thanks p{
    text-align: center;
    font-size: 24px;
    line-height: 33px;
}

.popup_thanks p.thanks_title{
    font-size: 30px;
    line-height: 45px;
}

.single_content figure img{
    width: 100%;
    height: auto;
}

.single_content a{
    color: #494F36;
}