/*SETTINGS*/
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	color: #000;
	font-size: 16px;
}
.wrapper_main {
	min-height: 640px;
}
/*breadcrumb*/
.bx-breadcrumb {
	margin: 15px !important;
	margin-bottom: 5px !important;
	margin-left: 0 !important;
	margin-bottom: -15px !important;
	margin-right: 0 !important;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #000;
}

/*list*/
@media (min-width: 1150px) {
.list_for .item_inline:nth-child(4n + 1):last-child {
	margin-right: 75%;
}
.list_for .item_inline:nth-child(4n + 2):last-child {
	margin-right: 50%;
}
}
/*wrap*/

.inner_content {
	max-width: 1180px;
	margin: auto;
	padding: 0 15px;
}
.inner_content .inner_content {
	padding-left: 0;
	padding-right: 0;
}
.not_paading {
	padding: 0;
}
.inner_content.padding_block {
	padding-bottom: 27px;
}
.padding_block .blog-list {
	margin-top: 0;
}
.portfolio_content .reviews_slider {
	margin-top: 10px;
}
.portfolio_content .blog-list {
	margin-top: 24px;
}
.grey_wrap + br {
	display: none;
}
.portfolio_content .btn_wrap_center {
	padding-bottom: 0;
}
/*item*/
.item_inline {
	display: inline-block;
	vertical-align: top;
}
/*TEXT*/
.text_index h1 {
	text-align: center;
	margin-top: 30px;
}
.text_index h2 {
	text-align: center;
	font-size: 25px;
}
.text_index {
	font-size: 17px;
}
p, li {
	font-size: 17px;
}
.wrapper_main p {
	margin: 20px 0;
}
a {
	color: #f01f22;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.title_float_block {
	padding-top: 28px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 27px;
}
.h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
}
.wrapper_main li {
	margin-bottom: 5px;
}
/*COMPONENTS_TEMPLATE*/
.services_list .title {
	margin-bottom: 10px;
}
.services_list .item .img img {
	max-width: 100%;
	height: auto;
}
.services_list .img {
	transition: 0.3s;
}
.anons .title a:hover {
	color: #f01f22;
}
.services_list .img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.3s;
}
.panda-catalog-product-list {
	overflow: visible;
}
.ip_item_detail img {
	max-width: 100% !important;
	height: auto !important;/*border-radius: 100%;*/
}
/*INNER PAGE*/
.title_page {
	text-align: left;
	margin-top: 21px;
	font-size: 36px;
	margin-bottom: 30px;
}
.wrapper_special {
	padding-bottom: 30px;
}
/*BTN*/
:focus {
	outline: none;
}
.btn_rad {
	background-color: #e71e26;
	text-shadow: 2px 1px 2px #9b1c31;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	padding: 13px 24px;
	border-radius: 3px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
}
.btn_rad:hover {
	background-color: #b70007;
	background: linear-gradient(to top, #b70007, #b70007);
	transition: 0.3s;
}
.center_btn {
	text-align: center;
}
.center_btn .btn_rad {
	display: inline-block;
}
/*MODAL_POP*/
#buy1click textarea[name="RS_AUTHOR_ORDER_LIST"] {
	display: block !important;
	min-height: 18px;
	height: auto;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	pointer-events: none;
}
.modal_pop .someform {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}
.fancybox-opened .fancybox-title {
	line-height: 1.2em;
	font-weight: 600;
}
.fancybox-opened .fancybox-title {
	position: relative !important;
}
.modal_pop .someform .line {
	margin-bottom: 10px;
}
.modal_pop .someform input[type="text"], .modal_pop .someform input[type="password"], .modal_pop .someform textarea, .modal_pop .someform select {
	width: 100%;
	min-width: 250px;
	box-sizing: border-box;
}
.modal_pop .someform input:focus, .modal_pop .someform textarea:focus {
	box-shadow: inset 0px 0px 0px 1px #b70007;
	border: 1px solid #b70007;
}
.fancybox-inner input[type="text"], .fancybox-inner input[type="password"], .fancybox-inner textarea, .fancybox-inner select {
	font-size: 13px;
	margin: 0;
	padding: 13px 10px;
	outline: -webkit-focus-ring-color auto 0;
	border: 1px solid #F2F2F2;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
	font-family: 'Roboto', sans-serif !important;
}
.modal_pop .someform .line.buttons div.btn {
	box-sizing: border-box;
	line-height: 27px;
}
.modal_pop .someform .line.buttons .btn {
	cursor: pointer;
	border: 0;
	vertical-align: top;
	height: 40px;
	line-height: 14px;
	width: 100%;
	background-color: #e71e26;
	text-shadow: 2px 2px 2px #9b1c31;
	background: linear-gradient(to top, #d2191f, #ed1a2b);
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
	text-transform: uppercase;
	margin-top: 10px;
}
.modal_pop .someform .line.buttons .btn:hover {
	background-color: #b70007;
	background: linear-gradient(to top, #b70007, #b70007);
	transition: 0.3s;
}
.modal_pop textarea {
	resize: none;
	height: 150px;
}
#popupform {
	display: none;
}
.modal_pop .error {
	color: #c00000;
}
.modal_pop h2 {
	color: #353535;
	font: 1.714em/1em 'Trebuchet MS';
	margin-bottom: 8px;
}
.modal_pop .comment {
	color: #717171;
	font: 0.928em 'Trebuchet MS';
	margin-bottom: 3px;
}
.modal_poplabel {
	display: block;
	padding: 16px 0 4px;
}
.modal_pop .input_text {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	color: #555;
	display: block;
	font-size: 12pt;
	height: 28px;
	margin: 17px 6px 0 0;
	padding: 5px;
	width: 360px;
}
.modal_pop .button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	margin: 10px 0;
	padding: 2px 16px;
	width: 185px;
}
.modal_pop .button:hover {
	background-color: #4683ea;
	border: 1px solid #4387fd;
	color: #fff;
}
.fancybox-outer {
	padding-top: 0 !important;
}
.h1_pop {
	margin-bottom: 18px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 9px;
}
.fancybox-close {
	transition: 0.3s;
	padding: 2px 13px;
	background-image: none;
	width: 10px;
	height: 23px;
	top: 0;
	right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.fancybox-close:before {
	content: 'X';
	color: #eb242c;
	font-size: 23px;
}
.fancybox-close:hover {
	text-decoration: none !important;
	transition: 0.3s;
}
.fancybox-close:hover:before {
	color: #000;
}
.modal_pop {
	display: none;
}
.modal_pop .noned {
	display: none;
}
.modal_pop p {
	line-height: 15px;
}
.modal_pop font.errortext {
	color: red;
	display: block;
	width: 100%;
	font-size: 13px;
}
.modal_pop font.notetext {
	text-align: center;
	display: block;
	width: 100%;
}
/*HEADER*/
.wrapper_header {
	border-bottom: 1px solid #cacaca;
}
.heder_wrap {
	border-bottom: 1px solid #cacaca;
}
.header {
	padding-top: 28px;
	padding-bottom: 21px;
	display: flex;
	justify-content: space-evenly;
}
.logo_head {
	width: 206px;
}
.desc_head {
	margin-top: 8px;
	padding-left: 8px;
	font-size: 14px;
}
.desc_head h1 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	line-height: 1.42857143;
}
.phone_head {
	margin-top: 8px;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	width: 24%;
}
.phone_head span {
	padding-left: 25px;
	background: url(img/phone.png) no-repeat center left transparent;
}
.btn_head a {
	border: 3px solid #e92123;
	text-decoration: none !important;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 5px;
	margin-left: 11px;
	display: block;
	width: 170px;
	border-radius: 2px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	transition: 0.3s;
}
.btn_head a:hover {
	background-color: #e92123;
	color: #fff;
	transition: 0.3s;
}
/*INDEX*/
.hide_block {
	display: none;
}
.block_index {
	padding-top: 30px;
}
.index_h {
	text-align: center;
}
.block_index .text_block {
	text-align: center;
	margin: auto;
	margin-top: 12px;
	font-size: 18px;
	line-height: 23px;
}
.block_spec_text .text_block {
	width: 53%;
}
.block_sevices_cat {
	margin-top: 30px;
	margin-bottom: 10px;
}
.block_reviews {
	padding-top: 30px;
}
.block_reviews .h1 {
	padding-top: 0;
	padding-bottom: 10px;
}
.grey_wrap {
	background-color: #f2f2f2;
}
.text_block {
	width: 76%;
	margin: auto;
	font-size: 18px;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	line-height: 23px;
}
.wrapper_reviews {
	padding-bottom: 30px;
}
.block_partners .h1 {
	padding-top: 30px;
}
.block_partners .text_block {
	width: 100%;
	margin-top: 11px;
	font-size: 18px;
}
.partner-list {
	margin-top: 36px;
}
.block_blog .h1 {
	padding-top: 30px;
}
.block_blog .text_block {
	margin-top: 11px;
	font-size: 18px;
	width: 91%;
}
.blog-list {
	margin-top: 36px;
}
.reviews_slider {
	margin-top: 36px;
}
.btn_consul_text {
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
	color: #da222c;
	border-bottom: 2px dashed #da222c;
}
.btn_consul_text:hover {
	border-bottom: 1px solid transparent;
}
.btn_wrap_center {
	text-align: center;
	margin-top: 47px;
	padding-bottom: 30px;
	background: url(img/checkmark.png) no-repeat 81% 2px transparent;
}
/*FOOTER*/
.wrapper_footer {
	background-color: #131313;
	color: #fff;
	padding-top: 27px;
	padding-bottom: 60px !important;
	margin-top: 0;
}
.index_page .wrapper_footer {
	margin-top: 0;
}
#footer_menu a {
	color: #fff;
	padding: 0;
}
.line_footer {
	margin-top: 25px;
	padding-left: 7px;
	display: flex;
}
#footer_menu .selected {
	color: #d52029 !important;
}
#footer_menu a:hover {
	color: #848484;
}
#footer_menu a:before {
	display: none !important;
}
.desc_footer {
	margin-top: 2px;
	font-size: 14px;
	margin-left: 0;
	color: #fff;
}
.ico_footer {
	margin-left: 39px;
	margin-top: 11px;
}
.ico_footer a img {
	transition: 0.3s;
}
.ico_footer a:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	transition: 0.3s;
}
.ico_footer a {
	margin-right: 10px;
}
.footer_contact {
	margin-left: 66px;
}
.phone_footer {
	padding-left: 26px;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	background: url(img/phone-2.png) no-repeat left center transparent;
}
.mail_footer {
	padding-left: 26px;
	background: url(img/mail.png) no-repeat 4px 7px transparent;
	line-height: 21px;
	font-size: 15px;
}
.mail_footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.mail_footer a:hover {
	border-bottom: 1px solid transparent;
}
.btn_footer {
	margin-left: 0;
	margin-top: 5px;
}
.btn_footer a {
	color: #ee2024;
	border: 3px solid #e92123;
	margin-left: 0;
}
/*CONTACTS_PAGE*/
.block_contacts {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.block_contacts .text_cont {
	width: 85%;
}
.item_contact {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 11px;
}
.item_contact .phone_phone {
	font-size: 15px;
}
.item_contact.phone {
	background: url(img/contacts/phone.png) no-repeat 0px 6px transparent;
}
.item_contact.email {
	background: url(img/contacts/mail.png) no-repeat 0px 6px transparent;
}
.item_contact.rekvisits {
	background: url(img/contacts/mappin.png) no-repeat 0px 6px transparent;
}
/*
.item_contact.sotrudnic {
	background: url(img/contacts/sotrud.png) no-repeat 0px 5px transparent;
}
*/
.wrap_map {
	margin-top: 37px;
}
.block_contacts_bottom .btn_wrap_center {
	margin-top: 30px;
}
/*INNER_PAGE*/
.ip_item_detail, .img_detail {
	margin-bottom: 20px;
}
.img_detail {
	text-align: center;
	margin: 20px 0;
}
.img_detail img {
	max-width: 100% !important;
	height: auto !important;
}
.img_detail img {
	margin-bottom: 20px;
}
/*dm_wrap*/
.dm_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	border-radius: 3px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	max-width: 1120px;
}
.dm_wrap span {
	display: block;
}
.dm_wrap .photo_item {
	margin-top: 14px;
	margin-left: 34px;
}
.dm_wrap .text_item {
	margin-left: 41px;
	margin-top: 26px;
}
.dm_wrap .title_text {
	font-size: 24px;
	font-weight: 500;
}
.dm_wrap .text {
	font-size: 19px;
	line-height: 24px;
}
.dm_wrap .contact_item {
	margin-left: 60px;
	margin-top: 46px;
}
.dm_wrap .mail {
	font-size: 19px;
	padding-left: 22px;
	text-decoration: none;
	background: url(img/dm/mail.png) no-repeat 0 center transparent;
	font-weight: 500;
}
.dm_wrap .mail:hover {
	color: #000;
}
.dm_wrap .phone {
	font-size: 20px;
	padding-left: 22px;
	margin-top: 7px;
	background: url(img/dm/phone.png) no-repeat 0 center transparent;
	font-weight: 500;
}
.usluga_full_img {
	margin: auto;
	margin-top: 22px;
	display: block;
	width: 100% !important;
	height: auto !important;
}
.full_img_wrapper {
	position: relative;
}
.usluga_full_title {
	padding-top: 76px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.usluga_full_title h1 {
	font-size: 44px;
}
.usluga_full_title .title_page {
	text-align: center;
	margin: 0;
}
.btn_yvernus {
	transition: 0.3s;
}
.btn_yvernus:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.imidg {
	padding: 10px;
	border: 2px dashed #f01d2e;
}
.text_btn {
	font-size: 18px;
}
.top_line_partners_wrap {
	background-color: #000;
	color: #fff;
	padding: 9px;
}
.top_line_partners {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: auto;
	padding: 0 15px;
	max-width: 1150px;
	justify-content: space-between;
}
.top_line_partners a {
	color: #e6e6e6;
	text-decoration: none;
}
.top_line_partners a:hover {
	color: #ffa0a3;
}
.top_line_partners span {
	margin-left: 10px;
	font-size: 12px;
}
.owl-carousel .case-item {
	width: 94% !important;
	margin: 0 !important;
}
.owl-carousel.case-list {
	width: 82%;
	margin: auto;
	margin-bottom: 33px;
}
.blcok_case .owl-controls .owl-nav div {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 32px;
	height: 56px;
	line-height: 81px;
	font-size: 37px;
	margin-top: -28px;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
.blcok_case .owl-nav .owl-prev {
	left: -45px;
	background: url(img/arrow.png) no-repeat top center transparent;
}
.blcok_case .owl-nav .owl-next {
	right: -40px;
	background: url(img/arrow-2.png) no-repeat top center transparent;
}
.blcok_case .owl-nav .owl-prev:hover {
	background: url(img/arrow_rad.png) no-repeat top center transparent;
}
.blcok_case .owl-nav .owl-next:hover {
	background: url(img/arrow_2rad.png) no-repeat top center transparent;
}
/*icons_header*/
.full_img_wrapper {
	margin-top: 20px;
}
.icons_header {
	margin-top: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.icons_header .item {
	width: 18%;
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
}
.icons_header .item img {
	margin: auto;
	max-width: 100%;
	height: auto;
}
.icons_header .item span {
	font-weight: 500;
	margin-top: 8px;
	line-height: 20px;
}
.icons_header .item > * {
	display: block;
}
a.policy {
	font-size: 11px;
	display: block;
	color: #fff;
	float: right;
}
.policy_chek {
	font-size: 11px;
	margin: 10px 0;
}
.policy_chek > *, .block_form .policy_chek > * {
	display: inline !important;
	text-align: left !important;
	width: auto !important;
	margin-bottom: 0 !important;
}
.policy_chek input {
	margin-right: 3px !important;
 margin-bottom: 0 !importnat;
	margin-top: 0;
	position: relative;
	top: 2px;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
}
.block_form .policy_chek input {
	margin-right: 3px !important;
	margin-bottom: 0 !important;
}
.policy_chek span {
	cursor: pointer;
}
.policy_chek.not_policy + input {
	pointer-events: none;
	opacity: 0.6;
}
.block_form form {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.block_form .policy_chek {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	bottom: -36px;
	order: 100;
	width: 100%;
}
.block_contacts .policy_chek {
	color: #000;
	order: initial;
}
.item_contact span[itemprop="name"] {
	cursor: pointer;
	border-bottom: 1px dashed;
	margin-bottom: 5px;
}
.item_contact span[itemprop="name"]:hover {
	border-bottom: 0 dashed transparent;
}
.item_contact span[itemprop="name"] + div {
	display: none;
}
/*PAGE TEXT*/

.inner_content {
}
.wrapper_main ul li {
	position: relative;
	margin: 0;
	padding-left: 24px;
	padding-right: 25px;
	margin-bottom: 10px;
}
.wrapper_main ul {
	list-style: none;
	padding-left: 0;
}
.wrapper_main ul li:before {
	font-family: FontAwesome;
	content: "\00B7";
	position: absolute;
	left: 10px;
	top: 1px;
	font-size: 17px;
	color: #f11a22;
}
.plus_list li:before {
	content: "\f055" !important;
}
.table_chek tbody tr:first-child {
	background-color: #eeeeee;
	font-weight: bold;
}
.table_chek td, .table_chek th, .table_chek {
	border: 0;
	vertical-align: top;
}
.table_chek th {
	padding: 10px;
}
.table_chek td {
	padding: 0;
}
.table_chek td ul li {
	position: relative;
	padding: 8px 0;
	margin: 0;
	padding-left: 34px;
	padding-right: 25px;
	line-height: 18px;
}
.table_chek td ul {
	list-style: none;
	padding-left: 0;
}
.table_chek ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 17px;
	color: #f11a22;
}
.table_chek tr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.table_chek tr td {
	width: 49%;
	border: 0 !important;
	padding: 0 !important;
}
.table_chek tr th {
	border: 0 !important;
	width: 100%;
}
.wrapper_main td ul li:nth-child(2n+2) {
	background-color: #f7f7f7;
}
.wrapper_main h2, .wrapper_main h3 {
	position: relative;
	margin-bottom: 30px;
}
.wrapper_main h2:after, .wrapper_main h3:after {
	content: '';
	width: 97px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #ec1f26;
}
.title_float_block:after {
	display: none;
}
.wrapper_main td, .wrapper_main th {
	padding: 10px;
	border: 1px solid #ccc;
}
.wrapper_main ol {
	padding-left: 20px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper_main ol li {
	color: #000;
	font-weight: 600;
}
.wrapper_main ol span {
	color: #000;
	font-weight: 400;
}
.wrapper_main ol > li > span {
	color: #000;
	font-weight: 600;
}
.plus_list {
	padding-left: 0;
	list-style: none;
}
.border_red {
	border: 2px dashed #f31b28;
	padding: 10px 16px;
}
.border_red p:first-child {
	margin-top: 0;
}
.border_red p:last-child {
	margin-bottom: 0;
}
.tab > li {
	padding: 0 !important;
}
.tab > li:before {
	display: none;
}
/*flamp*/
.flamp_block {
	text-align: center;
}
.title_flamp {
	margin-top: 31px;
	font-size: 32px;
	margin-bottom: 23px;
}
.flamp_block a {
	margin: auto;
}
.flamp_block iframe {
	width: 169px !important;
	/* margin: auto; */
	min-width: 0 !important;
}
.subscribe_footer {
	width: 35%;
}
.subscribe_footer {
	margin-left: 58px;
	margin-top: -9px;
}
.subscribe_form .title_footer {
	font-size: 14px;
}
.wrapper_subscribe_form {
	background: url(img/sub_bg.jpg) no-repeat top center transparent;
	background-size: cover !important;
	padding-bottom: 30px;
}
.title_subs {
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding-top: 16px;
	font-weight: bold;
}
.subs_text {
	color: #fff;
	text-align: center;
	font-size: 17px;
}
.wrapper_subscribe_form .subscribe {
	width: 61%;
	margin: auto;
	margin-top: 15px;
}
.wrapper_subscribe_form .subscribe {
	position: relative;
}
.wrapper_subscribe_form .subscribe input[name="asd_email"] {
	width: 77%;
}
.wrapper_subscribe_form .subscribe input[type="submit"] {
	width: 21%;
	color: #fff;
}
/*ABOUT*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex_wrap {
	flex-wrap: wrap;
}
.flex_text {
	justify-content: space-between;
}
.flex_text div:first-child {
	width: 85%;
}
.about_page h2 {
	margin-bottom: 4px;
}
.ico_flex {
	align-items: center;
	margin-bottom: 25px;
}
.ico_flex .ico {
	margin-right: 20px;
}
.flex_img {
	justify-content: space-between;
	margin-bottom: 32px;
}
.imidg_grey {
	padding: 10px;
	background-color: #f7f7f7;
}
.flex_img img {
	max-width: 100%;
}

@media (max-width: 1120px) {
.flex_img {
	justify-content: center;
}
.flex_img img {
	margin: 15px;
}
}
.img_flex_container img {
	max-width: 80px;
	align-items: center;
	margin-right: 20px;
}
.img_flex_container .flex {
	margin-bottom: 20px;
}
.imidg_table th {
	padding: 10px;
	background-color: #eeeeee;
}
.imidg_table td {
	padding: 10px;
}
.float_btn_slider {
	position: absolute;
	left: 50%;
	margin-left: -82px;
	bottom: 88px;
}
#slide_head .item_slide.seminar-bitriks-7-sentyabrya .text_slide {
	background: none;
}
/*soc*/
.soc_lines li {
	background: none;
	padding: 0 !important;
	margin: 0 3px !important;
}
.soc_lines li:before {
	display: none;
}
.soc_lines {
	padding: 13px 0;
	margin-bottom: 5px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.soc_lines .left {
	margin-right: 10px;
}
/*tags*/
.tags_wrapper a {
}
.tags_wrapper {
	margin-bottom: 25px;
}
.title_tags {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 15px;
}
.subscribe .policy_chek {
	font-size: 9px !important;
}
.phone_tel_click {
	text-decoration: none;
	color: #000;
}
.footer_contact .phone_tel_click {
	color: #fff;
}
/*GENERATOR*/
.generator_ico .text_ico {
	display: none;
	position: absolute;
	left: 100%;
	margin-left: 14px;
	top: -10px;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #d9d8d6;
	min-width: 295px;
	font-size: 11.5px;
	line-height: 13px;
	z-index: 20;
}
.generator_ico .text_ico::before, .generator_ico .text_ico::after {
	content: '';
	position: absolute;
	left: -11px;
	top: 10px;
	border: 6px solid transparent;
	border-right: 5px solid #d9d8d6;
}
.generator_ico .text_ico::after {
	border-right: 7px solid white;
	top: 10px;
}
.slide_ico {
	align-items: center;
}
.generator_ico {
	align-items: center;
	background-color: #f01f22;
	margin-left: 10px;
	padding: 2px 7px;
	font-size: 10px;
	border-radius: 10px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.generator_ico .img_ico {
	width: 10px !important;
	margin-right: 5px;
}
#slide_head .new_ico {
	margin-top: 0 !important;
}
.generator_ico:hover .text_ico {
	display: block;
}
.case-list .generator_ico {
	position: absolute;
	top: 12px;
	left: 12px;
	margin-left: 0;
}
.case-list .generator_ico .text_ico {
	min-width: 315px;
}
.ip_item_detail .generator_ico {
	margin-left: 0;
	margin-bottom: 5px;
	max-width: 120px;
}
.services_list a.sub_item {
	position: relative;
}
.services_list .generator_ico {
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 11px;
	align-items: center;
	line-height: 0;
	padding: 6px 16px;
}
.generator_ico.generator_ser_detail {
	max-width: none;
	display: inline-block;
	margin-top: 17px;
	margin-bottom: -4px;
	font-size: 12px;
}
.generator_ico.generator_ser_detail .img_ico {
	position: relative;
	top: -1px;
	margin-right: 3px;
}
.bx-pagination {
	margin-top: 0;
}
.bx-pagination li {
	padding: 0 !important;
}
.bx-pagination li:before {
	display: none;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background: #e71e26;
}
.subtitle_page {
	font-weight: 500;
	font-size: 25px;
}
.person_list .item {
	justify-content: space-between;
	width: 81%;
	margin-bottom: 60px;
}
.person_list .item .left {
	width: 20%
}
.person_list .item .right {
	width: 78%
}
.person_list .title {
	font-weight: 500;
	margin-bottom: 12px;
}
.person_list .subtitle {
	font-weight: 500;
	font-style: italic;
	margin: 5px;
}
.table_decorate td {
	padding: 10px;
}
.table_decorate p {
	margin: 0;
}
.table_decorate th {
	color: #fff;
	background-color: #000;
}
.table_decorate tbody tr:first-child th {
	text-align: center;
}
.dot_punkt {
	font-weight: 500;
	font-size: 21px;
	margin-top: 27px !important;
	margin-bottom: 10px !important;
}
.dot_punkt span {
	color: #f11a22;
}
.dot_list li {
	padding-left: 39px !important;
}
ul.dot_list li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #f11a22;
	left: 25px;
	top: 10px;
}
.inner_page_dr {
	width: 100%;
	padding: 20px 40px;
	max-width: none;
	box-sizing: border-box;
}
.inner_page_dr .item.photo_item {
	margin-left: 0;
}
.inner_page_dr .item.photo_item img {
	border-radius: 100%;
	width: 228px;
}
.two_col_video {
	justify-content: space-between;
	margin-top: 20px;
}
.two_col_video .item {
	width: 48%;
}
.not_bold .dot_punkt {
	margin: 20px 0 !important;
	font-weight: normal;
	font-size: 17px;
}
.dm_wrap .instagram {
	font-size: 20px;
	padding-left: 27px;
	margin-top: 7px;
	font-weight: 500;
	position: relative;
}
.dm_wrap .instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #d6d6d6;
}
.gray_wrapper {
	background: #f2f2f2;
	text-align: center;
	padding: 26px 0px 33px;
	margin: 40px 0 25px;
}
.h_videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.h_videos_item {
	width: 49%;
	margin-bottom: 20px;
	margin-top: 28px;
}
.h_videos_item iframe {
	max-width: 100%;
}
.h_videos_item_t {
	text-transform: uppercase;
	margin-top: 9px;
	font-weight: 500;
}
.h_team_item_name {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 18px;
}
.h_team_item_text {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}
.h_team_item_portfolio {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}
.h_team_item_img {
	margin-bottom: 23px;
}
.h_team_item_img img {
	width: 190px !important;
	height: auto;
	display: inline-block !important;
	border-radius: 100%;
}
.h_team .owl-prev {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 76px;
}
.h_team .owl-next {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 76px;
}
.h_team {
	padding: 0px 50px;
	box-sizing: border-box;
}
.h_team .owl-next:hover, .h_team .owl-prev:hover {
	color: #e92123;
}
.filter-section-top:after {
	content: '';
	display: block;
	clear: both;
}
.filter-section-top .filter-section-toggle {
	float: left;
}
.filter-section-top .filter-reset {
	float: right;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 5px;
	margin-right: 6px;
}
.filter-section-top .filter-reset:hover {
	cursor: pointer;
	color: #f01f22;
}
.filter-section-top {
	padding: 0px 0px 6px;
}
.filter-section-toggle {
	font-size: 21px;
	font-weight: 600;
}
.filter-section-toggle .fa {
	/*transform: rotate(-90deg);*/
	color: #e92123;
}
.filter-section-toggle:hover {
	color: #e92123;
	cursor: pointer;
}
.manager-filter-left {
	width: 71%;
}
.manager-filter-right {
	width: 25.5%;
	padding-top: 38px;
}
.manager-filter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
}
.filter-section-main {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.filter-section-main .manager-item {
	width: 16.666667%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
	/*border-left: 0;*/
	margin-bottom: -1px;
	margin-right: -1px;
}
.filter-section-main .manager-item.active {
	border-color: #f01f22;
	z-index: 1;
}
.filter-section-main .manager-item:hover {
	cursor: pointer;
	/*opacity: .9;*/
	background: #f7f7f7;
}
/*.filter-section-main .manager-item:nth-child(1), .filter-section-main .manager-item:nth-child(7n) {
    border-left: 1px solid #eee;
}*/
.filter-section-main .manager-item img {
	max-width: 100%;
	width: 114px;
	height: auto;
}
.filter-section {
	margin: 15px 0px 7px;
}
.manager-item {
	font-size: 14px;
}
.manager-item-img, .manager-item-name, .manager-item-portfolio {
	margin-bottom: 9px;
	font-weight: 500;
	line-height: 1.2;/* margin-top: 5px; */
}
.manager-item-portfolio {
	margin-bottom: 0px;
}
.manager-item-name {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.filter-videos-item-title {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
}
.filter-videos-item {
	margin-bottom: 18px;
}
.portfolio-inner-team {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.portfolio-inner-team-left {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-right: 34px;
	border-right: 1px solid #eee;
}
.portfolio-inner-team-left:after {
	display: block;
	width: 33.33333%;
	content: '';
}
.portfolio-inner-team-right {
	width: 31%;
}
.pit-item {
	text-align: center;
	margin-bottom: 7px;
	padding: 0 5px;
	box-sizing: border-box;
	width: 33.33333%;
}
.pit-item .pit-item-img {
	margin-bottom: 30px;
}
.pit-item-name {
	font-weight: 600;
}
.pit-item-text {
	font-size: 14px;
}
.portfolio-inner-videos-item-title {
	text-transform: uppercase;
	margin-top: 8px;
	font-weight: 500;
}
.managers-list-item {
	border: 1px solid #dcdcdc;
	padding: 23px;
	padding-left: 250px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.managers-list-item-photo {
	position: absolute;
	left: 23px;
	top: 23px;
	max-width: 187px;
}
.managers-list-item-photo img {
	max-width: 100%;
}
.managers-list-item-text {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.managers-list-item-contacts {
	width: 48%;
	padding-right: 30px;
	box-sizing: border-box;
}
.managers-list-item p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 16px;
}
.managers-list-item-name {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 8px;
}
.managers-list-item-position {
	margin-bottom: 16px;
	font-weight: 500;
}
.managers-list-item-attrs-title {
	margin-bottom: 4px;
	font-weight: 600;
}
.managers-list-item-attrs ul li:before {
	content: '•';
	left: -1px;
	top: 0;
}
.managers-list-item-attrs ul li {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 16px;
}
.managers-list-item-attrs ul li.visible {
	display: list-item !important;
}
.porfolio-btn {
	display: inline-block;
	padding: 12px 10px;
	border: 2px solid;
	text-decoration: none;
	margin-top: 7px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}
.porfolio-btn:hover, a.soc-cont:hover {
	background: #f01f22;
	color: #fff;
	transition: 0.3s;
}
a.soc-cont {
	border: 1px solid;
	width: 22px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	height: 22px;
	line-height: 23px;
	margin-left: 5px;
	font-size: 15px;
	transition: 0.3s;
}
.reviews_slider .owl-controls .owl-nav div {
	margin: 0px 0 0;
}
.managers-inner {
	margin-top: 35px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 26px;
}
.managers-inner-item {
	padding-left: 211px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.managers-inner-item-photo {
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 187px;
}
.managers-inner-item-photo img {
	max-width: 100%;
}
.managers-inner-item-text {
	width: 48%;
	padding-right: 30px;
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
}
.managers-inner-item-contacts {
	width: 46%;
	box-sizing: border-box;
}
.managers-sides {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 23px;
}
.managers-side {
	width: 42.5%;
}
.managers-sides-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}
.managers-inner-item-name {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px;
}
.managers-inner-item-position {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 17px;
}
.managers-inner-item-attrs-title {
	margin-bottom: 4px;
	font-weight: 600;
	font-size: 17px;
}
.managers-inner-item-attrs ul li {
	margin-bottom: 4px;
	padding-left: 10px;
	font-size: 17px;
}
.managers-inner-item-attrs ul li::before {
	content: "•";
	left: -1px;
	top: 0px;
}
.managers-inner-item p {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 17px;
}
.managers-inner-item-link {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: -5px;
	line-height: 1.2;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 26px;
}
.managers-videos {
	margin-bottom: 29px;
}
.managers-videos-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.managers-videos-list iframe {
	width: 24%;
	margin-bottom: 1%;
}
.managers-sides ul li {
	margin-bottom: 4px;
	padding-left: 8px;
	font-size: 17px;
	padding-right: 0;
}
.managers-sides ul li:before {
	content: "•";
	left: -1px;
	top: 0px;
}
.managers-portfolio .blcok_case {
	margin-bottom: 30px;
}
.managers-portfolio .case-list {
	flex-wrap: wrap;
}
.managers-portfolio .case-list .case-item {
	margin-bottom: 30px;
	background-size: cover !important;
}
.managers-portfolio .list_for .item_inline:nth-child(4n + 2):last-child {
	margin-right: 51.5%;
}
.case-list.list_for:after {
	content: '';
	display: block;
	width: 23%;
}
.icos {
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
	flex-wrap: wrap;
}
.icos img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.icos > div {
	margin-bottom: 40px;
}
.case-list {
	flex-wrap: wrap;
}
.case-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
}
.case-list span {
	display: block;
}
.case-list .case-item {
	position: relative;
	width: 23%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.case-item:hover {
	box-shadow: inset 6px 6px 0px 0px #eb1f28, inset -6px -6px 0px 0px #eb1f28;
}
.case-item:hover .bottom_case {
	background-color: transparent;
	background: none;
}
.case-item:hover .see_case_btn {
	display: block !important;
}
.bottom_case {
	position: absolute;
	padding-bottom: 15px;
	padding-top: 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.66);
}
.bottom_case .title {
	font-size: 22px;
}
.bottom_case .short_desc {
	font-size: 14px;
}
.see_case_btn {
	font-weight: 600;
	color: #feffff;
	margin-top: 59px;
	letter-spacing: -0.3px;
	width: 132px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	border: 2px solid #e8232c;
	line-height: 33px;
	border-radius: 2px;
	display: none !important;
}
.dzen_href_wrap {
	margin-top: 21px;
	margin-bottom: 7px;
}
.dzen_href {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	/* margin-top: 11px; */
	font-weight: bold;
}
.manager_list_video p, .manager_list_video + p{    margin: 5px 0 !important;}
.wrapper_main iframe {max-width: 100%;}
