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: #333333;
}

::-moz-placeholder {
	color: #333333;
}


/* Firefox 19+ */

:-moz-placeholder {
	color: #333333;
}


/* Firefox 18- */

:-ms-input-placeholder {
	color: #333333;
}

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #333333;
	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;
	}
}

@media screen and (min-width: 426px) { 
	#toggle {
    	display: none;
	}
} 
 
@media screen and (max-width: 425px) { 
	#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: 6%;
		right: 6%;
	}
	
	#toggle img {
		width: 80%;
	}
	
	.nav ul {
		flex-direction: column;
		padding: 20px;
	}
	
	.nav ul li { 
		border-bottom: 1px solid #dfdfdf; 
		padding: 20px;
		width: 100%;
		justify-content: center;
		height: 68px;
		display: inline-flex;
		align-items: center;
		width: 100%;
	}
	
	.nav ul li a { 
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		text-transform: uppercase;
	}
}

.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: #ff0033;
	border-radius: 20px;
	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: #161e20;
}

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

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

.is-form-style input.is-search-input {
	border: 1px solid #161e20 !important;
	border-radius: 20px 20px 20px 20px;
}

nav ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

nav ul li a {
	min-height: 30px;
	margin: 6px 6px;
	padding: 5px 20px;
	background: #161e20;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	color: #ffffff;
	transition: 0.2s linear;
	border-radius: 20px;
	text-align: center;
	line-height: 1;
}

nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-point-parent a {
	background: #ff0033;
}

.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 h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin: 30px 0px;
}

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

.content article .textVN a {
	color: #000000;
}

.content article .textVN ul,
.content article .textVN ol {
	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 #161e2029;
	padding-right: 20px;
	min-height: 450px;
}

.content article .text-vn .testimonial {
	margin-right: 0;
}

.content article nav {
	width: 23%;
}

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

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

.testimonials {
	display: flex;
	flex-wrap: wrap;
}

.testimonial {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
	background: #ffffff;
	width: 100%;
	transition: 0.2s linear;
	border-radius: 20px;
    border: 1px solid #161e2063;
}

.testimonial:after {
	content: "\00a0";
	display: block;
	height: 16px;
	width: 9px;
	position: absolute;
	bottom: -8.5px;
	background-color: #161e2063;
	left: 22px;
	-webkit-transform: rotate(70deg) skew(5deg);
	z-index: -2;
}

.testimonial:before {
	content: "\00a0";
	display: block;
	height: 16px;
	width: 8px;
	position: absolute;
	bottom: -7.5px;
	background-color: #ffffff;
	left: 23px;
	-webkit-transform: rotate(70deg) skew(5deg);
	z-index: 1;
}

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

.testimonial:hover:after {
	background: #84306729;
}

.testimonial .rew_info {
	display: flex;
	width: 75%;
	flex-wrap: wrap;
}

.testimonial .picture {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
}

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

.testimonial .picture a img {
	height: 118px;
	width: auto;
}

.testimonial .rew_info .category {
	line-height: 1;
	margin: 5px 0px 5px 0px;
	padding: 0px 20px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	font-size: 13px;
}

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

.testimonial .review_title {
	margin: 5px 0px 10px 0px;
	padding: 0px 20px;
	width: 100%;
	display: flex;
}

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

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

.testimonial .review_text {
	margin-bottom: 10px;
	padding: 0px 20px;
}

.testimonial .review_text .name_company {
	font-weight: 500;
	line-height: 1;
	10px
	contain-intrinsic-block-size: auto 100px;
	width: 100%;
	font-size: 13px;
	margin: 10px 0px;
}

.testimonial .review_text .name_company a {
	font-size: 13px;
	font-weight: 500;
	color: #ff0033;
	line-height: 1;
}

.testimonial .created {
	padding: 5px 20px 0px 20px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	font-size: 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: #ff0033;
}

.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;
}

.descript_foto {
	width: 28%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.descript_foto img {
	width: 100%;
	height: 100%;
	max-height: 60px;
	object-fit: contain;
	object-position: center;
}

.descript_foto button {
	position: absolute;
	border: none;
	font-size: 0;
	color: transparent;
	width: 15px;
	height: 15px;
	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: 5%;
}

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

.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: flex-start;
	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;
	width: 70%;
}

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

article.single .f_desc .name_company a {
	font-weight: 500;
    color: #ff0033;
}

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

.wpcf7-form {
	padding: 20px;
}

.wpcf7-form span {
	color: #161e20
}

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

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

.wpcf7-form textarea {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #161e20;
	margin-bottom: 10px;
	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: #ff0033;
	border-radius: 20px;
	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: #161e20;
}

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

div.is-ajax-search-result {
	background: #161e200f !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;
}

.is-ajax-search-details a, .is-ajax-search-result a {
	color: #161e20 !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 {
	margin: 40px 0px 40px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.company .info {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.company .right {
	display: flex;
	flex-direction: column;
	width: 58%;
}

.company .info .image {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

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

.company .info .title {
	width: 38%;
}

.company .info .title h1 {
	margin: 40px 0px 40px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.com_bl .title_otz h1 {
	margin: 40px 0px 40px 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.company .info .rate {
	width: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.company .info .rate .post_rate {
	display: flex;
	flex-direction: column;
	/* width: 38%; */
}

.company .info .rate .b_rate {
	font-size: 50px;
	color: #f03;
	text-align: center;
	line-height: 1;
}

.company .info .rate .otzyv_cnt {
	text-align: center;
	font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.company .info .rate .charts {
	/* width: 60%; */
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.company .info .rate .charts .chart {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	margin-bottom: 5px;
	width: 100%;
}

.company .info .rate .charts .chart:last-child {
	margin-bottom: 0px;
}

.company .info .rate .charts .chart i {
	width: 10px;
	margin-right: 5px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
}

.company .info .rate .charts .chart div {
	background: #f2f2f2;
	height: 13px;
	width: calc(100% - 15px);
}

.company .info .rate .charts .chart.rate_5 div {
	background: #ff0033;
}

.com_bl .tabs {
	margin-top: 40px
}

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

.com_bl .tabs>div {
	display: none;
	margin-top: 40px;
}

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

.com_bl .tabs>label {
	display: inline-flex;
	align-items: center;
    justify-content: center;
	height: 30px;
    margin: 0px;
    padding: 0px 20px;
    background: #161e20;  
    color: #ffffff;
    transition: 0.2s linear;
    border-radius: 20px;
	cursor: pointer;
}

.com_bl .tabs>label:hover {
	background: #ff0033;
}

.com_bl .tabs>input[type="radio"]:checked+label {
	background: #ff0033;
}

.com_bl .tith2 {
	font-size: 16px;
    font-weight: 500;
    color: #161e20;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px
}

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

.com_bl .videos .youtube {
	width: 49%;
	margin-bottom: 10px;
	padding: 10px;
	background: #161e20;
	border-radius: 20px;
}

.com_bl .videos .youtube iframe {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.com_bl .desc p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.com_bl .attributes {
	margin-top: 20px
}

.com_bl .attributes div {
	line-height: 1;
	color: #ff0033;
	font-weight: 500;
	margin-bottom: 10px;
}

.com_bl .attributes span {
	font-weight: 400;
	color: #1f1f1f;
	font-weight: 500;
}

.com_bl .attributes a {
	color: #ff0033;
}

.com_bl .social h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 20px 0px 20px 0px;
	position: relative;
}

.com_bl .social .blocks {
	display: flex;
}

.com_bl .social .blocks .soc_item {
	margin: 0px 5px 0px 0px;
	display: inline-flex;
	border-radius: 50%;
	transition: 0.2s linear;
}

.com_bl .social .blocks .soc_item a {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	transition: 0.2s linear
}

.com_bl .social .facebook {
	background: url(images/facebook.svg);
}

.com_bl .social .instagram {
	background: url(images/instagram.svg);
}

.com_bl .social .youtube {
	background: url(images/youtube.svg);
}

.com_bl .social .vk {
	background: url(images/vk.svg);
}

.com_bl .social .ok {
	background: url(images/ok.svg);
}