/*
Theme Name: My Templates
Theme URI: http://wordpress.org/extend/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Torin
Author URI: test.com.ua
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&subset=cyrillic-ext");

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #1b1b1b;
}

.header {
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 20px;
}

.header .logo {
  float: left;
  border-right: 1px solid #3b3b3b;
  padding: 0 15px 0 0;
}

.header-about {
  text-transform: uppercase;
  float: left;
  padding-left: 15px;
  font-size: 14px;
}

.header-phone {
  line-height: 20px;
  text-align: right;
}

.header-phone a {
  font-size: 16px;
  text-decoration: none;
  color: #3b3b3b;
}

.header-phone a:first-child {
  font-size: 28px;
  display: block;
}

.header-phone span.fa-circle {
  font-size: 6px;
  margin: 0 5px;
  position: relative;
  width: 6px;
}

.header-phone span.fa-circle:before {
  top: -9px;
  position: absolute;
  left: 0;
}

.header-callme {
  float: right;
  text-transform: uppercase;
  font-size: 0.73rem !important;
  padding: .7rem 1.15rem !important;
  text-align: center;
  border-radius: 0;
}

ul.menu {
  list-style: none;
  border-top: 1px solid #3b3b3b;
  border-bottom: 2px solid #28a745;
  width: 100%;
  float: left;
  padding: 0;
  margin: 10px 0;
  display: table;
}

ul.menu li {
  display: table-cell;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
  position: relative;
}

ul.menu li a {
  padding: 7px 0;
  display: block;
  width: 100%;
  color: #3b3b3b;
}

ul.menu li a:hover {
  text-decoration: none;
  color: #28a745;
}

ul.menu li ul.sub-menu {
  position: absolute;
  background: #dddddd;
  top: 47px;
  left: 0;
  z-index: 100;
  font-size: 16px;
  min-width: 250px;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px 0 25px;
  border: 0;
  height: auto;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  -ms-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

ul.menu li ul.sub-menu li {
  display: block;
  text-align: left;
}

ul.menu li ul.sub-menu li a {
  font-size: 16px;
  line-height: 18px;
}

ul.menu li ul.sub-menu li:first-child {
  margin-top: 15px;
}

ul.menu li ul.sub-menu li:last-child {
  margin-bottom: 15px;
}

ul.menu li:hover ul {
  border-top: 3px solid #28a745;
  max-height: 600px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #3b3b3b;
  color: #fff;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 100%;
  max-width: 130px;
  margin-bottom: 20px;
}

.footer-logo div {
  color: #fff;
  text-align: center;
}

.footer-mininav {
  margin-left: 0;
  padding-left: 0;
}

.footer-mininav li {
  display: block;
  width: 100%;
}

.footer-mininav li a {
  display: block;
  color: #fff;
  padding: 2px 0;
}

.footer-social a {
  display: block;
  float: left;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #ccc;
  color: #3b3b3b;
  font-size: 24px;
}

.footer-social a:hover {
  background: #ffffff;
  color: #28a745;
}

.footer-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
}

.footer-content div {
  font-size: 16px;
}

.footer-content ul li {
  line-height: 18px;
}

.footer-content ul li a {
  color: #fff;
  font-size: 14px;
}

.title-item {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.title-item h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 30px 0 10px;
}

.title-border {
  position: relative;
}

.title-border i {
  color: #e6e6e6;
  font-size: 24px;
}

.title-border:before {
  position: absolute;
  top: 6px;
  left: -170px;
  content: "";
  border: 3px solid #e6e6e6;
  width: 140px;
}

.title-border:after {
  position: absolute;
  top: 6px;
  left: 60px;
  content: "";
  border: 3px solid #e6e6e6;
  width: 140px;
}

.list-item {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.list-item div {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}

.list-item div span {
  color: #ffc107;
}

.list-item img {
  width: 100%;
}

.list-item-price {
  font-weight: normal !important;
}

.list-item .btn-warning {
  /*border-radius: 25px;*/
  padding: .5rem 1.75rem;
  text-transform: uppercase;
}

.usligi {
  background: #fff;
  /*border:2px solid #e8e8e5;*/
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.usl-block{
  border-left: 2px solid #fff;
}
.usl-img{
  background: #e8e8e5;
  padding-top: 40px;
  text-align: center;
}
.usl-img img{
  width: 120px;
  border: 7px solid #fff;
  border-radius: 50%;
  margin-bottom: -60px;
}
.usligi .col-lg-3:first-child .usl-block{
  border: 0;
}
.usligi-item {
  border-left: 2px solid #e8e8e5;
  border-right: 2px solid #e8e8e5;
  border-bottom: 2px solid #e8e8e5;
  background: #fff;
  padding:70px 10px 10px 10px;

}

.usligi-item img {
  width: 100px;
  display: block;
  margin: 15px auto;
}

.usligi-item h3 {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}

.usligi-item div {
  margin: 0 0 20px 0;

}
.usl-content{
  min-height: 100px;
}

.usligi .without-border {
  border-left: 0;
}
.block-two .usligi-item{
  min-height: 302px;
}

.photo {
  padding-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 3px;
  margin: 5px 7px;
  /*border: 3px solid #ffc107;*/
  background: #ffc107;
}

.calculate {
  background: #e8e8e5;
}

.calculate img {
  max-width: 100px;
  float: left;
  margin: 0 15px;
}

.calculate div {
  margin: 10px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}

.calculate-btn {
  text-align: center;
  margin: 25px 0 !important;
}

.calculate-btn a {
  /*border-radius: 25px;
  padding: .5rem 1.75rem;*/
  text-transform: uppercase;
}

.calculate-btn a:first-child {
  margin-right: 15px;
}
.btn{
  font-size: 1rem;
  padding: .5rem 1.75rem;
}
.blockquote-item {
  background-color: rgba(240, 242, 243, 0.5);
  padding: 36px 41px 36px 39px;
  position: relative;
  color: #000;
  margin: 20px 0;
  font-size: 14px;
}

.blockquote-item:before {
  background: url(/wp-content/themes/my_template/images/blockquote.svg) no-repeat;
  -moz-background-size: 34px 22px;
  -o-background-size: 34px 22px;
  background-size: 34px 22px;
  content: '';
  position: absolute;
  top: -11px;
  left: 35px;
  width: 34px;
  height: 22px;
}

.blockquote-item ol li {
  font-size: 14px;
}

.blockquote-item span {
  color: #E8223B;
  font-size: 16px;
  font-weight: bold;
}

.blockquote-item-bottom {
  text-align: right;
}

.blockquote-item-bottom img {
  float: right;
  margin: -10px 0 0 15px;
  border-radius: 50%;
  width: 75px;
}

.coll-menu {
  color: #28a745;
  margin: 8px 33px 0 0;
  float: right;
  font-size: 23px;
  display: none;
  line-height: 25px;
  position: relative;
  z-index: 1005;
}

.coll-menu span:after,
.coll-menu span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #28a745;
  border-radius: 100px;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.coll-menu span {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0;
  width: 26px;
  height: 2px;
  background-color: #28a745;
  border-radius: 100px;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.coll-menu span:before {
  bottom: calc(100% + 6px);
}

.coll-menu span:after {
  top: calc(100% + 6px);
}

.logo_mob {
  margin: 20px 0 16px 20px;
  float: left;
  display: none;
}

.overflow-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  -o-transition: opacity .5s ease, visibility .5s ease;
  -moz-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact-menu {
  float: left;
  padding: 0px 0 20px 46px;
  font-size: 14px;
  display: none;
}

.contact-menu a {
  color: #28a745;
}

.show-menu {
  overflow: hidden;
}

.show-menu ul.menu li:hover ul {
  border: 0 !important;
  max-height: 0;
}

.show-menu .overflow-bg {
  display: block;
}

.show-menu a.coll-menu span {
  background: transparent;
}

.show-menu a.coll-menu span:before {
  background: #28a745;
  bottom: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu a.coll-menu span:after {
  top: auto;
  background: #28a745;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-menu .menu-item-has-children:after {
  display: block;
}

.show-menu .menu-block {
  display: block;
}

.show-menu .logo_mob {
  display: block;
}

.show-menu ul.menu li.show-submenu .sub-menu {
  border-top: 3px solid #28a745 !important;
  max-height: 600px !important;
}

.show-menu ul.menu li.show-submenu:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-item-has-children:after {
  background: url(/wp-content/themes/my_template/images/icon/add.svg) no-repeat;
  -moz-background-size: 34px 22px;
  -o-background-size: 34px 22px;
  background-size: 34px 22px;
  content: '';
  position: absolute;
  top: 11px;
  left: -40px;
  width: 34px;
  display: none;
  height: 34px;
}

.toolbar-btn {
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 5;
}

.toolbar-btn a {
  display: block;
  font-size: 32px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 5px;
  line-height: 24px !important;
}

.toolbar-btn .callback {
  background: #28a745;
  padding:9px 0 !important;
}

.toolbar-btn .calcul-round {
  background: #ffc107;
  padding:9px 0 !important;
  display: none !important;

}

#callback_form button,
#callback_form_zamer button,
#callback_form_discount button {
  text-transform: uppercase;
  font-size: 14px;
  /*border-radius: 1.25rem;*/
}

#callback_form div,
#callback_form_zamer div,
#callback_form_discount div {
  text-align: center;
}

.from-image {
  text-align: center;
}

.form-potolok ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.form-potolok ul li {
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-family: "Open Sans", sans-serif;
}

.form-potolok ul li:last-child {
color: #00c851;
  font-weight: bold;
  border-bottom: 2px solid #00c851;
  font-size: 1.2rem;
  padding: 2rem 0 1rem 0;
}

.form-potolok form {
  margin: 20px 0 0 0;
}

.form-potolok form div {
  text-align: center;
}

.form-potolok form button {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 1.25rem;
  cursor: pointer;
}

.breadcrumb {
  background: #e8e8e5;
  font-size: 12px;
}

.breadcrumb a {
  color: #28a745;
}

.right-buttton-block {
  background: #e8e8e5;
  margin: 20px 0;
  text-align: center;
}

.right-buttton-block a {
  text-transform: uppercase; 
  /*border-radius: 1.25rem;*/
  cursor: pointer;
  width: 214px;
  margin: 0 auto 10px;
  font-size: 1rem;
  padding: .5rem 1.75rem;
}

.content h1 {
  margin: 20px 0 30px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}

.content h1:after {
  width: 75px;
  height: 5px;
  background: #28a745;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: " ";
}

.right-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c8ca;
}

.right-item .custom-h3 a {
  font-size: 18px;
  color: #28a745;
}

.right-item .testimonial {
  font-size: 14px;
}

.right-item .read-more {
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  text-align: right;
}

.right-item .read-more a {
  color: #28a745;
}

.right-item:last-child {
  border: 0;
}

.home-bg {
  /*background: url("/wp-content/themes/my_template/images/img2.jpg") center 0 no-repeat;
  background-size: contain;*/
  padding-top: 20%;
}

.home-page {
  background: url("/wp-content/themes/my_template/images/img2.jpg") center 0 no-repeat;
  background-size: contain;
}

.home-page header {
  background-color: rgba(255, 255, 255, 0.8);
}

.home-page header .menu {
  margin-bottom: 0;
}

/*
gallery
*/
.gallery-alb .ngg-album-compactbox {
  border: 0;
  -webkit-box-shadow: 4px 4px 24px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 24px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 24px -6px rgba(0, 0, 0, 0.75);

}

.gallery-alb .ngg-album-compactbox:before,
.gallery-alb .ngg-album-compactbox:after {
  display: none;
}

.gallery-alb .ngg-album-compactbox {
  text-align: center;
}

.gallery-alb .ngg-album-compact h4 a {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #000919;
  font-size: 24px;
  margin: 10px 0;
}

.gallery-alb .ngg-album-compact h4 .ngg-album-desc {
  height: auto;
}

.gallery-alb .ngg-album-compactbox .Thumb {
  border: 0 !important;
}

.gallery-alb .ngg-album-compact p {
  font-size: 12px;
  margin: 0;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 25px;
}

.gallery-alb .ngg-gallery-thumbnail {
  max-width: 230px !important;
}

.switcher-langs {
  float: left;
  list-style: none;
  width: 100%;
  margin: -20px 0 2px 0;
  padding: 0;
}

.switcher-langs li {
  float: left;
  margin-left: 10px;
}

.switcher-langs li:first-child {
  margin-left: 0;
}

.switcher-langs li a {
  color: #323232;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.switcher-langs-mobile {
  display: none;
  float: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  list-style: none;
  width: 100%;
  padding: 10px 0;
}

.current-lang a {
  color: #28a745 !important;
}

.switcher-langs-mobile li {
  float: left;
  margin-left: 10px;
}

.switcher-langs-mobile li:first-child {
  margin-left: 30px;
}

.switcher-langs-mobile li a {
  color: #323232;
}

.discount-block {
  background: rgba(255, 255, 255, 0.8);
}

.discount-block-price {
  background: rgba(255, 255, 255, 0.9);
}

.discount-block-price .col-md-4 {
  border-right: 2px solid #333;
}

.discount-block-price .col-md-4:last-child {
  border-right: 0
}

.discount-block-price-num {
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  display: block;
}

.discount-block-price-text {
  display: block;
  text-align: center;
}

.discount-block-price-pr {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  display: block;
}

.locate-title{
  position: relative;
}
.locate-title:after {
  width: 75px;
  height: 5px;
  background: #28a745;
  position: absolute;
  bottom: -15px;
  left: 0;
  content: " ";
}
.select-city{

}
.select-city div{
  list-style: none;
  margin: 15px;
}
.select-city ul li{
  border-top:1px solid #fff;
}
.select-city ul li a{

}
.select-city ul li a:hover{

}
.select-city .btn-warning {
  /*border-radius: 25px;*/
  padding: .5rem 1.75rem;
  text-transform: uppercase;
  margin: 5px;

}
.city_desc{
  float:right;
  margin-top: -31px;
  margin-right: -30px;
}
.city_mob{
  float:right;
  margin-top: 26px;
  display: none;
}
@media (max-width: 1199px) {
  .header .logo {
    padding-right: 5px;
  }

  .header-about {
    padding-left: 5px;
    font-size: 12px;
    padding-top: 5px;
  }

  .toolbar-btn {
    bottom: 11%;
    right: 3%;
    z-index: 5;
  }
}

@media (max-width: 1024px) {
  .right-collum .title-item span:before {
    left: -90px;
    width: 70px;
  }

  .right-collum .title-item span:after {
    left: 60px;
    width: 70px;
  }

  .gallery-alb .ngg-album-compact {
    text-align: center;
    width: 290px;
  }

  .gallery-alb .ngg-album-compactbox img {
    max-width: 100%;
  }

}

@media (max-width: 991px) {
  .gallery-alb .ngg-album-compact {
    text-align: center;
    width: 320px;
  }
  .city_desc{
    margin-top: -22px;
    margin-right: -145px;
  }

  .header .logo {
    border: 0;
    font-size: 8px;
    margin-top: -15px;
  }

  .show_hidden_number.footer_block_hide {
    /* width: 100%;*/
    right: 281px !important;
  }

  .show_hidden_number.small {
    top: -3px !important;
  }

  .header-about {
    font-size: 8px;
  }

  .header-phone a {
    font-size: 15px;
  }

  ul.menu li a {
    font-size: 16px;
  }

  .footer-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .switcher-langs-mobile {
    display: block;
  }
  .city_mob{
    display: block;
  }
  .switcher-langs {
    display: none;
  }

  .button-hidden {
    display: none;
  }

  .header .logo {
    margin: 0 0 15px 0;
    border-right: 1px solid #3b3b3b;
  }

  .header-about {
    font-size: 10px;
    padding-top: 13px;
  }

  .menu-block {
    box-sizing: border-box;
    position: fixed;
    z-index: 1500;
    width: 350px;
    top: 0;
    left: 0;
    padding: 0 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
    transition: transform .4s;
    display: none;
    overflow-y: auto;
    height: 100%;
    top: 0;
  }

  .coll-menu {
    display: block;
  }

  ul.menu {
    display: block;
    width: auto;
    border: 0;
  }

  ul.menu li {
    display: block;
    margin: 10px 0 0 50px;
    text-align: left;
  }

  ul.menu li ul li {
    margin: 10px 5px 10px 0;
  }

  ul.menu li a {
    font-size: 20px;
  }

  .fixed-menu {
    padding: 0;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 100;
    height: 56px;
    position: fixed;
    border-bottom: 1px solid #28a745;
    top: 0;
  }

  .fixed-menu .logo {
    margin: 5px 0 0 20px;
  }

  header {
    margin-top: 56px;
  }

  .contact-menu {
    display: block;
  }

  .usligi-item {
    border-left: 0;
    border-top: 1px solid #fff;
  }

  .without-border {
    border: 0;
  }

  .breadcrumb {
    margin-top: 10px;
  }

  .home-page .header {
    padding: 10px 0;
  }
}

@media (max-width: 575px) {
  .home-page .header .row {
    margin: 0;
  }

  .home-page {
    background-position: center 118px;
  }

  .home-page .home-bg {
    padding-top: 220px;
  }

  .header-phone {
    text-align: left;
    height: 27px;
    overflow: hidden;
    margin-top: 6px;
  }

  .show_hidden_number.big {
    top: -4px !important;
    right: 26px;
  }

  .show_hidden_number.footer_block_hide {
    right: 103px !important;
  }

  .header-phone a:first-child {
    font-size: 25px;
    display: block;
  }

  .footer-mininav {
    text-align: center;
  }
}

@media (max-width: 495px) {
  .discount-block-price-pr {
    font-size: 20px;
    line-height: 20px;
  }

  .discount-block .calculate-btn a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {

  .discount-block,
  .discount-block-price {
    background: #e8e8e5;
  }
  .city_mob{
    margin-bottom: -39px;
  }
  .switcher-langs-mobile li:first-child {
     margin-left: 0px;
  }
  .header-phone {
    text-align: left;
    height: 24px;
    overflow: hidden;
  }

  .header-phone a:first-child {
    font-size: 17px;
    display: block;
    line-height: 24px;
  }

  .header .logo {
    border-right: 0;
  }

  .header-about {
    display: none;
  }

  .menu-block {
    width: 285px;
  }

  .menu-block ul.menu li a {
    font-size: 16px;
    padding: 2px 0;
  }

  .menu-block .menu-item-has-children:after {
    background: url(/wp-content/themes/my_template/images/icon/add.svg) no-repeat;
    -moz-background-size: 34px 16px;
    -o-background-size: 34px 16px;
    background-size: 35px 16px;
    content: '';
    position: absolute;
    top: 7px;
    left: -42px;
    width: 26px;
    height: 23px;
  }

  .menu-block ul.menu li ul.sub-menu {
    min-width: 219px;
    top: 35px;
    padding: 0 10px 0 15px;
  }
}

@media (max-width: 375px) {
  .calculate-btn a {
    width: 185px;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }

  .discount-block-price-pr {
    font-size: 20px;
    line-height: 20px;
  }

  .discount-block .calculate-btn a {
    width: 225px;
  }

  .discount-block .title-item h2 {
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .discount-block-price-text {
    line-height: 18px;
    margin-bottom: 10px;
  }

  .discount-block-price-pr {
    font-size: 18px;
  }

  .coll-menu {
    margin: 8px 19px 0 0;
  }

  .gallery-alb .ngg-album-compact {
    text-align: center;
    width: 280px;
  }
}

.menu-primary-container {
  width: 100%;
}

.wpcf7-form .btn-success {
  text-transform: uppercase;
  /*font-size: 14px;
  border-radius: 1.25rem;
  margin-left: 10px;*/
}
.modal-dialog.cascading-modal .modal-header{
   padding: 0.5rem 1.5rem !important;
   background: #00c851 !important
 }
#potolok1 .modal-body .btn{
  font-size: 0.72rem;
  border-radius: 0;
}
#potolok1 .modal-dialog.cascading-modal .close{
  top: -56px;
}

.potolok-type {
  display: none;
}

.show-all-home {
  text-align: center;
  margin-bottom: 20px;
}

.show-all-home .btn-warning {
  /*border-radius: 25px;*/
  padding: .5rem 1.75rem;
  text-transform: uppercase;
}

.slideshowlink {
  display: none;
}

.category h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #000919;
  margin: 30px 0 10px;
}

.category .btn-warning {
  /*border-radius: 25px;*/
  padding: .4rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.8em;
}

.category .post-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 10px !important;
  border-radius: 25px;
  margin-bottom: 20px;
}

.from-image img {
  width: 100%;
}

.relative {
  position: relative;
}

.show_hidden_number.big {
  top: 1px;
}

.show_hidden_number.footer_block_hide {
  background: #3b3b3b;
  right: 64px;
  letter-spacing: 1px;
  top: -2px;

}

.show_hidden_number.small {
  top: -1px;
  font-size: 100%;
  padding: 2px 2px;
}

.show_hidden_number.page-contacts {
  left: 68px;
  top: -2px;
}

.show_hidden_number {
  cursor: pointer;
  position: absolute;
  background: #fff;
  z-index: 2;
  right: 0px;

  padding: 2px 0;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
.fancybox-bg {
  width: auto !important;
  height: auto !important;
}


.custom-h2 {
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
  box-sizing: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 2rem;
  font-family: 'Roboto Condensed',
    sans-serif;
  text-align: center;
  margin: 30px 0 10px;
}


.custom-h3 {
  -webkit-tap-highlight-color: transparent;
  box-sizing: inherit;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 1.75rem;
}



.header-callme {
  float: right;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: .7rem 1.15rem;
  text-align: center;
  border-radius: 0;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}
.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

button.close {
  position: absolute;
  right: 0;
  z-index: 2;
  padding-right: 1rem;
  padding-top: .6rem;
}
.gallery-home a{
  position: relative;
  display: block;

}
.gallery-home a div{
  position: absolute;
  background: red;
  bottom:0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 160, 0, 0.9);
  border-radius: .25rem!important;

}
.gallery-home a:hover div{
  background-color: rgba(255, 160, 0, 0.7);
}
.gallery-alb .ngg-albumoverview.default-view .ngg-album-compact{
  padding:  0 !important;
  border:  0;
  box-shadow: inherit;
}
.gallery-alb .ngg-albumoverview.default-view .ngg-album-compact .ngg-album-gallery-image-counter{
  display: block;
}
.gallery-alb .ngg-albumoverview.default-view .ngg-album-compact h4 a.ngg-album-desc{
  font-size: 21px;
}
.card {
    margin-bottom: 2rem;
}
p strong{
                    font-weight:bold;
                }
                .price-example{
                    background: #f8f6ec;
                    padding: 30px 0;
                    margin: 20px 0;
                }
                .price-example h3{
                    font-size:16px;
                    margin: 10px 0 ;
                    text-align: center;
                    font-weight: bold;
                }
                .price-example img{
                    width:100%;
                }
                .price-example td{
                    font-size: 12px;
                    padding: 10px 0 !important;
                }
                .border-round{
                    border-radius: 5rem;
                    border-left: 4px solid #ffdb4c;
                    border-right: 4px solid #ffdb4c;
                    padding: 10px;
                    font-style: italic;
                }
                .content .price-block .alert-success{
                    background-color: #e7f5ff;
                    padding: 2rem 1.5rem;
                    padding-bottom: 2rem;
                    border: 1px solid #cdeaff;
                    box-shadow: 0 14px 35px rgb(96 115 135 / 30%);
                    border-radius:0;

                }
                .price-block .alert-success h4{
                    font-weight: 400;
                    color: #495057;
                    font-size: 1.5rem;
                }
                .price-block .alert-success{
                    font-weight: 400;
                    color: #495057;
                    font-size: 14px;
                }
                .margin-btn{
                    margin-top:-40px;
                    z-index: 2;
                }
                .mrg-zindex{
                    margin-top: -40px;
                    z-index: 1;
                }
                .withborder{
                    border-left:4px solid green;
                    padding: 15px 15px 15px 25px;
                    background: #e8e8e5;
                }
                @media (max-width: 495px) {
                    .margin-btn{
                        margin-top:1rem;
                        z-index: 0;
                    }
                    .mrg-zindex{
                        margin-top: 1rem;
                        z-index: 1;
                    }
                }
