
html{
    font-family: 'Inter', sans-serif;
    background: linear-gradient(170.55deg, #FFFFFF 7.57%, #DAF2FF 14.07%, #FFFFFF 22.41%, #FFE4E2 29.13%, #FFFFFF 34.38%, #DAF2FF 40.78%, #FFFFFF 47.13%, #DAF2FF 55.2%, #FFFFFF 62.24%, #FFE4E2 70.58%, #FFFFFF 78.03%, #DAF2FF 85.37%, #FFFFFF 91.81%);
}
.main-bg{
    background: linear-gradient(170.55deg, #FFFFFF 7.57%, #DAF2FF 14.07%, #FFFFFF 22.41%, #FFE4E2 29.13%, #FFFFFF 34.38%, #DAF2FF 40.78%, #FFFFFF 47.13%, #DAF2FF 55.2%, #FFFFFF 62.24%, #FFE4E2 70.58%, #FFFFFF 78.03%, #DAF2FF 85.37%, #FFFFFF 91.81%);

}

h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #280C06;
}
p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #280C06;
}
.margin-top-15{
    margin-top: 15px;
}
.gallery
{
    /* display: inline-block; */
    /* margin-top: 20px; */
}
.fancybox-sertifikate{
    margin-bottom: 30px;
}
.figure-img{
    border: 5px solid #FFFFFF;
    filter: drop-shadow(-2px 2px 10px #F1BBB7);
    border-radius: 10px;
}
@font-face {
    font-family: Inter; /* Гарнитура шрифта */
    src: url(/fonts/static/Inter-Regular.ttf); /* Путь к файлу со шрифтом */
   }
/* шапка */
.header-bg {
    background: linear-gradient(89.6deg, #FFE4E2 12.58%, #FEFEFE 50.89%, #FFE4E2 88.76%);
}
a.header-phone{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #280C06;
    text-decoration: none;
}
.col-logo{
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo-image{
    max-width: 200px;
}
/* о нас */
.about-as {
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.about-as h2{
    /* margin-bottom: 26px; */
}
.about-as ul {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
    color: #280C06;
}
.about-as p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
    color: #280C06;
}
.orang-border-left{
    border-left: 2.43252px solid #EE877F;
    padding-left: 30px;
}
.btn-official-shop{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24.75px;
    line-height: 30px;
    text-align: center;
    color: #FB7C45;
    width: 100%;
    border: 1px #FB7C45 SOLID;
    box-shadow: -2.475px 2.475px 12.375px #F1BBB7;
    border-radius: 12.375px;
}
.wb-btn{
    background: linear-gradient(124.85deg, #77288B -0.26%, #D91D8B 43.52%, #BF208B 65.41%);
    color: #fff;
    font-weight: bolder;
    font-size: 22px;
    border-radius: 12.38px;
    width: 50%;
    box-shadow: -2.475px 2.475px 12.375px #F1BBB7;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
.oz-btn{
    background: #2259F4;
    border-radius: 12.38px;
    color: #fff;
    font-weight: bolder;
    font-size: 22px;
    width: 50%;
    box-shadow: -2.475px 2.475px 12.375px #F1BBB7;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.img-right-about-us{
    text-align: end;
}
/* конец о нас */

/* наши преимущества */
.our-advantage{
    margin-top: 50px;
}
.our-advantage-item div{
    text-align: center;
    padding-top: 30px;
}
.our-advantage div > .figure-caption{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #280C06;
    margin-top: 10px;
}
/* конец наши преимущества */

/* каталог */
.catalog{
    margin-top: 50px;
}

.catalog-item .div1 > a{
    background: #FFE4E2;
    border: 1px solid #FFFFFF;
    box-shadow: -2px 2px 10px #F1BBB7;
    border-radius: 10px;    
    width: 100%;
    /* height: 90px; */
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #280C06;
    margin-top: 30px;
}
.pink-blok{
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: 90px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFE4E2;
    border: 1px solid #FFFFFF;
    box-shadow: -2px 2px 10px #F1BBB7;
    border-radius: 10px;
    text-align: center;
}
.pink-blok-margin-bottom-30{
    margin-bottom: 30px;
}

.pink-blok a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    color: #280C06;
}
/* конец каталог */

/* Накладки на голени */
.leg-pads{
    margin-top: 100px;
}
.lag-pads-description{
    padding-top: 20px;
}
.lag-pads-description p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #280C06;
}

.lag-pads-description figure{
    margin: 0;
}
.size{
    text-align: center;
}
.size>p, .size span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #280C06;
}

.lag-pads-gallery{
    
}
.sub-f{
    padding-top: 100px;
    padding-bottom: 50px;
}
footer{
    margin-top: 50px;
    background: linear-gradient(88.12deg, #FFE4E2 11.77%, #FFFDFD 45.1%, #FFE4E2 86.77%);
}
.col-footer-logo{
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo-footer-image{

}
.col-footer-info{
    text-align: end;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.col-footer-info >p> a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #280C06;
    text-decoration: none;
}
/* конец Накладки на голени */
@media (min-width: 576px) {  

}


@media (min-width: 768px) {  
    
}


@media (min-width: 992px) {  
    
}


@media (min-width: 1200px) {  
    
}


@media (min-width: 1400px) {  
    
}