*, ::before, ::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:"Roboto";
}

@font-face{
    font-family:"Roboto";
    src: url(./font/Roboto-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

body{
    width: 100%;
    height: auto;
}

a{
    text-decoration: none;
}

button{
    border: none;
    cursor: pointer;
}

.header{
    width: 100%;
    height: 90px;
    background-color: #FFF06B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__container{
    width: 100%;
    max-width: 1200px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.header__logo{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.header__logo-img{
    width: 100%;
    max-width: 55px;
    height: auto;
}

.header__link{
    display: flex;
}

.header__link-text{
    margin: 50px;
    margin-right: 0px;
}

.header__link-design{
    font-size: 20px;
    color: rgba(57, 57, 57, 1);
}

.container{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

.content{
    width: 1200px;
    height: auto;
    background-color: rgba(242, 242, 242, 1);
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

.slider__line{
    display: flex;
    transition: all 1s;
}

.slider__img{
    width: 1200px;
    height:770px;
}

.banner__content-img{
    width: 1200px;
    position: relative;
}

.banner__content-img{
    width: 1200px;
    height: 770px;
}

.banner__content-button{
    width: 300px;
    height: 90px;
    background-color: #FFF06B;
    font-size: 25px;
    font-weight: 600;
    border-radius: 200px;
    position: absolute;
    top: 623px;
    left: 102px;
    z-index: 9;
}

.slider__btn-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 770px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider__btn-next{
    position: absolute;
    right:0 ;
    top: 0;
    width: 70px;
    height: 770px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider__btn-prev:hover, .slider__btn-next:hover{
    background-color: rgba(255, 255, 255, 0.74);
}

.about{
    width: 1200px;
    background-color: #FFF06B;
    height: auto;
    display: flex;
    justify-content: center;
}

.about__container{
    width: 1050px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about__header{
    font-size: 54px;
    color:rgba(57, 57, 57, 1);
    margin-top: 40px;
}

.about__header-text{
    text-indent: 20px;
}

.about__text{
    font-size: 16px;
    color: rgba(57, 57, 57, 1);
    margin-top: 40px;
    font-weight: 100;
    margin-bottom: 80px;
}

.product{
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.product__type{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product__content{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.product__content-header{
    font-size: 64px;
    color:rgba(57, 57, 57, 1) ;
}

.product__header{
    width: auto;
    height: 60px;
    background-color: #FFF06B;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
}

.product__header-name{
    font-size: 30px;
    color:rgba(57, 57, 57, 1) ;
    padding: 0 20px;
}

.product__cardswrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product__card{
    width: 350px;
    overflow: hidden;
    height: auto;
    border-radius:25px ;
    background-color: rgba(247, 247, 247, 1);
    margin: 15px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product__card-img{
    width: 350px;
    height: 350px;
}

.product__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product__info-name{
    font-size: 22px;
    color:rgba(57, 57, 57, 1) ;
    margin-top: 25px;
}

.product__info-about{
    margin-top: 25px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 54px;
    background-color: white;
    border-radius: 8px;
    border: #FFF06B 3px solid;
}

.product__info-text{
    font-size: 16px;
    color:rgba(131, 131, 131, 1) ;
}

.product__cost{
    width: 300px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.product__cost-about{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color:rgba(57, 57, 57, 1) ;
    width: 140px;
    height: 54px;
    background-color: #FFF06B;
    border-radius: 7px;
}

.product__descr {
    max-height: 0;
    width: 300px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px); 
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, padding 0.5s ease;
    padding: 0 20px;
}

.product__descr-text{
    font-size: 14px;
    color: rgba(131, 131, 131, 1);
}

.product__descr.open {
    max-height: 380px;
    width: 300px;
    opacity: 1;
    transform: translateY(0);
    padding: 15px 20px;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

.product__info-about.open {
    border-radius: 8px 8px 0 0;
    z-index: 9;
}

.product__cost-tg{
    width: 35px;
    height: 35px;
}

.cow__wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cow__card{
    width: 202px;
    overflow: hidden;
    height: auto;
    border-radius:4px ;
    background-color: rgba(247, 247, 247, 1);
    margin: 13px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cow__container{
    width: 180px;
    height: 110px;
    border-radius: 4px;
    margin: 10px;
    overflow: hidden;
}

.cow__card-header{
    font-size: 18px;
    font-weight: 600;
    color:rgba(57, 57, 57, 1) ;
    margin-bottom: 10px;
}

.cow__btn-about{
    width: 180px;
    height: 40px;
    background-color: white;
    border: #FFF06B 3px solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-bottom: 10px;
}

.cow__btn-text{
    font-size: 12px;
    color: rgba(131, 131, 131, 1);
}

.cow__btn-arrow{
    width: 10px;
}

.cow__about{
    max-height: 0;
    width: 180px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px); 
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, padding 0.5s ease;
}

.cow__about.open{
    max-height: 380px;
    width: 180px;
    opacity: 1;
    transform: translateY(0);
    background-color: white;
    border-radius: 0 0 8px 8px;
    margin-bottom: 10px;
    border: #FFF06B 3px solid;
    border-top: 0;
}

.cow__btn-about.open{
    margin-bottom: 0px;
    border-radius:8px 8px 0 0 ;
    z-index: 9;
}

.cow__table{
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 0;
    border-spacing: 0;
    text-align: center;
    padding: 10px;
}

.cow__table-name{
    width: 50%;
    height: 40px;
    border-bottom: #FFF06B 3px solid;
    border-right: #FFF06B 3px solid;
    background-color:rgba(247, 247, 247, 1);
    font-size: 12px;
    padding: 10px;
    color:rgba(57, 57, 57, 1) ;
    word-wrap: break-word;
    white-space: normal;

}

.cow__table-info{
    width: 50%;
    height: 40px;
    border-bottom: #FFF06B 3px solid;
    font-size: 12px;
    color:rgba(57, 57, 57, 1) ;
    padding: 10px;
    word-wrap: break-word;
    white-space: normal;
}

.cow__table-br{
    width: 50%;
    height: 40px;
    border-right: #FFF06B 3px solid;
    background-color:rgba(247, 247, 247, 1);
    font-size: 12px;
    color:rgba(57, 57, 57, 1) ;
    padding: 10px;
    word-wrap: break-word;
    white-space: normal;
}

.cow__table-br2{
    width: 50%;
    height: 40px;
    font-size: 12px;
    color:rgba(57, 57, 57, 1) ;
    padding: 10px;
    word-wrap: break-word;
    white-space: normal;
}

.icons{
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px;
}

.icon__container{
    width: 25%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: none;
    align-items: center;
    margin-bottom: 20px;
}

.icon__container-img{
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
}

.icon__container-header{
    margin-bottom: 20px;
    color:rgba(57, 57, 57, 1) ;
    font-weight: 700;
    font-size: 20px;
}

.icon__container-text{
    margin-bottom: 20px;
    text-align: center;
    color: rgba(57, 57, 57, 1);
    font-size: 16px;
    padding:0 10px ;
    text-align: center;
}

.partners{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.partners__header{
    width: auto;
    height: 60px;
    background-color: #FFF06B;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px;
}

.partners__list{
    width: 95%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.partners__img{
    width: 130px;
    margin-bottom: 20px;
}

footer{
    width: 100%;
    height: auto;
    background-color: #FFF06B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__container{
    width: 1200px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__header{
    margin: 35px;
    font-size: 40px;
    color:rgba(57, 57, 57, 1) ;
}

.footer__wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__col{
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 78px;
}

.footer__info{
    width: 390px;
    height: 175px;
    margin-bottom: 35px;
    border-bottom:rgba(57, 57, 57, 1) 3px solid ;    
}

.footer__img{
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}

.footer__img-icon{
    margin-right: 25px;
}

.footer__img-header{
    font-size: 24px;
    color:rgba(57, 57, 57, 1) ;
}

.footer__text{
    margin-bottom: 25px;
}

.footer__text-p{
    font-size: 18px;
    color:rgba(57, 57, 57, 1) ;
}

.footer__border{
    margin-bottom: 15px;
}

.slider__line {
    display: flex;
    transition: transform 0.5s ease;
}

.slider__img {
    width: 100%;
    flex: 0 0 100%;
}

.banner__content-img {
    width: 100%;
    height: auto;
}

.lang-dropdown {
    position: relative;
    margin: 44px;
    margin-right: 0;
    display: inline-block;
}

.lang__menu-btn{
    color: rgba(57, 57, 57, 1);
}

.lang-btn {
    background-color: white;
    padding: 8px 20px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;;
    color: rgba(57, 57, 57, 1);
}

.lang-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 0 0 15px 15px;
}

.lang-menu button {
    width: 100%;
    background: none;
    border: none;
    padding: 8px 20px;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.lang-dropdown:hover .lang-btn{
    border-radius: 15px 15px 0 0;
}

.lang-menu button{
    color: rgba(57, 57, 57, 1);
}

.lang-menu button:hover {
    background-color: #f0f0f0;
}

.lang__menu-btn{
    border-radius:0 0 15px 15px;
}

.lang-dropdown:hover .lang-menu {
    display: block;
}

@media (max-width: 1024px) {

    .header{
        width: 100%;
    }

    .header__container {
        width: 100%;
        max-width: 977px;
    }

    .content{
        width: 100%;
        max-width: 1024px;
    }    

    .slider{
        width: 100%;
        height: auto;
    }

    .slider__line{
        width: 100%;
        max-width: 1024px;
        height: auto;
    }

    .slider__img{
        width: 100%;
        height: auto;
        max-height: 627px;
        max-width: 1024px;
    }
    
    .slider__btn-next, .slider__btn-prev{
        height: 100%;
        max-height: 627px;
    }

    .banner__content-img{
        height: auto;
        
    }

    .banner__content-button{
        top: 490px;
    }

    .about{
        width: 100%;
        max-width: 1024px;
    }

    .about__container{
        width: 100%;
        max-width: 1024px;
        padding: 35px;
    }

    .product{
        width: 100%;
        max-width: 1024px;
    }

    .product__type{
        align-items: center;
        justify-content: center;
    }

    .product__card {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .product__card-img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .product__info-name{
        font-size: 20px;
    }

    .product__info-about{
        width: 100%;
        max-width: 250px;
    }

    .product__descr{
        width: 100%;
        max-width: 250px;
    }

    .product__descr.open{
        width: 100%;
        max-width: 250px;
    }

    .product__cost{
        width: 100%;
        max-width: 250px;
    }

    .product__cost a{
        width:115px ;
    }

    .product__cost-about{
        width: 100%;
        max-width: 115px;
        font-size: 14px;
    }

    .footer{
        width: 100%;
    }

    .footer__container{
        width: 100%;
    }

    .footer__wrap{
        width: 100%;
        max-width: 900px;
    }

    .footer__col{
        margin: 0 20px;
    }

    .footer__col{
        margin: 0;
    }
}

@media (max-width: 768px){
    .header{
        width: 100%;
    }

    .header__container {
        width: 100%;
        max-width: 738px;
    }

    .content{
        width: 100%;
        max-width: 768px;
    }    

    .slider{
        width: 100%;
        height: auto;
    }

    .slider__line{
        width: 100%;
        max-width: 768px;
        height: auto;
    }

    .slider__img{
        width: 100%;
        height: auto;
        max-height: 473px;
        max-width: 768px;
    }
    
    .slider__btn-next, .slider__btn-prev{
        height: 100%;
        max-height: 473px;
        width: 45px;
    }

    .banner__content-img{
        height: auto;
        
    }

    .banner__content-button{
        top: 360px;
        font-size: 20px;
        width: 190px;
        height: 70px;
    }

    .baner__button{
        width: 35px;
        height: 50px;
    }

    .about__header-head{
        font-size: 65px;
    }

    .about__header-text{
        font-size: 18px;
    }

    .about__text{
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .product{
        width: 100%;
        max-width: 768px;
    }

    .product__cost{
        margin-top: 20px;
    }

    .product__type{
        align-items: center;
        justify-content: center;
    }

    .product__card {
        width: calc(33.33% - 20px);
        margin: 10px;
    }

    .product__card-img{
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .product__info-name{
        font-size: 14px;
        margin-top: 20px;
    }

    .product__info-about{
        width: 100%;
        height: 45px;
        max-width: 180px;
        margin-top: 20px;
    }

    .product__info-text{
        font-size: 14px;
    }

    .product__descr{
        width: 100%;
        max-width: 180px;
    }

    .product__info-img{
        width: 14px;
    }

    .product__descr.open{
        width: 100%;
        max-width: 180px;
    }

    .product__cost{
        width: 100%;
        max-width: 180px;
    }

    .product__cost a{
        width:85px ;
    }

    .product__cost-about{
        width: 100%;
        max-width: 85px;
        height: 45px;
        font-size: 13px;
    }

    .product__cost-tg{
        width: 30px;
    }

    .icons{
        width: 100%;
        max-width: 716px;
        justify-content: center;
        margin: 0 10px;
    }

    .icon__container-img{
        width: 90px;
        height: auto;
    }

    .icon__container-header{
        font-size: 18px;
    }

    .icon__container-text{
        font-size: 15px;
    }

    .partners__list{
        flex-wrap: wrap;
        justify-content: center;
    }

    .partners__img{
        margin: 10px;
    }

    .footer{
        width: 100%;
    }

    .footer__container{
        width: 100%;
    }

    .footer__wrap{
        width: 100%;
        max-width: 718px;
    }

    .footer__col{
        margin: 0 20px;
        width: 100%;
        max-width: 280px;
    }

    .footer__info{
        width: 100%;
    }
}

@media (max-width: 426px){
    .header{
        width: 100%;
        max-height: 50px;
    }

    .header__container {
        width: 100%;
        max-width:395px;
        height: auto;
        max-height:50px;
    }

    .header__link{
        width: auto;
        align-items: center;
        height: auto;
        justify-content: flex-start;
        max-height: 50px;
    }

    .header__link-text{
        margin: 50px;
        margin-right: 15px;
        margin-left: 0;
    }

    .header__link-design {
        font-size: 12px;
        height: auto;
    }

    .header__logo{
        width: 30px;
        height: 30px;
    }

    .lang-btn{
        width: 80px;
        height: 25px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 5px;
    }

    .lang-dropdown{
        max-width: 80px;
        margin: 0;
    }

    .lang-menu {
        min-width: 10px;
        max-width: 80px;
        padding: 0;
    }
    
    .lang-menu button {
        font-size: 12px;
        padding: 9px 10px;
    }
    
    .slider{
        width: 100%;
        height: auto;
    }

    .slider__line{
        width: 100%;
        max-width: 396px;
        height: auto;
    }

    .slider__img{
        width: 100%;
        height: auto;
        max-height: 253px;
        max-width: 396px;
    }
    
    .slider__btn-next, .slider__btn-prev{
        height: 100%;
        max-height: 253px;
        width: 20px;
    }

    .banner__content-img{
        height: auto;
        
    }

    .banner__content-button{
        top: 360px;
        font-size: 20px;
        width: 190px;
        height: 70px;
    }

    .baner__button{
        width: 10px;
        height: 25px;
    }

    .about__container{
        padding: 20px;
    }

    .about__header{
        margin: 0 0 15px 0;
    }

    .about__text{
        margin-bottom: 10px;
    }

    .about__header-head{
        font-size: 45px;
    }

    .about__header-text{
        font-size: 12px;
    }

    .product__content{
        margin: 0;
    }

    .product__content-header{
        font-size: 45px;
    }

    .product__header{
        height: 40px;
        margin: 20px 0;
    }

    .product__header-name{
        font-size: 20px;
    }

    .product__card {
        width: calc(50% - 24px);
        margin: 12px;
        border-radius: 15px;
    }

    .product__card-img{
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .product__info-name{
        font-size: 10px;
        margin-top: 10px;
    }

    .product__info-about{
        width: 100%;
        height: 20px;
        max-width: 160px;
        margin-top: 10px;
        padding: 15px;
    }

    .product__info-text{
        font-size: 9px;
    }

    .product__descr{
        width: 100%;
        max-width: 145px;
    }

    .product__info-img{
        width: 10px;
    }

    .product__descr.open{
        width: 100%;
        max-width: 145px;
        padding: 10px 15px;
    }

    .product__descr-text{
        font-size: 10px;
    }

    .product__cost{
        width: 100%;
        max-width: 180px;
        margin: 0;
    }

    .product__cost a{
        width:70px ;
    }

    .product__cost-about{
        width: 100%;
        max-width: 70px;
        height: 30px;
        font-size: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .product__cost-tg{
        width: 20px;
    }

    .cow__card{
        width: calc(50% - 24px);
        margin: 12px;
    }

    .cow__container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        
    }

    .cow__img-img{
        width: 150px;
        height: auto;
        border-radius: 5px;
    }

    .cow__btn-about{
        width: 100%;
        max-width: 150px;
        height: 35px;
    }

    .cow__about.open{
        width: 100%;
        max-width: 150px;
    }

    .cow__about{
        width: 100%;
        max-width: 150px;
    }

    .cow__btn-text, .cow__table-name, .cow__table-info, .cow__table-br, .cow__table-br2{
        font-size: 10px;
        padding: 8px;
    }

    .icons{
        flex-wrap: wrap;
        margin: 0;
    }

    .icon__container{
        width: 47%;
        margin: 0 5px;
    }

    .icon__container-header{
        margin-bottom: 15px;
        font-size: 16px;
    }

    .icon__container-text{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .icon__container-img{
        width: 80px;
        margin: 15px 0;
    }

    .partners__header{
        height: 40px;
        margin: 20px 0;
    }

    .partners__img{
        width: 90px;
        margin: 15px;
    }

    .footer__wrap{
        width: 100%;
        max-width: 395px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__header{
        font-size: 35px;
    }

    .footer__col{
        margin: 0 20px;
        width: 100%;
        max-width: 280px;
    }

    .footer__info{
        width: 100%;
        margin-bottom: 20px;
    }

    .footer__border{
        border-bottom: 2px rgba(57, 57, 57, 1) solid;
    }
}

@media (max-width: 376px){
    .header{
        width: 100%;
        max-height: 50px;
    }

    .header__container {
        width: 100%;
        max-width:345px;
        height: auto;
        max-height:50px;
    }

    .header__link-design{
        font-size: 10px;
    }

    .header__link-text{
        font-size: 10px;
    }

    .lang-btn{
        font-size: 10px;
    }

    .lang-menu button{
        font-size: 10px;
        padding: 9px 14px;
    }

    .slider__img{
        max-height: 221px;
    }

    .product__card{
        width: calc(50% - 12px);
        margin: 6px;
    }

    .product__info-about{
        max-width: 130px;
        padding: 15px 10px;
    }

    .product__cost-about{
        width: 100%;
        max-width: 60px;
        font-size: 8px;
    }

    .product__header-name{
        font-size: 18px;
    }

    .product__cost{
        width: 100%;
        max-width: 130px;
        margin: 0;
    }

    .product__cost a{
        width:60px ;
    }

    .product__info-name{
        font-size: 9px;
    }

    .product__descr, .product__descr.open{
        width: 130px;
    }

    .product__descr-text{
        font-size: 8px;
    }

    .cow__container{
        height: auto;
    }

    .cow__img-img{
        max-width: 123px;
        padding: 8px 0;
    }

    .cow__btn-about, .cow__about, .cow__about.open{
        max-width: 123px;
    }
}

@media (max-width: 321px){

    .container{
        padding: 0 5px;
    }

    .header__container {
        width: 100%;
        max-width:290px;
        height: auto;
        max-height:50px;
    }
    .header__link-text{
        margin-right: 10px;
    }

    .header__link-design{
        font-size: 8px;
    }

    .lang-btn{
        width: 60px;
        font-size: 8px;
    }

    .lang-menu button{
        font-size: 8px;
        padding: 9px 14px;
    }

    .slider__img{
        max-height: 186px;
    }

    .about__header-head{
        font-size: 30px;
    }

    .product__content-header{
        font-size: 35px;
    }

    .product__header-name{
        font-size: 16px;
    }

    .product__info-name{
        font-size: 9px;
    }

    .product__info-about, .product__descr, .product__descr.open{
        max-width: 110px;
    }

    .product__cost{
        max-width: 110px;
    }


    .product__cost-about{
        max-width:50px ;
        font-size: 7px;
    }

    .product__cost a{
        width:50px ;
        font-size: 7px;
    }

    .cow__container{
        max-width: 100px;
    }

    .cow__img-img{
        max-width: 100px;
        height: auto;
    }

    .cow__card-header{
        font-size: 14px;
    }

    .cow__btn-about{
        padding: 6px;
    }

    .cow__btn-about, .cow__about, .cow__about.open{
        width: 100px;
    }

    .cow__btn-text{
        font-size: 7px;
    }

    .cow__table-name, .cow__table-info, .cow__table-br, .cow__table-br2{
        font-size: 7px;
        padding: 3px;
    }

    .icon__container{
        width: 45%;
        margin: 0 7px;
    }

    .icon__container-header{
        margin-bottom: 15px;
        font-size: 14px;
    }

    .icon__container-text{
        font-size: 11px;
        margin-bottom: 5px;
    }

    .icon__container-img{
        width: 60px;
        margin: 15px 0;
    }

    .footer__header{
        font-size: 25px;
        margin: 20px;
    }

    .footer__info, .footer__border{
        max-width: 250px;
    }

    .footer__img-icon{
        width: 60px;
        margin-right: 20px;
    }

    .footer__img-header{
        font-size: 16px;
    }

    .footer__text-p{
        font-size: 14px;
    }

    .footer__border{
        margin-bottom: 20px;
    }
}