@import "font-awesome.min.css";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* font-family: "SegoeUILight"; */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
/* font-family: "SegoeUIRegular"; */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
  color: #0194f9;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
mobilaus {display: block;}
body {
  font-size: 16px;
  font-family: 'SegoeUI', sans-serif;
  color: #000;
  background: #eff2fb;
  padding-top: 106px;
}
html,
body {
  overflow-x: hidden;
}
.container-fluid {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 108px;
  z-index: 500;
  border-bottom: 2px solid #3e3e40;
  background: #eff2fb;
}
a.logo {
  display: block;
}
a.logo img {
  max-width: 100%;
}
.header-inner {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-def.btn-mobile-menu {
  font-size: 24px;
  padding: 0 20px;
  display: none;
  margin-left: 15px;
}
.mobile-menu {
  background: #0194f9;
  padding: 30px;
  text-align: center;
  z-index: 900;
  position: fixed;
  left: -100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  top: 80px;
  width: 100%;
  height: 100%;
}
.mobile-menu.opened {
  left: 0%;
}
.mobile-menu a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.main-menu {
  text-align: center;
}
.main-menu a {
  display: inline-block;
  margin: 0 12px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.main-menu a.active,
.main-menu a:hover {
  border-bottom: 2px solid #0194f9;
}
.btn-def {
  display: inline-block;
  background: #4a981b;
  color: #fff;
  height: 43px;
  padding: 0 45px;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-decoration: none;
  line-height: 43px;
  text-align: center;
  cursor:pointer; 
}
.btn-def:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-def.btn-blue {
  background: #0194f9;
}
.btn-def.btn-white {
  background: #fff;
  color: #0194f9;
}
.btn-def.btn-white:hover {
  color: #0194f9;
}
.btn-def:hover {
  color: #fff;
}
.intro-slider-wrapper {
  position: relative;
}
.intro-slider-wrapper .container-fluid {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 200;
  width: 100%;
  overflow: visible;
}
.intro-slider-wrapper button.nav {
  position: absolute;
  top: 50%;
  z-index: 200;
  display: block;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  opacity: .5;
  transform: translate(0, -50%);
}
.intro-slider-wrapper button.nav.prev {
  left: 0;
  background: url('../img/prev.png');
}
.intro-slider-wrapper button.nav.next {
  right: 0;
  background: url('../img/next.png');
}
.intro-slider-wrapper button.nav:hover {
  opacity: 1;
}
.intro-slider-wrapper .dots {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 400;
}
.intro-slider-wrapper .dots a {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  vertical-align: middle;
}
.intro-slider-wrapper .dots a span {
  display: none;
}
.intro-slider-wrapper .dots a:hover {
  opacity: .5;
}
.intro-slider-wrapper .dots a.selected {
  background: #0194f9;
  border: 6px solid #fff;
  width: 24px;
  height: 24px;
}
#intro-slider {
  overflow: hidden;
}
#intro-slider .slide {
  float: left;
  height: 421px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#intro-slider .slide .slide-content {
  position: relative;
  z-index: 300;
  max-width: 990px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#intro-slider .slide .slide-content .slide-title {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
#intro-slider .slide .slide-content .slide-title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
}
#intro-slider .slide .slide-content .slide-title.title-black {
  color: #000;
}
#intro-slider .slide .slide-content .btn-def {
  margin-top: 25px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
}
.home-services {
  margin-top: 10px;
}
.home-services .row {
  margin-left: 0;
  margin-right: 0;
}
.home-services .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.home-services .service-2 {
  position: relative;
}
.home-services .service {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
}
.home-services .service .s-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  color: #fff;
  left: 0;
  top: 16%;
  width: 100%;
}
.home-services .service img {
  max-width: 100%;
}
.home-services .service .img-over {
  display: none;
}
.home-services .service:hover .img-bg {
  display: none;
}
.home-services .service:hover .img-over {
  display: inline-block;
}
.sozialka{
  display: inline-block;
  cursor: pointer;
}
.about {
  text-align: left;
  margin-top: 60px;
}
.about h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
.about p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.home-phones {
  text-align: center;
  margin-bottom: 60px;
}
.home-phones p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}
.home-phones-title {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.inner-background {
  background: #d6e8f8;
}
.inner-page {
  padding: 40px 0 60px 0;
}
.services-menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 80px;
  background: #dfedfa;
  margin-bottom: 1px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.services-menu a:hover,
.services-menu a.active {
  background: #5db7f5;
  color: #fff;
}
.title-crumbs {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: -5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-crumbs .crumbs {
  float: right;
  font-size: 14px;
  color: #666666;
}
.title-crumbs .crumbs span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 3px;
}
.page-head-banner {
  position: relative;
}
.page-head-banner img {
  max-width: 100%;
}
.page-head-banner .img-mobile {
  display: none;
}
.page-head-banner ul {
  position: absolute;
  height: 100%;
  left: 30px;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  list-style-type: none;
}
.page-head-banner ul li {
  color: #fff;
  font-size: 18px;
  padding-left: 50px;
  background: url('../img/check.png') left center no-repeat;
  margin: 15px 0;
  line-height: 1.2;
  min-height: 37px;
}
.loop-services {
  margin-top: 30px;
}
.service-item {
  margin-top: 15px;
  background: #f4f9fd;
}
.service-item .col-1 {
  width: 44.5%;
}
.service-item .col-2 {
  width: 55.5%;
}
.service-item .service-thumb {
  display: block;
  text-decoration: none;
  background: none !important;
}
.service-item .service-thumb:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.service-item .service-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.service-item .service-item-content {
  padding-right: 30px;
}
.service-item .service-title {
  color: #002c77;
  font-size: 20px;
  margin: 30px 0 20px 0;
  display: block;
  text-decoration: none;
}
.service-item .service-title:hover {
  color: #0194f9;
}
.service-item p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}
.service-content {
  margin-top: 30px;
  color: #303030;
  font-size: 15px;
}
.service-content p {
  line-height: 1.75;
  margin: 30px 0;
}
.service-content h2 {
  color: #002c77;
  font-size: 20px;
  margin: 30px 0;
  font-weight: normal;
}
h{
  color: #002c77;
  font-size: 20px;
}
.service-content ul {
  color: #002c77;
  padding-left: 20px;
  line-height: 1.75;
}
.service-content ul li {
  padding-left: 20px;
}
.clr-3 {
  color: #002c77;
}
.before-after {
  margin: 30px 0;
  position: relative;
  max-height: 450px;
  overflow: hidden;
}
.before-after:before {
  content: 'AB';
  opacity: .5;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  z-index: 200;
  color: #fff;
  text-transform: uppercase;
}
.before-after:after {
  content: 'BIS';
  opacity: .5;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  display: block;
  right: 15px;
  bottom: 15px;
  z-index: 200;
  color: #fff;
  text-transform: uppercase;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  display: none;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  display: none;
}
.twentytwenty-overlay:hover {
  background: none !important;
}
.the-contacts {
  margin: 45px 0;
}
.the-contacts .line {
  margin: 15px 0;
}
.the-contacts .line .ico,
.the-contacts .line p {
  display: inline-block;
  vertical-align: middle;
}
.the-contacts .line .ico {
  width: 32px;
  margin-right: 20px;
}
.the-contacts .line p {
  margin: 0;
  font-size: 18px;
}
.the-contacts .line a {
  color: #002c77;
  text-decoration: none;
}
.the-contacts .line a:hover {
  color: #0194f9;
}
.the-map {
  margin: 45px 0;
}
.services-bottom-phones {
  text-align: center;
  margin: 45px 0;
}
.services-bottom-phones p {
  font-size: 18px;
  margin: 20px 0;
}
.services-bottom-phones .phones {
  font-size: 24px;
  line-height: 1.2;
  color: #002c77;
  text-align: center;
}
.services-bottom-button {
  padding: 20px;
  background: #002c77;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.services-bottom-button img,
.services-bottom-button span {
  display: inline-block;
  vertical-align: middle;
}
.services-bottom-button span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.services-bottom-button img {
  margin-right: 20px;
}
.services-bottom-button .btn-def {
  padding-left: 60px;
  padding-right: 60px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
table {
  width: 100%;
}
table td,
table th {
  padding: 10px 20px;
  background: #f4f9fd;
  border-bottom: 1px solid #cce3f5;
}
table b {
  font-weight: normal;
  color: #002c77;
}
table tr:nth-child(odd) td {
  background: #ebf4fb;
}
.price-sub {
  color: #666666;
  font-size: 12px;
  margin: 20px 0;
}
.footer {
  background: #f7f9fe;
  border-top: 1px solid #d2d4d8;
}
.footer-top {
  padding: 45px 0;
}
.footer-top .row {
  margin-left: -30px;
  margin-right: -30px;
}
.footer-top .col-inner {
  min-height: 265px;
}
.footer-top .col-sm-4 {
  border-left: 1px solid #d2d4d8;
  border-right: 1px solid #d2d4d8;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-top .col-1 {
  border-left: none;
}
.footer-top .col-2 {
  border-left: none;
  border-right: none;
}
.footer-top .col-3 {
  border-right: none;
}
.footer-top .line {
  overflow: hidden;
  margin-bottom: 10px;
}
.footer-top .lbl {
  color: #666;
  float: left;
  width: 90px;
  font-size: 14px;
}
.footer-top .txt {
  margin-left: 90px;
  font-size: 14px;
}
.footer-top .txt-phones {
  font-size: 18px;
  line-height: 1.2;
}
.footer-top .txt-social a {
  display: inline-block;
  margin-right: 5px;
}
.footer-top .txt-social a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.footer-title {
  color: #666666;
  font-size: 24px;
  margin: 30px 0;
}
.footer-menu a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #666;
  margin-bottom: 10px;
}
.footer-menu a:hover,
.footer-menu a.active {
  color: #000;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #d2d4d8;
}
.footer-bottom .copyright img,
.footer-bottom .copyright p {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .copyright p {
  margin: 0;
  font-size: 14px;
}
.footer-bottom .copyright img {
  margin-right: 30px;
}
#popup-order,#popup-order1 {
  display: none;
  position: relative;
  max-width: 1024px;
  padding: 5px;
  padding-top: 89px;
}
#popup-order .popup-content,#popup-order1 .popup-content {
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.31);
  padding: 30px;
}
#popup-order img,#popup-order1 img  {
  display: none;
}

.pokaz {
  display: none;
}
.service-content {
 font-size: 18px;
}
.sthe-contacts,service-title {
 font-size: 18px;
}
.service-content p{
 font-size: 18px;
}
h1{
 font-size: 17px;
}
h{
 font-size: 18px;
}
#popup-order:before,#popup-order1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -172.5px;
  width: 345px;
  height: 89px;
  background: url('../img/popup-top.png');
}
#popup-order:after,#popup-order1:after  {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -35.5px;
  width: 71px;
  height: 81px;
  background: url('../img/logo-footer.png');
}
#popup-order .popup-title,#popup-order1 .popup-title {
  font-size: 12px;
  text-align: center;
  margin: 5px;
  color: green;
 margin-left: -35.5px;
}
#popup-order .popup-title2,#popup-order1 .popup-title2 {
  margin-top: 2px;
  
}
#popup-order #feler2,#popup-order1 #feler2{
 display:none;
 z-index: 1000;
 margin-top: -10px;
 background: url('../img/Critical.png') center center no-repeat;
}

#popup-order #feler3 ,#popup-order1 #feler3 {
 display:none;
 z-index: 1000;
  margin-top: -15px;
  background: url('../img/yes.png') center center no-repeat;
}

#popup-order1 #feler4{
 display:none;
 z-index: 1000;
  margin-top: -15px;
   background: url('../img/Critical.png') center center no-repeat;
} 

#imagesend ,#imagesend2 {
 display:none;
 z-index: 1000;
 margin-top: 0px;
  background: url('../img/nokanal.gif') center center no-repeat;
}
#popup-order .popup-subtitle,#popup-order1 .popup-subtitle {
  text-align: center;
  font-size: 12px;
  margin-top: 0px;
  
}

#popup-order .popup-subtitle2,#popup-order1 .popup-subtitle2  {
  position: relative;
  text-align: center;
  font-size: 12px;
  top: 20px;
  color: red;
}

#popup-order .popup-subtitless,#popup-order1 .popup-subtitless  {
  text-align: center;
  font-size: 12px;
   top: 20px;
  color: green;
}
#popup-order a.service-selector,#popup-order1 a.service-selector  {
  display: block;
  text-decoration: none;
  height: 40px;
  width: 100%;
  background: #fff;
  border: 2px solid #e6e6e6;
  margin-bottom: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 150;
}
#popup-order a.service-selector button,#popup-order1 a.service-selector button  {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  height: 40px;
  background: #5db7f5 url('../img/down.png') center center no-repeat;
  border: none;
  width: 60px;
  margin-top: 0;
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
}
#popup-order a.service-selector .service-current,#popup-order1 a.service-selector .service-current {
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #5db7f5;
}
#popup-order .service-selector-wrapper,#popup-order1 .service-selector-wrapper{
  position: relative;
}
#popup-order .service-variants,#popup-order1 .service-variants {
  display: none;
  text-decoration: none;
  width: 100%;
  background: #fff;
  text-align: center;
  position: absolute;
  border: 2px solid #e6e6e6;
  top: 20px;
  z-index: 100;
  border-top: none;
  padding: 30px 20px 10px 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 0px 0px 30px 30px;
  -moz-border-radius: 0px 0px 30px 30px;
  border-radius: 0px 0px 30px 30px;
}
#popup-order .service-variants a option,#popup-order1 .service-variants a option{
  display: block;
  text-decoration: none;
  color: #5db7f5;
  font-size: 18px;
}
#popup-order .service-variants a:hover,#popup-order1 .service-variants a:hover {
  color: #0194f9;
}
#popup-order form,#popup-order1 form  {
  margin-top: 20px;
}
#popup-order form input,
#popup-order form textarea,
#popup-order1 form input,
#popup-order1 form textarea {
  display: block;
  height: 40px;
  width: 100%;
  background: #fff;
  text-align: center;
  border: 2px solid #e6e6e6;
  margin-bottom: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0 15px;
}
#popup-order form textarea,#popup-order1 form textarea {
  padding: 15px;
  height: 100px;
  resize: none;
}
#popup-order form button,#popup-order1 form button {
  width: 250px;
  text-transform: uppercase;
  background: #5db7f5;
  font-size: 20px;
  margin-top: 0px;
}
.service-content {
 font-size: 16px;
}
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;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
@media (max-width: 1040px) {
mobilaus {display: none;}
  .page-head-banner ul {
    left: 15px;
  }
  .page-head-banner ul li {
    margin: 5px 0;
  }
}
@media (max-width: 1100px) {
mobilaus {display: none;}
  .services-bottom-button .ico {
    text-align: center;
  }
  .services-bottom-button span {
    font-size: 18px;
  }
  .service-item .service-title {
    margin: 15px 0 10px 0;
  }
  .service-item .service-item-content {
    padding-right: 17px;
  }
  .service-item p {
    line-height: 1.2;
    font-size: 14px;
  }
}
@media (max-width: 960px) {
mobilaus {display: none;}
  .page-head-banner:before {
    content: '';
    display: none;
    position: absolute;
    background: #002c77;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
  }
  .page-head-banner ul li {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 840px) {
mobilaus {display: none;}
  .main-menu {
    display: none;
  }
  .btn-def.btn-mobile-menu {
    display: block;
  }
}
@media (max-width: 992px) {
mobilaus {display: none;}
  .title-crumbs .crumbs {
    display: none;
  }
}
@media (max-width: 930px) {
mobilaus {display: none;}
  .service-item .col-1,
  .service-item .col-2 {
    float: none;
    width: 100%;
  }
  .service-item .service-thumb {
    text-align: center;
    display: block;
  }
  .service-item .service-thumb img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-item .service-item-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
mobilaus {display: none;}
  .header,
  .header-inner {
    height: 80px;
  }
  .header .btn-order,
  .header-inner .btn-order {
    display: none;
  }
  body {
    padding-top: 80px;
  }
  a.logo img {
    max-height: 60px;
  }
  #intro-slider .slide {
    height: 250px;
    text-align: center;
  }
  #intro-slider .slide .slide-content .btn-def {
    margin-left: auto;
    margin-right: auto;
  }
  .intro-slider-wrapper .dots {
    display: none !important;
  }
  .home-services .service .s-title {
    font-size: 16px;
  }
  .about {
    margin-top: 30px;
  }
  .home-phones {
    margin-bottom: 30px;
  }
  .services-menu a {
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    text-transform: none;
  }
  .title-crumbs {
    margin-top: 15px;
  }
  .inner-page {
    padding: 30px 0;
  }
  .title-crumbs .crumbs {
    display: none;
  }
  .services-bottom-button {
    display: block;
    text-align: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .services-bottom-button .btn-def {
    margin-top: 15px;
  }
  .services-bottom-button span {
    font-size: 16px;
  }
  .services-bottom-phones {
    margin: 30px 0;
  }
  .the-contacts {
    margin: 30px 0;
  }
  .the-contacts .line .ico {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .the-contacts .line .ico,
  .the-contacts .line p {
    display: block;
    text-align: center;
  }
  .footer-top .col-inner {
    min-height: 0px;
  }
  .footer-top {
    padding: 0;
  }
  .footer-title {
    text-align: center;
    margin: 15px 0;
  }
  .footer-top .line {
    text-align: center;
  }
  .footer-top .lbl {
    width: auto;
    float: none;
    margin-bottom: 5px;
  }
  .footer-top .lbl br {
    display: none;
  }
  .footer-top .txt {
    margin-left: 0;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu a {
    margin-bottom: 5px;
  }
  .footer-bottom .copyright img {
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer-bottom .copyright p {
    display: block;
    text-align: center;
  }
  #popup-order ,#popup-order1{
    max-width: 100%;
    padding-top: 5px;
  }
  #popup-order:after,#popup-order1:after {
    display: none;
  }
  #popup-order:before ,  #popup-order1:before{
    display: none;
  }
  #popup-order .popup-title,  #popup-order1 .popup-title{
    margin-top: 0;
    font-size: 16px;
  }
  #popup-order .popup-subtitle,#popup-order1 .popup-subtitle {
    margin-top: 0;
    font-size: 12px;
  }
  #popup-order form,#popup-order1 form  {
    margin-top: 10px;
  }
  #popup-order .popup-content,#popup-order1 .popup-content {
    padding: 15px;
  }
  #popup-order form input,
  #popup-order form textarea,
  #popup-order1 form input,
  #popup-order1 form textarea {
    height: 40px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #popup-order a.service-selector,#popup-order1 a.service-selector  {
    height: 40px;
  }
  #popup-order a.service-selector .service-current,#popup-order a.service-selector .service-current  {
    line-height: 36px;
    font-size: 14px;
    padding-right: 60px;
  }
  #popup-order a.service-selector button,  #popup-order1 a.service-selector button  {
    height: 40px;
  }
  #popup-order .service-variants,#popup-order1 .service-variants {
    padding: 20px 10px 10px 10px;
  }
  #popup-order .service-variants a, #popup-order1 .service-variants a {
    font-size: 14px;
  }
  #popup-order form button, #popup-order1 form button  {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-transform: none;
  }
  #popup-order form textarea,#popup-order1 form textarea {
    height: 80px;
    padding: 10px;
    line-height: 1;
  }
  .fancybox-close {
    right: 20px !important;
    top: 3px !important;
    height: 80px;
      z-index: 400;
  }
}
@media (max-width: 560px) {
mobilaus {display: none;}
  .page-head-banner ul {
    position: static;
    text-align: center;
    margin-top: 15px;
  }
  .page-head-banner ul li {
    color: #002c77;
    background: none;
    padding-left: 0;
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.2;
  }
  .page-head-banner img {
    display: none;
  }
  .page-head-banner .img-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  z-index: 700;
  background-image: url('../img/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 95px;
  right: 30px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1040;
  background: url('../img/close.png');
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow-x: hidden;
  margin: 0 !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow: hidden;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
