body {
    -webkit-font-smoothing: antialiased;
}
html {
	margin-top: 0 !important;
}
.wrapper {
	max-width: 1250px;
	margin: 0 auto;
}

.header_line_row {
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.header_line_contacts_box {
	display: flex;
}
.header_line_mail {
	margin-right: 30px;
}
.header_line_link {
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-left: 11px;
	transition: .3s;
}
.header_line_link:hover {
	color: #E31E28;
}
.header_line_phone {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.header_time_class {
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-left: 11px;	
}
.header_line_social_box {
	display: flex;
	align-content: center;
}
.header_line_social {
	margin-right: 30px;
}
.header_line_social_mr_none {
	margin-right: 0;
}
.header_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.header_nav > .menu-item > a {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-right: 30px;
	text-decoration: none;
	color: #303036;
	transition: .3s;
}
.header_nav > .menu-item > a:hover {
	color: #E31E28;
}
.header_nav_menu_hot {
	margin-left: 10px;
    background-color: #006a52;
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}
.header_messenger_part {
	display: flex;
	align-items: center;
}
.header_messenger_icon_box {
	margin-right: 10px;
}
.header_mes_link_retina {
	height: 29px;
}

footer {
	background-color: #373737;
}
.footer_logo_box {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 30px;
}
.footer_text {
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 15px;
	color: #E2E2E2;
	margin-bottom: 75px;
}
.footer_dev {
	text-align: center;
	padding-bottom: 30px;
}
.footer_dev_link {
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-weight: 400;
	color: #E31E28;
	font-size: 16px;
}
.footer_logo_retina {
	height: 50px;
}
.main_type1_row {
	display: flex;
	justify-content: space-between;
	padding: 70px 0;
	align-items: center;
	flex-wrap: wrap;
}
.main_type1_text_part {
	width: 50%;
}
.main_type1_img_part {
	width: 45%;
}
.main_type1_uptitle {
	font-family: Lato, sans-serif;
	font-weight: 400;
	color: #E31E28;
	font-size: 19px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.main_type1_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #1F1F1F;
	font-size: 69px;
	line-height: 1.1;
	margin-bottom: 30px;	
}
.main_type1_point_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main_type1_point {
	width: 33%;
	color: #1E1E1E;
	font-size: 16px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.main_type1_point_svg {
	margin-right: 12px;
}
.main_type1_desc {
	margin-top: 40px;
	color: #424242;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 50px;
}
.btn {
	background-color: #E31E28;
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 16px 32px;
	border: 1px solid #E31E28;
	border-radius: 100px;
	animation: pulse 2s infinite;
	transition: .3s;
}
.btn:hover {
	background-color: #FFF;
	color: #E31E28;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(117 122 111 / 26%);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgb(117 122 111 / 11%);
	}

	100% {
		box-shadow: 0 0 0 0 rgb(117 122 111 / 26%);
	}
}
.main_type1_img_retina {
	width: 100%;
	border-radius: 1000px;
}
.services_type1_uptitle {
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 400;
	color: #E31E28;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 70px;
}
.services_type1_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #242424;
	font-size: 55px;
	text-align: center;
	padding-bottom: 50px;	
}
.services_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services_type1_box {
	width: 31%;
}
.services_type1_img_retina {
	width: 100%;
	object-fit: cover;
	height: 312px;
	border-radius: 10px;
}
.services_type1_box_title {
	margin-top: 15px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #242424;
	margin-bottom: 10px;
}
.service_type1_link {
	text-decoration: none;
}
.services_type1_box_text {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 70px;
	color: #2B2B2B;	
}
.services_type1_line {
	background-color: #F0F0F0;
	height: 5px;
	width: 100%;
}
.backforblock {
	background-color: #F1F4F8;
}
.benefits_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits_type1_box {
	width: 30%;
	margin-bottom: 60px;
}
.benefits_type1_numb_box {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.benefits_type1_numb {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #E31E28;
	font-size: 22px;	
	margin-right: 20px;
}
.benefits_type1_box_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #242424;
	font-size: 21px;
	margin-bottom: 12px;
	line-height: 1.45;	
}
.benefits_type1_box_text {
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.9;
	color: #505050;
	font-size: 16px;	
}
.benefits_type1_btn_box {
	text-align: center;
	padding-bottom: 70px;
}
.team_type1_row {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}
.team_type1_box {
	width: 23.5%;
	padding: 0 0 23px 0;
	border: 1px solid #E3E3E3;
	border-radius: 15px;
	margin: 0 8px 25px 8px;
	transition: .3s;
}
.team_type1_box:hover {
	border: 1px solid #e6010f;
}
.team_type1_retina {
	width: 100%;
	border-radius: 12px 12px 0px 0px;
	height: 275px;
    object-fit: cover;
}
.team_type1_box_title {
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 700;	
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #242424;
}
.team_type1_box_subtitle {
	font-family: Lato, sans-serif;
	font-weight: 400;	
	font-size: 15px;
	color: #696969;
	text-align: center;
}
.about_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 70px;
}
.about_type1_img_part {
	width: 60%;
	display: flex;
}
.about_type1_text_part {
	width: 37%;
}
.about_type1_img_retina {
	width: 100%;
	border-radius: 15px;
}
.about_type1_img_2 {
	margin-left: -30px;
    margin-top: 40px;
}
.about_type1_text_title {
	font-family: Lato, sans-serif;
	font-weight: 700;	
	font-size: 22px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 20px;
}
.about_type1_text_desc {
	color: #2B2B2B;
	font-size: 16px;
	line-height: 1.7;
	font-family: Lato, sans-serif;
	font-weight: 400;
	margin-bottom: 30px;		
}
.about_type1_text_box {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.about_type1_text_icon {
	margin-right: 25px;
}
.about_type1_text_box_title_box_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	margin-bottom: 14px;
}
.about_type1_text_box_title_box_text {
	color: #2B2B2B;
	font-size: 16px;
	font-family: Lato, sans-serif;
	font-weight: 400;	
	line-height: 1.9;
}
.contacts_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact_part {
	width: 46%;
}
.contacts_part_row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.contacts_phone_box {
	display: flex;
	align-items: center;
	width: 49%;
}
.contact_icon_phones {
	display: flex;
	flex-direction: column;
}
.contact_phone_tag {
	margin-left: 15px;
	text-decoration: none;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
}
.contact_phone_tag_mb0 {
	margin-bottom: 0;
}
.contacts_mail_box {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact_locale_box {
	display: flex;
	align-items: center;
}
.contacts_locale_adres {
	margin-left: 15px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #333;	
	line-height: 1.5;
}
.contacts_type1_weight {
	font-weight: 400;
}
.contacts_map_box > iframe {
	border-radius: 10px;
}
.contacts_row {
	padding-bottom: 70px;
}
.main_type2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
}
.main_type2_box {
	width: 32%;
}
.main_type2_img_retina {
	width: 100%;
}
.about_type2_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px 0;
}
.about_type2_part {
	width: 55%;
}
.about_type2_img_part {
	width: 42%;
}
.about_type2_img_retina {
	width: 100%;
	border-radius: 5px;
}
.about_type2_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #333;
	font-size: 22px;
	line-height: 1.45;
	margin-bottom: 40px;	
}
.about_type2_desc {
	color: #505050;
	font-family: Lato, sans-serif;
	font-weight: 400;	
	line-height: 1.9;
	font-size: 16px;
}
.main_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0;
}
.main_img_part {
	width: 40%;
}
.main_img_retina {
	width: 100%;
	border-radius: 10px;
}
.main_text_part {
	width: 55%;
}
.main_text_uptitle {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #E31E28;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main_text_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #1F1F1F;
    font-size: 70px;
    line-height: 1.15;
    margin-bottom: 30px;	
}
.main_text_desc {
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 65px;	
}
.gallery_type1_retina {
	width: 100%;
	border-radius: 15px;
	height: 378px;
	object-fit: cover;
}
.gallery_type1_text {
	text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 60px;	
    margin-top: 30px;	
}
.gallery_type1_btn_box {
	text-align: center;
	padding-bottom: 70px;
}
.about_type3_row {
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.about_type3_numb_part {
	width: 46%;
}
.about_type3_empty_round {
	background-color: #E31E28;
	height: 425px;
	width: 425px;
	border-radius: 400px;
}
.about_type3_round {
	background-color: #fff;
	height: 425px;
	width: 425px;
	border-radius: 400px;
    margin-top: -370px;
    margin-left: 80px;	
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;    	
}
.about_type3_round_numb {
	color: #E31E28;
	font-size: 198px;
	font-family: Lato, sans-serif;
	font-weight: 700;
}
.about_type3_round_desc {
	text-align: center;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
}
.about_type3_benefits_part {
	width: 30%;
}
.about_type3_ben_box {
	margin-bottom: 50px;
}
.about_type3_ben_box_mb0 {
	margin-bottom: 0;
}
.about_type3_ben_numb {
	color: #E31E28;
	font-size: 40px;
	font-family: Lato, sans-serif;
	font-weight: 700;	
	margin-bottom: 10px;
}
.about_type3_ben_text {
	font-size: 25px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #1A1A1A;		
}
.about_type3_text_part {
	width: 18%;
}
.about_type3_text {
	color: #626262;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;	
}
.benefits_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 70px 0;
}
.benefits_text_part {
	width: 48%;
}
.benefits_img_box {
	width: 48%;
}
.benefits_img_retina {
	width: 100%;
	border-radius: 10px;
}
.benefits_uptitle {
	font-size: 15px;
	font-family: Lato, sans-serif;
	font-weight: 400;	
	color: #E31E28;
	margin-bottom: 10px;
}
.benefits_title {
	font-size: 55px;
	font-family: Lato, sans-serif;
	font-weight: 700;	
	line-height: 1.1;
	color: #242424;
	margin-bottom: 30px;	
}
.benefits_desc {
    color: #626262;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 45px;	
}
.benefits_icon_text_box {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.benefits_icon_box {
	margin-right: 20px;
}
.benefits_text_box_title {
	font-family: Lato, sans-serif;
	font-weight: 700;	
	color: #333333;	
	font-size: 23px;
	margin-bottom: 10px;
}
.benefits_text_box_text {
    color: #626262;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.9;
    font-size: 16px;	
}
.benefits_btn_box {
	margin-top: 60px;
}
.feedback_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.feedback_type1_box {
	width: 28%;
	background-color: #f1f4f800;
	border: 1px solid #DAE0E8;
	border-radius: 10px;
	padding: 24px;
}
.feedback_type1_person_box2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 17px;
}
.feedback_type1_person_img {
	width: 22%;
}
.feedback_type1_person_name_box {
	margin-left: 20px;
	width: 65%;
}
.feedback_type1_person_img_retina {
	width: 100%;
	border-radius: 100px;
}
.feedback_type1_person_name {
	color: #242424;
	font-size: 22px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.feedback_type1_person_date {
	color: #696969;
	font-size: 16px;
	font-family: Lato, sans-serif;
	font-weight: 400;	
}
.feedback_type1_person_text {
	color: #696969;
	font-size: 15px;
	font-family: Lato, sans-serif;
	font-weight: 400;	
	line-height: 1.7;
}
.feedback_type1_btn_box {
	text-align: center;
	padding-bottom: 70px;
}
.main_type4_img_retina {
	width: 100%;
	border-radius: 10px;
}
.main_type4_img_mb {
	margin-bottom: 30px;
}
.benefits_type4_row {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.benefits_type4_box {
	display: flex;
	align-items: center;
	width: 24%;
}
.benefits_type4_text_box {
	margin-left: 20px;
}
.benefits_type4_text_title {
	color: #242424;
	font-size: 19px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.benefits_type4_text_desc {
	color: #696969;
	font-size: 15px;
	font-family: Lato, sans-serif;
	font-weight: 400;	
	line-height: 1.7;	
}
.main_type5_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 70px 0;
}
.main_type5_img_part {
	width: 54%;
	display: flex;
}
.main_type5_img1_retina {
	width: 100%;
	border-radius: 10px;
}
.main_type5_img1 {
	width: 50%;
}
.main_type5_img2 {
	width: 50%;
    margin-left: -20px;
    margin-top: 70px	
}
.main_type5_text_part {
	width: 44%;
}
.main_type5_uptitle {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #E31E28;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;	
}
.main_type5_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #1F1F1F;
    font-size: 70px;
    line-height: 1.15;
    margin-bottom: 60px;	
}
.main_type5_icon_row {
	display: flex;
	justify-content: space-between;
}
.main_type5_icon_box {
	display: flex;
	align-items: center;
	width: 49%;
}
.main_type5_icon {
	margin-right: 20px;
}
.main_type5_icon_text_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #1F1F1F;
    font-size: 18px;
    margin-bottom: 14px;	
    line-height: 1.4;
}
.main_type5_icon_text_for_box {
	color: #383838;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;	
}
.main_type5_desc {
	color: #333333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 45px;
    line-height: 1.9;	
    margin-bottom: 60px;
}
.services_type2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.services_type2_img_retina {
	width: 100%;
	object-fit: cover;
	height: 325px;
	border-radius: 15px;
}
.services_type2_box {
	width: 23.5%;
}
.services_type2_link {
	text-decoration: none;
}
.services_type2_box_title {
	margin-top: 13px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 21px;
    margin-bottom: 13px;
    line-height: 1.5;	
}
.services_type2_box_desc {
	color: #333333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;	
}
.form_type1_container {
	display: flex;
	justify-content: center;
	padding-bottom: 70px;

}
.form_type1_tag {
	background-color: #fff;
	padding: 40px 70px;
	border-radius: 10px;	
	width: 33%;
}
.form_type1_title {
	text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 35px;	
}
.form_type1_input_title_box {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.form_type1_input_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 17px;
    margin-left: 12px;	
}
.form_type1_input {
    padding: 15px 3% !important;
    border-radius: 10px;
    border: 0 !important;
    background-color: #F1F4F8; 
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 16px !important;
    margin-top: 10px !important;      
    margin-bottom: 10px !important; 
}
.form_type1_input_box_row {
	margin-bottom: 30px;
}
.form_type1_btn {
	text-align: center;
}
.form_type1_text_after_btn {
	margin-top: 30px;
    font-weight: 400;
    color: #242424;
    font-size: 16px; 
    line-height: 1.7;
   font-family: Lato, sans-serif;  
   text-align: center;
}
.thanks_type1_text {
	margin-top: 30px;
    font-weight: 400;
    color: #242424;
    font-size: 16px; 
   font-family: Lato, sans-serif;  
   text-align: center;
   margin-bottom: 50px;	
}
.thanks_type1_btn_box {
	text-align: center;
}
.header_mess_mr_none {
	margin-right: 0;
}
.header_hamb_menu_icon_box {
	display: none;
}
.header_logo_part {width: 18%;}
.logo_retina {width: 100%;}

.contacts_type2_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.contacts_phone_box_type2 {
	width: auto;	
}
.contacts_map_type {
	padding-bottom: 60px;
}

.cart_row {
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 30px;
}
.cart_img_gal {
	width: 40%;
	display: flex;
	flex-direction: column;
}
.cart_img_big_box {
	margin-bottom: 15px;
}
.cart_img_big_retina {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
}
.cart_ul {
	display: flex;
}
.cart_img_small_retina {
	width: 100%;
	height: 137px;
	object-fit: cover;
	border-radius: 6px;
}
.carousel__button.is-next, .carousel__button.is-prev {
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
.carousel__track {
	 margin-left: -25px;
}
.cart_text_box {
	width: 57%;
	margin-left: 35px;
}
.cart_text_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 5px;	
}
.cart_text_avaib {
	color: #4FC318;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;	
}
.cart_price_box {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.cart_price_new {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #EC3030;
    margin-right: 21px;	
}
.cart_price_old {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #C1C1C1;
    text-decoration: line-through;	
}
.cart_btn_box {
	margin-bottom: 45px;
}
.cart_desc_title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 18px;	
    color: #333;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 10px;
    margin-bottom: 21px;
}
.cart_desc {
	color: #4B4B4B;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;	
    margin-bottom: 45px;
}
.cart_har_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}
.cart_har_box {
	display: flex;
	justify-content: space-between;
}
.cart_box_list {
	width: 47%;
}
.cart_har_box {
	margin-bottom: 10px;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 7px;
}
.cart_har_left {
	color: #4B4B4B;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;	
}
.cart_har_right {
	color: #4B4B4B;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;	
}
.cart_text_title_mobile {
	display: none;
}
.cart_text_avaib_mobile {
	display: none;
}
.cart_price_box_mobile {
	display: none;
}
.team_type2_link {
	text-decoration: none;
}
.main_type6_img_retina {
	width: 100%;
    height: 263px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.main_type6_img {
	padding-bottom: 70px;
}
.title_text_type1 {
	font-size: 22px;
	font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #242424;
    padding-top: 30px;
    margin-bottom: 30px;
}
.text_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 70px;
}
.text_type1_part {
	width: 48%;
	font-size: 16px;
	font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.8;	
    color: #505050;
}
.text_type2_part {
	width: 100%;
}
.title_text_type2 {
	padding: 30px 0 0 0;
}
.text_type2_row {
	padding: 0 0 60px 0;
}
.bio_type1_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bio_type1_text_part {
	width: 60%;
}
.bio_type1_img_part {
	width: 38%;
}
.bio_type1_img_retina {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 10px;
}
.bio_type1_text_box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.bio_type1_text_box_year_box {
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.bio_type1_text_box_year_box_from {
	display: flex;
	font-size: 17px;
	font-family: Lato, sans-serif;
	color: #000;
    font-weight: 700;	
}
.bio_type1_text_box_year_box_line {
	margin: 0 10px;
}
.bio_type1_text_box_year_box_from {
	background-color: #fff4f5;
	border-radius: 10px;
	color: #e31f28;
	padding: 12px 23px;
}
.bio_type1_text_box_year_desc {
	background-color: #fff4f5;
	border-radius: 10px;
	font-size: 16px;
	font-family: Lato, sans-serif;
	color: #444;
	padding: 12px 20px;
	line-height: 1.6;		
}
.bio_type1_row {
	margin-bottom: 60px;
}
.bio_type1_btn_box {
	text-align: center;
	padding-bottom: 70px;
}
.benefits_type4_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.benefits_type4_1_box {
	width: 48%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.benefits_type4_img {
	width: 30%;
}
.benefits_type4_img_retina {
	width: 100%;
	height: 162px;
	object-fit: cover;
	border-radius: 10px;
}
.benefits_type4_text_box {
	width: 65%;
}
.benefits_type4_title {
	font-size: 21px;
	font-family: Lato, sans-serif;
	color: #242424;
	font-weight: 700;	
	line-height: 1.5;
	margin-bottom: 10px;
}
.benefits_type4_text {
	color: #505050;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.5;	
}
.benefits_type5_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.benefits_type5_box {
	width: 22.5%;
	margin: 0 15px 25px 15px;
	background-color: #FAFAFA;
	border-radius: 10px;
}
.benefits_type5_retina {
	width: 100%;
	border-radius: 10px 10px 0 0;
    height: 210px;
    object-fit: cover;	
}
.benefits_type5_title {
	font-family: Lato, sans-serif;
	font-weight: 700;	
	margin: 20px 17px 10px 17px;
	font-size: 19px;
}
.benefits_type5_desc {
	color: #505050;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.5;	
	margin: 0 17px 0 17px;
	padding-bottom: 20px;
	font-size: 15px;
}
.benefits_type5_btn_box {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 70px;
}
.header_nav {
	display: flex;
}
.video_container > iframe {
	width: 100%;
	height: 600px;
	border-radius: 10px;
}
.video_container_btn {
	margin-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.bio_type1_text_part_width100 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bio_type1_text_box_width_flex {
	width: 48%;
}
.price_type1_cat_title {
	color: #242424;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 26px;	
	margin-bottom: 26px;
	padding-top: 40px;
}
.price_type1_box {
	background-color: #f9fcff;
	border-radius: 100px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 55px;
    margin-bottom: 15px;
}
.price_type1_container {
	display: flex;
	align-items: center;
}
.price_type1_name {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #000;		
}
.price_type1_actual, .price_type1_old {
	margin-right: 20px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #000;	
}
.price_type1_old {
	text-decoration: line-through;
}
.price_type1_btn {
	background-color: #FF3C3C;
	border-radius: 5px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #fff;
	border: 0;
	padding: 2px 5px;		
}
.price_type1_box2 {
	background-color: #f9fcff;
    border-radius: 100px;	
    padding: 15px 55px;
    margin-bottom: 15px;
}
.price_type1_container_in_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.price_type1_box2_text {
	font-family: Lato, sans-serif;
    font-size: 14px;
    color: #474747;
    line-height: 1.6;
}
.price_type1_row {
	padding-bottom: 30px;
}
.product_cart_row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.product_cart_box {
	width: 31%;
	margin: 0 14px;
	margin-bottom: 50px;
}
.product_cart_title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.4;
	margin-bottom: 10px;	
}
.product_cart_avaib {
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #4FC318;
}
.cart3_img_big_retina {
	height: 430px;
}
.product_cart_price_box {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
}
.product_cart_desc_title {
	font-family: Inter, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.product_cart_desc {
	color: #4B4B4B;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.product_cart_btn_box {
	margin-top: 25px;
}
.main_type7_title {
	font-family: Inter, sans-serif;
    font-size: 82px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 110px;
    margin-bottom: 20px;
    line-height: 1.3;	
}
.main_type7_text {
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;	
}
.main_type7_btn {
	padding-bottom: 110px;
}
.main_type7_back {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about_type4_back {
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gallery_type2_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}
.gallery_type2_width100 {
	width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;	
}
.gallery_type2_w50 {
	width: 49%;
	margin-bottom: 20px;
	padding-top: 20px;
}
.gallery_type2_width50 {
	width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;	
}
.gallery_type2_w100 {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
}
.button_type1 {
	text-align: center;
}
.services_type3_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0;
}
.services_type3_image_box {
	width: 49%;
}
.services_type3_img_retina {
	width: 100%;
	height: 394px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 1px #c9c9c9;
}
.services_type3_desc_box {
	width: 48%;
}
.services_type3_desc_title {
    font-size: 28px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #242424;
    margin-bottom: 30px;	
}
.serivces_type3_desc_row {
	display: flex;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 30px;
}
.services_type3_icon_desc_box {
	display: flex;
	align-items: center;
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 7px 12px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.services_type3_desc_box_text {
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #242424;
    margin-left: 10px;
}
.services_type3_desc_main_text {
    color: #333333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;	
    margin-bottom: 40px;
}
.services_type3_link_pro {
	text-decoration: none;
	color: #242424;
}
.form_quiz_company {
	text-align: left;
}

.form_type_quiz_text_var {
    background-color: #fff;
    width: 40%;
    padding: 20px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: .3s;
    font-size: 18px;
	box-shadow: 0px 0px 13px 0px #4a91fc0d;    
}
.form_type_quiz_text_var:hover {
	background-color: #396DD7;
	color: #fff; 
}
.quform input[type=radio] {display: none;}

.form_type_quiz_qtitle {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form_type_quiz_desk {
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #242424;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 50px;	
}
.quform-page-progress-text {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff;	
}
.type1_quiz_back_btn {
	display: flex;
	align-items: center;
}
.quform-back {
	width: auto !important;
	margin-right: 40px !important;
}
.form_quiz_input {
    padding: 15px 3% !important;
    border-radius: 10px;
    border: 0 !important;
    background-color: #fff !important; 
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #242424;
    font-size: 16px !important;
    margin-top: 10px !important;      
    margin-bottom: 10px !important; 
}
.form_quiz_imput_title {
	font-family: Lato,sans-serif;
    font-weight: 700;
    color: #242424;
    font-size: 17px;
    margin-left: 12px;
}
.form_short_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form_form_company {
    text-transform: none;
    margin-bottom: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding-top: 0px;
}