.components__table{
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 70px;
}
.components__table td,.components__table th{
    border: 1px solid #e0e0e0;
}
.components__table thead{
    background: #e8e8e8;
    height: 80px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #e40224;
}
@media (max-width: 1279px){
    .components__table thead{
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 1023px){
    .components__table thead{
        font-size: 16px;
        line-height: 25px;
    }
}
@media (max-width: 767px){
	.scroll-table {
		overflow-x: scroll;
	}
	.components__table {
		border-collapse: collapse;
		/*overflow: hidden;*/
		max-width: 100%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		margin-bottom: 70px;
		display: inherit;
		flex-wrap: wrap;
		flex-direction: column;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
    .display-none_320{
        display: none;
    }
}
.components__row td{
    padding: 10px 0;
	min-width:35px;
	width: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #414141;
	white-space: nowrap;
}
.components__row td a {
	font-size: 14px;
}
.components__row span{
    color: #e40224;
    display: block;
    line-height: 0;
	white-space: nowrap;
	margin-bottom: 7px;
}
.mob-message {
	display: none;
}

input[type='radio'],
label {
  cursor: pointer;
}

input[type='radio'] {
  position: relative;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid #e40224;
}

input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e40224;
  transform: translate(-50%, -50%);
  visibility: visible;
}

@media (max-width: 1279px){
    .components__row td{
        font-size: 16px;
        line-height: 35px;
    }
}
@media (max-width: 1023px){
    .components__row td{
        font-size: 15px;
        line-height: 25px;
    }
}
@media (max-width: 767px){
	.mob-message {
		display: block;
		background: #03a9f42b;
		padding: 10px;
		margin-bottom: 10px;
		color: #e40224;
		text-align: center;
	}
	.components__table thead {
		font-size: 14px;
		line-height: 25px;
	}
    .components__row td{
        font-size: 12px;
		width: 60px;
		padding: 10px;
    }
}
.components__row_grey{
    background: #f6f6f6;
}
.component__price{
    font-weight: 600!important;
	width: 50px;
}
.component__count-sub{
    width: 10%;
    text-align: center;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}
.components__count-result{
    width: 40%;
    border: none;
    outline: none;
    text-align: center;
    margin: 0 5%;
}
.component__count-add{
    width: 10%;
    text-align: center;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}
span.less {
    width: 10%;
    color: #000;
    margin-top: 13px;
    text-align: center;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}
span.more {
    width: 10%;
    margin-top: 14px;
    color: #000;
    text-align: center;
    padding: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}
.components__count{
    width: 98px;
    height: 30px;
    border: 1px solid #d3d2d2;
    background: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: auto;
}
h2.title{
    margin-top: 75px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 800;
    color: #414141;
	margin-bottom: 30px;
}
h2.title::after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #e40224;
    margin-top: 20px;
}
@media (max-width: 1023px){
    h2.title{
        margin-top: 40px;
    }
}
@media (max-width: 767px){
    h2.title{
        margin-top: 20px;
		font-size: 20px;
    }
}
.components__table tbody {
	border-bottom: 1px solid #e0e0e0;
}

.review{
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
}
.review__wrapper{
    display: flex;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}
.review__slider{
    width: 80%;
    overflow: hidden;
}
.review__left, .review__right{
    border: none;
    background: transparent;
    outline: none;
    font-size: 68px;
    margin: 0 15px;
}
.review__left:hover, .review__right:hover{
    color: #e40224;
    cursor: pointer;
}
.review__review{
    display: none;
    justify-content: space-between;
}
.review__note{
    display: none;
}
.review__note span{
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.review__navigation{
    background: #e8e8e8;
}
.review__review span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .review__navigation{
        display: flex;
        flex-direction: column;
    }
}
.review__img{
    width: 48%;
    margin: 1%;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 20px;
}
.review__descr span{
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.review__content{
    padding: 20px;
    /*min-height: 250px;*/
}
.review__button{
    padding: 19px 45px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #414141;
}
@media (max-width: 767px){
    #review{
        display: none;
    }
}
.review__button_active{
    background: white;
    color: #e40224;
    position: relative;
}
.review__button_active::before{
    content: url(../img/left-radius.png);
    display: block;
    height: 61px;
    top: 0;
    background: white;
    position: absolute;
    left: 0px;
    transform: translateX(-97%);
    -webkit-transform: translateX(-97%);
    -moz-transform: translateX(-97%);
    -ms-transform: translateX(-97%);
    -o-transform: translateX(-97%);
}
.review__button_active::after{
    content: url(../img/right-radius.png);
    display: block;
    height: 61px;
    top: 0;
    background: white;
    position: absolute;
    right: 0px;
    transform: translateX(97%);
    -webkit-transform: translateX(97%);
    -moz-transform: translateX(97%);
    -ms-transform: translateX(97%);
    -o-transform: translateX(97%);
}
.details{
    display: flex;
    margin: 30px 0 40px;
}
@media (max-width: 1023px){
    .details{
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .details{
        margin: 35px 0 20px;
    }
}
.details__contract{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}
.details__descr{
    margin-left: 67px;
}
@media (max-width: 1023px){
    .details__descr{
        margin-left: 0;
    }
}
.details__price{
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    color: #414141;
}
.details__price span{
    font-weight: 600;
    color: #e40224;
}
.details__time{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #414141;
}
.details__time span{
    font-weight: 600;
}
.details__total{
    font-size: 22px;
    line-height: 66px;
    font-weight: 500;
    color: #414141;
}
.details__total span{
    font-weight: 700;
    color: #e40224;
}
.card_slider{
    display: flex;
    align-items: center;
}
@media (max-width: 767px){
    .card_slider{
        flex-direction: column;
    }
}
.card_slider__preview{
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 366px;
}
@media (max-width: 767px){
    .card_slider__preview{
        flex-direction: row;
        min-height: 0;
		margin-bottom: 10px;
    }
}
.card_slider__img-view{
    width: 385px;
    height: 288px;
    margin-left: 68px;

}
@media (max-width: 767px){
    .card_slider__img-view{
        width: 300px;
        margin-left: 0;

    }
}
.card_slider__preview-img{
    width: 80px;
    height: 67px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-top: 20px;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}
.card_slider__preview-img:hover{
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.card_slider__preview-img:first-child{
    margin: 0;
}
@media (max-width: 767px){
    .card_slider__preview-img{
        margin: 0 5px;
    }
}

.glodal__links__wrapper {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 30px;
}
@media (max-width: 767px){
    .glodal__links__wrapper {
		margin-bottom: 0px;
	}
}
.glodal__links__wrapper h1 {
	display:none;
}
.details__descr h2 {
	margin-top: 0px;
	font-size: 34px;
	line-height: 50px;
	font-weight: 800;
	color: #414141;
	margin-bottom: 30px;
}
.details__descr h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #e40224;
    margin-top: 20px;
}
@media (max-width: 767px){
    .details__descr h2 {
		margin-top: 0px;
		font-size: 22px;
		line-height: 50px;
		font-weight: 800;
		color: #414141;
		margin-bottom: 30px;
	}
}
.button {
    min-width: 180px;
}
.button a {
	color: #fff;
}
.review__analogi{
    display: none;
}
