

/* Start:/local/templates/ss/components/bitrix/news.list/prise/style.css?17593993473604*/
.prise-table {
	position: relative;
	width: 30%;
}
.prise-table-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
	border: 1px solid #504f4f;
    text-align: center;
    padding: 0 20px 20px
}
.prise-table-block h4 {
	font-weight: 500;
    font-size: 16px;
    padding: 30px 0 20px;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    color: #232323;
}
.prise-table-block h4:after {
	display: none;
}
.prise-table-block h4:before {
	content: '';
    position: relative;
    top: -32px;
    width: 98px;
    height: 3px;
    background: #e4e7e9;
    margin: 0 auto;
    display: block;
    transition: all 300ms ease-in-out 0s;
}
.prise-table-block:hover h4:before {
    background: #27ae61;
}
.prise-table-block:hover .white.btn span {
    border: 1px solid #27ae61;
	background: #27ae61;
	color: #fff;
}
.prise-table-block-round {
	width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 4px solid #f6f6f8;
    overflow: hidden;
    margin: 0 auto 20px;
    background: #fff;
    letter-spacing: 0.5px;
    color: #232323;
    line-height: 24px;
}
.prise-table-block-round-round {
	width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #27ae61;
    border-radius: 100%;
    padding-top: 22px;
    line-height: 10px;
}
.prise-table-block-round-round strong {
	font-size: 40px;
    font-weight: 400;
    color: #232323;
    line-height: 1.2;
    font-style: normal;
}
.prise-table-block-list  {
	position: relative;
	max-height: 700px;
    overflow: hidden;
    z-index: 1;
}
.prise-table-block-list ul {
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: left;
}
.prise-table-block-list.hei100 {
    max-height: 100%;
}
.prise-table-block-list ul li {
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    width: 100%;
    padding-left: 20px;
	line-height: 18px;
}
.prise-table-block-list ul li:before {
    content: "\f058";
	color: #27ae61;
    font-family: "Font Awesome 5 Free";
	font-size: 14px;
    position: absolute;
    left: 0px;
}
.prise-table-block-list span {
	display: block;
    font-size: 12px;
    padding-top: 5px;
}
.razvorot {
	display: flex;
    position: relative;
    flex-direction: column;
    line-height: 16px;
    font-size: 12px;
    color: #817f7f;
    padding-top: 30px;
    padding-bottom: 5px;
}
.razvorot:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 50px;
    top: -30px;
    background: url(/local/templates/ss/images/tuman.png) bottom repeat-x;
}
.razvorot i {
    padding-bottom: 2px;
    font-size: 30px;
    color: #817f7f;
    cursor: pointer;
}
.razvorot.none, 
#close1.razvorot.none, 
#close2.razvorot.none, 
#close3.razvorot.none {
    display: none;
}
.bonus {
	display: flex;
	background: #ffdb79;
    padding: 20px 20px 5px;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
}
.bonus i {
    font-size: 50px;
    float: left;
    padding: 5px 15px 20px 0;
}
.bonus strong {
    font-size: 17px;
}
.vah {
	position: absolute;
    right: -5px;
    top: -5px;
    background: url(/local/templates/ss/images/hit.png) center no-repeat;
    width: 73px;
    height: 73px;
}
.vah  p {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    color: #fff;
    font-size: 16px;
    padding: 8px 28px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.subtit {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0;
}
/* End */


/* Start:/local/templates/ss/components/bitrix/news.list/otziv/style.css?17593993472117*/
.otziv {
	padding: 40px 0;
}
.otziv .row {
	justify-content: space-between;
}
.otziv-block {
	width: 48%;
	margin-bottom: 40px;
}
.otziv-title {
    text-align: center;
	margin-bottom: 60px;
}
.otziv-title h2 {
    margin-bottom: 10px;
}
.otziv-title h5 {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    color: #817f7f;
}
.otziv-title h5:after {
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    background: #27ae61;
    margin: 10px auto 0;
}
.otziv-block {
	display: flex;
	justify-content: space-between;
}
.otziv-block:hover .otziv-block-text{
	background: #27ae61;
}
.otziv-block-icon  {
	padding-right: 50px;
}
.otziv-block-icon span {
	padding: 10px;
    border: 1px solid #27ae61;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
}
.otziv-block-icon img {
	width: 100%;
    border-radius: 100%;
}
.otziv-block-text {
    padding: 0 15px 15px 0;
    background: #f0f2f1;
    position: relative;
    vertical-align: baseline;
    overflow: visible;
    transition: all 300ms ease-in-out 0s;
}
.otziv-block-text-fon {
    background: #fff;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);
    padding: 50px 40px 50px 50px;
    position: relative;
	height: 100%;
}
.otziv-block-text-fon:before {
    content: '\201D';
    width: 0;
    height: 0;
    font-family: 'Roboto', serif;
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 80px;
    color: rgba(35, 35, 35, 0.1);
    line-height: 1;
}
.otziv-block-text .blockquote {
    font-style: italic;
    color: #232323;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.otziv-block-text .review {
	margin-bottom: 10px;
    font-size: 14px;
}
.otziv-block-text .review i.starred {
    color: #27ae61;
}
.otziv-block-text .identity {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #232323;
}
.otziv-block-text .identity .pos {
    font-style: italic;
    color: #232323;
    text-transform: none;
    margin-left: 10px;
}
/* End */
/* /local/templates/ss/components/bitrix/news.list/prise/style.css?17593993473604 */
/* /local/templates/ss/components/bitrix/news.list/otziv/style.css?17593993472117 */
