@import url("https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

body{
    font-family: 'Marck Script', cursive;
    font-family: 'Montserrat', sans-serif;
     overflow-x: hidden;
}
.header{
    display: block;
    margin-top: 10px;
    width: 86%;
    margin:0 auto;   
} 
.nav-item-cart {
    position: relative; /* Добавляем для правильного позиционирования счетчика */
    }

#cart-count {
    position: absolute;
    top: -8px; /* Смещение сверху */
    right: 20px; /* Смещение справа */
    background-color: red; /* Цвет фона */
    color: white; /* Цвет текста */
    font-size: 12px; /* Размер текста */
    font-weight: bold; /* Жирный текст */
    border-radius: 50%; /* Круглая форма */
    padding: 2px 6px; /* Отступы внутри счётчика */
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1480px) {
    #cart-count {
        right: 5px;
    }
}

@media (max-width: 980px) {
    #cart-count {
        right: -8px;
    }
}

@media (max-width: 760px) {
    #cart-count {
        right: 1px;
        top: -4px;
    }
}

@media (max-width: 680px) {
    #cart-count {
        right: -5px;
    }
}
@media (max-width: 560px) {
    .uk-cart{
        height: 26px;
        width: 26px;
    }
}

.nav-bar {
	position: absolute;
	background-color:rgb(17, 116, 45);
	top: 0;
	right: 100%;
	height: 100vh;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: position 2.9s;
	-webkit-transition: position 2.9s;
	-moz-transition: position 2.9s;
	-ms-transition: position 2.9s;
	-o-transition: position 2.9s;
}

.toggle {
	left: 0;
	box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
}

.toggle-menu {
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 1.4em;
	right: 20px;
	width: 30px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
    padding: 2px 2px 2px 3px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.line {
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background-color: #000000;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
	display: none;
}

.toggle .line3 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
	background-color: white;
}

.nav-list {
	list-style: none;
    padding-left:0 ;
}

.nav-list-item {
	text-align: center;
	padding: 20px 0;
}

.nav-link {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

.nav-link::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.4s ease-in-out;
	transform-origin: left;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
}

.nav-link:hover::before {
	transform: scaleX(1);
}
.nav{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.nav-item a:hover {
    color: #3BC749;
    transition: .2s ease color;
}
.nav-item{
    margin: 50px;
    font-size: 1.42vw;
    font-weight: 400;
}
.nav-link1{
    color: #000000;
    text-decoration: none;
}
.nav-link-list{
    font-size: 1.42vw;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 34px;
    background-color:  #3BC749;
    border-radius: 3px;    
}
.parent-container {
    text-align: center; 
}

.nav-link-list1 {
    display: inline-block;
    font-size: 2vw;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 44px;
    background-color: #3BC749;
    border-radius: 3px;
}


.nav-item-cart {
    margin-left: 70px;
    padding-right: 20px;
    width: 3vw;
}
.header-logo{
    width: 15%;
}
.nav-item-list:hover{
    box-shadow: 0 15px 15px rgba(34, 121, 18, 0.3);
    transition-duration: 0.2s;
    transition: all .2s ease;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}
.main{
    font-family: 'Marck Script', cursive;
    background-image: url(/images/fonk.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.decor{
    font-size:  4.1vw;
    text-align: center;
    margin-top: 93,75%;
}
.decor-angel{
    font-size: 4.1vw;
    text-align: center;
    margin-top: 187,5%;
}
.decor-number{
    font-size: 4.1vw;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 600; 
    margin-top: 4.1%;
}
.decor-number:hover{
    color: #3BC749;
    transition: all .3s ease;
}
.katalog{
    color: #085623;
    font-size: 4.69vw;
    font-weight: 600;
    letter-spacing: -0.05em;
    font-family: 'Montserrat', sans-serif;
    line-height: 71px;
    margin-left: 7%;       
}
.block{
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 71px;
    width:86%;
    margin: 0 auto;
    align-items: center;
    
}
.block :hover svg{
    fill: #ffffff;
}
.block :hover {

    background: #3BC749;
    transition: all .3s ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}
.uk-svg{
    fill:rgba(17, 116, 45, 0.85); ;
}
.block :hover .menu1{ 
    color: #ffffff
}
.block :hover .menu2{
     color: #ffffff;
}
.block :hover .menu3{
    color: #ffffff;
}
.block :hover .menu4{
    color: #ffffff;
}        
.photo1{
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding: 35px 80% 35px 8%;
    background-color:  #ffffff;
    box-shadow: 0 15px 15px rgba(131, 131, 131, 0.25);
    border-radius: 100px;
}
.photo2{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    padding: 35px 80% 35px 8%;
    background-color:  #ffffff;
    box-shadow: 0 15px 15px rgba(131, 131, 131, 0.25);
    border-radius: 100px;
}
.photo3{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    padding: 35px 80% 35px 8%;
    background-color:  #ffffff;
    box-shadow: 0 15px 15px rgba(131, 131, 131, 0.25);
    border-radius: 100px;
}
.photo4{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    padding: 35px 80% 35px 8%;
    background-color:  #ffffff;
    box-shadow: 0 15px 15px rgba(131, 131, 131, 0.25);
    border-radius: 100px;
    margin-right: 0;
}
.menu1{
    text-decoration: none;
    font-size: 3vw;
    color: rgba(17, 116, 45, 0.85);
    position: absolute;
    left: 28%;
}
.menu2{
    text-decoration: none;
    font-size: 3vw;
    color: rgba(17, 116, 45, 0.85);
    position: absolute;
    left: 28% ;
}
.menu3{
    text-decoration: none;
    font-size: 3vw;
    color: rgba(17, 116, 45, 0.85);
    position: absolute;
    left: 28% ;
}
.menu4{
    text-decoration: none;
    font-size: 3vw;
    color: rgba(17, 116, 45, 0.85);
    position: absolute;
    left: 28% ;
}
.footer{
    font-family: 'Montserrat', sans-serif;
    padding-top: 110px;
    padding-bottom: 80px;
    
}
.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.icons{
    display: flex;
    align-items: center;
    margin: 10px 0px 0px ; 
}
.icons > * + * {
    margin-left: 55px;
}
.icons1{
    width: 100%;
}
.icons2{
    width: 100%;
}
.icons3{
    width: 100%;
}
.after-logo{
    margin: 0px;
    font-weight: 400;
    font-size: 0.97vw;
}
.kontakt1{
    margin: 0;
    font-weight: 400;
    font-size:  0.97vw;
}
.kontakt{
    font-weight: 500;
    margin: 0px;
    font-size:  1.5vw;
}
.our{
    font-weight: 500;
    font-size: 1.5vw;
    margin: 0px;
}
@media (max-width:1300px) {
    .uk-svg{
        display:none;
    }
 }
 @media (max-width: 960px){
    .top {
        flex-wrap: wrap; 
    }
    .top{
        padding: 0;
    }
    .block{
        padding-right: 15px;
        padding-left: 15px;
    }
    .katalog{
        padding: 15px;
    }
    .footer-logo1{
        width: 130px;
    }
    .kontakt1{
        margin-top: 5px;
    }
}
@media (max-width: 900px){
    .nav-link-list{
        display: none;
    }
    .nav-item-cart{
        padding-right: 0px;
    }
}
@media (min-width: 900px) {
    .nav-link-list1 {
        display: none;
    }
}
@media (max-width: 570px) {
.nav-link-list1 {
    font-size: 4vw;
    font-weight: 600;
    
}
}

@media (max-width:760px){
    .nav-item{
        display: none;
    }
    .nav-link-list{
        display: none;
    }
    .nav {
       align-items: center;
    }

.top{
    padding: 0;
}
.icons > * + * {
    margin-left: 10vw;
}
.footer-logo1{
    width: 110px;
}
.nav-item-cart{
    margin-left:0px;
    padding-right: 0px;
    left: -20px;
    position: absolute;   
} 
.nav{
    justify-content: center;
    padding: 0;
}
.nav-item{
    margin: 0px;
}
}

@media (max-width: 760px){
.nav-item-cart {
    margin-left: 30px;
    padding-right: 10px;
    width: 5%;
}
.icons1{
    width: 70%;
}
.icons2{
    width: 70%;
}
.icons3{
    width: 70%;
}
}
@media (max-width:600px){
    .photo1{
        margin-top: 0px;
        margin-bottom: 29px;
    }
    .photo2{
        margin-top: 0px;
        margin-bottom: 29px;
        }
    .photo3{
        margin-top: 0px;
        margin-bottom: 29px;
            }
    .photo4{
        margin-top: 0px;
        margin-bottom: 29px;
                }
}
@media (max-width:1810px){
    .header{
        margin: 0;
        width: 95%;
    }
}
@media (max-width:1480px){
    .nav-item-cart {
        margin-left: 50px;
        padding-right:20px;
}   
    .nav-item{
    margin: 20px;
    font-size: 1.8vw;
}
}
@media (max-width:880px){
    .header{
        margin: 0;
        width: 100%;
    }
    .footer{
        padding-top: 50px;
    }
}
@media (max-width:1480px){
    .nav-item-cart {
        margin-left: 30px;
        padding-right:10px;}
}
@media (min-width:760px){
    .toggle-menu {
        display: none;}
}
@media (max-width:500px){
    .toggle-menu {
        top: 18px;
        height: 17px;
        width: 17px;
    }
    .footer{
        padding-top: 18px;
    }
}
@media (max-width:340px){
    .toggle-menu {
        top: 15px;
        
    }
}
@media (max-width:1302px) {
    .uk-svg{
        display: block;
    }
    .kontakt1 {
        font-size: 1.5vw;
    }
    .kontakt {
        font-size: 2vw;
    }
    .our {
        font-size: 2vw;
    } 
    .after-logo{
        font-size: 1.4vw;
    }
 }
 @media (max-width:1302px) {
    .block{
        margin: 0 auto;
        width: 90%;
    }
    .katalog{
        margin: 4%;
    }
 }
 @media (max-width:680px) {
    .photo1{
        padding: 1px 80% 1px 8%;
    }
    .photo2{
        padding: 1px 80% 1px 8%;
    }
    .photo3{
        padding: 1px 80% 1px 8%;
    }
    .photo4{
        padding: 1px 80% 1px 8%;
    }
    .uk-svg{
        height: 100px;
    }
    .footer{
        padding-top: 30px;
    }
    .footer-logo1{
        width: 100px;
    }
    .top2{
        margin-right: 65px;
    }
    .top1{
        margin-right: 45px;
        margin-bottom: 20px;
    }
    .after-logo{
        font-size: 1.4vw;
    }
    .kontakt1{
        font-size: 1.4vw;
        margin-bottom: 20px;
    }
    .decor-angel {
        margin-bottom: 0;
    }
 }
 @media (max-width: 500px){
.nav-item-cart {
    margin-left: 30px;
    padding-right: 10px;
    width: 6%;
}}
 @media (max-width:430px) {
    .uk-svg{
        height: 60px;
    }
    .nav-item-cart{
        width: 6%;
    }
    .kontakt{
        font-size: 2vw;
    }
    .our{
        font-size: 2vw;
    }
}
@media (max-width:847px){
    .top3{
        margin-top: 20px;
    }
    .after-logo{
        font-size: 2.2vw}
    .kontakt1{
        font-size: 2.6vw;
    }
    .kontakt {
        font-size: 3vw;
    }
    .our {
        font-size: 3vw;

}}
@media (max-width:540px){

    .icons > * + * {
        margin-left: 3vw;
    }
    .menu1{
        font-size: 4.7vw;
    }
    .menu2{
        font-size: 4.7vw;
    }
    .menu3{
        font-size: 4.7vw;
    }
    .menu4{
        font-size: 4.7vw;
    }
    .decor-angel{
        font-size: 5vw;
        margin-top: -2vw;
    }
    .decor{
        font-size: 4.5vw;
    }
}

@media (max-width: 960px){
.footer-logo1 {
    width: 23vw;
}}
@media (max-width:550px){
    .after-logo{
        font-size: 4vw;
    }
    .header-logo {
        width: 23%;
    }
    .kontakt1{
        font-size: 4vw;
    }
    .kontakt{
        font-size: 4.4vw;
    }
    .our{
        font-size: 4.4vw;
    }
}
@media (max-width:380px){
    .after-logo{
        font-size: 4vw;
    }
    .kontakt1{
        font-size: 3.5vw;
    }
    .kontakt{
        font-size: 4vw;
    }
    .our{
        font-size: 4vw;
    }
}
@media (max-width:847px){
    .top3{
        margin-top: 20px;
    }
}

