@import url("reset.css");
@import url("font/stylesheet.css");

body {
	background:#fff;
	font-family: 'CenturyGothicBold';
	font-size:16px;
	color:#202020;
}

a,
input[type="submit"],
.nav_block,
.list_gallery li a:after {
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-ms-transition:all .3s;  
	-o-transition:all .3s; 
	transition:all .3s;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:none;
}


h1 {
	font-size:41px;
}

h2 {
	font-size:33px;
	text-align:center;
}

section {
	max-width:1230px;
	margin:0 auto;
	padding:0 15px;
}

.row_flex {
	justify-content:space-between;
	display:flex;
}

.row_flex_center {
	align-items:center;
	justify-content:space-between;
	display:flex;
}

header {
	background:#fff;
	height:75px;
}

.header_fixed {
	background:#fff;
	-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.2);
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:101;
}

header section {
	max-width:1350px;
}

.logo {
	background:url(../images/logo.png);
	background-size:cover;
	width:60px;
	height:60px;
	display:block;
}

.head_item {
	max-width:650px;
	width:100%;
}

.l_p {
	border-left:1px solid #e8e8e8;
	max-width:460px;
	width:100%;
	padding-left:30px;
}

nav {
	position:relative;
	max-width:530px;
	width:100%;
}

.icon-menu {
	cursor:pointer;
	position:absolute;
	height:18px;
	top:50%;
	right:15px;
	z-index:100;
	margin-top:-9px;
	display:none;
}

.sw-topper {
	position:relative;
	top:0;
	width:20px;
	height:3px;
	background:#202020;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
}

.sw-bottom {
	position:relative;
	width:20px;
	height:3px;
	top:3px;
	background:#202020;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.sw-footer {
	position:relative;
	width:20px;
	height:3px;
	top:6px;
	background:#202020;
	transition:transform 0.5s, top 0.2s;
	-moz-transition:transform 0.5s, top 0.2s;
	-webkit-transition:transform 0.5s, top 0.2s;
	-o-transition:transform 0.5s, top 0.2s;
	transition-delay:0.2s, 0s;
	-moz-transition-delay:0.2s, 0s;
	-webkit-transition-delay:0.2s, 0s;
	-o-transition-delay:0.2s, 0s;
}

.icon-menu.active .sw-topper {
	background:#fff;
	top:6px;
	transform:rotate(140deg);
	-moz-transform:rotate(140deg);
	-webkit-transform:rotate(140deg);
	-o-transform:rotate(140deg);
}

.icon-menu.active .sw-bottom {
	background:#fff;
	top:3px;
	transform:rotate(-140deg);
	-moz-transform:rotate(-140deg);
	-webkit-transform:rotate(-140deg);
	-o-transform:rotate(-140deg);
}

.icon-menu.active .sw-footer {
	top:0;
	transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	opacity:0;
}

nav ul {
	justify-content:space-between;
	display:flex;
}

nav ul li {
	position:relative;
}

nav ul li:nth-child(6),
nav ul li:nth-child(7) {
	display:none;
}

nav ul li:before {
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    bottom:-5px;
    left:0;
    background:#1c86ed;
    visibility:hidden;
    transform:scaleX(0);
    transition:.25s linear;
}

nav ul li:hover:before,
nav ul li.active:before {
    visibility:visible;
    transform:scaleX(1);
}

nav ul li a {
	font-family: 'CenturyGothicRegular';
	font-size:17px;
	color:rgba(0,0,0,.5);
	padding:25px 10px;
	display:block;
}

nav ul li:hover a {
	color:#3b3b3b;
}

nav ul li.active a {
	font-weight:700;
}

.head_order_hid {
	border:1px solid #5f9ee0;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	width:100px;
	height:32px;
	font-family: 'MyriadProRegular';
	font-size:17px;
	line-height:32px;
	color:#5f9ee0;
	text-align:center;
	display:none;
}

.head_order_hid:hover {
	border-color:#00a643;
	color:#00a643;
}

.languages {
	position:relative;
	border-left: 1px solid #e8e8e8;
	width:95px;
	height:75px;
	line-height:75px;
	text-align:center;
	display:block;
}

.languages_icon {
	background:url(../images/languages-icon.png) bottom;
	background-size:cover;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:31px;
	height:22px;
	vertical-align:middle;
	display:inline-block;
}

.languages_icon.active {
	background-position:top;
}

.languages .jq-selectbox {
	position:relative;
	border:1px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height:25px;
	padding:4px 0 4px 5px;
	cursor:pointer;
}

.languages .jq-selectbox.dropdown {
	background:rgba(0,0,0,.125);
	border-color:#ccc;
}

.languages .jq-selectbox__dropdown {
	width:100%;
	padding:8px 0;
}

.languages .jq-selectbox__dropdown ul {
	width:100%;
	height:55px !important;
	overflow:auto !important;
}

.languages .jq-selectbox__dropdown ul li.sel {
	display:none !important;
}

.languages .jq-selectbox__trigger {
	background:url(../images/arrow-languages.png) no-repeat center;
	width:8px;
	height:100%;
	position:absolute;
	top:0;
	right:5px;
}

.languages_hidden {
	position:absolute;
	top:30px;
	left:15px;
	display:none;
}

.header_phone {
	background:url(../images/icon-phone-header.png) no-repeat left center;
	background-size:10%;
	width:220px;
	padding-left:35px;
}

.header_phone a {
	font-family: 'CenturyGothicRegular';
	font-size:20px;
	line-height:25px;
	color:#202020;
	display:block;
}

.popup_header {
	background:url(../images/popup-header.png) no-repeat center;
	background-size:30%;
	border-left:1px solid #e8e8e8;
	width:110px;
	height:75px;
	display:block;
}

.button_nav {
	background:#1c86ed;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:190px;
	height:40px;
	font-family: 'MyriadProBold';
	font-size:15px;
	line-height:40px !important;
	color:#fff;
	text-align:center;
	margin:20px auto;
	display:block;
}

.button_nav:hover {
	background:#1c86ed !important;
}

.phone_nav {
	background:url(../images/icon-phone-header.png) no-repeat left center;
	background-size:20px;
	width:170px;
	font-family: 'CenturyGothicRegular';
	font-size:20px;
	line-height:25px;
	color:#202020;
	text-align:right;
	margin:0 auto;
	display:block;
}

.phone_nav:hover {
	background:url(../images/icon-phone-header.png) no-repeat left center !important;
}

.item_main_slider {
	position:relative;
    height: 420px;
}

.item_main_slider:after {
	border:1px solid #fff;
	width:95%;
	height:75%;
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:none;
}

.item_main_slider img {
	height:100%;
	object-fit:cover;
}

.item_main_slider section {
	
}

.row_main_slider {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	text-align:right;
}

.text_main_slider {
	max-width:600px;
	width:100%;
	color:#fff;
	text-align:left;
	padding-top:255px;
	display:inline-block;
}

.text_main_slider h1 {
	margin-top:15px;
}

.text_main_slider p {
	max-width:510px;
	line-height:18px;
	padding:15px 0 0;
}

.button_main_slider {
	max-width:345px;
	width:100%;
	font-family: 'MyriadProBold';
	font-size:20px;
	line-height:56px;
	text-align:center;
}

.button_details {
	background:#fff;
	width:185px;
	height:56px;
	color:#53d468;
	display:inline-block;
}

.text_main_slider .button_details {
	display:none;
}

.button_contact {
	background:#fff;
	width:130px;
	height:56px;
	color:#202020;
	display:inline-block;
}

.main_slider .owl-prev,
.main_slider .owl-next {
	background:url(../images/arrow-main-slider.png);
	width:20px;
	height:55px;
	font-size:0;
	position:absolute;
	top:50%;
	left:50px;
	margin-top:-28px;
}

.main_slider .owl-next {
	background-position:right;
	left:auto;
	right:50px;
}

.owl-dots {
	width:100%;
	font-size:0;
	text-align:center;
	position:absolute;
	left:0;
	bottom:15px;
}

.owl-dot {
	position:relative;
	background:#9fabb6;
	width:50px;
	height:4px;
	margin:0 4px 8px;
	vertical-align:top;
	display:inline-block;
	overflow:hidden;
}

.owl-dot:before {
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    top:0;
    left:0;
    background:#fff;
    visibility:hidden;
    transform:scaleX(0);
    transition:.25s linear;
}

.owl-dot:hover:before,
.owl-dot.active:before {
    visibility:visible;
    transform:scaleX(1);
}

.main_description {
	text-align:center;
	padding:60px 15px 25px;
}
.box_description {
    transition: 0.4s;
}
.box_description,
.address_contacts {
	display:none;
}

.box_description.active,
.address_contacts.active {
	display:block;
}

.img_description {
	max-width:800px;
	height:350px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.img_description img {
	width:100%;
	height:auto;
	display:block;
}

.list_gallery li img{
	width:100%;
	height:auto;
	display:block;
}

.box_description p {
	min-height:90px;
	font-size:14px;
	line-height:18px;
	color:#6c6c6c;
	margin:0 auto;
	padding:35px 0 25px;
}

.main_description p span {
	color:#53d468;
}

.list_description {
	min-height:200px;
	font-size:0;
	padding-top:50px;
}

.list_description li {
	position:relative;
	background:#fff;
	border:1px solid #00a643;
	-webkit-box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 7px 40px 0px rgba(0,0,0,0.15);
	width:180px;
	height:180px;
	margin:0 6px 12px;
	vertical-align:middle;
	display:inline-block;
	cursor:pointer;
    transition: .5s;
}

.link_description {
	width:100%;
	height:100%;
	display:block;
}

.list_description li.current {
	position:relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index:1;
}

.img_list_des {
	height:135px;
	line-height:135px;
}

.list_description li p {
	font-size:14px;
	color:#53ac61;
	text-transform:uppercase;
	padding:0;
}

.list_description li img {
	width:45%;
}

.list_description li img,
.list_work_process img {
	vertical-align:middle;
}

.main_work_process {
	text-align:center;
	padding:25px 15px 0;
}

.main_work_process h2 {
	margin-bottom:70px;
}

.list_work_process {
	position:relative;
	max-width:990px;
	width:100%;
	font-size:0;
	margin-right:10px;
	overflow:hidden;
}

.list_work_process:before {
	background:#00a643;
	width:100%;
	height:6px;
	content:'';
	position:absolute;
	left:110px;
	top:132px;
}

.list_work_process:after {
	background:url(../images/arrow-list-work-process.png);
	width:25px;
	height:30px;
	content:'';
	position:absolute;
	top:120px;
	right:0;
}

.list_work_process li {
	width:25%;
	vertical-align:top;
	display:inline-block;
}

.icon_work_process {
	background:#00a643;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:80px;
	height:80px;
	line-height:80px;
	margin:0 auto 40px;
}

.icon_work_process img {
	width:50%;
}

.list_work_process li:nth-child(3) img,
.list_work_process li:nth-child(4) img {
	width:60%;
}

.list_work_process li:nth-child(4) img {
	margin-left:8px;
}

.circle_work_process {
	background:#00a643;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:30px;
	height:30px;
	margin:0 auto 25px;
}

.list_work_process li p {
	font-family: 'CenturyGothicRegular';
	font-size:35px;
}

.satisfied_customer {
	background:url(../images/icon-satisfied-customer.png) no-repeat center top;
	width:175px;
	font-family: 'CenturyGothicRegular';
	font-size:25px;
	line-height:28px;
	text-align:center;
	margin-top:35px;
	padding-top:90px;
}

.main_payment {
	padding:200px 15px 45px;
}

.form_payment {
	max-width:480px;
	width:100%;
	margin-right:10px;
}

.long_select {
	max-width:425px;
	margin-bottom:40px;
}

.jq-selectbox {
	width:100%;
	cursor:pointer;
}

.form_payment .jq-selectbox {
	height:66px;
}

.form_payment .jq-selectbox__select {
	position:relative;
	border:5px solid #00a643;
	width:100%;
	height:66px;
}

.form_payment .jq-selectbox.dropdown {
	background:#00a643;
}

.form_payment .jq-selectbox__select-text {
	font-size:22px;
	line-height:56px;
	text-indent:20px;
}

.form_payment .jq-selectbox__trigger {
	background:url(../images/arrow-select.png) no-repeat top;
	width:19px;
	height:100%;
	position:absolute;
	top:0;
	right:30px;
}

.form_payment .jq-selectbox.dropdown .jq-selectbox__trigger {
	background-position:bottom;
}

.form_payment .jq-selectbox__dropdown {
	background:#fff;
	border:5px solid #00a643;
	border-top:none;
	width:100%;
	padding:10px 0;
	z-index:10;
}

.form_payment .jq-selectbox__dropdown li {
	font-size:20px;
	line-height:30px;
	text-indent:20px;
	margin:2px 0;
}

.form_payment .jq-selectbox__dropdown li:hover,
.form_payment .jq-selectbox__dropdown li.sel {
	color:#00a643;
}

.small_select {
	width:205px;
	margin-right:10px;
}

.small_select_col,
.small_select_col3 {
	margin-bottom:40px;
}

.small_select_col+.small_select_col {
	margin:0;
    transition: 0.4s;
}
.small_select_col3 {
    transition: 0.4s;
}

.small_select label {
	height:20px;
	font-size:12px;
	display:block;
}

.recommend {
	width:235px;
	padding-top:40px;
}

.recommend p {
	font-size:20px;
	margin-bottom:40px;
}

.recommend strong {
	font-size:125px;
	color:#00a643;
}

.recommend strong span {
	font-size:40px;
	color:#202020;
}

.text_payment {
	max-width:455px;
	width:100%;
	order:2;
}

.text_payment h2 {
	max-width:290px;
	width:100%;
	font-size:50px;
	text-align:right;
	margin-bottom:35px;
}

.text_payment h2 span {
	font-size:41px;
	line-height:48px;
	display:block;
}

.text_payment > span {
	font-family: 'CenturyGothicRegular';
	font-size:33px;
	display:block;
}

.text_payment p {
	font-family: 'CenturyGothicRegular';
	font-size:13px;
	padding-top:25px;
}

.main_gallery {
	max-width:1230px;
	margin:0 auto;
	padding:60px 15px 45px;
	overflow:hidden;
}

.main_des li {
	margin-bottom:30px;
}

.img_main_des {
	max-width:600px;
	width:100%;
	margin:0 0 0 10px;
}

.main_des li:nth-child(2n+1) .img_main_des {
	order:1;
	margin:0 10px 0 0;
}

.main_des li:nth-child(2n+1) .text_main_des {
	order:2;
}

.img_main_des img {
	width:100%;
	height:auto;
	display:block;
}

.text_main_des {
	max-width:560px;
	width:100%;
}

.title_main_des {
	margin-bottom:60px;
	align-items:center;
	display:flex;
}

.title_main_des div {
	background:#00a643;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:60px;
	height:60px;
	font-size:28px;
	line-height:60px;
	color:#fff;
	text-align:center;
	margin-right:40px;
}

.title_main_des h3 {
	font-size:25px;
}

.text_main_des p {
	font-family: 'CenturyGothicRegular';
	font-size:16px;
	line-height:36px;
	color:#797979;
}

.main_contacts {
	padding:90px 0 65px;
}

.main_contacts section {
	max-width:1300px;
}

.img_contacts {
	position:relative;
	max-width:840px;
	width:100%;
	margin-left:-255px;
	order:2;
}

.img_contacts img {
	width:100%;
	height:auto;
	display:block;
}

.tabs_contacts {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.wrap_map_form {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}

.tabs_contacts li {
	background:url(../images/point-contacts.png);
	width:47px;
	height:72px;
	position:absolute;
	top:120px;
	left:90px;
	cursor:pointer;
	z-index:10;
}

.tabs_contacts li.small_point {
	background-size:96%;
	width:31px;
	height:46px;
}

.tabs_contacts li:nth-child(2) {
	top:84px;
	left:375px;
}

.tabs_contacts li:nth-child(3) {
	top:240px;
	left:0;
}

.tabs_contacts li:nth-child(4) {
	top:190px;
	left:80px;
}

.tabs_contacts li:nth-child(5) {
	top:210px;
	left:140px;
}

.tabs_contacts li:nth-child(6) {
	top:145px;
	left:195px;
}

.tabs_contacts li:nth-child(7) {
	top:155px;
	left:255px;
}

.tabs_contacts li:nth-child(8) {
	top:160px;
	left:300px;
}

.tabs_contacts li:nth-child(9) {
	top:80px;
	left:210px;
}

.tabs_contacts li:nth-child(10) {
	top:150px;
	left:auto;
	right:250px;
}

.tabs_contacts li:nth-child(11) {
	top:15px;
	left:410px;
}

.tabs_contacts li:nth-child(12) {
	top:235px;
	left:370px;
}

.tabs_contacts li:nth-child(13) {
	top:220px;
	left:230px;
}

.tabs_contacts li:nth-child(14) {
	top:130px;
	left:350px;
}

.tabs_contacts li.current {
	background-position:bottom;
}

.wrapp_contact {
	position:relative;
	max-width:625px;
	width:100%;
	order:1;
}

.address_contacts {
	text-align:left;
	padding-top:95px;
}

.address_contacts h3 {
	font-family: 'MyriadProBold';
	font-size:52px;
	color:#000;
	margin-bottom:30px;
}

.address_contacts ul {
	padding-top:20px;
}

.address_contacts ul li {
	font-family: 'MyriadProRegular';
    font-size: 18px;
    line-height: 25px;
    color: #797979;
}

.button_contacts {
	background:#00a643;
	border-radius:29px;
	-moz-border-radius:29px;
	-webkit-border-radius:29px;
	width:260px;
	height:58px;
	font-family: 'MyriadProBold';
	font-size:18px;
	line-height:58px;
	color:#fff;
	text-align:center;
	margin:5px 0 15px;
	display:inline-block;
}

.address_contacts p {
	font-size:16px;
	line-height:34px;
	letter-spacing:.5px;
	color:#797979;
}

.address_contacts p span {
	color:#202020;
}

.phone_mail {
	width:280px;
	display:inline-block;
}

.phone_contact {
	font-family: 'MyriadProBold';
	font-size:30px;
	line-height:35px;
	color:#797979;
	margin-bottom:15px;
	display:table;
}

.mail_contact {
	font-family: 'MyriadProRegular';
	font-size:30px;
	line-height:35px;
	color:#797979;
	margin-bottom:15px;
	display:table;
}

.map {
	position:relative;
	height:635px;
}

.map_form {
	background:rgba(255,255,255,.85);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.8);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	max-width:470px;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:10;
}

.map_form:after {
	padding-top:100%;
	content:'';
	display:block;
}

.map_form form {
	width:275px;
	text-align:center;
	margin:0 auto;
}

.input_map_form {
	border:1px solid #d7d7d7;
	width:100%;
	height:33px;
	font-family: 'CenturyGothicRegular';
	font-size:14px;
	color:#4e515d;
	text-indent:22px;
	margin-bottom:13px;
}

.textarea_map_form {
	border:1px solid #d7d7d7;
	width:100%;
	height:82px;
	font-family: 'CenturyGothicRegular';
	font-size:14px;
	color:#4e515d;
	text-indent:22px;
	margin-bottom:15px;
	padding-top:10px;
	resize:none;
}

.map_form p {
	font-family: 'CenturyGothicRegular';
	font-size:16px;
	color:#b3b3b7;
	margin-bottom:15px;
}

.row_radio {
	background:#fff;
	border:1px solid #d7d7d7;
	height:31px;
	margin-bottom:15px;
}

.radio {
	width:50%;
	height:100%;
}

input[type="radio"] {
    display:none;
}

.radio_box + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

.radio_box + label span {
    width:100%;
    height:100%;
	font-size:14px;
	line-height:28px;
	color:#b3b3b7;
	display:block;
}

.radio_box:checked + label span {
    background:#53d468;
	color:#fff;
}

.submit_map_form {
	background:#53d468;
	width:185px;
	height:56px;
	font-family: 'MyriadProBold';
	font-size:20px;
	color:#fff;
}

.page_title {
	background-size:cover !important;
	min-height:400px;
}

.about_us_title section {
	align-items:flex-end;
}

.about_us_title h1 {
	text-align:right;
	padding-bottom:20px;
}

.page_title section {
	max-width:1030px;
	min-height:400px;
	height:100%;
}

.page_title h1 {
	width:100%;
	color:#fff;
	font-size:83px;
}

.about_us_title {
	background:url(../images/bg-about-us-title.jpg) no-repeat center top;
	min-height:292px;
}

.about_us {
	max-width:990px;
	padding:20px 15px 35px;
}

.text_about_us {
	max-width:460px;
	width:100%;
	margin-right:10px;
}

.text_about_us h2 {
	font-size:60px;
	text-align:left;
	margin-bottom:45px;
}

.text_about_us p {
	font-family: 'CenturyGothicRegular';
	font-size:20px;
	line-height:24px;
	margin-bottom:30px;
}

.text_about_us p span {
	font-family: 'CenturyGothicRegular' !important;
}

.img_about_us {
	max-width:368px;
	width:100%;
}

.img_about_us img {
	width:100%;
	height:auto;
	display:block;
}

.namber_list {
	font-size:0;
	text-align:center;
	padding:30px 15px 70px;
}

.namber_list li {
	width:270px;
	margin:0 15px 30px;
	vertical-align:top;
	display:inline-block;
}

.namber_list li strong {
	font-size:100px;
	color:#00a643;
	margin-bottom:15px;
	display:block;
}

.inner {
	display:inline-block;
}

.namber_list li strong span {
	color:#202020;
}

.namber_list li strong b {
	font-size:58px;
	color:#202020;
}

.namber_list li p {
	font-size:20px;
}

.our_partners {
	padding:40px 15px 100px;
}

.our_partners h2 {
	font-family: 'CenturyGothicRegular';
	margin-bottom:70px;
}

.list_our_partners {
	font-size:0;
	text-align:center;
}

.list_our_partners li {
	background:#fff;
	width:270px;
	height:145px;
	line-height:145px;
	margin:0 10px 20px;
	vertical-align:top;
	display:inline-block;
	cursor:pointer;
}

.list_our_partners li:hover {
	position:relative;
	-webkit-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	z-index:1;
}

.list_our_partners li img {
	vertical-align:middle;
}

.production_title {
	background:url(../images/bg-production-title.jpg) no-repeat;
}

.production {
	padding:75px 15px 25px;
}

.categories_list_container {
	position:relative;
	width:260px;
	margin-right:10px;
}

.categories_list {
	position:sticky;
	background:#fff;
	width:260px;
	top:130px;
	z-index:10;
}

.categories_list li {
	border-bottom:1px solid #cdcdcd;
}

.categories_list li a {
	width:100%;
	height:65px;
	align-items:center;
	justify-content:space-between;
	display:flex;
}

.categories_list li i {
	width:70px;
	height:65px;
	display:block;
}

.categories_list li:nth-child(1) i {
	background:url(../images/categories-list/icon1.png) no-repeat center;
	background-size:70%;
}

.categories_list li:nth-child(2) i {
	background:url(../images/categories-list/icon2.png) no-repeat center;
	background-size:75%;
}

.categories_list li:nth-child(3) i {
	background:url(../images/categories-list/icon3.png) no-repeat center;
	background-size:70%;
}

.categories_list li:nth-child(4) i {
	background:url(../images/categories-list/icon4.png) no-repeat center;
	background-size:70%;
}

.categories_list li p {
	width:145px;
	font-family: 'CenturyGothicRegular';
	font-size:16px;
	color:#989898;
}

.categories_list li:hover p,
.categories_list li.active p {
	font-family: 'CenturyGothicBold';
	color:#00a643;
}

.production_list {
	max-width:785px;
	width:100%;
}

.production_list > li {
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:55px;
	padding:40px 50px 40px 70px;
	justify-content:space-between;
	display:flex;
}

.img_production_list {
	width:230px;
	margin-right:10px;
}

.img_production_list img,
.img_work_page img {
	width:100%;
	height:auto;
	display:block;
}

.text_production_list {
	max-width:360px;
	width:100%;
}

.text_production_list h3 {
	font-family: 'MyriadProRegular';
	font-size:41px;
}

.text_production_list p {
	font-family: 'MyriadProBold';
	font-size:25px;
	margin-bottom:20px;
}

.production_des {
	font-family: 'CenturyGothicRegular';
	font-size:14px;
	line-height:18px;
	padding:0 0 20px 0;
}

.form_payment > ul {
	padding-bottom:25px;
}

.production_des li,
.form_payment > ul li,
.des_product li {
	position:relative;
	font-family: 'MyriadProRegular';
	font-size:18px;
	margin-bottom:10px;
	padding-left:15px;
}

.production_des li:before,
.form_payment > ul li:before,
.des_product li:before {
	background:#53d468;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:6px;
	height:6px;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-4px;
}

.list_charact li {
	font-family: 'MyriadProRegular';
	font-size:14px;
	margin:15px 0;
	justify-content:space-between;
	align-items:center;
    display:flex;
}

.button_production {
	font-family: 'MyriadProBold';
	font-size:0;
	text-align:left;
}

.production_details {
	background:#00a643;
	width:150px;
	height:45px;
	font-size:16px;
	line-height:45px;
	color:#fff;
	text-align:center;
	margin-right:30px;
	display:inline-block;
}

.production_appraisal {
	background:#00a643;
	border:1px solid #00a643;
	width:165px;
	height:45px;
	font-size:16px;
	line-height:43px;
	color:#fff;
	text-align:center;
	display:inline-block;
}

.production_appraisal:hover {
	background:#53d468;
	color:#fff;
}

.product_seals {
	width:100%;
	margin-left:-3px;
	padding-top:20px;
	display:table;
}

.product_seals img {
	width:45px;
	height:45px;
	margin-right:2px;
	object-fit:cover;
	float:left;
}

.faq_title {
	background:url(../images/bg-faq-title.jpg) no-repeat center top;
}

.faq_title h1 {
	text-align:left;
}

.faq {
	max-width:1030px;
	padding:110px 15px 35px;
}

.accordion li {
	margin-bottom:30px;
}

.ac_title {
	position:relative;
	min-height:67px;
	font-family: 'CenturyGothicRegular';
	font-size:40px;
	padding:10px 0 0 120px;
	cursor:pointer;
}

.ac_title .arrow {
	position:absolute;
	top:50%;
	left:0;
	bottom:0;
	width:67px;
	height:67px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ac_title .arrow:before {
	background:url(../images/arrow-accordion.png);
	background-size:67px;
	width:67px;
	height:67px;
	content:'';
	position:absolute;
	top:0;
	left:0;
	transition: .2s;
}

.ac_title.active .arrow:before {
	-webkit-transform: translateY(-2px) rotate(180deg);
	transform: translateY(-2px) rotate(180deg);
}

.ac_inner {
	font-family: 'CenturyGothicRegular';
	line-height:18px;
	padding:10px 0;
}

.work_page {
	padding:45px 15px 50px;
}

.work_list {
	max-width:965px;
	margin:0 auto;
}

.work_list > li {
	background:#fff;
	-webkit-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 8px 68px 0px rgba(0,0,0,0.13);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:65px;
	padding:45px 115px 38px 150px;
}

.work_list > li h3 {
	font-size:33px;
	text-align:center;
	margin-bottom:45px;
}

.row_work {
	margin-bottom:50px;
}

.img_work_page {
	width:253px;
	margin-right:10px;
}

.list_work_page {
	max-width:370px;
	width:100%;
}

.list_work_page li {
	font-size:18px;
	line-height:35px;
	align-items:center;
    justify-content:space-between;
    display:flex;
}

.list_work_page li span {
	width:170px;
	font-family: 'CenturyGothicRegular';
	font-size:18px;
	display:inline-block;
}

.text_work_list {
	max-width:640px;
	font-family: 'CenturyGothicRegular';
	font-size:20px;
	line-height:24px;
	color:#808080;
	margin-bottom:30px;
}

.button_row_work {
	max-width:620px;
	margin:0 auto;
}

.button_work {
	background:#00a643;
    width:185px;
    height:56px;
	font-family: 'MyriadProBold';
	font-size:20px;
	line-height:56px;
    color:#fff;
	text-align:center;
    display:inline-block;
}

.button_row_work strong {
	font-size:40px;
}

.button_row_work strong span {
	font-family: 'CenturyGothicRegular';
	font-size:20px;
}

.one_product {
	padding:60px 15px 0;
}

.product_slider {
	max-width:345px;
	width:100%;
	margin-right:10px;
}

.product_slider img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.slides {
	width:240px;
	height:100%;
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;
	order:2;
}

.flex-control-thumbs {
	width:70px;
	margin-right:10px;
	order:1;
}

.slides {
	zoom:1;
}

.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides > li:first-child {
  	display: block;
}

.flex-control-thumbs li {
	margin-bottom:5px;
	cursor:pointer;
}

.flex-control-thumbs li img {
	border:2px solid #fff;
	padding:2px;
}

.flex-control-thumbs li img.flex-active {
	border-color:#00a643;
}

.flex-direction-nav {
	display:none;
}

.des_product {
	position:relative;
	max-width:370px;
	width:100%;
	margin-right:10px;
	padding-bottom:55px;
	display:none;
}

.des_product.active {
	display:block;
}

.des_product h3 {
	font-family: 'MyriadProRegular';
	font-size:41px;
}

.des_product strong {
	font-family: 'MyriadProBold';
	font-size:40px;
	margin-bottom:50px;
	display:block;
}

.des_product p {
	font-family: 'MyriadProRegular';
	font-size:15px;
	line-height:18px;
	margin-bottom:25px;
}

.button_des_product {
	background:#00a643;
    width:240px;
    height:45px;
	font-family: 'MyriadProBold';
	font-size:16px;
	line-height:45px;
    color:#fff;
	text-align:center;
    display:inline-block;
}

.des_product .long_select {
	margin-bottom:15px;
}

.des_product .recommend {
	width:100%;
	padding:0;
}

.des_product .recommend strong {
	font-size:60px;
	margin-bottom:20px;
}

.des_product .recommend strong span {
	font-size:20px;
}

.des_product .production_des,
.list_charact {
	position:relative;
	top:50%;
	padding:0;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}

.nav_product {
	width:230px;
}

.nav_product li {
	border-bottom:1px solid #dedede;
	width:100%;
	height:65px;
	display:table;
}

.nav_product li a {
	font-family: 'CenturyGothicRegular';
	font-size:16px;
	color:#989898;
	vertical-align:middle;
	display:table-cell;
}

.nav_product li.active a {
	font-family: 'CenturyGothicBold';
	color:#00a643;
}

.nav_product li a:hover {
	font-family: 'CenturyGothicBold';
	color:#00a643;
}

.similar_comrades {
	padding:0 15px 65px;
}

.similar_comrades h2 {
	margin-bottom:40px;
}

.slider_similar_comrades {
	text-align:center;
	padding:0 40px;
}

.img_similar_comrades {
	line-height:265px;
	margin-bottom:20px;
}

.img_similar_comrades a {
	line-height:330px;
	display:block;
}

.img_similar_comrades img {
	width:50% !important;
	vertical-align:middle;
	display:inline !important;
}

.item_similar_comrades h3 {
	font-size:16px;
	margin-bottom:10px;
}

.item_similar_comrades p {
	font-size:20px;
	color:#53d468;
}

.item_similar_comrades p span {
	font-family: 'CenturyGothicRegular';
	font-size:12px;
	color:#202020;
}

.slider_similar_comrades .owl-prev,
.slider_similar_comrades .owl-next {
	background:url(../images/arrow-slider-similar.png);
	width:15px;
	height:38px;
	font-size:0;
	position:absolute;
	top:50%;
	left:15px;
	margin-top:-19px;
}

.slider_similar_comrades .owl-next {
	background-position:right;
	left:auto;
	right:15px;
}

footer {
	background:#1f1f1f;
	font-size:15px;
	color:#535353;
	padding:15px 0 20px;
}

.footer_text {
	max-width:350px;
	width:100%;
	color:#fff;
	margin-right:10px;
}

.footer_logos {
	max-width:415px;
	width:100%;
}

.item_footer {
	width:195px;
}

.designed_logo {
	background:url(../images/logo-footer1.png);
	background-size:cover;
	width:66px;
	height:45px;
	display:inline-block;
}

.footer_logo {
	background:url(../images/logo-footer2.png);
	background-size:cover;
	width:52px;
	height:60px;
	display:inline-block;
}

.popup_details {
	position:relative;
	max-width:470px;
	width:100%;
	margin:0 auto;
	display:none;
}

.mfp-content .popup_details {
	display:inline-block;
}

.popup_details .mfp-close {
	display:none;
}

.form_admin {
	max-width:280px;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:50px 0;
}

.form_admin .logo {
	margin:0 auto 25px;
	display:block;
}

.button_admin {
	max-width:280px;
	margin:0 auto;
}

.button_admin .production_details {
	width:100%;
	margin:15px 0;
	display:block;
}

div>a:hover,
input[type="submit"]:hover {
	opacity:.7;
}

.d-none {
    display:none !important;
}

.mt-3 {
    margin-top:3em;
}

.transition-03 {
    transition: 0.7s;
}



.about_list {
	font-size:0;
	text-align:center;
	padding:25px 15px;
}

.about_list li {
	background:#fff;
	border:1px solid #c5c5c5;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-webkit-transition:all .3s; 
	-moz-transition:all .3s; 
	-ms-transition:all .3s;  
	-o-transition:all .3s; 
	transition:all .3s;
	max-width:350px;
	width:100%;
	min-height:543px;
	margin:0 8px 16px;
	padding:70px 10px 25px;
	vertical-align:top;
	display:inline-block;
	cursor:pointer;
}

.about_list li:hover {
	position:relative;
	border-color:#00a643;
	border-width:3px;
	-webkit-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.14);
	box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.14);
	-webkit-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	transform: scale(1.1);
	z-index:1;
}

.icon_about_list {
	border:1px solid #5f8abc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	width:122px;
	height:122px;
	line-height:122px;
	margin-bottom:28px;
	display:inline-block;
	overflow:hidden;
}

.about_list li:hover .icon_about_list {
	border-color:#;
}

.icon_about_list img {
	width:85%;
	vertical-align:middle;
}

.about_list li:hover .icon_about_list img {
	-webkit-filter: grayscale(0);
  	-moz-filter: grayscale(0);
  	-ms-filter: grayscale(0);
  	-o-filter: grayscale(0);
  	filter: grayscale(0);
  	filter: gray;
}

.about_list li h3 {
	font-family: 'CenturyGothicBold';
	font-size:24px;
	color:#66c36b;
	margin-bottom:22px;
}

.about_list li:hover h3 {
	color:#;
}

.about_list li p {
	width:265px;
	font-family: 'CenturyGothicBold';
	font-size:17px;
	line-height:28px;
	color:#676666;
	display:inline-block;
}

.about_list li:hover p {
	color:#;
}

@media only screen and (max-device-width : 1024px) {
	.img_contacts {
		margin-left:-310px;
	}
	.wrapp_contact {
		margin-left:-52px;
	}
	.tabs_contacts li:nth-child(3),
	.tabs_contacts li:nth-child(5) {
		top:195px;
	}
	.tabs_contacts li:nth-child(13) {
		top:185px;
	}
}


.text_about_us h2+p+p+p+h2 {
	display:none;
}

.social a {
	background:url(../images/soc1.png);
	background-size:100%;
	width:35px;
	height:35px;
	margin-right:10px;
	vertical-align:top;
	display:inline-block;
}

.social a:nth-child(2) {
	background:url(../images/soc2.png);
	background-size:100%;
}
.slides > li:first-child {
    display: contents;
}