body {
	background-color: #fff4ef;
	font-family: Montserrat;
	font-size: 12px;
	color: #545353;
}

.tmg #tmg_ps_body div label {
    display: block;
    width: 16em;
    float: left;
}

#tmg_payment_credits label {
    display: block;
    margin-left: 20px;
}

.tmg #tmg_ps_body div input {
    display: block;
    width: 40%;
    font-size: 9pt;
    line-height: 15px;
}

.modal-dialog {
  max-width: 600px !important;
}

a {
	color: #545353;
	text-decoration: none;
}

a:hover {
	color: #545353;
	text-decoration: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nav-item {
	font-size: 14px;
	text-transform: uppercase;
}

.nav-item:hover {
	color: #000
}

a.active {
	font-weight: 600;
}

a.navbar-brand {
	font-size: 36px;
	font-weight: bold;
}

.navbar-light .navbar-brand {
    color: #545353;
}

span.orange {
	color: #f79c24;
}

button.callback {
	background-color: #f79c24;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border: none;
	width: 150px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-left: 20px;
	cursor: pointer;
	outline: none;
	transition: 1s;
}

button.callback:hover {
	background-color: #f79c24;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border: none;
	width: 150px;
	height: 30px;
	text-align: center;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-left: 20px;
	cursor: pointer;
	outline: none;
	transition: 1s;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
	-moz-box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
	box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
}

.row {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0;
}

.block_1 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 100px;
}

p.block_1_title {
	font-size: 56px;
	color: #545353;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

p.block_1_text {
	font-size: 18px;
}

button.demo_button {
	background-color: #f79c24;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border: none;
	width: 250px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-top: 25px;
	cursor: pointer;
	outline: none;
	transition: 1s;
}

button.demo_button:hover {
	background-color: #f79c24;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border: none;
	width: 250px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	margin-top: 25px;
	cursor: pointer;
	outline: none;
	transition: 1s;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
	-moz-box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
	box-shadow: 0px 0px 19px 0px rgba(247, 148, 36, 0.5);
}

.section_one {
	width: 100%;
	height: auto;
	background-image:url('../images/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

img.pic_block_1 { 
	width: 90%;
}

.block_2 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.info_block {
	width: 90%;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #fff;
	color: #545353;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
}

img.pic_info {
	float: left;
	width: 30%;
}

p.info_block_title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 10px;
}

p.info_block_text {
	margin-top: -10px;
	font-size: 12px;
}

.block_3 {
	width: 100%;
	height: auto;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 50px;
}

p.block_3_title {
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 50px;
}

.lang_pic_en {
	width: 90%;
	min-height: 180px;
	background-image:url('../images/eng.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	text-align: center;
}

.lang_pic_ru {
	width: 90%;
	min-height: 180px;
	background-image:url('../images/ru.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	text-align: center;
}

.lang_pic_cn {
	width: 90%;
	min-height: 180px;
	background-image:url('../images/cn.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	text-align: center;
}

.lang_pic_jp {
	width: 90%;
	min-height: 180px;
	background-image:url('../images/jp.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	text-align: center;
}

p.block_3_name {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10%;
	font-weight: bold;
}

p.block_3_text {
	margin-top: 30px;
	font-size: 14px;
}

.section_two {
	width: 100%;
	background-image:url('../images/bg-2.jpg');
	background-repeat:no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}

p.school_info_title {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}

p.school_info_text {
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

img.school_info_pic {
	width: 95%;
}

img.school_info_pic_ind {
	width: 80%;
}

.save {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_three {
	width: 100%;
	height: auto;
	background-image:url('../images/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.fio {
	padding-left: 25px;
	padding-right: 25px;
}

p.blog_info_title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 30px;
}

p.name {
	margin-top: 20px;
	text-transform: uppercase;
	color: #fa9d33;
	font-size: 16px;
	font-weight: bold;
}

p.prof {
	font-size: 12px;
	margin-top: -15px;
	text-transform: uppercase;
	font-weight: 600;
}

p.prof_info {
	font-size: 12px;
}

p.free_test_title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 30px;
	margin-top: 30px;
}

p.title_label {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

button.radio_lang {
	background-color: transparent;
	border-radius: 10px;
	margin-right: 20px;
	border: 2px #fa9d33 solid;
	width: 250px;
	height: 40px;
	color: #4a4a4a;
	text-transform: uppercase;
	margin-bottom: 20px;
	cursor: pointer;
	outline: none;
}

button.radio_lang:hover {
	background-color: #4c4c4c;
	border-radius: 10px;
	border: 2px #fa9d33 solid;
	width: 250px;
	height: 40px;
	margin-right: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	cursor: pointer;
	outline: none;
	transition: 1s;
}

input.default_input {
	display: block;
	width: 250px;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 2px #eaa959 solid;
	outline: none;
	background-color: #f9f8fb;
	color: #4c4c4c;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

button.msg_enter {
	display: block;
	margin-top: 20px;
	width: 200px;
	height: 35px;
	background-color: #f09c34;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
}

button.msg_enter:hover {
	display: block;
	margin-top: 20px;
	width: 200px;
	height: 35px;
	background-color: #f09c34;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	-moz-box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	box-shadow: 0px 0px 48px 25px rgba(249, 155, 28, 0.2);
	transition: 1s;
}

p.offer_text {
	font-size: 10px;
	margin-top: 10px;
	color: #000;
}

img.last_pic {
	width: 70%;
}

.footer {
	display: block;
	width: 100%;
	background-image:url('../images/bg-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
}

p.footer_text {
	font-size: 10px;
	color: #4c4c4c;
}

p.footer_text_2 {
	font-size: 10px;
	color: #4c4c4c;
	margin-top: -10px;
}

p.footer_menu {
	font-size: 12px;
	color: #4c4c4c;
}

p.footer_menu_2 {
	font-size: 12px;
	color: #4c4c4c;
	margin-top: -10px;
}

.modal-content {
	background-color: #ffe2d1;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

h5.modal-title {
	text-transform: uppercase;
	color: #474747;
	font-weight: bold;
	text-align: center;
}

.modal-header {
    margin: 0 auto;
    border: none;
    padding-bottom: 0px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.btn-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

input.modal_input {
	display: block;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 2px #eaa959 solid;
	outline: none;
	background-color: #f9f8fb;
	color: #4c4c4c;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

button.modal_button {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	width: 200px;
	height: 35px;
	background-color: #f09c34;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	margin-bottom: 5px;
}

p.modal_text_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

p.modal_text_def {
	font-size: 12px;
	margin-top: -10px;
}

@media only screen and (max-device-width: 480px) {
  p.block_1_title {
		font-size: 36px;
	}
	
	.tmg {
    width: auto !important;
    zoom: 0.7;
	}
	
	.tmg #tmg_ps_body .tmg_ps_paysys_desc {
    width: 50% !important;
  }
	
	p.block_1_text {
		font-size: 16px;
	}
	
	.block_1 {
		margin-top: 40px;
		text-align: center;
	}
	
	img.pic_block_1 {
		margin-top: 30px;
	}
	
	.info_block {
		width: 100%;
		margin-top: 30px;
	}
	
	button.callback {
		margin-left: 0px;
	}
	
	button.callback:hover {
		margin-left: 0px;
	}
	
	.lang_pic_en {
		width: 80%;
		margin-left: 10%;
	}
	
	.lang_pic_ru {
		width: 100%;
	}
	
	.lang_pic_jp {
		width: 80%;
		margin-left: 10%;
	}
	
	.lang_pic_cn {
		width: 100%;
	}
	
	p.block_3_name {
    margin-right: 0;
  }
	.section_two {
		text-align: center;
	}
	
	img.avatar {
		margin-top: 20px;
	}
	
	.left {
		text-align: center;
	}
	
	.footer {
		text-align: center;
	}
	
	input.default_input {
		margin: 0 auto;
		margin-top: 20px;
	}
	
	button.msg_enter {
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media (min-width: 576px) {
  #mob_num {
    display: none;
  }
}
