@font-face{font-family:Rubik-Regular;src:url(../fonts/Rubik-Regular.ttf);}
@font-face{font-family:Rubik-Medium;src:url(../fonts/Rubik-Medium.ttf);}
@font-face{font-family:Rubik-Bold;src:url(../fonts/Rubik-Bold.ttf);}
@font-face{font-family:Rubik-Light;src:url(../fonts/Rubik-Light.ttf);}
:root {
  --color-black: #000;
  --color-white: #fff;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

body {
  box-sizing: border-box;
}

img
	{
		max-width:100%;
		height:auto;
	}

aside,
nav,
footer,
header,
section {
  display: block;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
	color: #1789D5;
    font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
	color:#a31600;
}

ul li {
  list-style: none;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-size: 20px;
		line-height: 27px;
		font-weight: 700;
		color: #2D2D2D;
		margin-bottom: 16px;		
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  font-family: Gilroy,Almarai,Arial,sans-serif;
}
body
	{
		background-size: 100% auto;
	}	
.full_left
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: start;			
	}	
.full_left_middle
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;			
	}		
.full_top
	{
		display: -webkit-flex;
		display: flex;		
	}	
#menu-main .menu-item-has-children>a
	{
		padding-right:15px;
	}
.menu-item-has-children>a:after
	{
		content: "˅";
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
		font-size: 12px;
		font-family:roboto;
}
.menu-item-has-children:>a:after
	{
		content: "˅";
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
		font-size: 12px;
		font-family:roboto;
}
@media (min-width: 1200px) {	
.conteiner
	{
		width:1200px;
		margin:auto;
		box-sizing:border-box;
		padding: 10px;
	}	
.full_weight
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;		
	}	
.center_block {
    min-width: 635px;
}	
}
@media (min-width: 960px) {		
.razgortka
	{
		display:none;
	}	
.full_weight
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;		
	}		
}
@media (max-width: 960px) {	
.main_menu
	{
		margin-top:110px;
	}
.left_top_tit, .right_top_tit
	{
		width:100% !important;
	}
.right_top_tit
	{
		text-align:center;
	}	
#content1
	{
		display: none;
	}	
.main_menu ul li a 
	{
		height: auto;
		padding: 10px 15px 10px 0;
	}	
.main_menu ul li ul
	{
		display:block !important;
		position:relative !important;
		top:0 !important;
		left:0 !important;
	}		
.logo
	{
		float:left;
	}
.top_menu
	{
		float:right;
	}
.top_cat, .top_info
	{
		display:none !important;
	}	
.right_block
	{
		display:none !important;
	}	
.center_block
	{
		width:100% !important;
		padding:10px;
	}	
.number_rew
	{
		left: 5px !important;
		top: 20px !important;		
	}
.number_image, .info_rew, .number_visit
	{
		width:100% !important;
		text-align:center !important;
		margin:auto !important;
	}
.raiting_rew
	{
		margin:20px auto;
	}	
.site_scrien_info.full_weight, .site_bottom_full.full_weight
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;		
	}
}
@media (max-width: 768px) {	
.left_block
	{
		display:none !important;
	}		
}
@media (max-width: 1200px) {	
.conteiner
	{
		width:100%;
		padding: 10px;
		margin:auto;
		box-sizing:border-box;
	}
.mibile-menu
	{
		display:inline-block;
		width:50px;
		height:50px;
	}
.menu-btn
	{
		width:44px;
		height:44px;
		display:block;
		position:relative;
		float:right;
		cursor: pointer;
		border-radius:30px;
	}
.menu-btn span, .menu-btn span::after,
.menu-btn span::before
	{
		position:absolute;
		width:25px;
		height:2px;
		display:block;
		top:50%; left:50%;
		margin-bottom:-1px;
		margin-left:-12.5px;
		background: #a31600;
	}
.menu-btn span::after,
.menu-btn span::before
	{
		content:"";
		display:block;
		transition:1s;
	}
.menu-btn span::after
	{
		transform: translateY(7px);
	}
.menu-btn span::before
	{
		transform: translateY(-9px);
	}
.menu-btn-active span
	{
		height:0;
	}
.menu-btn-active span::after
	{
		transform: rotate(45deg);
	}
.menu-btn-active span::before
	{
		transform: rotate(-45deg);
	}
.ulmenu .active
	{
		color:#f98814;
	}	
}
.logo
	{
		width:100px;
	}
.logo img
	{
		width:100%;
		height:auto;
	}		
.menu_categor
	{
		font-size: 16px;
		font-weight: 700;
		margin-left: 36px;		
	}	
.top_info
	{
		font-weight: 400;
		font-size: 14px;
	}	
.main_menu ul li
	{
		position:relative;
	}	
.main_menu ul li ul
	{
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:220px;
		z-index:100;
		background:#fff;
	}	
.main_menu ul li:hover ul
	{
		display:block;
	}	
.main_menu ul li a
	{
		color: #797979;
		font-weight:300;
		font-size: 14px;
		display:block;
		height:32px;
		border-bottom: 1px solid transparent;
	}	
.main_menu ul li a:hover
	{
		border-bottom: 1px solid #a31600;
	}	
.main_menu ul li ul a
	{
		display:block;
		height:auto;
		padding:10px 15px;
	}	
.main_menu ul li ul a:hover
	{
		background-color: rgb(245, 245, 245);
	}	
.full_menu
	{
		border-bottom: 1px solid #E5E5E5;
	}	
.full_menu .conteiner
	{
		padding:0 10px 0 10px;
	}	
.main_title
	{
		width:100%;
		overflow:hidden;
	}	
.left_top_tit
	{
		width:50%;
		padding: 48px 80px 48px 52px;
		background-color: #f5f5f5;
	}	
.main_title
	{
		background-color: #f5f5f5;
	}	
.right_top_tit
	{
		width:50%;
		background-color: #f5f5f5;
	}	
.right_top_tit img	
	{
		max-height: 320px;
		min-width: 670px;
		object-fit: cover;
	}
.left_top_tit h1
	{
		font-size: 36px;
		line-height: 40px;
		font-weight: bold;
		color: #2d2d2d;		
	}	
.autor
	{
		margin-top:40px;
		color: #999999;
	}	
.autor img
	{
		width: 36px;
		height: 36px;
		border-radius:100%;
	}	
.autor_name
	{
		margin-left:20px;
	}	
.autor_name p
	{
		margin-bottom:5px !important;
}
.left_block
	{
		width:135px;
		margin-right:50px;
	}
.center_block
	{
		max-width: 635px
	}	
.right_block
	{
		margin-left: 50px;
		display: block;
		width: 300px;
	}	
.main_content
	{
		margin-top:20px;
	}	
.yakor_title
	{
		margin-right: 10px;
		-webkit-align-content: center;
		align-content: center;
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		color: #000;	
		padding-bottom:15px;
		border-bottom:1px solid #d5d5d5;
	}	
.yakor	
	{
		background-color: #f5f5f5;
		padding: 15px 10px 5px 10px;
		top: 50px;
		max-width:135px;
		height:300px;
		overflow: auto;
	}
.yakor a 
	{
		display: block;
		margin: 19px 0 0 0;
		padding: 0;
		cursor: pointer;
		width: 100%;
		transition: color 0.3s linear;
		text-decoration: none;
		letter-spacing: -0.2px;
		font-size: 14px;
		line-height: 19px;
		font-weight: 400;
		color: #797979;
	}	
.soclink
	{
		margin-bottom:10px;
	}	
.soclink a
	{
		display:block;
		width:50%;
		text-align:center;
		color:#4168b1;
		width: 66px;
		font-weight:bold;
		height: 45px;
		line-height:45px;
		background-color: #f5f5f5;
	}
.soclink a:hover
	{
		color:#fff;
		background-color: #1da1f1;
	}	
.our_raiting
	{
		padding:30px;
		border: 1px solid #D5D5D5;
	}	
.our_raiting h2
	{
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 16px;
		font-weight: 600;
		color: #2D2D2D;		
	}	
.our_raiting h2 span
	{
		color:#a31600;	
	}	
.our_raiting strong
	{
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		color: #2D2D2D;	
		margin-bottom:20px;
	}
.our_raiting p
	{	
		margin-top:10px;
		line-height: 22px;
		font-size: 16px;
		color: #2D2D2D;
	}	
.info_top p, .site_content p, .ozer_info p, p
	{
		margin: 0 0 40px 0;
		word-wrap: break-word;
		font-size: 16px;
		line-height: 27px;
		font-weight: 400;
		color: #2d2d2d;
	}	
.spisok_title, .ozer_info h3, h3, h3, h4, h5, .news_shablon h2, .news_shablon h3, .news_shablon h4, .news_shablon h5
	{
		font-size: 20px;
		line-height: 27px;
		font-weight: 700;
		color: #2D2D2D;
		margin-bottom: 16px;		
	}
.spisok_link li, .site_content li, .info_top ul li, .ozer_info ul li, .news_shablon li
	{
		margin-bottom: 16px;
		margin-left:20px;
		position:relative;
		line-height: 27px;
	}
.spisok_link li:before, .site_content li:before, .info_top ul li:before, .ozer_info ul li:before, .news_shablon li:before
	{
		content:' ';
		display:block;
		position:absolute;
		left:-17px;
		top:10px;
		width:5px;
		height:5px;
		background:#1789D5;
	}	
.spisok_link a
	{
		font-size: 16px;
		line-height: 27px;		
		color: #1789D5;
		font-weight: 600;
		font-size: inherit;
	}	
.reiwer
	{
		position:relative;
		padding: 28px;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
		margin-bottom: 12px;
	}	
.number_rew
	{
		position: absolute;
		left: -19px;
		top: 25px;
		text-align:center;
		background-color: white;	
		align-items: center;
		border-radius: 50%;
		border: 1px solid #010233;
		letter-spacing: -0.1px;
		padding-bottom: 2px;
		height: 36px;
		width: 36px;
		font-size: 22px;	
		line-height:36px;
	}	
.number_image
	{
		width: 130px;
		height: initial;
		margin-right:20px;
	}	
.info_rew
	{
		margin:0px 30px 0px 30px;
	}	
.info_rew img
	{
		width:60px;
		height:auto;
	}
.info_rew a
	{
		font-size: 14px;
		font-weight: 600;
		color: #1789D5;
		cursor: pointer;
	}	
.info_rew svg
	{
		margin-left:0px;
	}	
.info_rew span
	{
		font-size: 14px;
	}
.info_title
	{
		font-size: 14px;
		font-weight: 600;
		line-height: 21px;
		margin-top:10px;
	}	
.raiting_rew, .site_name a
	{
		color: #1564BF;
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		width: 115px;
	}
.raiting_rew span
	{
		color: #fff;
		background: #1564BF;
		font-weight: 600;
		font-size: 14px;
		padding:7px;
		border-radius:5px;
		line-height: 14px;
	}	
.number_visit>a, .site_scrien_right a, .vizit_site a
	{
		display:block;
		padding: 10px 20px;
		background-color: #FF4A64;
		border-radius: 4px;
		font-weight: 600;
		color: #ffffff;
		margin: 15px 0 10px 0;
	}
.number_visit>a:hover	
	{
		background-color: #BC284B;
	}	
.reiwer_block
	{
		margin-top:50px;
		margin-bottom:50px;
	}	
.second_title
	{
		margin-top:40px;
}
.second_title h2	
	{
		font-size: 35px;
		line-height: 1.14;
		font-weight: bold;
		color: #2d2d2d;
	}
.site_namber	
	{
		align-items: center;
		color: #D5D5D5;
		font-size: 60px;
		font-weight: 700;	
		padding:0 16px 0 0;
		margin:0 16px 0 0;
		-webkit-border-end: 1px solid #e2e2e2;
	}
.site_img
	{
		width:150px;
		padding:0 16px 0 0;
		margin:0 16px 0 0;	
		-webkit-border-end: 1px solid #e2e2e2;		
	}	
.site_name h3
	{
		font-size: 16px;
		line-height: 1.35;
		font-weight: 700;
		color: #2d2d2d;
	}	
.site_block_title, .site_scrien_info
	{
		margin:30px 0;
	}	
.site_scrien_left span
	{
		font-size: 16px;
		line-height: 1.38;
		font-weight: normal;
		color: #797979;
	}	
.site_scrien_left a
	{
		display:block;
		font-size: 16px;
		line-height: 1.69;
		font-weight: 600;
		color: #1789d5;		
	}	
.tree_info:before
	{
		content:'';
		display:block;
		width:60px;
		margin-bottom:30px;
		height:1px;
		background:#d5d5d5;
	}	
.tree_info ul
	{
		margin: 40px 0 0 0;
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		box-sizing: border-box;
	}
.tree_info ul li 
	{
		box-sizing: border-box;
		list-style-type: none;
		margin-bottom: 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
		font-size: 16px;
		line-height: 1.69;
		font-weight: normal;
		color: #2d2d2d;
	}	
.tree_info ul li span, .preim ul li span, .minus ul li span
	{
		color:#1789d5;
		font-weight:700;
		padding-right:5px;
	}	
.preim, .minus
	{
		width:50%;
		padding-right:5%;
	}	
.preim ul li, .minus ul li
	{
		font-size: 14px;
		line-height: 1.36;
		font-weight: normal;
		color: #2d2d2d;
		margin: 15px 0;
	}	
.preim_title
	{
		font-size: 16px;
		line-height: 1.69;
		font-weight: 600;
		color: #2d2d2d;		
		border-bottom: 1px solid #d5d5d5;
		padding-bottom: 14px;
	}	
.site_bottom_full
	{
		box-sizing: border-box;
		margin-top: 40px;
		background-color: #f5f5f5;
		padding:10px;
	}	
.icon_site
	{
		width: 25px;
		height: 25px;
	}	
.icon_size_name
	{
		line-height: 30px;
		font-weight: 700;
		color: #39393a;
		font-size:16px;
	}	
.site_block
	{
		margin-bottom:40px;
	}	
.qwest_block
	{
		border: 1px solid #D5D5D5;
		border-bottom: 1px solid transparent;	
	}
.qwest
	{
		border-bottom: 1px solid #D5D5D5;			
	}	
.qwest_title
	{
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		color: #000000;
		margin: 8px 24px 8px 16px;
		position:relative;
	}	
.qwest_title:before
	{
		content:'-';
		position:absolute;
		right: -15px;
		top:0;
		cursor:pointer;
	}	
.qwest.activete .qwest_title:before
	{
		content:'+';
	}	
.qwest_info
	{
		margin: 4px 16px 20px;
		color: #999999;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;	
		display:none;		
	}	
.qwest.activete .qwest_info
	{
		display:block;
	}	
.full_qve
	{
		margin-bottom:50px;
	}	
.image_autor img
	{
		width: 40px;
		height: 40px;
		border: 1px solid #ff4a64;
		padding: 1px;
		border-radius:100%;		
		margin-right:10px;
	}	
.image_autor
	{
		font-size: 16px;
		line-height: 40px;
		font-weight: 700;
		color: #2d2d2d;
	}	
.image_autor a
	{
		font-size: 16px;
		line-height: 40px;
		font-weight: 700;
		color: #ff4a64;
	}	
.descript_autor
	{
		font-size: 14px;
		line-height: 19px;
		font-weight: 400;
		color: #2d2d2d;
		margin-top: 12px;
		max-width: 500px;		
	}	
.go_to_back
	{
		float:right;
		transition: color 0.3s ease;
		font-size: 16px;
		line-height: inherit;
		font-weight: normal;
		color: #1789d5;		
		margin:30px 0;
	}
.go_to_back span
	{
		background: #1789d5;
		color: #fff;
		padding: 5px 10px 8px 10px;
		border-radius: 100%;
	}	
.footer_full
	{
		background-color: #010233;
		padding: 40px 16px;
		margin:50px 0 0 0;
	}	
.footer_full a
	{
		font-weight: 700;
		color:#fff;
		font-size:14px;
		line-height:24px;
	}	
.footer_full h4
	{
		font-weight: 700;
		color:#fff;
		font-size:18px;
		line-height:24px;
		margin-bottom:20px;
	}	
.top_cat a
	{
		color:#000;
}
/*MAIN PAGE START*/
.main_header h1
	{
		font-size: 46px;
    	line-height: 48px;
		margin:30px 0 30px 0;
		text-align:center;
		white-space: break-spaces;
		font-weight: 700;
		color: #010233;
}
.left_top_tit h2
	{
		font-weight: 700;
		font-size: 24px;
		line-height: 32px;		
}
.our_best_full h2
	{
		font-size: 30px;
		line-height: 37px;
		text-align: center;
		font-weight: 700;
		padding: 50px 15px 25px 15px;		
}
.main_header h1 span, .our_best_full h2 span
	{
		color:#a31600;
}
.best
	{
		text-align:center;
		width:300px;
		margin:auto;
		padding: 20px;
}
.our_best
	{
		padding:30px;
		margin:50px 0;
		background-color: #f5f5f5;
}
.our_best p
	{
		margin-bottom:0;
		line-height: 18px;
    	color: #2D2D2D;
}
.nubmer_best
	{
		font-size: 46px;
		color: #2D2D2D;
}
.about_as_left
	{
		width:40%;
		text-align:center;
		border-radius:10px;
		padding:20px;
}
.about_as_right
	{
		width:60%;
		padding:20px 20px 20px 100px;
}
.about_as_right p
	{
		width:300px;
}
.about1 
	{
		background-color: #FF8897;		
}
.about2
	{
		background-color: #FFD266;
}
.about3
	{
		background-color: #82C6F3;
}
.about_as_right h4
	{
		margin: 25px 0 15px 0;
		font-weight: 700;
		font-size: 30px;
		color: #2D2D2D;		
}
.about_as_right p
	{
		font-size: 16px;
		line-height: 27px;
		color: #2D2D2D;		
}
@media (max-width: 768px) {	
.about_as_left, .about_as_right
	{
		width:100% !important;
		padding:20px !important;
	}	
.mob
	{
		display:none !important;
	}		
}
@media (min-width: 768px) {	
.comp
	{
		display:none !important;
	}		
}
/*MAIN PAGE FINISH*/
/*Крошки breadcrumb Start FINISH*/
.breadcrawn
	{
		margin: 10px 0;
	}
.breadcrawn, .breadcrawn a
	{
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: inherit;
		color: #797979;
		text-transform: capitalize;
	}
.zaolov h1
	{
		font-size: 30px;
		line-height: 37px;
		font-weight: 700;
		padding: 0px 15px 15px 0px;		
}
.taxonomy-description p
	{
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		color: #2d2d2d;
		margin: 15px 0 20px 0;
		padding: 0;
		display: block;
		max-width: 650px;		
}
.full_zl
	{
		width:100%;
		border-bottom: 1px solid #E5E5E5;
}
/*Крошки breadcrumb PAGE FINISH*/

/*CATEGORY PAGE START*/
.right_size
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
}
.news_right img
	{
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		height: 130px;		
}
.news
	{
		border-bottom: 1px solid #d5d5d5;
		margin-top:30px;
		padding: 30px 0;
}
.news_left a, .date
	{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;		
}
@media (min-width: 960px) {		
.center_block.news_shablon
	{
		width:635px;
	}
.center_block.news_shablon h1
	{
		font-size: 35px;
		line-height: 40px;
		font-weight: 700;
		color: #2d2d2d;
		letter-spacing: 0;
		margin: 1px 0 30px 0;
	}	
.full_novost
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: start;		
	}
.news_right, .novost_right
	{
		width:25%;
		margin-left:5%;
	}
.news_left, .novost_left
	{
		width:70%;
	}
}
@media (max-width: 960px) {	
.center_block.news_shablon h1
	{
		font-size: 28px;
		line-height: 36px;
		font-weight: 700;
		color: #2d2d2d;
		letter-spacing: 0;
		margin: 1px 0 30px 0;
	}	
.news_right
	{
		margin-top:10px;
	}
.news_right, .novost_right
	{
		width:100%;
	}
.news_left, .novost_left
	{
		width:100%;
	}	
}
.left_site_best h2
	{
		font-size: 18px;
		line-height: 23px;
		font-weight: 600;
		color: #2d2d2d;		
		margin-bottom: 32px;
	}
.left_site_best
	{
		padding: 30px;
		background-color: #f5f5f5;
		margin-bottom: 10px;	
		margin-top:10px;
}
.right_size img
	{
		width:25px;
		height:auto;
}
.name_sizes
	{
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
		color: #2d2d2d;		
		width: 125px;
}
.right_size
	{
		background:#fff;
		padding:10px;
		margin-bottom:10px;		
}
.linke_top
	{
		background: #010233;
		color: #fff;
		padding: 6px 10px;
		border-radius: 100px;
		font-size: 12px;
}
.top5-prods__button
	{
		display: -webkit-flex;
		display: flex;
		width: 178px;
		margin:20px auto 0;
		height: 44px;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		border-radius: 4px;
		border: 1px solid #010233;
		text-decoration: none;
		cursor: pointer;
		font-size: 16px;
		line-height: 22px;
		font-weight: 700 !important;
		color: #010233 !important;
		transition: all 0.2s ease;		
}
.top5-prods__button:hover
	{
		border: 1px solid #010233;
		color: #ffffff !important;	
		background:#010233;
}
.left_site_best h3
	{
		margin-bottom: 4px;
		font-size: 30px;
		line-height: auto;
		font-weight: 600;
		color: #2d2d2d;		
}
.left_site_best h3 span
	{
		color: #a31600;		
}
.why_block
	{
		margin-top: 30px;
}
.why_block strong
	{
		font-size: 26px;
		line-height: auto;
		font-weight: 400;
		color: #a31600;			
}
.why_block p 
{
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #2d2d2d;
}
.right_size_top
	{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;	
		margin-top:20px;
}
.right_size_top .iconka
	{
		font-size: 25px;
		width:50px;
		margin-right:20px;
		text-align:center;
		line-height: 30px;
		font-weight: 400;
		color: #d5d5d5;		
}
.right_size_top .name_sizes
	{
		width:200px;	
}
.name_sizes span
	{
		font-weight:bold !important;	
}
.iconca_posta
	{
		width: 80px !important;	
}
.iconca_posta img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 80px;
}
.visit_rev_site
	{
		padding:40px 20px;
		text-align:center;
	    border: 1px solid #dfdfdf;
}
.visit_rev_site img
	{
		width: 80%;
		-o-object-fit: inherit;
		object-fit: inherit;
		height: auto;
}
.review-row__visit, .rev_read
	{
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    background-color: #a31600;
    width: 100%;
    max-width: 220px;
	margin-top:20px;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff !important;
    transition: all 300ms ease;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    height: 23px;
    width: 100px;		
}
.review-row__visit:hover, .rev_read:hover
	{
		opacity:0.9;
}
.link_rev a
	{
		color: #1789D5;
    	font-weight: 600;
}
/*CATEGORY PAGE FINISH*/
/*Reviews START FINISH*/
.none_background, .none_background .left_top_tit, .none_background .right_top_tit
	{
		background:#fff !important;
}
.kilk_rev
	{
		font-size: 16px;
		padding: 16px;
		border-bottom: 1px solid #D5D5D5;
}
.kilk_rev img
	{
		width:90px !important;
		max-height: auto;
		min-width: auto;
		object-fit: inherit !important;
		height:auto;
}
.none_background .right_top_tit>img
	{
		width:200px !important;
		max-height: auto;
		min-width: auto;
		object-fit: inherit !important;
		height:auto;		
		display:block;
		margin:20px auto;
}
.visit_site
	{
	display: block;	
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    background-color: #a31600;
    width: 100%;
    max-width: 220px;
	padding:10px 15px;
    margin: 20px auto;
    text-align: center;
    vertical-align: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff !important;
    transition: all 300ms ease;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    width: 200px;		
}
.visit_site:hover
	{
		opacity:0.9;
}
.box_sholdow_rev
	{
		box-shadow: 0px 20px 60px -5px rgb(1 2 51 / 19%);
		border-radius: 4px;
}
.mini_zal_rev
	{
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
		margin-top: 4px;
}
.recoment
	{
		background:#035d4c;
		padding:10px 5px;
		color:#fff;
		width:165px;
}
.three_inform
	{
		width:30%;
		text-align:center;
}
.three_inform
	{
		color: #29256B;
		font-size: 16px;
    	font-weight: 600;
		margin:8px auto;
}
.three_inform span
	{
		font-weight: 400;
		font-size: 14px;
		color: #29256B;
}
.three_inform_block
	{
		padding: 16px 12px;
		background: #EDECF3;
}
@media (min-width: 960px) {	
	.full_middle
		{
			margin-top: 28px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
	}
}
.raiting_full
{
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0;
    font-family: hurmegeometricsans_no3_6,Gilroy,Almarai,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #F5F5F5;
    padding-top: 20px;
	padding-bottom: 20px;
    border-radius: 4px;
    margin-top: 40px;
}
.raiting_conent
	{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;		
}
.raiting_block
{
	font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
}
@media (min-width: 960px) {	
.raiting_block
	{	
		width: calc(50% - 48px);
		margin: 0 23px;
		 padding: 20px 0;
	}
}
@media (max-width: 960px) {	
.three_inform_block.full_top	
	{
		display:block !important;
	}
.three_inform {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px !important;
}	
.raiting_block
	{	
		width: 100%;
		padding: 20px;
	}	
.center_block {
    max-width: 100%;
}	
.three_inform_block
	{
		margin: 30px 0;
}	
}	
.raiting_haeder
	{
		padding: 0 20px 20px 20px;
		border-bottom: 1px solid #D6D6D6;
	}
.raiting_block:last-child 
	{
		border-bottom: 0;
		padding-bottom: 0;
	}
.middel_bal span
	{
		display:block;
		margin:auto;
		text-align:center;
		font-size: 44px;
		font-weight: 600;
		line-height: 100%;
}
.reiting_bal
	{
		font-size:32px;
}
.reiting_text
	{
		padding-right: 20px;
}
.reiting_text h4
	{
		font-size: 20px;
		line-height: 27px;
		font-weight: 700;
		color: #2D2D2D;
		margin-bottom: 16px;
}
.reiting_text span
	{
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
}
.rev_read_down_more
	{
		margin: 20px 0 20px 0;
}
.rev_read_more img
	{
		width:100px;
}
.rev_read_more
	{
		width: 300px;
		margin: 10px 0;
		padding:10px;
		background-color: #f5f5f5;
		border-radius:30px;
}
.rev_read_desc
	{
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		color: #2d2d2d;
		padding-top: 9px;
		overflow: hidden;
		margin-bottom:20px;
		text-overflow: ellipsis;
}
.otzuvu_block_full
	{
		margin-top: 30px;
		border-top: 1px solid #D6D6D6;
		padding-top: 30px;
}
.image_star
	{
		line-height:22px;
		margin-top:20px;
		margin-bottom:50px;
}
.image_star img
	{
		width: 100px;
		margin-bottom: -4px;
		margin-right: 6px;
}
.image_star p
	{
		margin-top:30px;
}
.inichial
	{
    font-size: 14px;
    font-weight: 600;
	font-weight: 400;
    font-size: 14px;
    background-color: #1564BF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #1564BF;
    border-radius: 50%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 12px;
    background-color: #999999;
    overflow: hidden;
    color: white;
    min-width: 40px;
    min-height: 40px;	
}
.nema
	{
		font-size: 14px;
		color: #2D2D2D;
		font-weight: 700;
		line-height: 100%;
		margin-bottom: 8px;
}
.subject
	{
		font-size: 20px;
		line-height: 26px;
		margin-top: 32px;
		color: #2D2D2D;
		font-weight: 700;
		letter-spacing: -0.11px;		
}
.massage_otz
	{
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
		color: #2D2D2D;
		letter-spacing: -0.11px;		
}
.chelovek_name
	{
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #D6D6D6;		
}
.rev_read_more .rev_read
	{
		margin-top:0 !important;
}
.rev_read_desc p
	{
		margin-bottom:20px;
}
.number_visit a
	{
		width:110px;
}
.slogan_s
	{
		font-weight: 700;
		border-bottom: 1px solid #e2e2e2;
    	padding-bottom: 10px;
}
.border_mini_s
	{
		padding: 16px;
		background-color: #ffffff;
		box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}
.mini_page_logo
	{
		width:130px;
}
.big_image_site
	{
		width:100%;
		height:auto;
}
.site_content li p
	{
		margin-bottom:0 !important;
}
.center_block table tr td
	{
		min-width:200px;
		text-align:center;
}
.center_block table th a
	{
		display:block;
}
/*Reviews PAGE FINISH*/

/*PAGINATION PAGE START*/
.paginations
	{
	text-align: center;
    margin: 50px 0;		
}
.page-numbers.current
{
	padding: 5px 12px;
    color: #fff;
    background: #a31600;
    margin: 0 5px;
}
.nav-links a
	{
	padding: 5px 12px;
    color:  #a31600;
    margin: 0 5px;		
}
/*PAGINATION PAGE FINISH*/
.title_404
	{
		font-size:64px;
		text-align:center;
}
.oshibka p
	{
		font-size:28px;
		text-align:center;
}
.oshibka
	{
		margin-top:150px;	
		margin-bottom:150px;
}
.wp-block-latest-posts__list.wp-block-latest-posts
	{
		list-style-type:none;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:before
	{
		display:none;
}
.wp-block-latest-posts__list.wp-block-latest-posts li
	{
		list-style-type: none;
		display: inline-block;
		margin: 0;
		width: 30%;
		border: 1;
		border: 1px solid #e3e3e2;
		border-radius: 12px;
		overflow:hidden;
}
.wp-block-latest-posts__list.wp-block-latest-posts li:nth-child(2)
	{
		margin:0 5% 0 5% !important;
}
.wp-block-latest-posts__list.wp-block-latest-posts li a
	{
		padding: 10px;
		display: block;
		text-align: center;
}
.wp-block-latest-posts__list.wp-block-latest-posts
	{
		display: -webkit-flex;
		display: flex;		
		margin:30px 0 30px 0;
}
.main_read_more img
	{
		width:100% !important;
		border-radius:10px 10px 0 0;
}
.main_read_more .rev_read_desc
	{
		font-size:18px;
		font-weight:bold;
}
.pagination .nav-links
	{
		display:none;
}