@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Londrina+Solid");
*:focus {
  outline: none;
}

html, body {
  min-height: 100%;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #EFEFED;
  padding-bottom: 30px;
}

b, strong {
  font-weight: 700;
}

ul li .fa {
  color: #4881e3;
  margin: 0 5px 0 0;
}
ul.list-fa li {
  padding: 0 0 0 20px;
}
ul.list-fa li .fa {
  margin: 0 5px 0 -20px;
}
ul.list-fa li + li {
  margin: 10px 0 0 0;
}

.btn-callback {
  background: none;
  border-width: 2px;
  text-transform: uppercase;
  color: #5cb85c;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

.top-menu {
  padding: 0 0;
  background-color: #575a5d;
  /*background-color: #0088cc;*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF575A5D', endColorstr='#FF686B6E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3NWE1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4NmI2ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #575a5d), color-stop(100%, #686b6e));
  background-image: -moz-linear-gradient(top, #575a5d 0%, #686b6e 100%);
  background-image: -webkit-linear-gradient(top, #575a5d 0%, #686b6e 100%);
  background-image: linear-gradient(to bottom, #575a5d 0%, #686b6e 100%);
}
.top-menu .mobile-menu {
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.top-menu ul {
  display: table;
  width: 100%;
  height: 50px;
  margin: 0;
}
.top-menu ul li {
  display: table-cell;
}
.top-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-menu ul li a:hover {
/*  background-color: #ffffff;
  color: #000000;*/
  background-color: rgba(146, 149, 152, 0.67);
  color: #ffffff;
}
.top-menu ul li.active a {
  background-color: #ffffff;
  color: #000000;
}
.header{
  top: -100px;
  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
        transition: all 0.3s;
}
.menu_fly{
  display: none;
}
.fixed_flyed .menu_fly{
  display: block;
  position: absolute;
  top: 0;
  right: -135px;
  width: 140px;
  cursor: pointer;
}
.fixed_flyed .menu_fly .title:after, .fixed_flyed .menu_fly .title:before {
    position: absolute;
    margin: 0;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fixed_flyed .menu_fly .title:before {
    font-size: 14px;
    content: "\f0c9";
    left: 24px;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
}
.fixed_flyed .menu_fly .title:after {
    font-size: 10px;
    content: "\f107";
    right: 24px;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    font-weight: 900;
}
.fixed_flyed .menu_fly:hover .title {
    background-color: #575a5d;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF575A5D', endColorstr='#FF686B6E');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #575a5d), color-stop(100%, #686b6e));
    background-image: -moz-linear-gradient(top, #575a5d 0%, #686b6e 100%);
    background-image: -webkit-linear-gradient(top, #575a5d 0%, #686b6e 100%);
    background-image: linear-gradient(to bottom, #575a5d 0%, #686b6e 100%);
}
.menu_fly .top-menu{
  display: none;
}
.menu_fly .top-menu ul li{
  display: block;
}
.fixed_flyed .menu_fly:hover .title {
  color: #fff;
}
.fixed_flyed .menu_fly .top-menu {
  width: 220px;
}
.fixed_flyed .menu_fly:hover .top-menu {
  display: block;
}

.fixed_flyed .menu_fly .title{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 21px 42px 17px 50px;
    text-transform: uppercase;
    color: #333;
    position: relative;
    border: 1px solid #f3f3f3;
    border-top-width: 0;
    border-bottom-width: 0;
}

.header .menu_fly{
  display: none;
}
.menu_fly .top-menu a{
  line-height: 43px;
  font-size: 14px;
}
.header.fixed_flyed .menu_fly{
  display: block;
}
.header.fixed_flyed{
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  top: 0;
  box-shadow: 0 1px 5px rgba(0,0,0,.136)!important;
}
.wrapper_padding_top{
  padding-top: 160px;
/*       top: 160px;
    position: relative;*/
}
.fixed_flyed .header__top{
  background: white;
}
.fixed_flyed .hidden-fly{
  display: none;
}
.fixed_flyed .header__top{
  padding: 0;
}
.fixed_flyed .header__top .phones ul li{
  margin-top: 10px;
  margin-bottom: 0;
}
.fixed_flyed .header__top .phones ul li a{
  font-size: 19px;
}
.fixed_flyed .header__top .btn-callback{
  padding: 3px 14px;
  margin-top: 14.5px;
}
.bs-callout {
  padding: 10px 20px;
  margin: 0 0 10px 0;
  border: 1px solid #CCCCCC;
  border-left-width: 5px;
  border-left-color: #4881e3;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.bs-callout dl {
  margin: 0;
}
.bs-callout dl dd {
  margin-left: 40px;
}
.bs-callout ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.bs-callout.bs-callout-danger {
  border-left-color: #ff0023;
}
.bs-callout.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout + .bs-callout {
  margin-top: -10px;
}

.title {
  font-size: 22px;
  color: #333333;
}

.header__top {
  padding: 20px 0;
}
.header__top .logo {
  width: 300px;
  position: relative;
}
.header__top .logo a {
  display: block;
  text-decoration: none;
}
.header__top .logo a img {
  float: left;
  margin: 0 5px 0 0;
}
.header__top .logo a span {
  line-height: 54px;
}
.header__top .title {
  line-height: 54px;
}
.header__top .btn-callback {
  float: right;
  margin: 7.5px 0 0 30px;
}
.header__top .phones {
  float: right;
  display: block;
}
.header__top .phones ul {
  margin: 0;
}
.header__top .phones ul li {
  display: block;
  margin: 5px 0;
  font-size: 23px;
  line-height: 21px;
  font-weight: bold;
}
.header__top .phones ul li a {
  display: block;
  font-size: 23px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
.header__top .phones span {
  font-size: 14px;
}

.price-table {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.price-table .price-picture {
  position: relative;
  animation-delay: 0.6s;
}
.price-table .item {
  position: relative;
  padding: 0 30px;
  animation-delay: 0.6s;
}
.price-table .item .preview-picture {
  position: relative;
  margin: 0 0 10px;
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.price-table .item .preview-picture img {
  max-width: 100%;
}
.price-table .item .preview-picture span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 21px;
  font-weight: bold;
}
.price-table .item .content {
  margin: 0 0 10px;
  text-align: center;
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.price-table .item .content .title, .price-table .item .content .prices {
  border-bottom: 1px solid #ffffff;
}
.price-table .item .content .title, .price-table .item .content .prices, .price-table .item .content .preview-text {
  padding: 5px 10px;
}
.price-table .item .content .prices, .price-table .item .content .preview-text {
  border-top: 1px solid #DEDEDE;
}
.price-table .item .content .title {
  font-size: 20px;
  padding: 10px;
}
.price-table .item .content .prices .price {
  font-size: 22px;
  font-weight: bold;
  color: #329800;
}
.price-table .item .content .prices .price.old {
  font-size: 19px;
  font-weight: normal;
  text-decoration: line-through;
  color: #ff0023;
}
.price-table .item .content .preview-text {
  font-size: 11px;
  padding: 10px 20px;
}

.gallery {
  padding: 30px 30px 0;
  background: #ffffff;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.gallery .item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 30px;
  padding: 5px;
  background: #F5F5F5;
  border: 1px solid #DEDEDE;
  animation-delay: 0.6s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery .item-no-border {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 30px;
  animation-delay: 0.6s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery .item img {
  max-width: 100%;
}
.gallery .item:hover {
  border-color: #ff662f;
  -moz-box-shadow: 0 0 7px #ff662f;
  -webkit-box-shadow: 0 0 7px #ff662f;
  box-shadow: 0 0 7px #ff662f;
}

.advanced-services {
  position: relative;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.advanced-services .item {
  padding: 0 15px 5px;
}

.advanced-services .item .title {
  font-size: 15px;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 15px;
}
.advanced-services .item .price {
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/price-label.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.contact-block {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-block .preview-text {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  margin: 0 0 30px;
}
.contact-block .info ul {
  margin: 0;
}
.contact-block .info ul li {
  display: block;
  height: 54px;
}
.contact-block .info ul li span {
  display: block;
  color: #333333;
  font-size: 15px;
}
.contact-block .info ul li span.icon {
  float: left;
  background: #0088cc;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: white;
  font-size: 29px;
  margin: 0 20px 0 0;
}
.contact-block .info ul li span.icon .fa {
  color: white;
  margin: 0;
}
.contact-block .info ul li span.small {
  font-size: 12px;
}
.contact-block .info ul li + li {
  margin: 30px 0 0;
}
.contact-block .map {
  height: 500px;
}

.main .section {
  padding: 50px 0 0;
}
.main .section .section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1b54b3;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.main .section .section-content.bg-shadow {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.default-form {
  padding: 20px;
}

.footer {
  /*margin: 30px 0 0;*/
}
.advanced-services.slick-container{
  max-height: 170px;
}
#materials > .container .tabs{
  overflow: hidden;
}



/*# sourceMappingURL=template_styles.css.map */

.btn-success.transparent {
  color: #4cae4c;
    background-color: transparent;
    border-color: #4cae4c;
}
.btn-success.transparent:hover, .btn-success.transparent:focus, .btn-success.transparent:active {
  color: #fff;
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.jqmClose.top-close {
  z-index: 123;
  top: 10px;
  right: 10px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  cursor: pointer;
}

.slider-item{
  border: 1px solid #ffffff;
  position: relative;
  padding: 0px;
  display: inline-block;
  background: #f2f3f5;
  /*border-radius: 8px;*/
  overflow: hidden;
}
.slider-item img{
  width: -webkit-fill-available;
}

.advanced-services .item .title.services {
  font-size: 15px;
  text-align: left;
  margin: 10px 0 10px 0;
  padding: 0 15px;
  text-align: center;
}

.advanced-services .item .title.services a {
  color: #656565;
  font-weight: bold;
}
.advanced-services .item .title.services a:focus {
  outline: none;
}
.btn-services{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
  border-color: #656565;
  background: none;
  text-transform: uppercase;
  color: #656565;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  font-family: 'PT Sans', sans-serif;
  margin: 0 0 20px 13px;
}

.btn-services:hover{
  color: #fff;
  text-decoration: none;
  background: #656565;
}
.slider-item{
   min-width: 222px;
   /*max-width: 223px;*/
   min-height: 350px;
   max-height: 339px;
   background: #fff;
}

.section-sameness{
  /*min-height: 447px;*/
  background: #fff;
  border: 1px solid #ccc;
  padding-top: 25px;
}

#our-prices .col{
  padding: 0px 15px 0px;
}

#advanced-services .advanced-services{
  min-height: 166px;
}
#services .advanced-services{
  /*min-height: 384px;*/
  padding: 0;
  background: transparent;
  border: none;
}

.row .photo img{
  width: 100%;
}
.main > .container{
  padding: 0;
}
.advanced-services.slick-container img{
    width: 100%;
    height: auto;
}
.slick-arrows.services .slick-arrow.slick-next{
  right: 30px;
  top: 170px;
}
.slick-arrows.services .slick-arrow.slick-prev {
    left: 30px;
    top: 170px;
}
@media (max-width: 1200px) {
  .gallery img{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .advanced-services .item .title.services{
    display: flex;
    align-items: center;
  }
  #services .advanced-services .item{
    /*padding: 0;*/
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .slider-item{
    max-height: unset;
    min-height: unset;
    width: 100%;
    padding-bottom: 20px;
  }
  .gallery .row > div{
      padding: 0;
  }
  .advanced-services.slick-container{
    max-height: 240px;
  }

  .logo-middle {
    display: none;
  }

  .top-menu {
    background: #ffffff;
    padding: 0;
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
  }
  .top-menu .mobile-menu {
    color: #333333;
  }
  .top-menu ul {
    display: none;
    height: auto;
    border-top: 1px solid #cccccc;
  }
  .top-menu ul li {
    display: block;
  }
  .top-menu ul li a {
    color: #333333;
  }
  .top-menu ul li + li {
    border-top: 1px solid #cccccc;
  }

  .header {
    background: #ffffff;
  }

  .header__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }

  .header__top .logo a img, .header__top .logo a svg {
    max-width: 100%;
    height: 40px;
    margin: -8.5px 5px 2.5px 0;
  }
  .fixed_flyed .header__top .logo a img, .fixed_flyed .header__top .logo a svg {
    height: 60px;
    margin: -3.5px 5px 2.5px 0;
  }
  .header__top .logo a span {
    font-size: 15px;
    line-height: 45px;
  }
  .header__top .phones {
    text-align: center !important;
    line-height: 1;
  }
  .header__top .phones ul li {
    font-size: 14px;
  }
  .header__top .phones ul li a {
    font-size: 14px;
  }
  .header__top .phones span {
    font-size: 11px;
  }

  .header__bottom {
    position: relative;
    z-index: 1;
  }
  .header__bottom .container {
    padding: 0;
  }

  .gallery {
    text-align: center;
    padding: 30px 15px 0;
  }
  .gallery .item {
    display: inline-block;
  }

  .main .section {
    padding: 20px 0 0;
  }
  .fixed_flyed .header__top .btn-callback{
    padding: 9px 14px;
    margin-top: 15px !important;
    margin-bottom: 12px !important;
  }
  .col-xs-12-padding-none{
    padding: 0;
  }
  .slick-arrows.services .slick-arrow.slick-next,
  .slick-arrows.services .slick-arrow.slick-prev{
    top: 210px;
  }
}
@media (max-width: 540px) {
  .fixed_flyed .header__top .btn-callback {
    padding: 7px 14px;
  }
  .header__top {
    padding-top: 12px;
  }
  .fixed_flyed .header__top .logo a img, .fixed_flyed .header__top .logo a svg {
    margin: 2.5px 5px 2.5px 0;
  }
}

@media (max-width: 324px){
  .contact-block .info ul li span.icon {
    margin: 0 10px 0 0;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .logo-min {
    display: none;
  }

  .logo-middle {
    display: inline-block;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1140px) {
  .price-table .item {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .header__top .logo a span {
    font-size: 18px;
  }
}
