@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic,cyrillic-ext);
@font-face {
    font-family: 'FedraSansProBook';
    src: url("../fonts/FedraSansProBook.eot");
    src: local("☺"), url("../fonts/FedraSansProBook.woff") format("woff"), url("../fonts/FedraSansProBook.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FedraSansPro';
    src: url("../fonts/FedraSansProBold.eot");
    src: local("☺"), url("../fonts/FedraSansProBold.woff") format("woff"), url("../fonts/FedraSansProBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FedraSansPro';
    src: url("../fonts/FedraSansProBoldItalic.eot");
    src: local("☺"), url("../fonts/FedraSansProBoldItalic.woff") format("woff"), url("../fonts/FedraSansProBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
body{
	position: relative;
	font-family: "PT Sans";
}
p{
    font-size: 16px;
}
a, a:hover{
	cursor: pointer;
    color: #236b93;
    text-decoration: none;
}
.btncol{
 	background: #00496A;
 	color: #fff;
 	text-transform: uppercase;
 	transition: background-color 0.5s ease;
}
.btncol:hover,.btncol:active, .btncol:focus{
	color: #fff;
	text-decoration: none;
	background: #236b93;
}
.bttn{
	display: inline-block;
}
.btnpad{
    padding: 7px 20px;
}
header{
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}
.navbar{
	flex-wrap: wrap;
}
nav .nav-item{
	padding-left: 10px;
    padding-right: 10px;
}
nav .nav-item > a.nav-link {
    display: block;
    font-family: 'FedraSansProBook';
    color: #252630;
    font-size: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
nav .dropdown-item {
    font-family: 'FedraSansProBook';
    color: #252630;
    padding: 15px 14px;
    display: block;
}

nav .nav-item  {
    padding-bottom: 5px;
}
nav .nav-item > a.nav-link  {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    transition: .5s all;
    -webkit-transition: .5s all;
    position: relative;
    top: 0;
}
nav .nav-item > a.nav-link  span {
    top: 0px;
    -webkit-transition: .5s all;
    position: relative;
    font-size: 16px;
}
nav .nav-item > a.nav-link:hover {
    text-decoration: none;
    top: 5px;
    border-color: transparent;
}
nav .nav-item > a.nav-link:hover span {
    top: -5px;
    -webkit-transition: .5s all;
    position: relative;
}

.hamburger {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}
.hamburger3 .bar1 {
    transform-origin: 5%;
}
.hamburger .bar {
    padding: 0;
    width: 20px;
    height: 3px;
    background-color: #00496A;
    display: block;
    border-radius: 2px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.bar1 {
    top: 0;
}
.bar2, .bar3 {
    top: 8.5px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}
.hamburger3 .bar4 {
    transform-origin: 5%;
}
.activemenu > .hamburger3 > .bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 26px;
}
.activemenu > .hamburger3 > .bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}
.activemenu > .hamburger3 > .bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}
.activemenu > .hamburger3 > .bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 26px;
}
.topline{
	width: 100%;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
    display: flex;
}
.fix .topline {
	display: none;
}
.topline img{
	width: 15px;
}
.topline div{
	padding-right: 15px;
	font-weight: 600;
	font-size: 12px;
}
.topline ul{
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin-bottom: 0px;
	align-items: center;
    justify-content: end;
}
.topline ul li{
	display: flex;
	padding: 10px
}
.topline ul li a{
    color: #252630;
    font-size: 12px;
    font-weight: 600;
}
.topline ul li a:hover{
	color: #236b93;
}
@media(max-width: 991px){
	.topmaintel{
		display: none !important;
	}
	.topline {
		display: none;
	}
	.topmobtel img{
		max-width: 25px;
		padding-right: 10px;
	} 
	.topmobtel{
		color: #00496A;
		font-weight: 600;
	}
	.topmobtel:hover{
		color: #236b93;
		text-decoration: none;
	}
	.navbar{
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.navbar-brand{
		margin-right: 0px;
	}
	.navbar-brand img{
		max-width: 150px;
	}
}
@media(min-width: 992px){
	.topmobtel{display: none;}
	.navbar-nav{
		flex: 1;
		align-self: center;
		justify-content: space-evenly;
	}
}
@media(max-width: 420px){
	.topmobtel{
		display: none;
	}
}
.topmaintel{
	padding-right: 10px;
	font-weight: 600;
	color: #252630;
	cursor: pointer;
	display: none;
}
.fix .topmaintel{
	display: inline-block;
}
.topmaintel:hover{
	text-decoration: none;
}
footer{
	background: #01181B;
	color: #e9e9e9;
	padding: 40px 0;
}
footer ul{
	list-style: none;
	padding-left: 0px;
}
footer .wrap-menu-footer ul li {
    padding-bottom: 5px;
}
footer .wrap-menu-footer ul li a {
    color: #ccc;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    transition: .5s all;
    -webkit-transition: .5s all;
    position: relative;
    top: 0;
}
footer .wrap-menu-footer ul li a  span {
    top: 0px;
    -webkit-transition: .5s all;
    position: relative;
    font-size: 14px;
}
footer .wrap-menu-footer a:hover {
	color: #fff;
    text-decoration: none;
    top: 5px;
    border-color: transparent;
}
footer .wrap-menu-footer a:hover span {
    top: -5px;
    -webkit-transition: .5s all;
    position: relative;
}
footer .wrap-menu-footer-adr div{
	color: #ccc;
	font-size: 14px;
}
footer .wrap-menu-footer-cont ul li a {
	color: #ccc;
	font-size: 14px;
	font-weight: 600;
}
footer .wrap-menu-footer-cont ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.topmaintel img{
	width: 16px;
    margin-right: 5px;
}
.title-footer {
    font-family: 'FedraSansPro';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer .row > div{
	border-left: 1px solid #484a5c;
	padding: 0 40px;
}
footer .row > div:first-child{
	border: none;
	padding-left: 0px;
}
.corp{
	background: 000;
	font-size: 12px;
	padding: 10px 0;
}
@media(max-width: 991px){
	footer .row > div:nth-child(3){
		border: none;
		padding-left: 0px;
	}	
	.title-footer {
		margin-top: 25px;
	}
}
@media(max-width: 767px){
	body footer .row > div{
	border: none;
	padding: 15px 15px 0px 15px !important;
	}
	.title-footer {
	margin-bottom: 15px;
	}
}
#up {
    background: url(../image/up.png) 0 0 no-repeat;
    width: 54px;
    padding-top: 60px;
    position: absolute;
    right: 15px;
    bottom: 30px;
    text-align: center;
    color: #ffbc3d;
    font-size: 12px;
} 
.bg-light{
	background: #fff !important;
}
header.fix nav{
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 10%);
}
.main-slider{
	overflow: hidden;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-prev {
    left: 20px;
    z-index: 90;
}
.slick-next {
    right: 20px;
    z-index: 90;
}
.wrap-menu-footer-adr a{
    color: #fff;
    font-weight: 600;
}
.wrap-menu-footer-adr a:hover{
    color: #236b93;
    text-decoration: none;
}
.img-responsive{
    max-width: 100%;
    display: inline-block;
    height: auto;
}
@media(max-width: 575px){
	body{padding-top: 62px;}
}
    .wrap-uslugi-img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrap-uslugi-img img{
        max-width: 75px;
    }


    .wrap-uslugi a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .wrap-uslugi-img {
        width: 100px;
        height: 55px;
        background: #eee;
        position: relative;
    }
    .wrap-uslugi-img:before {
        content: "";
        position: absolute;
        top: -25px; 
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #eee;
    }
    .wrap-uslugi-img:after { 
        content: "";
        position: absolute;
        bottom: -25px; 
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #eee;
    }


    .wrap-uslugi{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .wrap-text-uslugi{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 45px;
    }
    #uslugi{
        padding: 40px 0 10px 0;
        box-shadow: 0 5px 13px rgba(0, 0, 0, 0.04);
    }
    .content-title {
        text-align: center;
        position: relative;
        height: auto;
        line-height: 37px;
        font-family: 'FedraSansPro';
        font-size: 24px;
        text-transform: uppercase;
        color: #252630;
    }
    #feedback{
        background: #eee;
    }
    #feedback-form{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .content-feedback-form__input {
        font-family: 'PT Sans';
        color: #888888;
        font-size: 16px;
        border: none;
        outline: none;
        border-bottom: 1px solid #c3c3c3;
        width: 100%;
        height: 45px;
    }
    .content-feedback-title > h3{
        margin-bottom: 50px;
    }
    .padd{
        padding: 40px 0;
    }
    #feedback > div{
        background: #fff;
        padding: 45px 120px 38px 120px;
    }
    #feedback-form > div{
        margin-bottom: 35px;
    }
    .feedback-form__btn {
        display: block;
        margin: 0 auto;
        font-size: 16px;
        padding: 0px 52px;
        line-height: 56px;
        height: 56px;
        background: #00496A;
        background-image: none;
        color: #fff;
        text-shadow: none;
        box-shadow: none;
        cursor: pointer;
        border: none;
        font-size: 16px;
        text-transform: uppercase;
    }
    .feedback-form__btn:hover, .feedback-form__btn:active, .feedback-form__btn:focus {
        color: #fff;
        text-decoration: none;
        background: #236b93;
        cursor: pointer;
    }
    #why .tab-content{
        background-image: url(../image/bg-block.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 15px;
    }
    #why .tab-content p{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .nav-item{
        margin-left: 10px;
        margin-right: 10px;
    }
    #why .nav.nav-tabs{
        position: relative;
        box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.04);
        border: none;
        padding: 0 0 20px 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .nav-tabs .nav-link{
        color: #236b93;
        border-radius: 0px;
        padding: 0px 40px;
        font-size: 18px;
        line-height: 75px;
        height: 75px;
    }
    .nav-tabs .nav-link span{
        border-bottom: 1px dotted #236b93;
        font-family: 'FedraSansProBook';
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        border: none;
    }
    .nav-tabs .nav-item.show .nav-link span, .nav-tabs .nav-link.active span{
         border: none;
    }
    .nav-tabs .nav-item .nav-link:hover{
        background: #eee;
    }
    .nav-link.active{
        background: #236b93 !important;
        color: #fff !important;
        border-bottom: none;
        border-radius: 0px;
    }
    .wrap-klienti{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .wrap-klienti > div{
        margin: 0px 15px 15px 10px;
        padding: 10px;
        box-shadow: 2px 4px 13px 0px rgba(0, 0, 0, 0.04);
    }
    .content-body-scheme-tab, .advantages-wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .content-body-scheme-tab >div{
        width: 20%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        padding: 15px 15px 0 15px;
    }
    .advantages-wrap > div{
        width: 20%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        padding: 15px 15px 0 15px;
    }
    .advantages-item-img img{
        max-width: 55px;
    }
    .advantages-item-text{
        text-align: center;
        margin-top: 40px;
        width: 100%;
    }
    .scheme-item-text > strong{
        font-weight: 600;
        margin-right: 10px;
    }
    .scheme-item-img > img{
        max-width: 70px;
    }
    .scheme-item-text{
        min-height: 55px;
        text-align: center;
    }
    .scheme-item-img{
        margin-bottom: 15px;
        padding: 25px;
        border-radius: 50%;
        border: 2px solid #236b93;
    }
    .advantages-item-img {
        width: 100px;
        height: 55px;
        background: #236b93;
        position: relative;
        text-align: center;
    }
    .advantages-item-img::after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #236b93;
    }
    .advantages-item-img::before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #236b93;
    }
    .advantages-wrap{
        margin-top: 25px;
    }
    #description{
        margin-top: 15px;
    }
    #bredcrumbs{
        background-image: url(../image/bgheader.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0 5px 13px rgba(0, 0, 0, 0.04);
    }
    #bredcrumbs .bg-bread{
        padding-top: 121px;
        background-color: rgba(255,255,255,.7);
    }
    .wrap-bread{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .wrap-bread ul{
        list-style: none;
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .wrap-bread ul li{
        padding-right: 20px;
        position: relative;
        margin-right: 20px;
        line-height: 1;
    }
    .wrap-bread ul li a{
        line-height: 1;
        color: #000;
    }
    .wrap-bread ul li:after{
        content: "/";
        position: absolute;
        right: 0px;
    }
    .wrap-bread ul li:last-child:after{
        display: none;
    }
    .content-title{
        position: relative;
    }
    .content-title > span{
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 15px 0 15px;
        background-color: #fff;
    }
    .item-page .content-title::before {
        content: '';
        height: 1px;
        width: 100%;
        top: 17px;
        left: 0;
        z-index: 1;
        position: absolute;
        background-color: #1f1f1f;
    }
    #textabout{
        background-image: url(../image/bg-block.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .deviz{
        font-style: italic;
        margin-bottom: 20px;
    }
    .leftcolumn{
        position: sticky;
        padding-bottom: 30px;
        background: url("../image/leftside.png") right repeat-y;
    }
    .left-sticky-block{
        position: sticky;
        top: 50px;
    }
    .zag-text{
        padding-top: 10px;
        font-weight: 600;
    }
    .prev-text{
        padding-bottom: 10px;
        font-style: italic;
    }
    .bott-text{
        font-size: 80%;
    }
    #form-left-block{
        border: 1px solid #ededed;
        background: #eee url("../img/leftform.png") bottom no-repeat;
        padding: 45px 15px 20px 15px;
        position: relative;
        margin-bottom: 30px;
    }
    .content-left-title{
        text-align: center;
        font-family: 'FedraSansPro';
        text-transform: uppercase;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .content-leftside-form__input {
    font-family: 'PT Sans';
    color: #888888;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    height: 45px;
    background-color: transparent;
    margin-bottom: 10px;
}
.content-feedback-form-left {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 0px 52px;
    line-height: 56px;
    height: 56px;
    background: #00496A;
    border: none;
    background-image: none;
    color: #fff;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    text-transform: uppercase;
}
.content-feedback-form-left:hover{
    color: #fff;
    text-decoration: none;
    background: #236b93;
    cursor: pointer;
}
textarea.content-leftside-form__input {
    height: 30px;
    resize: none;
    margin: 20px 0px 35px 0px;
}
.wrp-uslugi-ocenki{
    display: flex;
    flex-wrap: wrap;
}
.wrp-uslugi-ocenki > div{
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wrp-uslugi-ocenki > div > span:nth-child(1){
    display: flex;
    flex-grow: 1; 
    padding: 5px;
    color: #236b93;
    font-weight: 600;
}
.wrp-uslugi-ocenki > div > span:nth-child(2){
    display: flex;
    width: 90px;
    text-align: center;
    padding: 5px;
    color: #000;
    font-weight: 600;
}
.wrp-uslugi-ocenki > div > span:nth-child(3){
    display: flex;
    width: 100px;
    text-align: center;
    padding: 5px;
    font-style: italic;
}
.cont-z{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.cont-tz{
	margin-bottom: 10px;
}
.wrap-tel-page a:hover{
	color: #000;
}
.wrap-tel-page{
	margin-bottom: 30px;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.modal {
  width: 500px;
  display: block;
  margin: 30% 0 0 -250px;
  position: relative;
  top: 50%; 
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fafafa;
}
.modal-wrapper.open .modal {
  margin-top: -200px;
  opacity: 1;
}
.head{
  width: 100%;
  height: 100%;
  margin: 0 0 14px;
  padding: 5px 30px;
  overflow: hidden;
  position: absolute;
}
.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}
.modal .content {
  padding: 0 0 20px 0;
}
.good-job {
  text-align: center;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}
.form_modal_window{
  max-width: 70%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.modal .content .text h2{
  margin:0;
  font-size: 35px;
}
.modal-wrapper{
  margin: 0 0 20px 0;
}
.modal .content form input {
  color: #000;
  padding: 15px;
	border: none;
	margin-bottom: 15px;
	box-shadow: none;
	font-size: 15px;
	border-bottom: 1px solid #c3c3c3;
	background: transparent;
	padding-left: 0;
}
.modalclose:hover{
    transform: rotate(135deg);
}
.modalclose{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: 0.5s ease;
    cursor: pointer;
}
.modalclose:hover {
    opacity: 1;
    cursor: pointer;
}
.modalclose:before, .modalclose:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #c3c3c3;
}
.modalclose:before {
transform: rotate(45deg);
}
.modalclose:after {
transform: rotate(-45deg);
}
.modal .content form input[type=submit]{
  padding: 10px 40px;
  max-width: 200px;
  margin: auto;
  color: #fff;
  background: #00496A;
  color: #fff;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 20px;
}
.modal .content form input[type=submit]:hover{
	color: #fff;
	text-decoration: none;
	background: #236b93;
	cursor: pointer;
}
#feedback .content-title:before{
	display: none;
}
.licenzii img{
    cursor: pointer;
}
@media(max-width: 991px){
    .leftcolumn{
        display: none !important;
    }
    .rightcolumn{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #bredcrumbs .bg-bread {
        padding-top: 65px;
    }
    .content-body-scheme-tab >div{
        width: 33%;
    }
    .advantages-wrap > div {
        width: 33%;
    }
    nav .nav-item > a.nav-link {
    border-bottom: none;
    }
    .navbar-nav{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #navbarSupportedContent .form-inline{
        margin-left: 20px;
    }
    nav .dropdown-item {
        padding: 15px 0px;
    }
    .dropdown-menu{
        border: none;
        box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    }
    .dropdown-menu.show {
        display: block;
        position: relative !important;
        width: auto;
        min-width: auto;
        max-width: 100%;
        padding: 0 15px;
    }
    .dropdown-menu.show > a{
        padding-bottom: 5px;
        padding-top: 5px;
        white-space: inherit;
    }
    #navbarDropdown, #navbarDropdown:hover, #navbarDropdown:visited{
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background-image: none !important;
        background-color: none !important;
    }
}
@media(max-width: 575px){
    #bredcrumbs .bg-bread {
        padding-top: 0px;
        padding-left: 25px;
    }
}
@media(max-width: 480px){
	.modal {
    width: 300px;
    margin: 30% auto 0 auto;
    left: 0px;
    }
    .item-page .content-title::before {
        display: none;
    }
   #feedback > div{
        background: #fff;
        padding: 15px 30px;
    } 
    .wrap-klienti{
        justify-content: center;
    }
    .item-klient img{
        max-width: 100px;
    }
    .content-body-scheme-tab >div{
        width: 50%;
    }
    .advantages-wrap > div {
        width: 50%;
    }
    .advantages-item-text{
        min-height: 72px;
    }
    .col-xs-6{
        width: 50%;
    }
    .wrp-uslugi-ocenki > div > span:nth-child(3){
    width: 100%;
    }
}
footer{
    background-image: url("/image/footer.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 767px){
    footer {
    padding-top: 0px;
}
.wrap-menu-footer-adr{
    padding-bottom: 30px;
}
}

@media(min-width: 992px){
	body .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
    border: none;
}
body nav .nav-item > a.nav-link:hover {
    top: 0px;
}
body nav .nav-item > a.nav-link:hover span {
    top: 0px;
}
}
.item-klient > img{
    max-width: 150px;
}
.wrap-technika{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.img-technika{
    position: relative;
    z-index: 1;
}
.img-technika img{
    width: 100%;
    display: block;
    height: auto;
}
.itemtechnika{
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 10px rgba(115,115,115,0.1);
    padding: 10px 0px 30px 0px;
    height: 100%;
    position: relative;
}
.wrap-technika > div{
    margin-bottom: 30px;
}
.titletechnika{
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}
.titletechnika span{
    font-weight: 600;
    font-size: 18px;
}
.bg-pict-technika{
    position: absolute;
    z-index: 0;
    bottom: 30px;
}
.bg-pict-technika img{
    max-width: 100%;
    padding: 20px;
    opacity: 0.3;
}

#why{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/images/bgabout.png');
}
