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: Exo2;
	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: #1d2c37;
	font-size: 14px;
	font-family: Exo2;
}

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

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

footer {
	width: 100%;
	background: #f7f8f9;
	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 {
	display: inline-flex;
	height: 50px
}

footer .logo span {
	color: #1d2c37;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 5px;
	letter-spacing: -1px;
}

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

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

.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;
    color: #613a99;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
	text-align: center;
}

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

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

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

.form .wrap textarea {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #613a99;
	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 input {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 40px;
	width: 100%;
	border-radius: 16px;
	background: #bd4ad1;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
    z-index: 1;
	overflow: hidden;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	border: none;
	cursor: pointer;
}

.form .form_control input:hover {
    background: #8e68d8;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgb(189 74 209 / 30%);
}

header {
	display: flex;
	align-items: center;
	height: 60px;
}

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

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

header .logo img {
	display: inline-flex;
	height: 50px
}

header .logo span {
	color: #1d2c37;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	margin-left: 5px;
	letter-spacing: -1px;
}

header .otzyv {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	padding: 0px 20px;
	border-radius: 14px;
	background: #de719c;
	color: #ffffff;
	transition: 0.2s linear;
}

header .otzyv:hover {
	background: #87c2b1;
}

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

.banner .left {
	width: 55%;
}

.banner h1 {
	font-size: 54px;
	color: #de719c;
	font-weight: 800;
	letter-spacing: -2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.banner h2 {
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 500;
	margin-bottom: 20px;
}

.banner p {
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #1d2c37;
	font-weight: 400;
}

.banner .right {
	width: 40%;
}

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

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

article .top_content {
	width: 30%;
}

article .top_content ul {
	display: flex;
	flex-direction: column;
}

article .top_content ul li {
	display: inline-flex;
	padding: 0px 0px;
	border-bottom: 1px solid #d2d8df;
}

article .top_content li a {
	display: inline-flex;
	width: 100%;
	padding: 5px 20px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	list-style: none;
	color: #1d2c37;
	transition: 0.2s linear;
}

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

article .bottom_content {
	width: 68%;
}

article .bottom_content h2 {
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 20px;
	line-height: 1;
}

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

article .testimonials .testimonial {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 48%;
	margin: 0px 2% 2% 0px;
	border-radius: 5px;
	border: 1px solid #d2d8df;
	background: url(images/zvezda.svg) no-repeat;
	background-size: 10%;
	background-position: right 20px top 20px;
	padding: 20px;
}

article .testimonial .rew_info {
	display: flex;
	flex-direction: column;
}

article .testimonial .more {
	line-height: 1;
	width: 70%;
}

article .testimonial .more a {
	color: #1a2539;
	font-size: 16px;
	font-weight: 600;
	transition: 0.2s linear;
}

article .testimonial .more a:hover {
	color: #de719c;
}

article .testimonial .category a {
	display: flex;
	font-size: 13px;
	font-weight: 300;
	color: #78818a;
}

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

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

article .testimonial .bottom .left {
	width: 38%;
}

article .testimonial .stars {
	display: flex;
	justify-content: flex-start;
}

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

article .testimonial .bottom .right {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

article .testimonial .author {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

article .testimonial .created {
	font-size: 12px;
	color: #78818a;
	font-weight: 400;
}

article .testimonial .name_company {
	display: inline-flex;
	flex-direction: column;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}

article .testimonial .name_company a {
	display: inline-flex;
	color: #de719c;
	margin: 0px 0px 0px 5px;
}

article .bred {
	display: flex;
	width: 100%;
	margin: 20px 0px 40px 0px;
	font-size: 13px;
	color: #de719c;
}

article .bred a {
	color: #1a2539;
}

article .bred span {
	color: #1a2539;
	margin: 0px 7px;
}

article .bottom_content h1 {
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 500;
    margin-bottom: 20px;
	line-height: 1;
}

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

article .post_single .single_top {
	width: 48%;
}

article .post_single .single_top .nik {
	color: #1a2539;
    font-size: 14px;
    font-weight: 600;
}

article .post_single .single_top .created {
	font-size: 13px;
	color: #78818a;
	font-weight: 400;
}

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

article .post_single .stars i {
	color: #ff9b38;
	margin: 0px 1px;
	font-size: 13px
}

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

article .post_single .name_company {
	width: 100%;
	text-align: right;
	font-size: 13px;
	margin: 5px 0px 0px 0px;
}

article .post_single .name_company a {
	color: #de719c;
}

article .company_info {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #d2d8df;
	background: url(images/banner_1.svg) no-repeat;
	background-size: cover;
	background-position: right -3vw top 0vw;
}

article .company_info .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

article .company_info .left .image {
	width: 48%;
}

article .company_info .left .image img {
	height: 56px;
}

article .company_info .left .company_body {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

article .company_info .stars {
	display: flex;
}

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

article .company_info .otzyv {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	padding: 0px 10px;
	margin-top: 15px;
	border-radius: 14px;
	background: #87c2b1;
	color: #ffffff;
	transition: 0.2s linear;
}

article .company_info .otzyv:hover {
	background: #de719c;
}

article .company_info .attributes {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}

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

article .company_info .attr span {
	font-weight: 300;
    color: #78818a;
}

article .company_info .attr a,
article .company_info .attr p {
	color: #1d2c37;
	font-weight: 400;
	margin-left: 7px;
}

article .company .about p {
	font-size: 14px;
	line-height: 1.2;
	margin: 15px 0px;	
}

article .company .about {
	margin-bottom: 30px;
}

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 .soc_item a:hover {
	transform: scale(1.2);
}

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

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

article .bottom_content .videos .youtube {
	display: flex;
	width: 48%;
	margin: 0px 2% 2% 0px;
	border-radius: 5px;
	border: 1px solid #d2d8df;
	padding: 5px;
}

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