@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Semibold.woff2") format('woff2'), url("../fonts/OpenSans-Semibold.woff") format('woff'), url("../fonts/OpenSans-Semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans.woff2") format('woff2'), url("../fonts/OpenSans.woff") format('woff'), url("../fonts/OpenSans.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans-SemiboldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-SemiboldItalic.woff2") format('woff2'), url("../fonts/OpenSans-SemiboldItalic.woff") format('woff'), url("../fonts/OpenSans-SemiboldItalic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-BoldItalic.woff2") format('woff2'), url("../fonts/OpenSans-BoldItalic.woff") format('woff'), url("../fonts/OpenSans-BoldItalic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Italic.woff2") format('woff2'), url("../fonts/OpenSans-Italic.woff") format('woff'), url("../fonts/OpenSans-Italic.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff2") format('woff2'), url("../fonts/OpenSans-Bold.woff") format('woff'), url("../fonts/OpenSans-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Bold.eot");
  src: url("../fonts/Lora-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/Lora-Bold.woff2") format('woff2'), url("../fonts/Lora-Bold.woff") format('woff'), url("../fonts/Lora-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Regular.eot");
  src: url("../fonts/Lora-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Lora-Regular.woff2") format('woff2'), url("../fonts/Lora-Regular.woff") format('woff'), url("../fonts/Lora-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL
^^^^^^^^^^^^ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #1e1e1e;
  font: 16px/1.5 'Open Sans', Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
  background: #808080;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
sup {
  line-height: 0;
}
a {
  text-decoration: underline;
  color: #910602;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
  /*margin: 0 0 34px;*/
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font: 100% 'Open Sans', Arial, Tahoma, Geneva, sans-serif;
}
button * {
  position: relative;
}
form,
fieldset {
  border-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#main {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 100;
  min-height: 100%;
  background: #f4eacc;
  max-width: 1280px;
  margin: auto;
  padding: 0 55px;
}
h1 {
  font-size: 3.6rem;
  line-height: 1.05;
  font-family: 'Lora';
  color: #910602;
  margin: 0 0 26px;
}
h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'Lora';
  color: #910602;
  margin: 0 0 30px;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.05;
  font-family: 'Lora';
  color: #910602;
  margin: 0 0 17px;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.05;
  font-family: 'Lora';
  color: #910602;
  text-transform: uppercase;
  margin: 0 0 17px;
}
p {
  margin: 0 0 24px;
}
ul {
  list-style: url("../img/list.png");
  margin: 0 0 18px 12px;
  letter-spacing: -0.36em;
}
ul>li {
  letter-spacing: normal;
  vertical-align: top;
  padding: 0 0 6px 10px;
}
ol {
  margin: 0 0 18px;
  counter-reset: section;
  list-style-type: none;
}
ol>li {
  padding: 0 0 6px;
}
ol>li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  font-weight: bold;
  color: #910602;
  margin-right: 7px;
}
ol>li>ul {
  margin-left: 30px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 24px;
}
table th {
  background: #910602;
  font-size: 1.6rem;
  color: #f4eacc;
  text-align: left;
  padding: 13px 20px;
}
table td {
  border-bottom: 1px solid #fff9ed;
  padding: 12px 20px 13px;
  vertical-align: top;
}
.right_column .table_responsive td {
  padding: 5px 20px 5px;
}
.right_column .table_responsive tr:nth-child(even) {
  background-color: #fff9ed;
}
.img_left {
  float: left;
  margin: 0 30px 20px 0;
}
.img_left img {
  margin: 0;
}
.two_row {
  margin: 0 -15px;
}
.two_row::after {
  display: block;
  content: '';
  clear: both;
}
.two_col {
  float: left;
  width: 50%;
  padding: 0 15px;
}
cite {
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  padding: 34px 40px;
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 0 15px;
}
cite::before {
  display: block;
  content: '';
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: -10px;
  left: 40px;
  -webkit-transform: skewY(-35deg);
      -ms-transform: skewY(-35deg);
       -o-transform: skewY(-35deg);
          transform: skewY(-35deg);
  z-index: -2;
}
cite::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  background: #fff9ed;
  height: 30px;
  width: 30px;
  z-index: -1;
}
blockquote {
  margin: 0 0 30px;
}
blockquote .author {
  font-size: 1.4rem;
  font-weight: 600;
  font-style: italic;
}
a.btn_red,
.btn_red {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 5;
  border: 0;
  border-bottom: 1px solid #c50000;
  border-radius: 5px;
  overflow: hidden;
  font: bold 2.2rem/1.2 'Lora';
  color: #f4eacc;
  text-decoration: none;
  text-align: center;
  min-width: 170px;
  padding: 13px 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 2px 0 0 rgba(151,12,12,0.75);
          box-shadow: 0 2px 0 0 rgba(151,12,12,0.75);
}
a.btn_red::before,
.btn_red::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c00f2a), to(#920603));
  background: -webkit-linear-gradient(#c00f2a 0%, #920603 100%);
  background: -o-linear-gradient(#c00f2a 0%, #920603 100%);
  background: linear-gradient(#c00f2a 0%, #920603 100%);
  z-index: -2;
}
a.btn_red::after,
.btn_red::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd1d3b), to(#be1324));
  background: -webkit-linear-gradient(#dd1d3b 0%, #be1324 100%);
  background: -o-linear-gradient(#dd1d3b 0%, #be1324 100%);
  background: linear-gradient(#dd1d3b 0%, #be1324 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn_red:hover::after,
.btn_red:hover::after {
  opacity: 1;
}
a.btn_red:active::after,
.btn_red:active::after {
  -webkit-box-shadow: inset 0 0 35px 0 rgba(0,0,0,0.35);
          box-shadow: inset 0 0 35px 0 rgba(0,0,0,0.35);
}
a.btn,
.btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
  min-width: 170px;
  text-align: center;
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #1e1e1e;
  text-decoration: none;
  padding: 8px 15px 8px;
  cursor: pointer;
  border: 1px solid #d4c6ab;
  line-height: 1.2;
  overflow: hidden;
}
a.btn::before,
.btn::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: #e7d9ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ec), to(#e7d9ae));
  background: -webkit-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: -o-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  z-index: -2;
}
a.btn::after,
.btn::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: #fff8ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ec), to(#f3e9cd));
  background: -webkit-linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  background: -o-linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  background: linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover::after,
.btn:hover::after {
  opacity: 1;
}
a.btn:active::after,
.btn:active::after {
  -webkit-box-shadow: inset 0 0 15px 0 #d6c697;
          box-shadow: inset 0 0 15px 0 #d6c697;
}
.buttons {
  margin: 0 0 24px;
}
.open_menu {
  display: none;
}
.table_responsive {
  overflow-x: auto;
}
.title {
  display: block;
  font: bold 2.2rem 'Lora';
  color: #910602;
  text-transform: uppercase;
  margin: 0 0 17px;
}
.title_box {
  position: relative;
}
.title_box .more {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 1.1rem;
  text-decoration: none;
}
.title_box .more:hover {
  text-decoration: underline;
}
label {
  display: block;
  font-size: 1.4rem;
  color: #282323;
  padding: 0 0 5px;
}
label .red {
  color: #910602;
}
input[type=text] {
  display: block;
  height: 40px;
  width: 100%;
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  margin: 0 0 14px;
  padding: 0 15px;
}
textarea {
  resize: none;
  display: block;
  height: 100px;
  width: 100%;
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  margin: 0 0 14px;
  padding: 10px 15px;
}
.check {
  padding: 7px 0 0;
}
.check label {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}
.check label input {
  position: absolute;
  top: 0;
  left: 0;
}
.check label i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 20px;
  width: 20px;
  background: #fff9ed;
  border: 1px solid #d4c6ab;
}
.check label i::before {
  display: block;
  content: '';
  height: 10px;
  width: 13px;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url("../img/icons.png") no-repeat -214px 0;
  opacity: 0;
}
.check label input:checked + i:before {
  opacity: 1;
}
.form_popup h2 {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 25px;
}
.form_popup .btn_red {
  display: block;
  width: 100%;
  margin: 27px 0 0;
}
.form_info {
  display: block;
  font-size: 1.2rem;
  color: #787878;
  text-align: center;
  padding: 33px 0 0;
}
.form_info .red {
  color: #910602;
}
/* HEADER
------------*/
#header {
  padding: 0;
}
.header_top {
  background: #ac0b06;
  background: -webkit-gradient(linear, left top, left bottom, from(#ac0b06), to(#760a07));
  background: -webkit-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: -o-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: linear-gradient(#ac0b06 0%, #760a07 100%);
  margin: 0 -55px;
  padding: 0 55px;
  height: 75px;
  position: relative;
}
.header_top nav {
  position: absolute;
  top: 50%;
  right: 255px;
  left: 55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 1px 0 0;
}
.head_phone {
  display: block;
  width: 200px;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: 1.8rem;
  font-family: 'Lora';
  color: #f4eacc;
  padding: 23px 0 0;
  position: relative;
}
.head_phone strong {
  font-size: 2.2rem;
}
.head_phone a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.menu {
  list-style: none;
  margin: 0 0 0 -25px;
  line-height: 0;
  text-align: justify;
}
.menu::after {
  display: inline-block;
  content: '';
  height: 0;
  width: 100%;
}
.menu >li {
  display: inline-block;
  line-height: normal;
  padding: 14px 0 4px 25px;
}
.menu a {
  font: bold 1.6rem 'Lora';
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 5;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.menu a::before {
  display: block;
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -18px;
  right: -18px;
  background: #c00f2a;
  border-bottom: 1px solid #c50000;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 2px 0 0 #970c0c;
          box-shadow: inset 0 2px 0 0 #970c0c;
  opacity: 0;
}
.menu a:hover,
.menu a.active {
  color: #f4eacc;
}
.menu a:hover::before,
.menu a.active::before {
  opacity: 1;
}
.phone_mobile {
  text-align: center;
  padding: 7px 0 0;
  display: none;
}
.phone_mobile a {
  display: inline-block;
  font: 1.8rem 'Lora';
  color: #f4eacc;
  text-decoration: none;
}
.phone_mobile a strong {
  font-size: 2.2rem;
}
.header_bot {
  background: url("../img/bg_header_bot.jpg") no-repeat;
  height: 415px;
  margin: 0 -55px;
  padding: 57px 55px;
  position: relative;
}
.header_bot .btn_red {
  position: absolute;
  bottom: 18px;
  right: 55px;
  width: 270px;
}
.logo {
  margin: 0 0 0 23px;
  width: 262px;
}
.logo img {
  margin: 0;
}
.header_inner {
  background: #ac0b06;
  background: -webkit-gradient(linear, left top, left bottom, from(#ac0b06), to(#760a07));
  background: -webkit-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: -o-linear-gradient(#ac0b06 0%, #760a07 100%);
  background: linear-gradient(#ac0b06 0%, #760a07 100%);
  margin: 0 -55px;
  padding: 10px 55px 0;
  height: 75px;
  position: relative;
  height: 95px;
}
.header_inner nav {
  position: absolute;
  top: 50%;
  right: 55px;
  left: 355px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header_inner .logo {
  margin: 0;
}
/* CONTENT
------------*/
.content {
  padding: 0 0 400px;
}
.content > *:last-child {
  margin-bottom: 0;
}
.top_box {
  padding: 16px 55px;
  margin: 0 -55px 56px;
  background: #fff9ed;
  position: relative;
}
.phone_main {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 55px;
  padding: 0 0 0 25px;
  font: 1.8rem 'Lora';
  color: #981d17;
}
.phone_main strong {
  font-size: 2.2rem;
}
.phone_main i {
  position: absolute;
  top: 9px;
  left: 0;
}
.icon_phone {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../img/icons.png") no-repeat -18px -26px;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  line-height: 0;
}
.breadcrumb >li {
  display: inline-block;
  padding: 0 26px 0 0;
  margin: 0 10px 0 0;
  position: relative;
  font-size: 1.2rem;
  color: #1d1d1d;
  line-height: normal;
}
.breadcrumb >li::before {
  display: block;
  content: '';
  height: 5px;
  width: 16px;
  background: url("../img/icons.png") no-repeat 0 -26px;
  position: absolute;
  top: 6px;
  right: 0;
}
.breadcrumb >li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb >li:last-child::before {
  display: none;
}
.breadcrumb a {
  color: #910602;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.column {
  margin: 0 -15px;
}
.column::after {
  display: block;
  content: '';
  clear: both;
}
.left_column {
  float: left;
  width: 24%;
  padding: 0 15px;
}
.left_column + .right_column {
  float: right;
  width: 76%;
  padding: 0 15px;
}
.left_column + .right_column > *:last-child {
  margin-bottom: 0;
}
.sitebar {
  list-style: none;
  margin: -10px 0 50px;
}
.sitebar li {
  padding: 10px 0 0;
}
.sitebar a {
  display: block;
  position: relative;
  vertical-align: top;
  z-index: 5;
  border-radius: 5px;
  overflow: hidden;
  font-size: 1.4rem;
  color: #1e1e1e;
  text-decoration: none;
  padding: 11px 20px 11px 30px;
  cursor: pointer;
  border: 1px solid #d4c6ab;
  line-height: 1.2;
}
.sitebar a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #e7d9ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ec), to(#e7d9ae));
  background: -webkit-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: -o-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  z-index: -2;
}
.sitebar a::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #fff8ec;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ec), to(#f3e9cd));
  background: -webkit-linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  background: -o-linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  background: linear-gradient(#fff8ec 0%, #f3e9cd 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sitebar a:hover::after {
  opacity: 1;
}
.sitebar a.active span::after {
  opacity: 1;
}
.sitebar a:active::after {
  -webkit-box-shadow: inset 0 0 15px 0 #d6c697;
          box-shadow: inset 0 0 15px 0 #d6c697;
}
.sitebar a span {
  display: block;
  position: relative;
}
.sitebar a span::before {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #910602;
  position: absolute;
  top: 7px;
  left: -15px;
}
.sitebar a span::after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  right: -10px;
  height: 15px;
  width: 9px;
  background: url("../img/icons.png") no-repeat -36px -26px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.adds {
  margin: 0 0 20px;
}
.adds img {
  border: 1px solid #d4c6ab;
  border-radius: 5px;
}
.about {
  margin: 0 -55px;
  padding: 35px 40px 0;
  background: #f4eacc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9ed), to(#f4eacc));
  background: -webkit-linear-gradient(#fff9ed 0%, #f4eacc 100%);
  background: -o-linear-gradient(#fff9ed 0%, #f4eacc 100%);
  background: linear-gradient(#fff9ed 0%, #f4eacc 100%);
  border-bottom: 1px solid #c50000;
}
.about::after {
  display: block;
  content: '';
  clear: both;
}
.about_one {
  float: left;
  width: 50%;
  padding: 0 15px 41px;
}
.about_two {
  float: left;
  width: 25%;
  padding: 0 15px 41px;
}
.list_style {
  list-style: none;
  margin: -19px 0 0;
}
.list_style li {
  position: relative;
  padding: 19px 0 0 20px;
  font-size: 1.4rem;
}
.list_style li::before {
  display: block;
  content: '';
  height: 8px;
  width: 11px;
  background: url("../img/icons.png") no-repeat 0 -44px;
  position: absolute;
  top: 26px;
  left: 0;
}
.about_nav {
  list-style: none;
  margin: -12px 0 0;
}
.about_nav li {
  padding: 6px 0 0;
}
.about_nav .btn {
  display: block;
  text-align: left;
  padding-left: 30px;
}
.about_nav .btn .icon_circle {
  height: 4px;
  width: 4px;
  background: #910602;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -2px 0 0;
  left: 16px;
}
.know {
  margin: 0 -55px;
  padding: 35px 55px 0;
  background: #9c0b06;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c0b06), to(#760a07));
  background: -webkit-linear-gradient(#9c0b06 0%, #760a07 100%);
  background: -o-linear-gradient(#9c0b06 0%, #760a07 100%);
  background: linear-gradient(#9c0b06 0%, #760a07 100%);
}
.know .title {
  font-size: 3.6rem;
  color: #feedcb;
  text-align: center;
  font-weight: normal;
  margin: 0 0 28px;
}
.know_row {
  margin: 0 -15px;
}
.know_row::after {
  display: block;
  content: '';
  clear: both;
}
.know_one {
  float: left;
  width: 33%;
  padding: 0 15px 43px;
}
.know_two {
  float: left;
  width: 42%;
  padding: 0 15px 43px;
}
.know_thee {
  float: left;
  width: 25%;
  padding: 0 15px 43px;
}
.video {
  position: relative;
  padding-bottom: 56.25% /* 16:9 */;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav {
  list-style: none;
  margin: -11px 0 0;
}
.nav li {
  padding: 11px 0 0;
}
.nav .btn {
  text-align: left;
  display: block;
  font-size: 2.4rem;
  font-family: 'Lora';
  font-weight: bold;
  padding: 26px 20px 26px 50px;
  text-transform: uppercase;
}
.nav .icon_cirсle {
  display: block;
  height: 8px;
  width: 8px;
  background: #910602;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  left: 24px;
}
.sub_nav {
  list-style: none;
  margin: -10px 0 0;
}
.sub_nav li {
  padding: 10px 0 0;
}
.sub_nav .btn {
  display: block;
  padding-left: 45px;
  text-align: left;
  font: bold 1.6rem 'Lora';
  text-transform: uppercase;
}
.sub_nav .btn span {
  display: table-cell;
  height: 42px;
  vertical-align: middle;
}
.sub_nav .icon_cirсle {
  display: block;
  height: 8px;
  width: 8px;
  background: #910602;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -4px 0 0;
  left: 20px;
}
.info {
  margin: 0 -15px;
  padding: 47px 0 0;
}
.info::after {
  display: block;
  content: '';
  clear: both;
}
.info_col {
  float: left;
  width: 50%;
  padding: 0 15px 30px;
}
.slick-slide >div >div {
  display: block !important;
}
.slider_box {
  position: relative;
}
.slider_box img {
  margin: 0;
  width: 100%;
}
.Slider span {
  display: block;
  position: relative;
}
.Slider span::before {
  display: block;
  content: '';
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(transparent 0%, #000 100%);
  background: -o-linear-gradient(transparent 0%, #000 100%);
  background: linear-gradient(transparent 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.SliderNav {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 0 15px;
}
.SliderNav .slick-slide {
  padding: 0 5px;
}
.SliderNav .slick-slide img {
  cursor: pointer;
}
.SliderNav .slick-current {
  cursor: default;
}
.SliderNav .slick-arrow {
  display: block;
  height: 21px;
  width: 13px;
  background: url("../img/icons.png") no-repeat -188px 0;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin: -10px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.SliderNav .slick-arrow:hover {
  opacity: 0.75;
}
.SliderNav .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.list_news {
  list-style: none;
  margin: 0 -15px;
}
.list_news >li {
  display: inline-block;
  width: 50%;
  padding: 0 15px 30px;
}
.one_news img {
  margin: 0 0 4px;
  width: 100%;
}
.one_news .date {
  display: block;
  font-size: 1.1rem;
  color: #787878;
}
.one_news .name {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 -2px;
  min-height: 0;
}
.one_news p {
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
}
.section {
  padding: 25px 0 0;
  margin: 0 -15px;
}
.section::after {
  display: block;
  content: '';
  clear: both;
}
.section_col {
  float: left;
  width: 33.33%;
  padding: 0 15px 45px;
}
.coment {
  margin-right: 1px;
}
.coment .author {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: italic;
  padding: 0 80px 0 0;
}
.coment_box {
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  padding: 20px 20px 22px;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  z-index: 5;
  margin: 0 0 11px;
}
.coment_box::before {
  display: block;
  content: '';
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -5px;
  left: 17px;
  -webkit-transform: skewY(-35deg);
      -ms-transform: skewY(-35deg);
       -o-transform: skewY(-35deg);
          transform: skewY(-35deg);
  z-index: -2;
}
.coment_box::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  background: #fff9ed;
  height: 30px;
  width: 30px;
  z-index: -1;
}
.slider_coments {
  position: relative;
}
#SliderComentsNav {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 0 14px;
}
#SliderComentsNav .slick-arrow {
  height: 12px;
  width: 7px;
  background: url("../img/icons.png") no-repeat -204px 0;
  margin: -6px 0 0;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#SliderComentsNav .slick-arrow:hover {
  opacity: 0.75;
}
#SliderComentsNav .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
#SliderComentsNav .slick-dots {
  list-style: none;
  margin: 0;
  line-height: 0;
}
#SliderComentsNav .slick-dots li {
  display: inline-block;
  padding: 0 2px;
  line-height: normal;
}
#SliderComentsNav .slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  font-size: 0;
  background: #d4c6ab;
  border-radius: 50%;
  border: 0;
}
#SliderComentsNav .slick-dots li.slick-active button {
  background: #910602;
}
.article_teacher {
  list-style: none;
  margin: -36px 0 0;
}
.article_teacher >li {
  padding: 30px 0 0;
  font-size: 1.4rem;
}
.article_teacher .name {
  display: block;
  font-size: 1.4rem;
  font-style: italic;
}
.list_advert {
  list-style: none;
  margin: -9px 0 0 -9px;
}
.list_advert >li {
  display: inline-block;
  padding: 9px 0 0 9px;
}
.list_advert a {
  display: block;
  height: 41px;
  width: 84px;
  border: 1px solid #d4c6ab;
  text-align: center;
  font-size: 1.3rem;
  color: #1e1e1e;
  line-height: 39px;
  text-decoration: none;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff9ed), to(#feeccc));
  background: -webkit-linear-gradient(#fff9ed 0%, #feeccc 100%);
  background: -o-linear-gradient(#fff9ed 0%, #feeccc 100%);
  background: linear-gradient(#fff9ed 0%, #feeccc 100%);
  position: relative;
  z-index: 5;
}
.list_advert a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ac0b06), to(#770a07));
  background: -webkit-linear-gradient(#ac0b06 0%, #770a07 100%);
  background: -o-linear-gradient(#ac0b06 0%, #770a07 100%);
  background: linear-gradient(#ac0b06 0%, #770a07 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_advert a:hover {
  color: #feebc7;
}
.list_advert a:hover::before {
  opacity: 1;
}
.TabNav {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 5;
}
.TabNav >li {
  display: inline-block;
  padding: 0;
}
.TabNav >li a {
  display: block;
  font: bold 1.8rem 'Lora';
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 65px 20px;
  border-top: 1px solid transparent;
}
.TabNav >li a.active,
.TabNav >li a:hover {
  background: #fff9ed;
  border-color: #d4c6ab;
}
.TabNav >li a.active {
  cursor: default;
}
.TabBox {
  background: #fff9ed;
  border-top: 1px solid #d4c6ab;
  margin: -1px -55px 0;
  padding: 48px 55px 22px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.TabBox .TabCont {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.TabBox .TabCont.Opens {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.tab_row {
  margin: 0 -15px;
}
.tab_row::after {
  display: block;
  content: '';
  clear: both;
}
.tab_col {
  float: left;
  width: 50%;
  padding: 0 15px 20px;
}
#map {
  margin: 0 -55px -90px;
  height: 400px;
}
#map iframe {
  height: 100%;
  width: 100%;
}
.list_ads {
  list-style: none;
  margin: -13px -15px 30px;
}
.list_ads >li {
  display: inline-block;
  padding: 20px 15px 0;
  width: 16.66%;
}
.list_ads a {
  display: block;
  height: 40px;
  text-align: center;
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  font-size: 1.6rem;
}
.list_ads a:hover,
.list_ads a.active {
  background: #910602;
  border-color: #910602;
  color: #fef8ec;
}
.list_article {
  list-style: none;
  margin: -45px -15px 50px;
}
.list_article >li {
  padding: 45px 15px 0;
  display: inline-block;
  width: 50%;
}
.article-list {
  list-style: none;
  margin: 0;
}
.article-list > li {
  display: block;
  padding: 0 15px 20px 0;
}
.article_one {
  color: #000;
  line-height: 1.25;
}
.article_one .date {
  display: block;
  font-size: 1.1rem;
  color: #787878;
  margin: 0 0 4px;
}
.article_one .author {
  display: block;
  font-size: 1.6rem;
  font-style: italic;
}
.article_one .name {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 14px;
}
.article_one p {
  font-size: 1.4rem;
  margin: 0;
}
.paging_box {
  position: relative;
}
.paging_box .p_prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 160px;
  border: 1px solid #d4c6ab;
  background: #fff9ed;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 0 0 0 30px;
}
.paging_box .p_prev::before {
  display: block;
  content: '';
  height: 18px;
  width: 11px;
  background: url("../img/icons.png") -230px 0;
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  left: 9px;
}
.paging_box .p_prev::after {
  display: block;
  content: '';
  height: 18px;
  width: 11px;
  background: url("../img/icons.png") -230px -20px;
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  left: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 3;
}
.paging_box .p_prev:hover {
  background: #910602;
  border-color: #910602;
  color: #fff;
}
.paging_box .p_prev:hover::after {
  opacity: 1;
}
.paging_box .p_next {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 160px;
  border: 1px solid #d4c6ab;
  background: #fff9ed;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 0 20px 0 0;
}
.paging_box .p_next::before {
  display: block;
  content: '';
  height: 18px;
  width: 11px;
  background: url("../img/icons.png") -230px 0;
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  right: 9px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.paging_box .p_next::after {
  display: block;
  content: '';
  height: 18px;
  width: 11px;
  background: url("../img/icons.png") -230px -20px;
  position: absolute;
  top: 50%;
  margin: -9px 0 0;
  right: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0;
  z-index: 3;
}
.paging_box .p_next:hover {
  background: #910602;
  border-color: #910602;
  color: #fff;
}
.paging_box .p_next:hover::after {
  opacity: 1;
}
.paging {
  list-style: none;
  margin: 0;
  text-align: center;
}
.paging >li {
  display: inline-block;
  padding: 0 5px;
  color: #787878;
}
.paging a {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #d4c6ab;
  background: #fff9ed;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  font-size: 1.4rem;
  border-radius: 5px;
}
.paging a:hover {
  background: #910602;
  border-color: #910602;
  color: #fff;
}
.paging em {
  font-style: normal;
  margin: 0 20px;
  display: block;
  padding: 8px 0 0;
}
.paging span {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #910602;
  color: #fff;
  border-radius: 5px;
}
.paging_mobile {
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #910602;
  color: #fff;
  border-radius: 5px;
  margin: auto;
}
.sitebar_mobile {
  background: #fff9ed;
  margin: -30px 0 45px;
  padding: 30px 15px;
  position: relative;
  z-index: 88;
  display: none;
}
.sitebar_mobile .btn_mobile {
  margin: 0;
}
.sitebar_mobile .btn_mobile .name {
  background: #e7d9ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff8ec), to(#e7d9ae));
  background: -webkit-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: -o-linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  background: linear-gradient(#fff8ec 0%, #e7d9ae 100%);
  padding-left: 30px;
}
.sitebar_mobile .btn_mobile .name::after {
  display: block;
  content: '';
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #910602;
  position: absolute;
  top: 18px;
  left: 14px;
}
.btn_mobile {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  max-width: 500px;
  display: none;
}
.btn_mobile.active .btn_mobile_drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.btn_mobile.active .name:before {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.btn_mobile .name {
  display: block;
  height: 40px;
  border: 1px solid #d4c6ab;
  background: #f4eacc;
  font-size: 1.4rem;
  color: #282323;
  padding: 0 40px 0 15px;
  line-height: 40px;
  border-radius: 5px;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn_mobile .name::before {
  display: block;
  content: '';
  height: 10px;
  width: 14px;
  position: absolute;
  top: 15px;
  right: 13px;
  background: url("../img/icons.png") no-repeat -244px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_mobile_drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.btn_mobile_drop ul {
  margin: 0;
  list-style: none;
  border: 1px solid #d4c6ab;
  background: #f4eacc;
  border-radius: 5px;
  overflow: auto;
  max-height: 300px;
}
.btn_mobile_drop ul li {
  padding: 0;
}
.btn_mobile_drop ul a {
  display: block;
  font-size: 1.4rem;
  padding: 5px 15px;
  font-weight: bold;
  text-decoration: none;
}
.contact {
  margin: 0 -15px 52px;
}
.contact::after {
  display: block;
  content: '';
  clear: both;
}
.contact_box {
  float: right;
  width: 50%;
  padding: 0 15px;
}
#map_contact {
  border: 10px solid #fff9ed;
  height: 440px;
}
#map_contact iframe {
  height: 100%;
  width: 100%;
}
.contact_main {
  border-bottom: 2px solid #d4c6ab;
  padding: 0 0 25px;
  margin: 0 0 28px;
}
.contact_main p {
  margin: 0;
}
.contact_main .name {
  font-weight: bold;
}
.list_contact {
  list-style: none;
  margin: -11px -15px 0;
}
.list_contact >li {
  display: inline-block;
  width: 50%;
  padding: 11px 15px 0;
}
.list_contact >li img {
  margin: 0;
  width: 100%;
}
.contact_one .name {
  display: block;
}
.contact_one address {
  padding: 0 0 3px;
  font-weight: bold;
  font-style: normal;
}
.contact_one address em {
  font-weight: normal;
}
.contact_phone {
  list-style: none;
  margin: 0;
}
.contact_phone >li {
  padding: 0;
}
.sub_contact {
  font-size: 1.4rem;
}
.sub_contact > *:last-child {
  margin: 0;
}
.sub_contact .name {
  padding: 15px 0 3px;
  display: block;
}
.sub_contact p {
  margin: 0 0 12px;
}
.form_contact {
  margin: 0 -55px -90px;
  padding: 43px 55px 40px;
  background: #fff9ed;
}
.form_contact .btn_red {
  display: block;
  width: 370px;
  margin: 38px auto 0;
}
.form_contact_row {
  margin: 0 -15px;
}
.form_contact_row::after {
  display: block;
  content: '';
  clear: both;
}
.form_contact_col {
  float: left;
  width: 33.33%;
  padding: 0 15px;
}
.top_data {
  padding: 21px 0 0;
  margin: 0 0 48px;
}
.top_data > *:last-child {
  margin-bottom: 0;
}
.line_box {
  padding: 48px 0 42px;
  border-top: 2px solid #d4c6ab;
  border-bottom: 2px solid #d4c6ab;
}
.form_page {
  margin: 0 0 40px;
}
.form_page h3 {
  margin: 0 0 25px;
}
.form_page_row {
  margin: 0 -15px;
}
.form_page_row::after {
  display: block;
  content: '';
  clear: both;
}
.form_page_col {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.btn_red.btn_form {
  display: block;
  width: 370px;
  margin: 24px auto 0;
}
.SldierGraduates .slick-arrow {
  height: 31px;
  width: 19px;
  background: url("../img/icons.png") no-repeat -261px 0;
  border: 0;
  font-size: 0;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.SldierGraduates .slick-arrow:hover {
  opacity: 0.75;
}
.SldierGraduates .slick-next {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.SliderGraduatesNav {
  position: relative;
  padding: 0 20px;
  min-height: 70px;
  margin: 0 0 25px;
}
.SliderGraduatesNav::before {
  display: block;
  content: '';
  height: 6px;
  position: absolute;
  top: 13px;
  left: 55px;
  right: 55px;
  background: #d4c6ab;
}
.SliderGraduatesNav .year {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #1e1e1e;
  margin: 0 0 5px;
}
.SliderGraduatesNav .year .icon {
  display: block;
  height: 32px;
  width: 32px;
  background: #d4c6ab;
  border: 4px solid #d4c6ab;
  border-radius: 50%;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.SliderGraduatesNav .year .icon::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #790e0a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ad100b), to(#790e0a));
  background: -webkit-linear-gradient(#ad100b 0%, #790e0a 100%);
  background: -o-linear-gradient(#ad100b 0%, #790e0a 100%);
  background: linear-gradient(#ad100b 0%, #790e0a 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.SliderGraduatesNav .slick-current .year .icon::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.list_graduates {
  list-style: none;
  margin: -15px -15px 0;
}
.list_graduates >li {
  display: inline-block;
  width: 25%;
  padding: 15px 15px 0;
}
.graduate_one img {
  width: 100%;
  margin: 0 0 7px;
}
.graduate_one .name {
  display: block;
  font: bold 1.8rem 'Lora';
  color: #910602;
  word-spacing: -1px;
}
.list_event {
  list-style: none;
  margin: -45px -15px 60px;
}
.list_event >li {
  display: inline-block;
  width: 25%;
  padding: 45px 15px 0;
}
.list_event .one_news p {
  font-size: 1.4rem;
}
.list_event .one_news .name {
  margin-bottom: 13px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.news_page .date {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 1.6rem;
  color: #a7a39c;
  margin: 0 0 25px;
}
.news_page i {
  position: absolute;
  top: -2px;
  left: 0;
}
.icon_date {
  display: block;
  height: 24px;
  width: 23px;
  background: url("../img/icons.png") no-repeat -14px -45px;
}
.photo_nav {
  list-style: none;
  margin: -10px 0 42px -15px;
}
.photo_nav >li {
  display: inline-block;
  padding: 10px 0 0 15px;
}
.photo_nav a {
  display: block;
  font-size: 1.6rem;
  color: #910602;
  text-decoration: none;
  border: 1px solid #d4c6ab;
  background: #fff9ed;
  border-radius: 5px;
  padding: 7px 15px;
}
.photo_nav a.active,
.photo_nav a:hover {
  background: #910602;
  border-color: #910602;
  color: #fef8ec;
}
.list_photo {
  list-style: none;
  margin: -45px -15px 0;
}
.list_photo >li {
  display: inline-block;
  width: 33.33%;
  padding: 45px 15px 0;
}
.photo img {
  margin: 0 0 5px;
}
.photo .name {
  display: block;
  font-size: 1.2rem;
  color: #1e1e1e;
  text-align: center;
}
.line_bottom {
  border-bottom: 2px solid #d4c6ab;
  padding: 0 0 20px;
  margin: 0 0 50px;
}
.line_bottom img {
  margin: 0 auto 16px;
}
.list_psy {
  list-style: none;
  margin: -18px 0 0;
}
.list_psy >li {
  display: inline-block;
  width: 25%;
  padding: 18px 0 0;
}
.list_psy .name {
  display: block;
  font: bold 1.5rem/1.6 'Lora';
  color: #282323;
  margin: 0 0 5px;
  min-height: 72px;
}
.list_psy ul {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.list_psy ul li {
  padding: 0 0 9px;
}
.table_style th {
  padding: 3px 0 3px 10px;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.3;
}
.table_style td {
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 0;
}
.table_style td .name {
  text-align: left;
  font-weight: bold;
  display: block;
}
.no_wrap {
  white-space: nowrap;
}
.list_teachers {
  list-style: none;
  margin: -33px -15px 0;
}
.list_teachers >li {
  display: inline-block;
  width: 25%;
  padding: 33px 15px 0;
}
.teacher img {
  margin: 0 0 6px;
}
.teacher .name {
  display: block;
  font: bold 1.8rem/1.4 'Lora';
  color: #910602;
  margin: 0 0 2px;
}
.teacher p {
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0;
}
.list_reviews {
  list-style: none;
  margin: -43px -15px 60px;
}
.list_reviews >li {
  display: inline-block;
  width: 50%;
  padding: 43px 15px 0;
}
.review .review_cont {
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  padding: 18px 20px;
  display: block;
  position: relative;
  z-index: 5;
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.review .review_cont::before {
  display: block;
  content: '';
  background: #fff9ed;
  border: 1px solid #d4c6ab;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: -2px;
  left: 17px;
  -webkit-transform: skewY(-35deg);
      -ms-transform: skewY(-35deg);
       -o-transform: skewY(-35deg);
          transform: skewY(-35deg);
  z-index: -2;
}
.review .review_cont::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 17px;
  background: #fff9ed;
  height: 30px;
  width: 30px;
  z-index: -1;
}
.review p {
  line-height: 1.45;
  margin: 0 0 10px;
}
.review .more {
  display: inline-block;
}
.review .author {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}
/* FOOTER
-----------*/
#footer {
  background: #ac0b06;
  max-width: 1280px;
  margin: -310px auto 0;
  padding: 0 50px 20px;
  color: #f4eacc;
  min-height: 310px;
  position: relative;
  z-index: 101;
  overflow: hidden;
  min-width: 320px;
}
.footer_top {
  border-bottom: 1px solid #b13b38;
  padding: 25px 380px 19px 0;
}
.footer_top::after {
  display: block;
  content: '';
  clear: both;
}
.footer_top_left {
  float: left;
  width: 100%;
}
.footer_top_right {
  float: right;
  margin: 0 -380px 0 0;
  width: 380px;
}
.foot_nav {
  list-style: none;
  margin: 0 0 0 -10px;
  line-height: 0;
  text-align: justify;
}
.foot_nav::after {
  display: inline-block;
  content: '';
  height: 0;
  width: 100%;
}
.foot_nav li {
  display: inline-block;
  line-height: normal;
  padding: 3px 0 0 10px;
}
.foot_nav a {
  font: bold 1.4rem 'Lora';
  text-decoration: none;
  color: #f4eacc;
  text-transform: uppercase;
  position: relative;
}
.foot_nav a:hover {
  color: #fff;
}
.foot_socials {
  list-style: none;
  margin: 0 -30px 0 0;
  text-align: right;
}
.foot_socials >li {
  display: inline-block;
  padding: 0 30px 0 0;
}
.foot_socials a {
  display: inline-block;
  position: relative;
  padding: 5px 0 2px 34px;
  font: 1.4rem 'Lora';
  color: #f4eacc;
  text-decoration: none;
}
.foot_socials a:hover {
  color: #fff;
}
.foot_socials a i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon_youtube {
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icons.png") no-repeat;
}
.icon_fb {
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icons.png") no-repeat -26px 0;
}
.footer_middle {
  border-bottom: 1px solid #b13b38;
  padding: 26px 585px 25px 0;
}
.footer_middle::after {
  display: block;
  content: '';
  clear: both;
}
.footer_middle_left {
  float: left;
  width: 100%;
}
.footer_middle_right {
  float: right;
  width: 585px;
  margin: 0 -585px 0 0;
}
.foot_phone {
  float: left;
  width: 56%;
  padding: 0 10px 0 0;
}
.foot_phone .name {
  display: block;
  font: bold 1.6rem 'Lora';
  margin: 0 0 8px;
}
.list_phone {
  list-style: none;
  margin: 0 -10px;
  max-width: 290px;
  line-height: 0;
  text-align: justify;
}
.list_phone::after {
  display: inline-block;
  content: '';
  height: 0;
  width: 100%;
}
.list_phone >li {
  display: inline-block;
  padding: 0 10px;
  line-height: normal;
}
.list_phone .phone {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.list_phone .phone a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.foot_address {
  float: left;
  width: 44%;
}
.foot_address .name {
  display: block;
  font: bold 1.6rem 'Lora';
  margin: 0 0 10px;
}
.foot_address address {
  font-size: 1.4rem;
  font-style: normal;
}
.foot_address address .link_map {
  color: #f4eacc;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 0 8px;
}
.foot_address address .link_map .icon_location {
  position: absolute;
  top: 0;
  left: 0;
}
.icon_location {
  display: block;
  height: 16px;
  width: 13px;
  background: url("../img/icons.png") no-repeat -52px 0;
}
.foot_button {
  list-style: none;
  margin: 0 -20px 0 0;
  text-align: right;
}
.foot_button >li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.btn_data {
  display: inline-block;
  width: 260px;
  background: #940d0d;
  border-radius: 5px;
  text-align: left;
  color: #fff;
  padding: 16px 0 16px 90px;
  font: bold 1.8rem 'Lora';
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.btn_data:hover {
  background: #830c0c;
}
.btn_data .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_data .icon i {
  margin: auto;
}
.icon_doc {
  display: block;
  height: 55px;
  width: 53px;
  background: url("../img/icons.png") no-repeat -67px 0;
}
.icon_book {
  display: block;
  height: 46px;
  width: 63px;
  background: url("../img/icons.png") no-repeat -122px 0;
}
.copy {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 28px 0 0;
}
.foot_text {
  margin: 8px 0 0;
  display: block;
  font-size: 1.2rem;
  color: rgba(254,235,199,0.5);
  line-height: 1.1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(0,0,0,0.3);
  width: 0;
  overflow: hidden;
  opacity: 0;
  letter-spacing: -0.36em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup .popup_box {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
}
.popup::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.popup.active {
  width: auto;
  opacity: 1;
  overflow-y: scroll;
  min-width: 320px;
}
.popup.active .popup_box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.popup_box {
  display: inline-block;
  vertical-align: middle;
  width: 570px;
  letter-spacing: normal;
  position: relative;
  text-align: left;
  background: #fff9ed;
  margin: 35px 0;
  padding: 40px 70px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.close_popup {
  position: absolute;
  top: -21px;
  right: -21px;
  height: 18px;
  width: 18px;
}
.close_popup::before,
.close_popup::after {
  display: block;
  content: '';
  height: 20px;
  width: 3px;
  background: #fff9ed;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_popup::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_popup:hover {
  opacity: 0.75;
}
body.hidden {
  overflow-y: hidden;
}
a,
a::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
.gradient {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
  background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}
.gradient1 {
  background: #000;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0,0,0,0.1)), to(transparent));
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: -o-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}

ul.wp-block-gallery {
  margin: 0;
}
li.blocks-gallery-item {
  padding: 0;
}

.graduates__years {
  list-style: none;
  margin-left: 0;
  overflow: hidden;
}
.graduates__years li {
  display: block;
  float: left;
  padding: 0;
}
.graduates__years a {
  display: block;
  float: left;
  padding: 3px 5px;
}
.graduates__years a.active {
  background: #910602;
  border-radius: 5px;
  color: #fef8ec;
  text-decoration: none;
}

.competitions__years {
  list-style: none;
  margin-left: 0;
}
.competitions__years:after {
  content: "";
  display: table;
  clear: both;
}
.competitions__years li {
  display: block;
  float: left;
  padding: 0;
}
.competitions__years a {
  display: block;
  float: left;
  padding: 3px 5px;
}
.competitions__years a.active {
  background: #910602;
  border-radius: 5px;
  color: #fef8ec;
  text-decoration: none;
}

