@import url('rate.css');

html, body {
    height: 100%;
    background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	color: #1E1E1E;
	font-size: 18px;
}
header {
	height: 50px;
}
header a > img + b, footer img + b {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}
footer img + b {
	font-weight: 500;
}
header, footer {
	background-color: #000000;
}
footer {
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
	color: #bbb;
	padding: 10px 0;
}
footer p {
	margin-bottom: 10px;
}
footer ul {
	margin: 0.5rem 0 !important;
}
footer ul li {
	padding: 8px 15px;
}
a {
	color: #3D7ECB;
}
a:hover {
	color: #1E1E1E;
}
input:focus::placeholder {
	color: transparent;
}
h1, h2, h3 {	
	line-height: 58px;
	font-weight: bold;
	color: #293040;
}
h1 {
	font-size: 48px;
	letter-spacing: -0.01em;
}
h1:after {
	content: '';
	display: block;
	width: 100px;
	height: 8px;
	background-color: #3D7ECB;
	margin: 1rem 0 1.5rem;
}
.page-error h1:after,
.carousel-caption h1:after,
.product-page h1:after,
.page-10 #content h1:after,
.page-11 #content h1:after {
	content: none;
}
h2 {
	font-size: 50px;
	letter-spacing: -0.025em;
}
h3 {
	font-size: 58px;
}
label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
label > font {
	color: #000000;
}
.form-group {
    margin-bottom: 12px;
}
.form-control {
	background: #f4f4f4;
	height: 50px;
	border-color: #C2C2C2;
	border-radius: 0;
}
textarea.form-control {
	height: 145px;
	resize: none;
}
#menu > i {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}
#menu > i:hover {
	color: #3D7ECB;	
}
#menu > ul > li {
	padding: 0 10px;
}
#menu > ul > li, #menu > ul > li > a, footer ul li a {
	color: #ffffff;
	position: relative;
	font-size: 18px;
	font-weight: 300;
}
#menu > ul > li,
#menu > ul > li > a	{		
	font-size: 16px;
	line-height: 1;
}
#menu > ul > li > a:hover, #menu .dropdown-menu li a:hover, #langbar .dropdown-menu > a:hover, footer ul li a:hover {
	color: #3D7ECB;
	text-decoration: none;
}
#menu .dropdown-toggle {
	border: 1px solid #f22249;
	border-radius: 3px;
	margin-left: 7px;
}
#menu .dropdown-toggle:hover {
	cursor: pointer;
	background-color: #f22249;
}
#menu .dropdown-menu {
	border-radius: 0;
	background-color: #2d2d2d;
	border-color: #ffffff;
	margin-top: 2rem;
	transform: translateX(0) !important;
}
#menu .dropdown-menu ul {
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
#menu .dropdown-menu li:hover, #langbar .dropdown-menu > a:hover {
	background-color: transparent;
}
#menu .dropdown-menu a {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
}
#menu .dropdown-menu > ul ul a {
	color: #bdbdbd;
}
#langbar {
	position: relative;
}
#langbar .dropdown-menu {
	min-width: auto;
	width: 100%;
	padding: 0;
	border-color: #2d2d2d;
}
#langbar .dropdown-menu > a {
	padding: .375rem .75rem;
	text-align: center;
}
#search button {
	height: 38px;
}
#auth_zone img {
	border-radius: .25rem;
	margin-right: 1px;
}
#search input {
	height: 38px;
	font-size: 14px;
	width: auto;
}
.o-hidden {
	overflow: hidden;
}
.btn-default, .btn-primary {
	box-shadow: 0 2px 4px rgba(38, 38, 38, 0.74);
	border: none;
	border-radius: 0;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.02em;
	max-width: 422px;
	font-weight: 500;
	height: 63px;
	width: 100%;
	text-transform: uppercase;
	transition: none;
	color: #ffffff !important;
}
.btn-default {
	background: #858C9F;
}
.btn-default:hover {
	background: #636979;
}
.btn-primary {
	background: linear-gradient(90deg, #1660B7 -2.61%, #3E85D8 103.08%);
}
.btn-primary:hover {
	background: #1660B7;
}
.modal-title {
	font-size: 1.25rem;
}
.modal-content {
	background-color: #2d2d2d;
	color: #ffffff;
}
.close {
	text-shadow: 0 1px 0 #000;
	color: #ffffff;
}
.close:hover {
	color: #ffffff;
}
.socials a {
	color: #ffffff;
	font-size: 20px;
	margin: 0 5px;
}
.socials a:hover {
	color: #dc3545;
}
.footer-down {
	background-color: #ccc;
}
.footer-down a {
	color: #2d2d2d;
	font-size: 13px;
}
.carousel-item {
    max-height: 725px;
	height: 100vh;
    background-color: #ffffff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.carousel-caption {
	background-color: rgba(31, 22, 19, 0.95);
	padding: 45px;
	position: static;
}
.carousel-caption h1,
.carousel-caption h2 {
	color: #ffffff;
	margin-bottom: 0;
}
.carousel-caption h1 {
	font-size: 60px;
	line-height: 84px;
	letter-spacing: 0;
}
.carousel-caption h2 {
	font-size: 55px;
	line-height: 77px;
	font-weight: normal;
	letter-spacing: 0.02em;
}
.single-page p img {
	max-width: 100%;
	height: auto;
}
#content {
	padding-bottom: 3rem;
	min-height: 72.5vh;
}
.home #content {
	max-width: 100%;
	padding: 0;
	min-height: auto;
}
.breadcrumb {
	background-color: transparent;
	font-size: 14px;
	line-height: 15px;
	padding: 12px 0 1rem;
	border-radius: 0;
	margin-bottom: 0;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
	color: #B4B4B4;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
}
.breadcrumb a:hover {
	color: #7d7d7d;
}
.thumb {
	margin: 1rem 0;
}
.img-thumbnail {
	margin-bottom: 1rem;
}
.page-error h1 {
	line-height: 1;
}
.page-error .lead {
	font-size: inherit;
}
.page-error .btn {
	max-width: 270px;
	height: 50px;
}
.page-error > .container {
	min-height: 65.5vh;
}
.page-error #content {
	min-height: auto;
}
.content-block {
	font-size: 16px;
}
.content-block.top {
	margin-top: 5.5rem;
}
.content-block.top .page-item {
	margin-bottom: 2rem;
}
.content-block.top .page-item .img-wrapper,
.content-block.bottom .page-item .img-wrapper {
	display: block;
	overflow: hidden;
}
.content-block.top .page-item .img-wrapper {
	height: 230px;
}
.content-block.top .page-item img {
	width: auto;
	height: 100%;	
}
.content-block.top .page-item img,
.content-block.bottom .page-item img,
.products .product .product-img img {
	transition-duration: 0.4s;
}
.content-block.top .page-item b {
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin: 9px 0;
	color: #1E1E1E;
}
.content-block.top .page-item a {
	line-height: 18px;
	letter-spacing: 0.04em;
}
.content-block.top .page-item a:hover img,
.content-block.bottom .page-item a:hover img {
	transform: scale(1.1);
}
.home .content-block.bottom {
	border-top: 5px solid #3D7ECB;
	margin-top: 2rem;
	padding-top: 3rem;
}
.content-block.bottom .page-item {
	margin-bottom: 3rem;
}
.content-block.bottom .page-item .img-wrapper {
	height: 270px;
}
.content-block.bottom .page-item img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.content-block.bottom .page-item b {
	font-size: 36px;
	line-height: 41px;
	letter-spacing: 0.02em;
	color: #1E1E1E;
	margin-bottom: 1.3rem;
	display: block;
}
.content-block.bottom .page-item p {
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #1E1E1E;
	margin-bottom: 1.7rem;
}
.head-img {
	height: 283px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.review-page {
	margin-top: 16.5rem;
	color: #2C2C2C;
	line-height: 28px;
}
.review-page .top-rated {
	background: url('../img/top_rated.png') no-repeat 0 0 #3E7FCB;
	width: 290px;
	height: 330px;
	box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.09);
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
	color: #ffffff;
	padding: 1.3rem;
	cursor: pointer;
}
.review-page .top-rated img {
	margin-bottom: 1.2rem;
}
.review-page .gray-block:not(.bw) {	
	background-color: #E5F7FB;
}
.review-page .gray-block {
	margin-top: 3.7rem;
	padding: 3.7rem 0;
	position: relative;
}
.review-page .gray-block .btn {
	font-size: 23px;
	max-width: 665px;
	font-weight: bold;
	white-space: normal;
	height: auto;
	min-height: 60px;
}
.review-page .gray-block .btn:before,
.review-page .gray-block .btn:after {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 50px;
	font-weight: normal;
}
.review-page .gray-block .btn:before {
	content: '\f101';
	margin-right: 12px;
}
.review-page .gray-block .btn:after {
	content: '\f100';
	margin-left: 12px;
}
.review-page .blue-block {
	background-color: #032B4F;
	padding: 2rem 0;
	position: relative;
	font-size: 24px;
	line-height: 34px;
}
.review-page .white-block {
	padding: 3.7rem 0;
}
.review-block {
	background-color: #EEEEEE;
	position: relative;
	padding: 3rem 0 3.6rem;
}
.review-page .gray-block h2,
.review-page .white-block h2 {
	margin-top: -10px;
}
.review-page .blue-block h2 {
	color: #ffffff;
	font-size: 44px;
	line-height: 79px;
	margin-bottom: 1rem;
}
.review-page .gray-block h2 + hr,
.review-page .white-block h2 + hr {
	width: 92px;
	border: 4px solid #3D7ECB;
	margin: 10px 0 1.1rem;
	display: inline-block;
}
.review-page .blue-block ul,
.review-page .white-block ul {
	padding-left: 0;
	list-style: none;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.product-page .review-page .blue-block ul {
	font-size: 16px;
	line-height: 23px;
	margin-top: 3.5rem;
}
.review-page .white-block .btn {
	font-size: 48px;
	max-width: 100%;
	height: 100px;
	margin: 5px 0;
}
.review-page .white-block ol {
	list-style-position: inside;
	padding-left: 0;
}
.review-page .white-block ol li {
	margin-bottom: 10px;
}
.review-page .white-block ul {
	font-weight: normal;
	line-height: 31px;
	margin-bottom: 0;
}
.review-page .white-block ul li {
	background-image: url('../img/ul_bg_blue.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #f4f4f4;
	margin-top: 12px;
	padding: 25px;
}
.review-page .white-block ul.list li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.review-page .white-block ul + ul li {
	background-image: url('../img/ul_bg_gray.png');		
}
.review-page .white-block ul + ul li img + strong {
	color: #434343;
}
.review-page .white-block ul li img {
	float: left;
	margin-top: -8px;
	margin-bottom: 8px;
}
.review-page .white-block ul li img + strong {
	font-size: 22px;
	line-height: 27px;
}
.review-page .white-block ul li img + strong + br {
	clear: left;
}
.review-page .blue-block ul li img {
	margin-bottom: 10px;
}
.review-page .gray-block:before,
.review-page .gray-block:after,
.review-page .blue-block:before,
.review-page .blue-block:after,
.review-page .best-block:before,
.review-page .best-block:after,
.review-block:before,
.review-block:after {
	content: '';	
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.review-page .gray-block:not(.bw):before,
.review-page .gray-block:not(.bw):after {
	background-color: #E5F7FB;
}
.review-page .blue-block:before,
.review-page .blue-block:after {
	background-color: #032B4F;
}
.review-page .best-block:before,
.review-page .best-block:after {
	background: #fafafa;
}
.review-block:before,
.review-block:after {
	background-color: #EEEEEE;
}
.review-page .gray-block:before,
.review-page .blue-block:before,
.review-page .best-block:before,
.review-block:before {
	left: -100%;
}
.review-page .gray-block:after,
.review-page .blue-block:after,
.review-page .best-block:after,
.review-block:after {
	right: -100%;
}
.review-page .best-block {
	background-color: #fafafa;
	position: relative;
	margin-bottom: -3rem;
	padding: 1.5rem 0 5rem;
}
.review-page .update-block {
	background-color: #ffffff;
	border: 7px solid #3B82D5;
	padding: 0.5rem 1rem;
}
.review-page .best-block > hr,
.review-page .update-block > hr {
	max-width: 670px;
	border: 1px solid #3E85D8;
}
.review-page .update-block > hr {
	max-width: 575px;
}
.review-page .update-block.u-list > hr {
	max-width: 415px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.product-page .review-page .best-block > hr {
	max-width: 470px;
	border-bottom: none;
}
.review-page .best-block > img {
	position: relative;
	bottom: -31px;
	background-color: #fafafa;
	padding: 0 2rem;
}
.review-page .update-block > img {
	position: relative;
	margin-top: 1rem;
	margin-bottom: -95px;
	background-color: #ffffff;
	padding: 0 12px;
}
.review-page .update-block.u-list > img {
	margin-bottom: -42px;
	margin-top: 2rem;
}
.review-page .update-block > img + hr {
	max-width: 415px;
}
.review-page .update-block.u-list > img + hr {
	max-width: 315px;
}
.product-page .review-page .best-block > img {
	bottom: -40px;
	padding: 0 1.7rem;
}
.review-page .best-block > h2,
.review-page .update-block > h2 {
	margin-left: auto;
	margin-right: auto;
}
.review-page .best-block > h2 {
	font-size: 48px;
	line-height: 61px;
	font-weight: normal;
	padding-top: 12px;
	max-width: 780px;
	letter-spacing: -0.015em;
}
.review-new.v2 .review-page .best-block > h2 {
	font-size: 42px;
	line-height: normal;
}
.review-page .update-block h2 {
	font-size: 50px;
	line-height: 58px;
	font-weight: bold;
	max-width: 540px;
	padding-top: 2.5rem;
	letter-spacing: -0.025em;
	margin-bottom: 1.3rem;
}
.review-page .update-block.u-list h2 {
	padding-top: 1.5rem;
	margin-bottom: 0.9rem;
}
.review-page .best-block > h2 + hr {
	margin-bottom: 2.5rem;
}
.review-page .update-block > h2 + hr {
	margin-bottom: 1.7rem;
}
.review-page .update-block.u-list > h2 + hr {
	max-width: 185px;
}
.review-page .best-block > h3 {
	line-height: 64px;
	font-weight: 300;
	padding-top: 12px;
}
.review-page .best-block > h3 > strong {
	font-weight: bold;
}
.review-page .best-block > p {
	text-align: left;
	margin-bottom: 1.7rem;
	line-height: 32px;
}
.review-page .update-block > p {
	text-align: left;
	margin-bottom: 1.5rem;
	line-height: 31px;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}
.review-page .update-block.u-list > p {
	text-align: center;
}
.review-page .update-block.u-list .list {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #000000;
	padding: 2.2rem 0 1.5rem;
}
.review-page .update-block.u-list .list em {
	background-color: #3E85D8;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	width: 95px;
	height: 95px;
	font-size: 72px;
	line-height: 1.3;
	border-radius: 50%;
	margin-bottom: 10px;
}
.products .product {
	background-color: #ffffff;
	border: 5px solid #293040;
	margin-top: 2rem;
}
.products .product .head {
	background-color: #293040;
	color: #ffffff;
	padding: 3px 2rem 8px 2.5rem;
}
.products .product .head span,
.products .product .head h4 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: -0.005em;
	font-weight: bold;
}
.products .product .head a {
	color: #ffffff;
}
.products .product:not(:first-child) .head span {
	min-width: 55px;
	height: 50px;
	background-color: #1C66BC;
	border: 2px solid #F4F7F7;
	border-radius: 2px;
	margin-right: 1.8rem;
	line-height: 1.1;
	text-align: center;
}
.products .product:first-child .head span {
	background: url('../img/rate_icon.png') no-repeat 0 0 transparent;
	width: 77px;
	height: 87px;
	font-size: 33px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: -31px;
	margin-right: 1rem;
}
.product .stars {
	position: relative;
	font-size: 12px;
	color: #3E85D8;
}
.products .product .stars {
	font-size: 28px;
	color: #ffffff;
	min-width: 156px;
}
.product .stars > div {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.product .stars i {
	margin: 0 2px;
}
.product .review-block .stars i {
	margin: 0 3px;
}
.products .product .stars i {
	margin: 0;
}
.review-new.v2 .stars {
	font-size: 20px !important;
	color: #F99219;
	min-width: 112px !important;
}
.review-new.v2 .stars i {
	margin: 0;
}
.product .btn,
.contact_form .btn {
	text-transform: capitalize;
	font-weight: bold;
	max-width: 300px;
	height: 57px;
}
.products .product .btn {
	max-width: 262px;
}
.products .product .product-img {
	border-right: 2px solid #ECECEC;
}
.products .product .product-img img {
	margin: 2.3rem 0;
	max-height: 242px;
}
.product .product-img .thumb {
	margin: 1.5rem 0 1.8rem;
}
.product .product-img .thumb > img {
	max-height: 242px;
}
.product .product-img .btn {
	font-size: 24px;
	margin-bottom: 2.2rem;
}
.product .stats {
	font-size: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000000;
	line-height: 1;
	margin: 1.6rem 1.5rem;
}
.products .product .stats {
	font-size: 14px;
	line-height: 1.2;
	max-width: 355px;
	margin: 1.6rem 2.2rem;
}
.product .stats > div {
	margin-bottom: 16px;
}
.products .product .stats > div {
	margin-bottom: 5px;
}
.product .stats > div > span {
	background-color: #dadada;
	display: inline-block;
	width: 36px;
	height: 10px;
	margin-right: 4px;
}
.products .product .stats > div > span {
	width: 32px;
	height: 8px;
	margin-right: 3px;
}
.product .stats > div > span.active {
	background-color: #F99219;
}
.product .rate {
	font-size: 28px;
	font-weight: 500;
	margin: 1.6rem 0 0 3rem;
	color: #424242;
}
.products .product .rate {
	font-size: 18px;
}
.product .rate .c100 {
	font-size: 200px;	
}
.product .review-block .rate .c100 {
	font-size: 235px;	
}
.product .rate .c100 > span {
	line-height: 3.5;
}
.product .review-block .rate .c100 > span {
	line-height: 2.7;
	font-size: 77px;
}
.product .rate .stars {
	width: 70px;
	bottom: 3.5rem;
	left: 2px;
}
.product .review-block .rate .stars {
	font-size: 14px;
	width: 80px;
	left: 0;
	bottom: 3.9rem;
}
.products .product .rate .c100 {
	font-size: 145px;	
}
.products .product .rate .c100 > span {
	line-height: 2.8;
}
.product .cons {
	font-size: 16px;
	margin: 0 1.7rem 1rem;
}
.product-page .cons {
	font-size: 18px;
	margin: 0;
	line-height: 31px;
	padding: 2.5rem 0;
}
.product .cons p {
	margin-bottom: 0;
}
.product .cons .plus,
.product .cons .minus {
	font-size: 40px;
	font-weight: 500;
	color: #387FD3;
	border: 4px solid #3980D4;
	min-width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	margin-right: 15px;
}
.product-page .product .cons .plus,
.product-page .product .cons .minus {
	font-size: 55px;
	min-width: 90px;
	height: 90px;
	margin-right: 2rem;
	line-height: 1.5;
}
.product .cons .minus {
	color: #858C9F;
	border-color: #858C9F;
}
.products .product .info {
	border-top: 2px solid #ECECEC;
	font-size: 16px;
	line-height: 24px;
	padding: 1.3rem 2.2rem;
}
.products .product .info > b {
	font-size: 36px;
	letter-spacing: -0.015em;
	color: #367ED2;
	display: block;
	margin-bottom: 1rem;
}
.products .product .info p {
	margin-bottom: 5px;
}
.products .product .info .gray {
	color: #8A8A8A;
}
.products .product .info .btn {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.product .c_rate {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #000000;
	padding-bottom: 7px;
	border-bottom: 1px solid #DCDCDC;
}
.product .stars_rate {
	color: #000000;
}
.product .stars_rate > b {
	font-size: 33px;
	line-height: 38px;
	display: block;
	margin-bottom: 7px;
}
.product .stars_rate .form-group {
	margin-bottom: 5px;
}
.product .stars_rate .form-group > label {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
}
.product .stars_rate .form-check-label {
	color: #D0D0D0;
	cursor: pointer;
}
.product .stars_rate .form-check-label.active {
	color: #000000;
}
.contact_form {
	padding: 0 2px;
}
.contact_form .btn {
	font-size: 24px;
	max-width: 345px;
}
.review-block .contact_form .btn {
	font-size: 28px;
}
.review-page .order-1 img {
	width: 50%;
	height: auto;
}
.review-page .gray-block .order-1 img {
	width: 39%;
}
.page-10 #content, .page-11 #content {
	text-align: center;
}
.recent .item {
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	padding: 1rem 1.3rem 1.7rem;
	position: relative;
}
.recent .item .stars {
	position: absolute;
	right: 1.3rem;
	top: 1rem;
	font-size: 14px;
	z-index: 1;
}
.recent .item .stars i {
	margin: 0 0.3px;
}
.recent .item .stars > i {
	color: #D0D0D0;
}
.recent .item .stars span {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #8F8F8F;
	text-align: left;
	margin-top: -6px;
}
.recent .item img {
	max-height: 200px;
	transition-duration: 0.2s;
}
.recent .item a:hover img {
	transform: scale(1.02) rotate(-2deg);
}
.products .product .product-img a:hover img {
	transform: scale(1.02);
}
.recent .item b {
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	letter-spacing: -0.02rem;
	display: inline-block;
	max-width: 280px;
}
.recent .item a {
	font-size: 16px;
	line-height: 19px;
}
.articles a {
	font-size: 28px;
	letter-spacing: 0.02em;
	color: #222222;
}
.articles i {
	color: #3492FF;
	font-weight: bold;
	font-size: 37px;
}
.anchor-link {
	text-decoration: underline;
}

.review-new h1, .review-new h2 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 1.2rem;
}
.review-new h1 + span {
	font-size: 28px;
	color: #596C80;
	font-weight: bold;
}
.review-new .review-page .gray-block h2, .review-new .review-page .white-block h2 {
	margin-top: 0;
}
.review-new .white-block h3 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 2rem;
}
.review-new h1:after {
	content: none;
}
.review-new .thumb {
	margin-bottom: 2rem;
}
.review-new .thumb img {
	max-width: 100%;
	height: auto;
}
.review-new .review-page .btn,
.review-new .product .product-img .btn,
.review-new .product-block .btn {
	background: linear-gradient(275.09deg, #3FA3FF 1.52%, #0074C7 65.96%);
	text-decoration: none;
}
.review-new .review-page .btn:hover,
.review-new .product .product-img .btn:hover,
.review-new .product-block .btn:hover {
	background: linear-gradient(275.09deg, #0074C7 1.52%, #3FA3FF 65.96%);
}
.review-new.v2 .product .btn-primary,
.review-new.v2 .white-block .btn-primary {
	background: linear-gradient(275.09deg, #fdb849 1.52%, #F99219 65.96%);
}
.review-new.v2 .white-block .btn-primary {
	height: 50px;
}
.review-new.v2 .product .btn-primary:hover,
.review-new.v2 .white-block .btn-primary:hover {
	background: linear-gradient(275.09deg, #F99219 1.52%, #fdb849 65.96%);
}
.review-new.v2 .product-block .btn {
	background: linear-gradient(275.09deg, #3EE130 1.52%, #1EC60F 65.96%);
}
.review-new.v2 .product-block .btn:hover {
	background: linear-gradient(275.09deg, #1EC60F 1.52%, #3EE130 65.96%);
}
.review-new .review-page .btn,
.review-new .product-block .btn {
	font-size: 16px;
	text-transform: capitalize;
	height: 42px;
	border-radius: 2px;
	max-width: 360px;
	line-height: 1;
}
.review-new .review-page .btn:before,
.review-new .review-page .btn:after,
.review-new .product-block .btn:before,
.review-new .product-block .btn:after {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	content: '\f101';
}
.review-new .product-block .btn:before {
	margin-right: 12px;
}
.review-new .product-block .btn:after {
	margin-left: 12px;
}
.review-new .review-page .btn:before {
	margin-right: 24px;
}
.review-new .review-page .btn:after {
	margin-left: 24px;
}
.review-new .review-page .order-1 img {
	width: 53%;
	margin-left: 1rem;
}
.review-new .review-page .gray-block .order-1 img {
	width: 45%;
}
.review-new .review-page .white-block ul li {
	background: #fff;
	max-width: 235px;
	border: 3px solid #5CC66D;
	font-size: 16px;
	line-height: 22px;
	padding-left: 17px;
	padding-right: 17px;
}
.review-new .review-page .white-block ul + ul li {
	border-color: #BABCC0;
}
.review-new .review-page .white-block ul li img + strong {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #5CC66D;
	display: block;
}
.review-new .review-page .white-block ul + ul li img + strong {
	color: #787F84;
}
.review-new .review-page .white-block ul li img {
	margin: 0 1rem 1rem 0;
}
.review-new .review-page .white-block ul li img + strong + br {
	display: block;
}
.review-new .review-page .white-block .check-list {
	background-color: #f1f3f4;
	border-radius: 2px;
	padding: 10px 0;
}
.review-new .review-page .white-block ul.list {
	display: inline-block;
	padding: 0 1.5rem;
}
.review-new .review-page .white-block ul.list li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	border: none;
	background-color: transparent;
	margin: 0 !important;
	padding: 6px 0;
}
.review-new .review-page .white-block ul.list li:before {
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #A8D0FC;
	font-size: 24px;
	margin-right: 8px;
}
.review-new .review-page .best-block,
.review-new .review-page .best-block:before,
.review-new .review-page .best-block:after {
	background: #fff;
}
.review-new .review-page .best-block > h3 {
	font-size: 38px;
	line-height: 1;
	letter-spacing: -0.025em;
	border: 2px solid #F4A82F;
	padding: 1.8rem 1rem;
}
.review-new .review-page .best-block > img {
	background-color: #fff;
	bottom: -20px;
}
.review-new .products .product {
	border-width: 8px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11);
	position: relative;
	margin-top: 5.5rem;
	font-size: 16px;
	z-index: 1;
}
.review-new .products .product h4 {
	font-size: 34px;
	color: #293040;
	letter-spacing: -0.005em;
	margin-bottom: 0;
	padding-left: 2.2rem;
}
.review-new.v2 .products .product:first-child h4 {
	font-size: 25px;
	margin-top: 0.7rem;
}
.review-new .products .product .product-img {
	border-right: none;
	padding-left: 2rem;
}
.review-new .products .product .product-img img {
	margin-bottom: 2.7rem;
}
.review-new .product .product-img .btn {
    font-size: 16px;
    margin-bottom: 2.2rem;
    text-transform: unset;
	max-width: 284px;
	height: 50px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.review-new .product .product-img .btn:before,
.review-new .product .product-img .btn:after,
.review-new.v2 .white-block .btn:before,
.review-new.v2 .white-block .btn:after,
.btn-fly:before, .btn-fly:after {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 32px;
	font-weight: normal;
}
.review-new .product .product-img .btn:before {
    content: '\f101';
    margin-right: 18px;
}
.review-new .product .product-img .btn:after {
    content: '\f100';
	margin-left: 18px;
}
.review-new.v2 .ing {
	background-color: #EFF8FC;
	border: 1px solid #BCDBFD;
	border-radius: 4px;
}
.btn-fly:before {
	margin-right: 13px;
}
.btn-fly:after {
	margin-left: 13px;
}
.btn-fly:before, .btn-fly:after {
	content: '\f101';
	font-size: 23px;
}
.btn-fly {
	width: 265px;
	background: linear-gradient(270.9deg, #66B6FF 1.52%, #2A87D8 65.96%);
	color: #fff;
	text-decoration: navajowhite;
	font-weight: 500;
	border-radius: 4px 4px 0 0;
	height: 40px;
	left: 15px;
	font-size: 16px;
	font-weight: 500;
	border: none;
}
.btn-fly:hover {
	background: linear-gradient(270.9deg, #2A87D8 1.52%, #66B6FF 65.96%);
	color: #fff;
}
.review-new .products .product .info {
	border-top: none;
}
.review-new .products .product .info.d-flex .alert {
	order: -2;
}
.review-new .products .product .info.d-flex .cons-block,
.review-new .products .product .info.d-flex .descr {
	order: -1;
}
.review-new .products .product .info.d-flex .cons-block {
	margin-top: 0;
}
.review-new .products .product .stats {
	letter-spacing: 0;
	text-transform: unset;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.07);
	color: #fff;
}
.review-new .products .product .stats > div {
	background-color: #DCE7F4;
	border-radius: 2px;
	margin-bottom: 8px;
	height: 29px;
	overflow: hidden;
}
.review-new .products .product .stats > div > div {
	background: url('../img/rate_tex.png') repeat-x 0 0 #69c97b;
	padding: 0 12px;
	line-height: 1;
	width: 0;
	min-width: 125px;
	transition-duration: 0.9s;
}
.review-new .products .product .stats > div > div > span {
	margin-left: 7px;
}
.review-new .products .product .info .btn {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	/*border: 2px solid #F61A1A;
	background: #fff;
	box-shadow: none;
	height: 54px;
	color: #F61A1A !important;*/
	font-size: 14px;
	max-width: 284px;
	text-decoration: underline;
	font-weight: 500;
}
.review-new.v2 .products .product .info .btn-primary {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.review-new .products .product .btn-default {
	background: #ccc;
	font-size: 14px;
	max-width: 284px;
	text-decoration: underline;
	font-weight: 500;
	color: #000 !important;
}
.review-new .products .product .btn-default:hover {
	background: #d5d5d5;
}
.review-new .products .product .btn-default:before,
.review-new .products .product .btn-default:after {
	content: none;
}
/*.review-new .products .product .info .btn:hover {
	background-color: #F61A1A;
	color: #fff !important;
}*/
.review-new .sidebar .head {
	font-weight: 500;
	font-size: 25px;
	letter-spacing: -0.03em;
	color: #fff;
	background-color: #293040;
	height: 50px;
	line-height: 1;	
}
.review-new .sidebar .head p {
	margin-bottom: 0;
}
.review-new .sidebar .links a {
	color: #596C80;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.review-new .sidebar .links a:hover {
	color: #367ed2;
}
.review-new .sidebar .links div:nth-child(2) img {
	opacity: 0.6;
}
.review-new .sidebar .links div:nth-child(3) img {
	opacity: 0.6;
	filter: grayscale(0.7);
}
.review-new .sidebar .links div:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) img {
	filter: grayscale(1);
	opacity: 0.8;
}
.review-new .product-block.fixed {
	position: fixed;
	max-width: 350px;
	width: 100%;
	top: 1rem;
}
.review-new .product-block {
	background: url('../img/bg_tex.png') no-repeat 0 0 #A9C7E2;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	height: 415px;
}
.review-new .product-block.big {
	height: 480px;
}
.review-new .product-block b {
	display: block;
	color: #293040;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	padding: 15px 25px;
}
.review-new .product-block img {
	width: 115px;
	margin-bottom: -30px;
}
.review-new .product-block div {
	background-color: #F7F5F5;
	height: 244px;
	border-radius: 10rem/2rem;
	margin: 0 -20px;
	text-align: center;
	padding: 30px 20px 0;
}
.review-new .product-block div a:not(.btn) {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #B9D9FF;
	margin: 15px 0;
	display: inline-block;
	line-height: 1;
	letter-spacing: -0.03em;
}
.review-new .product-block .btn {
	text-decoration: none;
	max-width: 240px;
}

.cons-block {
	background-color: #FBFBFB;
	border: 3px solid #DCE7F4;
	border-radius: 4px;
	margin: 1rem 0;
	padding: 1.5rem 0.7rem 0.7rem;
}
.cons-block > div > p:first-child {
	margin-bottom: 5px;
}
.cons-block > div > p:first-child > strong {
	font-size: 22px;
	display: inline-block;
	margin-bottom: 5px;
}
.cons-block ul {
	padding-left: 0;
	list-style: none;
}
.cons-block ul li {
    padding: 6px 0;
}
.cons-block ul li:before {
	content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #5CC66D;
	font-size: 16px;
	margin-right: 8px;
}
.cons-block ul.no li:before {
	content: "\f00d";
	color: #F04B28;
}

.page-39 header, .page-40 header {
	display: none !important;
}
.head .icons {
	font-size: 14px;
	line-height: 16px;
	color: #2A87D8;
}
.head .icons img {
	margin-right: 0.8rem;
}
.head #menu > i {
	color: #2A87D8;
}
.head #menu > ul {
	background-color: #2A87D8;		
}
.head #menu > ul > li {
	padding: 7px 1rem;
}
.head #menu > ul > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.head #menu > ul > li > a:hover {
	color: #A9E5FF;
}
.page-39 .alert-success {
	color: #3D7546;
	font-size: 22px;
	border-color: #8EDB9B;
	text-decoration: underline;
}
.page-39 .review-new .white-block h3 {
	margin-bottom: 1.2rem;
}
.page-39 .review-new .review-page .white-block ul.list li {
	align-items: flex-start;
	padding-bottom: 14px;
	line-height: 28px;
}
.page-39 .review-new .review-page .white-block ul.list li:before {
	content: "\f111";
	color: #4086D9;
	font-size: 13px;
	margin-right: 10px;
}
.page-40 .review-new {
	padding-top: 1.8rem;
}
.page-40 .review-new h1,
.page-40 .review-new h2 {
	font-size: 32px;
	line-height: 1.2;
}
.page-40 .review-new:not(.v3) h3 {
	font-size: 38px;
	border: 2px solid #0174c7;
	border-radius: 5px;
	padding: 5px 17px 5px 4.4rem;
	color: #0174c7;
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 0.7rem;
	line-height: 1.2;
}
.page-40 .review-new:not(.v3) h3:before {
    content: '';
    width: 4.4rem;
    height: 100%;
    background: url(../img/pill.png) no-repeat 60% 50% / 42px auto #0174c7;
    position: absolute;
    top: 0;
    left: -14px;
    border-radius: 1.2em/2.5em;
}
.page-40 .review-new h5 {
	font-weight: bold;
}
.page-40 .review-new ol {
	padding-left: 0.8rem;
	margin-bottom: 0;
}
.page-40 .review-new .categories {
	border: 2px solid #d7dbdf;
	border-radius: 10px;
	font-weight: bold;
	padding: 2rem 0;
	margin-bottom: 2rem;
	display: flex;
}
.page-40 .review-new .categories.ct {
	border: none;
	border-radius: 0;
	padding: 0;
}
.page-40 .review-new .categories ol {
	list-style: none;
	padding-left: 1.3rem;
}
.page-40 .review-new .categories.ct ol {
	padding-left: 0;
	width: 50%;
}
.page-40 .review-new .btn.gray {
	background: #ccc;
	margin-top: 5px;
}
.page-40 .review-new .btn.gray:hover {
	background: #d5d5d5;
}
.page-40 .review-new .btn.blue {
	background: linear-gradient(275.09deg, #3FA3FF 1.52%, #0074C7 65.96%);
	margin-top: 5px;
}
.page-40 .review-new .btn.blue:hover {
	background: linear-gradient(275.09deg, #0074C7 1.52%, #3FA3FF 65.96%);
}
.page-40 .review-new .sidebar .head {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	background-color: #2A87D8;
	height: 37px;
	line-height: 16px;
	border-radius: 5px;
}
.page-40 .review-new .sidebar .links {
    color: #525252;
    font-size: 14px;
}
.page-40 .review-new .product-block {
	background: #fff;
	border-radius: 0;
	height: auto;
}
.page-40 .review-new .product-block b {
	color: #525252;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0;
	font-weight: 900;
	padding-bottom: 5px;
}
.page-40 .review-new .product-block img {
	margin-bottom: 1rem;
}
.page-40 .review-new .product-block a:not(.btn) {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #6EC1E4;
	display: inline-block;
	text-decoration: underline;
}
.page-40 .review-new .product-block a:not(.btn):hover {
	color: #2A87D8;
}
.page-40 .review-new .product-block .btn {
	background: linear-gradient(180deg, #F09103 0%, #F26600 100%);
	box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid #814D00;
	border-radius: 5px;
	font-weight: bold;
}
.page-40 .review-new .product-block .btn:hover {
	background: #F09103;
}
.page-40 .report {
	background-color: #d9edf7;
	color: #31708f;
	border-left: 5px solid #bcdff1;
	padding: 0.8rem;
}
.page-40 .report a {
	text-decoration: underline;
}
.page-40 .doctor,
.page-40 .doctors {
	background-color: #f1f3f5;
	font-style: italic;
	border: 2px solid #d7dbdf;
	padding: 15px 15px 0;
	border-radius: 5px;
	margin-bottom: 2rem;
}
.page-40 .doctor {
	color: #4C5D6B;
	border: 1px solid #BCDBFD;
	background-color: #EFF8FC;
	border-radius: 4px;
}
.page-40 .doctor img {
	margin-right: 20px;
}
.page-40 .doctor strong {
	font-style: normal;
}
.page-40 .doctor em {
	font-size: 14px;
	display: block;
}
.page-40 .avoid {
	border: 2px solid #ff0000;
	margin-bottom: 2rem;
}
.page-40 .avoid.blue {
	border-color: #17a2b7;
}
.page-40 .avoid .title {
	background-color: #ff0000;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	font-weight: 500;
	padding: 6px 0 10px;
	font-size: 20px;
}
.page-40 .avoid.blue .title {
	background-color: #17a2b7;
}
.page-40 .avoid .content {
	padding: 1rem 1rem 0 2rem;
}
.page-40 .avoid .content img {
	margin-left: -1.3rem;
	margin-right: 0.5rem;
	position: relative;
	top: -2px;
}
.page-40 .review-new .link-block {
	border: 1px solid #007bff;
	background-color: #f8fafc;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	margin: 0.5rem 0;
}
.page-40 .review-new a.link-block,
.page-40 .review-new .link-block h4 {
	font-size: 30px;
	font-weight: bold;
}
.page-40 .review-new .link-block h4 {
	text-align: center;
	color: #0078d0;
}
.page-40 .review-new .link-block p {
	line-height: 1.5;
}
.page-40 .review-new .link-block ul {
	list-style: none;
	padding-left: 0;
}
.page-40 .review-new .link-block ul li {
    position: relative;
    font-size: 15px;
    font-size: 20px;
    line-height: 1.2;
    padding: 8px 0;
    padding-left: 40px;
}
.page-40 .review-new .link-block ul li:before {
	position: absolute;
	left: 10px;
	top: 10px;
	padding-right: 10px;
	content: "\f13a";
	font-family: "FontAwesome";
	font-size: 17px;
	color: #0078d0;
}
.page-40 .blue-links a:not(.alert) {
	color: #007bff;
}
.page-40 .blue-links a:not(.alert):hover {
	color: #1E1E1E;
}
.page-40 .sources {
	background-color: #fff;
	border: 2px solid rgb(117, 123, 132);
	color: #6d7580;
	font-size: 12px;
}
.page-40 .sources h4 {
	background-color: #a0a0a0;
	color: #fff;
	padding: 7px 15px;
	font-size: 20px;
	margin-bottom: 0;
}
.page-40 .sources ol {
	padding: 20px 30px 10px;
}
.page-40 .sources ol li {
	margin-bottom: 10px;
}
.page-40 .review-new .s-header {
	font-size: 28px;
}
.review-new.v3 {
	font-size: 17px;
	max-width: 645px;
	margin: 0 auto;
}
.review-new.v3 h1 {
	font-size: 24px !important;
	line-height: 35px;
	color: #4a4a4a;
	margin-bottom: 0.5rem;
}
.review-new.v3 h2 {
	font-size: 26px !important;
	line-height: 29px;
	color: #000;
}
.review-new.v3 .doctor {
	border-color: #DEDEDE;
	background-color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
	color: #444;
	border-radius: 0;
	margin-bottom: 1rem;
}
.review-new.v3 .doctor img {
	margin-right: 5px;
}
.review-new.v3 .doctor strong {
	color: #35A6EF;
	font-size: 22px;
	position: relative;
	top: -6px;
}
.review-new.v3 .doctor p:first-child {
	margin-bottom: -10px;
}
.review-new.v3 .doctor p:last-child {
	position: relative;
	padding: 0 1.7rem 0 4rem;
}
.review-new.v3 .doctor p:last-child:before,
.review-new.v3 .doctor p:last-child:after {
	position: absolute;
	font-size: 40px;
	color: #35A6EF;
	font-weight: bold;
}
.review-new.v3 .doctor p:last-child:before {
	content: "“";
	left: 2.4rem;
	bottom: -12px;
}
.review-new.v3 .doctor p:last-child:after {
	content: "”";
	right: 14px;
	top: 10px;
}
.review-new.v3 .pruv-block {
	border: 1px solid #84D321;
	padding: 1.2rem 15px 0;
	margin-bottom: 0.7rem;
}
.review-new.v3 .pruv-block.red {
	border-color: #EA1045;
}
.review-new.v3 .pruv-block h3 {
	font-size: 25px !important;
	line-height: 28px;
	color: #321E41;
	text-align: center;
	margin-bottom: 1.4rem;
}
.review-new.v3 .pruv-block.red h3 {
	color: #EA1710;
}
.review-new.v3 .pruv-block p {
	margin-bottom: 15px;
}
.review-new.v3 .pruv-block span {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	position: relative;
	margin-left: 1.5rem;
}
.review-new.v3 .pruv-block.red span {
	font-size: 22px;
	line-height: 29px;
}
.review-new.v3 .pruv-block span:before {
	content: '';
	background: url('../img/check.png') no-repeat 0 0 transparent;
	width: 17px;
	height: 17px;
	position: absolute;
	left: -1.5rem;
	top: 4px;
}
.review-new.v3 .pruv-block.red span:before {
	background-image: url('../img/uncheck.png');
	top: 6px;
}
.review-new.v3 .heading {
	font-size: 22px;
	line-height: 29px;
	color: #fff;
	text-transform: uppercase;
	background: #00ABF2;
	border-radius: 4px;
	text-align: center;
	padding: 7px 15px;
	margin-top: 1.5rem;
}
.review-new.v3 .products .product {
	border-width: 3px;
	color: #444;
}
.review-new.v3 .products .product h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
	text-align: center;
	display: inline-block;
}
.review-new.v3 .products .product .product-img img {
	margin-bottom: 1rem;
}
.review-new.v3 .products .product .descr {
	font-size: 14px;
	line-height: 20px;
}
.review-new.v3 .products .product .descr span {
	background-color: #C4C4C4;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 2px;
}
.review-new.v3 .products .product .rank .symbol {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 900;
	color: #FA862F;
}
.review-new.v3 .products .product .rank b {
	font-size: 28px;
	color: #4A4A4A;
	line-height: 0.7;
	display: block;
}
.review-new.v3 .products .product .rank span {
	font-size: 15px;
	color: #9B9B9B;
	margin-top: -2px;
	display: block;
}
.review-new.v3 .products .product .stars {
    color: #FA862F;
	width: 85px;
	font-size: 15px;
	min-width: auto;
}
.review-new.v3 .products .product .btn {
	height: 36px;
	box-shadow: none;
	border: 1px solid #828282;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none !important;
}
.review-new.v3 .products .product .btn span {
	font-size: 12px;
	margin-left: 10px;
}
.review-new.v3 .products .product .btn-primary {
	background: linear-gradient(180deg, #FA2F2F 0%, #D11010 100%);
}
.review-new.v3 .products .product .btn-primary:hover {
	background: linear-gradient(180deg, #FA2F2F 100%, #D11010 0%);
}
.review-new.v3 .products .product .btn-primary:before,
.review-new.v3 .products .product .btn-primary:after {
	content: none;
}
.review-new.v3 .products .product .btn-default {
	background: #fff;
	color: #828282 !important;
	max-width: 100%;
}
.review-new.v3 .products .product .btn-default:hover {
	background: #e1e1e1;
}
.review-new.v3 .products .product .stats {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	overflow: hidden;
	margin-right: 0;
	max-width: 100%;
}
.review-new.v3 .products .product .stats > div {
	width: calc(100% - 55px);
	float: left;
	margin-bottom: 10px;
	height: 20px;
}
.review-new.v3 .products .product .stats > b {
	float: left;
	font-size: 14px;
	width: 55px;
	text-align: right;
}
.review-new.v3 .products .product .stats > div > div {
	min-width: auto;
	padding: 0;
	background: #A0EE3D;
}
.review-new.v3 .products .product .info {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}
.review-new.v3 .cons-block {
	background-color: transparent;
	border-left: none;
	border-right: none;
	border-radius: 0;
	margin: 1rem -18px;
	border-top: 2px solid #dee2e6;
	padding: 1.5rem 3px 0;
	border-bottom: 1px solid #dee2e6;
}
.review-new.v3 .cons-block > div > p:first-child > strong {
	margin-bottom: 0;
	line-height: 1;
}
.review-new.v3 .cons-block > div > p:first-child > strong,
.review-new.v3 .cons-block ul li:before {
	color: #35A6EF;
}
.review-new.v3 .cons-block > div:last-child > p:first-child > strong,
.review-new.v3 .cons-block ul.no li:before {
	color: #EA1910;
}
.review-new.v3 .cons-block ul.no li:before {
	font-size: 20px;
	line-height: 1;
}
.review-new.v3 .cons-block ul li {
	padding: 4px 0;
}
.review-new.v3 .cons-block ul li span {
	line-height: 22px;
}
footer.white {
	background-color: #fff;
	border-top: 1px solid #dee2e6;
	margin-top: -18px;
	padding-top: 0;
}
footer.white .container > div:first-child {
	display: none !important;
}
footer.white,
footer.white a {
	color: #9B9B9B;
	font-weight: normal !important;
}
footer.white a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
footer.white ul {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 15px;
	margin: 0 0 15px !important;
	justify-content: space-between !important;
}
footer.white ul li {
	width: 50%;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
}
footer.white ul li:nth-child(2n+1) {
	text-align: left;
}

@media (min-width: 576px) {
	.review-new .review-page .btn.big {
		max-width: 100%;
		height: 69px;
		font-size: 25px;
	}
	.review-new.v3 .people > div {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}
	.review-new.v3 .products .product .rank .symbol {
		font-size: 100px;
		line-height: 1;
	}
	.review-new.v3 .products .product .rank b {
		font-size: 37px;
		line-height: 0.7;
	}
	.review-new.v3 .products .product .stars {
		width: 115px;
		font-size: 20px;
	}
	.review-new.v3 .products .product .rank span {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.product-page .review-page {
		padding-top: 2.5rem;
	}
	.review-page .order-1 img {
		margin-left: 10px;
	}
	.head #menu {
		background-color: #2A87D8;
		width: 100%;
		height: 42px;
		position: absolute;
		left: 0;
		right: 0;
		top: 84px;
		z-index: 2;
	}
	.head #menu > ul {
		display: flex !important;
		justify-content: flex-start !important;
		background-color: #2A87D8;
		padding: 0.3rem 0;
		width: 100%;
		position: relative;
		max-width: 720px;
		margin: 0 auto;
	}
	.review-new.v2 .ing > div:last-child {
		max-width: 360px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header img {
		height: 25px;
	}
	header a > img + b {
		max-width: 200px;
	}
	#menu > ul > li {
		padding-right: 3px;		
	}
	#menu > ul > li, #menu > ul > li > a {
		font-size: 15px;
	}
	.recent .item .stars {
		position: relative;
		right: 0;
		top: -10px;
	}
	.review-page .gray-block h2 {
		font-size: 32px;
		line-height: normal;
	}
	.review-new .products .product:not(:first-child) .product-img img {
		margin-top: 0.8rem;
	}
	.review-new .product-block.fixed {
		max-width: 210px;
	}
	.review-new .product-block {
		height: 400px;
	}
	.review-new .product-block.big {
		height: 517px;
	}
	.review-new .product-block b {
		font-size: 18px;
	}
	.review-new .product-block div a:not(.btn) {
		margin-left: 20px;
		margin-right: 20px;
		border-bottom: none;
	}
	.review-new .product-block .btn:before,
	.review-new .product-block .btn:after {
		content: none;
	}
	.page-39 header .container,
	.page-40 header .container {
		max-width: 720px;
	}
	.page-40 .review-new .categories {
		flex-wrap: wrap;
	}
	.page-40 .review-new .product-block b {
		font-size: 18px;
		line-height: 21px;
	}
	.page-40 .review-new .product-block a:not(.btn) {
		font-size: 17px;
		line-height: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product .stats > div > span {
		width: 26px;
	}
	.review-new .product-block.fixed {
		max-width: 290px;
	}
	.review-new .product-block {
		height: 400px;
	}
	.review-new .product-block b {
		font-size: 21px;
	}
}
@media (min-width: 992px) {
	#menu > ul > li {
		padding-left: 30px;
	}
	.review-page .blue-block ul li {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.product-page .review-page .blue-block ul li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.review-page .white-block ul li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 302px;
	}
	.review-page .white-block ul li:nth-child(3n + 2) {
		margin-left: 12px;
		margin-right: 12px;
	}
	.review-page .white-block ul li img {
		margin-right: 8px;
	}
	.head #menu > ul {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.review-page .white-block ul li {
		max-width: 362px;
		padding: 28px;
	}
	.review-page .white-block ul li img {
		margin-right: 1.4rem;
	}
	.head #menu > ul {
		max-width: 1140px;
	}
}
@media (max-width: 1199px) {
	#menu > ul > li {
		padding-left: 10px;
	}
	.carousel-item {
		background-size: auto 100%;
	}
	.products .product .stats {
		margin-left: 0.5rem;
		margin-right: 0;
	}
	.product .cons {
		margin-left: 0.5rem;
	}
	.products .product .rate {
		margin-left: 2.7rem;
	}
	.products .product .info {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
	.product .c_rate {
		font-size: 21px;
		line-height: 24px;
	}
	.review-new .review-page .white-block ul li {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.review-new .products .product .product-img,
	.review-new .products .product h4 {
		padding-left: 1.2rem;
	}
	.review-new .sidebar .head {
		font-size: 22px;
	}
	.review-new .product-block b {
		padding-left: 10px;
		padding-right: 10px;
	}
	.review-new.v2 .review-page .best-block > h2 {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	header .container {
		max-width: 100%;
	}
	.review-page .white-block h2:nth-child(2) {
		order: -2;
	}
	.review-page .white-block h2:nth-child(2) + hr {
		order: -1;
	}
	.review-page .white-block ul.list li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: calc(50% - 6px);
	}
	.review-page .white-block ul.list li:nth-child(2n) {
		margin-left: 12px;
	}
	.review-page .blue-block ul li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.review-page .white-block ul li {
		background-size: 100%;
	}
	.review-page .white-block ul li img {
		margin-right: 1.3rem;
	}
	.review-page .white-block ul li img + strong {
		display: inline-block;
		margin-top: 16px;
	}
	.products .product .head {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.products .product .head h4 {
		font-size: 35px;
	}
	.products .product .stars {
		font-size: 20px;
		min-width: 112px;
	}
	.products .product .stats {
		max-width: 350px;
	}
	.product .stats > div > span {
		width: 35px;
	}
	.product .rate {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.products .product .info .btn {
		margin-bottom: 0;
	}
	.review-new .review-page .white-block ul li {
		max-width: 100%;
	}
	.review-new .review-page .white-block ul li img + strong {
		margin-top: 0;
	}
	.review-new:not(.v2) .ing > div:first-child {
		overflow: hidden;
		min-width: 90px;
		max-width: 90px;
	}
	.review-new:not(.v2) .ing > div:first-child img {
		margin-left: -100%;
	}
	.review-new .sidebar .head {
		font-size: 19px;
	}
	.head #menu {
		top: 103px;
	}
}
@media (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.content-block.top {
		margin-top: 2rem;
	}
	.carousel-item {
		max-height: calc(50vw + 100px);
		background-position: 100% 0;
		background-size: auto 50vw;
	}
	.carousel-caption {
		background-color: #101010;
		position: absolute;
		padding: 13px 10px 10px;
		bottom: 0;
		width: 100%;
		left: 0;
		height: 100px;
	}
	.carousel-caption h1,
	.carousel-caption h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.carousel-caption h2 {
		font-weight: 300;
		letter-spacing: 0;
	}
	.review-page .order-1 img {
		width: 100% !important;
	}
	.review-new .review-page .order-1 img {
		margin-left: 0;
	}
	.review-page .white-block .btn {
		font-size: 36px;
		height: 70px;
	}
	.review-new.v2 .ing {
		font-size: 16px;
		margin-top: 3.5rem;
	}
	.review-new.v2 .ing img {
		margin-top: -4rem;
	}
	.product .stats {
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 14px;
	}
	.product .stats > div > span {
		width: 26px;
		height: 7.5px;
	}
	.articles a {
		font-size: 22px;
	}
	footer {
		text-align: center;
	}
	footer img {
		max-height: 31px;
	}
	.page-40 .review-new {
		padding-top: 0;
	}
}
@media (max-width: 630px) {
	.products .product .stats {
		max-width: 327px;
	}
	.products .product .stats > div > span {
		width: 29.7px;
	}
	.product .cons {
		margin-left: 0;
		margin-right: 0;
	}
	.page-40 .review-new .categories {
		flex-wrap: wrap;
	}
	.page-40 .review-new .categories ol {
		width: 100%;
	}
}
@media (max-width: 575px) {
	body {
		font-size: 16px;
	}
	h1, h2, h3 {
		font-size: 28px !important;
	}
	h1 {
		line-height: 34px;
	}
	h2 {
		line-height: 32px;
	}
	footer ul li {
		padding-top: 3px;
		padding-bottom: 3px;
		width: 100%;
	}
	footer ul li a {
		font-size: 16px;
		text-decoration: underline;
	}
	nav[aria-label="breadcrumb"] {
		visibility: hidden;
		height: 16px;
	}
	.form-control {
		height: 40px;
	}
	textarea.form-control {
		height: 115px;
	}
	.breadcrumb {
		padding: 0;
	}
	#menu {
		display: none;
	}
	#content {
		padding-bottom: 1rem;
	}
	#search, #search input {
		width: 100%;
	}
	.home .content-block.bottom {
		padding-top: 1.5rem;
		margin-top: 0;
	}
	.content-block.top .page-item img {
		width: 100%;
		height: auto;
	}
	.content-block.top .page-item .img-wrapper,
	.content-block.bottom .page-item .img-wrapper {
		height: 100%;
		max-height: 195px;
	}
	.content-block.bottom {
		margin-top: 0;
	}
	.content-block.bottom .page-item {
		margin-bottom: 1.5rem;
	}
	.content-block.bottom .page-item b {
		font-size: 22px;
		line-height: 25px;
	}
	.head-img {
		height: 29vw;
		background-size: 200vw auto !important;
	}
	.review-page {
		margin-top: 30vw;
		background-size: auto 100%;
		line-height: 24px;
	}
	.review-page h1 {
		margin-bottom: 12px;
	}
	.review-new h1 + span {
		font-size: 21px;
	}
	.review-page .gray-block {
		margin-top: 20px;
		padding: 20px 0 15px;
	}
	.product-page .review-page .gray-block {
		margin-top: 0;
		padding-bottom: 20px;
	}
	.review-page .blue-block {
		padding-bottom: 1px;
		padding-top: 1.5rem;
		font-size: 16px;
		line-height: 23px;
	}
	.review-page .white-block {
		padding: 1.5rem 0;
	}
	.review-page .white-block ul.list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 14px;
		margin-left: 0 !important;
	}
	.review-page .white-block .btn {
		font-size: 20px;
		height: 55px;
	}
	.review-page .blue-block h2 {
		font-size: 28px;
		line-height: 41px;
		margin-bottom: 1.5rem;
	}
	.review-page .best-block > h2 {
		font-size: 22px;
		line-height: 28px;
		padding-top: 5px;
	}
	.review-page .best-block > h2 + hr {
		margin-bottom: 14px;
	}
	.review-page .best-block > p {
		line-height: 22px;
		margin-bottom: 1rem;
	}
	.review-page .best-block > h3 {
		line-height: 31px;
		letter-spacing: -0.035em;
		padding-top: 2px;
		margin-bottom: 0;
	}
	.review-page .gray-block h2 + hr,
	.review-page .white-block h2 + hr {
		width: 46px;
		border-width: 2px;
		margin: 0 0 1rem;
	}
	.review-page .blue-block ul,
	.review-page .white-block ul {
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
	}
	.product-page .review-page .blue-block ul {
		margin-top: 1rem;
	}
	.review-page .blue-block ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 1rem;
		font-weight: bold;
		padding: 0 6px;
	}
	.review-page .blue-block ul li img {
		margin-bottom: 0;
		height: auto;
		width: 155px;
	}
	.review-page .white-block ul li img {
		width: 55px;
		height: auto;
		margin-top: -4px;
		margin-bottom: 12px;
	}
	.review-page .white-block ul li img + strong {
		font-size: 18px;
		line-height: normal;
		margin-top: 0;
		max-width: 60%;
	}
	.review-new .products .product .info.d-flex .cons-block {
		margin: 0;
	}
	.page-40 .review-new .categories {
		padding: 1rem 0;
	}
	.page-40 .review-new .categories.ct ol {
		width: 100%;
	}
	.page-40 .review-new a.link-block,
	.page-40 .review-new .link-block h4 {
		font-size: 26px;
	}
	.page-40 .review-new .link-block p {
		text-align: center;
	}
	.page-40 .review-new .link-block ul {
		margin-bottom: 0;
	}
	.page-40 .review-new .inline-links a {
		width: 49%;
	}
	.page-40 .review-new .inline-links a:before,
	.page-40 .review-new .inline-links a:after {
		content: none;
	}
	.review-page .best-block {
		margin-bottom: -1rem;
		padding: 0 0 1rem;
	}
	.product-page .review-page .best-block {
		padding-bottom: 0 !important;
	}
	.review-page .best-block > img {
		height: 35px;
		bottom: -28px;
		padding: 0 1rem;
	}
	.product-page .review-page .best-block > img {
		height: 42px;
		margin-top: -12px;
		bottom: -32px;
		padding: 0 1rem;
	}
	.review-page .best-block > hr {
		border-bottom: none;
	}
	.review-page .update-block {
		border: none;
		padding: 0;
	}
	.review-page .update-block.u-list .list {
		font-size: 14px;
		line-height: 18px;
		padding: 1rem 0 0;
	}
	.review-page .update-block.u-list > img {
		margin-top: 1rem;
	}
	.review-page .update-block.u-list .list em {
		width: 75px;
		height: 75px;
		font-size: 50px;
		line-height: 1.45;
	}
	.review-page .update-block:not(.u-list) > img {
		height: 74px;
		margin-top: 0;
		margin-bottom: -50px;
	}
	.review-page .update-block > hr {
		border-bottom: none;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.review-page .update-block h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 12px;
		padding-top: 1.6rem;
	}
	.review-page .update-block > h2 + hr {
		margin-bottom: 12px;
	}
	.review-page .update-block > p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 1rem;
	}
	.review-page .gray-block .btn {
		font-size: 18px;
	}
	.products .product .head {
		padding: 0 5px 6px 1rem;
	}
	.products .product .head h4 {
		font-size: 18px;
	}
	.products .product:not(:first-child) .head span {
		min-width: 35px;
		height: 30px;
		font-size: 22px;
		margin-right: 1.2rem;
	}
	.products .product:first-child .head span {
		background-size: 100%;
		width: 45px;
		height: 47px;
		font-size: 22px;
		line-height: 1;
		margin-right: 12px;
		font-weight: 500;
		margin-bottom: -14px;
	}
	.products .product .stars {
		font-size: 13px;
		min-width: 73px;
	}
	.products .product .product-img {
		border-right: none;
		border-bottom: 2px solid #ECECEC;
		padding-bottom: 10px;
	}
	.products .product .product-img img {
		margin: 1rem 0 0.7rem;
	}
	.product .product-img .thumb {
		margin: 15px 0;
	}
	.products .product .product-img img,
	.product .product-img .thumb > img {
		max-height: 185px;
	}
	.products .product .product-img .btn {
		font-size: 18px;
		margin-bottom: 12px;
		height: 50px;
	}
	.products .product .product-img .btn + .btn {
		font-size: 16px;
	}
	.products .product .stats {
		font-size: 12px;
		max-width: 305px;
	}
	.products .product .stats > div > span {
		width: 27.5px;
	}
	.product .rate {
		margin-top: 1rem;
	}
	.product .rate .c100 {
		font-size: 175px;
	}
	.product .rate .c100 > span {
		line-height: 3.15;
	}
	.product .cons {
		font-size: 14px;
		line-height: 19px;		
	}
	.products .cons {
		max-width: 305px;
		margin-left: auto;
		margin-right: auto;
	}
	.product .cons .plus,
	.product .cons .minus {
		min-width: 38px !important;
		height: 38px !important;
		border-width: 3px;
		font-size: 32px !important;
		line-height: 26px !important;
		margin-right: 15px !important;
	}
	.products .product .info {
		padding: 15px 1rem;
		font-size: 14px;
		line-height: 20px;
	}
	.products .product .info > b {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.products .product .info p {
		margin-bottom: 7px;
	}
	.products .product .info .btn {
		margin-top: 0;
	}
	.products .product .info .product-img {
		padding: 0;
		margin-top: 1.2rem;
	}
	.product-page h1 {
		text-align: center;
		font-size: 30px;
		line-height: 31px;
		margin-top: 7px;
	}
	.product .c_rate {
		font-size: 16px;
		line-height: 18px;
	}
	.product .stars_rate > b {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 1rem;
	}
	.product .stars_rate .form-group > label {
		font-size: 16px;
	}
	.contact_form .btn {
		font-size: 20px;
		height: 47px;
		max-width: 100%;
	}
	.articles a {
		font-size: 16px;
		font-weight: 500;
	}
	.articles i {
		font-size: 16px;
	}
	.review-new .review-page .white-block ul li img {
		width: auto;
	}
	.review-page .white-block ul li img + strong {
		max-width: 100%;
	}
	.review-new .review-page .white-block ul + ul {
		display: none;
	}
	.review-new .white-block h3 {
		margin-bottom: 1rem;
		font-size: 24px !important;
		line-height: normal;
	}
	.review-new .review-page .white-block .check-list {
		background-color: #fff;
		padding: 0;
	}
	.review-new .review-page .white-block ul.list {
		padding: 0;
		width: 100%;
	}
	.review-new .review-page .best-block,
	.review-new .review-page .best-block:before,
	.review-new .review-page .best-block:after,
	.review-new .review-page .best-block > img {
		background: #F1F3F4;
	}
	.review-new .review-page .best-block > img {
		height: 40px;
		bottom: -15px;
	}
	.review-new .products .product {
		margin-top: 3.5rem;
	}
	.review-new .products .product .product-img {
		padding-left: 15px;
	}
	.review-new .products .product h4 {
		font-size: 28px;
		text-align: center;
		padding: 0 10px;
	}
	.products .product .stats {
		max-width: 100%;
	}
	.review-new .products .product > div:first-child {
		margin-top: -3rem !important;
	}
	.review-new .products .product > div:first-child img {
		width: 85px;
	}
	.review-new.v3 .products .product > div:first-child img {
		width: 97px;
	}
	.review-new .products .product .product-img {
		padding-bottom: 0;
		border-bottom: none;
	}
	.review-new .products .product .product-img img {
		max-height: 160px;
		max-width: 80px;
		margin-bottom: 1.2rem;
	}
	.review-new .review-page .btn {
		max-width: 100%;
		height: 50px;
	}
	.review-new .products .product .stats {
		margin-top: 0;
		margin-bottom: 12px !important;		
	}
	.review-new .products .product .descr {
		margin: 14px 1.5rem 0 1.5rem;
		font-size: 15px;
		line-height: 1.5;
	}
	.review-new .products .product .info {
		font-size: 16px;
		line-height: 1.5;
	}
	.review-new .products .product .info .btn {
		margin-top: 0.5rem;
		max-width: 100%;
	}
	p.red {
		font-size: 22px !important;
	}
	.people img {
		width: 100%;
	}
	.review-new.v3 .doctor {
		margin-left: -15px;
		margin-right: -15px;
	}
	.review-new.v3 .products .product .product-img img {
		max-height: 180px;
		max-width: 100px;
	}
}
@media (max-width: 450px) {
	header a > img + b {
		font-size: 17px;
	}
	.product-page .product .rate {
		line-height: 1;
		margin-top: 2rem;
	}
	.product-page .product .rate .c100 {
		font-size: 145px;
		display: inline-block;
	}
	.product-page .product .rate .c100 > span {
		top: -15px;
	}
	.page-40 .review-new .inline-links a {
		white-space: normal;
	}
}
@media (max-width: 350px) {
	.review-new .product-block.big {
		height: 496px;
	}
	.page-39 .review-new.v2 .white-block .btn-primary {
		font-size: 18px;
		white-space: normal;
	}
	.page-40 .review-new .s-header {
		font-size: 23px !important;
	}
}
#menu > ul {
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #2d2d2d;
	padding: 1.2rem 0;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
#menu > ul > li {
	padding: 7px 2rem;
}
#menu .dropdown-menu {
	position: relative !important;
	margin-top: 1rem;
}
#menu .dropdown-menu ul {
	text-align: left;
}