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

::-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: 60px;
	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: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

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

.header .otzyv {
	height: 39px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #161e20;
	border-radius: 0;
	line-height: 1;
	font-size: 16px;
	transition: 0.2s linear;
	font-weight: 400;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header .otzyv:hover,
.is-form-style input.is-search-submit:hover,
.is-search-icon:hover {
	background: #0c5d64;
	transition: 0.2s linear;
}

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

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

.is-form-style input.is-search-input {
	border: 1px solid #13879933 !important;
	border-radius: 0;
	height: 40px;
	font-family: Gilroy;
}

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

button.el {
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
	background: #138799;
	background-size: 30px;
	border-radius: 0;
	color: #ffffff;
	transition: 0.5s all ease;
	position: relative !important;
	left: 0;
	text-align: center;
	font-family: Gilroy;
}

button.el .dropdown {
    position: absolute;
    top: 70%;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 999;
    padding: 10px 0px;
}

button.el .dropdown:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-top: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

button.el:focus .dropdown,
button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

button.el .dropdown a {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 5px 0px;
	color: #333333;
	padding: 5px 20px;
	line-height: 1;
	font-family: Gilroy;
}

button.el .dropdown a:hover {
	background: #138799;
    color: #ffffff;
}

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

nav .cat_nav {
	width: 20%;
}

nav .is-search-form {
	width: 55%
}

.is-form-style button.is-search-submit {
	height: 40px;
}

.is-search-icon {
	padding-top: 9px !important;
}

nav {
	height: 50px;
	display: flex;
	align-items: center;
	background: #161e20;
}


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

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

.testimonial {
	display: inline-flex;
	justify-content: space-between;
	margin: 0px 1% 20px 1%;
	padding: 0px;
	position: relative;
	border: 1px solid #08558614;
	box-shadow: 0 2.5rem 1rem -3rem hsl(188deg 78% 34%);
	background: #ffffff;
	width: 100%;
	transition: 0.2s linear;
}

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

.testimonial .picture {
	width: 23%;
	height: 138px;
}

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

.testimonial .picture a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.testimonial .rew_info {
	display: flex;
	flex-direction: column;
	width: 76%;
}

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

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

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

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

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

.testimonial .created {
	padding: 10px 20px 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

.popout {
    background: none;
    margin: 80px 0px 40px 0px;
    height: auto;
}

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

.popout ul li {
	margin: 6px 6px;
}

.popout ul li a {
	height: 30px;
    width: 100%;	
	padding: 0px 20px;
	background: #161e20;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	color: #ffffff;
	transition: 0.2s linear;
	border-radius: 0px;
}

.popout ul li a:hover,
.popout ul li.current-menu-item a {
	background: #138799;
}

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: 13px;
	font-weight: 500;
}

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: #138799
}

.bred a {
	color: #303030;
}

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

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 .im {
	display: flex;
	display: none;
}

article.single .im .group_im {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}

article.single .im .group_im a {
    display: flex;
    align-items: center;
    justify-content: center;
}

article.single .im .group_im img {
	width: 200%;
	height: auto;
}

.wpcf7-form {
	padding: 20px;
}

.wpcf7-form span {
	color: #138799
}

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

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

.wpcf7-form textarea {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 1px solid #138799;
	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: #138799;
	border-radius: 0px;
	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;
}

.text-vn {
	min-height: 350px;
}

.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 .textVN li a {
	color: #000000;
}

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

.com_bl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
}

.com_bl .title {
	width: 100%;
}

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

.com_bl .company {
	order: 2;
	width: 40%;
}

.com_bl .company .info {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #08558614;
	box-shadow: 0 2.5rem 1rem -3rem hsl(188deg 78% 34%);
}

.com_bl .company .info .image {
	text-align: center;
}

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

.com_bl .company .rate {
	margin: 15px 0px 0px 0px;
}

.com_bl .company .rate .stars {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}

.com_bl .company .rate .stars img {
	width: 18px;
	margin: 0px 2px;
}

.com_bl .company .rate p {
	font-size: 13px;
	font-weight: 500;
	color: #1f1f1f;
	line-height: 1;
	margin-top: 10px;
}

.com_bl .company .rate p span {
	color: #828080;
	font-weight: 400;
}

.com_bl .company .rate .rating_all {
	font-size: 13px;
	font-weight: 500;
	color: #1f1f1f;
	line-height: 1;
}

.com_bl .company .rate .category {
	font-size: 13px;
	color: #1f1f1f;
	line-height: 1;
	margin: 15px 0px
}

.com_bl .company .rate .category a {
	color: #1f1f1f;
	font-weight: 500;
}

.com_bl .company .desc p {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
}

.com_bl .tabs {
	order: 1;
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.com_bl .tabs>div {
	display: none;
	border-top: 1px solid #dadada;
	margin-top: 0px;
	width: 100%;
}

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

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

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

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

.com_bl .tith2 {
    margin: 40px 0px 20px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #138799;
    width: 100%;
}

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

.com_bl .videos .youtube {
	width: 49%;
	margin-bottom: 2%;
	padding: 10px;
	border: 1px solid #08558614;
	box-shadow: 0 2.5rem 1rem -3rem hsl(188deg 78% 34%);
}

.com_bl .videos .youtube iframe {
	width: 100%;
	height: 270px;
}

.com_bl .attributes .phone,
.com_bl .attributes .web,
.com_bl .attributes .address,
.com_bl .attributes .work {
	display: flex;
	align-items: center;
	color: #000000;
	font-weight: 500;
	margin-bottom: 10px;
}

.com_bl .attributes i {
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin: 0px 10px 0px 0px;
}

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

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

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

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

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

.com_bl .social h3 {
	font-size: 16px;
    font-weight: 500;
	line-height: 1;
	margin: 20px 0px 10px 0px;
	color: #138799;
}

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

.com_bl .inn {
    font-weight: 500;
	margin-top: 30px
}

.testimonial .review_text .name_company,
article.single .f_desc .name_company {
	margin-top: 15px;
}

.testimonial .review_text .name_company a {
	color: #138799;
}

article.single .f_desc .name_company a {
	color: #138799
}