@charset "UTF-8";
.price {
  overflow: hidden;
  margin: 0 0 50px;
  /*	&__spoiler{
		&:not(.active):hover{
			background: #F1F1F1;
			div{
				background: inherit;
				&:after{
					background: inherit;
				}
			}
		}
		&.active{
			.price__toggle{
				&:after{
					display: none;
				}
			}
		}
		.price__discount{
			height:21px;
			line-height: 21px;
		}
		.svg-rub{
			height:11px;
			width:8px;
		}
	}*/
  /*
	&__toggle{
		display: inline-block;
		position:relative;
		width:26px;
		height:26px;

		&:before,
		&:after{
			position:absolute;
			top:50%;
			left:50%;
			background:#FFDF5A;
			content:'';
		}
		&:before{
			width: 26px;
			height: 4px;
			margin:-2px 0 0 -13px;
		}
		&:after{
			height:26px;
			width:4px;
			margin:-13px 0 0 -2px;
		}
	}
	&__hidden{
		position:relative;
		padding-left:15px;
		font-size:14px;
		background: #F5F5F5;
		height:0;
		overflow: hidden;
		transition:0.2s;
		color:#3b3b3b;

		&.open{
			height:auto;
		}

		&:before{
			position:absolute;
			right:100%;
			top:0;
			bottom:0;
			width:6px;
			background: lighten(#FFDF5A, 15%);
			content:'';
		}

		.price{
			&__cell{
				padding:8px 0px;

				div{
					position:relative;
					display: inline-block;
					background: #F5F5F5;
				}
				&:first-child{

					div:before{
						position: absolute;
						bottom:0;
						left:0;
						width:1000px;
						height:0px;
						background:none;
						border-bottom:1px dashed #e8e8e8;
						content:'';
					}
					div:after{
						position:absolute;
						bottom:0;
						left:0;
						right:0;
						height:1px;
						background: #F5F5F5;
						content:'';
					}
				}
			}
			&__row:last-child{
				padding-bottom:2px;
				//border-bottom:15px solid #fff;
			}
		}
	}*/ }
  .price__header {
    font-size: 28px;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
    position: relative; }
  .price__icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #FFDF5A;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .price__row {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none;
    text-align: left;
    color: inherit;
    border: 1px solid #E2E2E2; }
    .price__row + .price__row {
      border-top: 0; }
  .price__title {
    margin: 0 24px;
    padding: 0; }
  .price a {
    font-weight: 400; }
    .price a .price__title {
      border-bottom: 1px solid #C0C0C0; }
    .price a:hover .price__title {
      border-bottom: 1px solid transparent; }
    .price a:hover div {
      background: inherit; }
      .price a:hover div:after {
        background: inherit; }
  .price__show {
    white-space: nowrap; }
  .price__cell {
    padding: 13px 0px 14px; }
    .price__cell div {
      position: relative;
      display: inline-block;
      background: #fff; }
  .price__cell:last-child div {
    vertical-align: bottom;
    padding: 0 24px 0 10px; }
  .price__cell, .price__head {
    display: table-cell;
    vertical-align: bottom;
    line-height: normal; }
    .price__cell:last-child, .price__head:last-child {
      width: 120px;
      text-align: right; }
  .price__head {
    font-weight: bold;
    padding: 18px 24px;
    background: #F1FBF5; }
  .price__discount {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: -2px;
    bottom: -2px;
    background: #fcea5f;
    color: #333;
    white-space: nowrap;
    line-height: 23px;
    height: 23px;
    padding-left: 5px;
    text-decoration: none; }
    .price__discount:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #fcea5f;
      border-right: 10px solid transparent;
      content: ''; }
    .price__discount + .price__cost {
      text-decoration: line-through; }
  @media all and (max-width: 768px) {
    .price {
      /*		&__header{
			font-size:21px;
		}*/ } }
  @media all and (max-width: 480px) {
    .price {
      /*		&__hidden{
			padding-left:8px;
		}*/ }
      .price__head {
        padding: 8px 10px; }
      .price__cell {
        font-size: 12px;
        padding: 10px 0; }
        .price__cell:last-child {
          width: 80px; }
      .price__discount {
        height: 20px; }
      .price__title {
        padding: 0;
        margin: 0 10px; }
      .price__cell:last-child div {
        padding: 0 10px; } }

/*
.js-price-spoiler{
	cursor: pointer;
}*/
