/*=====================Fonts=====================*/

@font-face {
  font-family: 'MuseoSansLight';
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot");
  src: url("../fonts/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype"), url("../fonts/MuseoSansLight/MuseoSansLight.svg#MuseoSansLight") format("svg");
}

@font-face {
  font-family: 'MuseoSansRegular';
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot");
  src: url("../fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype"), url("../fonts/MuseoSansRegular/MuseoSansRegular.svg#MuseoSansRegular") format("svg");
}

@font-face {
  font-family: 'MuseoSansMedium';
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansMedium/MuseoSansMedium.woff2") format("woff2"), url("../fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype"), url("../fonts/MuseoSansMedium/MuseoSansMedium.svg#MuseoSansMedium") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansBold';
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MuseoSansBold/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold/MuseoSansBold.woff2") format("woff2"), url("../fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype"), url("../fonts/MuseoSansBold/MuseoSansBold.svg#MuseoSansBold") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansBlack';
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MuseoSansBlack/MuseoSansBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBlack/MuseoSansBlack.woff2") format("woff2"), url("../fonts/MuseoSansBlack/MuseoSansBlack.woff") format("woff"), url("../fonts/MuseoSansBlack/MuseoSansBlack.ttf") format("truetype"), url("../fonts/MuseoSansBlack/MuseoSansBlack.svg#MuseoSansBlack") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

/*==================Costom styles================*/

html {
  font-size: 12px;
  overflow: unset !important;
  padding-right: 0 !important;
  overflow-x: hidden;
}

.tac {
  text-align: center;
  color: #fff;
  transition: 0.3s;
  margin-bottom: 15px;
  overflow-x: hidden;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
}

.tac:hover {
  opacity: 0.6;
}

body {
  font-family: 'MuseoSansRegular', Arial, Tahoma, sans-serif;
  font-size: 1.5rem;
  background: #fff;
  color: #58392D;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  font-smoothing: antialised;
  position: relative;
}

div,
p,
input,
button,
form,
a {
  box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus,
button,
input,
button:hover,
button:active,
button:focus,
input:focus,
input:active {
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  outline: none;
}

h1 {
  font-size: 6rem;
  color: #58392D;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
}

h2 {
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  font-size: 2.6rem;
  color: #58392D;
  line-height: 1.2;
}

h3 {
  font-size: 2.1rem;
  color: #58392D;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

h3.underscore-blue {
  position: relative;
}

h3.underscore-blue:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 4px;
  width: 40px;
  background-color: #43C5FC;
  transition: all 3.25s ease;
  -webkit-transform: scale(0.05, 1);
  -ms-transform: scale(0.05, 1);
  transform: scale(0.05, 1);
}

h3.active.underscore-blue {
  position: relative;
}

h3.active.underscore-blue:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

h4 {
  font-size: 1.8rem;
  color: #58392D;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0;
}

h4 span {
  font-size: 1.6rem;
}

hr {
  padding: 0;
  margin: 0;
}

a.read-more {
  font-size: 1.6rem;
  color: #43C5FC;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
}

a.read-more:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #43C5FC;
  bottom: 1px;
  transition: all 0.25s ease;
}

a.read-more:hover {
  color: red;
}

a.read-more:hover:before {
  background-color: red;
}

.block-shadow {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}

.block-shadow:hover {
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.3);
}

/*==================Header styles================*/

header {
  overflow: hidden;
}

header #topbar {
  padding: 15px 0 10px;
}

header #topbar .fix_block1 {
  position: fixed;
  bottom: 1px;
  right: 1px;
  z-index: 200;
  width: 80px;
  height: 235px;
  margin-bottom: 40px;
}

header #topbar .fix_block1 a {
  cursor: pointer;
}

header #topbar .fix_block1 a .typeTraining1 {
  width: 75px;
  height: 75px;
  background-image: url("../img/facebook_g.png");
  cursor: pointer;
  z-index: 0;
  margin-top: 5px;
}

header #topbar .fix_block1 a .typeTraining1:hover {
  background-image: url("../img/facebook.png");
}

header #topbar .fix_block1 a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

header #topbar .fix_block1 a .typeTraining2 {
  width: 75px;
  height: 75px;
  z-index: 0;
}

header #topbar .fix_block1 a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

header #topbar .fix_block1 a .typeTraining3 {
  width: 75px;
  height: 75px;
  background-image: url("../img/instagram_g.png");
  cursor: pointer;
  z-index: 0;
}

header #topbar .fix_block1 a .typeTraining3:hover {
  background-image: url("../img/instagram.png");
}

header #topbar .fix_block {
  position: fixed;
  bottom: 1px;
  right: 1px;
  border: 1px solid #ABB1BA;
  z-index: 200;
  width: 35px;
  height: 40px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 35px 35px 0 0;
}

header #topbar .container {
  width: 85%;
}

header #topbar .container .menu {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

header #topbar .container .menu .logo {
  position: relative;
}

header #topbar .container .menu .logo img {
  height: 100px;
}

header #topbar .container .menu .number p {
  font-size: 1.2rem;
  color: #58392D;
  text-align: center;
  margin-left: 70px;
}

header #topbar .container .menu .number p:hover {
  color: #B98C0C;
  text-decoration: underline;
}

header #topbar .container .menu .seti {
  width: 15%;
  height: auto;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header #topbar .container .menu .seti a {
  cursor: pointer;
}

header #topbar .container .menu .seti a .typeTraining1 {
  width: 75px;
  height: 75px;
  background-image: url("../img/facebook_g.png");
  cursor: pointer;
  z-index: 0;
}

header #topbar .container .menu .seti a .typeTraining1:hover {
  background-image: url("../img/facebook.png");
}

header #topbar .container .menu .seti a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

header #topbar .container .menu .seti a .typeTraining2 {
  width: 75px;
  height: 75px;
  z-index: 0;
  background-image: url("../img/telegramm_g.png");
}

header #topbar .container .menu .seti a .typeTraining2:hover {
  background-image: url("../img/telegramm.png");
}

header #topbar .container .menu .seti a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

header #topbar .container .menu .seti a .typeTraining3 {
  width: 75px;
  height: 75px;
  background-image: url("../img/instagram_g.png");
  cursor: pointer;
  z-index: 0;
}

header #topbar .container .menu .seti a .typeTraining3:hover {
  background-image: url("../img/instagram.png");
}

header #header {
  width: 100%;
  height: 42px;
  background: #58392D;
  position: relative;
  z-index: 200;
  padding-top: 5px;
  padding-bottom: 10px;
}

header #header .container {
  max-width: 80%;
}

header #header nav {
  width: 100%;
  margin: 0 auto;
}

header #header .menu-nav {
  position: relative;
  width: 100%;
}

header #header .menu-nav .all-menu {
  list-style: none;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header #header .menu-nav .all-menu .home {
  float: left;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}

header #header .menu-nav .all-menu #home {
  margin-left: 10px;
}

header #header .menu-nav .all-menu #home ol {
  margin-left: -40px;
}

header #header .menu-nav .all-menu #home1 ol {
  margin-left: -15px;
}

header #header .menu-nav .all-menu #home2 ol {
  margin-left: -15px;
}

header #header .menu-nav .all-menu #home3 ol {
  margin-left: -10px;
}

header #header .menu-nav .all-menu #college {
  margin-left: 10px;
}

header #header .menu-nav .all-menu #college ol {
  margin-left: 5px;
}

header #header .menu-nav .all-menu #college1 {
  margin-left: 10px;
}

header #header .menu-nav .all-menu #college1 ol {
  margin-left: -55px;
}

header #header .menu-nav .all-menu .home a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

header #header .menu-nav .all-menu .home a:hover {
  text-decoration: underline;
  color: #B98C0C;
}

header #header .menu-nav .all-menu .home .home-bar li a {
  font-weight: 400;
  font-size: 12px;
}

header #header .menu-nav .all-menu .home .home-bar {
  display: none;
}

header #header .menu-nav .all-menu .home:hover .home-bar {
  display: block;
  position: absolute;
  min-width: 250px;
  left: 0;
  margin-top: -1px;
  margin-left: -25px;
}

header #header .menu-nav .all-menu .home:hover .home-bar li a {
  display: block;
  color: #fff;
  width: 150px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-left: -35px;
}

header #header .menu-nav .all-menu .home .home-bar li:first-child a {
  border-top: none;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 50px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #B98C0C;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 180px 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.5);
  transition-duration: .25s;
  text-align: center;
}

.menu__item {
  display: block;
  padding: 5px 24px;
  color: #fff;
  font-family: 'MuseoSansMedium', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

/*==================Footer styles================*/

footer {
  overflow: hidden;
  background: #58392D;
  font-size: 1.3rem;
  padding: 20px 0 40px;
}

footer .footer_block .logo {
  padding: 20px 0;
  margin-left: 50px;
}

footer .footer_block .logo > img {
  max-width: 55px;
}

footer .footer_block .yeas {
  color: #fff;
  margin-top: 10px;
}

footer .footer_block .footer_nav_list,
footer .footer_block .address,
footer .footer_block .telephone,
footer .footer_block .social_network {
  padding: 10px 0;
}

footer .footer_block .footer_nav_list li,
footer .footer_block .address li,
footer .footer_block .telephone li,
footer .footer_block .social_network li {
  margin-bottom: 10px;
}

footer .footer_block .footer_nav_list a,
footer .footer_block .address a,
footer .footer_block .telephone a,
footer .footer_block .social_network a {
  color: #fff;
}

footer .footer_block .footer_nav_list a:hover,
footer .footer_block .address a:hover,
footer .footer_block .telephone a:hover,
footer .footer_block .social_network a:hover {
  color: #B58B0C;
  border-bottom: 1px solid #B58B0C;
}

footer .footer_block .footer_nav_list span,
footer .footer_block .address span,
footer .footer_block .telephone span,
footer .footer_block .social_network span {
  color: #B58B0C;
}

footer .footer_block .footer_nav_list .seti,
footer .footer_block .address .seti,
footer .footer_block .telephone .seti,
footer .footer_block .social_network .seti {
  margin: 0 auto;
}

footer .footer_block .footer_nav_list .seti a,
footer .footer_block .address .seti a,
footer .footer_block .telephone .seti a,
footer .footer_block .social_network .seti a {
  cursor: pointer;
}

footer .footer_block .footer_nav_list .seti a .typeTraining1,
footer .footer_block .address .seti a .typeTraining1,
footer .footer_block .telephone .seti a .typeTraining1,
footer .footer_block .social_network .seti a .typeTraining1 {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background-image: url("../img/facebook_g.png");
  cursor: pointer;
  z-index: 0;
}

footer .footer_block .footer_nav_list .seti a .typeTraining1:hover,
footer .footer_block .address .seti a .typeTraining1:hover,
footer .footer_block .telephone .seti a .typeTraining1:hover,
footer .footer_block .social_network .seti a .typeTraining1:hover {
  background-image: url("../img/facebook_b.png");
}

footer .footer_block .footer_nav_list .seti a,
footer .footer_block .address .seti a,
footer .footer_block .telephone .seti a,
footer .footer_block .social_network .seti a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

footer .footer_block .footer_nav_list .seti a .typeTraining2,
footer .footer_block .address .seti a .typeTraining2,
footer .footer_block .telephone .seti a .typeTraining2,
footer .footer_block .social_network .seti a .typeTraining2 {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  z-index: 0;
  background-image: url("../img/telegramm_g.png");
}

footer .footer_block .footer_nav_list .seti a .typeTraining2:hover,
footer .footer_block .address .seti a .typeTraining2:hover,
footer .footer_block .telephone .seti a .typeTraining2:hover,
footer .footer_block .social_network .seti a .typeTraining2:hover {
  background-image: url("../img/telegramm_b.png");
}

footer .footer_block .footer_nav_list .seti a,
footer .footer_block .address .seti a,
footer .footer_block .telephone .seti a,
footer .footer_block .social_network .seti a {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

footer .footer_block .footer_nav_list .seti a .typeTraining3,
footer .footer_block .address .seti a .typeTraining3,
footer .footer_block .telephone .seti a .typeTraining3,
footer .footer_block .social_network .seti a .typeTraining3 {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../img/instagram_g.png");
  cursor: pointer;
  z-index: 0;
}

footer .footer_block .footer_nav_list .seti a .typeTraining3:hover,
footer .footer_block .address .seti a .typeTraining3:hover,
footer .footer_block .telephone .seti a .typeTraining3:hover,
footer .footer_block .social_network .seti a .typeTraining3:hover {
  background-image: url("../img/instagram_b.png");
}

footer .footer_block .footer_nav_list1 {
  padding: 10px 0;
}

footer .footer_block .footer_nav_list1 span {
  color: #B58B0C;
}

footer .footer_block .footer_nav_list1 li {
  margin-bottom: 10px;
  color: #fff;
}

footer .footer_block .footer_nav_list1 button {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  background-color: #F29D23;
  color: #FFFFFF;
}

footer .footer_block .footer_nav_list1 button:hover {
  background-color: #F9F9FA;
  color: #F29D23;
}

/*==================Page2 styles=========*/

#more h2 {
  font-weight: 900;
  font-size: 90px;
  color: red;
}

#substrate {
  width: 100%;
  z-index: -1;
  margin-top: -20px;
  text-align: center;
  padding: 15px 0;
}

#substrate img {
  width: 100%;
  height: auto;
}

.line {
  width: 100%;
  height: 10px;
  background: #58392D;
  margin-top: -20px;
}

.inform {
  width: 95%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px auto;
}

.inform #history-menu {
  width: 20%;
  padding: 70px 10px 0;
}

.inform #history-menu h3 {
  font-weight: 500;
  font-size: 20px;
  color: #58392D;
}

.inform #history-menu p {
  width: 100%;
  height: auto;
  font-size: 20px;
  margin: 15px auto;
}

.inform #history-menu p a {
  color: #58392D;
}

.inform #history-menu p:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.inform #history-menu button {
  width: 250px;
  height: 50px;
  background-color: #58392D;
  color: #fff;
}

.inform #history-menu button:hover {
  background-color: green;
}

.inform .hrNone {
  display: none;
}

.inform #students {
  width: 80%;
  height: auto;
  margin: 0 auto;
  color: #000;
  background: #fff;
}

.inform #students #zamova_1 button {
  background-color: #58392D;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 82px;
  text-align: center;
  font-size: 1.5rem;
  opacity: 1;
  color: #B98C0C;
  transition: 0.3s;
  margin-bottom: 15px;
  overflow-x: hidden;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  margin: 4px 2px;
  border-radius: 10px;
  color: #FFFFFF;
}

.inform #students #zamova_1 button:hover {
  color: #58392D;
  background-color: #E8D258;
}

.inform #students h2 {
  margin: 10px 0 50px 0;
  font-weight: 700;
  font-size: 50px;
  color: #7D0847;
  text-align: center;
}

.inform #students h3 {
  font-weight: 700;
  font-size: 40px;
  color: #933D60;
  margin: 25px auto;
  text-align: center;
}

.inform #students p {
  font-size: 26px;
  margin: 10px 0;
}

.inform #students p span {
  font-weight: 500;
  color: #58392D;
}

.inform #students li {
  font-weight: 700;
  font-size: 24px;
  color: #92278F;
}

.inform #students hr {
  margin: 40px 0 40px;
}

.inform #students img {
  width: 50%;
  height: auto;
}

.inform #students .unfra {
  font-size: 20px;
}

#students .prof img {
  width: 300px;
}

#students section#reviews .fon {
  text-align: center;
}

#students section#reviews .fon h3 {
  width: 100%;
  height: auto;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #7D0847;
}

#students section#reviews .fon p {
  text-align: justify;
}

#students section#reviews .slider-reviews {
  margin-top: 18px;
  position: relative;
  text-align: center;
}

#students section#reviews .slider-reviews .slider-reviews__item {
  max-width: 320px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#students section#reviews .slider-reviews .slider-reviews__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#students section#reviews .slider-reviews .slider-reviews__item .foto__overley {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

#students section#reviews .slider-reviews .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px;
}

#students section#reviews .slider-reviews .fal:hover {
  opacity: 1;
  color: #936b09;
}

#students section#reviews .slider-reviews .fal.fa-chevron-left {
  left: -40px;
}

#students section#reviews .slider-reviews .fal.fa-chevron-right {
  right: -40px;
}

#galeri h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  color: red;
  text-align: center;
}

#block5 #myFoto,
#block6 #myFoto {
  max-width: 300px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#block5 #myFoto img,
#block6 #myFoto img {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#block5 section#reviews .fon,
#block6 section#reviews .fon {
  text-align: center;
}

#block5 section#reviews .fon h3,
#block6 section#reviews .fon h3 {
  width: 100%;
  height: auto;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #7D0847;
}

#block5 section#reviews .fon p,
#block6 section#reviews .fon p {
  text-align: justify;
}

#block5 section#reviews .slider-reviews,
#block6 section#reviews .slider-reviews {
  margin-top: 18px;
  position: relative;
  text-align: center;
}

#block5 section#reviews .slider-reviews .slider-reviews__item,
#block6 section#reviews .slider-reviews .slider-reviews__item {
  max-width: 320px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#block5 section#reviews .slider-reviews .slider-reviews__item img,
#block6 section#reviews .slider-reviews .slider-reviews__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#block5 section#reviews .slider-reviews .slider-reviews__item .foto__overley,
#block6 section#reviews .slider-reviews .slider-reviews__item .foto__overley {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

#block5 section#reviews .slider-reviews .fal,
#block6 section#reviews .slider-reviews .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px;
}

#block5 section#reviews .slider-reviews .fal:hover,
#block6 section#reviews .slider-reviews .fal:hover {
  opacity: 1;
  color: #936b09;
}

#block5 section#reviews .slider-reviews .fal.fa-chevron-left,
#block6 section#reviews .slider-reviews .fal.fa-chevron-left {
  left: -40px;
}

#block5 section#reviews .slider-reviews .fal.fa-chevron-right,
#block6 section#reviews .slider-reviews .fal.fa-chevron-right {
  right: -40px;
}

.block2_page5 {
  margin: 0 auto;
}

.block2_page5 .ramka_page4 {
  border: 1px solid #792F02;
  border-radius: 10px;
  margin: 20px auto;
}

.block2_page5 .ramka_page4 h4 {
  font-size: 20px;
  text-align: center;
  margin: 4% 4% 8%;
  color: #792F02;
}

.block2_page5 .ramka_page4 img {
  width: 320px;
  margin: 5px auto;
}

.block2_page5 .ramka_page4 .block-about2_page4 {
  margin: 0 4%;
  font-weight: 400;
  font-size: 12px;
}

.block2_page5 .ramka_page4 .text-aboutMe2 {
  margin-top: 10px;
  padding: 5%;
  font-weight: 400;
  font-size: 12px;
}

.block2_page5 .ramka_page4 .text-aboutMe2 p {
  color: #2A2522;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  padding: 8px;
  font-size: 20px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

#about_company1 {
  overflow: hidden;
  /* CSS3 */
}

#about_company1 h2 {
  margin: 60px auto;
  text-align: center;
}

#about_company1 .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#about_company1 .container .image {
  float: left;
  margin: 5px auto;
}

#about_company1 .container .image img {
  max-width: 620px;
  width: 580px;
}

#about_company1 .container .text_compani {
  color: #000;
}

#about_company1 .container .text_compani h3 {
  margin: 10px auto;
}

#about_company1 .container .text_compani p {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: justify;
}

#about_company1 .line {
  height: 2px;
  width: auto;
}

#about_company1 .oneColFixCtrHdr {
  background: #F29D23;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
}

#about_company1 .oneColFixCtrHdr #container {
  width: 400px;
  background: #FFFFFF;
  margin: 10px auto;
  border: 1px solid #000000;
  text-align: left;
}

#about_company1 .oneColFixCtrHdr #header {
  background: #F29D23;
  padding: 30px 10px 30px 10px;
}

#about_company1 .oneColFixCtrHdr #header h2 {
  font-size: 28px;
  color: #58392D;
}

#about_company1 .oneColFixCtrHdr #mainContent {
  padding: 0 20px;
  background: #FFFFFF;
  position: relative;
}

#about_company1 .oneColFixCtrHdr #footer {
  padding: 0 10px;
  background: #DDDDDD;
}

#about_company1 .oneColFixCtrHdr #footer p {
  margin: 0;
  padding: 10px 0;
}

#about_company1 form.form {
  width: 380px;
  margin: 0 auto;
}

#about_company1 form.form div {
  padding: 4px;
  margin: 4px 0;
  position: relative;
}

#about_company1 form.form input.text,
#about_company1 .textarea {
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #ddd;
  color: #333;
  background: url(images/bginput.jpg) repeat-x bottom #fff;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

#about_company1 form.form input.text {
  width: 300px;
  margin-left: 30px;
}

#about_company1 form.form .textarea {
  height: 150px;
  width: 300px;
  margin-left: 30px;
}

#about_company1 form.form label {
  width: 300px;
  text-align: center;
  margin: 5px auto;
  font-weight: bold;
  color: #00532C;
  font-size: 18px;
}

#about_company1 form.form .btn {
  display: block;
  height: 50px;
  background: url(images/bgbtn.jpg) repeat-x;
  color: #565e62;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #e1e0df;
  outline: none;
  cursor: pointer;
  margin-left: 30px;
  width: 300px;
}

#about_company1 form.form .btn:hover {
  color: #00532C;
}

#about_company1 form.form .btn,
#about_company1 form.form .text,
#about_company1 form.form .textarea {
  border-radius: 8px;
}

#about_company1 div.error_field {
  background: #FEDAFB;
  border: 1px solid #FA74F0;
}

#about_company1 div.errors {
  width: 580px;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #FDFEC2;
}

#about_company1 div.errors .error {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin: 5px;
}

#about_company1 form h3 {
  font-size: 24px;
  margin: 15px auto;
  text-align: center;
}

#about_company1 form h3 a {
  color: #00532C;
}

/*==================section================*/

section {
  padding: 45px 0;
}

/*==================Index page styles================*/

h2 {
  font-size: 4.4rem;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
}

#substrate {
  width: 100%;
  z-index: -1;
  margin-top: -20px;
  padding: 15px 0;
}

#substrate img {
  width: 100%;
  height: auto;
}

#zamova button {
  background-color: #58392D;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 82px;
  text-align: center;
  font-size: 1.5rem;
  opacity: 1;
  color: #B98C0C;
  transition: 0.3s;
  margin-bottom: 15px;
  overflow-x: hidden;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  margin: 4px 2px;
  border-radius: 10px;
  color: #FFFFFF;
}

#zamova button:hover {
  color: #58392D;
  background-color: #E8D258;
}

#osnova {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 96%;
  padding: 0;
  margin: 0 auto;
}

#osnova .leftColumn h2 {
  text-align: center;
  margin-top: -60px;
}

#osnova .leftColumn #firstNews {
  width: 100%;
  left: 0;
  height: auto;
}

#osnova .leftColumn #firstNews img {
  margin-top: 180px;
}

#osnova .leftColumn #firstNews h3 {
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: red;
  margin: 50px auto 30px;
}

#osnova .leftColumn #firstNews .activity {
  margin: 20px auto 0;
  width: 380px;
  height: auto;
}

#osnova .leftColumn #firstNews .principles {
  overflow: hidden;
  padding: 150px 0;
  max-height: 620px;
  background-image: url("../img/k04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}

#osnova .leftColumn #firstNews .line {
  margin: 5px auto 0;
}

#osnova #rightColumn {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px 30px 8px;
  background: rgba(224, 255, 255, 0.6);
}

#osnova #rightColumn .container {
  width: 80%;
}

#osnova #rightColumn h3 {
  width: 250px;
  height: auto;
  background: rgba(0, 0, 0, 0.1);
  margin: 10px auto 20px;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px;
  padding-top: 5px;
  color: #144389;
}

#osnova #rightColumn .actualNews {
  margin: 10px auto;
}

#osnova #rightColumn .actualNews p {
  color: #144389;
  font-size: 20px;
  padding-top: 20px;
  text-align: center;
}

#osnova #rightColumn .actualNews p span {
  font-family: 'MuseoSansMedium', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-weight: 500;
  font-size: 20px;
}

#osnova #rightColumn a {
  font-display: swap;
}

#osnova #rightColumn img {
  width: 250px;
  height: auto;
  margin: 10px auto;
  box-shadow: 0 0 5px 2px;
}

#osnova #rightColumn .arhiv {
  width: 250px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  font-weight: normal;
  font-display: swap;
  font-weight: 700;
  text-align: center;
  color: #0F4383;
  padding-top: 5px;
}

#osnova #rightColumn .arhiv a {
  color: #144389;
}

#osnova #rightColumn .arhiv a:hover {
  color: red;
}

#osnova #rightColumn .line {
  margin: 10px auto;
}

.block-about4 {
  width: 100%;
  height: auto;
}

.block-about4 #formEducation {
  width: 100%;
  margin: 0 auto 0;
}

.block-about4 #formEducation h2 {
  text-align: center;
  margin: 0 auto 40px;
}

.block-about4 #formEducation form {
  background: #F29D23;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 0;
}

.block-about4 #formEducation form #maxiOne {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.block-about4 #formEducation form #maxiOne input.maxi {
  width: 30%;
  height: 40px;
  border: 1px solid #58392D;
  border-radius: 5px;
  margin: 1%;
  padding-left: 10px;
}

.block-about4 #formEducation form textarea {
  width: 95%;
  min-height: 120px;
  border: 1px solid #58392D;
  border-radius: 5px;
  margin: 1% 2.5%;
  padding-left: 10px;
}

.block-about4 #formEducation form #maxiDue {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 25px;
}

.block-about4 #formEducation form #maxiDue input.mini {
  width: 35%;
  height: 75px;
  background-color: #DAE0F1;
  border: 1px solid #58392D;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #58392D;
}

.block-about4 #formEducation form #maxiDue input.mini:hover {
  background-color: #58392D;
  color: #fff;
}

#more h2 {
  font-weight: 900;
  font-size: 90px;
  color: red;
}

#substrate {
  width: 100%;
  z-index: -1;
  margin-top: -20px;
  text-align: center;
  padding: 15px 0;
}

#substrate img {
  width: 100%;
  height: auto;
}

.line {
  width: 100%;
  height: 10px;
  background: #58392D;
  margin-top: -20px;
}

.inform {
  width: 95%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px auto;
}

.inform #history-menu {
  width: 20%;
  padding: 70px 10px 0;
}

.inform #history-menu h3 {
  font-weight: 500;
  font-size: 20px;
  color: #58392D;
}

.inform #history-menu p {
  width: 100%;
  height: auto;
  font-size: 20px;
  margin: 15px auto;
}

.inform #history-menu p a {
  color: #58392D;
}

.inform #history-menu p:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.inform #history-menu button {
  width: 250px;
  height: 50px;
  background-color: #58392D;
  color: #fff;
}

.inform #history-menu button:hover {
  background-color: green;
}

.inform .hrNone {
  display: none;
}

.inform #students {
  width: 80%;
  height: auto;
  margin: 0 auto;
  color: #000;
  background: #fff;
}

.inform #students #zamova_1 button {
  background-color: #58392D;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 82px;
  text-align: center;
  font-size: 1.5rem;
  opacity: 1;
  color: #B98C0C;
  transition: 0.3s;
  margin-bottom: 15px;
  overflow-x: hidden;
  font-family: 'MuseoSansBold', Arial, Tahoma, sans-serif;
  margin: 4px 2px;
  border-radius: 10px;
  color: #FFFFFF;
}

.inform #students #zamova_1 button:hover {
  color: #58392D;
  background-color: #E8D258;
}

.inform #students h2 {
  margin: 10px 0 50px 0;
  font-weight: 700;
  font-size: 50px;
  color: #7D0847;
  text-align: center;
}

.inform #students h3 {
  font-weight: 700;
  font-size: 40px;
  color: #933D60;
  margin: 25px auto;
  text-align: center;
}

.inform #students p {
  font-size: 26px;
  margin: 10px 0;
}

.inform #students p span {
  font-weight: 500;
  color: #58392D;
}

.inform #students li {
  font-weight: 700;
  font-size: 24px;
  color: #92278F;
}

.inform #students hr {
  margin: 40px 0 40px;
}

.inform #students img {
  width: 50%;
  height: auto;
}

.inform #students .unfra {
  font-size: 20px;
}

#students .prof img {
  width: 300px;
}

#students section#reviews .fon {
  text-align: center;
}

#students section#reviews .fon h3 {
  width: 100%;
  height: auto;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #7D0847;
}

#students section#reviews .fon p {
  text-align: justify;
}

#students section#reviews .slider-reviews {
  margin-top: 18px;
  position: relative;
  text-align: center;
}

#students section#reviews .slider-reviews .slider-reviews__item {
  max-width: 320px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#students section#reviews .slider-reviews .slider-reviews__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#students section#reviews .slider-reviews .slider-reviews__item .foto__overley {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

#students section#reviews .slider-reviews .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px;
}

#students section#reviews .slider-reviews .fal:hover {
  opacity: 1;
  color: #936b09;
}

#students section#reviews .slider-reviews .fal.fa-chevron-left {
  left: -40px;
}

#students section#reviews .slider-reviews .fal.fa-chevron-right {
  right: -40px;
}

#galeri h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  color: red;
  text-align: center;
}

#block5 #myFoto,
#block6 #myFoto {
  max-width: 300px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#block5 #myFoto img,
#block6 #myFoto img {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#block5 section#reviews .fon,
#block6 section#reviews .fon {
  text-align: center;
}

#block5 section#reviews .fon h3,
#block6 section#reviews .fon h3 {
  width: 100%;
  height: auto;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
  color: #7D0847;
}

#block5 section#reviews .fon p,
#block6 section#reviews .fon p {
  text-align: justify;
}

#block5 section#reviews .slider-reviews,
#block6 section#reviews .slider-reviews {
  margin-top: 18px;
  position: relative;
  text-align: center;
}

#block5 section#reviews .slider-reviews .slider-reviews__item,
#block6 section#reviews .slider-reviews .slider-reviews__item {
  max-width: 320px;
  border: 2px solid #936b09;
  height: 320px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 0;
}

#block5 section#reviews .slider-reviews .slider-reviews__item img,
#block6 section#reviews .slider-reviews .slider-reviews__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

#block5 section#reviews .slider-reviews .slider-reviews__item .foto__overley,
#block6 section#reviews .slider-reviews .slider-reviews__item .foto__overley {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

#block5 section#reviews .slider-reviews .fal,
#block6 section#reviews .slider-reviews .fal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px;
}

#block5 section#reviews .slider-reviews .fal:hover,
#block6 section#reviews .slider-reviews .fal:hover {
  opacity: 1;
  color: #936b09;
}

#block5 section#reviews .slider-reviews .fal.fa-chevron-left,
#block6 section#reviews .slider-reviews .fal.fa-chevron-left {
  left: -40px;
}

#block5 section#reviews .slider-reviews .fal.fa-chevron-right,
#block6 section#reviews .slider-reviews .fal.fa-chevron-right {
  right: -40px;
}

.block2_page5 {
  margin: 0 auto;
}

.block2_page5 .ramka_page4 {
  border: 1px solid #792F02;
  border-radius: 10px;
  margin: 20px auto;
}

.block2_page5 .ramka_page4 h4 {
  font-size: 20px;
  text-align: center;
  margin: 4% 4% 8%;
  color: #792F02;
}

.block2_page5 .ramka_page4 img {
  width: 320px;
  margin: 5px auto;
}

.block2_page5 .ramka_page4 .block-about2_page4 {
  margin: 0 4%;
  font-weight: 400;
  font-size: 12px;
}

.block2_page5 .ramka_page4 .text-aboutMe2 {
  margin-top: 10px;
  padding: 5%;
  font-weight: 400;
  font-size: 12px;
}

.block2_page5 .ramka_page4 .text-aboutMe2 p {
  color: #2A2522;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  padding: 8px;
  font-size: 20px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

#about_company1 {
  overflow: hidden;
  /* CSS3 */
}

#about_company1 h2 {
  margin: 60px auto;
  text-align: center;
}

#about_company1 .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#about_company1 .container .image {
  float: left;
  margin: 5px auto;
}

#about_company1 .container .image img {
  max-width: 620px;
  width: 580px;
}

#about_company1 .container .text_compani {
  color: #000;
}

#about_company1 .container .text_compani h3 {
  margin: 10px auto;
}

#about_company1 .container .text_compani p {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: justify;
}

#about_company1 .line {
  height: 2px;
  width: auto;
}

#about_company1 .oneColFixCtrHdr {
  background: #F29D23;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
}

#about_company1 .oneColFixCtrHdr #container {
  width: 400px;
  background: #FFFFFF;
  margin: 10px auto;
  border: 1px solid #000000;
  text-align: left;
}

#about_company1 .oneColFixCtrHdr #header {
  background: #F29D23;
  padding: 30px 10px 30px 10px;
}

#about_company1 .oneColFixCtrHdr #header h2 {
  font-size: 28px;
  color: #58392D;
}

#about_company1 .oneColFixCtrHdr #mainContent {
  padding: 0 20px;
  background: #FFFFFF;
  position: relative;
}

#about_company1 .oneColFixCtrHdr #footer {
  padding: 0 10px;
  background: #DDDDDD;
}

#about_company1 .oneColFixCtrHdr #footer p {
  margin: 0;
  padding: 10px 0;
}

#about_company1 form.form {
  width: 380px;
  margin: 0 auto;
}

#about_company1 form.form div {
  padding: 4px;
  margin: 4px 0;
  position: relative;
}

#about_company1 form.form input.text,
#about_company1 .textarea {
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #ddd;
  color: #333;
  background: url(images/bginput.jpg) repeat-x bottom #fff;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

#about_company1 form.form input.text {
  width: 300px;
  margin-left: 30px;
}

#about_company1 form.form .textarea {
  height: 150px;
  width: 300px;
  margin-left: 30px;
}

#about_company1 form.form label {
  width: 300px;
  text-align: center;
  margin: 5px auto;
  font-weight: bold;
  color: #00532C;
  font-size: 18px;
}

#about_company1 form.form .btn {
  display: block;
  height: 50px;
  background: url(images/bgbtn.jpg) repeat-x;
  color: #565e62;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #e1e0df;
  outline: none;
  cursor: pointer;
  margin-left: 30px;
  width: 300px;
}

#about_company1 form.form .btn:hover {
  color: #00532C;
}

#about_company1 form.form .btn,
#about_company1 form.form .text,
#about_company1 form.form .textarea {
  border-radius: 8px;
}

#about_company1 div.error_field {
  background: #FEDAFB;
  border: 1px solid #FA74F0;
}

#about_company1 div.errors {
  width: 580px;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #FDFEC2;
}

#about_company1 div.errors .error {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin: 5px;
}

#about_company1 form h3 {
  font-size: 24px;
  margin: 15px auto;
  text-align: center;
}

#about_company1 form h3 a {
  color: #00532C;
}

/*==================MagnificPopap styles================*/

/*==================MagnificPopap styles================*/

/* Layout /Melichenko Tatiana mail:melichenko.t@gmail.com */

@media screen and (max-width: 1120px) {
  .menu__btn {
    top: 120px;
  }
}

@media screen and (max-width: 995px) {
  header #header .menu-nav .all-menu .home {
    padding-left: 5px;
    font-size: 12px;
  }

  .menu__btn {
    top: 180px;
  }
}

@media screen and (max-width: 992px) {
  header #topbar {
    padding: 10px 0 20px;
  }

  header #topbar .container .menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inform #students #zamova_1 {
    margin: 0 auto;
  }

  #zamova {
    margin: 0 auto;
  }

  .inform #students #zamova_1 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  html {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 960px) {
  #osnova .leftColumn #firstNews {
    width: 100%;
  }

  #osnova #rightColumn {
    width: 100%;
  }
}

@media screen and (max-width: 776px) {
  .menu__box {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 766px) {
  header #topbar .container .menu .number p {
    margin: 5px auto;
  }

  .menu__btn {
    top: 160px;
  }
}

@media screen and (max-width: 765px) {
  header #header .menu-nav .all-menu {
    padding-left: 5px;
  }
}

@media screen and (max-width: 576px) {
  header #topbar {
    margin-left: auto;
    margin-right: auto;
  }

  header #topbar .fix_block1 a .typeTraining2 {
    margin: 0 auto;
  }

  header #topbar .fix_block1 a .typeTraining3 {
    margin: 0 auto;
  }

  header #topbar .container .menu {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header #topbar .container .menu .seti {
    margin: 5px auto;
    width: 70%;
  }

  header #topbar .container .menu .seti a .typeTraining1 {
    margin: 0 auto;
  }

  header #topbar .container .menu .seti a .typeTraining2 {
    margin: 0 auto;
  }

  header #topbar .container .menu .seti a .typeTraining3 {
    margin: 0 auto;
  }

  header #header {
    height: 0;
  }

  header #header .menu-nav .all-menu .home {
    display: none;
  }

  .menu__btn {
    top: 140px;
  }

  .menu__box {
    padding: 100px 0;
  }

  footer .footer_block {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  footer .footer_block .logo {
    margin: 5px;
  }

  footer .footer_block .footer_nav_list .seti,
  footer .footer_block .address .seti,
  footer .footer_block .telephone .seti,
  footer .footer_block .social_network .seti {
    margin: 5px auto;
    width: 70%;
  }

  footer .footer_block .footer_nav_list .seti a .typeTraining1,
  footer .footer_block .address .seti a .typeTraining1,
  footer .footer_block .telephone .seti a .typeTraining1,
  footer .footer_block .social_network .seti a .typeTraining1 {
    margin: 0 auto;
  }

  footer .footer_block .footer_nav_list .seti a .typeTraining2,
  footer .footer_block .address .seti a .typeTraining2,
  footer .footer_block .telephone .seti a .typeTraining2,
  footer .footer_block .social_network .seti a .typeTraining2 {
    margin: 0 auto;
  }

  footer .footer_block .footer_nav_list .seti a .typeTraining3,
  footer .footer_block .address .seti a .typeTraining3,
  footer .footer_block .telephone .seti a .typeTraining3,
  footer .footer_block .social_network .seti a .typeTraining3 {
    margin: 0 auto;
  }

  .inform #students {
    width: 100%;
    text-align: center;
  }

  .inform #students h2 {
    margin: 30px 0 10px 0;
    font-size: 30px;
  }

  .inform #students h3 {
    margin: 15px auto;
    font-size: 20px;
  }

  #galeri h2 {
    font-size: 30px;
  }

  #about_company1 h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  #about_company1 .container .image img {
    margin: 10px auto 0;
    float: none;
    width: 350px;
  }

  #about_company1 .container .text_compani p {
    text-align: center;
  }

  #about_company1 .container .text_compani {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }

  #osnova .leftColumn #firstNews .principles {
    padding: 150px 0;
    margin: -50px;
  }

  .block-about4 #formEducation form #maxiOne input.maxi {
    width: 100%;
  }

  .block-about4 #formEducation form #maxiOne {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-about4 #formEducation form #maxiDue {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-about4 #formEducation form #maxiDue input.mini {
    width: 100%;
    margin: 1%;
  }

  .inform #students {
    width: 100%;
    text-align: center;
  }

  .inform #students h2 {
    margin: 30px 0 10px 0;
    font-size: 30px;
  }

  .inform #students h3 {
    margin: 15px auto;
    font-size: 20px;
  }

  #galeri h2 {
    font-size: 30px;
  }

  #about_company1 h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  #about_company1 .container .image img {
    margin: 10px auto 0;
    float: none;
    width: 350px;
  }

  #about_company1 .container .text_compani p {
    text-align: center;
  }

  #about_company1 .container .text_compani {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  #more h2 {
    font-size: 50px;
  }

  #substrate {
    padding: 15px 0 5px;
    margin-top: -20px;
  }

  .inform {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inform #history-menu {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .inform .hrNone {
    display: block;
    background-color: #003775;
    height: 5px;
    margin: 10px;
    border-radius: 5px;
  }

  #students section#reviews .fon p {
    text-align: center;
    font-size: 20px;
  }

  #students section#reviews .slider-reviews .fal.fa-chevron-left {
    left: -30px;
  }

  #students section#reviews .slider-reviews .fal.fa-chevron-right {
    right: -30px;
  }

  #block5 section#reviews .fon p,
  #block6 section#reviews .fon p {
    text-align: center;
    font-size: 20px;
  }

  #block5 section#reviews .slider-reviews .fal.fa-chevron-left,
  #block6 section#reviews .slider-reviews .fal.fa-chevron-left {
    left: -30px;
  }

  #block5 section#reviews .slider-reviews .fal.fa-chevron-right,
  #block6 section#reviews .slider-reviews .fal.fa-chevron-right {
    right: -30px;
  }

  #substrate {
    padding: 15px 0 5px;
    margin-top: -20px;
  }

  #osnova .leftColumn {
    margin: 0 5px;
  }

  #osnova .leftColumn #firstNews img {
    margin-top: -100px;
  }

  #osnova .leftColumn #firstNews h3 {
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  #osnova .leftColumn #firstNews .line {
    margin: 30px auto 0;
  }

  #more h2 {
    font-size: 50px;
  }

  #substrate {
    padding: 15px 0 5px;
    margin-top: -20px;
  }

  .inform {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inform #history-menu {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .inform .hrNone {
    display: block;
    background-color: #003775;
    height: 5px;
    margin: 10px;
    border-radius: 5px;
  }

  #students section#reviews .fon p {
    text-align: center;
    font-size: 20px;
  }

  #students section#reviews .slider-reviews .fal.fa-chevron-left {
    left: -30px;
  }

  #students section#reviews .slider-reviews .fal.fa-chevron-right {
    right: -30px;
  }

  #block5 section#reviews .fon p,
  #block6 section#reviews .fon p {
    text-align: center;
    font-size: 20px;
  }

  #block5 section#reviews .slider-reviews .fal.fa-chevron-left,
  #block6 section#reviews .slider-reviews .fal.fa-chevron-left {
    left: -30px;
  }

  #block5 section#reviews .slider-reviews .fal.fa-chevron-right,
  #block6 section#reviews .slider-reviews .fal.fa-chevron-right {
    right: -30px;
  }
}

@media screen and (max-width: 475px) {
  h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 460px) {
  .menu__btn {
    top: 15px;
    left: 15px;
  }
}