@charset "UTF-8";
@import url("font-awesome.css");


body{
	overflow-x:hidden;
	margin: 0;
}

.enabled::-webkit-scrollbar {
	width: 3px;
	background: #f7f7f7;
}
 
.enabled::-webkit-scrollbar-thumb {
	background: #00a0e3;
}


.ecp{
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(../img/sing.png);
    background-size: contain;
    top: 7px;
    position: relative;
    cursor: pointer;
}

.disabeld_pop{
    display:none;
    position:fixed;
    max-width:500px;
    overflow:auto;
    max-height: 600px;
    background:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}

.close_pop{
    position:absolute;
    right:20px;
    cursor: pointer;
    top:20px;
}

.enabled{
    display:block;
    top:50%;
    padding:30px;
    z-index:7;
    left:50%;
    transform:translate(-50%,-50%);
}


#specialButton{
    color: #00a0e3;
    font-size: 16px;
    padding: 0px;
    text-decoration:none;
    margin: 0px;
    cursor: pointer;
    transition: 0.5s;
    line-height: 25px;
}
@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/ProximaNova-Regular.ttf");
    src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Maria";
    src: url("../fonts/Maria.ttf");
    src: url("../fonts/Maria.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Maria-Bold";
    src: url("../fonts/Maria-bold.ttf");
    src: url("../fonts/Maria-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Maria-Reg";
    src: url("../fonts/Maria-Reg.ttf");
    src: url("../fonts/Maria-Reg.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* {
    box-sizing: border-box;
    font-family: Arial;
}
p{
    padding: auto;
    margin: auto;
}
.top-header-info{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.wrapper-head{
    max-width: 1130px;
    margin: auto;
    overflow: hidden;
}
.logo-sec{
    height: 125px;
    width: 320px;
    float: left;
    display: flex;
}
.logo-sec img{
    width:70%;
    height:auto;
    margin:auto;
    margin-left:0px;
}
.adress-sec{
    height: 125px;
    width: 25%;
    padding-left: 10px;
    float: left;
    display: flex;
}
.job-time-sec{
    width: 16%;
    height: 125px;
    float: left;
    display: flex;
}
.insta-sec{
    height: 125px;
    width: 9%;
    float: left;
    text-align:center;
    display: flex;
}
.insta-sec>a{
    margin:auto;
    color:#00a0e3;
    transition:0.5s;
    text-decoration:none;
    display:flex;
    font-size:10px;
}
.instagrammo{
    height: 48px;
    width: 48px;
    margin-right: 5px;
    display: flex;
    margin:auto;
    border: 2px solid #00a0e3;
    border-radius: 50%;
    transition: 0.5s;
}
.instagrammo>i{
    margin:auto;
    font-size:25px;
    transition: 0.5s;
}
.instagrammo:hover{
    border:2px solid #b7b7b7;
}
.instagrammo:hover>i{
    color:#000;
    transition: 0.5s;
}
.phone-sec{
    height: 125px;
    width: 20%;
    float: left;
    display: flex;
}
.phone-sec-r {
    float: right;
    position: relative;
}
.logo-sec>a{
    margin: auto;
}
#namevrach{
    text-align: left;
    font-size: 20px;
    height:50px;
    width:100%;
    resize: none;
    overflow: hidden;
    font-weight: bold;
    border: none;
    color: #000;
    line-height: 21px;
    padding-bottom: 10px;
    background: transparent;
}
#jobvrach{
    text-align: left;
    width:100%;
    resize: none;
    overflow: hidden;
    border: none;
    background: transparent;
}
.place-map{
    margin: auto;
    width: 100%;
    height: 50px;
}
.img-place{
    width: 50px;
    float: left;
}
.img-place img{
    filter:brightness(0);
}
.desc-place{
    float: left;
    line-height: 23px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #898989;
}


.job-time{
    margin: auto;
    width: 100%;
    height: 50px;
}
.img-job{
    width: 50px;
    float: left;
}
.img-job img{
    filter:brightness(0);
}
.desc-job{
    float: left;
    line-height: 16px;
    font-size: 14px;
    padding-left: 5px;
}
.desc-job>span{
    font-weight: 700;
    font-size: 14px;
}

.phone-wrapper{
    margin: auto;
    margin-right: 0px;
    text-align: right;
    width: 100%;
    height: 50px;
    position: relative;
}
.phone-sec .plus {
    position: absolute;
    left: 65%;
    top: 0px; 
    background: #00a0e3;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.phone-sec .plus i:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}
.img-phone{
    width: 50px;
    float: right;
    color: #00a0e3;
    margin-right: 5px;
}
.img-phone i {
    color: #00a0e3;
    font-size: 24px;
}
.img-phone img{
    filter:brightness(0);
}
.desc-phone{
    float: right;
    padding-left: 5px;
    color: #898989;
}
.desc-phone i{
    color: #00a0e3;
}
.desc-phone>p{
    color: #00a0e3;
    font-size: 16px;
    padding: 0px;
    margin:0px;
    cursor: pointer;
    transition: 0.5s;
    line-height: 25px;
}
.desc-phone>p:hover{
    transition: 0.5s;
    color:#00a0e3;
}
.desc-phone>a{
    text-decoration:none;
    color: #898989;
}
.desc-phone>a>span{
    font-size: 18px;
}

.wrapper-menu-desc{
    max-width: 1130px;
    margin: auto;
    height: 50px;
}
.wrapper-menu-desc>ul{
    width: 100%;
    display: flex;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.wrapper-menu-desc>ul>li{
    margin: 0px 15px;
    color: #fff;
    height: 100%;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.wrapper-menu-desc>ul>li>a {
    color: #fff;
    height: 100%;
    list-style: none;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
}
.point-menu {
    width: 100%;
    height: 100%;
    display: flex;
}
.wrapper-menu-desc>ul>li>a:hover .point-menu>span {
    text-decoration:underline;
} 
.point-menu>span {
    margin: auto;
    font-size:14px;
    color:#FFFFFF;
    white-space: nowrap;
    word-wrap: normal;
}
.point-menu>.zapis {
    margin: auto;
    font-size:17px;
    background: #00a0e3;
    color: #FFF;
    padding: 8px 15px;
    border-radius:25px;
    transition: 0.5s;
    line-height: 17px;
}
.point-menu>.zapis:hover{
    transition: 0.5s;
    color: #000;
    text-decoration:underline;
}

.point-menu>.zapis2 {
    margin: auto;
    font-size:17px;
    background: #00a0e3;
    color: #000;
    padding: 8px 15px;
    border-radius:25px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.point-menu>.zapis2:hover{
    transition: 0.5s;
    color: #FFF;
    background: #00a0e3;
}
.art-zap {
    text-decoration:none;
}

.wrapper-menu-desc>ul>li>ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    margin-left: -15px;
    background: #898989;
    padding: 0;
}
.wrapper-menu-desc>ul>li:hover>ul{
    display: block;
}
.wrapper-menu-desc>ul>li>ul>li{
    display: block;
    float: left;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding: 5px 0px;
}
.wrapper-menu-desc>ul>li>ul>li>a{
    margin-left: 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#msg{
    width:100%;
    height:30px;
    float:left;
    padding-top:10px;
    text-align:center;
}
.menu li{
    position: relative;
}
.menu li ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    margin: 0;
    padding: 5px;
    z-index: 99999;
    /*transition: visibility 0.5s, opacity 0.5s;*/
}
.menu li:hover ul{
    visibility: visible;
    opacity: 1;
}
.menu li ul>a{
    display: block;
    white-space: nowrap;
    padding-left: 7px;
    text-decoration: none;
    width: 100%;
    margin-right: 0px;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00a0e3;
}
.menu li ul>a:nth-last-child(1){
    border-bottom: 0;
}
.menu li ul>a>li{
	list-style: none;
	color:#000;
	transition: 0.5s;
}

.menu li ul>a:hover>li{
	list-style: none;
	color:#00a0e3;
	transition: 0.5s;
}

h1{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color:#00a0e3;
}

h2{
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color:#00a0e3;
}

.top-header-menu{
    width: 100%;
    height: 50px;
    background: #00a0e3;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 5555;
    position: relative;
}
.wrapper{
    max-width: 1130px;
    margin: auto;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.slider-sec{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    float: left;
}
.slider-bg{
    max-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.route-left{
    position: absolute;
    top:40%;
    z-index: 9;
    left: 20px;
    cursor: pointer;
}
.route-right{
    position: absolute;
    top:40%;
    z-index: 9;
    right: 20px;
    cursor: pointer;
}
.slider-desc{
    position: absolute;
    z-index: 9;
    font-family: "Maria";
    text-align: left;
    font-size: 36px;
    color: #00a0e3;
    top: 10%;
    left: 10%;
}
.slider-caption{
    position: absolute;
    z-index: 9;
    text-align: left;
    font-size: 20px;
    color: #999999;
    top: 45%;
    left: 10%;
}
.btn-1{
    position: absolute;
    z-index: 9;
    display: flex;
    width: 225px;
    height: 55px;
    border:2px solid #00a0e3;
    top: 70%;
    left: 10%;
    border-radius: 50px;
    transition: 0.5s;
}
.btn-1:hover{
    background: #fff;
    transition: 0.5s;
    cursor: pointer;
}
.btn-1>span{
    font-size: 20px;
    margin: auto;
    font-weight: bold;
    color: #00a0e3;
    transition: 0.5s;
}
.btn-1:hover>span{
    transition: 0.5s;
    color: #000;
}

.title-section{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.article-desc{
    width: 100%;
    min-height: 150px;
    padding-bottom:10px;
}

.item-card {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    height: 350px;
    max-width: 265px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 3px;
    margin-right: 3px;
    transition:0.5s;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.item-card:hover{
    opacity:0.7;
    transition:0.5s;
}
.item-img{
    height: 300px;
    width: 100%;
    overflow: hidden;
    display: flex;
    float: left;
}
.item-img>img{
    height: 250px;
    margin: auto;
}
.item-name{
    height: 50px;
    width: 100%;
    display: flex;
    z-index: 99;
}
.dop-section-menu{
    width: 100%;
    height: 0px;
    position: absolute;
    background: rgba(255,255,255,0.7);;
    bottom: 50px;
    transition: 0.6s;
    z-index: 80;
    overflow: hidden;
}
.dop-section-menu>ul>li{
    list-style-type: circle;
    color: #00a0e3;
    min-height: 20px;
}
.dop-section-menu>ul>li>a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.dop-section-menu>ul>li>a:hover{
    color: #00a0e3;
}
.dop-section-menu>ul{
    text-align: left; 
}
.item-card:hover>.dop-section-menu{
    height: 300px;
    transition: 0.6s;
}
.all-service-view{
    width: 100%;
    height: 100%;
    display: flex;
}
.desc-service-view{
    margin: auto;
    height: 120px;
    width: 100%;
    text-align: center;
    color: #00a0e3;
    text-decoration: underline;
    font-weight: 500;
}
.item-name>span{
    margin: auto;
    font-size: 15px;
    color: #666666;
    text-align: center;
}
.catalog-href{
    text-decoration: none;
    transition: 0.5s;
}
.items-sec{
    text-align: center;
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.items-sec:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.footer{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 80px;
    margin-top: 80px;
}

.footer-wrapper{
    max-width: 1130px;
    margin: auto;
    overflow: hidden;
}
.copyright,.social{
    width: 25%;
    min-height: 80px;
    display: flex;
    float: left;
}
.docs{
    width: 15%;
    float: left;
    min-height: 80px;
    display: flex;
}
.copyright>span,.docs>a{
    margin: auto;
    color: #666666;
}
.social-wrapper{
    text-align: center;
    margin: auto;
    width: 120px;
}
.soc-net:hover{
    border:2px solid #00a0e3;
    transition: 0.5s;
}
.soc-net:hover>i{
    color:#000;
    transition: 0.5s;
}
.soc-net{
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 5px;
    display: flex;
    border:2px solid #b7b7b7;
    border-radius: 50%;
    transition: 0.5s;
}
.soc-net>i{
    margin: auto;
    color: #b7b7b7;
    transition: 0.5s;
}
.developed{
    width: 35%;
    float: left;
    display: flex;
    min-height: 80px;
}
.developed>a{
    margin: auto;
    margin-right: 0;
    text-decoration: none;
    color: #666666;
    transition: 0.5s;
}
.developed>a:hover{
    color: #000;
    transition: 0.5s;
}
.mobile,.menu-wrapper-mobile{
    display: none;
}


.map-section{
	width: 100%;
	height: 800px;
	position: relative;
}
.map-info-sec{
	position: absolute;
	width: 100%;
	height: 400px;
	display: flex;
	z-index: 99;
	bottom: 0;
}
.information-location{
	width: 800px;
	height: 370px;
	overflow: hidden;
	margin: auto;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	border: 1px solid #ccc;
}
.caption-location{
	height: 30px;
	width: 100%;
	float: left;
	display: flex;
}
.caption-location>span{
	margin: auto;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.info-loc-wrapper{
	width: 100%;
	min-height: 340px;
	float: left;
	padding: 40px;
	padding-left: 70px;
	padding-right: 70px;
}
.city-loc{
	float: left;
	width: 50%;
	min-height: 260px;
	padding: 10px;
	border-right: 2px solid #ccc;
}
.city-cap{
	font-size: 47px;
	height: 70px;
}
.city-adress{
	font-size: 17px;
	height: 20px;
}
.city-mail{
	font-size: 22px;
	height: 30px;
}
.city-phone{
	font-size: 28px;
	font-weight: bold;
	height: 60px;
}

.btn-2{
	width:230px;
	height: 50px;
	border:2px solid #00a0e3;
	border-radius: 50px;
	display: flex;
	transition: 0.5s;
}
.btn-2:hover{
	width:230px;
	height: 50px;
	border:2px solid #000;
	background: #fff;
	color: #00a0e3;
	border-radius: 50px;
	transition: 0.5s;
	display: flex;
	cursor: pointer;
}
.btn-2>span{
	margin: auto;
	font-size: 20px;
}

.graphic-job{
	float: left;
	width: 50%;
	min-height: 260px;
	padding: 10px;
	text-align: right;
}
.title-graphic{
	font-size: 27px;
	height: 70px;
	color: #999999;
	text-transform: uppercase;
}
.days{
	font-size: 20px;
	height: 55px;
}

.btn-3{
	width:230px;
	height: 50px;
	border:2px solid #00a0e3;
	border-radius: 50px;
	background: #00a0e3;
	display: flex;
	float: right;
	transition: 0.5s;
}
.btn-3:hover{
	width:230px;
	height: 50px;
	border:2px solid #00a0e3;
	background: transparent;
	color: #00a0e3;
	border-radius: 50px;
	transition: 0.5s;
	display: flex;
	cursor: pointer;
}
.btn-3>span{
	margin: auto;
	font-size: 20px;
	color: #fff;
	transition: 0.5s;
}
.btn-3:hover>span{
	margin: auto;
	font-size: 20px;
	color: #000;
	transition: 0.5s;
}

.title-section {
    min-height: 50px;
    float: left;
    width: 100%;
}
.title-line {
    width: 40%;
    border-bottom: 1px solid #00a0e3;
    height: 20px;
    float: left;
}
.title-line-sotrudniki {
    width: 30%;
    border-bottom: 1px solid #00a0e3;
    height: 20px;
    float: left;
}
.title-section>.title {
    width: 20%;
    text-align: center;
    float: left;
}
.title-section>.title-sotrudniki {
    width: 40%;
    text-align: center;
    float: left;
    color:#00a0e3;
}
.title-section>.title-sotrudniki>span {
    font-size: 30px;
}
.title-section>.title>span {
    font-size: 30px;
}

.items-section-info{
    float: left;
    width: 100%;
    height: auto;
    text-align: justify;
    margin-top: 20px;
    overflow: hidden;
}
.items-section-info:after{
    content: "";
    display: inline-block;
    width: 100%;
}
.colum-service {
    width: 350px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    min-height: 120px;
    display: inline-grid;
}
.service-name-colum{
    height: 40px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}
.service-name-colum>span>a{
    color: #000;
}
.service-name-colum>span{
    margin: auto;
    margin-left: 0px;
}
.colum-service>ul{
    margin: 0;
    margin-top: 20px;
    padding: 0;
    padding-left: 15px;
}
.colum-service>ul>li{
    list-style-type: circle;
    min-height: 20px;
    text-align: left;
    color: #00a0e3;
}
.colum-service>ul>li>a{
    text-decoration: underline;
    font-size: 14px;
    color: #666666;
    transition: 0.5s;
}
.colum-service>ul>li>a:hover{
    transition: 0.5s;
    color: #00a0e3;
}
.name-circle,.name-name{
    float: left;
    height: 20px;
}
.name-name{
    display: flex;
}
.name-name>span{
    margin: auto;
    font-size: 20px;
    font-weight: bold;
}
.name-circle{
    height: 20px;
    margin-right: 10px;
    width: 20px;
    border: 1px solid #00a0e3;
    border-radius: 50%;
    display: flex;
}
.name-circle>i{
    margin: auto;
    font-size: 14px;
    color: #00a0e3;
}
.right-section-page{
    float: right;
    min-height: 400px;
    margin-top: 30px;
    width: 750px
}
.right-title-page{
    width: 100%;
    border-bottom: 1px solid #00a0e3;
    height: 40px;
    display: flex;
    margin-bottom: 40px;
}
.left-section-page{
    float: left;
    min-height: 100px;
    margin-top: 30px;
    width: 330px;
    overflow: hidden;
}
.right-title-page>span{
    margin: auto;
    margin-left: 0;
    font-size: 30px;
}
.docs-sec{
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}
.service-big-title{
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 30px;
    float: left;
}
.service-big-desc{
    width: 100%;
    float: left;
}
.menu-service-mobile{
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #00a0e3;
}
.menu-service-mobile>span{
    margin: auto;
    color: #fff;
    font-size: 18px;
}
.docs-sec>.left-sec{
    max-width: 500px;
    height: 100%;
    float: left;
    display: flex;
    padding-left: 30px;
}
.docs-sec>.right-sec{
    background: #00a0e3;
    border: 1px solid #00a0e3;
    width: 100px;
    height: 100%;
    float: right;
    display: flex;
}
.docs-sec>.right-sec>.docs-download{
    margin: auto;
    text-align: center;
    color: #fff;
}
.docs-sec>.right-sec>.docs-download>img{
    filter: brightness(100);
}

.docs-sec>.left-sec>.name-docs{
    margin: auto;
    margin-left: 0px;
    font-size: 20px;
    line-height: 21px;
    color: #999999;
    transition: 0.5s;
}


.docs-sec:hover>.right-sec>.docs-download{
    background: #fff;
    color: #00a0e3;
}
.docs-sec:hover>.right-sec{
    background: #fff;
    border: 1px solid #00a0e3;
}
.docs-sec:hover>.right-sec>.docs-download>img{
    filter: brightness(1);
}

.docs-sec:hover>.left-sec>.name-docs{
    color: #000;
}

.dosc-name-colum{
    width: 100%;
    float: left;
    height: 40px;
    border-bottom: 1px solid #999;
    display: flex;
}
.dosc-name-colum>span{
    margin: auto;
    margin-left: 0px;
}
.name-menu-left>span{
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.name-menu-left {
    float: left;
    height: 20px;
}

.dosc-name-colum:hover>span>.name-circle{
    border: 1px solid #00a0e3;
    background: #00a0e3;
    transition: 0.5s;
}
.dosc-name-colum:hover>span>.name-circle>i{
    color: #fff;
    transition: 0.5s;
}

.dosc-name-colum:hover>span>.name-menu-left>span{
    color: #00a0e3;
    transition: 0.5s;
}



/*price*/
.acardion{
  width: 100%;
  min-height:150px;
  float:left;
  padding-bottom: 50px;
}
.container {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    padding: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info {
    margin: 25px auto;
    text-align: center;
    color: #b9b9b9
}
.info a {
    color: burlywood;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.info a:hover {
    color: #e07e00
}


.accordion {
    width: 100%;
    max-width: 960px;
    border-radius: 10px;
    min-height: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 300px;
}

.accordion h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    font-weight: bold;
    padding: 10px 25px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
}


.msg p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 20px
}


/*Доделки клиента*/
.posit-deop{
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.usluga-section{
    width:100%;
    float:left;
    position:relative;
}
.usluga-section:nth-child(2n){
    background:#F2F2F2;    
}
.center-section{
    max-width:970px;
    margin:auto;
    min-height:300px;
}
.number-sec{
    float:left;
    width:30%;
    min-height:300px;
    padding-top:35px;
    display:flex;
    position:relative;
}
.number-sec>img{
    margin:auto;
    max-width:260px;
    max-height:300px;
    border-radius:20px;
    border:1px solid #00a0e3;
}
.number-sec>span{
    margin:auto;
    color:#E5E5E5;
    font-size:180px;
}
.right-section-dop{
    float:left;
    width:70%;
    padding:15px;
    padding-top:25px;
    min-height:300px;
}
.title-usluga-dop{
    float:left;
    width:100%;
    text-align:center;
}
.title-usluga-dop>span{
    font-size:27px;
    font-weight:bold;
    color:#00a0e3;
    padding:3px;
    padding-left:15px;
    padding-right:15px;
    border:1px solid #00a0e3;
    border-radius:25px;
}
.description-usluga-dop{
    font-size:14px;
    float:left;
    width:100%;
    margin-top:20px;
    max-height:150px;
    overflow:hidden;
    overflow-y:auto;
    padding-left:5px;
    padding-right:5px;
}
.description-usluga-dop>p>img{
    width:90% !important;
    margin:auto;
    height:auto !important;
}
.description-usluga-dop>table{
    width:100% !important;
}
.all-dop-sec{
    float:left;
    width:100%;
    margin-top:20px;
    text-align:justify;
    cursor:default;
}
.all-dop-sec:after{
    content:"";
    display:inline-block;
    width:100%;
}
.all-dop-sec>span{
    display:inline-block;
    padding:3px;
    padding-left:7px;
    cursor:default;
    margin-bottom:10px;
    padding-right:7px;
    font-size:13px;
    border:1px solid #00a0e3;
    border-radius:25px;
}
.price-dop-price{
   font-size:24px;
   font-weight:bold;
    float:left;
    width:100%;
    margin-top:10px; 
    color:#00a0e3;
}

.commentpage{
    display:none;
    position:fixed;
    width:100%;
    left:0;
    z-index:9889;
    top:0;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.commentpage>.windowse{
    margin:auto;
    padding:20px;
    max-width:800px;
    height:500px;
    background:#fff;
    border-radius:10px;
    position:relative;
}
.commentpage>.windowse>.polo{
    width:100%;
    padding-right:10px;
    height:100%;
    overflow-y:auto;
}
.gocomment{
    color:#00a0e3;
    cursor:pointer;
}
.closede{
    position:absolute;
    right: -30px;
    top:15px;
    border-radius:0% 50% 50% 0%;
    display:flex;
    height:30px;
    width:30px;
    background:#00a0e3;
    cursor:pointer;
}
.closede>i{
    font-size:20px;
    margin:auto;
    color:#fff;
    transition:0.5s;
}
.closede:hover>i{
    color:#000;
    transition:0.5s;
}
.polo img{
    width:100% !important;
    height:auto !important;
}

.descrip-two{
    display:none;
    position:fixed;
    width:100%;
    left:0;
    z-index:9889;
    top:0;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.descrip-two>.windowse{
    margin:auto;
    padding:20px;
    max-width:800px;
    height:500px;
    background:#fff;
    border-radius:10px;
    position:relative;
}
.descrip-two>.windowse>.polo{
    width:100%;
    padding-right:10px;
    height:100%;
    overflow-y:auto;
}
.open-descr-two{
    cursor:pointer;
    transition:0.2s;
}
.open-descr-two:hover{
    color:#00a0e3;
    transition:0.2s;
}
.jump-page{
    width:100%;
    height:1px;
    position:absolute;
    top:-50px;
    float:left;
    background: transparent;
}

@media screen and (max-width:850px) and (min-width:10px){
.number-sec{
    display:none;
}
.txt-article img{
    max-width:100%;
    height:auto !important;
}
.right-section-dop{
    width:100%;
}
.title-usluga-dop>span{
    font-size:20px;
    font-weight:bold;
    color:#00a0e3;
    padding:0px;
    border:none;
}
.commentpage>.windowse{
    width:80%;
}
}

/*Доделки клиента*/

@media screen and (max-width:950px) and (min-width:320px){
.acardion{
  padding-left: 15px;
  padding-right: 15px;
}
iframe{
    width: 100%;
}

.point-menu>span {
    color:#00a0e3;
}

}

@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
} 


.accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}


.accordion ul li {
  position: relative;
  margin: 0;
  min-height: 45px;
}

.content-li>li{
    height: 45px;
    display: flex;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 7px;
}
.content-li>li:nth-of-type(2n){
    background: #fff5f5;
}
.content-li>li>span:nth-of-type(1){
    margin: auto;
    margin-left: 0px;
}
.content-li>li>span:nth-of-type(2){
    margin: auto;
    margin-right: 0px;
}

.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}

.route-up-down{
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 0;
    right: 15px;
}
.route-up-down>img{
    margin: auto;
    transform: rotate(180deg);
    transition: 0.5s;
}


.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  padding: 0;
  opacity: 0;
}

.accordion ul li input[type=checkbox]:checked ~ div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.title_block_list{
    color: #00a0e3;
}

.accordion ul li input[type=checkbox]:checked ~ .route-up-down>img{
  transform: rotate(0deg);
  transition: 0.5s;
}

.accordion ul li input[type=checkbox]:checked ~ .title_block_list{
    color: #333;
}


div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}


/*price*/
.photo-article-one{
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: 0.5s;
}
.photo-article-one:hover{
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 1;
    cursor: pointer;
    transition: 0.5s;
}
.txt-article,.photo-article{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.photo-article-one>img{
    width: 110%;
}
.photo-article-one:nth-of-type(1){
    width: 370px;
    height: 210px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.photo-article-one:nth-of-type(2){
    width: 170px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.photo-article-one:nth-of-type(4){
    width: 170px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.photo-article-one:nth-of-type(3){
    width: 170px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.photo-article-one:nth-of-type(5){
    width: 170px;
    height: 100px;
    float: left;
    overflow: hidden;
    border-radius: 10px;
}
.sale-page{
    width: 100%;
    text-align: justify;
}
.sale-page:after{
    content: "";
    width: 100%;
    display: inline-block;
}
.action-sec{
    width:300px;
    min-height: 220px;
    border:1px solid #ccc;
    margin-bottom: 35px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.action-img{
    width: 300px;
    height: 220px;
    float: left;
    overflow: hidden;
    background: #ddd;
    background-size: cover;
}
.action-img>img{
    width: 100%;
}
.action-txt{
    float: left;
    padding-top: 20px;
    max-width: 495px;
    height: 320px;
}
.action-title{
    color: #00a0e3;
    font-size: 20px;
    height: 50px;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.action-desc{
    padding-top: 15px;
    height: 120px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.price-and-call{
    padding-top: 10px;
    width: 100%;
}
.price-action{
    font-size: 24px;
    float: left;
    text-align: center;
    width: 100%;
    height: 70px;
    color: #666;
}
.price-action>span{
    font-size: 36px;
    margin-right: 10px;
}
.call-action{
    float: left;
    width: 100%;
    height: 70px;
    text-align: right;
}
.call-action>a{
    color: auto;
    text-decoration: none;
}
.btn-4 {
    width: 230px;
    height: 50px;
    border: 2px solid #00a0e3;
    border-radius: 10px;
    display: flex;
    margin: auto;
    cursor: pointer;
    transition: 0.5s;
}
.btn-4>span{
    margin: auto;
    font-size: 16px;
    color: #00a0e3;
}
.btn-4:hover {
    width: 230px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}

.sotrudniki-section-info{
    float: left;
    width: 100%;
    height: auto;
    text-align: justify;
    margin-top: 20px;
    overflow: hidden;
}
.sotrudniki-section-info:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.sotrudnik{
    width: 350px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    min-height: 200px;
    display: inline-block;
    padding: 10px;
}
.face-sec{
    width: 145px;
    height: 230px;
    overflow: hidden;
    float: left;
    border-radius: 7px;
}
.face-sec>img{
    height: 100%;
}
.info-sotrudnik{
    width: 170px;
    height: 230px;
    overflow: hidden;
    margin-left: 10px;
    float: left;
    position: relative;
}
.name-sitrudmik{
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    line-height: 17px;
    height: 55px;
    border-bottom: 1px solid #e5e5e5;
}
.skill{
    margin-top: 10px;
    text-align: left;
}
.button-section{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.btn-5>span{
    margin: auto;
    font-size: 16px;
    color: #00a0e3;

}
.btn-5 {
    max-width: 230px;
    border: 2px solid #00a0e3;
    border-radius: 7px;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.btn-5:hover {
    border: 2px solid #000;
    transition: 0.5s;
    cursor: pointer;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 101;
}

#shadow-callback{
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    padding:10px;
}
.window-callback{
    width: 500px;
    min-height: 400px;
    margin: auto;
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding:10px;
    border-radius: 10px;
    z-index: 9999;
}
.window-callback>input {
    height: 35px;
    width: 100%;
    float: left;
    border: 1px solid #999;
    border-radius: 50px;
    padding-left: 20px;
    margin-bottom: 15px;
    outline: none;
}
.window-callback>textarea {
    height: 100px;
    width: 100%;
    resize:none;
    float: left;
    padding-left: 20px;
    padding-top:5px;
    border: 1px solid #999;
    border-radius: 15px;
    outline: none;
}
.ask{
    float:left;
    width:100%;
    margin-top:10px;
}
.check_fail{
    float:left;
    height:16px;
    width:16px;
}
.vertical-align{
    height:22px;
    float:left;
    display:flex;
}
.vertical-align>span{
    margin:auto;
    margin-left:10px;
    font-size:13px;
}
.vertical-align>span>a{
    font-size:13px;
    color: #00a0e3;
    text-decoration:none;
}
.error-sec-form{
    float:left;
    width:100%;
    height:20px;
    text-align:center;
    margin-top:10px;
}

.title-call{
    height:30px;
    width:100%;
    float:left;
    font-size:26px;
    font-weight:bold;
}
.cap-call{
    height:30px;
    width:100%;
    margin-top:5px;
    float:left;
    font-size:15px;
}





#shadow{
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.window{
    width: 700px;
    min-height: 400px;
    margin: auto;
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9999;
}
.close-window{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
}
.close-window>i{
    margin: auto;
    font-size: 20px;
    color: #00a0e3;
}
.close-window:hover>i{
    color: #000;
    cursor: pointer;
}
.left-window{
    width: 300px;
    height: 600px;
    background: #f8f8f8;
    float: left;
    padding: 20px;
}
.left-window>.face-sec-window{
    width: 250px;
    height: 285px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    border:1px solid #999;
}
.left-window>.face-sec-window>img{
    width: 100%;
}
.name-sitrudmik-window {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.right-window{
    width: 400px;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
}
.title-window{
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 30px;
}

.right-window>input{
    height: 35px;
    width: 100%;
    float: left;
    border: 1px solid #999;
    border-radius: 50px;
    padding-left: 20px;
    margin-bottom: 15px;
    outline: none;
}
.data-ask{
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 30px;
    text-align: justify;
    position: relative;
    border-bottom: 1px solid #999;
}

.text-data{
    margin: auto;
    text-align: center;
    float: left;
    width: 100%;
    height: 30px;
    display: flex;
}
.text-data>span{
    margin: auto;
    font-weight: 700;
}
.route-data-window-left{
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0px;
}
.route-data-window-right{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0px;
}
.route-data-window-left>img{
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
    margin: auto;
}
.route-data-window-right>img{
    transform: rotate(-90deg);
    width: 25px;
    height: 25px;
    margin: auto;
}
.button-section-window-page{
    float: left;
    width: 100%;
}

.btn-6>span{
    margin: auto;
    font-size: 16px;
    color: #000;

}
.btn-6 {
    width: 220px;
    height: 40px;
    border: 2px solid #00a0e3;
    border-radius: 50px;
    margin: auto;
    margin-top: 20px;
    background: #00a0e3;
    display: flex;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}

.warning-window-page{
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.warning-window-page>a{
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    color:#000;
}
.mobile-menu-services{
    display: none;
}
a>.photo-galery{
    overflow:hidden;
    width:220px;
    height:200px;
    background-size:cover;
    display:inline-block;
    border-radius:25px;
}
a:nth-child(3n)>.photo-galery {
    width:400px;
}
.photo-container{
    width:100%;
    text-align:center;
    margin-top:30px;
    margin-bottom:50px;
    float:left;
}


.newslist{padding:10px 0 30px 0;height:200px;max-width: 500px;display: inline-block;vertical-align: top;}

.newslist a{float: left;
width: 40%;
max-height: 190px;
overflow: hidden;}

.newslist a img{width:95%}

.newslist h2{float:left;width:60%;font-size:18px;line-height: 18px;text-align:left}



@media screen and (max-width:1110px) and (min-width:940px){

    .left-section-page{
        max-width: 1000px;
        width: 30%;
        float: left;
    }
    .right-section-page{
        max-width: 1000px;
        width: 65%;
        float: right;
    }
}


@media screen and (max-width:1090px) and (min-width:950px){
    .item-card{
        max-width: 290px;
    }
    
}

@media screen and (max-width:950px) and (min-width:500px){
    .logo-sec{
        height: 100px;
    }  
    .logo-sec>img{
        margin: auto;
        width: 50%;
        height: auto;
        margin-right: auto !important;
    }
}

@media screen and (max-width:950px) and (min-width:320px){
    *{
        font-size: 14px;
    }
    
    .da-slider {
        display: none;
    }
    
    a>.photo-galery{
        width:100%;
        height:200px;
    }
    a:nth-child(3n)>.photo-galery {
        width:100%;
    }
    .vertical-align {
        height: 22px;
        float: left;
        width: 255px;
        display: flex;
    }
    .title-call{
        height:20px;
        width:100%;
        float:left;
        font-size:17px;
        font-weight:bold;
    }
    #namevrach {
        text-align: left;
        font-size: 16px;
        line-height:17px;
        height: 65px;
        padding-bottom: 0px;
    }
    #shadow{
        padding: 10px;
    }
    .window{
        width: auto;
        max-width: 700px;
        min-height: auto;
        padding: 5px;
        height: auto;
    }
    .left-window{
        width: 100%;
        height: 160px;
    }
    .left-window>.face-sec-window{
        width: 120px;
        height: 130px;
        float: left;
    }
    .name-sitrudmik-window,.skills{
        margin-top: 5px;
        float: right;
        width: 50%;
        text-align: right;
        padding-bottom:5px;
    }
    .skills{
        font-size: 11px;
        text-align:left;
    }
    .right-window{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 100%;
        height: auto;
    }
    .title-window{
        height: 35px;
        font-size: 20px;
    }
    .right-window>input{
        height: 30px;
        margin-bottom:5px;
    }
    .data-ask{
        margin-top: 10px;
    }
    .btn-6{
        width: 200px;
        height: 30px;
        margin-top: 10px;
    }
    .sotrudniki-section-info{
        text-align: center;
    }
    .sotrudnik{
        width: auto;
        max-width: 280px;
    }
    .face-sec{
        width: 100%;
        height: auto;
    }
    .info-sotrudnik{
        margin-left: 0;
        width: 100%;
    }
    .btn-5 {
        margin: auto;
    }
    .name-sitrudmik{
        padding-top: 10px;
        text-align: center;
    }
    .skill{
        text-align: center;
    }
    .face-sec>img{
        border-radius: 7px;
        max-width:250px;
        height:auto;
        min-height:auto;
    }
    .content-li>li{
        padding-left: 10px;
        padding-right: 10px;
    }
    .action-sec{
        height: auto;
    }
    .action-img{
        width: 100%;
        overflow: hidden;
        background-size: cover;
    }
    .action-txt{
        margin-left: 0px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .action-desc{
        padding-top: 15px;
        height: auto;
    }
    .price-action,.call-action{
        width: 100%;
    }
    .call-action>.btn-4{
        margin:auto;
    }
    .action-img>img{
        width: 100%;
    }
    .content-li>li>span:nth-of-type(1){
        margin: auto;
        margin-left: 0px;
    }
    .content-li>li>span:nth-of-type(2){
        margin: auto;
        margin-right: 0px;
        min-width: 50px;
        text-align: right;
        margin-left: 5px; 
    }
    .photo-article-one>img{
        width: 100%;
    }
    .photo-article-one{
        padding: 5px;
    }
    .photo-article-one:nth-of-type(1){
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 10px;
    }
    .photo-article-one:nth-of-type(2){
        width: 50%;
        float: left;
        overflow: hidden;
        border-radius: 10px;
        margin: 0;
    }
    .photo-article-one:nth-of-type(3){
        width: 50%;
        float: left;
        overflow: hidden;
        border-radius: 10px;
        margin: 0;
    }
    .photo-article-one:nth-of-type(4){
        width: 50%;
        float: left;
        overflow: hidden;
        border-radius: 10px;
        margin: 0;
    }
    .photo-article-one:nth-of-type(5){
        width: 50%;
        float: left;
        overflow: hidden;
        border-radius: 10px;
        margin: 0;
    }
    .left-section-page{
        width: 100%;
    }
    .right-section-page{
        width: 100%;
    }
    .docs-sec>.right-sec{
        float: left;
    }
    .docs-sec{
        height: auto;
        float: left;
    }
    .docs-sec>.right-sec{
        width: 100%;
        padding: 10px;
    }
    .docs-sec>.left-sec>.name-docs{
        text-align: center;
    }
    .docs-sec>.left-sec{
        padding: 5px;
    }
    .colum-service{
        width: 100%;
        min-height: 20px;
        height: auto;
    }
    .title-line{
        width: 15%;
    }
    .title-section>.title{
        width: 70%;
    }
    .title-line-sotrudniki{
        width: 15%;
    }
    .title-section>.title-sotrudniki{
        width: 70%;
    }
    .title-section>.title-sotrudniki>span{
        line-height: 20px;
    }
    .map-info-sec{
    	padding-right: 10px;
    	padding-left: 10px;
    }
    .info-loc-wrapper{
		padding-left: 10px;
		padding-right: 10px;
		padding: 10px;
    }
    .city-loc,.graphic-job{
		width: 100%;
		border: none;
		text-align: center;
		min-height: 20px;
    }
    .btn-2,.btn-3{
    	margin: auto;
    	float: none;
    	height: 40px;
    	width: 200px;
    }
	.city-cap,.title-graphic{
		font-size: 22px;
		height: 30px;
	}
	.city-phone{
		font-size: 15px;
		height: 30px;
	}
	.city-adress,.city-mail{
		font-size: 15px;
		height: 22px;
	}
	.days{
		height: 35px;
		font-size: 15px;
		line-height: 13px;
	}

    .desctop{
        display: none;

    }
    .mobile{
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        border-bottom: 2px solid #00a0e3;
        height: 70px;
        z-index: 999;
    }
    .burger-sec{
        width: 50px;
        height: 50px;
        background: #00a0e3;
        border-radius: 50%;
        top: 10px;
        left: 10px;
        display: flex;
        z-index: 9999;
        position: fixed;
    }
    .closep{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .closep>i{
        color: #fff;
        margin: auto;
        font-size: 20px;
    }
    .burger-sec>i{
        color: #fff;
        margin: auto;
        font-size: 20px;
    }

    .menu-wrapper-mobile{
        display: block;
        transform: translateX(-100%);
        transition: 0.5s;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 99999;
    }
    .mobile-menu-sec{
        margin: 0;
        margin-top: 20px;
        padding: 0;
        width: 100%;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }
    .mobile-menu-sec>li{
        list-style: none;
        height: 35px;
        border-bottom: 1px solid #00a0e3;
    }
    .mobile-menu-sec>li>a{
        text-decoration: none;
        color:#000;
    }

    .mobile-menu-sec>li:nth-last-child(1){
        margin-top: 35px;
        border-bottom: 0;
    }
    .mobile-menu-sec>li>a>.point-menu>.zapis{
        margin: auto;
        font-size: 17px;
        background: #fff;
        color: #7B68EE;
        border:2px solid #00a0e3;
        padding: 8px 15px;
        border-radius: 25px;
        transition: 0.5s;
    }

    .logo-sec{
        display: flex;
        height: 70px;
    }
    .logo-sec>img{
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-right: 8px;
    }

    .wrapper-head{
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-sec,.adress-sec,.job-time-sec,.phone-sec{
        width: 100%;
    }
    .logo-sec>a>img{
        display: none;
    }
    .adress-sec{
        padding-left: 0px;
    }
    .job-time,.place-map{
        width: auto;
    }
    .phone-wrapper{
        margin-right: auto;
        text-align: center;
        position: relative;
    }
    .desc-phone{
        float: none;
    }
    .img-phone,.img-place{
        display: none;
    }
    .desc-place{
        text-align: center;
        font-size: 20px;
        padding-left: 0px;
        color: #00a0e3;
    }
    .items-sec{
        text-align: center;
    }
    .copyright,.social,.docs,.developed{
        width: 100%;
        min-height: 40px;
    }
    .developed>a{
        margin-right: auto;
    }
    .soc-net{
        margin-left: 5px;
    }

    .slider-bg>img{
        width: 130%;
    }
    .slider-desc{
        font-size: 18px;
    }
    .slider-caption{
        font-size: 14px;
    }
    .btn-1{
        width: 150px;
        height: 35px;
    }
    .btn-1>span{
        font-size: 15px;
    }
    .route-right,.route-left{
        height: 30px;
        width: 30px;
    }
    .menu-services-mobile{
        display: none;
    }
    .close-menu-m{
        display: none;
    }
    .mobile-menu-services{
        display: block;
    }
    .sale-page{
        text-align: center;
    }
}


.container-footer {
    position: relative;
    display: block;
    max-width: 1150px;
    margin: 0px auto;
    padding: 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer ul.link-list li a{
	color:#fff;
}

footer ul.link-list li a:hover{
    color:#fff;
    text-decoration: underline;
}


footer .widgetheading {
	position: relative;
}

footer .widget .social-network {
	position:relative;
}

footer .widget p {
    margin-bottom: 8px;
}

footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;
}

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

footer{
	background:#00a0e3;
	color:#fff;
	padding-top: 30px;
}

footer a {
	color:#fff;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#eee;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
}

#sub-footer{
	background:#00a0e3;
	text-shadow:none;
	color:#fff;
	padding:0;
	margin-top: 90px;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#fff;
}

.copyright {
	text-align:left;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}

footer .row {
    overflow: hidden;
}
footer .span2 {
    display: inline-block;
    width: 40%;
    float: left;
}
footer .span3 {
    display: inline-block;
    width: 30%;
    float: left;
}
footer .widget {
    width: 90%;
} 
footer ul {
    display: block;
}
footer ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px; 
}

@media (min-width: 768px) and (max-width: 979px) {

	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}
}


@media (max-width: 767px) {
    footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, 
	footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
}




.search-page{
    padding-top:50px;
}

.pagetitle{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #00a0e3;
    margin-bottom:40px;
}

.bg_img_product{
    color: #00a0e3;
    text-decoration:none;
}

.wrapper_product + .wrapper_product{
    margin-top:20px;
}


.search-sec input{
    height:35px;
}

.search-sec{
    margin-top:6px;
    float:left;
    width:100%;
}

.submbutton{
    background: #00a0e3;
    color:#fff;
    border:none;
    border-radius:10px;
    padding-left:10px;
    padding-right:10px;
}









































