@charset "UTF-8";

.banner
{
 position: relative;
 width: 100%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 70px;
 background: #F3F3F3;
 border-bottom: 1px solid #E3E3E3;
 overflow: hidden
}

.banner_wrap
{
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 overflow: hidden
}

.banner_about
{
 position: relative;
 width: 55%;
 padding: 0;
 margin-top: 100px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 120px;
 border-radius: 5px;
 background: rgba(255, 255, 255, 0.8);
 backdrop-filter: blur(5px);
 overflow: hidden
}

.banner_text
{
 position: relative;
 padding-top: 30px;
 padding-left: 35px;
 padding-right: 35px;
 padding-bottom: 20px;
 margin: 0;
 overflow: hidden
}

.banner_text h1
{
 font-size: 1.375rem;
 color: #333;
 margin-bottom: 10px
}

.banner_text p
{
 font-weight: 300;
 color: #333;
 line-height: 1.7;
 margin-bottom: 10px
}

.home_content
{
 position: relative;
 max-width: 1300px;
 padding-top: 0;
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 0;
 margin: 0 auto;
 overflow: hidden
}

.utp_row
{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 grid-gap: 30px;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px;
 overflow: hidden
}

.utp_item
{
 display: flex;
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 justify-content: space-between;
 overflow: hidden
}

.utp_item_image
{
 position: relative;
 width: 50%;
 height: auto;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.utp_item_image img
{
 width: 100%;
 height: auto;
 padding: 10px;
 border: 1px solid #E3E3E3;
 border-radius: 5px;
 box-sizing: border-box
}

.utp_item_text
{
 position: relative;
 width: 50%;
 padding-top: 0;
 padding-left: 20px;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden
}

.utp_item_text h2
{
 font-size: 1rem;
 color: #333;
 margin-bottom: 10px
}

.utp_item_text p
{
 font-size: 0.875rem;
 font-weight: 300;
 line-height: 1.5;
 margin: 0
}

.subhead
{
 position: relative;
 padding-top: 30px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 30px;
 margin: 0;
 overflow: hidden
}

.subhead h2
{
 font-size: 1.25rem;
 margin: 0
}

.row
{
 display: grid;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 grid-gap: 30px;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 25px;
 overflow: hidden
}

.item
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 overflow: hidden
}

.item_image
{
 position: relative;
 width: 100%;
 height: auto;
 padding: 0;
 margin: 0;
 border-radius: 3px;
 overflow: hidden
}

.item_image img
{
 width: 100%;
 height: auto
}

.news_item_image
{ 
 position: relative;
 width: 100%;
 height: 14vw;
 max-height: 200px;
 padding: 0;
 margin: 0;
 border-radius: 3px;
 overflow: hidden;
}

.news_item_image img
{
 object-fit: cover;
 width: 100%;
 height: 100%
}

.item_text
{
 position: relative;
 padding-top: 25px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 10px;
 overflow: hidden
}

.item_text h3
{
 font-size: 1rem;
 font-weight: 400;
 margin-bottom: 15px
}

.item_text p
{
 font-weight: 300;
 color: #333;
 line-height: 1.5;
 margin: 0
}

.item_date
{
 position: relative;
 width: 100%;
 padding-top: 5px;
 padding-left: 0;
 padding-right: 0;
 padding-bottom: 25px;
 margin: 0;
 bottom: 0;
 overflow: hidden
}

.item_date p
{
 color: #333;
 margin: 0
}

.item_price
{
 position: relative;
 width: 100%;
 bottom: 0;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 25px;
 overflow: hidden
}

.item_price p
{
 font-size: 1.125rem;
 color: #333;
 margin: 0
}

.rub
{
 font-size: 1rem;
 color: #666
}

.old_price
{
 color: #666;
 text-decoration: line-through
}

.new_price
{
 color: #CC0000
}

.offers_row
{
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-gap: 30px;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 50px;
 overflow: hidden
}

.offer_item
{
 display: flex;
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0;
 justify-content: space-between;
 overflow: hidden
}

.offer_item_image
{
 position: relative;
 width: 40%;
 height: auto;
 padding: 0;
 margin: 0;
 border-radius: 3px;
 box-sizing: border-box;
 overflow: hidden
}

.offer_item_image img
{
 width: 100%;
 height: auto
}

.offer_item_text
{
 position: relative;
 width: 60%;
 padding-top: 0;
 padding-left: 20px;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box;
 overflow: hidden
}

.offer_item_text h3
{
 font-size: 1rem;
 font-weight: 400;
 margin-bottom: 10px
}

.offer_item_text p
{
 font-weight: 300;
 line-height: 1.5;
 margin-bottom: 5px
}

@media screen and (max-width: 980px)
{
 .banner
 {
  margin-bottom: 30px
 }

 .banner_wrap
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .banner_about
 {
  width: 75%;
  margin-top: 30px;
  margin-bottom: 30px
 }

 .banner_text
 {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px
 }

 .banner_text p
 {
  font-size: 0.875rem;
  margin-bottom: 10px
 }

 .home_content
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .utp_row
 {
  margin-bottom: 30px
 }

 .utp_item
 {
  display: block
 }

 .utp_item_image
 {
  width: 100%
 }

 .utp_item_text
 {
  width: 100%;
  padding-top: 25px;
  padding-left: 0
 }

 .row
 {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px
 }

 .offers_row
 {
  margin-bottom: 30px
 }
 
 .news_item_image 
 {
  max-height: 250px;
  height: 30vw
 }
}

@media screen and (max-width: 780px)
{
 .utp_row
 {
  grid-gap: 20px
 }

 .row
 {
  grid-gap: 20px
 }

 .item_date
 {
  padding-bottom: 20px
 }

 .offers_row
 {
  grid-template-columns: 1fr
 }
}

@media screen and (max-width: 680px)
{
 .banner_about
 {
  width: 100%
 }

 .banner_text p
 {
  font-size: 0.938rem
 }

 .subhead
 {
  padding-top: 20px;
  padding-bottom: 20px
 }
 
 .news_item_image 
 {
  max-height: 220px;
  height: 30vw
 }
}

@media screen and (max-width: 480px)
{
 .banner_wrap
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .banner_about
 {
  margin-top: 20px;
  margin-bottom: 20px
 }

 .banner_text
 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px
 }

 .banner_text p
 {
  font-size: 1rem
 }

 .home_content
 {
  padding-left: 20px;
  padding-right: 20px
 }

 .utp_row
 {
  grid-template-columns: 1fr
 }

 .utp_item_text h2
 {
  font-size: 1.25rem
 }

 .utp_item_text p
 {
  font-size: 1rem
 }

 .row
 {
  grid-template-columns: 1fr
 }

 .item_text h3
 {
  font-size: 1.125rem
 }

 .item_text p
 {
  font-size: 1rem
 }

 .item_date p
 {
  font-size: 0.875rem
 }

 .offers_row
 {
  grid-gap: 20px;
  margin-bottom: 20px
 }

 .offer_item
 {
  display: block
 }

 .offer_item_image
 {
  width: 100%
 }

 .offer_item_text
 {
  width: 100%;
  padding-top: 20px;
  padding-left: 0
 }

 .offer_item_text h3
 {
  font-size: 1.125rem
 }

 .offer_item_text p
 {
  font-size: 1rem
 }
 
 .news_item_image 
 {
  max-height: 240px;
  height: 100vw
 }
}