@media (min-device-width: 600px) and (min-width: 600px) {

.block .left {
	width: 25%;
}
.block .right {
	width: 72%;
}

.pagination {
	margin-bottom: 15px;
}

.page-title {
	position: relative;
	top: 45px;
	background-color: #dcdcdc;
	border: 1px solid black;
	border-radius: 20px;
	opacity: 0.7;
}

.page-title h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 20px;
}

.pagination span,
.pagination a {                                                                 /* Оформление кнопок навигации по номерам сраниц */
	display: inline-block;
	min-width: 20px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	padding: 5px;
	transition: 0.2s;
	font-size: 15px;
	backface-visibility: hidden;
}

.pagination a:hover {
	transform: scale(1.05);
	background-image: linear-gradient(0deg, #aaa, #eee);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.9);
}

.pagination .disabled,
.pagination .current {
	border: 1px solid #888;
	color: #888;
}

.subscribe .button {
	height: 30px;
}

.menu {
	margin: 30px 0 0 -7px;
	width: 100%;
}
.sec a {                                                                        /* Оформление пунктов меню */
	color: DarkSlateGrey;
}
.point {
	background-color: rgba(100, 100, 100, 0.1);
	margin-bottom: 3px;
	min-height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	border: 1px solid #888;
}
.point:hover {                                                                  /* Оформление пунктов меню при наведении */
	transform: scale(1.02) translateX(5px);
	cursor: pointer;
	background-image: linear-gradient(0deg, lightblue, #eee);
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.9);
}
.point  .topBorder {
	display: none;
}
.point  .botBorder {
	display: none;	
}
.point  .sec {
	font: bold 13px Verdana, sans-serif;
	padding: 4px 5px 4px 7px;
	text-transform: uppercase;
	width: 100%;
}
.point .sec a, .point .sec a:active, .point .sec a:visited, .point .sec a:hover {
	text-decoration: none;
}

.point__questions {
	margin-left: 40px;
}

.subscribe {
	padding-bottom: 0px;
}

.content {
	padding: 20px;
}
.content h1 {
	font: bold 18px Arial, sans-serif;
	padding: 0;
	margin: 15px 0 0 0;
}
.content h2 {
	color: #000;
	font: bold 16px Arial, sans-serif;
	padding: 0;
	margin: 15px 0 0 0;
}
.content h3 {
	font: bold 20px Arial, sans-serif;
	padding: 0;
	margin: 15px 0 0 0;
	transition: 0.2s;
	backface-visibility: hidden;
}
.content h3:hover {
	transform: scale(1.02) translate(5px);
}
.content h4 {
	font: bold 12px Arial, sans-serif;
	padding: 0;
	margin: 15px 0 0 0;

}
.content h5 {
	font: bold 11px Arial, sans-serif;
	padding: 0;
	margin: 15px 0 0 0;

}
.content ul {
	padding: 0;
	margin: 10px 0 5px 0;
}
	.content ul li {
		/*background: url('/images/marker.gif') no-repeat 0 8px;*/
		/*list-style: none;*/
		padding-left: 18px;
	}

.content ol {
	margin: 0;
	padding: 0 0 0 30px;
}
	.content ol li {
		list-style: decimal outside;
	}

.content a, .content a:active, .content a:visited {
	/*color: #0c437d;*/
}

.content a:hover {
	/*color: #000;*/
}

.title {
	z-index: 100;
}
.title td {
	padding: 0;
}

.hotLine {
	border: #feea00 solid 3px;
	padding: 5px 10px 10px 10px;
	margin: 15px 0 0 0;
}
.hotLine legend{
	font: bold 14px Arial, sans-serif, Verdana;
	text-transform: uppercase;
}

#companyBlocks {
	margin-top: 20px;
	position: relative;
	text-align: center;
}
	#companyBlocks .column {
		float: left;
		margin-right: 3px;
		height: 50px;
		width: 32.4%;
	}
	#companyBlocks .column h1 {
		padding: 10px 0 12px 0;
	}
        #companyBlocks .column h2 {
		padding: 2px 0 2px 0;
	}
.about {
	background: #c1d0d9;
}
	.about .cornersT {
		background: url('/images/calt.gif') no-repeat 0 0;
	}
	.about .cornersT div {
		background: url('/images/cart.gif') no-repeat 100% 0;
	}
	.about .cornersB {
		background: url('/images/calb.gif') no-repeat 0 0;
	}
	.about .cornersB div {
		background: url('/images/carb.gif') no-repeat 100% 0;
	}
.history {
	background: #a1b6c2;
}
	.history .cornersT {
		background: url('/images/chlt.gif') no-repeat 0 0;
	}
	.history .cornersT div {
		background: url('/images/chrt.gif') no-repeat 100% 0;
	}
	.history .cornersB {
		background: url('/images/chlb.gif') no-repeat 0 0;
	}
	.history .cornersB div {
		background: url('/images/chrb.gif') no-repeat 100% 0;
	}
.contacts {
	background: #e6edf1;
}
	.contacts .cornersT {
		background: url('/images/cclt.gif') no-repeat 0 0;
	}
	.contacts .cornersT div {
		background: url('/images/ccrt.gif') no-repeat 100% 0;
	}
	.contacts .cornersB {
		background: url('/images/cclb.gif') no-repeat 0 0;
	}
	.contacts .cornersB div {
		background: url('/images/ccrb.gif') no-repeat 100% 0;
	}


.authBlock {
	padding-top: 20px;
}
.authBlock .auth {
	background: #eff3f5;
	float: left;
	width: 190px;
}


	.authBlock .auth .head {
		background: url('/images/bg_auth.gif') repeat-x 0 0;
		color: #FFF;
		font-size: 11px;
		height: 26px;
	}
		.authBlock .auth .head div {
			background: url('/images/cltl.gif') no-repeat 0 0;
		}
		.authBlock .auth .head div span {
			background: url('/images/cltr.gif') no-repeat 100% 0;
			display: block;
		}
	.authBlock .auth .cont {
		text-align: left;
		padding-bottom: 10px;
		width: 90%;
	}
	.authBlock .auth .cont span {
		font-size: 11px;
		padding-left: 10px;
	}
	.authBlock .auth .cont p {
		padding: 0;
		margin: 0;
	}

.authBlock .auth2 {
	background: #eff3f5;
	float: left;
        width: 610px;
}
	.authBlock .auth2 .head {
		background: url('/images/bg_auth.gif') repeat-x 0 0;
		color: #FFF;
		font-size: 14px;
		height: 26px;
	}
		.authBlock .auth2 .head div {
			background: url('/images/cltl.gif') no-repeat 0 0;
		}
		.authBlock .auth2 .head div span {
			background: url('/images/cltr.gif') no-repeat 100% 0;
			display: block;
		}
	.authBlock .auth2 .cont {
		text-align: left;
		padding-bottom: 10px;
		width: 90%;
	}
	.authBlock .auth2 .cont span {
		font-size: 14px;
		padding-left: 10px;
	}
	.authBlock .auth2 .cont p {
		padding: 0;
		margin: 0;
	}


.authBlock .txtAbout {
	margin-left: 200px;
        padding-right: 15px;
}

.butt {
	width: 100%;
	height: 23px;
}
	.butt .bl {
		width: 5px;
	}
	.butt td input {
		background: #d5dfe9 url('/images/button_bg.gif') repeat-x 0 0;
		border: none;
		color: #0c437d;
		font-weight: bold;
		height: 23px;
		padding: 0;
		margin: 0;
		width: 100%;
	}

.sbutt {
	/*width: %;*/
	height: 23px;
}
	.sbutt .bl {
		width: 5px;
	}
	.sbutt td input {
		background: #d5dfe9 url('/images/button_bg.gif') repeat-x 0 0;
		border: none;
		color: #0c437d;
		font-weight: bold;
		height: 23px;
		padding: 0;
		margin: 0;
		width: 100%;
	}

.ipu_info {
        background-color: #ffffff;
}
        .ipu_info td {
                background-color: #d5dfe9;
        }
        .ipu_info .green {
                color: #308030;
        }
        .ipu_info .white {
                background-color: #ffffff;
        }
        
										/*Блок "оплата банковской картой"*/
.frame-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.framediv {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	margin: 25px 0;
	min-height: 650px;
	max-width: 900px;
	flex-wrap: wrap;
}

.frame-title {
	width: 100%;
	text-align: center;
}

.frame-link {
	width: 49%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #0c437d;
	outline: none;
	min-height: 70px;
	box-sizing: border-box;
	padding-top: 10px;
}

.frame-link > div {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #0c437d;
}

.frame-link__marked {
	border: 3px solid #79b5ff;
	padding-top: 7px;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}

.main_frame {
	width: 100%;
	min-height: 600px;
}

.main_frame iframe {
	width: 100%;
	border: none;
	background-color: #fff;
}

.infoBlock {
	padding: 0 15px 15px 15px;
	width: 50%;
}
	.block1 {
		background: #eff3f6 url('/images/bg_block1.jpg') no-repeat 0 100%;
	}
	.block2 {
		background: #e4f1fb url('/images/bg_block2.jpg') no-repeat 0 100%;
	}
	.block3 {
		background: #e9e8e4 url('/images/bg_block3.jpg') no-repeat 0 100%;
	}
	.block4 {
		background: #ebfbe4 url('/images/bg_block4.jpg') no-repeat 0 100%;
	}

}
@media (max-device-width: 600px),(max-width: 600px) {

.block .right {
    margin-top: 5px;
}

.subscribe .button {
    height: 30px;
}

.page-title {
	position: relative;
	top: 0;
	background-color: #dcdcdc;
	border: 1px solid black;
	border-radius: 20px;
	opacity: 0.7;
}

.page-title h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
}

.menu {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.menu > div {
	display: flex;
	align-items: center;
}
                                                                                /* Оформление кнопок навигации по номерам сраниц */
.pagination {
	margin-bottom: 10px;
}

.pagination span,
.pagination a {
	display: inline-block;
	min-width: 20px;
	border: 1px solid #000;
	color: #000;
	border-radius: 5px;
	padding: 5px;
	transition: 0.2s;
	font-size: 15px;
	backface-visibility: hidden;
	text-decoration: none;
}

.pagination a:hover {
	transform: scale(1.05);
	background-image: linear-gradient(0deg, #aaa, #eee);
	box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.9);
}

.pagination .disabled,
.pagination .current {
	border: 1px solid #888;
	color: #888;
}

.point {
	background-color: rgba(100, 100, 100, 0.1);
	margin: 0 3px;
	margin-bottom: 3px;
	min-height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	transition: 0.2s;
	border: 1px solid #888;
}
.point:hover {
	transform: scale(1.03);
	cursor: pointer;
	background-image: linear-gradient(0deg, orange, #eee);
	box-shadow: 5px 10px 10px 0px rgba(0, 0, 0, 0.9);
}

.point  .topBorder {
    display: none;
}

.point  .botBorder {
    display: none;
}

.point  .sec {
    font: bold 10px Verdana, sans-serif;
    padding: 5px;
    text-transform: uppercase;
    border: #e4ebee solid 1px;
    border-radius: 5px;
    text-align: center;
    height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.point .sec a, .point .sec a:active, .point .sec a:visited, .point .sec a:hover {
    text-decoration: none;
}

.point__questions {
	display: none;
}

.subscribe {
    padding-bottom: 0px;
}

.content h1 {
    font: bold 18px Arial, sans-serif;
    padding: 0;
    margin: 15px 0 0 0;
}

.content h2 {
    color: #000;
    font: bold 16px Arial, sans-serif;
    padding: 0;
    margin: 15px 0 0 0;
}

.content h3 {
    font: bold 15px Arial, sans-serif;
    padding: 0;
    margin: 15px 0 0 0;
}

.content h4 {
    font: bold 12px Arial, sans-serif;
    padding: 0;
    margin: 15px 0 0 0;

}

.content h5 {
    font: bold 11px Arial, sans-serif;
    padding: 0;
    margin: 15px 0 0 0;

}

.content ul {
    padding: 0;
    margin: 10px 0 5px 0;
}

.content ul li {
    padding-left: 18px;
}

.content ol {
    margin: 0;
    padding: 0 0 0 30px;
}

.content ol li {
    list-style: decimal outside;
}

.title {
    z-index: 100;
    width:  100%;
}

.hotLine {
    border: #feea00 solid 3px;
    padding: 5px 10px 10px 10px;
    margin: 15px 0 0 0;
}

.hotLine legend{
    font: bold 14px Arial, sans-serif, Verdana;
    text-transform: uppercase;
}

#companyBlocks {
    margin-top: 20px;
    position: relative;
    text-align: center;
}

#companyBlocks .column {
    float: left;
    margin-right: 3px;
    height: 50px;
    width: 32.4%;
}

#companyBlocks .column h1 {
    padding: 10px 0 12px 0;
}

#companyBlocks .column h2 {
    padding: 2px 0 2px 0;
}

.about {
    background: #c1d0d9;
}

.about .cornersT {
    background: url('/images/calt.gif') no-repeat 0 0;
}

.about .cornersT div {
    background: url('/images/cart.gif') no-repeat 100% 0;
}

.about .cornersB {
    background: url('/images/calb.gif') no-repeat 0 0;
}

.about .cornersB div {
    background: url('/images/carb.gif') no-repeat 100% 0;
}

.history {
    background: #a1b6c2;
}

.history .cornersT {
    background: url('/images/chlt.gif') no-repeat 0 0;
}

.history .cornersT div {
    background: url('/images/chrt.gif') no-repeat 100% 0;
}

.history .cornersB {
    background: url('/images/chlb.gif') no-repeat 0 0;
}

.history .cornersB div {
    background: url('/images/chrb.gif') no-repeat 100% 0;
}

.contacts {
    background: #e6edf1;
}

.contacts .cornersT {
    background: url('/images/cclt.gif') no-repeat 0 0;
}

.contacts .cornersT div {
    background: url('/images/ccrt.gif') no-repeat 100% 0;
}

.contacts .cornersB {
    background: url('/images/cclb.gif') no-repeat 0 0;
}

.contacts .cornersB div {
    background: url('/images/ccrb.gif') no-repeat 100% 0;
}

.authBlock .auth {
    background: #eff3f5;
    float: left;
    width: 190px;
}

.authBlock .auth .head {
    background: url('/images/bg_auth.gif') repeat-x 0 0;
    color: #FFF;
    font-size: 11px;
    height: 26px;
}

.authBlock .auth .head div {
    background: url('/images/cltl.gif') no-repeat 0 0;
}

.authBlock .auth .head div span {
    background: url('/images/cltr.gif') no-repeat 100% 0;
    display: block;
}

.authBlock .auth .cont {
    text-align: left;
    padding-bottom: 10px;
    width: 90%;
}

.authBlock .auth .cont span {
    font-size: 11px;
    padding-left: 10px;
}

.authBlock .auth .cont p {
    padding: 0;
    margin: 0;
}

.authBlock .auth2 {
    background: #eff3f5;
}

.authBlock .auth2 .head {
    background: url('/images/bg_auth.gif') repeat-x 0 0;
    color: #FFF;
    font-size: 14px;
    height: 26px;
}

.authBlock .auth2 .head div {
    background: url('/images/cltl.gif') no-repeat 0 0;
}

.authBlock .auth2 .head div span {
    background: url('/images/cltr.gif') no-repeat 100% 0;
    display: block;
}

.authBlock .auth2 .cont {
    text-align: left;
    padding-bottom: 10px;
    width: 90%;
}

.authBlock .auth2 .cont span {
    font-size: 14px;
    padding-left: 10px;
}

.authBlock .auth2 .cont p {
    padding: 0;
    margin: 0;
}

.authBlock .txtAbout {
    margin-left: 200px;
    padding-right: 15px;
}

.butt {
    width: 100%;
    height: 23px;
}

.butt .bl {
    width: 5px;
}

.butt td input {
    background: #d5dfe9 url('/images/button_bg.gif') repeat-x 0 0;
    border: none;
    color: #0c437d;
    font-weight: bold;
    height: 23px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.sbutt {
    height: 23px;
}

.sbutt .bl {
    width: 5px;
}

.sbutt td input {
    background: #d5dfe9 url('/images/button_bg.gif') repeat-x 0 0;
    border: none;
    color: #0c437d;
    font-weight: bold;
    height: 23px;
    padding: 0;
    margin: 0;
    width: 100%;
}

										/*Блок "оплата банковской картой"*/
.frame-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}

.framediv {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	margin: 0;
	min-height: 650px;
	max-width: 900px;
	flex-wrap: wrap;
}

.frame-title {
	width: 100%;
	text-align: center;
        margin: 5px 0;
}

.frame-link {
	width: 47%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #0c437d;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	margin: 10px 0 0;
	min-height: 105px;
	padding-top: 10px;
	box-sizing: border-box;
}

.frame-link > div {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #0c437d;
}

.frame-link__marked {
	border: 3px solid #79b5ff;
	padding-top: 7px;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}

.main_frame {
	width: 100%;
	min-height: 600px;
	background-color: #fff;
}

.main_frame iframe {
	width: 100%;
	border: none;
}

.ipu_info {
    background-color: #ffffff;
}

.ipu_info td {
    background-color: #d5dfe9;
}

.ipu_info .green {
    color: #308030;
}

.ipu_info .white {
    background-color: #ffffff;
}

.infoBlock {
    padding: 0 15px 15px 15px;
    width: 50%;
}

.block1 {
    background: #eff3f6 url('/images/bg_block1.jpg') no-repeat 0 100%;
}

.block2 {
    background: #e4f1fb url('/images/bg_block2.jpg') no-repeat 0 100%;
}

.block3 {
    background: #e9e8e4 url('/images/bg_block3.jpg') no-repeat 0 100%;
}

.block4 {
    background: #ebfbe4 url('/images/bg_block4.jpg') no-repeat 0 100%;
}

}
