html {
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #b8b8b8;
  overflow-x: hidden;
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #FDA403;
}

a:hover {
  text-decoration: none;
  color: #FDA403;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.text-primary {
  color: #FDA403 !important;
}

@media (max-width: 429px){
	.navbar{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0rem;
	}
}

.site-navbar-light {
  background: #000000ad !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  
}

@media screen and (max-width: 991px) {
  .site-navbar-light {
    background: #000 !important;
    top: 0;
    position: relative;
  }
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}

.site-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important; 
  
}

@media screen and (max-width: 768px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important;
  background-color: #fff;
  border-bottom: 1px solid #00000026;
}

.site-navbar-light.scrolled .nav-link.active {
  color: #FDA403 !important;
}

.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
  color: #000;
  font-family: serif;
  font-size: 16px;
}

.site-navbar-light.scrolled .navbar-brand:before {
  color: #000;
  background-color: #fff;
  font-family: serif;
  font-size: 16px;
  content: "Тел: +7(989)841-10-01";
}

@media screen and (max-width: 768px) {
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
	border-bottom: 1px solid;
}
}

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: serif;
  font-size: 16px;
  margin: auto;
}
.navbar-brand:before {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: serif;
  font-size: 16px;
  content: "Тел: +7(989)841-10-01";
  margin: auto;
}

.navbar-tg {
  margin: 0 5px 0 0px;
    width: 45px;
    height: 45px;
}

a.navbar-tg-h {
    width: 45px;
    height: 45px;
    display: block;
	background: url(../images/telegram_icon45.png) no-repeat;
}

a.navbar-tg-h:hover {
    border-radius: 50%;
    box-shadow: 0 0 30px #2d9bf9;
}

@media (max-width: 429px){
	.navbar-tg {
	margin: 0 2px 0 0;
    width: 45px;
    height: 45px;
	}
}


.navbar-wa {
   margin: 0 5px 0 0px;
    width: 45px;
    height: 45px;
    /*background: #f00;*/
    /* font-family: serif; */
    /* font-size: 16px;*/
	background: url(../images/watsapp_icon45.png) no-repeat;
}

a.navbar-wa-h {
    width: 45px;
    height: 45px;
    display: block;
}
a.navbar-wa-h:hover {
    border-radius: 50%;
    box-shadow: 0 0 30px #3eff44;
}

@media (max-width: 429px){
	.navbar-wa {
	margin: 0;
    width: 45px;
    height: 45px;
	}
}

@media (max-width: 429px){
	.navbar-toggler {
    padding: .25rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
	margin: auto;
	}
}

@media (max-width: 429px){
	.site-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .1em;
	margin: auto;
	}
}

@media (max-width: 429px){
	.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	margin: auto;
	}
}

.navbar-social{
	display: flex;
	width: 100px;
	align-items: center;
	margin: auto;
}

@media (max-width: 429px){
	.navbar-social{
	display: flex;
	width: 93px;
	align-items: center;
	margin: auto;
	}
}

.navbar-collapse {
    flex-basis: 100%;
    margin-left: 10px;
    align-items: center;
}

.bg-image, .site-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-cover {
  background-position: center center;
}

.site-cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .site-cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

.site-cover .site-subheading, .site-cover p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 768px) {
  .site-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FDA403;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: 700px !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}

.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}

@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}

.site-slant.site-slant-white:after {
  background: #fff;
}

.site-slant.site-slant-dark:after {
  background: #263135;
}

.site-uppercase {
  font-size: 30px;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-item images {
  width: 100px;
  border-radius: 50%;
}

.menu-item .menu-price {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px;
  }
}

.text-black {
  color: #000 !important;
}

.bg-light {
  background: #fafafa, 4% !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}

.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-primary {
  border-radius: 0px;
}

.btn.btn-secondary {
  border: 2px solid #ccc;
  background: none;
  border-radius: 0px;
  color: #999999;
}

.btn.btn-secondary:hover {
  background: #FDA403;
  border-color: #FDA403;
  color: #fff;
}

.btn:before {
  display: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #FDA403;
  border-color: #FDA403;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #cb8402;
  background: #cb8402;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-control {
  border: none;
  height: 40px !important;
  background: #e6e6e6 !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
}

.warning {
  border: 1px solid;
  border-color: red;
}

textarea.form-control {
  height: 100px !important;
}

.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}

.site-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #000;
}

.site-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #FDA403 !important;
}

.site-section .site-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

#section-gallery-full {
  padding: 8em 0 0 0;
}

@media screen and (max-width: 768px) {
  #section-about .images {
    position: relative;
    right: inherit;
  }
  #section-about .images images {
    max-width: 100%;
  }
}

.site-section {
  padding: 3em 0;
}

.site-bg-dark {
  background: #222;
}

.site-footer {
  font-size: 16px;
}

.site-footer .site-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.site-footer .site-footer-widget h2 {
  font-weight: normal;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer a:hover {
  color: #FDA403;
}

.site-footer .site-heading {
  font-size: 24px;
}

.site-footer .site-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.site-pricing-popular {
  position: relative;
}

.site-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #FDA403;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: .1em;
}

.site-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.site-pricing .site-price-per {
  font-size: 70px;
}

.site-pricing .site-price-per sup {
  font-size: 20px;
  top: -1.5em;
}

.site-pricing .site-price-per strong {
  color: #000;
}

.site-pricing .site-price-per span {
  font-size: 20px;
}

.site-pricing ul li {
  margin-bottom: 10px;
}

.site-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.site-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.site-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #FDA403;
}

.media .site-icon {
  width: 100px;
}

.media .site-icon span {
  color: #FDA403;
}

.site-media {
  border-radius: 0px;
}

.site-media.text-center .site-icon {
  margin: 0 auto;
}

.site-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.site-owl {
  position: relative;
  z-index: 1;
}

.site-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-owl .owl-nav .owl-prev,
.site-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #FDA403;
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.site-owl .owl-nav .owl-prev {
  left: 0;
}

.site-owl .owl-nav .owl-next {
  right: 0;
}

.site-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.site-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.site-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}

.site-owl .owl-dots .owl-dot.active span {
  background: #FDA403;
}

.site-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}

.modalPadding {
  padding: 0em 3em 0 3em !important;
}

#sizePriceModal .close {
  position: relative;
  right: 10px;
  cursor: pointer;
}

#sizePriceModal .close:active, #sizePriceModal .close:focus {
  outline: none !important;
}

#sizePriceModal .close span {
  font-size: 30px;
}

#sizePriceModal .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#modal-response .close {
  position: relative;
  right: 10px;
  cursor: pointer;
}

#modal-response .close:active, #modal-response .close:focus {
  outline: none !important;
}

#modal-response .close span {
  font-size: 30px;
}

#modal-response .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#sizePriceModal .modal-content {
  border-radius: 0;
}

#sizePriceModal .modal-content label {
  color: #000;
}

#sizePriceModal .modal-content .modal-body {
  padding: 0;
}

#sizePriceModal .modal-content .bg-image, #sizePriceModal .modal-content .site-cover {
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#meteringModal .close {
  position: relative;
  right: 10px;
  cursor: pointer;
}

#meteringModal .close:active, #meteringModal .close:focus {
  outline: none !important;
}

#meteringModal .close span {
  font-size: 30px;
}

#meteringModal .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#meteringModal .modal-content {
  border-radius: 0;
}

#meteringModal .modal-content label {
  color: #000;
}

#meteringModal .modal-content .modal-body {
  padding: 0;
}

#meteringModal .modal-content .bg-image, #meteringModal .modal-content .site-cover {
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 960px) {
  #sizePriceModal .modal-content .bg-image, #sizePriceModal .modal-content .site-cover {
    height: 200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.site-counter .site-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #FDA403;
}

.site-counter .site-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3;
}

#site-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#site-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#site-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#site-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#site-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/**********popup links**********/
body {padding: 0px; margin: 0px; background: #fff;}
a{color: #000;}


#cme-form-main {position: fixed; top: 150px;}


/**********popup links**********/
.link_group {
margin: 20px auto;
width: 555px;
position: relative;
top: -68px;
left: 725px;
background: transparent url("../images/zvonok.png") no-repeat scroll 0% 0%;
height: 80px;
}
/**********popup links**********/
.link_group2 {
margin: 20px auto;
width: 555px;
text-align: center;
position: relative;
top: 34px;
left: 350px;
}
.link_group3 {
background: #000;
left: 907px;
width: 275px;
height: 80px;
border: medium none;
top: 370px;
}
.link_group4 {
position: relative;
background: transparent none repeat scroll 0% 0%;
top: 502px;
left: 807px;
width: 275px;
height: 72px;
border: medium none;
}
.link_group5 {
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    top: 390px;
left: 912px;
width: 287px;
height: 80px;
border: medium none;
}
.link_group a {
color: #000;
font-weight: bold;
display: inline-block;
vertical-align: top;
position: relative;
text-decoration: none;
text-transform: uppercase;
border-radius: 3px;
padding: 5px 15px;
margin: 0px 20px;
height: 30px;
top: 2px;
left: -15px;
width: 200px;
}
.link_group3 a {
color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0px 20px;
    height: 72px;
    top: -5px;
    left: -35px;
    width: 282px;
}
.link_group4 a {
color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0px 20px;
    height: 72px;
    top: -5px;
    left: -35px;
    width: 282px;
}

.link_group5 a {
color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 15px;
    margin: 0px 20px;
    height: 72px;
    top: -5px;
    left: -35px;
    width: 282px;
}

.link_group a:hover {
color:#cc0000;
}
.link_group3 a:hover {
color:#cc0000;
}
.link_group2 a {
margin: 0px 20px;
padding: 5px 15px;
color: #000;
font-weight: bold;
display: inline-block;
vertical-align: top;
position: relative;
text-decoration: none;
text-transform: uppercase;
border-radius: 3px;
width: 208px;
height: 27px;
top: -23px;
left: 1px;
}
.link_group2 a:hover {
color:#cc0000;
}



/**********All styles popup**********/
.popup {
padding: 5px 15px 15px;
position: fixed;
top: 100px;
left: 40%;
display: none;
overflow: hidden;
background: transparent url("../images/Popup.jpg") no-repeat;
z-index: 100;
width: 315px;
height: 382px;
}
.popup2 {
padding: 5px 15px 15px;
    position: fixed;
    top: 100px;
    left: 47%;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 100;
}
.popup3 {
padding: 5px 15px 15px;
position: fixed;
top: 100px;
left: 47%;
display: none;
overflow: hidden;
background: transparent ;
z-index: 100;
width: 315px;
height: 382px;
}
.popup4 {
padding: 5px 15px 15px;
position: fixed;
top: 100px;
left: 47%;
display: none;
overflow: hidden;
background: transparent ;
z-index: 100;
width: 315px;
height: 382px;
}
.popup h2 {
font:bold 18px/32px Arial, san-serif;
}
.popup a.close {
width: 16px;
height: 16px;
display: block;
text-indent: -9999px;
position: absolute;
top: 2px;
right: 4px;
background: transparent url("../images/close.png") no-repeat scroll 0% 0%;
}

.popup2 h2 {
font:bold 18px/32px Arial, san-serif;
}
.popup2 a.close {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    top: 320px;
    left: 500px;
    background: transparent url("../images/close.png") no-repeat scroll 0% 0%;
}

.popup3 h2 {
font:bold 18px/32px Arial, san-serif;
}
.popup3 a.close {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    position: relative;
    top: 320px;
    left: 500px;
    background: transparent url("../images/close.png") no-repeat scroll 0% 0%;
}
.popup4 h2 {
font:bold 18px/32px Arial, san-serif;
}
.popup4 a.close {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -9999px;
    position: relative;
    top: 320px;
    left: 500px;
    background: transparent url("../images/close.png") no-repeat scroll 0% 0%;
}

/**********overlay styles**********/
#overlay {
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
display:none;
background:#000;
opacity:.8;
}


input.formbutton{
border:2px #ccc solid;
width:150px;color:#fff;
font:11px Verdana, Geneva, sans-serif;background-color:#cc0000;
font-weight:700;
text-transform:uppercase;
height:25px;}


.tcenter input,textarea {font:normal 12px Verdana,sans-serif; color:#333; border:1px solid #ccc;}

@charset "utf-8";
/* CSS Document */

.sidebarForm {
}
.sidebarForm2 {

}
.sidebarForm3 {

}
.sidebarForm4 {

}
.sidebarForm5 {

}

#cor5 {
}
#cor5_2 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
#cor5_3 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
#cor5 _4{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
#cor5 _5{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.sidebarForm h4 {
		font: 14px Verdana;
		color: #333333;
		text-align: left;
		padding: 10px 10px 0 10px;
}

.sidebarForm label {
		font: 12px Verdana;
		color: #333;
		padding: 10px;
}

.sidebarForm .input { 
width: 275px;
overflow: hidden;
margin: 15px 0px 22px 10px;
position: relative;
left: 910px;
top: 367px;
height: 50px;
}


.sidebarForm .input input {
width: 275px;
margin: -3px 0px 0px -5px;
padding: 0px 8px;
border: medium none;
font-size: 25px;
font-family: calibri;
height: 50px;
background: transparent none repeat scroll 0% 0%;
color: #665d57;
}
.sidebarForm .input input::-webkit-input-placeholder {color:#665d57;}
.sidebarForm .input input:-moz-placeholder {color:#665d57;}

.sidebarForm2 .input1 input {
width: 275px;
margin: -3px 0px 0px -5px;
padding: 0px 8px;
border: medium none;
font-size: 25px;
font-family: calibri;
height: 50px;
background: transparent none repeat scroll 0% 0%;
color: #665d57;
position: relative;
top: 610px;
left: 210px;
}
.sidebarForm2 .input1 input::-webkit-input-placeholder {color:#665d57;}
.sidebarForm2 .input1 input:-moz-placeholder {color:#665d57;}

.sidebarForm2 .input2 input {
width: 275px;
margin: -3px 0px 0px -5px;
padding: 0px 8px;
border: medium none;
font-size: 25px;
font-family: calibri;
height: 50px;
background: transparent none repeat scroll 0% 0%;
color: #665d57;
position: relative;
top: 563px;
left: 512px;
}
.sidebarForm2 .input2 input::-webkit-input-placeholder {color:#665d57;}
.sidebarForm2 .input2 input:-moz-placeholder {color:#665d57;}

.sidebarForm3 .input input {
width: 275px;
border: medium none;
font-size: 25px;
font-family: calibri;
height: 50px;
background: transparent none repeat scroll 0% 0%;
color: #665d57;
position: relative;
top: 363px;
left: 930px;
padding: 0px 8px;
margin: 22px 0px 0px -5px;
}
.sidebarForm3 .input input::-webkit-input-placeholder {color:#665d57;}
.sidebarForm3 .input input:-moz-placeholder {color:#665d57;}

.sidebarForm5 .input input {
width: 275px;
border: medium none;
font-size: 25px;
font-family: calibri;
height: 50px;
background: transparent none repeat scroll 0% 0%;
color: #665d57;
position: relative;
padding: 0px 8px;
margin: 18px 0px 0px -5px;
top: 75px;
left: 30px;
}
.sidebarForm5 .input input::-webkit-input-placeholder {color:#665d57;}
.sidebarForm5 .input input:-moz-placeholder {color:#665d57;}

.sidebarForm .textarea {
		height: 70px;
		width: 320px;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .textarea textarea {
		width: 316px;
		height: 66px;
		background: white;
		border: none;
		resize:none;
}

.sidebarForm button {
width: 280px;
padding-bottom: 2px;
position: relative;
background: transparent none repeat scroll 0% 0%;
height: 70px;
border: medium none;
cursor: pointer;
}
.sidebarForm2 button {
width: 280px;
padding-bottom: 2px;
position: relative;
top: 235px;
left: 655px;
height: 70px;
margin: 5px 0px 15px 135px;
background: transparent none repeat scroll 0% 0%;
color: rgba(0, 0, 0, 0);
font: 700 12px Verdana;
border: medium none;
cursor: pointer;
}
.sidebarForm3 button {
width: 280px;
padding-bottom: 2px;
position: relative;
top: 325px;
left: 750px;
height: 70px;
margin: 5px 0px 15px 135px;
background: transparent none repeat scroll 0% 0%;
color: transparent;
font: 700 12px Verdana;
border: medium none;
cursor: pointer;
}
.sidebarForm4 button {
		border: 2px #ccc solid;
		width: 150px;
		height: 25px;
		font: 12px Verdana;
		font-weight: 700;
		color: #FFFFFF;
		background-color: #cc0000;
		padding-bottom: 2px;
		margin: 5px 0 15px 135px;
}
.sidebarForm5 button {
		border: none;
width: 280px;
height: 60px;
font: 700 12px Verdana;
color: #FFF;
background-color: transparent;
padding-bottom: 2px;
margin: 5px 0px 15px 135px;
position: relative;
left: -120px;
top: 95px;
cursor: pointer;
}

.form_callBack {
padding: 5px 15px 15px;
position: fixed;
top: 100px;
overflow: hidden;
background: transparent;
z-index: 100;
max-width: 500px;
right: 0;
left: 0;
margin-left: auto;
margin-right: auto;
display: none;
}

.form_callBack a.close {
width: 16px;
height: 16px;
display: block;
text-indent: -9999px;
top: 2px;
right: 4px;
background: transparent url("../images/close.png") no-repeat scroll 0% 0%;
}

#loadbar5{
position: absolute;
top: 288px;
left: -1px;
width: 346px;
}
#loadBarCall{

}



#loadBarMetering{

}

#loadBarSizePrice {

}
.loadBarSizePrice{
	display: block;
    top: 300px;
}


#loadbar3{
position: absolute;
top: 285px;
left: 0px;
width: 500px;
}
#loadbar4{
position: absolute;
top: 285px;
left: -1px;
width: 346px;
}

#obr_call{
list-style: none;
font: 14px Verdana;
font-weight: normal;
color: #000;
font-weight: bold;
border: 1px solid #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #fff;
padding: 5px;
margin: 20px;
}

#obr_metering{
position: relative;
margin-left: auto;
margin-right: auto;
}

#obr_size_price{
position: relative;
margin-left: auto;
margin-right: auto;
}

#loadBarSizePrice2{
	display: block;
	
}

.loadBarSizePrice2{
	
}

.required_field_comment {
	font-size: 15px;
}
.required_field_comment_star {
	font-size: 18px;
	color: red;
}

.wa {
    position: fixed;
    right: 6px;
    bottom: 13px;
    transform: translate(-50%, -50%);
    background: url(../images/watsapp_icon.png); /*цвет кнопки*/
    /*border-radius: 50%;*/
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.wa a {
    color: #fff;
}
.wa:before,
.wa:after {
    content: " ";
    display: block;
    position: absolute;
    border: 1px solid #1dbd22; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.tg:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.tg {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 5px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}

.img-fluid {
  /*width: 500px;
  height: 300px;
  */
}

.img-fluid-logo {
  max-width: 100%;
  height: auto;
}

.img-about {
  max-width: 100%;
  height: auto;
}

.contact-callback {
	display: flex;
}

.contact-callback-left {
	text-align: left;
	width: 100%;
	color: #000 !important;
}

.contact-callback-right {
	text-align: right;
	color: #000 !important;
}

section#section-about {
    padding: 3.2em 0;
}

section#section-offer {
    padding: 3.2em 0;
}

.offer-text-left {
    text-align: left;
    font-size: 1.30em;
    font-weight: 300;
	margin: auto;
}
.offer-text{
	color: #FDA403;
}

section#section-garanty {
    padding: 3.2em 0;
}

section#section-gallery {
    padding: 3.2em 0;
}

section#section-contact {
    padding: 3.2em 0;
}

section#section-map {
    padding: 3.2em 0 0 0;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:100%;
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 135px;
	right: 38px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	background: #fff url(https://snipp.ru/img/scroll_top.png) 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}

@media (max-width : 800px) {  
#scroll_top {   
    bottom: 110px; /*отступ кнопки снизу от экрана*/
    right: 37px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
#scroll_top:hover {
 	opacity: 1;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

.c1, .c2, .c3, .c4, .c5{
	
}


.checkselect {
	position: relative;
	display: block;
	min-width: 200px;
	text-align: left;
	width: 100%;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 30px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 8px 6px 6px 25px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
	background-color: #eeeeee;
    /* border-bottom: 1px solid; */
    border-top: 1px solid #fff;
}



.checkselect label span {
    margin-left: 5px;
}
			
.checkselect input {
	position: absolute;
	top: 8px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}

.checkselect-popup label:hover {
	background: #FDA403;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}



/* Main Classes */
.myinput[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #808080;
  content: "";
  background: #FFF;
}

.myinput[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  margin-top: 4px;
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  content: "";
  background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
  background-repeat: no-repeat;
  background-position: center;
}

.myinput[type="checkbox"]:checked:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
}

.myinput[type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}

.myinput[type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
}

.myinput[type="checkbox"]:not(:disabled):hover:after {
  background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
  border-color: #85A9BB #92C2DA #92C2DA #85A9BB;
}

.myinput[type="checkbox"]:not(:disabled):hover:before {
  border-color: #3D7591;
}

/* Large checkboxes */
.myinput.large {
  height: 16px;
  width: 16px;
}

.myinput.large[type="checkbox"]:before {
  width: 16px;
  height: 16px;
}

.myinput.large[type="checkbox"]:after {
  top: -20px;
  width: 16px;
  height: 16px;
}

/* Custom checkbox */
.myinput.large.custom[type="checkbox"]:checked:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
}

.myinput.large.custom[type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGHRFWHRBdXRob3IAbWluZWNyYWZ0aW5mby5jb23fZidLAAAAk0lEQVQ4y2P4//8/AyUYwcAD+OzN/oMwshjRBoA0Gr8+DcbIhhBlAEyz+qZZ/7WPryHNAGTNMOxpJvo/w0/uP0kGgGwGaZbrKgfTGnLc/0nyAgiDbEY2BCRGdCDCnA2yGeYVog0Aae5MV4c7Gzk6CRqAbDM2w/EaQEgzXgPQnU2SAcTYjNMAYm3GaQCxNuM0gFwMAPUKd8XyBVDcAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
}
.modal-response{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 45%;
    width: auto;
    max-width: 400px;
	display: none;
	text-align: center;
	background: #fff;
    border: 1px solid #FDA403;
}

.block{
	display: block;
}

