@font-face {
	font-family: RobotoCondensed;
	src: url(../font/RobotoCondensed-Regular.woff);
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
	background: #3399ff;
	color: #4e4e4e;
}

header {
	position: relative;
	max-width: 1200px;
	min-width: 370px;
	margin: auto;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	background: f5f5f5;
	font-family: RobotoCondensed;
}

hr {
	border-top: 1px dashed #b7b7b7;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 40px 0;
}

.head-hr {
	display: none;
	border-top: 1px dashed #7481a3;
	clear: both;
	margin-top: 20px;
}

.head-box1 {
	position: relative;
	float: left;
	width: 22%;
	min-width: 200px;
}

.head-box1-logo {

	position: relative;
	text-align: center;
	margin: 20px 50px;
	color: #031f66;
}

.head-box1-logo a {
	color: #031f66;
	font-size: 18px;
	text-decoration: none;
}

.head-box2 {
	position: relative;
	float: left;
	width: 20%;
	min-width: 200px;
	text-align: center;
	line-height: 28px;
}

.head-box2-tel {
	position: relative;
	margin: 47px 0 15px;
}


.head-box2-tel a {
	text-decoration: none;
	color: #4e4e4e;
	font-size: 23px;
}

.block-aktsii {
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
	width: 90%;
	border-radius: 25px;
	background: #32a7fc;
	text-align: center;
	border: 3px solid #f5f5f5;
	color: white;
	margin: 30px auto 0;
}

.block-aktsii p {
	font-size: 36px;
	line-height: 0px;
	text-align: center;
}

.block-aktsii span sup {
	color: red;
}

.block-aktsii span {
	margin-right: 40px;
	line-height: 30px;
	font-size: 20px;
}


.head-box3 {
	position: relative;
	float: left;
	width: 20%;
	min-width: 200px;
	text-align: center;
}

.head-box3-work {
	position: relative;
	margin: 47px 0 15px;
	font-size: 18px;
}

.head-box3-work span {
	color: #0170c1;
	line-height: 30px;
	font-size: 18px;
	padding-top: 40px;
}

.head-box4 {
	position: relative;
	float: left;
	width: 38%;
	min-width: 200px;
	font-size: 15px;
}

.head-box4-adr {
	position: relative;
	margin: 47px 20px 15px 25px;
}


.head-box4-adr a {
	color: #0170c1;
	text-decoration: none;
}


.calendar_wrap {
	width: 790px;
	margin: 20px auto;
}

.main {
	background: #f5f5f5;
	max-width: 1200px;
	margin: 20px auto;
}

.clear {
	clear: both;
}

.cena {
	text-align: center;
}


.otz_link {
	display: block;
	margin: 0 auto;
	color: #7b7b7b;
	margin-top: 10px;
	text-align: center;
	padding: 8px 12px;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	width: 125px;
}

.otz_link:hover {
	background: #0170c1;
	border: 1px solid #0170c1;
	color: #fff;
	transition: 0.5s;
}

.menu-img-mini {
	display: none;
	position: relative;
	float: right;
	right: 10px;
	bottom: 8px;
	z-index: 9998;
	cursor: pointer;
}

#touch-menu {
	position: fixed;
	display: none;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 0;
	text-align: center;
	background: #20283c;
	top: 0;
	width: 100%;
}

#top_menu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	margin: 0;
}

#top_menu {
	/*background: rgba(50, 56, 72, 0.85);*/
	margin: 2px 0;
	background: #656565;
	padding: 15px 0;
}

#top_menu .menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#top_menu .menu li {
	display: inline-block;
	padding: 0 20px;
}

#top_menu .menu li:hover ul {
	display: block;
}

#top_menu .menu li ul {
	display: none;
	position: absolute;
	padding: 0;
}

#top_menu .menu li ul li {
	display: block;
	text-align: left;
}

#top_menu .menu li ul li a {
	background: rgba(28, 37, 57, 0.90);
	margin: 1px 0;
}

#top_menu .menu li a {
	color: #f5f5f5;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 2px 10px;
	border-left: 2px solid #33a9ff;
	font-family: RobotoCondensed;
}

/* #top_menu .menu li:nth-child(3) a {
	font-size: 11px;
} */

#top_menu .menu li:nth-child(6) a {
	font-size: 10px;
	font-style: italic;
}

#top_menu .menu li a:hover {
	background: #1c2539;
	transition: 0.4s;
}


section {
	padding: 10px 20px;
	font-family: RobotoCondensed;
	line-height: 1.4;
}

section p {
	text-align: justify;
}

.kursi {
	width: 25%;
	float: left;
	margin-left: 3%;
	text-align: center;
	font-size: 24px;
}

.kursi span {
	font-size: 27px;
	color: #0170c1;
	font-weight: bold;
}

.kursi font {
	font-size: 14px;
	color: #0170c1;
	font-weight: bold;
}

.kursi .swipebox img {
	width: 100%;
	padding: 0;
}

.kursi p {

	padding: 0;
	margin: 0;
}

.number_blocks {
	width: 65%;
	float: right;
}

.number_block {
	width: 100%;
	min-height: 70px;
	margin-bottom: 20px;
	background: #656565;
	border-radius: 20px;
}

.number {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 20px 0 0 0;

	text-align: center;
	background: #33a9ff;
	margin: 0 10px 50px 0;
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.number_block span {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.img-text {
	font-size: 100%;
	padding-top: 30px;
}

.img-text img {
	width: 29%;
	padding-left: 30px;
}

.img-text p {
	float: right;
	width: 65%;
	margin: 25px 0 0 5%;
}

h1,
h2,
h3,
h4,
.zag {
	font-size: 22px;
	color: #0170c1;
	font-family: Tahoma;
	text-align: center;
	font-weight: normal;
	margin-top: 51px;
}

.content {
	padding-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c3c3c3;
}

.line {
	width: 100%;
	height: 1px;
	background: #fff;
}

.link {
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	color: #f5f5f5;
	text-decoration: none;
	background: rgba(101, 101, 101, 1);
	background: -moz-linear-gradient(top, rgba(101, 101, 101, 1) 0%, rgba(67, 67, 67, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101, 101, 101, 1)), color-stop(100%, rgba(67, 67, 67, 1)));
	background: -webkit-linear-gradient(top, rgba(101, 101, 101, 1) 0%, rgba(67, 67, 67, 1) 100%);
	background: -o-linear-gradient(top, rgba(101, 101, 101, 1) 0%, rgba(67, 67, 67, 1) 100%);
	background: -ms-linear-gradient(top, rgba(101, 101, 101, 1) 0%, rgba(67, 67, 67, 1) 100%);
	background: linear-gradient(to bottom, rgba(101, 101, 101, 1) 0%, rgba(67, 67, 67, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#434343', GradientType=0);
	border: 3px solid #7d7d7d;
	padding: 15px 0 18px;
	width: 258px;
	position: relative;
	margin: 20px 13px;
	line-height: 1;
	height: 40px;
}

.link span {
	color: #a9dbff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.content p span {
	color: #0170c1;
	font-size: 20px;
}

.tel_plit_wrap {
	text-align: center;
}

.tel_plit {
	display: inline-block;
	color: #4e4e4e;
	font-size: 26px;
	text-decoration: none;
	border: 3px solid;
	padding: 15px 30px;
	margin: 10px 22px;
}

.tel_plit a {
	color: #4e4e4e;
	text-decoration: none;
}

.advent div {
	display: inline-block;
	text-align: center;
	border: 1px solid #bcbcbc;
	width: 175px;
	position: relative;
	margin: 10px 26px;
	padding: 10px 0 60px;
}

.advent div p {
	position: absolute;
	bottom: 8px;
	width: 175px;
	text-align: center;
	margin: 0;
	color: #0170c1;
	font-size: 18px;
	line-height: 1.2;
}

.advent {
	padding-top: 10px;
	border-top: 1px solid #fff;
	width: 100%;
	margin-bottom: 40px;

}

.link:hover span {
	transition: 0.2s;
	bottom: 12px;
}

.link:hover {
	transition: 0.4s;
	background: rgba(101, 101, 101, 1);
	background: -moz-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(101, 101, 101, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(101, 101, 101, 1)), color-stop(100%, rgba(67, 67, 67, 1)));
	background: -webkit-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(101, 101, 101, 1) 100%);
	background: -o-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(101, 101, 101, 1) 100%);
	background: -ms-linear-gradient(top, rgba(67, 67, 67, 1) 0%, rgba(101, 101, 101, 1) 100%);
	background: linear-gradient(to bottom, rgba(67, 67, 67, 1) 0%, rgba(101, 101, 101, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434343', endColorstr='#656565', GradientType=0);
}

footer {
	border-top: 10px solid #dedfde;
	background: #656565;
	color: #f5f5f5;
	font-family: RobotoCondensed;
	padding-bottom: 30px;
}

footer img {
	float: left;
	margin: 20px;
}

footer p {
	float: left;
	font-size: 13px;
	margin: 40px 0;
	text-transform: uppercase;
}

.webor {
	float: left;
	display: block;
	color: #f5f5f5;
	font-size: 13px;
	margin: 55px 20px 10px 120px;
	text-align: center;
}

.webor a {
	text-decoration: none;
	text-transform: uppercase;
	color: #f5f5f5;

}

.webor span {
	color: #6abffd;

}

footer .bot_cont {
	float: right;
	list-style: none;
	width: 270px;
	border-left: 2px solid #33a9ff;
	padding-left: 20px;
	margin-left: 20px;
}

footer .bot_cont li:nth-child(-n+2) {
	font-size: 19px;
}

.bot_cont a {
	color: #f5f5f5;
	text-decoration: none;
}

.calendar {
	float: left;
	background: #faf9fa;
	border-collapse: collapse;
	margin: 0 0 10px;
}

.calendar td {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.cal_mes td {
	font-weight: bold;
}

.calendar .td_g {
	color: #bbb;
}

.calendar .td_a {
	background: #8be169;
}

.calendar .td_a2 {
	background: #f9ff51;
}

.table_wrap {
	display: block;
}

.table-width100 {
	float: left;
	width: 100%;
	background: #faf9fa;
	border-collapse: collapse;
	margin: 0 0 10px;
}

.table-width100 td {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.font-bold td {
	font-weight: bold;
}

tr .td-bold {
	font-weight: bold;
	text-align: left;
}


.zag {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 24px;
}

.cal_info {
	float: left;
}

.cal_info div {
	font-size: 24px;
	margin: 10px 42px 10px;
}

.cal_info span {
	font-size: 16px;
	display: block;
	text-align: center;
}

.cal_info p {
	text-align: center;
	font-size: 18px;
	width: 260px;
	margin: 15px auto;
	padding: 5px 0;
	border: 5px solid #faf9fa;
}

.cal_info .p_a {
	background: #8be169;
}

.cal_info .p_a2 {
	background: #f9ff51;
}

.price_kurs {
	font-size: 22px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
}

.price_kurs span {
	color: #000080;
	font-size: 27px;
}

.inform {
	float: left;
	width: 320px;
	text-align: left;
	border: 1px #bcbcbc double;
	border-radius: 10px;
	padding: 15px;
	margin: 0 20px 0 50px;
}

.through {
	text-decoration: line-through;
}

.spec_p {
	width: 100%;
}

.plusses {
	float: left;
	width: 480px;
	height: 340px;
	text-align: left;
	border: 1px #bcbcbc double;
	border-radius: 10px;
	padding: 5px;
}

.inform .inf2 {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.inform .small {
	font-size: 12px;
	color: #303030;
}

.plusses ul {
	list-style: none;
}

.plusses li {
	text-align: left;
	padding-left: 35px;
	background: url(../images/okey2.png) no-repeat 0 50%;
}

.plusses li p {
	font-size: 16px;
}

.otz_item {
	position: relative;
	min-width: 290px;
	width: 70%;
	margin: 20px auto;
	padding: 10px 20px 40px;
	background: #fefefe;
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
}

.otz_item span {
	display: block;
	color: #0170c1;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.otz_form {
	position: relative;
	min-width: 250px;
	width: 48%;
	margin: 60px auto 30px;
	padding: 20px 40px;
	background: #fefefe;
	box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
}

.otz_form p {
	color: #0170c1;
	text-align: center;
	text-transform: uppercase;
	font-size: 23px;
	margin-top: 10px;
}

.otz_form input {
	width: 90%;
	padding: 8px 18px;
	font-size: 18px;
	font-family: RobotoCondensed;
	margin-bottom: 10px;
	border: 1px solid #eee;
	background: #fff;
}

.otz_form textarea {
	width: 90%;
	padding: 10px 20px;
	font-size: 18px;
	font-family: RobotoCondensed;
	border: 1px solid #eee;
	background: #fff;
}

.otz_form .send_otz {
	font-size: 16px;
	padding: 12px 0;
	color: #fff;
	width: 200px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #0170c1;
	background: #0170c1;
	margin: 10px auto 0;
	display: block;
}

.otz_form .send_otz:hover {
	background: transparent;
	color: #0170c1;
	transition: 0.5s;
}

.g-recaptcha {
	margin: 10px auto;
	width: 304px;
}

.cvet {
	border: 1px solid #0170c1;
}

.list-razdel {
	margin: 40px auto;
}

.list-razdel-li {
	display: block;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 20px;
}

.list-razdel-li a {
	text-decoration: none;
	color: #0170c1;
}

.list-razdel-li a:hover {
	text-decoration: underline;
	color: rgb(27, 76, 168);
}



.breadcrumbs {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 7px;
}

.breadcrumbs a {
	text-decoration: none;
}

.block-result-column {
	display: block;
}

.table {
	/* display: table;
	width: 100%;
	border: none;
	border-collapse: separate;
	box-sizing: border-box; */
	/* border-spacing: 5px; */
}

.block-table {
	padding-top: 15px;
	margin: 25px 15px;
	border-top: 1px solid rgb(26, 6, 6);
}

.table-col {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}

.t-col-1 {
	width: 5%;
}

.t-col-2 {
	width: 50%;
}

.t-col-3 {
	width: 20%;
}

.t-col-4 {
	width: 20%;
}

.back-link {
	text-align: center;
	font-size: 1.2em;
	margin-top: 70px;

}

.back-link a {
	text-decoration: none;
	border-top: 2px solid #151b2b;
	padding-top: 7px;
}

.icon-download {
	width: 50px;
	;
}

.word-download {
	position: absolute;
	top: 12px;
	padding-left: 12px;
}

.banner-price {
	width: 100%;
	font-weight: bold;
	margin-top: 20px;
}

.banner-price-up {
	background: #0170ca;
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
	text-align: center;
}

.info-organization {
	padding-top: 15px;
	margin: 15px 15px;
	border-top: 1px solid gray;
}

.block-name {
	display: block;
	position: relative;
	float: left;
	padding-left: 25px;
	width: 30%;
}

.block-result {
	display: block;
	float: right;
	width: 60%;
}

.info-organization::before,
.info-organization::after,
.block-table::before,
.block-table::after {
	content: "";
	display: table;
	width: 100%;
}

.info-organization::after,
.block-table::after {
	clear: both;
}

.italic {
	font-style: italic;
	font-size: 13px;
}

.chat-tel {
	display: block;
	position: absolute;
	top: 32px;
	left: -24px;
	float: left;
	width: 54px;
}

.chat-tel2 {
	display: block;
	position: absolute;
	top: 63px;
	left: -24px;
	float: left;
	width: 54px;
}

.chat-tel a img,
.chat-tel2 a img {
	width: 24px;
}

.video {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 15px 0;
	width: 100%;
}

.video-child {
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.video-child iframe {
	padding-left: 10px;
	width: 48%;
}

#specialButton {
	position: absolute;
	right: 33px;
	top: 48px;
}

.action_price {
	color: rgb(241, 21, 21);
	font-size: 31px;
	font-weight: bold;
}

/* .row_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid black;
}

.row_table th,
td {
	border: 1px solid black;
	padding: 7px;
} */

/*   .col-small {
	width: 100px;
  }
 */
.table-wrap {
	text-align: center;
	display: inline-block;
	padding: 2rem 2rem;
	/* color: #000; */
	/* border: 1px solid #ccc; */
	width: 100%;
	margin: 0;
	padding: 0;
	/* border-collapse: collapse; */
	border-spacing: 0;
	border: 1px solid black;
}

.table-wrap tr {
	padding: 5px;
}

.table-wrap th, td {
	padding: 10px;
	text-align: center;
	border: 1px solid black;
}

.table-wrap th, td:first-child {
	text-align: left;
}

.table-wrap th {
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}

.b_foto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.7em;
	color: #656464;
	padding: 3px 7px;
}

.b_foto_child img{
	width: 357px;
	margin: 12px;
}

.is-center {
	text-align: center;
}

.bl-salary {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #656464;
    padding: 3px 7px;
}

.bl-salary-item {
    width: 30%;
    padding: 15px;
    margin: 15px;
}

.bl-salary-title {
    font-size: 1.9em;
    font-weight: bold;
    margin: 20px;
	color: green;
}

.bl-salary-desc {
	font-size: 1.5em;
}

.attent {
	margin: 30px 0;
	background-color: #d8eb99;
	padding: 1.25em;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #3399ff;
}

.font-s20 {
	font-size: 1.2em;
}

.banner-img img {
	max-width: 100%;
}

@media screen and (max-width: 500px) {
	.table-wrap {
		border: 0;
		background-color: #fff;
	}

	.table-wrap thead {
		display: none;
	}

	.table-wrap tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}

	.table-wrap th {
		font-size: 14px;
	}

	.table-wrap td {
		display: block;
		text-align: right;
		font-size: 14px;
		border: none;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
	}

	.table-wrap td:last-child {
		border-bottom: 0;
	}

	.table-wrap td:before {
		content: attr(data-label);
		float: left;
		/* text-transform: uppercase; */
		font-weight: bold;
	}
}





@media only screen and (max-width: 1160px) {
	.otz_link {
		color: #7b7b7b;
		text-decoration: none;
		padding: 8px 12px;
		border: 1px solid #b2b2b2;
		font-size: 14px;
	}

	#top_menu .menu li a {
		color: #f5f5f5;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		font-size: 13px;
		text-align: left;
		padding: 2px 1px;
		border-left: 2px solid #33a9ff;
		font-family: RobotoCondensed;
	}

	.chat-tel {
		left: -29px;
	}

	.chat-tel2 {
		left: -29px;
	}
}

@media only screen and (max-width: 1060px) {

	.chat-tel {
		left: -36px;
	}

	.chat-tel2 {
		left: -36px;
	}
}

@media only screen and (max-width: 1000px) {

	header {
		padding-top: 60px;
	}

	.head-box1 {
		min-width: 100%;
	}

	.head-box1-logo {
		margin: auto;
	}

	.head-box2 {
		min-width: 100%;
	}

	.head-box2-tel {
		margin: 20px auto;
	}

	.head-box3 {
		min-width: 100%;
		height: 150px;
	}

	.head-box3-work {
		margin: 30px auto;
	}

	.head-box4 {
		min-width: 100%;
		text-align: center;
	}

	.head-box4-adr {
		margin: 30px 20px;
		height: 120px;
	}

	#specialButton {
		position: relative;
		right: 112px;
	}

	.head-hr {
		display: block;
	}

	.footer-box1 {
		min-width: 100%;
	}

	.footer-box2 {
		min-width: 100%;
	}

	.footer-box3 {
		min-width: 100%;
	}

	.menu-img-mini {
		display: block;
	}

	#top_menu.fixed .menu {
		height: 500px;
		overflow: scroll;
		position: fixed;
		top: 0;

	}

	#top_menu .menu li a {
		padding: 12px 10px;
		background: #20283c;
	}

	#top_menu .menu {
		display: none;
		background: #151b2b;
	}

	#top_menu {
		position: fixed;
		top: 0;
		width: 100%;
		padding-top: 62px;
		background: none;
		z-index: 999;

	}

	#touch-menu {
		display: block;
		z-index: 999;

	}

	#top_menu .menu li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);

	}

	#top_menu .menu li ul {
		display: block;
		position: relative;
		padding: 0;

	}

	#top_menu .menu li ul li {
		text-align: center;

	}

	#top_menu .menu li ul li:last-child {
		border-bottom: none;

	}

	#top_menu .menu li ul li a {
		background: rgba(28, 37, 57, 0.50);
		margin: 0;
		padding: 10px;

	}

	.img-text img {
		width: 100%;
		padding: 0;

	}

	.img-text p {
		width: 100%;
	}

	.spec_p {
		width: 100%;
		margin: 10px auto;
	}

	.chat-tel {
		left: 325px;
	}

	.chat-tel2 {
		left: 325px;
	}
}


@media only screen and (max-width: 926px) {
	.link {
		margin: 20px 9%;
	}

	.chat-tel {
		left: 304px;
	}

	.chat-tel2 {
		left: 304px;
	}
}

@media only screen and (max-width: 882px) {


	.link {
		width: 50%;
		min-width: 200px;
		margin: 20px 25%;
		clear: both;
	}

	.kursi {
		width: 95%;
	}

	.number_blocks {
		width: 100%;
		padding-top: 30px;
	}

	.chat-tel {
		left: 264px;
	}

	.chat-tel2 {
		left: 264px;
	}

}

@media only screen and (max-width: 800px) {

	.chat-tel {
		left: 230px;
	}

	.chat-tel2 {
		left: 230px;
	}

	.video {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 15px 0;
		width: 100%;
	}

	.video-child iframe {
		padding: 15px 0;
		width: 99%;
	}
}

@media only screen and (max-width: 750px) {


	.advent div {
		margin: 10px 10%;
		padding: 10px 0 60px;
	}

	.chat-tel {
		left: 210px;
	}

	.chat-tel2 {
		left: 210px;
	}
}

@media only screen and (max-width: 720px) {
	.webor {
		margin: 55px auto;
		float: none;
	}

	footer img {
		display: block;
		text-align: center;
		float: none;
		margin: 20px auto;
		clear: both;
	}

	footer p {
		text-align: center;
		float: none;
		margin: auto;
		clear: both;
	}

	footer .bot_cont {
		float: none;
		margin: auto;
		clear: both;
	}

	.chat-tel {
		left: 194px;
	}

	.chat-tel2 {
		left: 194px;
	}
}


@media only screen and (max-width: 600px) {

	.bl-salary {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.bl-salary-item {
		width: 98%;
		padding: 0;
	}

}

@media only screen and (max-width: 660px) {

	.advent div {
		display: block;
		width: 70%;
		margin: 10px auto;
		padding: 10px 0 60px;
		min-width: 200px;
		max-width: 200px;
	}

	.advent div p {
		width: 100%;

	}

	.g-recaptcha {
		margin: 10px auto;
		right: 25px;
		position: relative;
	}

	.chat-tel {
		left: 132px;
	}

	.chat-tel2 {
		left: 132px;
	}
}

@media only screen and (max-width: 530px) {

	.number_block span {
		font-size: 16px;
		color: #fff;
		line-height: 25px;
	}

	.info-organization::after,
	.block-table::after {
		clear: none;
	}

	.block-name {
		display: block;
		float: left;
		width: 100%;
		font-size: 0.8em;
		font-style: italic;
	}

	.block-result {
		float: left;
		width: 100%;
	}

	.block-name::after {
		content: "-";
	}

	.chat-tel {
		left: 100px;
	}

	.chat-tel2 {
		left: 100px;
	}

}

@media only screen and (max-width: 500px) {
	.otz_link {
		right: 30%;
		top: 70%;
	}

	.head-box4-adr {
		height: 160px;
	}

	.chat-tel {
		left: 88px;
	}

	.chat-tel2 {
		left: 88px;
	}
}

@media only screen and (max-width: 450px) {

	.link {
		margin: 20px 17%;
	}

	.chat-tel {
		left: 69px;
	}

	.chat-tel2 {
		left: 69px;
	}
}

@media only screen and (max-width: 410px) {
	.otz_link {
		right: 27%;
		top: 75%;
	}

	.list-razdel-li {
		overflow-x: auto;
	}

	.head-box4-adr {
		display: block;
		float: left;
		width: 280px;
		height: 140px;
	}

	.chat-tel {
		left: 50px;
	}

	.chat-tel2 {
		left: 50px;
	}
}