<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*РћРїС‚РёРјРёР·Р°С†РёСЏ РґР»СЏ С‚РµР»РµС„РѕРЅ РёР»Рё РїРѕ РїСЂРѕСЃС‚Сѓ Р°Рґ*/

/*РћР±С‰РёР№ РґРёР·Р°Р№РЅ*/
body{
    background: #2b2b2f;
    border-bottom-style: none;
    font-family: Arial;
    background-color: #c7c7c7;
    background-image: url(img/1642747867_99-phonoteka-org-p-belii-fon-dlya-saita-100.png);
    background-size: 100% auto;
    margin-top: -2px;
    margin-bottom: 1px;
}

/*РќР°СЃС‚СЂРѕР№РєР° РіР»Р°РІРЅРѕРіРѕ СЌРєСЂР°РЅР°*/

.page{
    width: 1250px;
    margin: auto auto;
    background-color: #fff;  
}

.page-index{
  height: 2066px;
}

.main{
  margin-left: 60px;
}

.main-news{
  margin-left: 20px;
}

/*РњРµРЅСЋ*/

.heder-1{
    background-color: #343434;
    padding: 30px;
}
/*РџРµСЂРµРІРѕРґ РІ flex*/
.menu-aside{
    display: flex;
}
/*РџРµСЂРµРІРѕРґ РІ Р»РµРІСѓСЋ С‡Р°СЃС‚СЊ*/
.menu-left{
    float: left;
    margin-top: -10px;
}
/*Р”РёР·Р°Р№РЅ РєРЅРѕРїРѕРє РІ РіР»Р°РІРЅРѕРј РјРµРЅСЋ*/
.nav-lin{
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    color: #ffffff;
    margin-right: 7px;
    font-size: 20px;
    text-align: end;
    font-weight: bold;
}
.nav-lin_down{
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: #ffffff;
  margin-right: 7px;
  font-size: 20px;
  text-align: end;
  font-weight: bold;
}
/*Р¦РІРµС‚ РєРЅРѕРїРѕРє РІ РіР»Р°РІРЅРѕРј РјРµРЅСЋ*/
.nav-lin:hover{
    color:#9a9a9a
}

/*Р’С‹РїР°РґР°СЋС‰РёРµ РјРµРЅСЋ*/

.dropbtn {
    background-color: #343434;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 16px;
    border: none;  
    color: #ffffff;
    margin-right: 7px;
    font-size: 20px;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    text-align: left;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: bold;    
    display: block;
  }
  
  .dropdown:hover .dropdown-content {display: block;}

/*РљРѕРЅС‚РµРЅС‚*/

.content{
    float: left;
    margin-right: 30px;
    background-color: #eee;
    width: 220px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1px;
}

.width-img{
  width: 350px;
}
/*Р”РёР·Р°Р№РЅ С„РѕС‚РѕРє РІ РєРѕРЅС‚РµРЅС‚Рµ*/
.content-img{
    height: 190px;
    width: 100%;
    object-fit: cover;  
    border-radius: 7px;
    width: 200px;
}
/*Р”РёР·Р°Р№РЅ title РІ РєРѕРЅС‚РµРЅС‚Рµ*/
.content-title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
/*Р”РёР·Р°Р№РЅ РІ РєРѕРЅС‚РµРєС‚ С‚РµРєСЃС‚Рµ*/
.content-text{
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}
/*РЎР»Р°Р¶РёРІР°РЅРёРµ РІ 1 СЃС‚РѕСЂРѕС‡РєРµ Р·РІРµР·Рґ*/
.content-ocenivanie{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
/*РЎР»Р°Р¶РёРІР°РЅРёРµ РІ 1 СЃС‚РѕСЂРѕС‡РєРµ Р·РІРµР·Рґ*/
.content-ocenivanie li{
    display: inline-block;
    margin-right: 5px;
    color:rgb(207, 207, 0)
}
/*Р”РёР·Р°Р№РЅ С†РµРЅС‹ РІ РєРѕРЅС‚РµРЅС‚Рµ*/
.content-price{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
/*Р”РёР·Р°Р№РЅ РєРЅРѕРїРєРё РєРѕСЂР·РёРЅС‹*/
.content-but{
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 145, 0);
}

.glav-but{
  border: none; 
  width: 40px; 
  height: 40px; 
  text-align:center; 
  font-size: 25px; 
  background-color: rgb(0, 145, 0);
}

.content-but:hover{
    color:black;
}

.vniz{
  margin-bottom: 1126px;
}

.vniz-katalog{
  margin-bottom: 2126px;
}

.vniz-news{
  margin-bottom: 126px;
}
  
/* РџРѕРґРІР°Р» СЃР°Р№С‚Р° */

.footer{
    height: 40px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #343434;
}


/*Р’С‹СЂР°РІРЅРёРµ РїРѕ С†РµРЅС‚Сѓ + РґРёР·Р°Р№РЅ*/
.footer-center{
    height: 40px;
    text-align: center;
    padding: 20px;
    background-color: #343434;
}
/*РћР±С‰РёР№ РґРёР·Р°Р№РЅ РєР°СЂС‚РёРЅРѕРє*/
.footer-img{
    border-bottom-style: none;
    color: #ffffff;
    margin-top: -6px;
}
/*РћР±С‰РёР№ РґРёР·Р°Р№РЅ РєРЅРѕРїРѕРє*/
.footer-text{
    border-bottom-style: none;
    color: #ffffff;
    margin-top: -20px;
}
/*Р¤РѕРЅ РєРЅРѕРїРѕРє*/
.footer-text:hover{
    color:#9a9a9a
}
/*Р”РёР·Р°Р№РЅ РєРЅРѕРїРѕРє*/
.footer-a{
    border-bottom-style: none;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
/*Р·Р°РјРµРЅР° С†РІРµС‚Р° РєРЅРѕРїРєРё*/
.footer-a:hover{
    color:#9a9a9a
}

.text_time_div{
    font-size: 18px;
    color:#fff;
}
/*С‚РµРєСЃС‚ РІ РєРѕРЅС‚Р°РєС‚Р°С…*/
.kontact{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}

/*РЎС‚СЂР°РЅРёС†Р°*/

.img_stranic{
  height: 470px;
  width: 800px;
  border-radius: 20px;
  text-align: center;
}

.text-news{
  font-size: 20px;
}
/*Р&nbsp;Р°Р·СЂРµС€РµРЅРёРµ 992 РїРёРєСЃРµР»РµР№*/
@media(max-width:992px){
  /*Page*/
  .page{
    width: 992px;
  }
  /*РљРѕРЅС‚Р°РєС‚С‹ РІ РёРЅРґРµРєСЃРµ*/
  .zatemnenie-index{
    height: 3395px; 
    margin-top: -1100px;
  }

  /*РїР°РіРµ РІ РёРЅРґРµ*/

  .page-index{
    height: 2322px;
  }
  /*РІРЅРёР· РІ РёРЅРґРµ*/

  .vniz{
    margin-bottom: 1757px;
  }
  
  
  .vniz-news{
    margin-bottom: 142px
  }
  .vniz-katalog{
    margin-bottom: 2833px;
  }
  .img_stranic{
    height: 400px;
    width: 700px;
    border-radius: 20px;
  }
}

/*Р&nbsp;Р°Р·СЂРµС€РµРЅРёРµ 776 РїРёРєСЃРµР»РµР№*/

@media(max-width:767px){
  /*page РІ РёРЅРґРµРєСЃ*/
  .page{
    width: 720px;
    margin: auto auto;
  }
  /*РѕС‚РґРµР»РµРЅРёРµ РІ main*/
  .main{
    margin-left: 90px;
  }
  /*РєРѕРЅС‚Р°РєС‚С‹ РІ РёРЅРґРµРєСЃРµ*/
  .zatemnenie-index{
    height: 3495px; 
    margin-top: -1100px;
    width: 100%;
  }
  /*page d index*/
  .page-index{
    height: 3222px;
  }
  /*РІРЅРёР·*/
  .vniz{
    margin-bottom: 2580px;
  }
  .vniz-katalog{
    margin-bottom: 4266px;
  }
  /*РІРЅРёР· РІ С‚РµР»РµС„РѕРЅРµ*/
  .main-katalog{
    margin-left: 80px;
  }
  .img_stranic{
    height: 300px;
    width: 500px;
    border-radius: 20px;
  }
}


/*Р&nbsp;Р°Р·СЂРµС€РµРЅРёРµ 568 РїРёРєСЃРµР»РµР№*/

@media(max-width:568px){
  .page{
    width: 530px;
    margin: auto auto;
  }

  .main{
    margin-left: -20px;
  }

  .main-katalog{
    margin-left: 50px;
  }

  .zatemnenie-index{
    height: 5922px; 
    margin-top: -1100px;
    width: 100%;
  }
  
  .page-index{
    height: 6222px;
  }
  .vniz{
    margin-bottom: 4180px;
  }
  .content{
    margin-left: 125px;
  }
  .vniz-katalog{
    margin-bottom: 8366px;
  }
  
  .img_stranic{
    height: 220px;
    width: 400px;
    border-radius: 20px;
  }
  
}
/*Р&nbsp;Р°Р·СЂРёС€РµРЅРёРµ 500 РїС…*/
@media(max-width:500px){
  .page{
    width: 500px;
    margin: auto auto;
  }
  .main-katalog{
    margin-left: 1px;
  }
  .main{
    margin-left: -20px;
  }
  .img_stranic{
    height: 200px;
    width: 350px;
    border-radius: 20px;
  }

} 
/*Р&nbsp;Р°Р·СЂРµС€РµРЅРёРµ 450 РїС…*/
@media(max-width:450px){
  .page{
    width: 450px;
    margin: auto auto;
  }
  .img_stranic{
    height: 170px;
    width: 300px;
    border-radius: 20px;
  }
}

@media(max-width:440px){
  .page{
    width: 440px;
    margin: auto auto;
  }
}

@media(max-width:420px){
  .page{
    width: 420px;
    margin: auto auto;
  }
}

@media(max-width:400px){
  .page{
    width: 400px;
    margin: auto auto;
  }
  .main{
    margin-left: -43px;
  }
  .img_stranic{
    height: 190px;
    width: 290px;
    border-radius: 20px;
  }
}

</pre></body></html>