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: Calibri;
	font-weight: 600;
}

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

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

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

body {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	color: #03161c;
	font-size: 14px;
	font-family: Calibri;
}

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

.bg {
    height: 100px;
    margin-top: 0px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-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;
	}
}

#top_popup {
	position: relative;
	padding: 25px;
}

#top_popup .center {
	font-size: 15px;
	text-align: center;
}

#top_popup h3 {
	font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
	text-align: center;
}

.form .wrap {
	margin-bottom: 10px;
}

.form .wrap label {
	color: #03161c;
	display: block;
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 14px;
}

.form .wrap input {
	width: 100%;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #03161c;
	margin-bottom: 10px;
	text-indent: 10px;
}

.form .wrap textarea {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #03161c;
	margin-bottom: 10px;
	text-indent: 10px;
}

.form .wrap .stars i {
	color: #e6e6e6;
	font-size: 18px;
	cursor: pointer;
	transition: color 0.2s ease;
}

.form .wrap .stars i.active {
	color: #efc04d;
}

.form .form_control {
	display: flex;
	height: 40px;
	width: 100%;
	border-radius: 20px;
	box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.32);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.form .form_control input {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background: transparent;
	border: none;
	color: #03161c;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.5px;
	cursor: pointer;
}

.form .form_control::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(116deg, #ffcf66 0%, #fff5b8 100%);
	transition: all 0.3s ease;
	z-index: -1;
}

.form .form_control::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-116deg, #ffcf66 0%, #fff5b8 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: -1;
}

.form .form_control:hover {
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.32);
}

.form .form_control:hover::before,
.form .form_control:focus::before {
	opacity: 0;
	visibility: hidden;
}

.form .form_control:hover::after,
.form .form_control:focus::after {
	opacity: 1;
	visibility: visible;
}

header {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	z-index: 1;
}

body.page header {
	position: relative;
}

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

header .logo {
	display: flex;
	align-items: center;
}

header .logo img {
	height: 50px;
}

header .logo .name_site {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}

header .logo .name_site p {
	color: #03161c;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

header .logo .name_site i {
	display: inline-flex;
	width: 95px;
	height: 11px;
	background: url(images/logo_i.svg) no-repeat;
	background-size: 100%;
}

header .otzyv {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0px 25px;
	border-radius: 20px;
	box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.32);
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -0.5px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s linear;
}

header .otzyv::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #3a63ff 0%, #6182ff 100%);
	transition: all 0.3s linear;
	z-index: -1;
}

header .otzyv::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-90deg, #3a63ff 0%, #6182ff 100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	z-index: -1;
}

header .otzyv:hover {
	box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.32);
}

header .otzyv:hover::before,
header .otzyv:focus::before {
	opacity: 0;
	visibility: hidden;
}

header .otzyv:hover::after,
header .otzyv:focus::after {
	opacity: 1;
	visibility: visible;
}

.banner {
	position: relative;
	padding: 80px 0px 40px 0px;
	/* background: url(images/banner.svg) no-repeat; */
	background-size: cover;
	background-position: center;
}

.banner .blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner .blocks .left {
	width: 52%;
}

.banner .blocks .right {
	width: 45%;
}

.banner .blocks .right img {
	width: 100%;
}

.banner h1 {
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 40px 0px 20px 0px;
}

.banner .top_content p {
	letter-spacing: -0.5px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	margin: 40px 0px 20px 0px;
	color: #46434e;
}

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

.banner .top_content ul li {
	display: inline-flex;
	align-items: center;
	margin: 3px 2px;
}

.banner .top_content ul li a {
	color: #ffffff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0px 10px;
	transition: 0.2s linear;
	background: #3b64ff;
	box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.32);
	border-radius: 20px;
}

.banner .top_content ul li a:hover,
.banner .top_content ul li.current-menu-item a {
	background: #ff9e39;
	color: #ffffff;
}

article .bottom_content h2  {
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}

article .bottom_content .testimonials {
	margin-bottom: 40px;
}

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

article .testimonials .testimonial {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 31%;
	margin: 0px 2.3% 2.3% 0px;
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: -5px 5px 10px -2px rgba(0, 0, 0, 0.32);
	padding: 20px;
	transition: 0.3s ease;
}

article .testimonials .testimonial:hover {
	box-shadow: -5px 5px 10px 2px rgba(0, 0, 0, 0.32);
}

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

article .testimonial .rew_info .left {
	width: 58%;
}

article .testimonial .name_company a {
	font-size: 16px;
	font-weight: 600;
	color: #3b64ff;
	line-height: 1;
}

article .testimonial .category a {
	display: flex;
	font-size: 13px;
	font-weight: 400;
	color: #03161c;
	font-style: italic;
}

article .testimonial .stars {
	display: flex;
	justify-content: flex-end;
	width: 38%;
	text-align: right;
}

article .testimonial .stars i {
	color: #ff9b38;
	margin: 0px 1px;	
}

article .testimonial .review_text {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
	margin-top: 10px;
}

article .testimonial .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}

article .testimonial .avtor {
	font-style: italic;
	line-height: 1;
}

article .testimonial .created {
	font-size: 13px;
	color: #949494;
	font-weight: 400;
	font-style: italic;
}

article .testimonial .more a {
	color: #ffffff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0px 10px;
	transition: 0.2s linear;
	background: #3b64ff;
	box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.32);
	border-radius: 20px;
	margin-left: 10px;
}

article .testimonial .more a:hover {
	background: #ff9e39;
	color: #ffffff;
}

article .top_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0px;
}

article .top_content ul li {
	display: inline-flex;
	align-items: center;
	margin: 3px 2px;
}

article .top_content ul li a {
	color: #03161c;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0px 10px;
	transition: 0.2s linear;
	background: #ffffff;
	box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.32);
	border-radius: 20px;
}

article .top_content ul li a:hover,
article .top_content ul li.current-menu-item a {
	background: #ff9e39;
	color: #ffffff;
}

article .bred {
	font-size: 14px;
	color: #ff9e39;
	display: flex;
	width: 100%;
}

article .bred a {
	color: #03161c;
}

article .bred span {
	color: #03161c;
	margin: 0px 7px;
}

article h1 {
	font-weight: 600;
	font-size: 32px;
	color: #03161c;
	margin: 30px 0px;
	text-align: center;
}

article .post_single {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

article .post_single .avtor {
	font-style: italic;
}

article .post_single .created {
	font-size: 14px;
	color: #949494;
	font-weight: 400;
	font-style: italic;
}

article .post_single .stars i {
	color: #ff9e39;
}

article .post_single .f_desc {
	font-size: 15px;
	line-height: 1.4;
	margin: 20px 0px;
	width: 100%;
}

article .post_single .bot_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

article .post_single .name_company {
	display: flex;
	font-size: 14px;
	color: #949494;
	font-weight: 400;
	font-style: italic;
}

article .post_single .name_company a {
	font-size: 14px;
	font-weight: 400;
	color: #ff9e39;
	margin: 0px 0px 0px 5px;
}

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

article .company_info .left {
	width: 20%;
}

article .company_info .image {
	text-align: center;
}

article .company_info img {
	max-height: 56px;
	width: 100%;
	height: 100%;
	object-fit: contain;
    object-position: center;
}

article .company_info .category {
	margin-top: 10px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
}

article .company_info .category a {
	color: #ff9e39;
	font-weight: 700;
}

article .company_info .about {
	width: 55%;
	margin-bottom: 40px;
}

article .company_info .company_body {
	width: 20%;
}

article .company_info h1 {
	margin: 0px 0px 20px 0px;
	text-align: left;
	line-height: 1;
	font-size: 28px;
}

article .company_info .attributes {
	margin: 0px 0px 15px 0px;
}

article .company_info .attr {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px
}

article .company_info .attr a,
article .company_info .attr p {
	color: #ff9e39;
	font-weight: 400;
}

article .company_info .stars {
	display: flex;
	justify-content: center;
	margin-bottom: 5px
}

article .company_info .stars i {
	color: #ff9b38;
	margin: 0px 1px;
}

article .company_info .tx_count {
    font-size: 13px;
    color: #949494;
    line-height: 1;
    text-align: center;
}

article .company_info .tx_count span {
	color: #ff9b38;
}

article .company_info .otzyv {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 100%;
	margin-top: 10px;
	transition: 0.2s linear;
	background: #3b64ff;
	color: #ffffff;
	font-size: 14px;
	box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.32);
	border-radius: 20px;
}

article .testimonial .more a:hover {
	background: #ff9e39;
	color: #ffffff;
}

article .company_info .about p {
	font-size: 14px;
	line-height: 1.4;
	margin: 20px 0px;
}

article .company_info .social {
    display: flex;
    margin: 10px 0px;
}

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

article .company_info .social .soc_item a {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	transition: 0.2s linear
}

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

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

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

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

article .company_info .social .blocks .soc_item a:hover {
	transform: scale(1.2);
}

article .company_info .inn {
	font-size: 13px;
	color: #949494;
	font-weight: 300;
	margin-bottom: 10px
}

article .bottom_content .videos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

article .bottom_content .videos .youtube {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    margin: 0px 1.3% 1.3% 0px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
}

article .bottom_content .videos iframe {
	border-radius: 5px;
}

footer {
	width: 100%;
	background: #02161d;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100px;
	margin: -100px 0px 0px 0px;
}

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

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

footer .logo img {
	height: 50px;
}

footer .logo .name_site {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}

footer .logo .name_site p {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

footer .logo .name_site i {
	display: inline-flex;
	width: 95px;
	height: 11px;
	background: url(images/logo_i-svg.svg) no-repeat;
	background-size: 100%;
}

footer .content > p {
	font-size: 13px;
	width: 40%;
	text-align: right;
	color: #ffffff;
}

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