/*! variables */
/*! begin functions */
.has_er {
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */
}
.has_er input,
.has_er select,
.has_er textarea {
  background-color: #ff3333 !important;
}
.has_er input::-webkit-input-placeholder {
  color: black !important;
}
.has_er input::-moz-placeholder {
  color: black !important;
}
.has_er input:-moz-placeholder {
  color: black !important;
}
.has_er input:-ms-input-placeholder {
  color: black !important;
}
.has_er textarea::-webkit-input-placeholder {
  color: black !important;
}
.has_er textarea::-moz-placeholder {
  color: black !important;
}
.has_er textarea:-moz-placeholder {
  color: black !important;
}
.has_er textarea:-ms-input-placeholder {
  color: black !important;
}
.has_er .fa,
.has_er .far,
.has_er select,
.has_er textarea,
.has_er .select_credit {
  color: black !important;
}
.has_er .item .far {
  background-color: #ff3333 !important;
  background: #ff3333 !important;
}
/*! end functions */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font: bold 48px/1.2 'Gabriela', serif;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
button,
input {
  /* 1 */
  overflow: visible;
}
button,
select {
  /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul li {
  list-style: none;
}
/* END Normalize.css
 ========================================================================== */
/* Общие элементы сайта */
.wrapper_1200 {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  color: #666;
  font: 16px/1.5 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.wrapper_body {
  overflow: hidden;
}
.clear {
  clear: both;
}
.form {
  width: 330px;
  padding: 15px;
  background: #FFD04E;
  text-align: center;
  border-radius: 18px;
}
.form .title {
  text-transform: uppercase;
  font: bold 25px/1.4 'Gabriela', serif;
  text-align: center;
  margin: 0 0 15px;
}
.form .title div {
  font-size: 28px;
}
.form .control_wrapper {
  position: relative;
  margin: 0 0 15px;
}
.form .control_wrapper .fa,
.form .control_wrapper .far {
  position: absolute;
  left: 45px;
  top: 10px;
  color: #646464;
}
.form .control_wrapper .fa {
  left: 47px;
  top: 11px;
  width: 8px;
}
.form .control_wrapper input,
.form .control_wrapper textarea,
.form .control_wrapper select {
  width: 298px;
  border: 1px solid #646464;
  color: #646464;
  border-radius: 5px;
  padding: 0 3px 0 30px;
  background: white;
  box-shadow: none;
  color: black;
  font: 16px 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.form .control_wrapper input {
  width: 220px;
  height: 36px;
  line-height: 36px;
}
.form .control_wrapper textarea {
  height: 96px;
  resize: none;
}
.form .control_wrapper input:focus,
.form .control_wrapper textarea:focus,
.form .control_wrapper select:focus,
.form .control_wrapper input:active,
.form .control_wrapper textarea:active,
.form .control_wrapper select:active {
  border-color: red;
}
.form .btn {
  margin: 5px 0 0;
}
.form .confidential {
  text-align: center;
  margin: 7px 0 7px 0;
}
.form .confidential a {
  font-size: 14px;
  line-height: 15px;
  color: #5693BC;
}
.form .select_location_title {
  font: bold 16px/22px 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.form .select_location {
  width: 298px;
  padding: 10px 3px 0 30px;
  box-shadow: none;
  font: 16px/22px 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.form .select_location .item {
  position: relative;
  cursor: pointer;
  text-align: left;
}
.form .select_location .item .far {
  left: -20px;
  top: 2px;
  background: white;
}
.form .select_school {
  background-color: #ff3333 !important;
}
.form .select_location_selected {
  color: black;
  font-size: 16px;
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  top: 0;
  left: 0;
}
.popup .form {
  position: relative;
  float: left;
  margin: 0 0 0 -180px;
  left: 50%;
  top: 100px;
  background: #f6f6f6;
  box-shadow: 0px 3px 5px 0px rgba(0, 1, 1, 0.5);
  padding-bottom: 22px;
}
.popup .form .fa-times {
  margin: 0;
  color: #fff;
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  float: right;
  cursor: pointer;
  top: -15px;
  right: -15px;
  position: absolute;
  font-size: 20px;
  line-height: 28px !important;
}
.popup .form .fa-question-circle {
  top: 4px;
}
.popup .form .title {
  color: red;
}
.popup .form .confidential {
  font-size: 12px;
  line-height: 15px;
}
.popup .form .confidential a {
  font-size: 14px;
  line-height: 15px;
  color: #646464;
}
.popup .form input {
  width: 220px;
}
.popup .form .fa-mobile-alt {
  left: 48px;
  top: 11px;
}
::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.pink {
  color: #FC5170;
}
.orange {
  color: #FF993F;
}
.blue {
  color: #3FB0FF;
}
.green {
  color: #AED234;
}
.yellow {
  color: #FFD04E;
}
.grey {
  color: #646464;
}
.red {
  color: red;
}
.blue1 {
  color: #5693BC;
}
.fiol {
  color: #A44EA3;
}
.green1 {
  color: #61D0BF;
}
.brown {
  color: #9B5360;
}
.bg_pink {
  background: #FC5170;
}
.bg_orange {
  background: #FF993F;
}
.bg_blue {
  background: #3FB0FF;
}
.bg_blue1 {
  background: #5693BC;
}
.bg_green {
  background: #AED234;
}
.bg_yellow {
  background: #FFD04E;
}
.bg_grey {
  background: #646464;
}
.bg_red {
  background: red;
}
.bg_fiol {
  background: #A44EA3;
}
.bg_green1 {
  background: #61D0BF;
}
.bg_brown {
  background: #9B5360;
}
.bg_dark_pink {
  background: #fb0632;
}
.bg_dark_orange {
  background: #f27100;
}
.bg_dark_blue {
  background: #008ef2;
}
.bg_dark_blue1 {
  background: #386b8d;
}
.bg_dark_green {
  background: #7d9822;
}
.bg_dark_yellow {
  background: #ffbc01;
}
.bg_dark_fiol {
  background: #70356f;
}
.bg_dark_green1 {
  background: #34b09d;
}
.bg_dark_brown {
  background: #693841;
}
.btn {
  height: 40px;
  font: 18px/38px 'Arial', 'Arial', 'Helvetica', sans-serif;
  background: #AED234;
  color: white;
  border-radius: 20px;
  padding: 0 30px;
  cursor: pointer;
  display: inline-block;
}
.btn:hover {
  background: #7d9822;
  transition: all 0.3s ease 0s;
}
.btn_red {
  background: red;
}
.btn_red:hover {
  background: #b30000;
}
.btn_blue {
  background: #3FB0FF;
}
.btn_blue:hover {
  background: #008ef2;
}
.btn_orange {
  background: #FF993F;
}
.btn_orange:hover {
  background: #f27100;
}
h2 {
  text-align: center;
  font: bold 48px/1 'Gabriela', serif;
  color: #3FB0FF;
  margin: 0 0 45px 0;
  padding: 0;
}
h2 span {
  display: block;
  font: 24px/1 'Arial', 'Arial', 'Helvetica', sans-serif;
  color: #646464;
  padding: 10px 0 0;
}
h2 span:before {
  content: '—';
  margin-right: 10px;
}
h2 span:after {
  content: '—';
  margin-left: 10px;
}
p {
  margin: 10px 0 5px 0;
}
.block {
  padding: 60px 0;
}
.logo {
  display: flex;
  align-items: center;
}
.logo .logo_text1 {
  font: bold 72px 'Arial', 'Arial', 'Helvetica', sans-serif;
  font-stretch: ultra-condensed;
  float: left;
  letter-spacing: 1px;
  margin-left: -35px;
}
.logo .logo_text2 {
  font: bold 48px 'Henny Penny', cursive;
  float: left;
  margin: 30px 0 0 -260px;
}
.logo .logo_text3 {
  font: 18px/24px 'Gabriela', serif;
  float: left;
  margin: 0 0 0 15px;
}
.logo img {
  float: left;
  margin: 0px 0 0 0px;
}
.header_top .wrapper_1200 {
  display: flex;
  justify-content: space-between;
}
.phone_wrapper {
  margin: 0 60px 0 0px;
  font: 16px 'Gabriela', serif;
}
.phone_wrapper p {
  margin: 7px 0;
}
.phone_wrapper p a {
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none;
}
.phone_wrapper p a span {
  font-weight: normal;
}
.phone_wrapper p a:before {
  content: '';
  background: url(/img/icons.png) -32px 0;
  position: absolute;
  top: 2px;
  left: -30px;
  height: 20px;
  width: 25px;
}
.phone_wrapper p a:hover {
  color: #646464;
}
.phone_wrapper p:nth-child(2) a:before {
  content: '';
  background-position: 1px 0px;
}
.phone_wrapper p:nth-child(3) a:before {
  content: '';
  background-position: -60px 0px;
}
.phone_wrapper p:first-child {
  margin-top: 0;
}
.phone_wrapper p:last-child {
  margin-bottom: 0;
}
.nav_langs {
  margin-top: 0;
}
.nav_langs li {
  color: #3FB0FF;
}
.nav_langs li:first-child {
  color: #FC5170;
}
.nav_langs a {
  margin: 0 5px;
  color: inherit;
  font-size: 20px;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
/* Общие элементы сайта END */
/* HEADER BEGIN */
.header {
  background: url(/img/header_top_bg.png) no-repeat center top fixed;
}
.header .header_top {
  padding: 15px 0 20px;
  margin: 0;
}
.header .header_menu {
  clear: both;
}
.header .header_menu nav {
  position: relative;
  float: none;
  padding: 0;
  z-index: 100;
  background: none;
}
.header .header_menu nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.header .header_menu nav ul li {
  text-align: center;
  float: left;
  position: relative;
  width: 20%;
  padding: 0;
  margin: 0;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  z-index: 10;
  display: inline-block;
  font: 20px/1.2 'Gabriela', serif;
  color: #646464;
  cursor: pointer;
}
.header .header_menu nav ul li:before {
  content: "";
  height: 4px;
  background: #646464;
  display: block;
  pointer-events: none;
  margin-bottom: 10px;
}
.header .header_menu nav ul li:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #646464 transparent transparent transparent;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -2px;
  transition: all 0.3s ease 0s;
}
.header .header_menu nav ul li.pink:before {
  content: "";
  background: #FC5170;
}
.header .header_menu nav ul li.pink:after {
  border-color: #FC5170 transparent transparent transparent;
  top: 4px;
}
.header .header_menu nav ul li.pink:hover,
.header .header_menu nav ul li.pink.active {
  color: #FC5170;
}
.header .header_menu nav ul li.orange:before {
  content: "";
  background: #FF993F;
}
.header .header_menu nav ul li.orange:after {
  border-color: #FF993F transparent transparent transparent;
  top: 4px;
}
.header .header_menu nav ul li.orange:hover,
.header .header_menu nav ul li.orange.active {
  color: #FF993F;
}
.header .header_menu nav ul li.blue:before {
  content: "";
  background: #3FB0FF;
}
.header .header_menu nav ul li.blue:after {
  border-color: #3FB0FF transparent transparent transparent;
  top: 4px;
}
.header .header_menu nav ul li.blue:hover,
.header .header_menu nav ul li.blue.active {
  color: #3FB0FF;
}
.header .header_menu nav ul li.green:before {
  content: "";
  background: #AED234;
}
.header .header_menu nav ul li.green:after {
  border-color: #AED234 transparent transparent transparent;
  top: 4px;
}
.header .header_menu nav ul li.green:hover,
.header .header_menu nav ul li.green.active {
  color: #AED234;
}
.header .header_menu nav ul li.yellow:before {
  content: "";
  background: #FFD04E;
}
.header .header_menu nav ul li.yellow:after {
  border-color: #FFD04E transparent transparent transparent;
  top: 4px;
}
.header .header_menu nav ul li.yellow:hover,
.header .header_menu nav ul li.yellow.active {
  color: #FFD04E;
}
.header .header_middle .header_bg {
  float: right;
  margin: -30px 0 0;
  z-index: -1;
  position: relative;
}
.header .header_middle .wrapper_h1 {
  text-align: center;
}
.header .header_middle h1 {
  display: inline-block;
  text-align: center;
  font: 48px/1.3 'Gabriela', serif;
  margin: 60px auto;
}
.header .header_middle .header_middle_text ul {
  color: #646464;
  font: 16px/1.2 'Gabriela', serif;
  margin: 30px 0 0 20px;
  padding: 0;
  position: relative;
}
.header .header_middle .header_middle_text ul li {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 20px 0 40px 0;
  height: 70px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header_middle .header_middle_text ul li img {
  float: left;
  margin: 0 10px 0 0;
}
/* HEADER END */
.block1 {
  background: url(/img/product_bg.png);
  background-color: #F1F1F1;
}
.block1 .block_bg {
  background: url(/img/bg_bottom_white.png) no-repeat center top, url(/img/bg_top_white.png) no-repeat center bottom;
}
.block1 .under_photostack {
  margin: -25px 0 60px 30px;
  float: right;
  cursor: pointer;
}
.block1 .under_photostack .js-photostack {
  position: relative;
  padding: 0;
  margin: 0;
}
.block1 .under_photostack .js-photostack > * {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
}
.block1 .under_photostack img {
  border: 10px solid #FFFFF1;
}
.block1 .under_photostack img:hover {
  transition: all 0.3s ease 0s;
  border: 10px solid #FFD04E;
}
.block2 {
  padding-bottom: 0;
}
.block2 .block2_9 {
  width: 100%;
  text-align: center;
}
.block2 .block2_9 div {
  display: inline-block;
  width: 300px;
  margin: 25px 3%;
  text-align: center;
}
.block2 .block2_9 div h4 {
  font: bold 18px/1.2 'Gabriela', serif;
  text-transform: uppercase;
  height: 44px;
  margin: 6px 0;
}
.block2 .block2_9 div p {
  font: 16px/1.3 'Gabriela', serif;
  height: 44px;
}
.block2 .block2_9 div img {
  border: 5px solid #F1F1F1;
}
.block2 .block2_9 div img:hover {
  opacity: 0.9;
  transition: all 0.3s ease 0s;
  border: 5px solid #FFD04E;
}
.block2 .block2_9 div:last-child {
  height: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.block_action {
  background: url(/img/product_bg.png);
  background-color: #F1F1F1;
}
.block_action .block_bg {
  background: url(/img/bg_bottom_white.png) no-repeat center top, url(/img/bg_top_white.png) no-repeat center bottom;
}
.block_action img {
  float: left;
  margin: -70px 50px 0 -200px;
}
.block_action .action {
  display: inline-block;
  text-align: center;
  width: 400px;
}
.block_action .action .action_title {
  font: bold 42px 'Henny Penny', cursive;
  color: #3FB0FF;
  margin: 0;
}
.block_action .action .action_text1 {
  font: 32px/1.5 'Arial', 'Arial', 'Helvetica', sans-serif;
  margin: 0 0 18px;
}
.block_action .action .action_text2 {
  margin: 32px 0 20px 0px;
}
.block_action .action .action_text2 strike {
  font: 400 28px 'Arial', 'Arial', 'Helvetica', sans-serif;
  color: #646464;
}
.block_action .action .action_text2 span {
  font: bold 42px/1.5 'Gabriela', serif;
  color: red;
  margin: 0 0 0 15px;
  padding: 5px 10px;
  border: 2px solid red;
}
.block_action .action .action_text3 {
  font: 18px/1.4 'Arial', 'Arial', 'Helvetica', sans-serif;
  margin: 26px 0 0;
}
.block_action .action .action_text3 a {
  display: block;
  color: #3FB0FF;
}
.block_action .action .btn {
  margin: 30px 0 0;
}
.block_action .action .under_form {
  font: 24px/1.4 'Gabriela', serif;
  margin: 30px 0 -10px 0;
}
.block_action .wrapper_form {
  float: right;
}
.block3 table.table_date {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 25px 0 10px;
  font: bold 16px 'Arial', 'Arial', 'Helvetica', sans-serif;
  border: 2px solid #CDCDCD;
}
.block3 table.table_date td,
.block3 table.table_date th {
  border: 1px solid #CDCDCD;
  padding: 5px 7px;
  text-align: center;
}
.block3 table.table_date td strike,
.block3 table.table_date th strike {
  color: #CDCDCD;
}
.block3 table.table_date td strong.red,
.block3 table.table_date th strong.red {
  font: bold 20px 'Gabriela', serif;
}
.block3 table.table_date td {
  height: 25px;
}
.block3 table.table_date .td_grey {
  background: #F1F1F1;
}
.block3 table.table_date th {
  padding: 15px 7px;
  font: 20px 'Arial', 'Arial', 'Helvetica', sans-serif;
  color: white;
  background: #3FB0FF;
}
.block3 table.table_date .left {
  font-weight: normal;
  text-align: left;
}
.block3 table.table_date .tr_hr {
  background: #CDCDCD;
  height: 2px;
  padding: 0;
  font-size: 0;
}
.block4 {
  background: url(/img/product_bg.png);
  background-color: #F1F1F1;
}
.block4 .block_bg {
  background: url(/img/bg_bottom_white.png) no-repeat center top, url(/img/bg_top_white.png) no-repeat center bottom;
}
.block4 .wrapper_time_blocks {
  margin: 35px 0 45px;
}
.block4 .wrapper_one_time_block {
  clear: left;
  margin: 75px 0 0 10%;
  float: left;
  position: relative;
}
.block4 .wrapper_one_time_block .time_block_header {
  float: left;
  display: inline-block;
  padding: 4px 10px 4px 40px;
  background: #AED234;
  color: white;
  font: bold 18px 'Henny Penny', cursive;
  margin: 0 0 -30px 285px;
  z-index: 2;
  letter-spacing: 3px;
}
.block4 .wrapper_one_time_block .time_block img {
  float: left;
  border: 5px solid white;
}
.block4 .wrapper_one_time_block .time_block img:hover {
  opacity: 0.9;
  transition: all 0.3s ease 0s;
  border: 5px solid #FFD04E;
}
.block4 .wrapper_one_time_block .time_block div {
  padding: 0 10px 5px 15px;
  height: 180px;
  margin: 25px 0 0 -15px;
  width: 250px;
  background: white;
  float: left;
  border: 1px solid #F1F1F1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@h, Direction=135, Color=@color)";
  /*IE 8*/
  -moz-box-shadow: 3px 3px 3px #CDCDCD;
  /*FF 3.5+*/
  -webkit-box-shadow: 3px 3px 3px #CDCDCD;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 3px 3px 3px #CDCDCD;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3px, Direction=135, Color=#CDCDCD);
  /*IE 5.5-7*/
}
.block4 .wrapper_one_time_block .time_block div h3 {
  font: bold 20px/1 'Gabriela', serif;
  color: #3FB0FF;
}
.block4 .wrapper_one_time_block .time_block div p {
  font: 18px/1.5 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.block4 .wrapper_one_time_block .arrow_right {
  position: absolute;
  top: 154px;
  right: -136px;
}
.block4 .wrapper_one_time_block .arrow_left {
  position: absolute;
  top: 154px;
  left: -136px;
}
.block4 .wrapper_one_time_block:nth-child(2n) {
  margin-left: 40%;
}
.block4 .wrapper_one_time_block:nth-child(2n) .time_block_header {
  float: right;
  margin: 0 277px -30px 0;
  padding: 4px 40px 4px 10px;
}
.block4 .wrapper_one_time_block:nth-child(2n) .time_block img {
  float: right;
}
.block4 .wrapper_one_time_block:nth-child(2n) .time_block div {
  margin: 25px -15px 0 0;
  float: right;
  border: 1px solid #F1F1F1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@h, Direction=135, Color=@color)";
  /*IE 8*/
  -moz-box-shadow: -3px 3px 3px #CDCDCD;
  /*FF 3.5+*/
  -webkit-box-shadow: -3px 3px 3px #CDCDCD;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: -3px 3px 3px #CDCDCD;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3px, Direction=135, Color=#CDCDCD);
  /*IE 5.5-7*/
}
.block4 .wrapper_one_time_block:first-child {
  margin-top: 30px;
}
.block5 .tabs {
  background: white;
  width: 100%;
}
.block5 .tabs .top_tabs {
  color: #5693BC;
}
.block5 .tabs .top_tabs ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.block5 .tabs .top_tabs ul li {
  font: 20px/1.2 'Gabriela', serif;
}
.block5 .tabs .top_tabs .tab_item {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #F1F1F1;
  text-align: center;
  border-top: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  margin: 0 2%;
}
.block5 .tabs .top_tabs .tab_item:last-child:after {
  display: none;
}
.block5 .tabs .top_tabs .tab_item:hover,
.block5 .tabs .top_tabs .tab_item.active_tab {
  background: #FFD04E;
}
.block5 .tabs .top_tabs .tab_item:first-child {
  border-left: 1px solid #CDCDCD;
}
.block5 .tabs .bottom_tabs {
  width: 100%;
  clear: both;
  margin: 45px 0 25px;
}
.block5 .tabs .bottom_tabs .tab_item {
  display: none;
}
.block5 .tabs .bottom_tabs .tab_item h4 {
  width: 100%;
  text-align: center;
  font: 24px/20px 'Gabriela', serif;
  margin: 0 0 10px;
}
.block5 .tabs .bottom_tabs .tab_item .tab_item_content {
  display: block;
  font: 16px/24px 'Arial', 'Arial', 'Helvetica', sans-serif;
}
.block5 .tabs .bottom_tabs .tab_item .tab_item_content iframe {
  width: 100%;
  height: 500px;
  border: 1px solid #FFD04E;
  margin: 20px 0 0;
}
.block5 .tabs .bottom_tabs .active_tab {
  display: block;
}
.question_swal .fa-times {
  margin: 0!important;
  color: #fff !important;
  background: red !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  text-align: center !important;
  float: right !important;
  cursor: pointer !important;
  top: -20px !important;
  right: -38px !important;
  position: absolute !important;
  font-size: 20px!important;
  line-height: 28px!important;
}
.wrapper_footer {
  background: #F0F0F0;
  border-top: solid 1px #A7E6EA;
  padding-top: 30px;
  width: 100%;
  margin: 0px;
  float: left;
  clear: both;
  background-image: url(/img/footer_bg.png);
  background-color: #F0F0F0;
  position: relative;
  background-position: center top;
}
.wrapper_footer .flex {
  justify-content: space-between;
}
.wrapper_footer:before {
  content: "";
  background: url(/img/footer_top_bg.png) center top no-repeat;
  position: absolute;
  top: -46px;
  left: 0px;
  width: 100%;
  height: 46px;
  background-size: cover;
}
.wrapper_footer .block_title_footer {
  margin: 15px 0px 0px 0px;
  float: left;
  width: 100%;
  font-size: 24px;
  color: #2f2f2f;
}
.wrapper_footer .left_side_footer {
  float: left;
  width: 530px;
  height: auto;
}
.wrapper_footer .left_side_footer .top_footer {
  width: 305px;
}
.wrapper_footer .left_side_footer .top_footer ul {
  margin: 20px 0px 0px 0px;
  padding: 0;
  font-size: 18px;
}
.wrapper_footer .left_side_footer .top_footer ul li {
  margin: 9px 0px 0px 0px;
  line-height: 1.2;
}
.wrapper_footer .left_side_footer .top_footer ul li a {
  text-decoration: none;
  color: #696969;
}
.wrapper_footer .left_side_footer .top_footer ul li a:hover {
  color: #3FB0FF;
}
.wrapper_footer .left_side_footer .top_footer ul li.active > a {
  color: #FF993F;
}
.wrapper_footer .left_side_footer .top_footer ul .link {
  cursor: pointer;
}
.wrapper_footer .left_side_footer .phone_footer {
  margin: 10px 40px 0 0px;
}
.wrapper_footer .left_side_footer .phone_footer .btn {
  margin: 20px 0 0 -30px;
}
.wrapper_footer .left_side_footer .logo_text1 {
  margin: 0;
}
.wrapper_footer .right_footer_side {
  float: right;
  width: 400px;
}
.wrapper_footer .right_footer_side .form_question {
  border-radius: 18px;
  padding: 0;
  margin: 0;
  width: 100%;
}
.wrapper_footer .right_footer_side .form_question .block_title_footer {
  color: #FC5170;
  text-transform: uppercase;
}
.wrapper_footer .right_footer_side .form_question .control_wrapper {
  position: relative;
  margin: 0;
}
.wrapper_footer .right_footer_side .form_question .control_wrapper:nth-child(3) {
  z-index: 100;
}
.wrapper_footer .right_footer_side .form_question .control_wrapper:nth-child(2) {
  z-index: 100;
}
.wrapper_footer .right_footer_side .form_question input,
.wrapper_footer .right_footer_side .form_question textarea {
  width: 361px;
  height: 60px;
  border: 1px solid #646464;
  color: #646464;
  border-radius: 5px;
  padding: 5px 5px 5px 30px;
  background: white;
  box-shadow: none;
  color: black;
  font-size: 16px;
  margin-top: 15px;
}
.wrapper_footer .right_footer_side .form_question input {
  width: 155px;
  float: left;
  height: 30px;
  line-height: 36px;
}
.wrapper_footer .right_footer_side .form_question input[name=mail],
.wrapper_footer .right_footer_side .form_question input[name="phone"] {
  margin-left: 15px;
}
.wrapper_footer .right_footer_side .form_question input:focus,
.wrapper_footer .right_footer_side .form_question textarea:focus,
.wrapper_footer .right_footer_side .form_question select:focus,
.wrapper_footer .right_footer_side .form_question input:active,
.wrapper_footer .right_footer_side .form_question textarea:active,
.wrapper_footer .right_footer_side .form_question select:active {
  border-color: red;
}
.wrapper_footer .right_footer_side .form_question .far,
.wrapper_footer .right_footer_side .form_question .fa {
  position: absolute;
  left: 7px;
  top: 79px;
  color: #999;
}
.wrapper_footer .right_footer_side .form_question .fa-envelope,
.wrapper_footer .right_footer_side .form_question .fa-mobile-alt {
  left: 218px;
}
.wrapper_footer .right_footer_side .form_question .fa-question-circle {
  top: 129px;
}
.wrapper_footer .right_footer_side .form_question .btn {
  float: right;
  margin-top: 18px;
}
.wrapper_footer .right_footer_side .form_question em {
  clear: both;
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  margin: 10px 0px 0px 0px;
}
.wrapper_footer .footer_middle {
  width: 100%;
  float: left;
  height: 105px;
  border-top: 1.5px solid #3FB0FF;
  margin-top: 20px;
}
.wrapper_footer .footer_middle img {
  margin-top: 15px;
  font-size: 18px;
}
.wrapper_footer .footer_middle .copy {
  font: 16px/90px 'Arial', 'Arial', 'Helvetica', sans-serif;
  color: #3FB0FF;
  text-align: center;
  margin-top: 16px;
  float: right;
  color: #5693BC;
}
.scroll_top {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 149, 255, 0.5);
  border-radius: 50%;
  position: fixed;
  z-index: 999999;
  bottom: 69px;
  right: 25px;
  display: none;
  text-align: center;
  line-height: 42px;
  color: #fff !important;
  font-size: 36px;
}
.scroll_top:hover {
  background-color: rgba(0, 149, 255, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1200px) {
  .header .header_middle .header_middle_text {
    margin-left: 0;
  }
  .logo {
    margin-left: 0;
  }
  .logo .logo_text3 {
    font-size: 16px;
  }
  .wrapper_footer .left_side_footer .top_footer ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1160px) {
  .header .header_middle .header_middle_text h1 {
    width: 100%;
  }
  .header .header_middle .header_middle_text .header_bg {
    float: none;
    margin: -20px 0 0 0;
  }
  .header .header_middle .header_middle_text ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
  .header .header_middle .header_bg {
    position: absolute;
    top: -270px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.1;
  }
  .block1 .under_photostack {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1150px) {
  .block_action img {
    margin-right: 0;
  }
}
@media screen and (max-width: 1127px) {
  .block2 .block2_9 div {
    margin: 25px 5%;
  }
}
@media screen and (max-width: 1100px) {
  .header .header_menu nav ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1095px) {
  .block_action img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .block_action .action {
    margin-top: 30px;
    float: left;
  }
  .block1 .under_photostack {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .header .header_top .wrapper_1200 .logo .logo_text3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .block4 .wrapper_one_time_block {
    margin-left: 5%;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) {
    margin-left: 38%;
  }
}
@media screen and (max-width: 990px) {
  .header .header_middle h1 {
    font-size: 38px;
    margin: 40px auto;
  }
  .header .header_middle .header_middle_text ul li {
    margin: 0px 0 30px 0;
  }
  .header .header_menu nav ul li {
    font-size: 16px;
  }
  .logo {
    flex-direction: column;
  }
  .logo .logo_text3 {
    margin-left: 0;
  }
  .wrapper_footer .logo {
    align-items: start;
  }
  .wrapper_footer .left_side_footer {
    width: auto;
  }
  .wrapper_footer .left_side_footer .top_footer {
    width: auto;
    margin-right: 60px;
  }
}
@media screen and (max-width: 970px) {
  .block4 .wrapper_one_time_block {
    margin-left: 0;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) {
    margin-left: 34%;
  }
}
@media screen and (max-width: 900px) {
  .wrapper_footer .left_side_footer .top_footer {
    margin-right: 45px;
  }
  .wrapper_footer .left_side_footer .top_footer ul {
    padding-left: 0;
  }
  .block4 {
    text-align: center;
  }
  .block4 .wrapper_one_time_block {
    float: none;
    display: inline-block;
    margin-left: 0;
  }
  .block4 .wrapper_one_time_block .time_block div {
    text-align: left;
  }
  .block4 .wrapper_one_time_block .arrow_left,
  .block4 .wrapper_one_time_block .arrow_right {
    display: none;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) {
    margin: 75px 0 0 0;
  }
}
@media screen and (max-width: 840px) {
  .wrapper_footer .left_side_footer {
    width: 420px;
  }
  .wrapper_footer .right_footer_side {
    text-align: center;
    width: 230px;
  }
  .wrapper_footer .right_footer_side .form_question .btn {
    float: none;
  }
  .wrapper_footer .right_footer_side .form_question em {
    text-align: center;
  }
  .wrapper_footer .right_footer_side .form_question textarea {
    width: 154px;
  }
  .wrapper_footer .right_footer_side .form_question input {
    float: none;
  }
  .wrapper_footer .right_footer_side .form_question input[name=mail],
  .wrapper_footer .right_footer_side .form_question input[name="phone"] {
    margin-left: 0;
  }
  .wrapper_footer .right_footer_side .form_question .far,
  .wrapper_footer .right_footer_side .form_question .fa {
    left: 30px;
    top: 28px;
  }
  .wrapper_footer .right_footer_side .form_question .fa-question-circle {
    top: 21px;
  }
  .wrapper_footer .right_footer_side .form_question .fa-user {
    top: 76px;
  }
  .wrapper_footer .right_footer_side .form_question .block_title_footer {
    margin-top: 12px;
  }
}
@media screen and (max-width: 800px) {
  .block_action .img_run {
    margin-top: -25px;
  }
  .block_action .action {
    margin-top: -25px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .block_action .wrapper_form {
    float: none;
    margin-top: 45px;
  }
  .block_action .wrapper_form .form_order {
    margin: 0 auto;
  }
  .phone_wrapper {
    margin-right: 20px;
  }
  h2 {
    font-size: 36px;
  }
  .block1 .under_photostack {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .block1 .under_photostack {
    float: none;
    margin: -6px auto 39px auto;
  }
  .block1 .under_photostack .js-photostack {
    margin: 0 auto;
  }
  .block3 table.table_date td,
  .block3 table.table_date td {
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
  }
  .block3 table.table_date td strong.red,
  .block3 table.table_date td strong.red {
    font-size: 16px;
  }
  .block3 table.table_date td .btn_orange,
  .block3 table.table_date td .btn_orange {
    padding: 0 26px;
  }
  .block3 table.table_date th {
    padding: 4px;
    font-size: 16px;
    line-height: 20px;
  }
  .header .header_menu {
    display: none;
  }
  .header .header_top {
    height: unset;
  }
  .header .header_middle .header_middle_text {
    margin: 0 0 0 0px;
  }
  .header .header_middle .header_middle_text ul {
    margin: 0;
  }
  .header .header_middle .header_middle_text h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 700px) {
  .header_top .wrapper_phone_wrapper {
    flex-direction: column;
    position: relative;
    margin-right: 40px;
  }
  .header_top .wrapper_phone_wrapper .flex-column {
    display: unset;
  }
  .header_top .wrapper_phone_wrapper .flex-column .nav_langs {
    position: absolute;
    top: -5px;
    right: -40px;
    align-items: end;
    padding: 0;
    flex-direction: column;
  }
  .header_top .btn {
    margin: 12px 0 0 -25px;
  }
}
@media screen and (max-width: 690px) {
  .wrapper_footer .left_side_footer {
    margin: 0 auto;
    float: none;
  }
  .wrapper_footer .left_side_footer .logo {
    margin-left: 0;
    align-items: center;
  }
  .wrapper_footer .left_side_footer .phone_footer {
    display: inline-block;
    float: none;
    margin: 10px 0 0 0;
  }
  .wrapper_footer .right_footer_side {
    float: none;
    margin: 0 auto;
  }
  .wrapper_footer .right_footer_side {
    width: 100%;
  }
  .wrapper_footer .right_footer_side .form_question {
    width: 272px;
    margin: 0 auto;
  }
  .wrapper_footer .right_footer_side .form_question textarea {
    width: 230px;
  }
  .wrapper_footer .right_footer_side .form_question input {
    width: 230px;
  }
  .wrapper_footer .right_footer_side .form_question .far,
  .wrapper_footer .right_footer_side .form_question .fa {
    left: 11px;
  }
  .wrapper_footer .right_footer_side .form_question .fa-question-circle {
    top: 21px;
  }
  .wrapper_footer .right_footer_side .form_question .fa-user {
    top: 76px;
  }
  .wrapper_footer .right_footer_side .form_question .block_title_footer {
    margin-top: 12px;
  }
}
@media screen and (max-width: 635px) {
  .header .header_middle .header_middle_text h1 {
    font-size: 42px;
  }
  .header .header_middle .header_middle_text .header_bg {
    width: 455px;
    height: 345px;
  }
}
@media screen and (max-width: 610px) {
  .block4 .wrapper_one_time_block .time_block_header {
    float: none;
    padding: 4px 10px;
    margin: 0;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) .time_block_header {
    float: none;
    padding: 4px 10px;
    margin: 0;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) .time_block img {
    float: none;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) .time_block div {
    float: none;
    margin: -20px auto 0 auto;
  }
  .block4 .wrapper_one_time_block .time_block img {
    float: none;
  }
  .block4 .wrapper_one_time_block .time_block div {
    float: none;
    margin: -20px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .header .header_middle .header_middle_text ul li {
    margin-bottom: 0;
  }
  .header .header_middle h1 {
    font: 32px/1.1 'Gabriela', serif;
    margin: 20px auto 30px;
  }
  .block3 table.table_date td strong.red,
  .block3 table.table_date td strong.red {
    font-size: 12px;
  }
  .block3 table.table_date td .btn_orange,
  .block3 table.table_date td .btn_orange {
    padding: 0 12px;
    font: 16px/36px Arial, Arial, Helvetica, sans-serif;
    height: 36px;
  }
  .block3 table.table_date th {
    padding: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .wrapper_footer .footer_middle {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper_footer .footer_middle img {
    margin-top: 30px;
    display: block;
  }
  .wrapper_footer .footer_middle .copy {
    margin-top: -25px;
  }
  .header .header_middle .header_bg {
    float: right;
    width: 100%;
    height: auto;
  }
  .header .header_middle .header_bg {
    top: -190px;
  }
}
@media screen and (max-width: 540px) {
  .header_top .wrapper_1200 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .header_top .wrapper_phone_wrapper {
    margin: 12px 0 0 20px;
    position: unset;
  }
  .header_top .wrapper_phone_wrapper .flex-column .nav_langs {
    top: -10px;
    right: 10px;
  }
  .header_top .phone_wrapper {
    margin-right: 0;
  }
  .header .header_middle .header_middle_text h1 {
    font-size: 32px;
  }
  .header .header_middle .header_bg {
    top: -85px;
  }
  .header .header_middle .header_middle_text ul {
    display: flex;
    flex-direction: column;
  }
  .header .header_middle .header_middle_text ul li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 530px) {
  .block_action .img_run {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper_1200 {
    padding: 0 5px;
  }
  .popup .form {
    margin: 0 0 0 -140px;
    width: 250px;
  }
  div {
    font-size: 14px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h2 span {
    font-size: 16px;
  }
  h2 span:after {
    margin-left: 2px;
  }
  h2 span:before {
    margin-right: 2px;
  }
  .block_action .wrapper_form {
    max-width: 280px;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .block_action .wrapper_form .form_order {
    width: 250px;
  }
  .block_action .wrapper_form .form_order .control_wrapper input,
  .block_action .wrapper_form .form_order .select_school {
    width: 215px;
  }
  .block_action .action {
    max-width: 300px;
    width: 100%;
  }
  .block_action .action .btn {
    margin-top: 15px;
  }
  .block_action .action .action_text1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .block_action .action .action_title {
    font-size: 24px;
  }
  .block_action .action .action_text2 span {
    font-size: 24px;
  }
  .block_action .action .action_text2 strike {
    font-size: 18px;
  }
  .block_action .action .action_text3 {
    font-size: 14px;
  }
  .block_action .img_run {
    width: 280px;
    margin-top: 0;
  }
  .header .header_middle .header_middle_text h1 {
    font-size: 26px;
  }
  .header .header_middle .header_middle_text .header_bg {
    width: 340px;
    height: 230px;
  }
  .header .header_middle .header_middle_text ul {
    margin-top: 10px;
    font-size: 14px;
  }
  .header .header_middle .header_middle_text ul li {
    margin: 0;
    height: unset;
  }
  .header .header_middle .header_middle_text ul li img {
    width: 32px;
    height: 32px;
    margin-top: -9px;
  }
  .block {
    padding: 40px 0;
  }
  .block4 .wrapper_time_blocks {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .block4 .wrapper_one_time_block {
    margin-top: 15px;
  }
  .block4 .wrapper_one_time_block:first-child {
    margin-top: 15px;
  }
  .block4 .wrapper_one_time_block:nth-child(2n) {
    margin-top: 15px;
  }
  .block4 .wrapper_one_time_block .time_block img:hover {
    border: none;
  }
  .block4 .wrapper_one_time_block .time_block div {
    text-align: center;
    height: auto;
  }
  .block4 .wrapper_one_time_block .time_block div h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .block4 .wrapper_one_time_block .time_block div p {
    font-size: 14px;
  }
  .block3 {
    padding: 20px 0;
  }
  .block5 .tabs .top_tabs .tab_item {
    font-size: 14px;
  }
  .block5 .tabs .bottom_tabs {
    margin: 15px 0 0 0;
  }
  .block5 .tabs .bottom_tabs .tab_item h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .block5 .tabs .bottom_tabs .tab_item .tab_item_content iframe {
    height: 300px;
  }
  .block5 .tabs .bottom_tabs div {
    text-align: center;
  }
  .block2 {
    padding-top: 20px;
  }
  .block2 .block2_9 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block2 .block2_9 div {
    margin-top: 0;
  }
  .block2 .block2_9 div:nth-child(9) {
    margin-bottom: 0;
  }
  .block2 .block2_9 div p {
    margin: 0;
    font-size: 14px;
  }
  .block2 .block2_9 div h4 {
    font-size: 16px;
    height: auto;
  }
  .block1 .under_photostack {
    max-width: 269px;
    width: 100%;
    margin: 0 auto;
    height: 200px;
  }
  .block1 .under_photostack ul li img {
    width: 250px;
  }
  .form .control_wrapper .fa,
  .form .control_wrapper .far {
    left: 10px;
  }
  .form .select_location .item {
    width: 220px;
  }
  .block3 table.table_date td .btn_orange,
  .block3 table.table_date td .btn_orange {
    padding: 0 12px;
    font: 8px/22px Arial, Arial, Helvetica, sans-serif;
    height: 22px;
  }
  .block3 table.table_date th {
    padding: 4px;
    font-size: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 460px) {
  .wrapper_footer .flex {
    flex-direction: column;
  }
  .wrapper_footer .left_side_footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper_footer .left_side_footer .phone_footer {
    margin: 10px 0px 0 30px;
    text-align: left;
  }
  .wrapper_footer .left_side_footer .phone_footer .btn {
    margin-top: 10px;
  }
  .wrapper_footer .left_side_footer .top_footer {
    margin: 10px 25px 15px 0;
  }
  .wrapper_footer .left_side_footer .top_footer ul {
    margin-top: 0;
  }
  .wrapper_footer .right_footer_side .form_question {
    margin-top: 15px;
  }
}
@media screen and (max-width: 370px) {
  .header .header_middle .header_bg {
    top: -20px;
  }
  .header .header_middle .header_middle_text .header_bg {
    width: 280px;
    height: 210px;
  }
  .block3 table.table_date td .btn_orange,
  .block3 table.table_date td .btn_orange {
    padding: 0 12px;
    font: 8px/22px Arial, Arial, Helvetica, sans-serif;
    height: 22px;
  }
  .block3 table.table_date th {
    font-size: 11px;
    line-height: 1.1;
  }
  .block3 table.table_date td,
  .block3 table.table_date td {
    font-size: 11px;
    line-height: 1.1;
  }
  .logo img {
    margin-left: -40px;
  }
}
@media screen and (max-width: 350px) {
  .header .header_middle .header_bg {
    top: 20px;
  }
  h2 span {
    font-size: 14px;
  }
  .block5 .tabs .top_tabs .tab_item {
    font-size: 10px;
  }
}
@media screen and (max-width: 330px) {
  .header .header_middle .header_bg {
    top: 30px;
  }
  .header .header_top .wrapper_1200 .logo .logo_text1 {
    font-size: 68px;
  }
  .wrapper_footer .left_side_footer .logo_text1 {
    font-size: 70px;
  }
}
