p {margin: 0 0 10px;}
ul {margin: 0 0 10px;}
ul li {margin: 0 0 4px;}

.bold {font-weight: bold;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.cl-50pct {width: 50%; display: inline-block;}
.ie7 .cl-50pct {display:inline; zoom:1;}
.block-align-center {margin: 0 auto;}

.color-black {color: #414141}
.color-blue {color: #323694}

h2.between-h3 {font-size: 20px; line-height: 1.5em}
h2.between-h1 {font-size: 30px; line-height: 1.5em}

label.oneline {line-height: 28px}
.box-reset-margin{margin: -30px -18px;}
.box-full-width {margin: 0 -18px; }
.margin-bottom {margin-bottom: 15px;}
/*.cut-margin-top {margin-top: -30px}*/
.outside {position: absolute; left: -999999999999px}

.j-deffered {display:none;}

.loader {display: inline-block}
.ie7 .loader {display:inline; zoom:1;}
.loader17 {width: 17px; height: 17px; background: url(/images/loader17.gif) center center no-repeat;}
.loader-easy {padding: 15px;}

.select {height: 30px; border: 1px solid #A4A2A6;color: #414141;font: 14px/28px Arial, Helvetica, sans-serif;background-color: #FAFAFC;border-radius: 3px;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 0 rgba(255, 255, 255, 0.7); font-weight: bold;}
.select[multiple]{height: 110px}
.select:hover {
	background-color: #FFF;
}

.box-img .box-title.light-blue {
	color: #7a4800;
	text-shadow: none;
	background: #cedeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedeee 0%, #c4d9ec 31%, #b8d0e8 66%, #b3cde4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedeee), color-stop(31%,#c4d9ec), color-stop(66%,#b8d0e8), color-stop(100%,#b3cde4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedeee 0%,#c4d9ec 31%,#b8d0e8 66%,#b3cde4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedeee 0%,#c4d9ec 31%,#b8d0e8 66%,#b3cde4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedeee 0%,#c4d9ec 31%,#b8d0e8 66%,#b3cde4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedeee 0%,#c4d9ec 31%,#b8d0e8 66%,#b3cde4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedeee', endColorstr='#b3cde4',GradientType=0 ); /* IE6-9 */

}
.box-img .box-title.light-blue a {color: #27425f;}

.slider-main img {max-width: 720px;}

/* ToolTip */

.tooltip {
	display:none;
	background: rgba(0, 0, 0, 0.9);
	padding: 8px 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	border-radius: 2px;
	position: relative;
	max-width: 300px;
}
.tooltip:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid rgba(0, 0, 0, 0.9);
}
.showTooltip {
	cursor: default;
	border-bottom: 1px dashed #000;
}

/* Checkbox */

.checkbox-wrapper {
	display: inline-block;
	zoom: 1;
}

label.checkbox {
	background: url("/bitrix/templates/main/img/main-sprite.png") no-repeat -57px -408px;
	cursor: pointer;
	display: inline-block;
	height: 19px;
	float: none;
	width: 19px;
	margin: 0;
}
input[type="checkbox"].checkbox {
	display: none;
}
input[type="checkbox"]:checked+label {
	background-position: -57px -427px;
}
.ie8 label.checkbox {
	display: none;
}
.ie8 input[type="checkbox"].checkbox {
	display: block;
}

/* PopUp */
#popup, .confirm {
	position: absolute;
	top: -1000px;
	padding: 50px 100px;
	width: 600px;
	color: white !important;
	font-size: 20px;

	/******************/
	background: #4581c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #4581c0 0%, #3f78bd 35%, #3869b6 69%, #3361b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4581c0), color-stop(35%,#3f78bd), color-stop(69%,#3869b6), color-stop(100%,#3361b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4581c0 0%,#3f78bd 35%,#3869b6 69%,#3361b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4581c0 0%,#3f78bd 35%,#3869b6 69%,#3361b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4581c0 0%,#3f78bd 35%,#3869b6 69%,#3361b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4581c0 0%,#3f78bd 35%,#3869b6 69%,#3361b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4581c0', endColorstr='#3361b6',GradientType=0 ); /* IE6-9 */
	/******************/
}
.fancybox-container.fancybox-v3 #popup {
	position: relative;
	top: 0;
}

@media all and (max-width: 500px) {
	.fancybox-container.fancybox-v3 #popup {
		padding: 50px 50px;
	}
}

.fancybox-outer #popup, .fancybox-outer .confirm {
	position: relative;
	top: 0;
}
#popup h1, .confirm h1 {
	font-size: 24px;
	margin: 0;
	color: #fff;
	font-weight: bold;
}
#popup p, .confirm p {
	margin: 0;
}
#popup font.errortext, .confirm font.errortext {
	color: white !important;
}

.popup.fancybox-content {
	padding:0;
}

.confirm .control-box { margin-top: 15px; }
.confirm .control-box .btn:not(:last-of-type) {margin-right: 20px;}

.overflow-hidden {overflow: hidden}

/*.fancybox-inner {
    overflow-y: auto!important;
}*/

.content-region ol.contact-list li .mail {margin-bottom: 4px;}

.paging.publications {
	border: none;
}
.contact-list .mail {width: 269px;}
.contact-list .contact-transport {width: 273px;	margin: 0 -2px;}

.width100 {width: 100%;}
.cusel.width100 {width: 100% !important;}
/*.branch-square-icolink {width: 100%; height: 100%; display: block;}*/


img.imgRight {
	float: right;
	display: inline;
	margin: 0 5px 10px 10px;
}
img.imgLeft {
	float: left;
	display: inline;
	margin: 0 10px 10px 0px;
}

.contact-switch {margin-top: 5px;}
.contact-office-schedule {position: absolute;top: -36px;right: 0;}
.ol.contact-list li {padding: 8px 0;}

.left {float: left}
.right {float: right}

.required {
	color:red;
	padding: 0 2px;
}
.second-child .nav-sub-content, .third-child .nav-sub-content, .fourth-child .nav-sub-content {
	width: 960px;
	left: 0;
	border-radius: 5px;
}

.flex-control-nav {top: auto; bottom: 4px;}

.table-present thead td:nth-of-type(2), .table-present thead th:nth-of-type(2) {padding-right: 15px;}

.section-title, .section-title h2,  .section-title .h2 {font-size: 19px;}

.branch-square a {display: block; line-height: 170px; height: 170px;}
.branch-square img {max-height: 170px;max-width: 200px; margin: 0 auto; vertical-align: middle;}

.zero, .floader {
	display: block;
	margin: 0 auto;
	padding: 25% 0 25%;
	position: relative;
	text-align: center;
}
.header .header-feedback {
	float: left;
	margin-left: 0;
	margin-top: 2px;
}
.header  .menu__lk + div{
	flex-basis: auto;
}
.header-feedback:after{
	content: "";
	display: table;
	clear: both;
}

.header-feedback span {
	color: #FFF;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
}
.header-feedback span b {
	border-bottom: 1px dotted #fff;
}
.header-feedback img {
	float: right;
}
#news .news, #introduction .news {
	/*padding: 8px 0 4px;*/
}

.nav-wrapper {z-index: 500;}

@media print {
	body * {box-shadow: none !important;}
	body > * {display: none;}
	body > .wrapper {display: block;}
	body > .wrapper > *  {display: none;}
	body > .wrapper > .content {display: block;}
	body > .wrapper > .content .nav-wrapper .logo-1c {display: none;}
	body > .wrapper > .content .nav-wrapper .lang {display: none;}
	body > .wrapper > .content .nav-wrapper .nav-simple {display: none;}
	body > .wrapper > .content .nav-wrapper .nav {display: none;}
	body > .wrapper > .content .text-content {padding-top: 40px;}
	body > .wrapper > .content .col-r {display: none;}
	body > .wrapper > .content .col-l {margin: 0 auto; width: 100%; border: 0;padding-top: 50px;}
	body > .wrapper > .content .main {border: 0;padding-top: 50px; box-shadow: none;}
}

.ftbl {border-spacing: 0px;  border-collapse: separate; border: 1px solid #E5E5E5; width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ftbl tr td,.ftbl tr th {color: #2e373e;}
.ftbl tr td { border: 0;padding: 17px;text-align: left;}
.ftbl tr th {  padding: 17px; text-align: left;}
.ftbl thead tr th { border-bottom: 1px solid #E5E5E5;  }
.ftbl tfoot tr th { border-top: 1px solid #E5E5E5; text-align: left; }
.ftbl .text input { box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; }
.ftbl .inputselect { width: 100%; }
.ftbl .cusel { display: block; width: auto !important; }
.ftbl .cusel .cusel-scroll-wrap { box-sizing: border-box !important; }
.ftbl .maskhelper{
	top: 5px;
	right: 30px;
}

.ftbl tr:nth-child(4) br{
	display: none;
}

#iso {
	color: #fff;
	font-size: 13px;
	line-height:25px;
	float:left;
}
.link {
	position: relative;
	padding-left: 15px;
}
.link:before{
	background: url("/bitrix/templates/main/img/main-sprite.png") no-repeat -183px -35px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

ol.list-yellow-round {margin-left: 10px; margin-bottom: 15px; counter-reset: point;}
ol.list-yellow-round > li {margin: 18px 0 0;position: relative; padding-left: 40px;line-height: 1.23em;}
ol.list-yellow-round > li:before {content: counter(point);counter-increment: point 1;position: absolute; left: 0; top: 50%; margin-top: -16px; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f3c800;
	background: -moz-linear-gradient(top,  #f3c800 0%, #f8da00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c800), color-stop(100%,#f8da00));
	background: -webkit-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: -o-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: -ms-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: linear-gradient(to bottom,  #f3c800 0%,#f8da00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c800', endColorstr='#f8da00',GradientType=0 );
}

.ie7 ol.list-yellow-round div {position: absolute; left: 0; top: 50%; margin-top: -15px; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #f3c800;
	background: -moz-linear-gradient(top,  #f3c800 0%, #f8da00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c800), color-stop(100%,#f8da00));
	background: -webkit-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: -o-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: -ms-linear-gradient(top,  #f3c800 0%,#f8da00 100%);
	background: linear-gradient(to bottom,  #f3c800 0%,#f8da00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c800', endColorstr='#f8da00',GradientType=0 );
}

/* Popup subscribe checkbox */
.line-subscribe {
	background: #F7F7F7;
	margin: -21px;
	padding: 0 21px;
}
.line-subscribe .clearfix {
	font-size: 12px;
	color: #414141;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.check-subscribe {
	float: left;
	margin: 0 10px 0 0;
	height: 20px;
}
.hr-subscribe {
	border-top: 1px solid #CCC;
	height: 0;
	border-bottom: 1px solid #FFF;
	margin: 30px -21px 14px -21px;
	padding: 0;
}
iframe[name="google_conversion_frame"] {
	height: 0;
	width: 0;
	display: block;
	font-size: 0;
	border: 0;
	line-height: 0;
	zoom: 1;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {
	height: 0;
	width: 0;
	display: none;
}
/* PRICE */
.courses-list .price-wrap, #course-detail .price-wrap {
	width: 160px;
	display: inline-block;
	margin-bottom: 15px;
}
.courses-list .price-wrap span, #course-detail .price-wrap span {
	color: #d40d8c;
}
.courses-list .price-wrap .price-action-note, #course-detail .price-wrap .price-action-note {
	clear: both;
	margin-top: 8px;
	font-size: 12px;
	color: #a1a1ad;
}
@media (max-width: 768px){
	.courses-list .price-wrap .price-action-note, #course-detail .price-wrap .price-action-note {
		margin-left: -90px;
		margin-top: 0;
	}
}
.courses-list .price, #course-detail .price {
	float: right;
	width: 103px;
	height: 25px;
	display: inline-block;
	background: url('/bitrix/templates/main/img/main-sprite.png') no-repeat -482px -13px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 12px;
	padding-left: 5px;
	line-height: 22px;
	margin: 1px 0;
	cursor: pointer;
}
.courses-list .price-offers, #course-detail .price-offers {
	background-position: -482px -38px;
}
.course-tooltip {
	padding: 10px 20px;
	background: #f1f1f3;
	border: 1px solid #A2A2AA;
	font-size: 12px;
	width: 145px;
	border-radius: 3px;
	position: relative;

	background: rgb(241,241,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,242,1) 0%, rgba(229,229,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,242,1)), color-stop(100%,rgba(229,229,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,242,1) 0%,rgba(229,229,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,242,1) 0%,rgba(229,229,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,242,1) 0%,rgba(229,229,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,241,242,1) 0%,rgba(229,229,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f2', endColorstr='#e5e5e8',GradientType=0 ); /* IE6-9 */
}
.course-tooltip-arrow {
	content: '';
	display: block;
	position: absolute;
	left: -8px;
	top: 38%;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid #ECECEC;
	z-index: 1;
}
.course-tooltip-arrow-brd {
	left: -9px;
	border-right: 8px solid #A2A2AA;
	z-index: 0;
}

.onecol{width:318px;}
.onecol .select{width:276px;}
.onecol .j-select{width:274px !important; margin-bottom: 0;}
.onecol .popup-button{text-align: center;}

.floating-box-active {
	position: fixed;
	top: 125px;
	z-index: 15;
	width: inherit;
}

#contact-right-box-container {
	height: 220px;
	box-shadow: 0 3px 7px 0px rgb(0 0 0 / 35%);
}

@media all and (max-width: 1400px) {
	#contact-right-box-container.floating-box-active {top: 103px;}
}

.get-buklet {  float: left;
	padding: 10px 0;
	text-align: center;}
.get-buklet a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.btn-v7 {
	width: 240px;
	margin: 0 auto;
	display: block;
}

.col-r .fbox .j-file-input{
	overflow: hidden;
}

.col-r .fbox .j-file-input input{
	width: 100%;
}

.visually-hidden{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

#search-result{
	max-height: calc(100vh - 48px);
	overflow-y: auto;
}

.bit-footer__search #search-result{
	max-height: 400px;
	margin: 0;
	left: auto;
	right: 0;
}

@media (max-width: 1200px){
	#search-result{
		left: -200px;
	}
	#contact-right-box-container.floating-box-active {top: 92px;}
}

@media (max-width: 768px){
	#search-result {
		left: 50%;
		top: 100%;
		width: 100vw;
		max-width: 400px;
		transform: translateX(-50%);
		max-height: calc(100vh - 122px);
	}
}

.icon.biti-logo-white {
	display: inline-block;
	outline: 0;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 163px;
	height: 26px;
	background-image: url(/bitrix/templates/landing/img/logo-white.svg);
	background-size: 163px auto;
	margin-top: 0;
	margin-right: 20px;
}

.bit-footer hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.bit-footer {
	padding-top: 35px;
	padding-bottom: 0px;
	background: #352c85
}

.bit-footer__247 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	float: right;
	margin-top: 0
}

.bit-footer__button{
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 12px;
	font-size: 12px;
	margin-left: 30px;
	transition: all 0.5s;
}

.bit-footer__button:hover{
	background-color: #ffffff;
	color: #352c85;
}

.bit-footer__main-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 961px){
	.bit-footer__button{
		margin: 20px 0 0 60px;
	}

	.bit-footer__main-row{
		align-items: flex-start;
	}
}

.bit-footer__main-col{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-bottom: 20px;
}

.bit-footer__search{
	padding-bottom: 20px;
}

.footer-contacts{
	color: #ffffff;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top:10px;
}
.footer-contacts.footer-contacts-flex-2 span {
	padding:0 50px;
}
.footer-contacts.footer-contacts-flex-3 span {
	padding:0 10px 0 5px;
}

.footer-contacts a{
	color: #ffffff;
}

.bit-footer .row {
	margin-left: 0;
	margin-right: 0;
}

.bit-footer .row:before,
.bit-footer .row:after {
	display: table;
	content: " ";
	clear: both;
}

.bit-footer__menu-item{
	text-decoration: none;
}

.footer-prices-label{
	text-align: left;
}

.bit-social__item a{
	text-decoration: none;
}

.icon.biti-circle-blue {
	background-repeat: no-repeat;
	outline: 0;
	border: none;
	display: inline-flex;
	text-align: center;
	background-color: rgba(255, 255, 255, .3);
	width: 33px;
	height: 33px;
	border-radius: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.icon.biti-vk, .icon.biti-twitter {
	display: inline-block;
	outline: 0;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: auto;
}

.icon.biti-vk:before {
	font: normal normal normal 17px/1 FontAwesome;
	width: 13px;
	height: 15px;
	content: "\f189";
	color: #fff;
}

.icon.biti-fb {
	display: inline-block;
	outline: 0;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 8px;
	height: 17px;
	background-image: url(/bitrix/templates/landing/img/fb.svg);
	margin: auto;
}

.icon.biti-youtube {
	display: inline-block;
	outline: 0;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 20px;
	height: 18px;
	margin: auto;
	background-position: 40% 50%;
	background-size: contain;
}

.icon.biti-twitter:before {
	width: 13px;
	height: 15px;
	font: normal normal normal 17px/1 FontAwesome;
	content: "\f099";
	color: #fff;
}

@media (min-width: 576px){
	.bit-footer .col-sm-6 {
		width: 50%;
		float: left;
	}
}

@media (min-width: 992px){
	.bit-footer .col-md-3 {
		width: 25%;
		float: left;
	}
}

.box-office-single .box-content .box-offices-item .link:before {
	background-position: -183px -37px;
}

.box-office-single .box-content .box-offices-item .more_office:before {
	display: none;
}

.box-office-single .box-content .box-offices-item .link {
	padding-left: 20px;
}

@media (max-width: 711px) {
	.bit-footer__button {
		margin-left: 15px;
	}
}

@media (max-width: 770px) {
	.bit-footer__menu {
		width: 250px;
	}
	.bit-footer__main-col {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 768px) {
	.footer-contacts {display:block; padding-left: 0;}
	.footer-contacts span {display:block; margin-top:10px; padding:0 !important;}
	.bit-footer .header-search .text input{
		width: 100%;
		box-sizing: border-box;
	}

	.bit-footer .container{
		max-width: 100%;
	}

	.bit-footer .header-search .text {
		padding: 0;
	}

	.bit-footer .footer-contacts,
	.bit-footer .footer-prices-label{
		width: 100%!important;
	}

	.bit-footer .footer-prices-label{
		padding-left: 0;
	}

	.bit-footer .footer-contacts span{
		width: 100%;
	}
}

@media (max-width: 581px) {
	button.bit-footer__button {
		margin-left: 0px;
	}
}

@media (max-width: 480px) {
	.bit-footer__247 {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width: 340px) {
	.icon.biti-circle-blue{
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 991px) {
	.bit-footer__247 {
		float: none
	}
}

.bit-social, .cpr-list {
	font-size: 12px;
	color: #fff;
	font-weight: 400
}

.bit-footer__cpr {
	margin-top: 20px;
	padding: 15px 0;
	border-top: 1px solid rgba(118, 113, 166, .1)
}

.footer-prices-label{
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.bit-footer__cpr {
		margin-top: 0
	}

	.bit-social {
		margin: auto;
		display: table
	}

	.cpr-list {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.footer-prices-label{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.bit-social__title {
	float: left;
	padding: 5px 0
}

.bit-social__item {
	float: left;
	margin-left: 10px
}

.cpr-list {
	float: right;
	padding: 5px 0
}

.cpr-list__item {
	float: right;
	position: relative;
	padding-left: 10px;
	padding-right: 10px
}

.cpr-list__item a{
	text-decoration: none;
}

@media (max-width: 991px) {
	.cpr-list__item .top-line {
		display: none
	}

	.bit-modal__send-review .modal-body {
		flex-direction: column
	}
}

@media all and (max-width: 500px) {

	.bit-social {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bit-social__title {
		width: 100%;
		text-align: center;
	}

	.bit-social__item {
		margin-left:0;
		margin-right: 10px;
	}
}

.cpr-list__item a {
	color: #fff
}

.cpr-list__item .top-line {
	opacity: .1;
	top: 0;
	left: 0
}
.ftbl tr td:last-child label {
	margin-left: 8px;

}
.check-esputnik-subscribe label{
	display: flex;
	width: 100%;
	align-items: flex-start;
}

.check-esputnik-subscribe label input {
	margin-top: 5px;
}


@media all and (max-width: 961px) {
	.clients_page {
		overflow: hidden;
	}

	.clients_page p,
	.clients_page li {
		padding-left: 0;
		padding-right: 20px;
	}

	.clients_page table:first-of-type tr:first-of-type{
		display: flex;
		flex-direction: column;
	}

	.clients_page table:first-of-type tr:first-of-type td{
		width: 100% !important;
	}

	.clients_page .str-line {
		margin-bottom: 50px;
	}

	.clients_page .str-line .float-left {
		overflow: hidden;
	}

	.clients_page .str-line .float-left a {
		display: block;
		text-align: center;
		box-sizing: border-box;
	}

	.clients_page .about-us .section-title {
		text-align: center;
	}

	.clients_page .about-us ul {
		display: flex;
		flex-direction: column;
	}

	.clients_page .about-us img {
		display: none;
	}

	.clients_page .about-us-bubble {
		margin: 20px 0 0 0;
	}
}
.footer-prices-label a{
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 480px) {
	.head-row .container > div.header-search-wrapper {
		order: 2;
		width: calc(100% + 36px);
		background-color: #ffffff;
		margin: 8px -18px 8px -18px;
		padding: 20px;
		display: none;
	}
	.header-row__search-link:active, .header-row__search-link:hover {
		color: #ffffff;
	}
}
