html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "MyriadPro-Regular";
	position: relative;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

header {
	overflow: hidden;
	flex: 0 0 auto;
	align-items: stretch;
}

#content {
	flex: 1 0 auto;
	position: relative;
}

.container {
	/* max-width: 1018px; */
	margin: 0 auto;
	padding: 0;
}

.container-slider{
	width: 100%;
}
.in_top {
	position: fixed;
	right: 30px;
	top: 94%;
	width: auto;
	height: auto;
	opacity: 0.5;
	cursor: pointer;
	z-index: 222222;
}

.in_top:hover {
	opacity: 1;
}
.select-footer {
	display: flex;
	flex-direction: column;

}
.in_top span {
	display: inline-block;
	text-align: center;
	color: #45688E;
	font-weight: bold;
}

.in_top img {
	width: 50px;
}

ul.menu {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #054860;
	position: relative;
}

ul.menu li {
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.menu li a {
	font-family: 'MyriadPro-Regular';
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.5px;
	transition: color .2s;
}

ul.menu li a:hover {
	font-family: 'MyriadPro-Regular', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #78afe2;
	outline: none;
}
.bat-loop {
	width: 30px;
	height: 30px;
	position: absolute;
	padding-top: 7px !important;
	margin-left: 10px;
	

}
.bat-loop-response {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 15px;
	display: none;
}
.bat-loop svg, .bat-loop-response svg {
	width: 100%;
	height: 100%;
	fill: #ffffff;
	opacity: 0.8;
}
ul.menu li a.active {
	text-decoration: none;
}
ul.menu li a.active:visited{
	color: #78afe2;
}

ul.baner img {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	padding-right: 40px;
	padding-left: 30px;
	margin-top: 16px;
}
.bg-gray{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.5;
	z-index: 3;
	display: none;
}

.popup {
	position: fixed;
	height:100vh;
	width:100%;
	top:0;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;}

.popup .bg-gray:hover{
		cursor: pointer;
	}

.popup_img {
	position: absolute;
	height: 90vh;
	width: auto;
	opacity: 0;
	z-index: 3;
	backface-visibility: hidden;
}
.close_btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;	
	transform: rotate(50grad);
	transition: transform .2s;

}
.close_btn_animate{
	transform: rotate(-50grad);
}
.close_popup{
	display: flex;
	align-items: center;
}
.close_popup:after{
	position: absolute;
	display: inline;
	left: 6px;
	background: #fff;
	width: 2px;
	height: 14px;
	content: '';
}
.close_popup:before{
	background: #fff;
	width: 14px;
	height: 2px;
	content: '';
}
.image:hover{
	cursor: pointer;
}

ul.baner button {
	border: none;
	font-family: 'MyriadPro-Semibold';
	text-align: center;
	background: #5b7bbb;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	width: auto;
	max-width: 100%;
	margin-left: 10px;
	margin-top: 16px;
}

.header-button {
	display: inline-block;
}
.index-content{
	width: 100%;
	background: #e8eff7;
	
}
ul.baner button:hover {
	cursor: pointer;
	background: #324d99;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

ul.baner button:focus {
	outline: none;
}
.select-footer a {
	padding-bottom: 3px;
}
ul.baner {
	height: 80px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	margin-bottom: 10px;
	max-width: 1052px;
	margin-left: auto;
	margin-right: auto;
}

ul.baner li {
	display: inline-block;
	vertical-align: middle;
}

.li_list span {
	text-decoration: underline;
}

.adress {
	text-align: left;
	font-family: 'MyriadPro-Semibold';
	font-size: 17px;
	margin-top: 15px;
	padding-left: 17px;
	padding-right: 20px;
}

.adress div {
	padding-top: 6%;
	padding-bottom: 6%;
}

.adressline {
	border-left: 1px solid #f1eeee;
	border-right: 1px solid #f1eeee;
}

.adress a {
	color: #e18c44;
	text-decoration: underline;
	transition: all 0.6s ease;
}

.adress a:hover {
	color: #f0c7a6;
	text-decoration: underline;
	transition: all 0.6s ease;
	cursor: pointer;
}

#m1 {
	padding-bottom: 20px;
}

.slider-text {
	font-family: 'MullerThin';
	font-size: 40px;
	top: 45px;
	left: 30px;
	font-weight: bold;
	position: absolute;
	z-index: 22222;
}

.slider-text-bold {
	font-family: 'MullerBold';
	font-size: 40px;
	color: #5b7bbb;
	text-align: left;
}

.block {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
}

.block p {
	font-family: 'MullerThin';
	color: #5b7bbb;
	font-weight: bold;
}

.imageblock {
	width: 64px;
	padding-top: 15px;
	text-align: center;
}

.blockstrelka {
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;
	max-width: 10vw;
	width: 92px;
}

.blockstrelka2 {
	margin-left: 2%;
	margin-bottom: 20px;
	max-width: 10vw;
	width: 92px;
}

.fixed {
	position: fixed;
}

.baner2 {

	text-align: center;
	width: 100%;
	right: 0;
}

.image-zagolovok {
	padding-top: 40px;
	text-align: center;
}

.border-dotted-spisok {
	position: relative;
	z-index: 1;
	margin-top: -3%;
	padding-top: 50px;
	border-bottom: dotted #cccccc;
}
.white-opacity{
	box-shadow: inset 0px -48px 122px -12px #fff;
}

.border-dotted-list {
	position: relative;
	z-index: 1;
	margin-top: -3%;
	padding-top: 50px;
	border-bottom: dotted #cccccc;
}
.dispay-arrow-none {
	display: none;
}
.rotate-arrow {
	transform: rotate(180deg);
	transition: 200ms;
}
h1 {
	text-align: center;
	margin: 0px;
	text-align: center;
	color: #585757;
	font-family: 'MyriadPro-Regular';
	font-size: 20px;
	border-bottom: 1px solid #57a3c8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

h2 {
	font-family: 'MyriadPro-Regular';
	font-size: 20px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #57a3c8;
}

.off {
	height: 500px;
}

.list {
	text-align: center;
	/* height: 135px; */
	overflow: hidden;
	margin-top: 0;
}
.ol-title {
	margin-bottom: 10px;
	text-align: left;
	padding-left: 5px;
}

.list ul {
	text-align: center;
	list-style-type: none;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	vertical-align: top;
	margin-left: 10px;
	margin: 0;
  	-moz-column-count: 2; /* Firefox */
  	-webkit-column-count: 2; /* Safari and Chrome */
  	column-count: 2;
  	padding-left: 0;
  	width: 100%;
  	overflow: hidden;
}
.ol-title ul {
	margin-top: 10px;
}
.list ul li {
	background: url(/images/radio.png) no-repeat;
	background-position: left 2px;
	background-size: 16px;
	padding-left: 25px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list ul li img {
	width: 18px;
}
.doc-upr {
	display: flex;
	flex-direction: column;
}
.list ul li span {
	text-decoration: underline;
}

.list ul li a {
	color: #6ca9e0;
}

h4 {
	display: inline-block;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
}

@keyframes anim {
	from {
		text-shadow: 0 0 10px black;
	}
	50% {
		text-shadow: 0 0 30px black;
	}
	to {
		text-shadow: 0 0 10px black;
	}
}

h4:hover {
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	color: #263d53;
	-webkit-animation: anim 2s infinite ease-in-out;
	-moz-animation: anim 2s infinite ease-in-out;
	-o-animation: anim 2s infinite ease-in-out;
	-ms-animation: anim 2s infinite ease-in-out;
}
.header-btn{
	display: inline-block;
}
#accordeon-button-spisok-svernut {
	display: none;
	padding-bottom: 20px;
}

#accordeon-button-list-svernut {
	display: none;
	padding-bottom: 20px;
}

#accordion-list-razvernut {
	text-align: center;
}

#accordion-list-svernut {
	text-align: center;
}

.visible-list-razvernut {
	display: none;
}

.visible-list-svernut {
	display: none;
}

#accordion-spisok-razvernut {
	padding-top: 20px;
	text-align: center;
}

#accordion-spisok-svernut {
	text-align: center;
}

.visible-spisok-razvernut {
	display: none;
}

.visible-spisok-svernut {
	display: none;
}

.visible-spisok-svernut img {
	width: 30px;
}

.show-list {
	display: none;
}

@keyframes anim {
	from {
		text-shadow: 0 0 10px black;
	}
	50% {
		text-shadow: 0 0 30px black;
	}
	to {
		text-shadow: 0 0 10px black;
	}
}

h2 br {
	display: none;
}

h3:hover {
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	color: #263d53;
	-webkit-animation: anim 2s infinite ease-in-out;
	-moz-animation: anim 2s infinite ease-in-out;
	-o-animation: anim 2s infinite ease-in-out;
	-ms-animation: anim 2s infinite ease-in-out;
}

.list-kvalifik {
	list-style-type: none;
	padding-left: 25px;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 16px;
	color: #3d3422;
	margin: 0;
	padding-left: 0;
}
.container-second{
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
ul.list-kvalifik li {
	background: url(/images/radio.png) no-repeat;
	background-position: left 16px;
	background-size: 18px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.bold {
	font-weight: bold;
}

h5 {
	display: none;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 30px;
}

@keyframes anim {
	from {
		text-shadow: 0 0 10px black;
	}
	50% {
		text-shadow: 0 0 30px black;
	}
	to {
		text-shadow: 0 0 10px black;
	}
}

h5:hover {
	font-family: 'MyriadPro-Regular';
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	color: #263d53;
	-webkit-animation: anim 2s infinite ease-in-out;
	-moz-animation: anim 2s infinite ease-in-out;
	-o-animation: anim 2s infinite ease-in-out;
	-ms-animation: anim 2s infinite ease-in-out;
}

footer {
	color: #fff;
	background: #054860;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	text-align: center;
	flex: 0 0 auto;
}

footer ul {
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

footer ul li {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	vertical-align: top;
}

.footer-underline {
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.footer-underline:hover {
	font-family: 'MyriadPro-Regular';
	color: #78b7d5;
	cursor: pointer;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.footer-underline a {
	color: white;
}

.line-bottom {
	border-bottom: 2px solid #0076ae;
}

.napravlenie {
	padding-top: 10px;
	text-align: center;
}

.napravlenie img {
	width: 330px;
	display: inline-block;
}

.napravlenie img:nth-child(2) {
	padding-left: 2px;
	padding-right: 2px;
}

.napravlenie-text {
	font-size: 16px;
	font-family: 'MyriadPro-Regular';
	font-weight: normal;
	padding-left: 10px;
}

.napravlenie-spisok ul {
	padding-left: 10px;
}

.napravlenie-spisok ul li a {
	list-style-type: none;
	font-size: 16px;
	color: #6ca9e0;
	font-family: "MyriadPro-Regular";
	text-decoration: underline;
}

.napravlenie-spisok ul li a:hover {
	cursor: pointer;
}

.napravlenie-spisok ul li {
	list-style-type: none;
	font-size: 16px;
	color: #000;
	font-family: "MyriadPro-Regular";
}

.napravlenie-spisok span {
	text-decoration: none;
	color: #000;
	font-family: "MyriadPro-Regular";
}

.napravlenie-zagolovok {
	padding-left: 10px;
	font-size: 20px;
	font-family: "MyriadPro-Regular";
	font-weight: bold;
	color: #5b7bbb;
}

.napravlenie-preimuch {
	padding-left: 10px;
	font-size: 16px;
	font-family: "MyriadPro-Regular";
	font-weight: bold;
}

.napravlenie-telefon {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "MyriadPro-Regular";
	margin: 0;
}
.slider{
	max-width: none;
}

#bottom_news{
	margin: 20px -0px 0px -0px;
	padding: 10px 10px;
	border: 1px solid #bfbfbf;
	margin-bottom: 20px;
}

#bottom_news ul li img {
	float: left;
	margin: 0px 10px 10px 0px;
}

.gen_justify {
	list-style: none;
	text-align: justify;
	/* text-justify: newspaper; */
}

.gen_justify li {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

.gen_justify li.after {
	width: 100% !important;
	background: none !important;
	height: 0px !important;
	line-height: 0px !important;
	font-size: 0px !important;
	margin: 0px !important;
}

.title a {
	color: #6ca9e0;
	text-decoration: none;
}

.inner_news_img{
	float: left; 
	margin-right: 20px; 
	margin-bottom: 10px;
}
.feedback{
	width: 100%;
}
.feedback input {
	font-size: 14px;
}

.feedback input[type="text"] {
	width: 400px;
	height: 30px;
}

.feedback input[type="submit"] {
	width: 100px;
	height: 30px;
}

.feedback textarea {
	width: 400px;
	height: 150px;
	resize: none;
}

.enternumb_capcha {
	max-width: 100px;
}

.login-page-header{
	text-align: center;
}
.login-input-wrapper{
	width: 100%;
	max-width: 340px;
	margin: 0 auto 20px;
}
.login-input-wrapper label{
	display: block;
	width: 100%;
}
.login-input-name{
	font-size: 14px;
	margin-bottom: 4px;
}
.login-input{
	width: 100%;
	height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.login-button-wrapper{
	text-align: center;
}
.login-button{
	width: 100px;
	height: 30px;
	border: none;
	outline: none;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	cursor: pointer;
}
.login-button:hover{
	opacity: .8;
}
.login-error{
	color: #ee3311;
	text-align: center;
	margin-bottom: 10px;
}

.test-title a{
    color: #4277ad;
    font-weight: normal;
	padding-bottom: 10px;
	text-decoration: none;
}
.test-question{
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	margin: 20px auto;
	color: #4277ad;
}
.test-answer{
	padding: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	background-color: #e4e4e4;
	cursor: pointer;
}
.test-answer:hover{
	background-color: #22aa33;
}
#test-info{
	overflow: hidden;
	margin: 10px 0;
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
.test-count{
	float: left;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #4277ad;
}
.test-result-header{
	font-size: 28px;
	line-height: 36px;
	margin: 20px 0;
	text-align: center;
	color: #22aa33;
}
.wrong-question-wrapper{
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
	max-width: 1018px;
	margin: 0 auto 20px;
}
.wrong-question{
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.wrong-question__answer{
	font-size: 14px;
	line-height: 16px;
}
.wrong-answer__bold{
	color: #22aa33;
	font-weight: bold;
}
.wrong-questions-header{
	font-size: 16px;
	font-weight: bold;
	color: #4277ad;
	line-height: 18px;
	margin: 20px auto;
	max-width: 1018px;
}

.list-tests {
	text-align: center;
	height: 100%;
	overflow: hidden;
	padding-left: 100px;
}

.list-tests ul {
	text-align: center;
	list-style-type: none;
	font-family: 'MyriadPro-Regular';
	font-size: 25px;
	color: #6ca9e0;
	vertical-align: top;
	margin-left: 10px;
	margin: 0;
  	-moz-column-count: 2; /* Firefox */
  	-webkit-column-count: 2; /* Safari and Chrome */
  	column-count: 2;
}

.list-tests ul li {
	background: url(/images/radio.png) no-repeat;
	background-position: left 50%;
	background-size: 18px;
	text-decoration: underline;
	padding-left: 25px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.list-tests ul li img {
	width: 18px;
}

.list-tests ul li span {
	text-decoration: underline;
}

.list-tests ul li a {
	color: #6ca9e0;
}
.menu-burger{
	display: none;
}
.bg-menu{
	height: 35px;
	background: #054860;
}
.burger-line{
	height: 2px;
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 10px;
}
.burger-line:after{
	position: absolute;
	top: 6px;
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	color: #fff;
	content: '';
}
.burger-line:before{
	position: absolute;
	top: -6px;
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	color: #fff;
	content: '';
}
.menu-burger:hover{
	cursor: pointer;
}
.bg-menu{
	display: none;
}

.feedback {
	margin-bottom: 20px;
}
.toggle-style {
	cursor: pointer;
	
}
body.loop-text-title ul.baner {
	height: 100%;
	text-align: center;
}
body.loop-text-title .header-btn {
	/* width: 100%;
	text-align: center; */
}
body.loop-text-title ul.baner button, body.loop-text-title, body.loop-text-title ul.menu li a {
	font-size: 20px;
}

body.loop-text-title .napravlenie-spisok ul li, body.loop-text-title .napravlenie-spisok ul li a,
body.loop-text-title .list ul, body.loop-text-title  .list-kvalifik,  body.loop-text-title footer,
body.loop-text-title .napravlenie-preimuch, body.loop-text-title .napravlenie-telefon,
body.loop-text-title .napravlenie-text, body.loop-text-title .doc-upr
 {
	font-size: 22px;
}
body.loop-text-title .napravlenie-zagolovok, body.loop-text-title h1, body.loop-text-title h2,
body.loop-text-title .adress {
	font-size: 25px;
}
body.loop-text-title h4 {
	font-size: 27px;
}
body.loop-text-title header .container, body.loop-text-title footer .container {
	    max-width: 1366px;

}
 body.loop-text-title .list-kvalifik, body.loop-text-title .list {
	margin-bottom: 20px;
}

body.loop-text-title ul.baner img {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
/* .swiper-slide {
	width: 100% !important;
} */
body.loop-text-title .slider-text, body.loop-text-title .slider-text-bold {
	font-size: 45px;
}
.content-page, .index-content, .container-index, .list, .border-dotted-spisok, .image-zagolovok, .border-dotted-list, .container-second, .napravlenie, .napravlenie-text, 
.napravlenie-spisok ul, .napravlenie-zagolovok, .napravlenie-preimuch, .doc-upr, .table-doc, .napravlenie-zagolovok, .napravlenie-telefon, .line-bottom {
	max-width: 1018px;
	margin-left: auto;
	margin-right: auto;
}
.table-polog {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}
.table-polog td {
	border: 2px solid #000000;
	padding: 10px;
}
.table-polog tr td:last-child {
	text-align: center;
	width: 100px;
}
.table-polog td a  {
	text-decoration: none;
	
	text-align: center;
}
/* .image-zagolovok {
	padding-bottom: 50px;
} */
.tester-table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

.tester-table tr td {
	border-bottom: 2px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tester-table tr td:first-child {
	width: 110px;
	text-align: center;
}
.tester-table tr td:last-child {
	width: 90px;
	text-align: center;
}
.tester-table tr td a {
	color: inherit
}
.tester-table tr td:nth-child(2) {
	padding-left: 10px;
	/* max-width: 760px; */
	padding-right: 20px;
}
.align-text {
	text-align: left !important;
	padding-left: 10px;
	padding-right: 20px;
}
.pad-none {
	padding-right: 10px !important;
}
@media screen and (max-width: 1000px) {
	body.loop-text-title footer ul {
		display: flex;
	}
	body.loop-text-title .napravlenie img {
		width: 33%;
	}
	.menu-burger{
		display: flex;
		height: 100%;
		-ms-align-items: center;
		align-items: center;
		width: 30px;
		margin-right: 15px;
	}
	.bg-menu{
		display: flex;
		justify-content: flex-end;
		-ms-align-items: center;
		align-items: center;
	}
	
	
	ul.menu li{
		display: block;
	}
	.bat-loop-response {
		display: block;
	}
	.bat-loop {
		display: none !important;
	}
	ul.menu{
		position: absolute;
		width: 100%;
		padding-bottom: 10px;
		display: none;
	}
	.header-btn{
		width: 100%;
		margin-left: 0 !important;
	}
	.login-input{
		width: 93%;
	}
	.adress div{
		padding-top: 0;
		display: inline-block;
	}
	.list ul{
	width: 100%;
}
	
	#accordion-spisok-razvernut {
		padding: 0%;
	}
	
	#my-slider .ism-radios{
		padding-bottom: 0 !important;
	}
	.ism-slider {
		
	}
	.in_top {
		display: none;
	}
	.in_top img {
		display: none;
	}
	.block p {
		font-size: 50%;
	}
	.imageblock {
		max-width: 15vw;
	}
	ul.baner img {
		max-width: 30%;
		padding-left: 0%;
		padding-right: 4%;
		padding-top: 0%;
		margin: 0%;
		margin-bottom: 14px;

	}
	ul.baner li {
		text-align: center;
		font-size: 18px;
		vertical-align: top;
	}
	ul.baner {
		text-align: center;
		height: 10%;
		width: 100%;
		padding: 0%;
		margin-top: 14px;
	
	}
	ul.baner button {
		width: 100%;
		overflow: hidden;
		margin: 0%;
		margin-bottom: 10px;
	}
	
	body.loop-text-title ul.baner li {
		font-size: 25px;
	}
	.adress {
		width: auto;
		padding: 0%;
		margin: 0%;
		margin-bottom: 10px;
	}
	
	ul.menu li {
		padding: 0%;
	}
	ul.menu li a {
		font-size: 100%;
	}
	h1 {
		font-size: 95%;
		white-space: pre-line;
	}
	h1 br {
		display: none;
	}
	.image-zagolovok {
		padding-bottom: 0%;
		padding-top: 5%;
		margin: 0%;
	}
	.list {
		padding: 0%;
		margin: 0%;
	}
	.list ul {
		/* padding: 0% 4% 0% 4%; */
		padding: 0;
		margin: 0%;
		font-size: 100%;
	}
	
	.border-dotted-list h4 {
		font-size: 90%;
	}
	.border-dotted-spisok h4 {
		font-size: 90%;
	}
	
	ul.list-kvalifik {
		word-wrap: normal;
		font-size: 90%;
		padding: 5%;
	}
	ul.list-kvalifik li {
		padding: 0%;
		margin-top: 2%;
		padding-left: 9% !important;
		background-position: left 0 !important;
	}
	h2 {
		font-size: 100%;
	}
	h2 br {
		display: inline;
	}
	footer ul li {
		margin: 3%;
		padding: 0%;
	}
	footer {
		font-size: 70%;
		text-align: left;
	}
	.line-bottom {
		border: 0px;
	}
	.header-button {
		display: none;
	}
	.show {
		display: none;
	}
	.spisok {
		display: block;
	}
	.napravlenie img {
		width: 92%;
	}
	.napravlenie {
		text-align: center;
		overflow: hidden;
	}
	.napravlenie img:nth-child(2) {
		padding: 1%;
	}
	.napravlenie-text {
		font-size: 70%;
		font-weight: bold;
	}
	.napravlenie-spisok ul {
		margin-top: 1%;
		margin-bottom: 1%;
	}
	.napravlenie-spisok ul li a {
		font-size: 95%;
	}
	.napravlenie-spisok ul li {
		font-size: 95%;
	}
	.napravlenie-zagolovok {
		font-size: 95%;
	}
	.napravlenie-preimuch {
		font-size: 95%;
	}
	.napravlenie-preimuch {
		font-size: 95%;
	}
	.napravlenie-telefon {
		font-size: 90%;
	}
	
	ul.list-kvalifik li {
		background-size: 16px;
		padding-left: 6%;
		background-position: left 14%;
	}

	.list-tests ul li {
		background-size: 3%;
		padding-left: 6%;
	}

	.list-tests {
		padding: 0%;
		margin: 0%;
		height: 100%;
	}
	.list-tests ul {
		padding: 4%;
		margin: 0%;
		font-size: 100%;
	}
	ul.baner li{
		margin-left: 10px;
	}
	.container{
		margin-left: 8px;
		margin-right: 8px;
	}
	.slider-text{
		font-size: 25px;
		top: 22px;
	}
	.slider-text-bold{
		font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.list ul {
		column-count:1;
	}
	footer ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
	.select-footer {
		max-width: 260px;
	}
	body.loop-text-title .select-footer {
		max-width: 505px;
	}
	body.loop-text-title footer ul {
		flex-direction: column;
		align-items: center;
	}
	body.loop-text-title .animated {
		text-align: center;
	}
	body.loop-text-title h1 {
		font-size: 20px;
	}
	
	#my-slider {
		height: 65vw !important;
	}
	.slider-text {
		left: 10px;
		right: 10px;
	}
	ul.baner img {
		max-width: 100%;

	}
	ul.baner img {
		width: 100%;
	}
	.baner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}
@media (max-width: 600px) {
	.container-second p {
	    display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
@media screen  and (max-width: 470px) {
	ul.baner li{
			margin-left: 0px;
	}
	.blockstrelka, .blockstrelka2 {
		display: none;
	}
	body.loop-text-title .baner2 {
		display: flex;
		flex-direction: row;
	}
	.list ul{
		padding: 0;
	}
	ul.list-kvalifik{
		padding: 0;
		margin-left: 5px;
	}
	.block {
		width: 33%
	}
}

@media screen and (min-width: 320px) and (max-width: 425px) {
	ul.menu li {
		font-size: 100%;
		margin-bottom: 10px;
	}
	body.loop-text-title .slider-text {
		font-size: 25px;
	}
	.baner2{
		white-space: nowrap;
		width: auto;
		
	}
	body.loop-text-title .slider-text-bold {
		font-size: 22px;
	}
	.block{
		font-size: 21px;
	}
	.header-btn{
		margin-right: 5px !important;
		margin-left: 5px !important;
		width: 97%;
	}
	.imageblock{
		max-width: 13vw;
	}
	.border-dotted-spisok, .border-dotted-list{
		padding-top: 20px;
	}
	.container{
		margin-right: 0px;
		margin-left: 0px;
	}
	.slider-text{
		font-size: 14px;
		top: 22px;
	}
	.slider-text-bold{
		font-size: 16px;
	}
	ul.baner li{
		font-size: 20px;
		text-align: center;
	}
	#m1 {
		width: 310px !important;
		height: 300px !important;
	}

	.feedback input[type="text"] {
		width: 99%;
		height: 30px;
	}
	
	.feedback input[type="submit"] {
		width: 99%;
		height: 30px;
		margin-bottom: 10px;
	}
	
	.feedback textarea {
		width: 99%;
		height: 150px;
		resize: none;
	}

	ul.baner button {
		height: 30px;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-top: 5px;
	}

	.list-tests {
		height: 100%;
	}

	.list {
		/* height: 138px; */
	}

	.list ul {
		column-count: 1;
		margin-left: 5px;
	}
}
.online-education img {
	position: absolute;
	bottom: 0;
}
.baner .adress {
    font-size: 13px; /* установите нужный размер */
}
/* Черный цвет для всех ссылок в блоке adress */
.baner .adress a {
    color: #000000 !important;
    text-decoration: none;
}

/* Эффект при наведении (опционально) */
.baner .adress a:hover {
    text-decoration: underline;
    color: #333333 !important;
}

/* Если хотите, чтобы только телефоны были черными, а ссылка "Закажите обратный звонок" была другого цвета */
.baner .adress a[href^="tel:"] {
    color: #000000 !important;
    text-decoration: none;
}

.baner .adress a[href^="tel:"]:hover {
    text-decoration: underline;
}

.baner .adress a[href="/callback"] {
    color: #bf9000;
    text-decoration: underline;
}
/* Эффект при наведении на "Закажите обратный звонок" */
.baner .adress a[href="/callback"]:hover {
    color: #bf9000;
    text-decoration: underline;
}

/* Попап уведомления о смене адреса */
.address-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

.address-popup-content {
    background-color: #fff;
    max-width: 500px;
    width: 90%;
    padding: 30px 25px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: slideIn 0.3s ease-in-out;
}

.address-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}

.address-popup-close:hover {
    color: #EF3E42;
}

.address-popup-icon {
    margin-bottom: 15px;
}

.address-popup-title {
    font-size: 22px;
    font-weight: bold;
    color: #EF3E42;
    margin-bottom: 15px;
}

.address-popup-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}

.address-popup-button {
    background-color: #EF3E42;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.address-popup-button:hover {
    background-color: #d63236;
}

/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .address-popup-content {
        width: 90%;
        padding: 20px 18px;
        margin: 0 10px;
    }
    
    .address-popup-title {
        font-size: 18px;
    }
    
    .address-popup-text {
        font-size: 13px;
    }
    
    .address-popup-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* Попап уведомления о смене адреса */