html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

b, strong {
	font-family: Gilroy;
	font-weight: 500;
}


li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

::-webkit-input-placeholder {
	color: #7b8082;
}

::-moz-placeholder {
	color: #7b8082;
}


/* Firefox 19+ */

:-moz-placeholder {
	color: #7b8082;
}


/* Firefox 18- */

:-ms-input-placeholder {
	color: #7b8082;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #161e20;
	font-size: 14px;
	font-family: Gilroy;
}

.wrapper {
	height: auto;
	min-height: 100%;
}

.bg {
	/* height: 200px; */
	margin-top: 100px;
}

footer {
	width: 100%;
	background: #161e20;
	z-index: 101;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid #c0cacf;
	margin-top: 40px;
	box-shadow: 0 -2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 90%;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1170px;
	}
}

.header {
	height: 85px;
	display: flex;
	align-items: center;
	padding: 10px 0px;
}

.header .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 100%;
}

.header .logo img {
	height: 100%;
	width: auto;
}

.header .logo span {
	text-transform: uppercase;
	display: flex;
	margin-left: 10px;
	color: #161e20;
	font-size: 18px;
	font-weight: 600;
}

.header .is-search-form {
	width: 40%;
}

.header .is-search-form input {
	font-family: Gilroy;
}

.header .otzyv {
	height: 36px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #33b440;
	border-radius: 0px;
	line-height: 1;
	font-size: 16px;
	transition: 0.2s linear;
	font-weight: 400;
}

.header .otzyv:hover,
.is-form-style input.is-search-submit:hover,
.is-search-icon:hover {
	background: #33b440c4;
}

.is-form-style input.is-search-submit, .is-search-icon {
	background: #33b440;
	transition: 0.2s linear;
	border: none;
	border-radius: 0px;
}

.is-form-style .is-search-submit path {
	fill: #ffffff;
}

.is-form-style input.is-search-input {
	border: 1px solid #33b440 !important;
	border-radius: 0px;
}

nav ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav ul li {
	width: 100%;
}

nav ul li a {
	width: 100%;
	padding: 10px 20px;
	align-items: center;
	justify-content: flex-start;
	display: inline-flex;
	color: #ffffff;
	transition: 0.2s linear;
	border-radius: 0px;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px solid #33b44024;
	color: #161e20;
}

nav ul li a:hover,
nav ul li.current-menu-item a {
	color: #33b440;
}

.banner h2 {
	display: flex;
	justify-content: center;
	margin: 40px 0px 10px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.banner p {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 80%;
	margin: 0 auto 10px auto;
}

.banner p:last-child {
	margin: 0 auto 40px auto;
}

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

.content article .textVN p {
	margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.content article .textVN h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin: 30px 0px;
}

.content article .textVN h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin: 30px 0px;
}

.content article .textVN ul {
	margin: 30px 0px;
}

.content article .textVN li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
	padding-left: 40px;
	position: relative;
}

.content article .textVN li:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000000;
	left: 25px;
}

.content article .text-vn {
	width: 75%;
	border-right: 1px solid #33b44024;
	padding-right: 20px;
	box-shadow: 1rem 0rem 1.7rem -2rem hsl(200 50% 20% / 40%);
}

.content article nav {
	width: 23%;
}

.content article nav #popout {
	width: 100%;
}

.title-side {
	margin: 40px 0px 20px 0px;
}

.title-side h1 {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 300;
}

body.page .title-side h1 {
	justify-content: flex-start;
	font-weight: 500;
	font-size: 25px; 
}

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

.testimonial {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0px;
	position: relative;
	border: 1px solid #08558614;
	box-shadow: 0 2.5rem 1rem -3rem hsl(126deg 56% 45% / 29%);
	background: #ffffff;
	width: 49%;
	transition: 0.2s linear;
}

.testimonial:hover {
	border: 1px solid #84306729;
}

.testimonial .rew_info {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 74%;
}

.testimonial .picture {
	width: 26%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 0% 0px 2%;
}

.testimonial .picture a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.testimonial .picture a img {
	width: 50%;
}

.testimonial .rew_info .category {
	line-height: 1;
	margin: 5px 0px 5px 0px;
	padding: 0px 20px 0px 5px;
}

.testimonial .rew_info .category a {
	font-size: 13px;
	font-weight: 500;
	color: #085586;
	line-height: 1;
}

.testimonial .review_title {
	margin: 10px 0px;
	padding: 0px 20px 0px 5px;
}

.testimonial .review_title a {
	font-size: 18px;
	font-weight: 500;
	color: #161e20;
}

.testimonial .review_title a:hover,
.testimonial .rew_info .category a:hover {
	color: #843067;
}

.testimonial .review_text {
	margin-bottom: 10px;
	padding: 0px 20px 0px 5px;
	font-size: 13px;
	line-height: 1
}

.testimonial .name_company {
	margin-bottom: 10px;
	padding: 0px 20px 0px 5px;
	font-size: 13px;
	line-height: 1
}

.testimonial .name_company a {
	color: #085586;
}

.testimonial .created {
	padding: 10px 20px 0px 5px;
}

.testimonial .stars_rating {
	position: absolute;
	right: 20px;
	top: 10px;
}

.testimonial .stars_rating img {
	width: 13px;
}

footer .container .content:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

footer .logo {
	display: flex;
	align-items: center;
	width: auto;
}

footer .logo img {
	height: auto;
	width: 45px;
}

footer .logo span {
	text-transform: uppercase;
	display: inline-flex;
	margin-left: 10px;
	color: #c3c9d1;
	font-size: 18px;
	font-weight: 800;
}

footer p {
	font-size: 13px;
	width: 40%;
	text-align: right;
	color: #c3c9d1;
}

.copy {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d2d9dc;
	background: #161e20;
	font-size: 12px;
	width: 100%;
}

.bred {
	margin-top: 20px;
	font-size: 13px;
	color: #33b440;
}

.bred a {
	color: #161e20;
}

.title-side h1 {
	display: flex;
	justify-content: center;
	margin: 40px 0px 40px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.im {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}

.group_im {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.group_im a {
	display: inline-flex;
	height: 100%;
	width: auto;
	align-items: center;
	justify-content: center;
}

.group_im a img {
	height: 100%;
}

.descript_foto button {
	position: absolute;
	border: none;
	font-size: 0;
	color: transparent;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -15px;
	z-index: 5;
	opacity: 1;
}

.descript_foto:hover button{
	opacity: 1;
}

.descript_foto button:hover {
	opacity: 1;
}

.descript_foto button.slick-next {
	background: url(images/right.png) no-repeat;
	background-size: 100%;
	right: 2%;
}

.descript_foto button.slick-prev {
	background: url(images/left.png) no-repeat;
	background-size: 100%;
	left: 2%;
}

.slick-list,
.slick-track {
	box-sizing: border-box;
	height: 100%;
}

.slick-initialized .slick-slide .group_im {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 2%;
}

.slick-initialized .slick-slide .group_im a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

article.single {
	margin-bottom: 50px
}

article.single .avtor {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

article.single .avtor > div {
	display: flex;
}

article.single .stars_rating img {
	width: 15px;
	margin-right: 5px
}

article.single .f_desc {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 20px
}

article.single .text-vn > .name_company {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 20px
}

article.single .name_company a {
	color: #085586;
}

.wpcf7-form {
	padding: 0px 20px 20px 20px;
	max-width: 350px;
}

.wpcf7-form p > span {
	color: #843067;
	display: block;
	margin-top: 10px
}

#top_popup h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 300;
	margin: 20px 0px 0px 0px
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 10px;
	text-align: center;
	line-height: 1;
	border: 1px solid #843067b3 !important;
	background: #843067b3;
	font-weight: 500;
	color: #ffffff;
}

.wpcf7-form label {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-weight: 500;
}

.wpcf7-form .wpcf7-not-valid-tip {
	text-align: center;
	margin-bottom: 5px;
	font-size: 13px;
}

.wpcf7-form div {
	line-height: 1;
	font-size: 13px;
	text-align: center;
	color: #767676;
}

.wpcf7-form-control.wpcf7-starrating.starrating {
	display: block;
	margin: 0px 0px 10px 0px;
}

.wpcf7-form span.star-rating-control {
	margin: 0;
}

.wpcf7-form-control.wpcf7-starrating.starrating div {
	line-height: normal;
	font-size: initial;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid #c0cacf;
	text-indent: 10px;
	font-family: Gilroy;
}

.wpcf7-form input[type="email"] {
	width: 100%;
	height: 30px;
	border: 1px solid #c0cacf;
	text-indent: 10px;
	font-family: Gilroy;
}

.wpcf7-form select {
	width: 100%;
	height: 30px;
	border: 1px solid #c0cacf;
	margin-bottom: 10px;
	text-indent: 7px;
	font-family: Gilroy;
}

.wpcf7-form textarea {
	width: 100%;
	height: 50px;
	border: 1px solid #c0cacf;
	text-indent: 10px;
	font-family: Gilroy;
	padding-top: 5px
}

.wpcf7-form .multifile-133 {
	margin-bottom: 0px;
	display: flex;
	font-family: Gilroy;
}

.wpcf7-form .multifile-133 input {
	font-family: Gilroy;
}

.wpcf7-form .rating-cancel {
	display: none !important;
}

.wpcf7-form input[type="submit"] {
	height: 36px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #33b440;
	line-height: 1;
	font-size: 16px;
	transition: 0.2s linear;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	font-family: Gilroy;
}

.wpcf7-form input[type="submit"]:hover {
	background: #33b440c4;
}

.wpcf7-form h2 {
	text-align: center;
	margin-bottom: 10px;
	font-weight: 500;
}

div.is-ajax-search-result {
	background: #84306721 !important;
}

.is-ajax-search-post {
	background: #fffffffa !important;
	padding: 0px 20px !important;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #84306717 !important;
}

.is-search-sections {
	display: flex;
	flex-direction: column;
	height: 30px;
	justify-content: center;
}

.is-search-sections .meta,
.is-search-content {
	display: none !important;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.pagination a,
.pagination span {
	padding: 5px;
	margin: 0px 10px;
}

.pagination span {
	color: #a0a5aa;
}

.pagination a {
	color: #000000;
}

.company {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid #08558614;
	box-shadow: 0 2.5rem 1rem -3rem hsl(126deg 56% 45% / 29%);
	background: #ffffff;
}

.company .info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.company .info .left {
	width: 35%;
	order: 2;
	padding: 15px;
	border: 1px solid #08558614;
}

.company .info .right {
	width: 62%;
	order: 1;
}

.company .info .right .rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.company .info .right .stars_rating {
	width: 48%;
}

.company .info .right .stars_rating img {
	width: 13px;
	margin: 0px 3px 0px 0px;
}

.company .info .right .rate {
	width: 48%;
}

.company .info .right .product_rate {
	font-size: 13px;
	font-weight: 500;
	color: #085586;
	line-height: 1;
	text-align: right;
}

.company .info .right .desc {
	margin-top: 30px;
}

.company .info .right .desc p {
	margin-bottom: 10px;
	font-size: 14px;
}

.company .info .left .image {
	text-align: center;
	margin-bottom: 15px;
}

.company .info .left img {
	width: 100%;
    height: 100%;
    max-height: 70px;
    object-fit: contain;
    object-position: center;
}

.company .info .left .social {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.company .info .left .social .soc_item {
	margin: 0px 2px 0px 2px;
	display: inline-flex;
	border-radius: 50%;
	transition: 0.2s linear;
}

.company .info .left .social .soc_item a {
	border-radius: 50%;
	width: 23px;
	height: 23px;
	transition: 0.2s linear
}

.company .info .left .social .facebook {
	background: url(images/facebook.svg);
}

.company .info .left .social .instagram {
	background: url(images/instagram.svg);
}

.company .info .left .social .youtube {
	background: url(images/youtube.svg);
}

.company .info .left .social .vk {
	background: url(images/vk.svg);
}

.company .info .left .social .ok {
	background: url(images/ok.svg);
}

.company .info .attributes .phone,
.company .info .attributes .web,
.company .info .attributes .address,
.company .info .attributes .work {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	line-height: 1;
}

.company .info .attributes i {
	display: inline-flex;
	width: 15px;
	height: 15px;
	margin: 0px 10px 0px 0px;
}

.company .info .attributes span,
.company .info .attributes a {
	display: inline-flex;
	color: #085586;
	font-weight: 500;
	width: calc(100% - 30px);
	font-size: 14px;
}

.company .info .attributes .inn {
	color: #085586;
	font-weight: 500;
	font-size: 13px;
	text-align: right;
}

.company .info .attributes .phone i {
	background: url(images/phone.svg) no-repeat;
}

.company .info .attributes .web i {
	background: url(images/web.svg) no-repeat;
}

.company .info .attributes .address i {
	background: url(images/map.svg) no-repeat;
}

.company .info .attributes .work i {
	background: url(images/time.svg) no-repeat;
}

.company .info .otzyv {
	height: 36px;
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #33b440;
	border-radius: 0px;
	line-height: 1;
	font-size: 16px;
	transition: 0.2s linear;
	font-weight: 400;
}

.company .info .otzyv:hover {
	background: #33b440c4;
}

.dom_com .tabs {display: flex;flex-wrap: wrap;}

.dom_com .tabs>input[type="radio"] {
	display: none;
}

.dom_com .tabs>div {
	display: none;
	border-top: 1px solid #dadada;
	margin-top: 0px;
	z-index: 1;
	position: relative;
}

.dom_com #tab-btn-1:checked~#content-1,
.dom_com #tab-btn-2:checked~#content-2 {
	display: block;
}

.dom_com #content-2 {
	padding-top: 40px; 
}

.dom_com .tabs>label {
	height: 50px;
	width: 50%;
	margin: 0px;
	padding: 0px 20px;
	background: #ffffff;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	color: #000000;
	font-weight: 500;
	transition: 0.2s linear;
	cursor: pointer;
	box-shadow: 0px 10px 20px -10px hsl(200 50% 20% / 40%);
	text-transform: uppercase;
}

.dom_com .tabs>label:hover {
	background: #33b440c4;
	color: #ffffff;
}

.dom_com .tabs>input[type="radio"]:checked+label {
	background: #33b440;
	color: #ffffff;
}

.dom_com .tabs .tith2 {
	display: flex;
	justify-content: center;
	margin: 40px 0px 40px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.dom_com .videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.dom_com .videos .youtube {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0px;
	position: relative;
	box-shadow: 0 2px 15px rgb(0 0 0 / 37%);
	background: #000000;
	width: 49%;
}

.dom_com .videos .youtube iframe {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 602px) { 
	#toggle {
		display: none;
	}
} 

@media all and (max-width: 601px) {
	.header .is-search-form {
		display: none;	
	}
	
	.header .logo span {
		font-size: 16px;
	}

	.header .logo img {
		height: auto;
		width: 50px
	}

	.header .logo {
		margin-right: 15px;
	}

	.content article nav {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.content article .text-vn {
		width: 100%;
		padding: 0;
	}

	.header .otzyv {
		margin-right: 50px;
	}

	.content article nav #popout {
		position: fixed;
		height: 100%;
		width: 250px;
		background: rgba(26, 26, 26, .9);
		color: white;
		top: 0;
		left: -250px;
		overflow: auto;
		z-index: 1000;
	}
	
	#toggle {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0%;
		right: 15px;
		margin-top: 27px;
	}
	
	#toggle img {
		width: 50%;
	}
	
	nav ul li a { 
		color: #ffffff;
		text-decoration: none;
		width: 100%;
	}

	.company .info .left {
		width: 100%;
		order: 1;
		margin-bottom: 15px;
	}

	.company .info .right {
		order: 2;
		width: 100%;
	}

	.company .info {
		flex-wrap: wrap;
	}

	.testimonial {
		width: 100%;
	}

	.company {
		box-shadow: none;
	}

	.content article .text-vn {
		box-shadow: none;
		border: none;
	}
}