h1 {
  font-size: 1.5em !important; }

footer.alsdkj {
  display: none; }

footer {
  background-color: #22222d;
  border-top: 1px solid #881f28; }

footer.other-footer {
  display: block; }

footer .place-text {
  padding: 20px 0;
  color: #919196;
  text-align: center;
  font-family: 'Open Sans'; }

header {
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-color: transparent; }

header:hover {
  background-color: #22222d; }

header.other-header {
  background-color: #22222d; }

header .logo-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

header .menu-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

header > .container > .content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

header nav ul.nav {
  list-style: none; }

header nav ul.nav li {
  margin-bottom: -1px;
  display: inline-block;
  padding: 30px 0; }

header nav ul.nav li.active {
  border-bottom: 1px solid #ffffff; }

header nav ul.nav li a {
  text-decoration: none;
  color: #dfe8f1;
  font-family: 'Open Sans';
  padding: 30px 50px; }

.other-header {
  border-bottom: 1px solid #881f28; }

.menu-place .burder-btn {
  display: none; }

header nav ul.nav .close-btn {
  display: none; }

@media (max-width: 991px) {
  .menu-place .burder-btn {
    display: block; }
  header nav ul.nav .close-btn {
    display: block; }
  header {
    padding: 10px 0; }
  .menu-place ul.nav li a {
    width: 100%;
    display: block;
    cursor: pointer; }
  .menu-place ul.nav li {
    padding: 0;
    width: 100%;
    text-align: center; }
  .menu-place ul.nav {
    display: none;
    margin-left: 0;
    background-color: #22222d;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu-place ul.nav li:nth-child(1) {
    border-top: none;
    border-bottom: none; }
  .menu-place ul.nav li {
    border: 1px solid #fff; } }

body {
  font-family: 'Museo Sans Cyrl';
  font-size: 16px; }

.main-page {
  /* max-width: 100%; */
  max-height: 100vh;
  /* overflow: hidden; */ }

body ul {
  margin-left: 20px; }

.slider-section {
  position: relative; }

.slick-track {
  height: 100%;
  width: 100%; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 43px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 200; }

.slick-dots > li {
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  padding: 3px; }

.slick-dots > li.slick-active {
  border: 1px dotted #ed1c24; }

.slick-dots > li > button {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  width: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 11px;
  display: block;
  font-size: 1px;
  text-indent: -200px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  outline-color: transparent;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all; }

.slick-dots > li > button:hover {
  -webkit-animation: HoverDots 1s;
  animation: HoverDots 1s; }

@-webkit-keyframes HoverDots {
  0% {
    -webkit-box-shadow: 0px 0px 7px 0px #ED1C24;
    box-shadow: 0px 0px 7px 0px #ED1C24; }
  20% {
    -webkit-box-shadow: 0px 0px 7px 5px #ED1C24;
    box-shadow: 0px 0px 7px 5px #ED1C24; }
  100% {
    -webkit-box-shadow: 0px 0px 7px -5px #ED1C24;
    box-shadow: 0px 0px 7px -5px #ED1C24; } }

@keyframes HoverDots {
  0% {
    -webkit-box-shadow: 0px 0px 7px 0px #ED1C24;
    box-shadow: 0px 0px 7px 0px #ED1C24; }
  20% {
    -webkit-box-shadow: 0px 0px 7px 5px #ED1C24;
    box-shadow: 0px 0px 7px 5px #ED1C24; }
  100% {
    -webkit-box-shadow: 0px 0px 7px -5px #ED1C24;
    box-shadow: 0px 0px 7px -5px #ED1C24; } }

.slick-dots > li.slick-active > button {
  background-color: #ed1c24; }

.PrevArrow, .NextArrow {
  position: absolute;
  padding: 150px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 30px;
  z-index: 6;
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 18px 30px;
  background-size: 18px 30px;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  outline-color: transparent; }

.PrevArrow:hover {
  opacity: 1; }

.PrevArrow {
  padding-right: 400px;
  left: 40px;
  background-position: center left;
  background-image: url("../images/arrow-back-carousel.svg"); }

.NextArrow:hover {
  opacity: 1; }

.NextArrow {
  padding-left: 400px;
  right: 40px;
  background-position: center right;
  background-image: url("../images/arrow-forward-carousel.svg"); }

.gradient-main {
  background-image: url("../images/gradient.png");
  left: 0;
  right: 0;
  z-index: 1;
  height: 200px;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  opacity: .8; }

.gradient-top {
  position: absolute;
  top: 0; }

.gradient-bot {
  position: relative;
  bottom: -80%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.one-slide .place-text {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.one-slide .place-text.mainpage {
  width: 45%; }

.one-slide a {
  width: 100%;
  display: block;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-x: center;
  position: relative;
  background-repeat: no-repeat; }

.one-slide .place-text p {
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  position: relative;
  left: 40px;
  bottom: 40px; }

@media (max-width: 991px) {
  .gradient-bot {
    bottom: -84%; }
  .one-slide .place-text p {
    bottom: 0px;
    left: 0;
    background-color: #00000050;
    padding: 40px 90px; }
  .one-slide .place-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.other-page {
  background-color: #22222d;
  min-height: 93.5vh;
  padding-top: 150px;
  color: #c1c1c1;
  overflow-y: hidden; }

@media (max-width: 991px) {
  .other-page {
    padding-top: 100px; } }

.other-page .title-place {
  text-align: center;
  color: #d3d3d5;
  text-transform: uppercase;
  padding-bottom: 30px; }

.other-page .contacts-us .title-place {
  padding-bottom: 100px; }

.other-page .title-place .title-page {
  font-family: 'Open Sans';
  font-weight: normal; }

.one-side:nth-child(1) {
  padding-right: 80px; }

.one-side {
  z-index: 2; }

.line {
  border-bottom: 1px solid;
  width: 70px;
  margin: 50px 0; }

.red-line {
  border-color: #881f28; }

.red {
  color: #b81e27; }

.contacts-us .red {
  text-transform: uppercase; }

.contacts-us {
  color: #cececf; }

.contacts-us a {
  color: #cececf;
  text-decoration: none; }

.contacts-us .text-place {
  position: relative; }

.contacts-us .one-text {
  margin-bottom: 50px; }

.contacts-us .one-text .ico-inner {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.contacts-us .one-text .ico-inner div {
  padding-left: 20px; }

@media (max-width: 1200px) {
  .red-line {
    margin: 20px 0; }
  .other-page .contacts-us .title-place {
    padding-bottom: 0px; }
  .contacts-us .one-side {
    display: block;
    padding-right: 0; }
  .contacts-us .one-side .one-text {
    width: 50%; }
  .contacts-us .one-side .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts-us .text-place {
    display: block; }
  .bak-border {
    display: none; } }

@media (max-width: 600px) {
  .contacts-us .one-side .one-text {
    width: 100%; } }

.bak-border {
  background-image: url("../images/11.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40%;
  top: -75px;
  width: 800px;
  height: 660px;
  z-index: 1; }

#map {
  width: 600px;
  height: 500px; }

@media (max-width: 1200px) {
  #map {
    width: 100%; } }

.project {
  position: relative;
  z-index: 1; }

.projects .list-project {
  margin-left: 0;
  font-family: "Open Sans";
  list-style: none; }

.projects .one-project {
  position: relative;
  width: -webkit-calc(50% - .5px);
  width: calc(50% - .5px);
  overflow: hidden; }

.projects .one-project img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: -webkit-box; }

.projects .one-project:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03); }

.projects .one-project .text {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 5; }

.projects .one-project p {
  position: absolute;
  bottom: 20px;
  left: 40px; }

@media (max-width: 425px) {
  .projects .one-project p {
    left: 10px; } }

.gradient-proj {
  background-image: url("../images/gradient.png");
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.back-earth {
  background-image: url("../images/big-map.png"); }

.ali-cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.list-ico .one-ico img {
  max-width: 180px;
  margin-bottom: -25px; }

@media (max-width: 991px) {
  .projects .one-project {
    width: 100%; } }

.about-us .title {
  color: #fff;
  text-align: left;
  padding-top: 10px; }

.title-place .title {
  font-weight: 400;
  font-size: 40px;
  text-transform: none; }

.services span {
  color: #c1c1c1; }

.one-servic {
  margin-bottom: 40px; }

.one-servic .line {
  margin-top: 10px;
  margin-right: 30px; }

.one-servic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.one-servic div {
  display: inline-block; }

.one-servic div:nth-child(2) {
  width: 78%; }

.friend .two-side {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.friend .two-side .one-side:nth-child(1) {
  padding-right: 10px;
  width: 200px; }

@media (max-width: 768px) {
  .friend .two-side .one-side:nth-child(1) {
    width: auto; } }

.one-side-new:nth-child(1) {
  padding-right: 40px; }

.page-one-proj {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative; }

.list-prop {
  list-style: none;
  margin-left: 0; }

.list-prop .one-prop:nth-child(1) {
  border-top: 1px solid #43424b; }

.list-prop .one-prop {
  padding: 7px 10px 7px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #43424b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }

.list-prop .one-prop:hover {
  background-color: #8b222b; }

.list-prop .one-prop .second-prop {
  color: #f5f5f5; }

@media (max-width: 1199px) {
  .one-side:nth-child(1) {
    padding-right: 10px; }
  .about-us .content .one-side, .one-side-new {
    width: 100%; }
  .about-us .content .one-side-new {
    margin-bottom: 10px;
    width: 100%; } }

@media (max-width: 991px) {
  .list-ico .one-ico {
    width: 50%; } }

@media (max-width: 1199px) and (min-width: 991px) {
  .list-prop .one-prop span {
    display: block; }
  .list-prop .one-prop .second-prop {
    text-align: right; }
  .list-prop .one-prop {
    display: block; } }

.project p {
  padding-bottom: 10px; }

.project .long-text {
  padding-right: 40px; }

@media (max-width: 991px) {
  .project .short-text, .project .long-text {
    width: 100%;
    margin-bottom: 20px; } }

.more-text {
  display: none; }

.btn-show {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #eaeaeb;
  text-decoration: none; }

.btn-show.close-text:after {
  padding-left: 5px;
  content: url("../images/right.png"); }

.btn-show.open-text:after {
  padding-left: 5px;
  content: url("../images/left.png"); }

.btn-show.show-all:before {
  padding-right: 5px;
  content: url("../images/left.png"); }

.slider-proj {
  margin: 0 -10px;
  overflow: hidden; }

.slider-proj .slick-slide {
  cursor: pointer;
  margin: 0 10px; }

.slider-proj .slick-dots {
  bottom: 0px; }

.slider-proj .NextArrow, .PrevArrow {
  padding: 80px 0;
  -webkit-transform: translateY(-61%);
  -ms-transform: translateY(-61%);
  transform: translateY(-61%); }

.slider-proj .NextArrow {
  padding-left: 100px; }

.slider-proj .PrevArrow {
  padding-right: 100px; }

.place-galery {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 1000; }

.place-galery .galery {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.place-galery .place-photo {
  text-align: center; }

.place-galery .place-photo img {
  width: auto; }

.close-control {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer; }

@media (max-width: 768px) {
  .close-control {
    top: 40px;
    right: 10px; } }

@media (max-width: 425px) {
  top: 60px; }

.controls .arrows .left, .right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.controls .arrows .left, .right img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2); }

.controls .arrows .left {
  left: 50px; }

.controls .arrows .right {
  right: 50px; }

.preload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh; }

@media (max-width: 768px) {
  .preload {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px; } }

.preload .text-preload {
  font-size: 50px;
  color: #fff; }

.list-ico {
  margin-left: 0; }

@media (max-width: 768px) {
  .services {
    margin-top: 20px; }
  .title-place .title {
    font-size: 30px; }
  body .list-ico .one-ico p {
    margin-top: 5px;
    text-transform: none; }
  .list-ico .one-ico img {
    width: 80%; } }

@media (max-width: 600px) {
  .friend .two-side {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  margin: 0;
  position: relative; }

main {
  overflow: hidden; }

.clearfix {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clearfix:before {
  content: "";
  display: table;
  clear: both; }

footer, nav, header, section, aside {
  display: block; }

main {
  position: relative;
  clear: both; }

p, ul, h1, h2, h3, h4, h5, h6, span, li {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

img {
  max-width: 100%; }

.pos-rel {
  position: relative; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-vc-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pb0 {
  padding-bottom: 0; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt40 {
  padding-top: 40px; }

.pt80 {
  padding-top: 80px; }

.pb20 {
  padding-bottom: 20px; }

.pb40 {
  padding-bottom: 40px; }

.pb80 {
  padding-bottom: 80px; }

.mt20 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt80 {
  margin-top: 80px; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

.mb80 {
  margin-bottom: 80px; }

@media (max-width: 991px) {
  .pt20 {
    padding-top: 10px; }
  .pt40 {
    padding-top: 20px; }
  .pt80 {
    padding-top: 40px; }
  .pb20 {
    padding-bottom: 10px; }
  .pb40 {
    padding-bottom: 20px; }
  .pb80 {
    padding-bottom: 40px; }
  .mt20 {
    margin-top: 10px; }
  .mt40 {
    margin-top: 20px; }
  .mt50 {
    margin-top: 25px; }
  .mt80 {
    margin-top: 40px; }
  .mb20 {
    margin-bottom: 10px; }
  .mb40 {
    margin-bottom: 20px; }
  .mb80 {
    margin-bottom: 40px; } }

@media (max-width: 425px) {
  .pt20 {
    padding-top: 5px; }
  .pt40 {
    padding-top: 10px; }
  .pt80 {
    padding-top: 15px; }
  .pb20 {
    padding-bottom: 5px; }
  .pb40 {
    padding-bottom: 10px; }
  .pb80 {
    padding-bottom: 15px; }
  .mt20 {
    margin-top: 5px; }
  .mt40 {
    margin-top: 10px; }
  .mt50 {
    margin-top: 10px; }
  .mt80 {
    margin-top: 15px; }
  .mb20 {
    margin-bottom: 5px; }
  .mb40 {
    margin-bottom: 10px; }
  .mb80 {
    margin-bottom: 15px; } }

.w20-md {
  width: 20%;
  padding: 0 2px; }

.w25-md {
  width: 25%;
  padding: 0 2px; }

.w30-md {
  width: 30%;
  padding: 0 2px; }

.w33-md {
  width: 33.3333333%;
  padding: 0 2px; }

.w40-md {
  width: 40%; }

.w50-md {
  width: 50%;
  padding: 0 2px; }

.w60-md {
  width: 60%;
  padding: 0 2px; }

.w70-md {
  width: 70%;
  padding: 0 2px; }

.w75-md {
  width: 75%;
  padding: 0 2px; }

.w80-md {
  width: 80%;
  padding: 0 2px; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w100 {
  width: 100%; }

@media (max-width: 991px) {
  .w20-md {
    width: 50%; }
  .w25-md {
    width: 50%; }
  .w30-md {
    width: 50%; }
  .w40-md {
    width: 50%; }
  .w60 {
    width: 100%; }
  .w25-md {
    width: 50%; }
  .w33-md {
    width: 50%; }
  .w50-md {
    width: 100%; }
  .w70-md {
    width: 100%; }
  .w75-md {
    width: 100%; }
  .w80-md {
    width: 100%; } }

@media (max-width: 768px) {
  .w20-md {
    width: 100%; }
  .w25-md {
    width: 100%; }
  .w30-md {
    width: 100%; }
  .w33-md {
    width: 100%; }
  .w40-md {
    width: 100%; }
  .w50-md {
    width: 100%; }
  .w60-md {
    width: 100%; } }

@media (max-width: 600px) {
  .w70-md {
    width: 100%; }
  .w75-md {
    width: 100%; }
  .w80-md {
    width: 100%; } }

.show {
  display: block; }

.hide {
  display: none; }

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

.container-full {
  width: 95%;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 95%;
  margin-right: auto;
  margin-left: auto; }

.container-small {
  margin: 0 auto;
  width: 70%; }

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 540px; } }

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
    width: 960px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px; } }

.banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-col-bet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.ttu {
  text-transform: uppercase; }

._bold {
  font-weight: bold; }

._black {
  color: #000; }

._black-hr {
  border-color: #000; }

@media (min-width: 768px) {
  .br-small {
    display: block; } }

@media (max-width: 1200px) and (min-width: 768px) {
  .br-big {
    display: block; } }

@media (min-width: 1200px) {
  .br-big {
    display: inline-block; } }

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

.pointer {
  cursor: pointer; }

.modal {
  display: none; }

.about-us .text-small {
  color: #b9b9b9; }

.list-ico {
  list-style: none; }

.list-ico .one-ico p {
  text-transform: uppercase;
  color: #d7d7d8; }

/* Start slick*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide {
  outline: none; }

.slick-slide div {
  outline: none; }

.slick-slide img {
  display: block;
  margin: 0 auto;
  outline: none; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* End slick */
.map {
  width: 600px;
  height: 500px;
  max-width: 100%; }

.bg_cover {
  opacity: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-background-size: cover;
          background-size: cover; }

@media (max-width: 768px) {
  .friend .two-side .one-side:nth-child(1) {
    padding-right: 0; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.f-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.f-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.logoPlastilin {
  max-width: 125px;
  opacity: 0.5;
  margin-bottom: -2px; }

footer .place-text.bottom {
  padding: 10px 0 20px 0; }
footer .place-text.bottom a {
  color: #919196;
}
footer .place-text.bottom a:visited {
  color: #919196;
}


.close-gal img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5); }

.link_custom {
  color: #fff;
  text-decoration: underline; }

.link_custom:hover,
.link_custom:visited {
  color: #fff; }

@media (max-width: 425px) {
  .one-slide .place-text p {
    padding: 40px 65px; } }

@media (max-width: 375px) {
  .one-slide .place-text p {
    padding: 40px 40px; } }

@media (max-width: 768px) {
  .one-slide .place-text.mainpage {
    width: 100%; } }

/* new style */
.list-five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.list-five .one-elem {
  padding: 0 2.5px;
  width: 20%;
  cursor: pointer; }

.list-five .one-elem:hover .text-place {
  background-color: rgba(255, 255, 255, 0.25); }
.list-five .one-elem .scg-color {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  stroke: #ED1C24;
  width: 100%;
  height: auto;
}
.list-five .one-elem:hover .scg-color {
  stroke: #fff;
}

.list-five .one-elem .img-place {
  padding: 0 10px; }

.list-five .one-elem .img-place .svg {
  width: 100%; }

.list-five .one-elem a {
  text-decoration: none;
  display: block; }

.list-five .one-elem .text-place {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  background-color: rgba(237, 28, 36, 0.25);
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100px; }

.list-five .one-elem .text-place .name {
  text-transform: uppercase;
  padding-bottom: 0;
  text-decoration: none;
  color: #c1c1c1; }

.all-proekts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.all-proekts .one-proekt:hover {
  text-decoration: underline; }

.all-proekts .one-proekt a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  -webkit-text-decoration-color: #c1c1c1;
          text-decoration-color: #c1c1c1; }

.all-proekts .one-proekt {
  z-index: 2;
  width: 25%;
  padding: 0 15px; }

.all-proekts .one-proekt .img-place {
  padding: 0 30px; }

.all-proekts .one-proekt .svg {
  width: 100%; }

.all-proekts .one-proekt .name {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  color: #c1c1c1;
  padding: 0 30px; }

.all-proekts .one-proekt .text-place:before {
  content: '';
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: 15px;
  background-image: url("../images/bt.png"); }

.detail-text p {
  padding-bottom: 20px; }

.custom-ul {
  list-style: none;
  margin-left: 50px; }

.custom-ul li {
  margin-bottom: 20px; }

.custom-ul li:before {
  content: '';
  width: 19px;
  height: 1px;
  border-top: 1px solid #ba1e27;
  position: relative;
  display: block;
  left: -35px;
  top: 12px; }

@media (max-width: 767px) {
  .custom-ul {
    margin-left: 20px; }
  .custom-ul li {
    margin-bottom: 10px; } }

.full-width-a {
  width: 100vw;
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0; }

.full-width {
  width: 100vw;
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  position: relative; }

.back-f-2 {
  z-index: 1;
  background-image: url("../images/fproekt2.png");
  background-position: center center; }

.back-f-3 {
  z-index: 1;
  background-image: url("../images/fproekt3.png");
  background-repeat: no-repeat;
  background-position-y: 150px;
  background-position-x: center; }

@media (max-width: 1199px) {
  .back-f-3 {
    background-position-y: 300px; } }

.list-dop-proekts, .custom-form-place {
  position: relative; }

.custom-form-place {
  padding-bottom: 165px; }

.custom-form-place .w50-md:nth-child(1) {
  padding-right: 20px; }

.form {
  z-index: 2;
  background-color: #22222d;
  border: 10px solid #3b3b44;
  padding: 25px;
  position: relative; }

.form form textarea {
  resize: none; }

.form form {
  background-color: #3b3b44;
  padding: 40px 165px; }

.form form label {
  margin-bottom: 20px;
  display: block;
  cursor: pointer; }

.form form .file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.form form .file .desc {
  text-decoration: underline;
  margin-left: 10px; }

.form form .desc {
  color: #c9c9ca;
  padding-bottom: 6px; }

.form form .input-trans:focus {
  outline: none; }

.form form .input-trans {
  font-size: 16px;
  position: relative;
  z-index: 3;
  background-color: rgba(201, 201, 201, 0.75);
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 15px;
  width: 100%; }

.hid-file {
  display: none; }

.paper-in-form {
  background-image: url("../images/photo.png");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 100%;
  position: absolute;
  top: 90px;
  right: -15px;
  z-index: 1; }

@media (max-width: 1199px) {
  .paper-in-form {
    display: none; } }

.to-check {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #a5a5a7;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.form form input {
  position: relative;
  z-index: 5; }

.form form label.personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.personal .desc {
  margin-left: 10px;
  position: relative;
  z-index: 5; }

.personal-input:checked + .to-check:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: center; }

.form form .btn-red {
  background-color: #c0232c;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: block;
  padding: 15px 0;
  width: 270px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #c9c9ca;
  outline: none;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: .5px;
  font-family: 'Museo Sans Cyrl'; }

.form form .btn-red:hover {
  background-color: #ed1c24; }

.border-pad {
  background-color: #22222d;
  border: 10px solid #3b3b44;
  padding: 25px; }

.border-pad .back-pad {
  background-color: #3b3b44;
  padding: 40px 60px; }

.slider-links .slick-slide {
  cursor: pointer;
  margin: 0 10px; }

.slider-links .slick-dots {
  bottom: 0; }

.slider-links a {
  color: #c1c1c1;
  font-size: 16px;
  text-decoration: none;
  text-align: center; }

.slider-links p {text-transform: uppercase;  padding: 20px 20px 0; }

@media (max-width: 1199px) {
  .list-five .one-elem .text-place .name {
    font-size: 12px; }
  .all-proekts .one-proekt {
    width: 33.333%; }
  .all-proekts .one-proekt .name {
    padding: 0; }
  .form form {
    padding: 40px 20px; } }

@media (max-width: 767px) {
  .slick-dots {
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .custom-form-place {
    padding-bottom: 20px; }
  .list-five {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .list-five .one-elem {
    width: 50%; }
  .all-proekts .one-proekt {
    width: 50%; }
  .list-five .one-elem .text-place .name {
    font-size: 13px; } }

@media (max-width: 424px) {
  .all-proekts .one-proekt {
    width: 100%; }
  .form form .btn-red {
    width: 200px; }
  .form, .border-pad {
    padding: 5px; }
  .form form, .border-pad .back-pad {
    padding: 20px 5px; } }

/* -new style- */
.hid {
  display: none !important;
}
.succes_form {
    text-align: center;
    font-size: 40px;
    padding: 40px;
}
#section_text_box {
  display: none;
}

/* -404- */
.error-page {
  background-image: url("/local/templates/gradpro/images/back404.png");
  background-repeat: no-repeat;
  background-position: right center; 
  background-size: auto auto;
  display: flex;
  flex-flow: row nowrap; 
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 2px;
  width: 1121px;  
}

.center-down {
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-end;
  align-items: center;
  text-align: center;
}

.font-light {
  font-weight: lighter;
}

.error-msg {
  margin-top: 20px;
  text-transform: none;
  letter-spacing: 0;

}

.btn-backtomain {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ba1f27;
  width: 268px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 120px;
  border-radius: 5px;
}

.btn-backtomain:hover {
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .error-page {
    background-image: none;
    align-items: center; }
  .btn-backtomain {    
    margin-bottom: 0px; }    

}



