/*$font_r: 'museo_sans_cyrl500', sans-serif;
$font_b: 'museo_sans_cyrl900', sans-serif;*/
@font-face {
  font-family: "museo_sans_cyrl900";
  src: url("../fonts/museosanscyrl_3-webfont.woff2") format("woff2"),
    url("../fonts/museosanscyrl_3-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans_cyrl500";
  src: url("../fonts/museosanscyrl_1-webfont.woff2") format("woff2"),
    url("../fonts/museosanscyrl_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
section {
  padding: 60px 0;
}

.base_btn,
.about .row a,
.services .col-md-4 .block a,
.master .master_text a,
.blog .post a {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 4px;
  border: 3px solid #770606;
  margin: 0 auto;
  margin-top: 25px;
  display: block;
}
.base_btn:hover,
.about .row a:hover,
.services .col-md-4 .block a:hover,
.master .master_text a:hover,
.blog .post a:hover {
  text-decoration: none;
  color: #fff;
  background: #770606;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 60px;
  /* OPEN / CLOSE BTNS */
}
header .navi ul {
  width: auto;
  display: block;
  position: absolute;
  right: 98px;
  padding: 0;
  top: 0;
}
header .navi ul li {
  display: inline-block;
}
header .navi ul li a {
  color: #fff;
  font-size: 23px;
  margin: 0 10px;
  margin-top: 15px;
  display: block;
}
header .navi ul li a:hover {
  color: #b90e0e;
}
header .navi ul li .fb {
  font-size: 21px;
}
header .logo {
  width: 170px;
  margin-top: 15px;
}
header .menu-btn {
  position: absolute;
  top: 3px;
  right: 20px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}
header .menu-btn a {
  display: inline-block;
  text-decoration: none;
  /* safari hack */
}
header .btn-open:after {
  color: #fff;
  content: "\f394";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-size: 40px;
}
header .btn-open:hover:after {
  color: #868585;
}
header .btn-close:after {
  color: #fff;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  font-size: 40px;
}
header .btn-close:hover:after {
  color: #868585;
}

/* OVERLAY */
.overlay,
.overlay_bot {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}
.overlay .menu,
.overlay_bot .menu {
  margin: 10% auto;
  width: 80%;
}
.overlay .menu ul,
.overlay_bot .menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.overlay .menu ul li,
.overlay_bot .menu ul li {
  float: left;
  padding: 20px 0;
  width: 100%;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}
.overlay .menu ul li a,
.overlay_bot .menu ul li a {
  color: #34b484;
  font-weight: bold;
  font-size: 20px;
}
.overlay .menu ul li a:hover,
.overlay_bot .menu ul li a:hover {
  text-decoration: none;
}
.overlay .menu ul li img,
.overlay_bot .menu ul li img {
  width: 260px;
}
.overlay .menu ul li ul,
.overlay_bot .menu ul li ul {
  margin-top: 50px;
}
.overlay .menu ul li ul li,
.overlay_bot .menu ul li ul li {
  position: relative;
  float: none;
  margin: 0;
  width: 100%;
  border: 0;
}
.overlay .menu ul li ul li a,
.overlay_bot .menu ul li ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}
.overlay .menu ul li ul li a:hover,
.overlay_bot .menu ul li ul li a:hover {
  color: #b90e0e;
  text-decoration: none;
}

.header_bg {
  background: #171d24;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.m_bot {
  display: inline-block;
}

.main {
  background-image: url(../images/main_bg.jpg);
  background-color: #333;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  height: 100vh;
  padding: 0;
}
.main .under_main {
  background: rgba(0, 0, 0, 0.44);
  height: 100%;
}
.main .under_main img {
  margin-top: 34vh;
  width: 215px;
}
.main .under_main h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 75px;
}

.contact_page {
  background-image: url(../images/contact_page.jpg);
  background-color: #333;
  background-size: cover;
  background-position: center;
  min-height: 700px;
  height: 100vh;
  padding: 0;
}
.contact_page h1 {
  margin-top: 39vh;
}

.block-head {
  margin-bottom: 30px;
}
.block-head h2,
.block-head .b {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.block-head h2:before,
.block-head .b:before {
  content: url("../images/tr.png");
  position: relative;
  top: -10px;
  right: 13px;
}
.block-head h2:after,
.block-head .b:after {
  content: url("../images/tr.png");
  position: relative;
  top: -10px;
  left: 13px;
}
.block-head .b {
  color: #212121;
}
.block-head .b:before {
  content: url("../images/tr_b.png");
  position: relative;
  top: -10px;
  right: 13px;
}
.block-head .b:after {
  content: url("../images/tr_b.png");
  position: relative;
  top: -10px;
  left: 13px;
}
.block-head p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-style: italic;
}

.about {
  background: url(../images/aboutbg.jpg);
  background-size: cover;
}
.about .row p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 72%;
  margin: 0 auto;
  line-height: 22px;
}
.about .row a {
  width: 210px;
  color: #fff;
  font-size: 24px;
  border: 3px solid #fff;
}
.about .row a:hover {
  color: #770606;
  background: #fff;
}

.services .col-md-4 {
  padding: 0;
}
.services .col-md-4 .block {
  margin-bottom: 50px;
}
.services .col-md-4 .block img:first-child {
  width: 100%;
}
.services .col-md-4 .block h3 {
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.services .col-md-4 .block h4 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.services .col-md-4 .block img {
  width: 250px;
  display: block;
  margin: 20px auto;
}
.services .col-md-4 .block a {
  width: 165px;
  color: #770606;
  font-size: 18px;
}
.services .col-md-4 .block a:hover {
  color: #fff;
  background: #770606;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.promo {
  background: url(../images/promobg.jpg);
  background-size: cover;
}
.promo h2,
.promo .block-head .b,
.block-head .promo .b {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
.promo h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
}
.promo a {
  color: #fff;
  width: 300px;
  margin: 0;
  margin-top: 40px;
  border: 3px solid #fff;
  font-size: 26px;
}

.master {
  background: #770606;
}
.master .swiper-container {
  width: 100%;
  height: 100%;
}
.master .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.master .swiper-container .swiper-slide img {
  width: 100%;
}
.master .master_text p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
  width: 99%;
}
.master .master_text a {
  color: #fff;
  border: 3px solid #fff;
  width: 240px;
  margin: 0;
  font-size: 30px;
  margin-top: 50px;
}
.master .master_text a:hover {
  background: #fff;
  color: #770606;
}

.blog .post img {
  width: 100%;
}
.blog .post h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 21px;
}
.blog .post p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
.blog .post a {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  width: 150px;
  color: #770606;
}

.contact {
  padding: 13px 0;
  background: #770606;
}
.contact #map {
  height: 300px;
}
.contact .contact_text h3 {
  color: #fff;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
}
.contact .contact_text h3 i {
  color: #fff;
  font-size: 19px;
  position: relative;
  top: -1px;
  left: -10px;
}
.contact .contact_text h4 {
  color: #fff;
  padding-left: 49px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
}
.contact .contact_text h4 b {
  font-weight: normal;
  font-size: 12px;
}
.contact .contact_text a {
  color: #fff;
  padding-left: 58px;
  display: block;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact .contact_text a:hover {
  color: #fff;
  text-decoration: none;
}

footer {
  background: #171d24;
  padding-top: 60px;
  padding-bottom: 15px;
}
footer img {
  display: block;
  margin: 0 auto;
}
footer .bot_menu {
  width: 402px;
  margin: 0 auto;
}
footer .bot_menu a {
  display: inline-block;
  float: none;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 23px;
  margin-bottom: 46px;
  font-size: 17px;
  color: #fff;
  line-height: 30px !important;
  text-align: center !important;
  text-decoration: none;
}
footer .bot_menu img {
  display: inline-block;
  float: none;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 37px;
  margin-bottom: 43px;
  color: #fff;
}
footer .soc_block {
  width: 218px;
  margin: 0 auto;
}
footer .soc_block a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 50px;
  padding: 14px 19px;
  border-radius: 50%;
  margin-top: 9px;
  margin: 0 10px;
  margin-bottom: 12px;
  font-size: 27px;
  color: #fff;
  line-height: 30px !important;
  border: 2px solid #fff;
  text-align: center !important;
  text-decoration: none;
}
footer .soc_block a i {
  position: relative;
}
footer .soc_block a:hover {
  border-color: #770606;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #770606;
}
footer p {
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-top: 60px;
  color: #fff;
}

.contact_page_map {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contact_page_map #map {
  width: 100%;
  height: 400px;
  margin-top: 60px;
}

.contact_page_form {
  padding-top: 0px;
}
.contact_page_form .block1 {
  background-color: #770606;
  height: 400px;
  padding-left: 40px;
  padding-top: 30px;
}
.contact_page_form .block1 .top {
  border-left: 3px solid #fff;
  padding-left: 10px;
}
.contact_page_form .block1 .top h3 {
  font-family: "Roboto", sans-serif;
  font-size: 39px;
  font-weight: bold;
  color: #fff;
}
.contact_page_form .block1 .top p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 13px;
  font-style: italic;
}
.contact_page_form .block1 ul {
  list-style: none;
  padding: 0;
  padding-top: 40px;
}
.contact_page_form .block1 ul li {
  color: #fff;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
}
.contact_page_form .block1 ul li i {
  width: 30px;
  text-align: center;
  position: relative;
  left: -5px;
}
.contact_page_form .block2 {
  background-image: url("../images/contact_form_bg.jpg");
  background-size: cover;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_page_form .block2 form input {
  display: block;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 22px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
}
.contact_page_form .block2 form input::-webkit-input-placeholder {
  color: #fff;
}
.contact_page_form .block2 form input::-moz-placeholder {
  color: #fff;
}
.contact_page_form .block2 form input:-moz-placeholder {
  color: #fff;
}
.contact_page_form .block2 form input:-ms-input-placeholder {
  color: #fff;
}
.contact_page_form .block2 form .contact_form_btn {
  color: #fff;
  width: 220px;
  border: 2px solid #fff;
  padding: 9px;
}
.contact_page_form .block2 form .contact_form_btn:hover {
  border-color: #770606;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #770606;
}

@media (max-width: 1200px) {
  .master .master_text p {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .services .col-md-4 .block img:first-child {
    width: 60%;
  }

  .master .master_text p {
    text-align: left;
    margin-top: 30px;
  }
  .master .master_text a {
    margin: 0 auto;
    margin-top: 50px;
  }

  .blog .post {
    margin-bottom: 50px;
  }
  .blog .post img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .blog .post h3,
  .blog .post p {
    text-align: center;
  }

  .contact #map {
    height: 300px;
    margin-bottom: 45px;
  }
  .contact .contact_text {
    margin-bottom: 30px;
  }
  .contact .contact_text h3,
  .contact .contact_text h4,
  .contact .contact_text a {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .main .under_main img {
    width: 200px;
    padding-left: 40px;
  }
  .main .under_main h1 {
    padding-left: 40px;
  }

  .promo h2,
  .promo .block-head .b,
  .block-head .promo .b {
    font-size: 35px;
  }
  .promo h2,
  .promo .block-head .b,
  .block-head .promo .b,
  .promo h3 {
    padding-left: 40px;
  }
  .promo a {
    width: 222px;
    margin-left: 40px;
    font-size: 21px;
  }
}
@media (max-width: 620px) {
  .main {
    background-position-x: 70%;
  }
  .main .under_main h1 {
    font-size: 40px;
  }

  .block-head h2,
  .block-head .b {
    font-size: 30px;
  }

  .block-head h2:before,
  .block-head .b:before,
  .block-head .b:before {
    top: -8px;
  }

  .block-head h2:after,
  .block-head .b:after,
  .block-head .b:after {
    top: -8px;
  }
}
@media (max-width: 540px) {
  .overlay .menu ul li img,
  .overlay_bot .menu ul li img {
    margin-top: 15vh;
  }

  footer .bot_menu {
    width: auto;
    margin: 45px auto;
  }
  footer .bot_menu img {
    display: none;
  }
  footer .bot_menu a {
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 15px;
  }

  .m_bot {
    display: block;
  }
}
@media (max-width: 386px) {
  .blog .post img {
    width: 75%;
  }

  .promo {
    background-position: center;
  }

  .services .col-md-4 .block img:first-child {
    width: 75%;
  }

  .about .row p {
    font-size: 14px;
    width: 93%;
  }

  header .logo {
    width: 119px;
    margin-top: 20px;
  }
  header .navi ul {
    right: 68px;
  }
  header .navi ul li a {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
  }
  header .navi ul li .fb {
    font-size: 16px;
  }

  .contact .contact_text a {
    font-size: 16px;
  }

  .main .under_main img {
    padding-left: 20px;
  }
  .main .under_main h1 {
    padding-left: 20px;
    font-size: 30px;
  }

  .promo h2,
  .promo .block-head .b,
  .block-head .promo .b,
  .promo h3 {
    padding-left: 20px;
  }
  .promo a {
    margin-left: 20px;
  }

  .block-head h2,
  .block-head .b,
  .block-head .b {
    font-size: 22px;
  }

  .block-head h2:before,
  .block-head .b:before,
  .block-head .b:before {
    display: none;
  }

  .block-head h2:after,
  .block-head .b:after,
  .block-head .b:after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
