@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700|Roboto:300,700&subset=cyrillic");
.zamer-form-outer {
  position: fixed;
  z-index: 1900;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background: rgba(120, 120, 120, 0.5);
}

.zamer-form-outer.visible {
  right: 0;
}

.zamer-form-outer.visible .zamer-form {
  right: 0;
  box-shadow: 0 0 30px #666;
}

.zamer-form-outer .zamer-form {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  padding: 20px;
  padding-top: 70px;
  border-left: solid 1px #999;
  transition: all 0.3s ease-out;
  background-color: #FFF;
}

.zamer-form-outer .zamer-form .hide_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #999;
}

.zamer-form-outer .zamer-form .hide_btn:hover {
  color: #666;
}

.zamer-form-outer .zamer-form h1 {
  font-size: 22px;
  text-align: center;
  margin-top: 0;
}

.zamer-form-outer .zamer-form h2 {
  font-size: 18px;
  text-align: center;
}

.zamer-form-outer .zamer-form p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.zamer-form-outer .zamer-form form .form-group {
  margin-bottom: 15px;
}

.zamer-form-outer .zamer-form form label {
  color: #363;
  font-size: 15px;
}

.zamer-form-outer .zamer-form form textarea {
  height: 100px;
}

.zamer-form-outer .zamer-form form #zamer-captcha {
  text-align: center;
  margin: 10px auto !important;
}

.zamer-form-outer .zamer-form form .message {
  text-align: center;
}

.zamer-form-outer .zamer-form form .message p {
  padding: 10px;
  font-weight: bold;
}

.zamer-form-outer .zamer-form .congrats {
  text-align: center;
  color: #090;
}

@media screen and (max-width: 768px) {
  .zamer-form-outer .zamer-form {
    right: -75vw;
    width: 75vw;
  }
  .zamer-form-outer .zamer-form h1 {
    font-size: 18px;
  }
  .zamer-form-outer .zamer-form h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .zamer-form-outer .zamer-form {
    right: -96vw;
    width: 96vw;
  }
  .zamer-form-outer .zamer-form h1 {
    font-size: 18px;
  }
  .zamer-form-outer .zamer-form h2 {
    font-size: 16px;
  }
}

.calc-form-outer {
  position: fixed;
  z-index: 1900;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background: rgba(120, 120, 120, 0.5);
}

.calc-form-outer.visible {
  right: 0;
}

.calc-form-outer.visible .calc-form {
  right: 0;
  box-shadow: 0 0 30px #666;
}

.calc-form-outer .calc-form {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  padding: 10px;
  padding: 40px 20px 20px;
  border-left: solid 1px #999;
  transition: all 0.3s ease-out;
  background-color: #FFF;
}

.calc-form-outer .calc-form .hide_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #999;
}

.calc-form-outer .calc-form .hide_btn:hover {
  color: #666;
}

.calc-form-outer .calc-form h1 {
  font-size: 22px;
  text-align: center;
  margin-top: 0;
}

.calc-form-outer .calc-form h2 {
  font-size: 18px;
  text-align: center;
}

.calc-form-outer .calc-form p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.calc-form-outer .calc-form form .form-group {
  margin-bottom: 5px;
}

.calc-form-outer .calc-form form label {
  color: #363;
  font-size: 13px;
}

.calc-form-outer .calc-form form textarea {
  height: 100px;
}

.calc-form-outer .calc-form form .submit-btn {
  margin-top: 10px;
}

.calc-form-outer .calc-form form #calc-captcha {
  text-align: center;
  margin: 10px auto !important;
}

.calc-form-outer .calc-form form .message {
  text-align: center;
}

.calc-form-outer .calc-form form .message p {
  padding: 10px;
  font-weight: bold;
}

.calc-form-outer .calc-form .congrats {
  text-align: center;
  color: #090;
}

@media screen and (max-width: 768px) {
  .calc-form-outer .calc-form {
    right: -75vw;
    width: 75vw;
  }
  .calc-form-outer .calc-form h1 {
    font-size: 18px;
  }
  .calc-form-outer .calc-form h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .calc-form-outer .calc-form {
    right: -96vw;
    width: 96vw;
  }
  .calc-form-outer .calc-form h1 {
    font-size: 18px;
  }
  .calc-form-outer .calc-form h2 {
    font-size: 16px;
  }
}

html, body {
  font-family: 'Roboto', "Helvetica Neue", sans-serif;
}

.btn-danger {
  color: #000;
  background-color: #AADF8F;
  border-color: #AADF8F;
}

.top_header {
  background-color: #AADF8F;
  color: #000;
  height: 110px;
  border-bottom: solid 1px #CCC;
  z-index: 100;
}

.top_header .logo, .top_header .other {
  display: inline-block;
}

.top_header .logo {
  width: 300px;
  padding-top: 5px;
  vertical-align: top;
  text-align: center;
}

.top_header .logo img {
  height: 100px;
}

.top_header .other {
  width: 830px;
}

.top_header .other .other_top {
  height: 80px;
  padding-top: 10px;
}

.top_header .other .other_top .slogan, .top_header .other .other_top .contacts {
  display: inline-block;
  vertical-align: top;
}

.top_header .other .other_top .slogan {
  width: 60%;
  font-size: 18px;
  text-align: center;
}

.top_header .other .other_top .contacts {
  width: 39%;
  font-size: 20px;
  font-family: "Roboto Condensed";
  text-align: right;
  vertical-align: middle;
}

.top_header .other .other_top .contacts i {
  padding-right: 10px;
}

.top_header .other .other_top .contacts a {
  color: #000;
  text-decoration: none;
}

.top_header .other nav {
  width: 100%;
  text-align: right;
  font-size: 18px;
}

.top_header .other nav ul {
  padding: 0;
  margin: 0;
}

.top_header .other nav ul li {
  display: inline-block;
  height: 29px;
  padding: 0 10px;
  text-align: center;
  border-bottom: solid 3px transparent;
  transition: border linear 0.2s;
}

.top_header .other nav ul li:hover {
  border-bottom-color: #000;
}

.top_header .other nav ul li a {
  color: #000;
  text-decoration: none;
}

.top_header_sm {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -90vw;
  height: 100%;
  width: 85vw;
  background-color: #AADF8F;
  z-index: 9999;
  box-shadow: 0 0 5vw #333;
  border-left: solid 1px #AADF8F;
  transition: right .5s ease-out;
  padding: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 300;
}

.mobile-menu a {
  color: #000;
}

.mobile-menu .menu_close {
  color: #000;
  font-size: 30px;
  padding: 10px 20px 20px;
}

.mobile-menu .contacts {
  font-size: 18px;
  padding: 10px;
  color: #FFF;
  border-bottom: solid 1px #000;
}

.mobile-menu .contacts i {
  padding-right: 5px;
}

.mobile-menu .menu_item {
  display: block;
  font-size: 18px;
  margin: 20px;
}

.main-block {
  min-height: 400px;
  padding-bottom: 30px;
}

footer {
  background-color: #AADF8F;
  color: #000;
}

footer .top_footer_block {
  display: inline-block;
  width: 25%;
  margin: 20px 4%;
  vertical-align: top;
}

footer .top_footer_block .tfb_name {
  display: block;
  color: inherit;
  padding: 10px 0;
  border-bottom: solid 1px #000;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  /*&:after {
        content: "";
        height: 1px;
        width: 30%;
        background: $main-color-6;
        position: absolute;
        bottom: -1px;
        left: 0;
      }*/
}

footer .top_footer_block .tfb_elems a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

footer .btm_footer {
  margin: 10px 10px 0;
  padding: 10px 50px;
}

footer .btm_footer .btm_footer_block {
  display: inline-block;
  width: 49%;
}

footer .btm_footer .btm_footer_block a {
  color: #000;
}

footer .btm_footer .btm_footer_right {
  text-align: right;
}

#scroll_top {
  position: fixed;
  left: 30px;
  cursor: pointer;
  bottom: -100px;
  transition: all 0.3s ease-out;
  z-index: 100;
}

#scroll_top.visible {
  bottom: 30px;
}

#scroll_top .desktop_scroll {
  color: #BCB4FF;
  opacity: 0.5;
  font-size: 40px;
}

#scroll_top .desktop_scroll:hover {
  opacity: 1;
}

#scroll_top .desktop_scroll .fa-stack-1x {
  font-size: 120%;
  top: -5px;
}

#scroll_top .mobile_scroll {
  display: none;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: #FFF;
  font-weight: bold;
  background-color: #AADF8F;
  box-shadow: 0 0 20px #333;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 1900;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background: rgba(120, 120, 120, 0.5);
}

.sidebar-wrapper.visible {
  right: 0;
}

.sidebar-wrapper.visible .sidebar, .sidebar-wrapper.visible .sidebar.wide {
  right: 0;
  box-shadow: 0 0 30px #666;
}

.sidebar-wrapper .sidebar {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  padding: 10px;
  padding-top: 40px;
  border-left: solid 1px #999;
  transition: all 0.3s ease-out;
  background-color: #FFF;
}

.sidebar-wrapper .sidebar.wide {
  right: -800px;
  width: 800px;
}

.sidebar-wrapper .sidebar .hide_btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #999;
}

.sidebar-wrapper .sidebar .hide_btn:hover {
  color: #666;
}

.descr-text-block p {
  font-size: 16px;
  text-align: justify;
  text-indent: 30px;
}

.descr-text-block p b {
  color: #555;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top_header .other {
    width: 630px;
  }
  .top_header .other nav {
    font-size: 16px;
  }
  .top_header .other nav ul li {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top_header .logo {
    width: 300px;
  }
  .top_header .other {
    width: 410px;
  }
  .top_header .other .other_top .slogan {
    font-size: 15px;
    width: 59%;
  }
  .top_header .other .other_top .contacts {
    font-size: 15px;
    width: 40%;
  }
  .top_header .other .other_top .contacts i {
    padding-right: 5px;
  }
  .top_header .other nav {
    font-size: 14px;
    font-family: "Roboto Condensed";
  }
  .top_header .other nav ul li {
    padding: 0 3px;
  }
}

@media screen and (max-width: 767px) {
  .top_header {
    display: none;
  }
  .top_header_sm {
    display: block;
    background-color: #AADF8F;
    color: #000;
    position: relative;
    font-family: 'Roboto Condensed';
    font-weight: 300;
  }
  .top_header_sm a {
    color: #000;
  }
  .top_header_sm .logo, .top_header_sm .phone, .top_header_sm .menu {
    display: inline-block;
  }
  .top_header_sm .logo {
    width: 40%;
    padding: 5px;
  }
  .top_header_sm .logo img {
    max-width: 100%;
    max-height: 50px;
  }
  .top_header_sm .phone {
    text-align: center;
    width: 47%;
    font-size: 20px;
  }
  .top_header_sm .menu {
    width: 10%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding-right: 5px;
  }
  footer .top_footer {
    display: none;
  }
  footer .btm_footer .btm_footer_block {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sidebar-wrapper.visible .sidebar, .sidebar-wrapper.visible .sidebar.wide {
    right: 0;
    box-shadow: 0 0 30px #666;
  }
  .sidebar-wrapper .sidebar {
    right: -75vw;
    width: 75vw;
  }
  .sidebar-wrapper .sidebar.wide {
    right: -90vw;
    width: 90vw;
  }
}

@media screen and (max-width: 480px) {
  .top_header_sm .phone {
    font-size: 20px;
  }
  #scroll_top {
    bottom: -100px;
    left: 0;
    width: 100%;
  }
  #scroll_top.visible {
    bottom: 0;
  }
  #scroll_top .desktop_scroll {
    display: none;
  }
  #scroll_top .mobile_scroll {
    display: block;
  }
  .sidebar-wrapper.visible .sidebar, .sidebar-wrapper.visible .sidebar.wide {
    right: 0;
    box-shadow: 0 0 30px #666;
  }
  .sidebar-wrapper .sidebar {
    right: -96vw;
    width: 96vw;
  }
  .sidebar-wrapper .sidebar.wide {
    right: -96vw;
    width: 96vw;
  }
}

@media screen and (max-width: 320px) {
  .top_header_sm .phone {
    font-size: 16px;
  }
}

@media screen and (max-height: 500px) {
  .mobile-menu .menu_item {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-height: 400px) {
  .mobile-menu .menu_item {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media screen and (max-height: 350px) {
  .mobile-menu .menu_close {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-menu .menu_item {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
