@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline !important;
  color: #22a7f0 !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited {
  color: #22a7f0;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  background: #fff url('../img/vintage-concrete.png');
  overflow-x: hidden;
  color: #000 !important;
  line-height: 1.2 !important;
}
.container-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 500;
}
.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .header-inner {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    padding: 10px 0;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .header-inner {
    padding: 5px 0;
  }
}
.header-town {
  display: flex;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.header-town i {
  margin-right: 10px;
}
.header-town .header-town-title {
  margin-right: 5px;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .header-town {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .header-town {
    /*display: none;*/
  }
}
.header-town-current {
  position: relative;
  color: #22a7f0;
  text-decoration: underline;
}
.header-town-current:hover {
  text-decoration: none;
}
.header-town-list a{
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.header-town-list a:last-child{
  margin-bottom: 0;
}
.header-logo {
  display: flex;
  align-items: center;
  color: #000 !important;
  text-decoration: none !important;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .header-logo {
    max-width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    max-width: 100%;
  }
}
.header-logo-img {
  flex: 64px 0 0;
  margin-right: 15px;
}
.header-logo-img img {
  width: 64px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .header-logo-img {
    margin-right: 10px;
    flex: 48px 0 0;
  }
  .header-logo-img img {
    width: 48px;
    height: auto;
  }
}
.header-logo-phone {
  display: none;
}
.header-mob-town{
  display: none;
}
@media only screen and (max-width: 800px){
  .header-town{
    display: none;
  }
  .header-mob-town{
    margin-left: 58px;
    margin-top: 2px;
    display: flex;
  }
  .header-logo-text{
    margin-top: 2px !important;
  }
}
@media only screen and (max-width: 480px) {
  .header-logo-phone {
    display: block;
    margin-left: 58px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
  }

}
.header-logo-title {
  font-weight: bold;
  font-size: 23px;
}
@media only screen and (max-width: 991px) {
  .header-logo-title {
    font-size: 16px;
  }
}
.header-logo-text {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .header-logo-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header-center {
    display: none;
  }
}
.header-center-top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header-center-top {
    margin-top: 6px;
  }
}
.header-address {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.header-address i {
  text-align: center;
  width: 32px;
}
@media only screen and (max-width: 991px) {
  .header-address {
    font-size: 12px;
  }
}
.header-email {
  display: flex;
  text-decoration: none !important;
}
.header-email i {
  text-align: center;
  width: 32px;
  text-decoration: none;
  color: #000 !important;
}
.header-email span {
  text-decoration: underline;
}
.header-email span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-email {
    font-size: 12px;
  }
}
.header-bottom {
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .header-bottom {
    display: none;
  }
}
.btn-mob {
  display: none;
}
.btn-mob:hover {
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  .btn-mob {
    display: block;
    margin-left: 15px;
    color: #1e8bc3;
    font-size: 24px;
    padding: 0;
    border: none;
    background: none;
  }
}
@media only screen and (max-width: 480px) {
  .btn-mob {
    margin-top: -20px;
  }
}
.mob-menu {
  position: fixed;
  z-index: 999999;
  background: #1e8bc3;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.mob-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mob-menu ul li a {
  display: block;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  margin: 15px 0;
}
.mob-menu ul li a:hover {
  opacity: .5;
}
.mob-menu ul li i {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.mob-menu ul.current-menu-item > a,
.mob-menu ul.current-menu-parent > a,
.mob-menu ul.current-menu-ancestor > a {
  font-weight: bold;
}
.mob-menu .sub-menu {
  margin-left: 20px;
  display: none;
}
.mob-menu .sub-menu li:first-child a {
  margin-top: 0;
}
.mob-menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
.mob-menu .sub-menu .sub-menu a {
  font-size: 14px;
  margin: 10px 0;
}
.mob-menu .sub-menu .sub-menu li:first-child a {
  margin-top: 0;
}
.mob-menu .sub-menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
.mob-menu .mob-close {
  margin-bottom: 15px;
  color: #fff;
  cursor: pointer;
}
.mob-menu .mob-close:hover {
  opacity: .5;
}
.mob-menu.opened {
  left: 0%;
}
.main-menu {
  margin-top: 15px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu ul li {
  margin: 0 3px;
  position: relative;
  width: 100%;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  white-space: nowrap;
  text-align: center;
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid  #22a7f0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: #1e8bc3;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #fff !important;
  line-height: 30px;
}
.main-menu ul li a:hover {
  background: #1e8bc3;
  color: #fff !important;
}
.main-menu ul li a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.main-menu ul li a i {
  position: relative;
  margin-left: 4px;
  top: -1px;
}
@media only screen and (max-width: 1100px) {
  .header-center-top{
    font-size: 12px;
  }
  .main-menu ul li a {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu ul li a {
    font-size: 10px;
  }
}
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-parent > a,
.main-menu ul li.current-menu-ancestor > a {
  background: #f5e51b;
  border-color: #f5e51b;
  color: #000 !important;
}
.main-menu ul li:hover .sub-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  .main-menu ul li {
    margin: 0 1px;
  }
}
.main-menu ul.sub-menu {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
}
.main-menu ul.sub-menu .sub-menu {
  display: none !important;
}
.main-menu ul.sub-menu li {
  padding: 2px 0;
  margin: 0;
}
.main-menu ul.sub-menu li:hover .sub-menu {
  display: block !important;
}
.main-menu ul.sub-menu a {
  min-width: 220px;
}
.main-menu .sub-menu a {
  position: relative;
}
.main-menu .sub-menu a i {
  position: absolute !important;
  top: 50% !important;
  transform: translate(0, -50%);
  left: auto !important;
  right: 10px;
}
.sub-menu .sub-menu {
  left: 100% !important;
  top: -10px !important;
}
.sub-menu .sub-menu i {
  display: none !important;
}
.header-right {
  display: flex;
}
.header-contacts {
  text-align: right;
}
.header-time {
  display: flex;
  align-items: center;
  color: #666;
}
.header-time i {
  color: #000;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .header-time {
    font-size: 11px;
  }
  .header-time i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .header-time {
    display: none;
  }
}
.header-phone {
  color: #000 !important;
  font-weight: bold;
  white-space: nowrap;
  font-size: 20px;
  display: block;
  text-decoration: none !important;
  margin-bottom: 10px;
}
.header-phone:hover {
  opacity: .75;
}
@media only screen and (max-width: 991px) {
  .header-phone {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .header-phone {
    display: none;
  }
}
.btn-def.header-get-call {
  padding-left: 15px;
  padding-right: 15px;
  width: 165px;
}
@media only screen and (max-width: 991px) {
  .btn-def.header-get-call {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .btn-def.header-get-call {
    display: none;
  }
}
.btn-def {
  display: inline-block;
  background: #f5e51b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  color: #000 !important;
  text-decoration: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-def:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-def-hollow {
  display: inline-block;
  border: 1px solid  #22a7f0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: #1e8bc3;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.btn-def-hollow:hover {
  background: #1e8bc3;
  color: #fff !important;
}
.intro {
  background-image: url('../img/intro.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
.intro-inner {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 991px) {
  .intro-inner {
    height: auto;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .intro-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.intro-title-wrap {
  max-width: 640px;
  width:100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .intro-title-wrap {
    width: auto;
  }
}
.intro-title {
  line-height: 1;

}
.intro-title span{
  font-weight: bold;
  color: #000;
  background: #fff;
  display: inline-block;
  font-size: 36px;
  padding: 5px;
  line-height: 1.2;
}
.intro-title b {
  padding: 5px;
  color: #1e8bc3;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  font-size: 36px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .intro-title{
    text-align: center;
  }
  .intro-title span, .intro-title b{
    font-size: 18px;
  }
}
.intro-subtitle {
  font-size: 21px;
  margin-top: 15px;
}
.intro-subtitle span {
  color: #ffcb05;
}
@media only screen and (max-width: 767px) {
  .intro-subtitle {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
}
.intro-text {
  text-align: center;
  margin-top: 10px;
  display: none;
}
.intro-button {
  display: inline-block;
  background: #f5e51b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  color: #000 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #fff;
  text-decoration: none !important;
  color: #fff !important;
  position: relative;
}
.intro-button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.intro-button i {
  margin-right: 10px;
  opacity: .75;
}

.intro-left-bottom{
  display: flex;
  align-items:center;
  margin-top: 25px;
  max-width:630px;
}

.intro-left-bottom button {
  margin-right:15px;
  width:230px;
  height:40px;
  background: #1e8bc3;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff !important;
}
.intro-left-bottom button:hover{
  background: #f5e51b;
  color: #000 !important;
}

.intro-left-bottom-text{
  font-size: 15px;
  font-weight: bold;
  
}

@media only screen and (max-width: 767px) {

  .intro-left-bottom{
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
  
  }
  .intro-left-bototm-text{
    order:1;
  }
  .intro-left-bottom button{
    margin-right: 0;
    margin-top: 15px;
    order:2;
  }
}

.intro-right {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .intro-right {
    margin-left: 0;
  }
}
.intro-form-inner {
  background: #fff;
  position: relative;
  padding: 15px;
  max-width: 380px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 991px) {
  .intro-form-inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.intro-form-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .intro-form-title {
    font-size: 18px;
  }
}
.intro-form-subtitle {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
  color: #1e8bc3;
}
@media only screen and (max-width: 767px) {
  .intro-form-subtitle {
    font-size: 12px;
  }
  .intro-form-subtitle br {
    display: none;
  }
}
.intro-form-wrap form {
  margin-top: 20px;
}
input,
textarea {
  width: 100%;
  height: 40px;
  display: block;
  padding: 0 15px;
  font-size: 14px !important;
  border-radius: 3px;
  border: none;
  position: relative;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
input:focus,
textarea:focus {
  border-color: #1e8bc3;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.intro-form-wrap input {
  margin-bottom: 5px;
}
.intro-form textarea {
  height: 80px;
  resize: none;
  margin-bottom: 15px;
  padding: 15px;
}
.intro-form button {
  height: 40px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .intro-form button {
    padding: 0 20px;
    width: 100%;
  }
}
.intro-items {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .intro-items {
    margin-top: 15px;
    max-width:310px;
    margin-left: auto;
    margin-right: auto;
    
  }
  .intro-item-text{
    font-size: 14px;
  }
}
.intro-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 21px;
  font-weight: bold;
}
.intro-item-icon {
  flex: 33px 0 0;
}
.intro-item-icon img {
  
}
.intro-bottom {
  background: #fff;
  padding: 10px;
}
.intro-bottom .intro-items {
  display: none;
}
.intro-bottom .intro-inner {
  padding: 30px;
  background-image: url('../img/intro2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .intro-bottom .intro-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.intro-bottom .intro-title-wrap{
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3);
  text-align: center;
}
.intro-bottom .intro-title{
  background: rgba(255,255,255,.85);
  padding: 10px 15px;
}
.intro-bottom .intro-title span{
  padding:0;
  background: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.intro-bottom .intro-title b{
  padding:0;
  background: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.intro-bottom .intro-subtitle{
  background: rgba(0,0,0,.7);
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.block-white {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.intro-text-1 {
  margin-top: 30px;
}
.white-block-title {
  margin: -30px !important;
  color: #fff;
  background: #1e8bc3;
  margin-bottom: 30px !important;
  padding: 15px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.white-block-title span {
  display: inline-block;
  vertical-align: middle;
}
.white-block-title span:before,
.white-block-title span:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .white-block-title span:before,
  .white-block-title span:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .white-block-title {
    font-size: 20px;
  }
}
.section-title {
  color: #1e8bc3;
  margin: 25px 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.section-title span {
  display: inline-block;
  vertical-align: middle;
}
.section-title span:before,
.section-title span:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #1e8bc3;
  margin: 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .section-title span:before,
  .section-title span:after {
    display: none;
  }
}
.section-title span:before {
  margin-left: 0;
}
.section-title span:after {
  margin-right: 0;
}
.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content h2,
.page-content h3,
.page-content p,
.page-content ul,
.page-content .table-responsive {
  margin-bottom: 20px;
  margin-top: 0;
}
.page-content h2:last-child,
.page-content h3:last-child,
.page-content p:last-child,
.page-content ul:last-child,
.page-content .table-responsive:last-child {
  margin-bottom: 0;
}
.page-content h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-content ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.page-content ul li {
  padding-left: 30px;
  background: url('../img/plus-comp.png') left 2px no-repeat;
  margin-bottom: 10px;
}
.page-content ul li:last-child {
  margin-bottom: 0;
}
.page-content h2 {
  font-size: 22px;
}
.page-content h3 {
  font-size: 20px;
}
.page-content a {
  color: #1e8bc3 !important;
  text-decoration: underline !important;
}
.page-content a:hover {
  text-decoration: none !important;
}
.page-content table {
  min-width: 500px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.page-content table th,
.page-content table td {
  padding: 10px 15px;
  text-align: center;
}
.page-content table th {
  padding: 15px 15px;
  background: #eee;
}
.page-content table tr td:first-child,
.page-content table tr th:first-child {
  text-align: left;
}
.page-content table td {
  font-size: 14px;
}
.page-content table th {
  border-bottom: 4px solid #ddd !important;
}
@media only screen and (max-width: 767px) {
  .page-content table th {
    width: auto !important;
  }
}
.page-content table tr:nth-child(even) td {
  background: #eee;
}
.page-content table i {
  color: #00cc00;
  font-size: 20px;
}
.page-content table tr.tr-itogo td {
  border-top: 4px solid #ddd !important;
}
.page-content table tr.tr-itogo td:first-child {
  font-size: 24px;
  font-weight: bold;
}
.page-content table tr.tr-itogo td + td span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.page-content table tr.tr-itogo td + td button {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .page-content img {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    font-size: 14px;
  }
}
.services {
  margin-bottom: -30px;
}
.service {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  display: block;
  color: #000 !important;
  text-decoration: none !important;
}
.service-thumb {
  display: block;
}
.service-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.service-title {
  display: block;
  padding: 10px;
  color: #000;
  text-align: center;
}
.service-price {
  background: #1e8bc3;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.mt0 {
  margin-top: 0 !important;
}
.mb30 {
  margin-bottom: 30px;
}
.var {
  margin-bottom: 30px;
  text-decoration: none !important;
  display: block;
  color: #000 !important;
  text-align: center;
}
.var .var-inner {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  padding: 30px;
  background: #fff;
}
.var.on .var-inner {
  position: relative;
}
.var.on .var-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1e8bc3;
}
.var:hover .var-inner {
  position: relative;
}
.var:hover .var-inner:before {
  content: 'Смотреть цены';
  z-index: 500;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.var-text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.var {
  cursor: pointer;
  position: relative;
}
.var-pic {
  min-height: 175px;
  text-align: center;
}
.var-pic:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.var-pic img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .var-pic {
    min-height: 0;
  }
}
.var-vars {
  margin-top: 15px;
  display: none;
}
.var-vars button {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  border: 2px solid #1e8bc3;
  color: #1e8bc3 !important;
  line-height: 25px;
}
.var-vars button.on,
.var-vars button:hover {
  color: #000 !important;
  background: #f5e51b;
  border-color: #f5e51b;
}
.var-vars button:first-child {
  margin-right: 10px;
}
.vars-tables {
  overflow-x: auto;
}
.table-responsive {
  overflow-x: auto;
}
.vars-table table {
  display: none;
}
.vars-table.on table {
  display: table;
}
.vars-table table,
.price-table {
  min-width: 500px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.vars-table table th,
.price-table th,
.vars-table table td,
.price-table td {
  padding: 10px 30px;
  text-align: center;
}
.vars-table table th,
.price-table th {
  padding: 15px 30px;
  background: #eee;
}
.vars-table table tr td:first-child,
.price-table tr td:first-child,
.vars-table table tr th:first-child,
.price-table tr th:first-child {
  text-align: left;
  white-space: nowrap;
}
.vars-table table td,
.price-table td {
  font-size: 14px;
}
.vars-table table th,
.price-table th {
  border-bottom: 4px solid #ddd !important;
}
.vars-table table tr:nth-child(odd) td,
.price-table tr:nth-child(odd) td {
  background: #eee;
}
.vars-table table i,
.price-table i {
  color: #00cc00;
  font-size: 20px;
}
.vars-table table tr.tr-itogo td,
.price-table tr.tr-itogo td {
  border-top: 4px solid #ddd !important;
}
.vars-table table tr.tr-itogo td:first-child,
.price-table tr.tr-itogo td:first-child {
  font-size: 24px;
  font-weight: bold;
}
.vars-table table tr.tr-itogo td + td span,
.price-table tr.tr-itogo td + td span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vars-table table tr.tr-itogo td + td button,
.price-table tr.tr-itogo td + td button {
  padding-left: 25px;
  padding-right: 25px;
}
.intro-text-2 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 30px !important;
}
.works {
  margin-bottom: -30px;
}
.work-item {
  display: block;
  text-decoration: none !important;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.work-thumb {
  position: relative;
  display: block;
}
.work-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.work-thumb img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.work-thumb:hover .work-over {
  opacity: 1;
}
.work-bottom {
  text-align: center;
  /*background: rgba(0, 0, 0, 0.75);*/
  background: #1e8bc3;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.work-address {
  padding: 10px;
  color: #fff;
  font-size: 14px;
}
.work-info{
  padding:10px 0;
}
.work-info-item{
  display:flex;
  align-items:center;
  font-size: 14px;
  margin-top: 10px;
}
.work-info-item-icon{
  flex:30px;
  text-align: center;
  margin-right: 5px;
  flex-shrink: 0;
  flex-grow: 0;
}
.work-info-flat{
  display:flex;
  width:100%;
  padding-top: 0;
  padding-bottom: 0;
}
.work-info-flat .work-info-item-icon{
  width: auto;
  margin-right: 10px;
  flex:1;
  flex-grow: 0;
}
.work-info-flat .work-info-item{
  margin-top: 0;
  margin-right: 30px;
}
.work-info-flat .work-info-item-text{
    white-space:nowrap;
}
.work-info-item-modal{
  cursor:pointer;
}
.work-info-item-modal .work-info-item-text{
  text-decoration: underline;
}
.work-info-item-modal:hover .work-info-item-text{
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .work-info-flat{
    display: block;
  }
  .work-info-flat .work-info-item{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .work-info-flat .work-info-item:last-child{
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-address {
    padding: 5px;
  }
}
.work-price {
  background: #1e8bc3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .work-price {
    padding: 5px;
    font-size: 18px;
  }
}
.work-over {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  z-index: 200;
}
.work-over i {
  color: #f5e51b;
  font-size: 32px;
  /*margin-top: 15px;*/
  display: block;
}
.look-also {
  text-align: center;
  color: #22a7f0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.5;
}
.look-also span {
  padding: 0 4px;
}
.look-also span:last-child {
  display: none;
}
.review {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}
.review-top {
  display: flex;
  align-items: center;
}
.review-photo {
  margin-right: 15px;
  flex: 64px 0 0;
}
.review-photo img {
  max-width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.review-name {
  font-weight: bold;
}
.review-date {
  font-size: 14px;
  color: #999;
}
.review-text {
  margin-top: 15px;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.review-view-blank-wrap {
  margin-top: 15px;
  font-size: 14px;
}
.reviews-go {
  color: #000 !important;
}
.img-fluid {
  max-width: 100%;
}
.faq-list-item {
  margin-bottom: 10px;
  position: relative;
  border: 2px dashed #BFC0C3;
  background: rgba(255, 255, 255, 0.5);
}
.faq-list-item:after {
  content: '';
  width: 20px;
  height: 12px;
  display: block;
  background: url('../img/up.png');
  right: 30px;
  top: 25px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .faq-list-item:after {
    right: 15px;
    top: 20px;
  }
}
.faq-list-item.opened {
  border-color: #1e8bc3;
}
.faq-list-item.opened:after {
  background: url('../img/down.png');
}
.faq-list-item.opened .faq-answer {
  display: block;
}
.faq-question {
  cursor: pointer;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.faq-question:hover {
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  .faq-question {
    padding: 15px;
    padding-right: 45px;
    font-size: 18px;
    font-weight: 600;
  }
  .faq-question:hover {
    padding-left: 25px;
  }
}
.faq-answer {
  display: none;
  padding-left: 20px;
  padding-right: 60px;
  margin-top: -10px;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .faq-answer {
    padding: 15px;
    padding-right: 45px;
    padding-top: 0;
    font-size: 14px;
  }
}
.post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.also-posts .post:last-child{
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .post {
    display: block;
  }
}
.post-thumb {
  flex: 150px 0 0;
  display: block;
  margin-right: 20px;
}
.post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.post-thumb:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
@media only screen and (max-width: 480px) {
  .post-thumb {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.post-title {
  font-weight: bold;
}
.post-date {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.post-excerpt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.post-moar-wrap {
  text-align: right;
  font-size: 12px;
}
.pages {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pages a,
.pages span {
  width: 35px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  margin-right: 8px;
  color: #1e8bc3 !important;
  border: 1px solid #1e8bc3;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  padding: 0 15px;
  height: 35px;
  padding: 0;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
}
.pages a:hover,
.pages span:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.pages a:hover,
.pages span:hover,
.pages a.current,
.pages span.current {
  background: #1e8bc3;
  border: 1px solid #1e8bc3;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .pages a,
  .pages span {
    margin-bottom: 8px;
  }
}
#crumbs {
  margin-top: 22px;
  margin-bottom: -10px;
  font-size: 14px;
}

.mycalc-title{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.mycalc-var{
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  cursor:pointer;
}

.mycalc-var:before{
  content:'';
  display: block;
  position: absolute;
  width:16px;
  height:16px;
  border:1px solid #1e8bc3;
  left:0;
  top:2px; 
}
.mycalc-var:hover{
  text-decoration: underline;
}
.mycalc-var.on:before{
  background: #1e8bc3;
}
.mt20{
  margin-top: 20px;
}
.mycalc-var:last-child{
  margin-bottom: 0;
}

.mycalc input{
  margin-bottom: 15px;
}
input[name='sanuzel-area']{
  text-align: center;
  width:60px;
  height:30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mycalc textarea{
  margin-bottom: 15px;
  resize:none;
  height:100px;
  padding:15px;
}

.mycalc button[type=submit]{
  height:40px;
  width:100%;
}

@media only screen and (max-width: 767px) {
  .mycalc-title{
    margin-top: 20px;
  }
  .mycalc form {
    margin-top: 20px;
  }
}

.footer {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  font-size: 14px;
}
.footer-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer-copyright {
  font-size: 14px;
  margin-top: 15px;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .footer-copyright {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 12px;
  }
}
.footer-contacts {
  margin: 0 15px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .footer-contacts {
    margin-bottom: 15px;
  }
}
.footer-contact {
  display: flex;
  font-size: 14px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-contact i {
  width: 24px;
  flex: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    width: 235px;
    white-space: normal;
  }
}
.footer .header-logo {
  max-width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .footer .header-logo {
    justify-content: center;
  }
}
a.footer-contact {
  color: #000 !important;
  text-decoration: none !important;
}
a.footer-contact:hover {
  color: #1e8bc3 !important;
}
@media only screen and (max-width: 767px) {
  .footer-get-call {
    display: block !important;
    margin-top: 25px;
    width: 191px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-menu {
  margin-top: 0;
}
.footer-menu .sub-menu {
  display: none !important;
}
.footer-menu ul li a {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-menu ul li {
    display: block;
    text-align: center;
    margin: 4px 0;
    width: 100%;
    max-width: 191px;
  }
  .footer-menu ul li a {
    width: 191px !important;
    display: block;
    max-width: 191px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu ul {
    display: block;
    width: 100%;
    max-width: 191px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer .header-logo {
    justify-content: center;
    margin-bottom: 15px;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fancybox-close-small:after {
  display: none !important;
}
.fancybox-close-small {
  width: 18px !important;
  height: 18px !important;
  right: 0px !important;
  top: 0px !important;
  background: url('../img/close.png') !important;
}
.fancybox-close-small:hover {
  opacity: .5;
}
@media only screen and (max-width: 767px) {
  .fancybox-close-small {
    top: 0px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.fancybox-is-open .fancybox-bg {
  opacity: .5;
}
.popup-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
#popup-town .popup-inner{
  background: #fff;
  padding:30px;
}
.popup-subtitle {
  color: #555;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
#popup-thanks .popup-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .popup-inner {
    width: 100%;
  }
}
.popup-call-inner {
  display: flex;
  width: 595px;
}
@media only screen and (max-width: 767px) {
  .popup-call-inner {
    width: auto;
    display: block;
  }
}
.popup-left {
  background: url('../img/oper.jpg') center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  flex: 245px 0 0;
  border-right: 1px solid #eee;
}
@media only screen and (max-width: 767px) {
  .popup-left {
    display: none;
  }
}
.popup-right {
  flex: 350px 0 0;
  padding: 30px;
  background: #fff;
  position: relative;
}
.popup-right:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  /* the standard */
}
@media only screen and (max-width: 767px) {
  .popup-right:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .popup-right {
    width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .popup-right {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#popup-thanks .popup-inner {
  background: #fff;
  padding: 30px;
}
.popup {
  display: none;
}
.popup input,
.popup textarea {
  margin-bottom: 10px;
}
.popup textarea {
  padding: 15px;
  height: 100px;
}
.popup button[type='submit'] {
  height: 40px;
  padding: 0 30px;
  font-size: 16px;
}
.fancybox-slide > * {
  background: none !important;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #151515;
  opacity: 1;
}
:-moz-placeholder {
  color: #151515;
  opacity: 1;
}
::-moz-placeholder {
  color: #151515;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #151515;
  opacity: 1;
}
