body {
    -webkit-font-smoothing: antialiased;
}

.wrapper {
	max-width: 1200px;
	padding: 0 25px;
	margin: 0 auto;
}
.wrapper_full {
	padding: 0 100px;
	margin: 0 auto;	
}
.header_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.header_logo_box {
	display: flex;
	align-items: center;
}
.header_logo_mini_box {
	margin-left: 18px;
}
.header_logo_mini_box_text {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 1.4;
}
.header_icon_size {
	width: 34px;
	height: 26px;
}
.headerlogo {
	width: 30%;
}
.logo_width {
	width: 100%;
	height: 90px;
	object-fit: contain;
}
.header_logo_mini_box_icon_box {
	display: flex;
	align-items: center;
}
.header_loho_mini_box_icon_box_text {
	margin-left: 15px;
	font-weight: 700;
	color: #000;
}
.header_phone_box {
	display: flex;
	align-items: center;
}
.phone_size {
	width: 17px;
	height: 17px;
}
.header_phone_tag {
	margin-left: 15px;
	text-decoration: none;
	font-size: 18px;
	transition: .3s;
	color: #000;
	font-weight: 700;
}
.header_phone_tag:hover {
	color: #009A46;
}
.header_logo_mini_box_text {
	margin-bottom: 5px;
}
.main_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin: 70px 0;
}
.main_text_part {
	width: 60%;
}
.main_img {
	width: 90%;
}
.main_img_size {
	width: 100%;
}
.main_title_new {
	font-family: Roboto-Bold, sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 15px;
}
.colour {
	color: #009A46;
}
.main_subtitle_new {
	font-weight: 700;
	font-size: 25px;
	color: #000;
	margin-bottom: 75px;
}
.icon_row_size {
	width: 40px;
	height: 40px;
}
.colour_back {
	background-color: #009A46;
    padding: 3px 7px;
    border-radius: 5px;
    color: #fff;
}
.main_icon_row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.main_icon_box {
	width: 30%;
}
.main_img_box {
	width: 40%;
    display: flex;
    justify-content: flex-end;
}
.main_icon_title_new {
	margin-top: 10px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	font-size: 17px;
	margin-bottom: 8px;
}
.main_icon_text_new {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	width: 86%;
}
.btn_new {
	background-color: #009A46;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	border: 0;
	padding: 15px 30px;
	border-radius: 5px;
	margin-bottom: 14px;
	transition: .3s;
	border-radius: 100px;
}
.btn_new:hover {
	background-color: #009A46;
}
.btn_text_new {
	font-weight: 400;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

/* catalog */
.profil_standart_back {
	background-color: #F4F4F4;
}
.profil_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 75px 0;
}
.profil_row_text {
	width: 58%;
}
.profil_title_box {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.profil_title {
	font-size: 40px;
	font-family: Roboto-Black, sans-serif;
	font-weight: 900;
	color: #272727;
	margin-right: 30px;
	line-height: 1.3;
}
.profil_line {
	height: 75px;
	width: 1px;
	background-color: #d8d8d8;
}
.profil_price {
	margin-left: 30px;
	font-family: Roboto-Regular, sans-serif;
	font-weight: 300;
	color: #333;
	line-height: 1.4;
	font-size: 20px;
}
.profil_price_color {
	font-family: Roboto-Bold, sans-serif;
	font-weight: 500;
	color: #009A46;
}
.color_green {
	color: #009A46;
}
.profil_text {
	font-family: Roboto-Regular, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.9;
	margin-bottom: 40px;
}
.profil_rating_row {
	display: flex;
	margin-bottom: 35px;
}
.profil_rating_row_box {
	margin-right: 60px;
	display: flex;
	flex-direction: column;
}
.profil_rating_row_box_mr0 {
	margin-right: 0;
}
.profil_rating_title {
	font-family: Roboto-Bold, sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.profil_rating_box {
	display: flex;
}
.profil_box_full {
	height: 20px;
	width: 20px;
	margin-right: 7px;
	background-color: #009A46;
}
.profil_box_gray {
	background-color: #D9D9D9;
}
.profil_prem {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-family: Roboto-Bold, sans-serif;
	font-size: 16px;
}
.circle {
	height: 11px;
	width: 11px;
	background-color: #01695F;
	border-radius: 100px;
	margin-right: 15px;
}
.profil_btn_box {
	margin-top: 50px;
	margin-bottom: 20px;
}
.btn_new2 {
	background-color: #009A46;
	color: #fff;
	padding: 12px 32px;
	font-family: Roboto-Bold, sans-serif;
	font-size: 18px;	
	border: 0;
	transition: .3s;
	border-radius: 100px;
}
.btn_new2:hover {
	background-color: #088a00;
}
.btn_new:hover {
	background-color: #088a00;
}
.profil_max {
	color: #484848;
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.profil_black_back {
	background-color: #242424;
}
.profil_white {
	color: #fff;
}
.header_phone_too {
	display: flex;
	flex-direction: column;
}





.profil_row_img {
	width: 40%;
}
.profil_img {
	width: 100%;
}
.profil_standart {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.wrapper {max-width: 970px;}
	.main_title_new {font-size: 33px;}

@media screen and (max-width: 992px) {
	.wrapper {max-width: 750px;}
	.main_row {flex-direction: column;}
	.main_text_part {width: 100%;}
	.main_subtitle_new {margin-bottom: 55px;}
	.main_icon_box {width: 33%;}
	.main_img_box {width: 70%; margin-top: 50px; margin-bottom: 40px;}
	.main_img {width: 100%;}
	.main_title_new {font-size: 42px;}
	.main_subtitle_new {font-size: 28px;}
	.main_icon_title_new {font-size: 20px; margin-top: 15px;}
	.main_icon_text_new {font-size: 15px;}
	.header_logo_box {width: 65%;}
	.profil_rating_row {flex-direction: column;}
	.profil_rating_box {margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {
	.wrapper {max-width: none;}
	.header_row {flex-direction: column;}
	.header_logo_box {width: 100%; flex-direction: column;}
	.headerlogo {width: 50%;}
	.header_logo_mini_box_text {display: none;}
	.header_logo_mini_box {margin-left: 0; margin-top: 20px;}
	.header_loho_mini_box_icon_box_text {font-size: 18px; margin-bottom: 15px;}
	.header_phone_tag {font-size: 21px;}
	.br_none {display: none;}
	.main_title_new {font-size: 28px; margin-top: 0;} 
	.main_subtitle_new {font-size: 20px;}
	.icon3_mobile {display: none;}
	.main_icon_box {width: 50%;}
	.main_subtitle_new {margin-bottom: 35px; font-size: 19px;}
	.main_icon_text_new {width: 90%;}
	.main_btn_box {text-align: center;}
	.icon_row_size {width: 20px; height: 20px;}	
	.profil_row {flex-direction: column-reverse;}
	.profil_title_box {flex-direction: column;}
	.profil_line {display: none;}
	.profil_row_text {width: 100%;}
	.profil_title {margin-right: 0; font-size: 35px;}
	.profil_price {margin-left: 20px;}
	.profil_row_img {width: 65%;}
	.profil_row {padding: 40px 0;}
	.br_mon_0 {display: none;}
	.profil_price {margin-left: 0; text-align: center; margin-top: 15px}
	.profil_rating_title {font-size: 19px;}
	.profil_rating_row_box {margin-right: 0;}
	.profil_prem {font-size: 20px;}
	.profil_rating_row {margin-bottom: 15px;}
	.profil_btn_box {text-align: center;}
	.profil_max {text-align: center;}
	.profil_img {margin-bottom: 30px;}
	.main_img_box {display: none;}
	.btn_new {border-radius: 100px;}
	.main_btn_box_new {text-align: center;}
	.main_row {margin: 40px 0 70px 0;}
}

@media screen and (max-width: 390px) {
	.profil_prem {font-size: 18px;}
	.profil_title {font-size: 32px;}
	.main_subtitle_new {line-height: 1.8;}
}

@media screen and (max-width: 375px) {
	.main_title_new {font-size: 25px;}
	.main_subtitle_new {font-size: 18px;}
	.btn {padding: 17px 50px;}
	.main_icon_title_new {font-size: 16px;}
	.main_icon_text_new {font-size: 14px;}
	.header_loho_mini_box_icon_box_text {font-size: 16px;}
}    

@media screen and (max-width: 320px) {
	.header_loho_mini_box_icon_box_text {line-height: 1.3;}
	.header_row {margin-bottom: 25px;}
	.main_title_new {font-size: 20px;}
	.main_subtitle_new {font-size: 15px;}
	.btn_new {padding: 17px 40px; font-size: 18px;}
}

