@charset "UTF-8";

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

.col_left p
{
 font-size: 1rem;
 font-weight: 600;
 margin-bottom: 20px
}

.col_left ul
{
 margin-bottom: 20px
}

.col_left li
{
 list-style: none;
 font-size: 0.813rem;
 font-weight: 500;
 padding-top: 0;
 padding-left: 2px;
 padding-right: 0;
 padding-bottom: 0;
 margin-top: 0;
 margin-left: -40px;
 margin-right: 0;
 margin-bottom: 15px
}

.col_item
{
 position: relative;
 width: 80%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px;
}

.item_row
{
 display: flex;
 position: relative;
 max-width: 1300px;
 padding: 0;
 margin: 0 auto;
 justify-content: space-between
}

.item_images
{
 position: relative;
 width: 65%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 30px
}

.item_images_preview
{
 display: grid;
 grid-template-columns: 1fr;
 grid-gap: 2px;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 5px
}

.item_images_hidden
{
 display: none;
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 5px
}

.item_image
{
 position: relative;
 padding: 0;
 margin: 0
}

.item_image img
{
 width: 100%;
 height: auto;
 border-radius: 3px
}

.item_images_open
{
 position: relative;
 padding: 0;
 margin: 0;
 cursor: pointer
}

.item_images_hide
{
 display: none;
 cursor: pointer
}

.images_button
{
 font-size: 0.813rem;
 font-weight: 400;
 text-align: center;
 position: relative;
 padding-top: 10px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 10px;
 margin: 0;
 background: #F0F0F0
}

.item_sale
{
 font-size: 1.25rem;
 font-weight: 400;
 color: #ffffff;
 position: absolute;
 padding: 15px;
 margin: 0;
 top: 0;
 right: 0;
 background: #CC0000;
 z-index: 100
}

.item_card
{
 display: flex;
 position: relative;
 width: 35%;
 padding-top: 0;
 padding-left: 70px;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box
}

.item_cart_sticky
{
 position: sticky;
 width: 100%;
 top: 30px;
 align-self: start
}

.item_cart_title
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 15px
}

.item_cart_title h1
{
 font-size: 1.25rem;
 margin-bottom: 5px
}

.item_cart_title h2
{
 font-size: 0.875rem;
 color: #333333;
 margin: 0
}

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

.item_cart_price p
{
 font-size: 1.125rem;
 font-weight: 600;
 color: #000000;
 margin: 0
}

.rub
{
 display: inline-block;
 font-size: 0.875rem;
 font-weight: 400;
 color: #333333;
 line-height: 4px;
 width: 0.4em;
 border-bottom: 1px solid #666666
}

.old_price
{
 font-size: 1rem;
 font-weight: 400;
 color: #666666;
 text-decoration: line-through;
 margin-left: 15px
}

.old_price_rub
{
	display: inline-block;
 font-size: 0.813rem;
 font-weight: 400;
 color: #999999;
 line-height: 4px;
	width: 0.4em;
	border-bottom: 1px solid #999999
}

.item_cart_stock
{
 position: relative;
 padding: 0;
 margin-top: -10px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px
}

.item_cart_stock p
{
 font-size: 0.75rem;
 font-weight: 400;
 color: #666666;
 margin-bottom: 10px
}

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

.item_cart_link p
{
 font-size: 0.813rem;
 font-weight: 400;
 color: #666666;
 line-height: 1.5;
 margin-bottom: 10px
}

.item_cart_link ul
{
 margin-bottom: 10px
}

.item_cart_link li
{
 list-style: none;
 font-size: 0.75rem;
 font-weight: 400;
 color: #666666;
 padding: 0;
 margin-top: 0;
 margin-left: -40px;
 margin-right: 0;
 margin-bottom: 10px
}

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

.cart_button
{
 position: relative;
 padding: 0;
 margin: 0
}

.cart_button_link
{
 font-size: 0.813rem;
 font-weight: 400;
 position: relative;
 padding: 0;
 margin-top: 20px;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 0
}

.inactive_button
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 600;
 color: #ffffff;
 text-transform: uppercase;
 width: 100%;
 padding-top: 20px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 20px;
 margin: 0;
 background: #666666;
 border: 0;
 border-radius: 5px;
 cursor: pointer;
 -webkit-appearance: none
}

.add_cart_button
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 600;
 color: #ffffff;
 text-transform: uppercase;
 width: 100%;
 padding-top: 20px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 20px;
 margin: 0;
 background: #000000;
 border: 0;
 border-radius: 5px;
 cursor: pointer;
 -webkit-appearance: none
}

.goto_cart_button
{
 font-family: 'Nunito Sans', Helvetica, sans-serif;
 font-size: 0.813rem;
 font-weight: 600;
 color: #ffffff;
 text-transform: uppercase;
 width: 100%;
 padding-top: 20px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 20px;
 margin: 0;
 background: #009900;
 border: 0;
 border-radius: 5px;
 cursor: pointer;
 -webkit-appearance: none
}

.item_cart_description
{
 position: relative;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 50px
}

.item_cart_description p
{
 font-size: 0.813rem;
 line-height: 1.5;
 margin-bottom: 20px
}

.item_cart_description ul
{
 margin: 0
}

.item_cart_description li
{
 list-style: none;
 font-size: 0.813rem;
 padding: 0;
 margin-top: 0;
 margin-left: -40px;
 margin-right: 0;
 margin-bottom: 10px
}

.item_text
{
 position: relative;
 width: 65%;
 padding-top: 30px;
 padding-left: 35px;
 padding-right: 35px;
 padding-bottom: 30px;
 margin: 0;
 background: #ECECEC;
 border: 1px solid #E3E3E3;
 box-sizing: border-box
}

.item_text h2
{
 margin-bottom: 20px
}

.item_text h3
{
 margin-bottom: 20px
}

.item_text p
{
 line-height: 1.7;
 margin-bottom: 20px
}

.item_text ul
{
 margin-bottom: 15px
}

.item_text li
{
 line-height: 1.7;
 margin-bottom: 3px
}

.item_features
{
 position: relative;
 width: 35%;
 padding-top: 0;
 padding-left: 70px;
 padding-right: 0;
 padding-bottom: 0;
 margin: 0;
 box-sizing: border-box
}

.item_features div
{
 display: flex;
 padding-top: 15px;
 border-bottom: 1px solid #E3E3E3;
 justify-content: space-between;
 align-items: flex-end;
}

.item_features div:last-child
{
 border: none;
}

.item_features h2
{
 margin-bottom: 20px
}

.item_features h3
{
 font-size: 0.875rem;
 margin-bottom: 10px
}

.item_features p
{
 width: 50%;
 line-height: 1.7;
 margin-bottom: 5px
}

.item_features p:nth-child(2)
{
 text-align: right
}

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

.subhead h2
{
 margin: 0
}

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

.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: 50px
}

.other_item
{
 position: relative;
 padding: 0;
 margin: 0
}

.other_item_image
{
 position: relative;
 max-height: 200px;
 height: 100%;
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin-bottom: 20px;
 border-radius: 7px;
 background: #FFF;
}

.other_item_image img
{
 width: 100%;
 height: 100%;
 padding: 10px;
 object-fit: contain;
 box-sizing: border-box;
}

.other_item_text
{
 position: relative;
 padding: 0;
 margin: 0
}

.other_item_text h3
{
 font-size: 0.813rem;
 margin-bottom: 10px
}

.other_item_price
{
 position: relative;
 width: 100%;
 padding: 0;
 margin: 0
}

.other_item_price p
{
 font-size: 0.813rem;
 font-weight: 500;
 line-height: 1.3;
 color: #000000;
 margin: 0
}

.other_rub
{
	display: inline-block;
 font-size: 0.75rem;
 font-weight: 400;
 color: #666666;
 line-height: 4px;
	width: 0.4em;
	border-bottom: 1px solid #666666;
}

.other_old_price
{
 font-size: 0.813rem;
 font-weight: 400;
 color: #333333;
 text-decoration: line-through
}

@media screen and (max-width: 1500px)
{
 .item_card
 {
  padding-left: 50px
 }

 .item_features
 {
  padding-left: 50px
 }
}

@media screen and (max-width: 1120px)
{
 .col_left
 {
  display: none;
 }
 
 .col_item
 {
  width: 100%
 }
 
 .item_row, .other_items
 {
  padding-left: 50px;
 }
}

@media screen and (max-width: 980px)
{
 .item_row
 {
  padding-left: 30px;
  padding-right: 30px
 }

 .item_card
 {
  padding-left: 30px
 }

 .item_text
 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px
 }

 .item_features
 {
  padding-left: 30px
 }

 .subhead
 {
  padding-top: 30px
 }

 .photo_row
 {
  margin-top: 30px
 }

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

@media screen and (max-width: 780px)
{
 .item_row
 {
  display: block
 }

 .item_images
 {
  width: 100%;
  margin-bottom: 30px
 }

 .item_card
 {
  width: 100%;
  padding-left: 0
 }
 
 .item_cart_sticky
 {
  width: 100%;
  max-width: unset;
 }

 .item_cart_description
 {
  margin-bottom: 30px
 }

 .item_text
 {
  width: 100%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px
 }

 .item_text h2, .item_text h3, .item_text p
 {
  margin-bottom: 15px
 }

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

 .item_features h2, .item_features h3, .item_features p
 {
  margin-bottom: 15px
 }

 .subhead
 {
  padding-top: 20px;
  padding-bottom: 20px
 }

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

@media screen and (max-width: 480px)
{
 .images_button
 {
  margin-top: -20px;
  margin-bottom: 30px
 }

 .item_row
 {
  padding: 0
 }

 .item_card
 {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box
 }

 .item_cart_price p
 {
  font-size: 1.25rem
 }

 .rub
 {
  font-size: 1.125rem;
	 border-bottom: 2px solid #666666
 }

 .old_price
 {
  font-size: 1.25rem
 }

 .old_price_rub
 {
  font-size: 1.125rem;
	 border-bottom: 2px solid #999
 }

 .item_cart_stock
 {
  margin-top: 0
 }

 .item_cart_stock p
 {
  font-size: 0.875rem
 }

 .item_cart_link p
 {
  font-size: 0.875rem
 }

 .item_cart_link li
 {
  font-size: 0.875rem;
  margin-bottom: 15px
 }

 .item_cart_button p
 {
  font-size: 0.875rem;
  margin-top: 20px
 }

 .inactive_button, .add_cart_button, .goto_cart_button
 {
  font-size: 0.875rem
 }

 .item_cart_description p
 {
  font-size: 0.875rem
 }

 .item_cart_description li
 {
  font-size: 0.875rem;
  margin-bottom: 15px
 }

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

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

 .item_features h3
 {
  font-size: 1rem
 }

 .item_features p
 {
  font-size: 0.938rem
 }

 .other_items
 {
  padding-left: 0;
  padding-right: 0
 }

 .row
 {
  grid-template-columns: 1fr;
  grid-gap: 30px
 }

 .other_item_text h3
 {
  font-size: 1rem;
  font-weight: 500
 }

 .other_item_price p
 {
  font-size: 1.125rem
 }

 .other_rub
 {
  font-size: 0.875rem;
  line-height: 3px
 }

 .other_old_price
 {
  font-size: 1rem
 }
}