html,
body {
    width: 100%;
    height: auto !important;
    min-height: 100%;
    position: relative
}

body {
    color: #484d58;
    font-family: "GothamPro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
}

a,
a:link,
a:visited {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-call{
	display: none;
    position: fixed;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: 0 auto !important;
    width: 50px;
    height: 50px;
    z-index: 1000;
}
.widget-call>a{
	display: inline-block;
	font-size: 0;
	background: url("../img/main/phone-ic-b526474282.png") no-repeat center /cover;
	width: 100%;
	height: 100%;
}

.flip {
    -webkit-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logo-bottom-foto {
    height: 99px;
    margin: 0 auto 5px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray !important;
}

.logo-bottom-foto:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: white !important;
}

.container {
    z-index: 300;
    position: relative;
}

h2 {
    color: #37a365;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}

h3 {
    color: #484d58;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
}

h4 {
    color: #484d58;
    font-weight: 800;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.center-block {
    display: inline-block;
}

.button-center {
    width: 100%;
    text-align: center;
}

#bg-iner {
    position: fixed;
    z-index: 920;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.form {
    background: #ffffff;
    padding: 40px;
    overflow: auto;
    height: auto;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.form .label {
    padding: 0 0 25px 35px;
}

.form .input {
    border: 2px solid #7a818e;
    padding: 12px 18px;
    color: #7a818e;
    font-weight: 800;
    margin-bottom: 20px;
    width: 100%;
}

.form .input[placeholder] {
    color: #7a818e;
}

.form .input::-webkit-input-placeholder {
    color: #7a818e;
}

.form .input::-moz-placeholder {
    color: #7a818e;
}

.form .input:-moz-placeholder {
    color: #7a818e;
}

.form .input:-ms-input-placeholder {
    color: #7a818e;
}

.form .input:hover,
.form .input:active {
    border: 2px solid #abb3c4;
}

.form input[type="text"].error {
    border: 2px solid #eb1a39;
}

.form label.error {
    display: none !important;
}

.form .submit {
    margin-bottom: 0 !important;
    display: block;
}

.form .submit:hover {
    color: #eb1a39 !important;
}

.form .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.form .close:before,
.form .close:after {
    content: '';
    display: inline-block;
    background: #d2232a;
    width: 1px;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 18px;
}

#form-question .checkbox__text, #form-reg .checkbox__text {
  color: #000000;
}

#form-question .checkbox__text a, #form-reg .checkbox__text a {
  color: #000000;
}

#form-question .checkbox__box, #form-reg .checkbox__box {
  background: #e6c0c0;
}

.checkbox_mobile {
  display: none !important;
  padding: 0 15px;
}

.checkbox_desktop {
  display: block !important;
}

form  .checkbox {
  display: block;
}

form  .checkbox__text {
  display: inline-block;
  width: 90%;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: left;
  vertical-align: top;
}

form .checkbox__input {
  display: none;
}

form input:checked + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/common/check-mark-8b645ceb2e.svg) 0 0 / cover no-repeat;
}

form .checkbox__box {
  display: inline-block;
  position: relative;
  background: #fff;
  width: 10px;
  height: 10px;
  vertical-align: top;
}

form  .checkbox__text a {
  color: #fff;
}

form  .checkbox__text a:hover {
  text-decoration: none;
}

.form .close:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form .close:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

div.form h2 {
    margin: 0 !important;
    text-align: center;
}

.fancybox-skin {
    background: #ffffff !important;
}

/* .inside ul li {
    padding-left: 25px;
    background: url("../img/main/li-69f1b36f08.png") 0 2px no-repeat;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
} */


/********HEADER********/

.index #header {
    min-height: 726px;
    width: 100%;
}

#header-top {
    background: url("../img/main/top-612e7104c8.png") repeat-x;
    min-height: 221px;
    z-index: 100;
    position: relative;
}

.header-top__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 992px){
  .header-top__logo {
   flex-direction: column;
  }
}

.logo {
    width: 219px;
    height: 63px;
    /* background: url("../img/main/logo-a94f94573e.png") no-repeat; */
    margin-top: 6px;
    margin-bottom: 8px;
    display: inline-block;
}

.moi {
  margin-right: 30px;
  margin-left: -15px;
}

.moi img{
  width: 100%;
}
@media (max-width: 992px){
  .moi img{
    width: 200px;
  }
}

#question {
    border: 1px solid #ffffff;
    width: 145px;
    padding: 7px 0 8px;
    margin-top: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    cursor: pointer;
    float: right;
}

#question:hover {
    color: #000000;
    background: #ffffff;
}

.phone-top{
    margin: 19px 0 8px;
    text-align: right;
}

#phone-top a {
    display: inline-block;
    color: #ffffff !important;
    font-family: "Proximanova", Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
}

#phone-top span {
    font-weight: 800;
    font-size: 19px;
    line-height: 19px;
}

.soc-icon,
.phone-soc {
    float: right;
}

.soc-icon a {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background-position: 50% 50%;
    display: inline-block;
    margin-bottom: 5px;
}

.tw {
    background: url("../img/main/tw-34a3e83771.png") no-repeat;
}

.f {
    background: url("../img/main/f-a114c14ae3.png") no-repeat;
}

.vk {
    background: url("../img/main/vk-f7351aa1c4.png") no-repeat;
    display: none !important;
}

.sk {
    background: url("../img/main/sk-c79220c4f1.png") no-repeat;
}

#menu {
    min-height: 46px;
}

#menu a,
#menu li {
    height: 46px;
}

#menu {
    background: #37a365;
    text-align: center;
    width: 100%;
}

#menu a {
    color: #ffffff;
    font-weight: 800;
    display: table-cell;
    vertical-align: middle;
    height: 46px;
    font-size: 14px;
    line-height: 16px;
}

#menu a:hover,
#menu a.active {
    color: #eb1a39;
    text-decoration: none;
}

#menu li {
    display: table;
    margin: 0;
}

#menu ul {
    width: 101.6%;
}

.inside h2 {
    margin: 45px 0 20px;
}

.inside #header {
    min-height: 347px;
}

.inside #banner {
    height: 347px;
}

#about-text {
    padding: 28px 28px 28px 130px;
    border: 1px solid #37a365;
    background: url("../img/about/hand.png") 34px 50% no-repeat;
    margin: 40px 0 57px;
}

.inside b {
    font-size: 17px;
    line-height: 19px;
}

.b {
    font-weight: 800;
}

#doc {
    background: #f0f0f0;
    padding-bottom: 20px;
}

#doc h2 {
    color: #484d58;
}

.doc .col-xs-12 {
    margin-bottom: 30px;
}
.doc_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}
.doc_row .various{
    display: block;
}
.font-20,
.priem-doc {
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
}

.recruit {
    color: #ffffff;
}

.recruit-h2,
#screenplay h2 {
    color: #484d58;
}

.recruit-el {
    background: #37a365;
    min-height: 170px;
}

.recruit .col-xs-12 {
    margin-bottom: 30px;
}

.recruit-numb {
    padding: 10px 0 0 13px;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
}

.recruit-name {
    margin-top: 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}

.recruit-text {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    width: 100%;
}

#priem-doc {
    min-height: 246px;
    background: url("../img/recruit/center.jpg") center no-repeat;
    padding: 15px 0 50px;
    text-align: center;
}

#priem-doc h2 {
    margin: 45px 0 20px;
}

.priem-doc {
    color: #ffffff;
    font-weight: 700;
}

#screenplay {
    background: #f0f0f0;
    padding: 45px 0 30px;
    text-align: center;
}

#screenplay .row {
    position: relative;
}

.screenplay-img {
    width: 99px;
    height: 99px;
    margin: 0 auto 15px;
}

.screenplay-att {
    background: url("../img/recruit/att.png") no-repeat;
}

.screenplay-pov {
    background: url("../img/recruit/pov.png") no-repeat;
}

.screenplay-arm {
    background: url("../img/recruit/arm.png") no-repeat;
}

.screenplay-vs {
    background: url("../img/recruit/vs.png") no-repeat;
}

.screenplay-diplom {
    background: url("../img/recruit/diplom.png") no-repeat;
}

.screenplay-kurs {
    background: url("../img/recruit/kurs.png") no-repeat;
}

.screenplay-obuch {
    background: url("../img/recruit/obuch.png") no-repeat;
}

.screenplay-width {
    width: 79%;
    margin: 0 auto;
    position: relative;
}

#screenplay .col-xs-12 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.screenplay-line {
    height: 2px;
    background: url("../img/recruit/str.png") repeat-x;
}

.screenplay-line-f {
    width: 730px;
    top: 50px;
    left: 12%;
    position: absolute;
}

.screenplay-line-s {
    width: 520px;
    top: 50px;
    left: 16%;
    position: absolute;
}

.screenplay-line-z {
    width: 210px;
    height: 199px;
    background: url("../img/recruit/line-z.png") no-repeat;
    top: 50px;
    right: 3%;
    position: absolute;
}

#reserv {
    background: #f0f0f0;
    padding: 40px 0 30px;
}

.reserv-img {
    width: 93px;
    height: 93px;
}

.reserv-img-rev1 {
    background: url("../img/reserve/res1.png") no-repeat;
}

.reserv-img-rev2 {
    background: url("../img/reserve/res2.png") no-repeat;
}

.reserv-img-rev3 {
    background: url("../img/reserve/res3.png") no-repeat;
}

.reserv-img-rev4 {
    background: url("../img/reserve/res4.png") no-repeat;
}

.reserv-el,
.history {
    display: table;
    padding-bottom: 30px;
}

.reserv-text {
    padding-left: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
}

.reserv-el div {
    height: 93px;
    display: table-cell;
    vertical-align: middle;
}

#reserv .col-xs-12 {
    padding: 0;
}

#reserv h2 {
    color: #484d58;
    margin: 0 0 50px;
    text-align: center;
}

#history {
    padding-bottom: 30px;
    z-index: 50;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.history-l {
    display: table-cell;
    min-height: 510px;
}

.history-text1 {
    width: 76px;
    vertical-align: top;
}

.history-text1 div {
    width: 76px;
    height: 76px;
    font-weight: 800;
    color: #37a365;
    background: #f0f0f0;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
    text-align: center;
}

.history-text2 {
    padding-left: 36px;
    vertical-align: middle;
}

.koncepcy {
    background: #f0f0f0;
    z-index: 10;
    padding-bottom: 60px;
    position: relative;
}

.koncepcy-head {
    background: #37a365;
    color: #ffffff;
    padding: 23px 0 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.koncepcy-text {
    padding: 38px 18px;
    background: #ffffff;
    min-height: 350px;
    font-size: 15px;
    line-height: 17px;
}

.text {
    padding: 45px 0 50px;
}

.font17 {
    margin: 50px 0 30px;
    font-weight: 800;
    min-height: 60px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
}


/********BANNER********/

#banner {
    top: 0;
    z-index: 50;
    overflow: hidden;
    height: 740px;
    width: 100%;
    position: absolute;
}

#banner li .slider-in {
    top: 210px;
    position: absolute;
    color: #ffffff;
}

#banner li .img {
    min-height: 727px;
    width: 100%;
    background: rgba(55, 58, 66, 0.8) no-repeat center;
    background-size: cover;
}
#banner li:nth-child(1) .img {
	background-image: url(../img/main/bg-min-e7dc690067.jpg?v=2502);
}
#banner li:nth-child(1) .slider-in {
	background: rgba(255,255,255,.5);
  box-shadow: 0 0 16px 16px rgba(255,255,255,.5);
	color: #373a42;
}

#banner li:nth-child(2) .img {
	background-image: url(../img/main/bg-min_2-daaf63ebd7.jpg?v=2702);
    background-position: right top;
}
#banner li:nth-child(2) .slider-in {
	color: #fff;
}



.slider-text {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.slider-text-p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
}

.slider-in .button {
    width: 200px;
    margin-top: 33px;
}

#banner .bx-pager {
    bottom: 245px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 150;
}

#banner .bx-pager div {
    margin-right: 10px;
    display: inline-block;
}

#banner .bx-pager div a {
    width: 16px;
    height: 16px;
    background: #ffffff;
    text-indent: -99999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

#banner .bx-pager div a:hover,
#banner .bx-pager div a.active {
    background: #37a365;
}

.button {
    background: #37a365;
    color: #ffffff;
    padding: 14px 0;
    border: 2px solid #37a365;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.button:hover {
    background: none;
}

.form-main,
#form-main{
    background: rgba(55, 58, 66, 0.8);
    padding: 33px 0;
    width: 100%;
    z-index: 250;
}

.reg {
	position: relative !important;
}

.reg__title{
	color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

.index .form-main,
.index #form-main {
    bottom: 0;
    position: absolute;
}

.form-main h2,
#form-main h2 {
    color: #ffffff;
    margin: 0 0 17px;
}

.form-main .input,
#form-main .input {
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 23px;
    color: #abb3c4;
    margin-bottom: 5px;
    width: 100%;
}

.form-main .submit,
#form-main .submit,
.form .submit {
    background: #eb1a39;
    color: #ffffff;
    padding: 14px 0;
    border: 2px solid #eb1a39;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    width: 100%;
}

.form-main .submit:hover,
#form-main .submit:hover,
.form .submit:hover {
    background: none;
}

.form-main-text,
#form-main-text {
    color: #37a365;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
}

.form-main .radio,
#form-main .radio {
    padding-top: 3px;
}

.form-main .radio label,
#form-main .radio label {
    color: #ffffff;
    font-size: 17px;
    line-height: 19px;
    cursor: pointer;
}

.form-main input[type="radio"]:not(checked),
#form-main input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
}

.form-main input[type="radio"]:not(checked)+span,
#form-main input[type="radio"]:not(checked)+span {
    position: relative;
    padding: 0 0 0 18px;
}

.form-main input[type="radio"]:not(checked)+span:before,
#form-main input[type="radio"]:not(checked)+span:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.form-main input[type="radio"]:checked+span:before,
#form-main input[type="radio"]:checked+span:before {
    background: #37a365;
}

input.error {
    border: 2px solid #eb1a39 !important;
}

label.error {
    display: none !important;
}


/********ARMY********/

#us-army {
    padding: 60px 0 35px;
}

#us-army h2 {
    color: #484d58;
    margin-bottom: 10px;
}

.us-army-foto {
    width: 99px;
    height: 99px;
    margin-right: 16px;
}

.us-army-foto-trud {
    background: url("../img/main/trud-7862f28022.png") no-repeat;
}

.us-army-foto-dist {
    background: url("../img/main/dist-0037d7d87a.png") no-repeat;
}

.us-army-foto-budj {
    background: url("../img/main/budj-413f041c0d.png") no-repeat;
}

.us-army-text {
    font-weight: 800;
    padding-top: 32px;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
}

#us-army .col-xs-12 {
    margin-bottom: 30px;
}

#army {
    background: #f0f0f0;
}

#army h2 {
    color: #484d58;
    margin: 0 0 22px;
}

#army div {
    font-size: 18px;
    line-height: 20px;
}

#dist-lern {
    padding-bottom: 10px;
    z-index: 50;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dist-img {
    height: 99px;
    margin-bottom: 20px;
    width: 100%;
}

.dist-text {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.dist-el {
    margin: 40px 0;
}

.dist-img-1 {
    background: url("../img/learning/dist1.png") 50% 0 no-repeat;
}

.dist-img-2 {
    background: url("../img/learning/dist2.png") 50% 0 no-repeat;
}

.dist-img-3 {
    background: url("../img/learning/dist3.png") 50% 0 no-repeat;
}

.dist-img-4 {
    background: url("../img/learning/dist4.png") 50% 0 no-repeat;
}

.dist-img-5 {
    background: url("../img/learning/dist5.png") 50% 0 no-repeat;
}

.dist-img-6 {
    background: url("../img/learning/dist6.png") 50% 0 no-repeat;
}

#company {
    padding-bottom: 45px;
    background: #fefefe;
    z-index: 5;
    position: relative;
}

#company h2 {
    margin: 45px 0 40px;
}

.company-img {
    height: 115px;
    width: 100%;
}

.company-img-beeline {
    background: url("../img/company/beeline.png") 50% no-repeat;
}

.company-img-mts {
    background: url("../img/company/mts.png") 50% no-repeat;
}

.company-img-kpmg {
    background: url("../img/company/kpmg.png") 50% no-repeat;
}

.company-img-mkb {
    background: url("../img/company/mkb.png") 50% no-repeat;
}

.company-img-sitr {
    background: url("../img/company/sitr.png") 50% no-repeat;
}

.company-img-coca {
    background: url("../img/company/coca.png") 50% no-repeat;
}

.company-img-del {
    background: url("../img/company/deloitte.png") 50% no-repeat;
}

.company-img-alfa {
    background: url("../img/company/alfa.png") 50% no-repeat;
}

.company-img-rost {
    background: url("../img/company/rost.png") 50% no-repeat;
}

.company-img-micr {
    background: url("../img/company/micr.png") 50% no-repeat;
}

#company .col-xs-12 {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

#company .row:last-child .col-xs-12 {
    border-bottom: 0;
}

#company .row .col-xs-12:last-child {
    border-right: 0;
}


/********VIDEO********/

#video {
    background: #292f3b;
    padding: 40px 0;
    min-height: 482px;
}

#video .col-xs-12,
#video .col-md-6 {
    padding: 0 !important;
}

#video div img {
    z-index: 5;
    position: relative;
}

#video .col-xs-12,
#video .video-el {
    overflow: hidden;
}

#video .col-md-6,
#video .col-md-6 .video-el {
    height: 150px;
}

.video-bg {
    background: rgba(41, 47, 59, 0.6);
    top: 0;
    left: 0;
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.video-kr {
    width: 38px;
    height: 38px;
    background: url("../img/main/kr-a9b53e0bfe.png") no-repeat;
    z-index: 100;
    left: 11px;
    bottom: 11px;
    position: absolute;
}

.video-f .video-kr {
    left: 20px;
    bottom: 20px;
}

.video-f {
    cursor: pointer;
}

#video .col-md-6 .video-kr {
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.video-text {
    color: #ffffff;
    left: 70px;
    bottom: 20px;
    z-index: 100;
    text-align: left;
    font-size: 17px;
    line-height: 19px;
    position: absolute;
}

.video-text span {
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
}

#video .col-md-6 .video-el:hover .video-bg,
.video-f:hover .video-bg {
    background: rgba(41, 47, 59, 0);
}

#video .button-center {
    margin-top: 25px;
    height: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.kol {
    width: 32px;
    height: 32px;
    background: url("../img/main/kol-e11817354e.png") no-repeat;
}

.button-video-text {
    color: #b9b9b9;
    margin: 8px 0 0 15px;
    font-size: 14px;
    line-height: 16px;
}

#video .button-center .click {
    cursor: pointer;
}

.button-video-click {
    cursor: pointer;
}

.button-video-click:hover .button-video-text {
    text-decoration: underline;
}

.video-block:first-child {
    display: block;
}

.video-block {
    display: none;
}


/********VALUES********/

#values {
    min-height: 400px;
    background: #ffffff;
    padding: 60px 0 35px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

#values h2 {
    margin-bottom: 40px;
}

.values-img {
    width: 33px;
    height: 30px;
    background: url("../img/main/gal-71c2e81fae.png") no-repeat;
    margin-right: 12px;
}

#values .center-block {
    margin-bottom: 25px;
}

#values .center-block .values-text {
    font-weight: 700;
    padding-top: 5px;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
}


/********FACULT********/

#faculties {
    background: #f0f0f0;
}

#faculties-in {
    padding: 70px 0;
}

#faculties h2 {
    margin: 0 0 40px;
    text-align: center;
}

.faculties-in-el {
    background: #f0f0f0;
    margin-bottom: 20px;
}

.faculties-in-el-text {
    margin: 33px 18px;
    font-size: 15px;
    line-height: 17px;
}

.faculties-in-el-link {
    padding: 34px 0;
    font-weight: 800;
    margin: 0 18px;
    border-top: 1px solid #cbcbcb;
    background: url("../img/faculties/link-42c78fa9f9.png") 100% 50% no-repeat;
    font-size: 18px;
    line-height: 20px;
}

.faculties-in-el-foto {
    height: 155px;
    color: #ffffff;
    font-weight: 700;
/*    padding-top: 73px;*/
    font-size: 29px;
    line-height: 32px;
    width: 100%;
    text-align: center;
}
.faculties-in-el-foto>span{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
}
.faculties-in-el-bis {
    background: url("../img/faculties/fac_bis.jpg") no-repeat;
}

.faculties-in-el-dis {
    background: url("../img/faculties/fac_dis.jpg") no-repeat;
}

.faculties-in-el-eco {
    background: url("../img/faculties/fac_eco.jpg") no-repeat;
}

.faculties-in-el-ul {
    background: url("../img/faculties/fac_ul.jpg") no-repeat;
}

.faculties-in-el-sport {
    background: url("../img/faculties/fac_sport.jpg") no-repeat;
/*    padding-top: 40px;*/
}

.faculties-in-el-ling {
    background: url("../img/faculties/fac_ling.jpg") no-repeat;
}

.faculties-in-el-internet {
    background: url("../img/faculties/fac_internet.jpg") no-repeat;
}

.faculties-in-el-pciho {
    background: url("../img/faculties/fac_pciho.jpg") no-repeat;
}

.faculties-in-el-info {
    background: url("../img/faculties/fac_info.jpg") no-repeat;
/*    padding-top: 40px;*/
}


/********PROGRAMS********/

#programs {
    min-height: 840px;
    padding: 60px 0 0;
}

.programs-foto img {
    width: 100%;
}

.programs-text {
    color: #ffffff;
    bottom: 65px;
    font-weight: 700;
    min-height: 64px;
    width: 93%;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    position: absolute;
}

#programs .col-xs-12 {
    margin-bottom: 30px;
}

#programs .button {
    padding: 14px 20px 12px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 13px;
}

#programs .button:hover {
    color: #37a365;
}


/********LOGO********/

#logo-bottom {
    min-height: 190px;
    background: #3a4150;
    padding: 32px 0 15px;
}

.logo-bottom {
    width: 86%;
    margin: 0 auto;
}

.logo-bottom .col-xs-12 {
    margin-bottom: 15px;
}

.logo-bottom-foto {
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
}

.logo-bottom-min-obor {
    width: 133px;
    background: url("../img/main/min-obor-0dd831e048.png") left 50% no-repeat;
}

.logo-bottom-vn-voicka {
/*    width: 157px;*/
    width: 110px;
    background: url("../img/main/rosgvardia_grad-bd77f95497.png") left 50% no-repeat;
    background-size: cover;
/*    background: url("../img/main/vn-voicka-18baf3d6b8.png") left 50% no-repeat;*/
}

.logo-bottom-mchs {
    width: 99px;
    background: url("../img/main/mchs-9d32a38957.png") left 50% no-repeat;
}

.logo-bottom-pravit {
    width: 66px;
    background: url("../img/main/pravit-b322f13c0f.png") left 50% no-repeat;
}

.logo-bottom-text {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}


/********FOOTER********/

#footer {
    background: #292f3b;
    padding: 35px 0 10px;
    color: #ffffff;
}

#footer .logo {
    margin-bottom: 35px;
}

.footer-menu {
    margin: 0 0 15px;
}

.footer-menu li {
    padding-bottom: 18px;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
    line-height: 22px !important;
}

.footer-menu li a {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

#copir {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
}

.footer-pip {
    border-right: 1px solid #565b64;
    border-left: 1px solid #565b64;
    padding-left: 54px;
    min-height: 216px;
    width: 100%;
}

.footer-pip div {
    line-height: 18px;
}

.footer-pip-g {
    color: #7a818e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
}

.footer-pip-b {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
}

.footer-pip-p,
.footer-pip-p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.footer-pip-new,
.footer-pip-new a {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}

.footer-pip-new {
    height: 63px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 12px;
}

.footer__button-container {
  display: none;
}

.map {
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
}

.map:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#footer .soc-icon {
    margin: 10px 0 0 5px;
    float: none;
}

.footer-phone {
    background: url("../img/main/phone-9b64f17450.png") 6px 2px no-repeat;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.footer-phone span {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}

.footer-phone a {
    color: #fff;
}

.pd {
    padding-left: 20px;
}

.footer-metro {
    background: url("../img/main/metro-b2bd0e9c5a.png") 0 3px no-repeat;
}

#form-reg {
    width: 467px;
}

.form-reg {
    color: #ffffff;
    text-decoration: underline;
    margin-top: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
}

.form-reg:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#form-question {
    width: 387px;
}

.send-success>h3,
.send-success {
  color: #484d58;
}
.form .send-success {
    color: #484d58 !important;
    text-align: center;
}

#mapSokol {
    width: 783px;
    height: 600px;
    left: -999999px;
    top: 0;
    position: absolute;
}

.menu__icon {
    display: none;
    width: 50px;
    height: 40px;
    margin: 15px 0 0 15px;
}

.fancybox-slide--iframe .fancybox-content {
  max-width  : 800px;
  max-height : 600px;
}


/********MEDIA********/

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-f-5 {
        width: 40%;
        float: left;
    }
    .col-md-f-2 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {
	.footer-phone-text,
	.footer-phone>a,
	.phone-top>a{
		display: none !important;
	}
	.widget-call{
		display: none;
	}
    .center-cont {
        margin-left: auto;
        margin-right: auto;
    }
    .phone-soc,
    .soc-icon,
    #question {
        float: none;
        display: inline-block;
    }
    .phone-soc {
        margin: 10px 0 15px;
    }
    .col-xs-12 {
        text-align: center;
    }
    #banner li .slider-in {
        top: 515px;
    }
    .index #banner,
    #banner li .img,
    .index #header {
        height: 1250px;
    }
    #banner .bx-pager {
        bottom: 443px;
    }
    #us-army .center-block {
        width: 338px;
    }
    #video .col-xs-12 .col-md-6 {
        width: 50%;
        float: left;
    }
    #video .col-xs-12 {
        height: auto;
    }
    #video div img {
        width: 100%;
    }
    #values .center-block {
        width: 285px;
    }
    .footer-pip {
        border: 0;
        padding: 0;
    }
    .pd {
        padding: 0;
    }
    .footer-phone,
    .footer-metro {
        background: none;
    }
    #footer .soc-icon {
        margin: 10px 0 0 -13px;
    }
    #doc {
        padding-bottom: 7%;
    }
    .screenplay-line,
    .screenplay-line-z {
        display: none;
    }
    .koncepcy-text {
        min-height: 100%;
    }
    #company .col-xs-12 {
        border: 0;
    }
    .faculties-in-el-foto {
        background-size: 100%;
        padding-top: 60px;
    }
    .footer-pip-new {
        display: block;
        width: 100%;
    }
    .header-top__logo {
        width: 50%;
        text-align: left;
    }
    .header-top__button {
        width: 25%;
        text-align: center;
    }
    .header-top__phone {
        width: 25%;
        text-align: right;
    }
    .menu__list {
        display: none;
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }
    #menu {
        background: none;
    }
    .menu__nav {
        background-image: url(../img/main/hamburger_icon-3075ecf26f.png);
        background-repeat: no-repeat;
        background-position: left 30px center;
        background-size: contain;
        display: block;
        height: 50px;
    }
    .menu__nav:hover .menu__list {
        display: block;
        opacity: 1;
    }
    #menu {
        background: none;
        text-align: left;
    }
    #menu li {
        margin: 0;
        background-color: #37A365;
        display: block;
        width: 300px;
        text-align: center;
        margin-left: 80px;
        margin-bottom: 2px;
    }
    #banner li .slider-in {
        top: 355px;
    }

    form .submit {
      margin-bottom: 20px !important;
    }

    .checkbox_mobile {
      display: block !important;
      padding: 0 15px;
    }

    form .checkbox__text {
      margin-bottom: 5px;
    }

    .checkbox_desktop {
      display: none !important;
    }
}

@media (max-width: 750px) {
    .header-top__logo {
        width: 40%;
    }
    .header-top__button {
        width: 25%;
    }
    .header-top__phone {
        width: 35%;
    }
    .header-top__logo {
        width: 50%;
    }
    .header-top__button {
        width: 50%;
        text-align: right;
    }
    .header-top__phone {
        width: 50%;
        text-align: right;
    }
    .phone-soc {
        margin: 0 0 10px 0;
    }
    .menu__icon {
        margin-top: -90px;
    }
    .menu__icon:hover .menu__list {
        display: block;
    }
    .menu__icon:hover #menu ul {
        display: block;
    }
    .menu__nav {
        background-position: left 15px center;
        margin-top: -50px;
    }
}

@media (max-width: 600px) {
    .menu__list {
        margin-left: 0;
    }
    #menu li {
        margin-left: 0px;
    }
    .menu__nav:hover {
        background: none;
    }
}
@media (max-width: 575px) {
  .footer__button-container {
    position: fixed;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    display: none;
    text-align: center;
  }
  .show__button {
      display: block !important;
  }
  .footer__button {
    height: 55px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    width: 100%;
    background: #eb1a39;;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .footer__button:hover, .footer__button:focus {
    text-decoration: none;
  }
  .footer__button:focus {
    color: #fff;
  }
}
@media (max-width: 510px) {
    .menu__list {
        margin-top: 50px;
    }
    .menu__nav {
        height: 30px;
    }
    .menu__list {
        margin-top: -15px;
    }
}

@media (max-width: 450px) {
    .menu__list {
        margin-top: 0px;
        margin-left: 0;
    }
    #menu li {
        margin-left: 0px;
        width: 280px;
    }
    .header-top__logo {
        width: 100%;
        text-align: left;
    }
    .header-top__button {
        width: 100%;
        text-align: center;
    }
    .header-top__phone {
        width: 100%;
        text-align: center;
    }
    #question {
        margin-top: 0px;
    }
    #menu {
        background: none;
        text-align: left;
        position: absolute;
        display: block;
        top: 20px;
        right: 0;
    }
    .menu__nav {
        background-position: top right;
        margin-top: 0;
    }
    .slider-text {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 1000px) {
    #menu li:first-child {
        text-align: left;
    }
    #menu li:last-child {
        text-align: right;
    }
    #video .col-xs-12 {
        height: 300px;
    }
    #video div img {
        height: 100%;
        width: 100%;
    }
    #values .center-block {
        width: 100%;
    }
}

@media (min-width: 1930px) {
    #banner li .img,
    .size {
        background-size: 100% !important;
    }
    .inside #banner img {
        width: 100%;
    }
}

@media (max-width: 1910px) {
    #banner li img {
        height: 100%;
    }
}

@media (max-width: 550px) {
    #form-reg,
    #form-question {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 450px) {
    #video .col-xs-12 .col-md-6 {
        width: 100%;
    }
    .programs-text {
        bottom: 7%;
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 360px) {
    .slider-text {
        font-size: 30px;
        line-height: 38px;
    }
    #us-army .center-block {
        width: 293px;
    }
    .us-army-text-dist {
        width: 178px;
    }
}

@media (max-width: 320px) {
    .slider-text {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1210px) {
    .size {
        background-size: auto 100% !important;
    }
}


/* ---Version--- */

.partner-sgil .footer-pip {
    display: none;
}

.partner-sgil .footer-pip .form-reg {
    display: none;
}

/* nav dp1 */
.dp1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 999;
}
.dp1 .container {
    max-width: 1200px;
    width: 100%;
}
.dp1 ul {
	min-height: 70px;
	padding: 10px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #12499d;
	font-size: 22px;
	line-height: normal;
}
.dp1 li {
	margin: 5px 10px;
}
.dp1 li a {
	color: #12499d;
}

/*  */

.container {
    z-index: 300;
    position: relative;
  }
  h2 {
    color: #37a365;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    color: #484d58;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
  }
  h4 {
    color: #484d58;
    font-weight: 800;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .center-block {
    display: inline-block;
  }
  .button-center {
    width: 100%;
    text-align: center;
  }
  #bg-iner {
    position: fixed;
    z-index: 920;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .form {
    background: #ffffff;
    padding: 40px;
    overflow: auto;
    height: auto;
    box-sizing: border-box;
    display: none;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
  }
  .form .label {
    padding: 0 0 25px 35px;
  }
  .form .input {
    border: 2px solid #7a818e;
    padding: 12px 18px;
    color: #7a818e;
    font-weight: 800;
    margin-bottom: 20px;
    width: 100%;
  }
  .form .input[placeholder] {
    color: #7a818e;
  }
  .form .input::-webkit-input-placeholder {
    color: #7a818e;
  }
  .form .input::-moz-placeholder {
    color: #7a818e;
  }
  .form .input:-moz-placeholder {
    color: #7a818e;
  }
  .form .input:-ms-input-placeholder {
    color: #7a818e;
  }
  .form .input:hover,
  .form .input:active {
    border: 2px solid #abb3c4;
  }
  .form input[type="text"].error {
    border: 2px solid #eb1a39;
  }
  .form label.error {
    display: none !important;
  }
  .form .submit {
    margin-bottom: 0 !important;
    display: block;
  }
  .form .submit:hover {
    color: #eb1a39 !important;
  }
  .form .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .form .close:before,
  .form .close:after {
    content: '';
    display: inline-block;
    background: #d2232a;
    width: 1px;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 18px;
  }
  .form .close:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .form .close:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div.form h2 {
    margin: 0 !important;
    text-align: center;
  }
  .fancybox-skin {
    background: #ffffff !important;
  }
  .inside ul li {
    padding-left: 25px;
    background: url("../img/main/li-69f1b36f08.png") 0 2px no-repeat;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 17px;
  }
  /********HEADER********/
  .index #header {
    min-height: 726px;
    width: 100%;
  }
  #header-top {
    background: url("../img/main/top-612e7104c8.png") repeat-x;
    min-height: 221px;
    z-index: 100;
    position: relative;
  }
  .logo {
    width: 219px;
    height: 63px;
    /* background: url("../img/main/logo-a94f94573e.png") no-repeat; */
    margin-top: 6px;
    margin-bottom: 8px;
    display: inline-block;
  }
  #question {
    border: 1px solid #ffffff;
    width: 145px;
    padding: 7px 0 8px;
    margin-top: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    cursor: pointer;
    float: right;
  }
  #question:hover {
    color: #000000;
    background: #ffffff;
  }
  #phone-top {
    color: #ffffff;
    font-family: "Proximanova", Tahoma, Arial, Helvetica, sans-serif;
    margin: 19px 0 8px;
  }
  #phone-top span {
    font-weight: 800;
    font-size: 19px;
    line-height: 19px;
  }
  .soc-icon,
  .phone-soc {
    float: right;
  }
  .soc-icon a {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background-position: 50% 50%;
    display: inline-block;
  }
  .tw {
    background: url("../img/main/tw-34a3e83771.png") no-repeat;
  }
  .f {
    background: url("../img/main/f-a114c14ae3.png") no-repeat;
  }
  .vk {
    background: url("../img/main/vk-f7351aa1c4.png") no-repeat;
  }
  .sk {
    background: url("../img/main/sk-c79220c4f1.png") no-repeat;
  }
  #menu {
    min-height: 46px;
  }
  #menu a,
  #menu li {
    height: 46px;
  }
  #menu {
    background: #37a365;
    text-align: center;
    width: 100%;
  }
  #menu a {
    color: #ffffff;
    font-weight: 800;
    display: table-cell;
    vertical-align: middle;
    height: 46px;
    font-size: 14px;
    line-height: 16px;
  }
  #menu a:hover,
  #menu a.active {
    color: #eb1a39;
    text-decoration: none;
  }
  #menu li {
    display: table;
    margin: 0;
  }
  #menu ul {
    width: 101.6%;
  }
  .inside h2 {
    margin: 45px 0 20px;
  }
  .inside #header {
    min-height: 347px;
  }
  .inside #banner {
    height: 347px;
  }
  #about-text {
    padding: 28px 28px 28px 130px;
    border: 1px solid #37a365;
    background: url("/about/img/main/hand.png") 34px 50% no-repeat;
    margin: 40px 0 57px;
  }
  .inside b {
    font-size: 17px;
    line-height: 19px;
  }
  .b {
    font-weight: 800;
  }
  #doc {
    background: #f0f0f0;
    padding-bottom: 20px;
  }
  #doc h2 {
    color: #484d58;
  }
  .doc .col-xs-12 {
    margin-bottom: 30px;
  }
  .font-20,
  .priem-doc {
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
  }
  .recruit {
    color: #ffffff;
  }
  .recruit-h2,
  #screenplay h2 {
    color: #484d58;
  }
  .recruit-el {
    background: #37a365;
    min-height: 170px;
  }
  .recruit .col-xs-12 {
    margin-bottom: 30px;
  }
  .recruit-numb {
    padding: 10px 0 0 13px;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
  }
  .recruit-name {
    margin-top: 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 100%;
  }
  .recruit-text {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    width: 100%;
  }
  #priem-doc {
    min-height: 246px;
    background: url("/recruit/img/main/center.jpg") center no-repeat;
    padding: 15px 0 50px;
    text-align: center;
  }
  #priem-doc h2 {
    margin: 45px 0 20px;
  }
  .priem-doc {
    color: #ffffff;
    font-weight: 700;
  }
  #screenplay {
    background: #f0f0f0;
    padding: 45px 0 30px;
    text-align: center;
  }
  #screenplay .row {
    position: relative;
  }
  .screenplay-img {
    width: 99px;
    height: 99px;
    margin: 0 auto 15px;
  }
  .screenplay-att {
    background: url("/recruit/img/main/att.png") no-repeat;
  }
  .screenplay-pov {
    background: url("/recruit/img/main/pov.png") no-repeat;
  }
  .screenplay-arm {
    background: url("/recruit/img/main/arm.png") no-repeat;
  }
  .screenplay-vs {
    background: url("/recruit/img/main/vs.png") no-repeat;
  }
  .screenplay-diplom {
    background: url("/recruit/img/main/diplom.png") no-repeat;
  }
  .screenplay-kurs {
    background: url("/recruit/img/main/kurs.png") no-repeat;
  }
  .screenplay-obuch {
    background: url("/recruit/img/main/obuch.png") no-repeat;
  }
  .screenplay-width {
    width: 79%;
    margin: 0 auto;
    position: relative;
  }
  #screenplay .col-xs-12 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
  }
  .screenplay-line {
    height: 2px;
    background: url("/recruit/img/main/str.png") repeat-x;
  }
  .screenplay-line-f {
    width: 730px;
    top: 50px;
    left: 12%;
    position: absolute;
  }
  .screenplay-line-s {
    width: 520px;
    top: 50px;
    left: 16%;
    position: absolute;
  }
  .screenplay-line-z {
    width: 210px;
    height: 199px;
    background: url("/recruit/img/main/line-z.png") no-repeat;
    top: 50px;
    right: 3%;
    position: absolute;
  }
  #reserv {
    background: #f0f0f0;
    padding: 40px 0 30px;
  }
  .reserv-img {
    width: 93px;
    height: 93px;
  }
  .reserv-img-rev1 {
    background: url("/reserve/img/main/res1.png") no-repeat;
  }
  .reserv-img-rev2 {
    background: url("/reserve/img/main/res2.png") no-repeat;
  }
  .reserv-img-rev3 {
    background: url("/reserve/img/main/res3.png") no-repeat;
  }
  .reserv-img-rev4 {
    background: url("/reserve/img/main/res4.png") no-repeat;
  }
  .reserv-el,
  .history {
    display: table;
    padding-bottom: 30px;
  }
  .reserv-text {
    padding-left: 10px;
    font-weight: 700;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
  }
  .reserv-el div {
    height: 93px;
    display: table-cell;
    vertical-align: middle;
  }
  #reserv .col-xs-12 {
    padding: 0;
  }
  #reserv h2 {
    color: #484d58;
    margin: 0 0 50px;
    text-align: center;
  }
  #history {
    padding-bottom: 30px;
    z-index: 50;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .history-l {
    display: table-cell;
    min-height: 510px;
  }
  .history-text1 {
    width: 76px;
    vertical-align: top;
  }
  .history-text1 div {
    width: 76px;
    height: 76px;
    font-weight: 800;
    color: #37a365;
    background: #f0f0f0;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
    text-align: center;
  }
  .history-text2 {
    padding-left: 36px;
    vertical-align: middle;
  }
  .koncepcy {
    background: #f0f0f0;
    z-index: 10;
    padding-bottom: 60px;
    position: relative;
  }
  .koncepcy-head {
    background: #37a365;
    color: #ffffff;
    padding: 23px 0 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .koncepcy-text {
    padding: 38px 18px;
    background: #ffffff;
    min-height: 350px;
    font-size: 15px;
    line-height: 17px;
  }
  .text {
    padding: 45px 0 50px;
  }
  .font17 {
    margin: 50px 0 30px;
    font-weight: 800;
    min-height: 60px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
  }
  /********BANNER********/
  #banner {
    top: 0;
    z-index: 50;
    overflow: hidden;
    height: 722px;
    width: 100%;
    position: absolute;
  }
  #banner li .slider-in {
    top: 210px;
    position: absolute;
  }
  #banner li .img {
    min-height: 727px;
    width: 100%;
  }
  .slider-text {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
  }
  .slider-text-p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
  }
  .slider-in .button {
    width: 200px;
    margin-top: 33px;
  }
  #banner .bx-pager {
    bottom: 245px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 150;
  }
  #banner .bx-pager div {
    margin-right: 10px;
    display: inline-block;
  }
  #banner .bx-pager div a {
    width: 16px;
    height: 16px;
    background: #ffffff;
    text-indent: -99999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
  }
  #banner .bx-pager div a:hover,
  #banner .bx-pager div a.active {
    background: #37a365;
  }
  .button {
    background: #37a365;
    color: #ffffff;
    padding: 14px 0;
    border: 2px solid #37a365;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
  }
  .button:hover {
    background: none;
  }
  #form-main {
    background: rgba(55, 58, 66, 0.8);
    min-height: 217px;
    padding: 33px 0 28px;
    width: 100%;
    z-index: 250;
  }
  .index #form-main {
    bottom: 0;
    position: absolute;
  }
  #form-main h2 {
    color: #ffffff;
    margin: 0 0 17px;
  }
  #form-main .input {
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 23px;
    color: #abb3c4;
    margin-bottom: 5px;
    width: 100%;
  }
  #form-main .submit,
  .form .submit {
    background: #eb1a39;
    color: #ffffff;
    padding: 14px 0;
    border: 2px solid #eb1a39;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    width: 100%;
  }
  #form-main .submit:hover,
  .form .submit:hover {
    background: none;
  }
  .form-main-text {
    color: #37a365;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    line-height: 24px;
  }
  #form-main .radio {
    padding-top: 3px;
  }
  #form-main .radio label {
    color: #ffffff;
    font-size: 17px;
    line-height: 19px;
    cursor: pointer;
  }
  #form-main input[type="radio"]:not(checked) {
    position: absolute;
    opacity: 0;
  }
  #form-main input[type="radio"]:not(checked) + span {
    position: relative;
    padding: 0 0 0 18px;
  }
  #form-main input[type="radio"]:not(checked) + span:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  #form-main input[type="radio"]:checked + span:before {
    background: #37a365;
  }

  #form-main .send-success h3,
  .form-main .send-success h3 {
    color: #fff;
  }

  input.error {
    border: 2px solid #eb1a39 !important;
  }
  label.error {
    display: none !important;
  }
  /********ARMY********/
  #us-army {
    padding: 60px 0 35px;
  }
  #us-army h2 {
    color: #484d58;
    margin-bottom: 10px;
  }
  .us-army-foto {
    width: 99px;
    height: 99px;
    margin-right: 16px;
  }
  .us-army-foto-trud {
    background: url("../img/main/trud-7862f28022.png") no-repeat;
  }
  .us-army-foto-dist {
    background: url("../img/main/dist-0037d7d87a.png") no-repeat;
  }
  .us-army-foto-budj {
    background: url("../img/main/budj-413f041c0d.png") no-repeat;
  }
  .us-army-text {
    font-weight: 800;
    padding-top: 32px;
    text-align: left;
    font-size: 15px;
    line-height: 17px;
  }
  #us-army .col-xs-12 {
    margin-bottom: 30px;
  }
  #army {
    background: #f0f0f0;
  }
  #army h2 {
    color: #484d58;
    margin: 0 0 22px;
  }
  #army div {
    font-size: 18px;
    line-height: 20px;
  }
  #dist-lern {
    padding-bottom: 10px;
    z-index: 50;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .dist-img {
    height: 99px;
    margin-bottom: 20px;
    width: 100%;
  }
  .dist-text {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  .dist-el {
    margin: 40px 0;
  }
  .dist-img-1 {
    background: url("/learning/img/main/dist1.png") 50% 0 no-repeat;
  }
  .dist-img-2 {
    background: url("/learning/img/main/dist2.png") 50% 0 no-repeat;
  }
  .dist-img-3 {
    background: url("/learning/img/main/dist3.png") 50% 0 no-repeat;
  }
  .dist-img-4 {
    background: url("/learning/img/main/dist4.png") 50% 0 no-repeat;
  }
  .dist-img-5 {
    background: url("/learning/img/main/dist5.png") 50% 0 no-repeat;
  }
  .dist-img-6 {
    background: url("/learning/img/main/dist6.png") 50% 0 no-repeat;
  }
  #company {
    padding-bottom: 45px;
    background: #fefefe;
    z-index: 5;
    position: relative;
  }
  #company h2 {
    margin: 45px 0 40px;
  }
  .company-img {
    height: 115px;
    width: 100%;
  }
  .company-img-beeline {
    background: url("/learning/img/main/company/beeline.png") 50% no-repeat;
  }
  .company-img-mts {
    background: url("/learning/img/main/company/mts.png") 50% no-repeat;
  }
  .company-img-kpmg {
    background: url("/learning/img/main/company/kpmg.png") 50% no-repeat;
  }
  .company-img-mkb {
    background: url("/learning/img/main/company/mkb.png") 50% no-repeat;
  }
  .company-img-sitr {
    background: url("/learning/img/main/company/sitr.png") 50% no-repeat;
  }
  .company-img-coca {
    background: url("/learning/img/main/company/coca.png") 50% no-repeat;
  }
  .company-img-del {
    background: url("/learning/img/main/company/deloitte.png") 50% no-repeat;
  }
  .company-img-alfa {
    background: url("/learning/img/main/company/alfa.png") 50% no-repeat;
  }
  .company-img-rost {
    background: url("/learning/img/main/company/rost.png") 50% no-repeat;
  }
  .company-img-micr {
    background: url("/learning/img/main/company/micr.png") 50% no-repeat;
  }
  #company .col-xs-12 {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  #company .row:last-child .col-xs-12 {
    border-bottom: 0;
  }
  #company .row .col-xs-12:last-child {
    border-right: 0;
  }
  /********VIDEO********/
  #video {
    background: #292f3b;
    padding: 40px 0;
    min-height: 482px;
  }
  #video .col-xs-12,
  #video .col-md-6 {
    padding: 0 !important;
  }
  #video div img {
    z-index: 5;
    position: relative;
  }
  #video .col-xs-12,
  #video .video-el {
    overflow: hidden;
  }
  #video .col-md-6,
  #video .col-md-6 .video-el {
    height: 150px;
  }
  .video-bg {
    background: rgba(41, 47, 59, 0.6);
    top: 0;
    left: 0;
    z-index: 50;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
  }
  .video-kr {
    width: 38px;
    height: 38px;
    background: url("../img/main/kr-a9b53e0bfe.png") no-repeat;
    z-index: 100;
    left: 30px;
    bottom: 11px;
    position: absolute;
  }
  .video-f .video-kr {
    left: 20px;
    bottom: 20px;
  }
  .video-f {
    cursor: pointer;
  }
  #video .col-md-6 .video-kr {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .video-text {
    color: #ffffff;
    left: 70px;
    bottom: 20px;
    z-index: 100;
    text-align: left;
    font-size: 17px;
    line-height: 19px;
    position: absolute;
  }
  .video-text span {
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
  }
  #video .col-md-6 .video-el:hover .video-bg,
  .video-f:hover .video-bg {
    background: rgba(41, 47, 59, 0);
  }
  #video .button-center {
    margin-top: 25px;
    height: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .kol {
    width: 32px;
    height: 32px;
    background: url("../img/main/kol-e11817354e.png") no-repeat;
  }
  .button-video-text {
    color: #b9b9b9;
    margin: 8px 0 0 15px;
    font-size: 14px;
    line-height: 16px;
  }
  #video .button-center .click {
    cursor: pointer;
  }
  .button-video-click {
    cursor: pointer;
  }
  .button-video-click:hover .button-video-text {
    text-decoration: underline;
  }
  .video-block:first-child {
    display: block;
  }
  .video-block {
    display: none;
  }
  /********VALUES********/
  #values {
    min-height: 400px;
    background: #ffffff;
    padding: 60px 0 35px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  #values h2 {
    margin-bottom: 40px;
  }
  .values-img {
    width: 33px;
    height: 30px;
    background: url("../img/main/gal-71c2e81fae.png") no-repeat;
    margin-right: 12px;
  }
  #values .center-block {
    margin-bottom: 25px;
  }
  #values .center-block .values-text {
    font-weight: 700;
    padding-top: 5px;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase;
  }
  /********FACULT********/
  #faculties {
    background: #f0f0f0;
  }
  #faculties-in {
    padding: 70px 0;
  }
  #faculties h2 {
    margin: 0 0 40px;
    text-align: center;
  }
  .faculties-in-el {
    background: #f0f0f0;
    margin-bottom: 20px;
  }
  .faculties-in-el-text {
    margin: 33px 18px;
    font-size: 15px;
    line-height: 17px;
  }
  .faculties-in-el-link {
    padding: 34px 0;
    font-weight: 800;
    margin: 0 18px;
    border-top: 1px solid #cbcbcb;
    background: url("/faculties/img/main/link.png") 100% 50% no-repeat;
    font-size: 18px;
    line-height: 20px;
  }
  .faculties-in-el-foto {
    height: 155px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 73px;
    font-size: 29px;
    line-height: 32px;
    width: 100%;
    text-align: center;
  }
  .faculties-in-el-bis {
    background: url("/faculties/img/main/fac_bis.jpg") no-repeat;
  }
  .faculties-in-el-dis {
    background: url("/faculties/img/main/fac_dis.jpg") no-repeat;
  }
  .faculties-in-el-eco {
    background: url("/faculties/img/main/fac_eco.jpg") no-repeat;
  }
  .faculties-in-el-ul {
    background: url("/faculties/img/main/fac_ul.jpg") no-repeat;
  }
  .faculties-in-el-sport {
    background: url("/faculties/img/main/fac_sport.jpg") no-repeat;
    padding-top: 40px;
  }
  .faculties-in-el-ling {
    background: url("/faculties/img/main/fac_ling.jpg") no-repeat;
  }
  .faculties-in-el-internet {
    background: url("/faculties/img/main/fac_internet.jpg") no-repeat;
  }
  .faculties-in-el-pciho {
    background: url("/faculties/img/main/fac_pciho.jpg") no-repeat;
  }
  .faculties-in-el-info {
    background: url("/faculties/img/main/fac_info.jpg") no-repeat;
    padding-top: 40px;
  }
  /********PROGRAMS********/
  #programs {
    min-height: 840px;
    padding: 60px 0;
  }
  .programs-foto img {
    width: 100%;
  }
  .programs-text {
    color: #ffffff;
    bottom: 65px;
    font-weight: 700;
    min-height: 64px;
    width: 93%;
    text-align: center;
    font-size: 29px;
    line-height: 32px;
    position: absolute;
  }
  #programs .col-xs-12 {
    margin-bottom: 30px;
  }
  #programs .button {
    padding: 14px 20px 12px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 13px;
  }
  #programs .button:hover {
    color: #37a365;
  }
  /********LOGO********/
  #logo-bottom {
    min-height: 190px;
    background: #3a4150;
    padding: 32px 0 15px;
  }
  .logo-bottom {
    width: 86%;
    margin: 0 auto;
  }
  .logo-bottom .col-xs-12 {
    margin-bottom: 15px;
  }
  .logo-bottom-foto {
    transition: all 600ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
  }
  .logo-bottom-min-obor {
    width: 133px;
    background: url("../img/main/min-obor-0dd831e048.png") left 50% no-repeat;
  }
  .logo-bottom-vn-voicka {
    width: 157px;
    background: url("../img/main/vn-voicka-18baf3d6b8.png") left 50% no-repeat;
  }
  .logo-bottom-mchs {
    width: 99px;
    background: url("../img/main/mchs-9d32a38957.png") left 50% no-repeat;
  }
  .logo-bottom-pravit {
    width: 66px;
    background: url("../img/main/pravit-b322f13c0f.png") left 50% no-repeat;
  }
  .logo-bottom-text {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }
  /********FOOTER********/
  #footer {
    min-height: 240px;
    background: #292f3b;
    padding: 35px 0 10px;
    color: #ffffff;
  }
  #footer .logo {
    margin-bottom: 35px;
  }
  .footer-menu {
    margin: 0 0 15px;
  }
  .footer-menu li {
    padding-bottom: 18px;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    background: none !important;
    line-height: 22px !important;
  }
  .footer-menu li a {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
  }
  #copir {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
  }
  .footer-pip {
    border-right: 1px solid #565b64;
    border-left: 1px solid #565b64;
    padding-left: 54px;
    min-height: 160px;
    width: 100%;
  }
  .footer-pip-g {
    color: #7a818e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
  }
  .footer-pip-b {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
  }
  .footer-pip-p,
  .footer-pip-p a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
  }
  .map {
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
    line-height: 13px;
  }
  .map:hover {
    color: #ffffff;
    text-decoration: none;
  }
  #footer .soc-icon {
    margin: 10px 0 0 5px;
    float: none;
  }
  .footer-phone {
    background: url("../img/main/phone-9b64f17450.png") 6px 2px no-repeat;
    font-size: 17px;
    line-height: 19px;
  }
  .footer-phone span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .pd {
    padding-left: 20px;
  }
  .footer-metro {
    background: url("../img/main/metro-b2bd0e9c5a.png") 0 3px no-repeat;
  }
  #form-reg {
    width: 467px;
  }
  .form-reg {
    color: #ffffff;
    text-decoration: underline;
    margin-top: 47px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
  }
  .form-reg:hover {
    color: #ffffff;
    text-decoration: none;
  }
  #form-question {
    width: 387px;
  }
  .send-success {
    color: #ffffff;
  }
  .form .send-success {
    color: #484d58 !important;
    text-align: center;
  }
  #mapSokol {
    width: 783px;
    height: 600px;
    left: -999999px;
    top: 0;
    position: absolute;
  }
  /********MEDIA********/
  @media (min-width: 992px) {
    .col-md-1-5 {
      width: 20%;
      float: left;
    }
    .col-md-f-5 {
      width: 40%;
      float: left;
    }
    .col-md-f-2 {
      width: 20%;
      float: left;
    }
  }
  @media (max-width: 991px) {
    .center-cont {
      margin-left: auto;
      margin-right: auto;
    }
    .phone-soc,
    .soc-icon,
    #question {
      float: none;
      display: inline-block;
    }
    .phone-soc {
      margin: 10px 0 15px;
    }
    .col-xs-12 {
      text-align: center;
    }
    .index #header {
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	min-height: 0;
    	height: auto;
    }
    .index #banner {
    	position: relative;
    	min-height: 100vh;
    	height: auto;
    	padding-bottom: 224px;
    }
    .index #banner li:nth-child(1) .img {
		background-image: url(../img/main/bg-min_768-3dc018c01a.jpg?v=2502);
	}
    .index #banner li:nth-child(2) .img {
        background-image: url(../img/main/bg-min_768_2-2d819a3c49.jpg?v=2502);
    }
	.index #banner li:nth-child(2) .slider-in {
	   background: rgba(55, 58, 66, .5);
	   box-shadow: 0 0 16px 16px rgba(55, 58, 66, .5);
	   color: #fff;
	}
	.index #form-main {
		background: rgba(55, 58, 66, 1);
	}
    #banner li .slider-in {
      top: 445px;
    }
    #banner li .img {
      height: 100vh;
      background-size: cover;
      background-position: 64%;
    }
    #banner .bx-pager {
      bottom: 443px;
    }
    #us-army .center-block {
      width: 338px;
    }
    #video .col-xs-12 .col-md-6 {
      width: 50%;
      float: left;
    }
    #video .col-xs-12 {
      height: auto;
    }
    #video div img {
      width: 100%;
    }
    #values .center-block {
      width: 285px;
    }
    .footer-pip {
      border: 0;
      padding: 0;
    }
    .pd {
      padding: 0;
    }
    .footer-phone,
    .footer-metro {
      background: none;
    }
    #footer .soc-icon {
      margin: 10px 0 0 -13px;
    }
    #doc {
      padding-bottom: 7%;
    }
    .screenplay-line,
    .screenplay-line-z {
      display: none;
    }
    .koncepcy-text {
      min-height: 100%;
    }
    #company .col-xs-12 {
      border: 0;
    }
    .footer-pip {
      min-height: 50px;
    }
  }


  @media (max-width: 767px) {
		.dp1 ul {
			font-size: 16px;
		}
		#footer {
			padding-bottom: 70px;
		}
		.index #banner {
			padding-bottom: 288px;
		}
		#banner li .slider-in {
			top: 335px;
		}

	}


	@media (max-width: 575px) {
		.index #banner li .slider-in {
			top: 365px;
		}
		.index .slider-text {
			font-size: 24px;
    	line-height: 1.2;
		}
		.index .slider-text-p {
			font-size: 16px;
			line-height: 1.2;
		}
	}


  @media (min-width: 1000px) {
    #menu li:first-child {
      text-align: left;
    }
    #menu li:last-child {
      text-align: right;
    }
    #video .col-xs-12 {
      height: 300px;
    }
    #video div img {
      height: 100%;
    }
    #values .center-block {
      width: 100%;
    }
  }
  @media (min-width: 1930px) {
    #banner li .img,
    .size {
      background-size: 100% !important;
    }
    .inside #banner img {
      width: 100%;
    }
  }
  @media (max-width: 1910px) {
    #banner li img {
      height: 100%;
    }
  }
  @media (max-width: 550px) {
    #form-reg,
    #form-question {
      padding: 0;
      width: 100%;
    }
    .slider-text {
      font-size: 32px;
      line-height: 38px;
    }
  }
  @media (max-width: 450px) {
    #video .col-xs-12 .col-md-6 {
      width: 100%;
    }
    .programs-text {
      bottom: 7%;
      font-size: 26px;
      line-height: 30px;
    }
  }
  @media (max-width: 360px) {
    .slider-text {
      font-size: 30px;
      line-height: 38px;
    }
    #us-army .center-block {
      width: 293px;
    }
    .us-army-text-dist {
      width: 178px;
    }
  }
  @media (max-width: 320px) {
    .slider-text {
      font-size: 26px;
      line-height: 30px;
    }
  }
  @media (max-width: 1210px) {
    .size {
      background-size: auto 100% !important;
    }
  }
