html, body {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
}

body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	background-color: #0D114E;

}
/* DEFAULT CSS */

/* nav */
.nav {
	background-color: #060824; /* color_nav_menu */
	border-bottom: 1px solid #060824;
	border-top: 1px solid #060824;
}
.nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav ul li {
	padding: 0;
}
.nav ul li a {
	color: #fff;
	display: block;
	border-right: 1px solid #060824;
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Verdana, Sans-Serif;
	padding: 15px 15px;
	text-decoration: none;
}
.nav ul li.temsa a {
	border-left: none;
}
.nav ul li.end a {
	border-right: none;
}
.nav ul li:hover {
	background-color: #0d124f; /* color_nav_menu_active */
	text-decoration: underline;
}

/* content */

h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Tahoma;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Tahoma;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Tahoma;
}
p {
    text-align: justify;
    font-size: 14px;
    font-family: Arial;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img {
    max-width: 100%;
    height: auto
}
.content {
	padding: 10px;
	background-color: #fff;
	line-height: 18px;
}
.content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.content ul li {
	color: #000;
	font-size: 14px;
	margin: 7px 0px 5px 0px;
	text-align: justify;
	font-family: Arial;
}
.content ol {
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.content ol li {
	color: #000;
	font-size: 14px;
	margin: 7px 0px 5px 0px;
	text-align: justify;
	font-family: Arial;
}

/* footer */
.footer .ads {
	padding: 10px;
	text-align: center;
	background-color: #060824;
}
.footer .ads p {
	text-align: center;
	color: #fff;
}
.footer .ads a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}

/* NEW CSS */

.main {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
}

.header {
	display: flex;
	background-color: #0D114E;
	justify-content: space-between;
	align-items: center;
	height: 86px;
	padding: 0px;
}

.header .logo a {
	display: block;
	font-size: 0;
}


.header .phone {
	padding-right: 20px;
}
.header  img {
	width: 127px; /* Ширина, соответствующая кнопкам */
	height: auto; /* Сохраняем пропорции изображения */
}

.header .phone a {
	display: block;
	text-decoration: none;
	color: black;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
}
.start_links{
	display: flex;
	margin-right: 8px;
}
.start_links .reg_link{
	padding: 5px;
	background-color:  #007d19;
	border-radius: 4px;
	display: flex;
	margin-left: 10px;
}
.start_links .download_link{
	padding: 5px;
	background: linear-gradient(to bottom, #9b3e3e 0%, #803030 100%);
	border-radius: 4px;
	display: flex;
}
.download_link .menu_item{
	color: #fff0c1;
	text-decoration:none;
	min-width: 127px;
	text-align: center;
}
.reg_link .menu_item{
	color: #fff0c1;
	text-decoration:none;
	min-width: 127px;
	text-align: center;
}

.hamburger {
	display: none; /* По умолчанию скрыто */
	font-size: 30px;
	cursor: pointer;
}

/* MEDIA */

@media (max-width: 809px) {
	.nav ul li a {
		padding: 15px 15px;
	}
}

@media (max-width: 749px) {
	.header .phone a {
		font-size:28px;
	}
}

@media (max-width: 739px) {
	.nav ul li a {
		padding: 15px 10px;
	}
}

@media (max-width: 715px) {
	.header .phone a {
		font-size:24px;
	}
}
/*@media (max-width: 680px) {
	.header .phone {
		padding: 20px 0 0 0;
	}
	.header {
		height: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
}*/

@media (max-width: 669px) {
	.nav ul li a {
		padding: 15px 5px;
	}
}

@media (max-width: 599px) {
	.header .logo a {
		margin-left: 8px;
	}
	.nav{
		height: 100vh;
		position: absolute;
		width: 130px;
		justify-content: space-evenly;
		background-color: #000000;
	}
	.nav ul {
		flex-wrap: nowrap;
		flex-direction: column;

	}
	.nav ul li a {
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #ddd;
		padding: 20px; /* Увеличиваем внутренний отступ */
		font-size: 12px; /* Увеличиваем размер шрифта */

	}
	.nav ul li:last-child {
		border-bottom: none;
	}
	.nav {
		display: none; /* Скрываем навигацию */
	}
	.hamburger {
		display: block; /* Показываем гамбургер */
		color: white;
		margin-right: 8px;
	}
}
@media (max-width: 475px) {
	.logo{
		margin-right: 9px;
	}
}
.content iframe {
    max-width: 100%;
}

.content table { 
	width: 100%;
	border-spacing: 0;
	margin-bottom:20px;
}

.content tr:nth-child(2n) {
	background: #dcf1fa;
	color: #000;
} 

.content tr:nth-child(2n+1) {
	background: #b1e0f2;
	color: #000;
}

.content td {
    padding: 5px 10px;
    border: 1px solid #fff;
	vertical-align: middle;
    font-size: 14px;
    font-family: Arial;
}
.goto {
	 text-align: center!important;
	 margin-top:20px;
}
.goto p{
	text-align: center!important;
	line-height: 41px;
	line-height: 40px;
	margin-bottom:30px;
}
.goto a{
    background:#FFDA17;
    background:-moz-linear-gradient(top,#FFDA17 0%,#F0BE0C 100%);
    background:-webkit-linear-gradient(top,#FFDA17 0%,#F0BE0C 100%);
    background:linear-gradient(to bottom,#FFDA17 0%,#F0BE0C 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDA17',endColorstr='#F0BE0C',GradientType=0);
    border-radius:3px;
    border:0!important;
    padding:10px;
    text-align:center;
    color:#000!important;
    cursor:pointer;
    font-size:19px;
    font-weight:700;
    text-decoration:none;
    margin-bottom:30px;
}
blockquote{margin: 20px 0;padding: 20px;background-color: #f2f2f2;color: #000000;}
blockquote p{
	margin: 0px !important;
	padding-bottom: 0px !important;
	color: #000000 !important;
}
.gotobtn {
    background-color: rgb(56, 157, 41);
    transition: 300ms;
    font-weight: 800;
    font-size: 16px;
    width: 350px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 4px;
    margin: 20px auto 0;
    text-align: center;
}
a.gotobtn {
    text-decoration: none;
	color:#fff !important;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.gotobtn:hover {
    background-color: #2a751e;
	color: #fff !important;;
}
.scr h3{
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
}
.scr table { 
	width: 100%;
	border-spacing: 0;
	margin-bottom:20px;
}

.scr tr:nth-child(2n) {
	background: #fff;
	color: #000;
} 

.scr tr:nth-child(2n+1) {
	color: #000;
	background: #fff;
}

.scr tr:nth-child(1) {
	color: #000;
	background: #fff;
} 
.scr td {
    padding: 5px 10px;
    border: 3px solid #fff;
	vertical-align: middle;
}
}