@import url( 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');


@font-face{
font-family: 'Cambria';
src: url('../fonts/Cambria.eot');
src: url('../fonts/Cambria_iefix.eot') format('eot'),
url('../fonts/Cambria.woff') format('woff'),
url('../fonts/Cambria.ttf') format('truetype');
}


* {
	box-sizing: border-box;
}
.h100 {
    
}

body {
    padding: 0;
    margin: 0;
    color: #3B3B3B;
	background: linear-gradient(to bottom, #aac6d7, #fdfdfe);
	font-family: 'Cambria';
    font-weight: normal;
}
.spisokusl>div {
	flex-wrap: wrap;
}

.inner_gallery video {
	margin-right:5px;
}

.col h5 {
	font-size:20px;
}


.ustext {
	font-size:18px;
}

.innercontent h1 {
	margin-bottom: -10px;
	font-size: 30px;
	margin-top: 10px;
}

.innercontent h2 {
	margin-bottom: -10px;
	margin-top: 10px;
} 

.ouradv h2 {
    font-size: 24px;
    margin: 0;
}

.toptopheader {
	background:white;
	padding: 7px 0px 8px 0px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
}
#poptext {
	cursor:pointer;
}

.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
    z-index: 3;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	background: #c1d5e2;
}

.aboutcompsovet li {
	margin-bottom: 7px;
}

.header_fixed .topheader {
	background: #c3d7e3;
}

.header_fixed .headcontainer {
	margin-top: 0px!important;
	padding-top: 10px;
}

.header_fixed .topmenu{
	margin-bottom: 0px;
}

.art-footer img {
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.art-footer img:hover {
	filter:none;
}

#slogan {
	font-size: 18px;
    font-weight: bold;
}

#worktime {
	font-size: 16px;
	position: relative;
}

#worktime:before {
	content:url(../images/clock.png);
	position:absolute;
	left: -25px;
    top: 2px;
}

.toptopheader>div {
	max-width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container {
	width: 960px;
    margin: 0 auto;
}


.pagination {
	display: flex;
    list-style: none;
    padding: 0;
}

.pagination li {
	margin-right:5px;
}

/*Шапка*/

.topheader {
	
	margin-bottom: 20px;
}

.headcontainer {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 25px;
}

.topphoneitem {
	color:white;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
.phonescontainer>div {
	color:white;
	font-size:18px;
	
	font-weight:bold;
}

.contacts_opener {
	font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background: #29729f;
    color: white;
    padding: 10px;
    display: block;
    margin-top: 15px;
    border-radius: 12px;
    text-align: center;
    display:none;
}

.contacts_opener:hover {
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
}

.contacts_opener1 {
	font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background: #29729f;
    color: white;
    padding: 10px;
    display: block;
    margin-top: 15px;
    border-radius: 12px;
    text-align: center;
    display:none;
}

.contacts_opener1:hover {
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
}

.maindds {
	display:none;
}

.vis13 {
	display:block
}

.slogan {
	font-style: italic;
    font-size: 14px;
}

.adres {
	font-weight: 700;
    font-size: 14px;
}

.phone {
	position:relative;
}
.phone p {
	
    font-weight: 700;
    font-size: 23px;
    margin: 0;
}

.phone div {
	margin-top:10px;
}

.phone a {
	text-align: center;
    padding: 5px 10px;
    background-color: #ffd100;
    margin-left: 32px;
    box-shadow: 0px 10px 20px -5px #B8B8B8;
    margin-top: 4px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.phone:before {
	content:url(../images/wa.png);
	position:absolute;
	left:0;
	left: -28px;
}

.phone:after {
	content:url(../images/viber.png);
	position:absolute;
	left: -24px;
    top: 32px;
}

.topmenu {
	background: white;
	
	margin-bottom:20px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
}

.sectionbanner {
	float: left;
    width: 100%;
}

.topbanner {
	color: white;
    font-size: 40px;
    
	position: relative;
	font-weight: bold;
}

.bantext1 {
	position: absolute;
    top: 10%;
    left: 5%;
}

.inner_gallery {
	max-width: 95%;
    margin: 0 auto;
	max-height: 300px;
}

.aboutcomp ul {
	font-size:18px;
}

.inner_gallery .slick-prev {
	/*width: 12px;
    height: 20px;
    background: url(../images/gal/left.png);
	left: -20px;
    top: 34%;
	*/
	left: -30px;
	z-index: 100;
}

.inner_gallery .slick-next {
	/*width: 12px;
    height: 20px;
    background: url(../images/gal/right.png);
	right: -5px;
    top: 34%;*/
	right: -38px;
	z-index: 100;
}

.bantext1 span {
	font-size: 40px!important;
	text-transform: uppercase;
}

.bantext3 {
	top: auto;
	bottom: 4%;
}

.conttable {
	    font-size: 18px;
    font-weight: bold;
    border-collapse: collapse;
    text-align: center;
    color: black;
}

.partnercont {
	display: flex;
	
}

.partnercont>div {
	margin-right: 5px;
}

.conttable td {
	border:1px solid #29729f;
	padding:15px;
}

.conttable a {
	font-style:italic;
	color:#29729f;
	text-decoration:none;
}


.bantext2{
	position: absolute;
    bottom: 10%;
    right: 5%;
	text-transform: uppercase;
}

.topbanner>img {
	width:100%;
}

.aboutcomp {
	float: left;
    width: 100%;
	
}

.prices {
	float: left;
    width: 100%;
	margin-top:40px;
}

.prices>div {
	display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.prices>div>div {
    margin-bottom:15px;
    flex-basis: 24%;
    background: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
    font-weight: bold;
    font-size: 17px;
}

.priceitem_name {
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding: 0px 0px 10px 0px;
}

.priceitem_price {
	color:#29729f;
	font-size: 24px;
    font-weight: bold;
}

.priceitem_zakaz {
	color:white;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	background: #29729f;
	border-radius: 12px;
    text-align: center;
	width: 150px;
    margin: 10px auto;
    padding: 10px;
}

.aboutcomp>div {
	background:white;
	border-radius:10px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	padding: 1px 10px 12px 12px;
}
.aboutcomp>div>div {
	background:linear-gradient(to bottom, #d9d9d9, white);
	padding:5px;
	border-radius: 10px;
    margin-top: 10px;
	position:relative;
}

.aboutcomp>div>div:after {
	position:absolute;
	content:url(../images/pands.png);
	right: 0;
    top: 30px;
}

.aboutcompkv p {
	max-width: 70%!important;
}

.aboutcompkv>div>div:after {
	position:absolute;
	content:url(../images/kvpand.png);
	right: 0;
	#top: 100px!important;
   
}

.hashtag {
	float: left;
    width: 100%;
    margin-top: 40px;
}
.hashtag>div {
	color: white;
    font-size: 24px;
    font-weight: bold;
    background: #29729f;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
}


#button {
  display: inline-block;
  background-color: #44529a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.howto {
	float: left;
    width: 100%;
    margin-top: 40px;
}
.howto>div {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewslist {
	float: left;
    width: 100%;
    margin-top: 40px;
}

.reviewslist>div>div {
	background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	
}

.aboutcompsovet {
	margin-top:40px;
}

.aboutcompsovet>div>div:after {
	display:none;
}

.aboutcompsovet p{
	max-width:100%!important;
}

.aboutcompsovet a {
	color:#29729f;
	text-decoration:none;
}


.slick-prev {
	display: inline-block;
    position: absolute;
    left: -60px;
    top: 38%;
    content: "";
    width: 38px;
    height: 38px;
    background: url(../images/arleft.png);
    color: transparent;
    border: none;
}

.slick-next {
	display: inline-block;
    position: absolute;
    right: -60px;
    top: 38%;
    content: "";
    width: 38px;
    height: 38px;
    background: url(../images/arright.png);
    color: transparent;
    border: none;
}

.slick-list {
	width:100%;
}

p.name {
	font-weight:bold;
	font-size:18px;
	position:relative;
	text-align:left;
	margin-left: 30px;
}
.name:after {
	position:absolute;
	content:url(../images/stars.png);
	left: 30%;
    top: 3px;
}


.gallery {
    width:100%;
	float:left;
	margin-top: 20px;
}

.gallery a {
    display: block;
}

.gallery_item {
	display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
	justify-content: space-around;
}

.gallery_item a {
	flex-basis: 48%;
	display:block;
}

.reviewslist .revtext {
	max-width:400px;
	text-align: left;
}


.innercontent img {
	max-width:100%;
}

.slick-slide {
	opacity:0;
}

.slick-slide.slick-active {
	opacity:1;
}

.ouradv a {
	position: absolute;
    display: block;
    right: 15px;
    color: #29729f;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
    top: 16px;
}

.ouradv {
	float: left;
    width: 100%;
    margin-top: 40px;

}

.mainact {
	border-bottom: 2px solid #29729f;
    color: #29729f!important;
    padding-bottom: 10px;
}

.spisokusl,.spisokusl1 {
	float: left;
    width: 100%;
    margin-top: 40px;
}

.podusl {
	float: left;
    width: 100%;
    margin-top: 40px;
}

.poduslinner {
	display: flex;
    justify-content: space-between;
    text-align: justify;
	font-size:18px;
}

.opiszagmain {
	display: flex;
    justify-content: space-between;
}

.opiszagmain a {
	font-size: 20px;
    font-weight: bold;
	color: #29729f;
}

.opiszagmain a:hover {
	text-decoration:none;
}

.cost {
	font-weight:bold;
}

.opiszagmain>p {
	margin-top:0;
}

.poduslimg {
	flex-basis: 30%;
}
.poduslimg img {
	width:100%;
}

.podusltext {
	flex-basis: 65%;
}

.zakusl {
    /*display: block;*/
    margin-bottom: 20px;
    text-align: right;
    /* color: #0d3553; */
    color: #29729f;
    font-style: italic;
    text-decoration: underline;
	cursor:pointer;
	display:none;
}

.spisokusl>div>a {
	display: block;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 10px;
    flex-basis: 22%;
	
}

.spisokusl>div>a:hover {
	color:#29729f;
	text-decoration:none;
}

.spisokusl>div {
	display: flex;
    justify-content: flex-start;
    align-items: baseline;
}






.spisokusl1>div>a {
	display: block;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.spisokusl1>div>a:hover {
	color:#29729f;
	text-decoration:none;
}

.spisokusl1>div {
	display: block;
    
	position:relative;
}




.bottexta  {
	color: #0d3553!important;
    
    border-bottom: 1px solid;
    
   
    padding-bottom: 10px;
    
}



.spisokusl1 a {
	color:black;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}

.harlist {
	font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 1.5em;
}

.harlist>div {
	position:relative;
}

.harlist>div:after {
	position: absolute;
    width: 1px;
    height: 40px;
    right: -70%;
    content: "";
    background: #dedede;
    top: 5px;
}

.harlist>div:last-child:after {
	display:none;
}



.ouradv>div {
	font-size: 24px;
    font-weight: bold;
	background: linear-gradient(to bottom, #d9d9d9, white);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	padding: 15px;
	border-radius: 15px;
	position:relative;
}

.ouradvlist {
	float: left;
    width: 100%;
    margin-top: 40px;
}

.ouradvlist>div {
	display: flex;
    justify-content: space-between;
    text-align: center;
}

.ouradvlist>div>div {
	flex-basis: 23%;
    background: white;
    padding: 5px;
    border-radius: 10px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	font-weight:bold;
	font-size:17px;
}


.ouradvlist1 {
	float: left;
    width: 100%;
    margin-top: 40px;
}

.ouradvlist1>div {
	display: flex;
    justify-content: space-between;
    text-align: center;
}

.ouradvlist1>div>div {
	flex-basis: 30%;
    background: white;
    padding: 5px;
    border-radius: 10px;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	font-weight:bold;
	font-size:17px;
}

.aboutcomp h2 {
	font-weight:bold;
	font-size:24px;
}

.aboutcomp p {
	max-width:82%;
	font-size:18px;
}


.topmenucontainer {
	display: flex;
    justify-content: space-between;
	align-items: center;
}


@media screen and (min-width:960px) {



ul.navmenu {
	padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navmenu>li {
	position: relative;
    display: block;
	padding: 20px;
}

.navmenu>li>a {
	color:black;
	text-decoration:none;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 17px;
}

.navmenu>li>a:hover {
	color: #C2C2C2;
	
}

.navmenu a {
	font-size: 16px;
}


.navmenu>li>ul {
	display:none;
	
}

.markItUpHeader {
	display:none!important;
}

.liheh2 {
	text-align: center;
    /* text-decoration: line-through; */
    border-top: 1px solid;
    margin-top: 30px;
}

.liheh2 span {
	font-size: 20px;
    color: black;
    font-weight: bold;
    background: #f2f2f2;
    /* margin-top: -10px; */
    size: block;
    display: block;
    width: 200px;
    margin: -11px auto 0px;
}

.lihemore {
	text-align: right;
}

.navmenu>li:hover ul {
	display: block;
    position: absolute;
    padding: 20px;
    background: white;
    list-style: none;
    min-width: max-content;
    left: 17px;
	z-index: 100;
	top: 60px;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0px 0px 4px 4px;
}

.rightcontent p {
	font-size: 16px;
}

.rightcontent ul {
	font-size: 16px;
}



.navmenu>li:hover ul a{
	color:black;
	text-decoration: none;
    font-size: 20px;
}

.navmenu>li:hover ul a:hover{
	color:#29729f;
	font-weight:bold;
}

}

.mm-listitem .mm-btn_next {
	right: 60px!important;
}

.navmenu>li>ul>li {
	position:relative;
	margin-bottom:15px;
	padding-left: 10px;
}




/*Шапка конец*/


.centerblockcontainer {
	justify-content: space-between;
	display: flex;
}


.leftmenuzag {
	color: #000000;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    
	background: #ffe200;
    padding: 10px 0;
	padding: 10px 10px;
}

.leftmenu1,.leftmenu2 {
	border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    box-shadow: 0px 20px 31px -20px #B8B8B8;
}

.leftmenu ul {
	padding: 0;
    list-style: none;
	margin: 5px 0px;
}

.leftmenu ul li {
	border-bottom: 2px solid #D9D9D9;
}
.leftmenu ul li a {
	padding: 0 15px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    min-height: 30px;
    line-height: 30px;
	display: block;
}

.leftmenu ul li a:before {
	background: url(../images/vmenuitemicon.png) no-repeat center;
    content: '.';
    text-indent: 6px;
    overflow: hidden;
    width: 6px;
    min-height: 13px;
    float: right;
	
}

.leftmenu>div>ul>li>a:hover:before {
	background: url(../images/vmenuhovereditemicon.png) no-repeat center;
    
}

.leftmenu ul li a:hover {
	color: #808080;
	
} 

.leftmenu ul li:last-child {
	border-bottom: none;
}


.leftmenu {
	flex-basis: 26%;
}

.rightcontent {
	flex-basis: 73%;
	font-size:12px;
	overflow: hidden;
}

.rightcontent p {
	margin: 5px 0px 13px 0px;
	line-height: 175%;
}

.rightcontent h2 {
	color: #616161;
	display:inline-block;
  margin: 10px 0 0;
    font-size: 24px;
	font-weight: normal;
	float: left;
    width: 100%;
}

.rightcontent h3 {
	
	color: #616161;
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 24px;
}


.rightcontent h1 {
	font-weight: normal;
	color: #ffffff;
    margin: 0px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    background: #000;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
}

.dopgals img {
	float:left;
}

.art-footer .art-footer-inner {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
	flex-wrap: wrap;
	font-size:18px;
}

.botmenuzag {
	font-weight:bold;
	margin-bottom: 10px;
}

.footcenter ul {
	list-style: none;
    padding: 0;
	line-height: 20px;
}

.footright>p {
	margin-top:0px;
}


.rightcontent ol {
	
	padding: 0;
    padding-left: 12px;
    line-height: 20px;
}

.rightcontent ol li{
	
	    margin: 3px 0 0 0;
}

.inimg {
	width:100%;
	
}

.newul {
	
	
}

.customprem div:hover {
    -moz-box-shadow: 5px 5px 0px #ffc700;
    -webkit-box-shadow: 5px 5px 0px #ffc700;
    box-shadow: 5px 5px 0px #ffc700;
    background-color: #ffed18;
    border-right: 1px solid #ffed18;
	position:relative;
}


.customprem div .arrow {
    background-image: url(../images/arrow.png);
    width: 50px;
    height: 26px;
    padding: 0px;
    position: absolute;
    width: 128px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    display: none;
    top: 100px;
}


.customprem div:hover .arrow {
    display: block;
}

.vopros {
	margin: 10px;
    font-size: 20px;
    font-weight: bold;
	
}

.simplesearch-search-form {
	margin-top: 10px;
}

.simplesearch-search-form input[type="submit"] {
	text-align: center;
    padding: 3px 10px;
    background-color: #ffd100;
    /* margin-left: 32px; */
    box-shadow: 0px 10px 20px -5px #b8b8b8;
    /* margin-top: 4px; */
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.category_description table {
	width: 100%;
    text-align: center;
}

.rul {
	display: block;
	overflow: hidden;
	position: relative;
}


.fotocontainer {
	display: flex;
    flex-wrap: wrap;
    
    margin-top: 20px;
	
}

.fotocontainer a {
	display: block;
    margin-right: 27px;
    color: black;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    margin-bottom: 20px;
    text-align: center;
    text-decoration: none;
}

.fotocontainer a:nth-child(3n) {
	margin-right:0px!important;
}

.rightcontent .imgitem:nth-child(3n+2) {
	margin-right:0px!important;
}


.otvet {
	margin: 10px 10px 10px 0px;
    font-size: 15px;
    font-style: italic;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.newsitem {
	
	margin: 20px 0px;
}

.newsitemtop {
	
	margin: 15px 0px;
}

.newsitemtop a {
	text-decoration:none;
	
	color: black;
    font-weight: bold;
    font-size: 20px;
}

.moretext {
	display: block;
    margin-top: 10px;
    color: black;
    font-style: italic;
	
}

.newsannons {
	
	    display: flex;
}

.nimage {
	
	margin-right: 20px;
}


.vigarenda {
	list-style-type: none;
	padding: 0;
}

.vigarenda li {
    height: 40px;
    padding-left: 40px;
    line-height: 30px;
    font-size: 14px;
}

.vigarenda li:before {
    content: '+';
    color: #fff;
    font-size: 30px;
    background-color: #ffe200;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 30px;
    text-align: center;
    margin-left: -40px;
}


/*Popup form*/

.popup,.up1,.popup2,.up2,.up3 {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	display:none;
	background:rgba(0,0,0,0.4);
	z-index: 4;
}

.up_bg,.up_bg1,.popup_bg2,.up_bg2,.up_bg3 {
	position:absolute;
	z-index:4;
	height:100%;
	width:100%;
}
		
.ajax_form1,.ajax_form2 {
	top:30%;
	position: relative;
	margin:4px auto;
	z-index:4;
	width:300px;
	padding:40px 20px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	}
.ajax_form3 {
	top:20%;
	position: relative;
	margin:4px auto;
	z-index:4;
	width:500px;
	padding:20px 20px;
	background:#FFFFFF;
	border:1px solid #666666;
	border-radius:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}	
	
	
	

img.close {
	opacity: 0.5;
	position: absolute;
    right: 6px;
    top: 8px;
	cursor:pointer;
}

img.close:hover {
	opacity: 1;
}

.ouradvlist img {
	max-height: 113px;
}

.price {
	width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 20px;
	border-collapse: collapse;
}

.price td {
	padding: 5px;
    font-size: 18px;
    border: 1px solid #29729f;
	
}

.tdcenter {
	text-align:center;
}

.tdleft {
	width: 71%;
}

.ajax_form1 .input_block input,.ajax_form2 .input_block input {
	
	width: 100%;
    padding: 10px 0;
    color: #525252 !important;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
	background: #FAFAFA;
	border-radius: 4px;
    border: 1px solid #7A7A7A;
    margin: 0 auto;
	    margin-bottom: 10px;
    text-indent: 10px;
}

.checkbox {
	font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.nn18 {
	cursor:pointer;
}

.ajax_form1 textarea,.ajax_form2 textarea {
	font-family: 'Roboto', sans-serif;
	    width: 98%;
		font-size: 13px;
		color: #525252 !important;
		border-radius: 4px;
    border: 1px solid #7A7A7A;
	text-indent: 10px;
}

.zadanvopros form textarea {
	
	font-family: 'Roboto', sans-serif;
	    width: 98%;
		font-size: 13px;
		color: #525252 !important;
		border-radius: 4px;
    border: 1px solid #7A7A7A;
	text-indent: 10px;
	margin-bottom:20px;
}

.zadanvopros .input_block input {
	
	width: 100%;
    padding: 4px 0;
    color: #525252 !important;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
	background: #FAFAFA;
	border-radius: 4px;
    border: 1px solid #7A7A7A;
    margin: 0 auto;
	    margin-bottom: 10px;
    text-indent: 10px;
}

.zadanvopros {
	
	max-width: 300px;
}

.zadanvopros h3 {
	margin-bottom:10px;
	
}

.zadanvopros .input_btn input {
	
	       text-align: center;
    padding: 5px 10px;
    background-color: #ffd100;
    /* margin-left: 32px; */
    box-shadow: 0px 10px 20px -5px #B8B8B8;
    margin-top: 4px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.ajax_form1 .input_btn input {
	
	     text-align: center;
    padding: 5px 10px;
    background-color: #19445f;
    /* margin-left: 32px; */
    box-shadow: 0px 10px 20px -5px #B8B8B8;
    margin-top: 4px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-radius: 5px;
	cursor:pointer;
}


.breadcrumps a {
	color:black;
}


.custompopusl {
	
	width: 100%;
    float: left;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.custompopusl a {
   flex-basis: 24%;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	
}

.custompopusl .block {
    
	text-align: center;
    padding: 10px;
}

.custompopusl img {
	max-width: 200px;
    max-height: 125px;
	
}


.custompopusl1 {
	
	width: 100%;
    float: left;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custompopusl1 a {
   color: black;
    text-decoration: none;
    font-weight: bold;
   font-size:16px;
   
	
}

.block>p>a {
	font-size:18px;
}

.zagpopupform {
	margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.custompopusl1 .block p {
	font-size: 18px;
	line-height: 20px;
}

.custompopusl1 .block {
   flex-basis: 28%;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-right: 10px;
    
}

.custompopusl1 img {
	max-width: 200px;
    max-height: 125px;
	
}


.llimg {
	float: left;
    margin-top: 10px;
    padding-right: 10px;
}

.customprem {
    margin: 30px 0px;
    
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.customprem div {
    float: left;
    height: 60px;
    width: 122px;
    text-align: center;
    font-size: 14px;
    padding-top: 80px;
}

.customprem .item-1 {
    background-image: url(../images/1.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: 1px solid rgba(204,204,204,0.6);
    line-height: 100%;
}

.customprem .item-2 {
    background-image: url(../images/zav.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: 1px solid rgba(204,204,204,0.6);
    line-height: 100%;
}

.customprem .item-3 {
    background-image: url(../images/dos.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: 1px solid rgba(204,204,204,0.6);
    line-height: 100%;
}

.customprem .item-4 {
    background-image: url(../images/Raschet.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: 1px solid rgba(204,204,204,0.6);
    line-height: 100%;
}

.customprem .item-5 {
    background-image: url(../images/2.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: 1px solid rgba(204,204,204,0.6);
    line-height: 100%;
}

.customprem .item-6 {
    background-image: url(../images/paint.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center 10px;
    line-height: 75%;
}

.current_page_item>a {
	font-weight:normal!important;
}

#ourmenu {
	width: 100%;
}

.breadcrumps {
	margin-bottom: 20px;
    font-size: 13px;
	
}

.more {
	font-size: 16px;
}

.breadcrumps .separator {
	padding-left: 5px;
    padding-right: 5px;
}

.art-footer a {
	color:white;
	text-decoration:none;
}

.art-footer a:hover {
	
	text-decoration:underline;
}

.goods-item-image img {
	width:250px;
	
}


.goodscontainer {
	
	display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-around;
	flex-wrap: wrap;
}

.goodscontainer>div {
	flex-basis: 250px;
    border: 1px solid #d9d9d9;
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
}


.goods-item-name {
	text-align: center;
    margin-bottom: 20px;
}

.goods-item-name a {
	color: #08526d;
    text-decoration: none;
    /* text-align: center; */
    font-weight: bold;
	font-size: 18px;
}

.green {
	color:#61764b;
}



.morebtngood {
	color: white;
    background: #0f6cbc;
    display: block;
    width: 75px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
}

.morezakgood {
	color: white;
    background: #e4241d;
    display: block;
    width: 120px;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
	cursor:pointer;
	
}

.goods-item-buttons {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.more3 .goods-item{
	flex-basis: 200px;
	width: 200px;
}

.more3 img {
	width: 200px;
}

.more3 .morebtngood {
	margin-bottom: 5px;
}

/*Футер*/

.art-footer {
	background:#aac7d9;
	
	color:white;
	font-size: 13px;
	padding: 20px;
	margin-top: 30px;
	float: left;
    width: 100%;
}

.slick-slide img {
    width:90%;
}

.spisokusl1 .slick-slide {
	padding-right:10px;
	padding-left:10px
}

.spisokusl1 img {
	max-height:130px;
}
.spisokusl1 .slick-list {
	max-height: 330px;
}

.spisokusl1 .slick-active {
	border-left: 1px solid #dddddd;
}

.leftmenu ul li ul li {
    border-bottom:none;
}

.partner1 img {
	max-width: 77px;
}

.partner2 img {
	max-width: 101px;
}

.partner3 img {
	max-width: 77px;
}

.partner4 img {
	max-width: 55px;
}

.partner4 {
	float: left;
    margin-right: 10px;
}



.leftmenu .active>a {
    background: #ffe200;
    font-weight:bold;
}

.leftmenu>div>ul>li>a {
	font-weight:bold;
}

.leftmenu ul li ul li a:before {
    background:none;
}


.lihemore {
	
}

.lihemore a {
	font-weight:bold;
}


@media screen and (min-width:960px) {
	
	.mobileLink {display: none!important;}
}

/*Футер конец*/




@media screen and (max-width:960px) {
	
	
	.reviewslist>div>div {
	background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.45);
	
}
	
.howto>div {
	flex-wrap: wrap;
	justify-content: end;
}
	
	
	.bantext1 span {
    font-size: 25px!important;
}
	
	.spisokusl>div {
		flex-wrap: wrap;
	}
	
	.art-footer .art-footer-inner {
		flex-wrap: wrap;
	}
	
	
	.container {
    width: auto;
    margin: 0 auto;
	padding-left: 5px;
    padding-right: 5px;
}




.custompopusl a {
	flex-basis: 45%;
}

.customprem {
    margin: 30px 0px;
    
    float: left;
	width: 100%;
}
	
	
	
	.mobileLink {
    position: absolute;
    left: 15px;
    text-decoration: none;
    font-size: 30px;
	color: #29729f;
    top: 3px;
}

.topmenu {
	padding: 0;
    height: 0;
}

.topbanner {
	    font-size: 25px;
}

.topheader {
    margin-bottom: 0px;
    margin-top: 10px;
}

.ouradvlist>div {
	flex-wrap: wrap;
}
.ouradvlist>div>div {
	flex-basis: 30%;
	margin-bottom:10px;
}

.topmenucontainer {
    display: block;
    
    height: 30px;
}



.mm-menu_offcanvas {
   
    z-index: 1!important;
}

.leftmenu {
    flex-basis: 0%;
    display: none;
}

.rightcontent {
    flex-basis: 95%;
    margin: 0 auto;
    
}

.slogan {
   
    display: none;
}

.slick-slide img {
    
    margin: 0 auto;
}
	
}


@media screen and (max-width:700px) and (min-width:570px) {
	.prices>div {
		flex-wrap: wrap;
	}
	.prices>div>div {
		margin-bottom:10px;
	}
	
	.toptopheader>div {
		justify-content: space-evenly;
	}
	
	.headcontainer {
		flex-wrap: wrap;
	}
	
	.art-footer .art-footer-inner>div {
		margin-bottom:15px;
	}
	#slogan {
    font-size: 16px;
    font-weight: bold;
}

.phonescontainer {
	order: 1;
}

.logo {
    order: 0;
	flex-basis: 100%;
    text-align: center;
}
	
}






@media screen and (max-width:750px) {
	
.slick-prev {
	left: 0px;
	z-index: 100;
	top: 30%;
}	

.slick-next {
	right: 0px;
	z-index: 100;
	top: 30%;
}

.harlist {
	justify-content: space-around;
}
	
	
.mobileLink {
    position: fixed;
    left: 15px;
    text-decoration: none;
    font-size: 30px;
	color: #29729f;
    top: 3px;
	z-index: 101;
}
.header_fixed {
	background: #fcfcfc;
}

.howto>div {
	justify-content: center;
	text-align: center;
}

.howto>div>div {
	flex-basis:100%;
}


}
@media screen and (max-width:570px) {
	
	.ajax_form3 {
		width:320px;
	}
	
	
	.topphoneitem,.phonescontainer>div {
		font-size: 16px;
	}
	
	.contacts_opener1,.contacts_opener {
		font-size: 16px;
		padding: 7px;
	}
	
	.conttable {
		font-size: 14px;
	}
	.conttable td {
		padding: 10px;
	}
	.price td {
		font-size: 14px;
	}
	
	.ouradvlist img {
    max-height: 95px;
    width: auto!important;
}
.poduslinner {
	flex-wrap: wrap;
}
	
	.gallery_item a {
    flex-basis: 100%;
   
}
	
	.ouradv,.hashtag {
		padding-left: 5px;
    padding-right: 5px;
	}
	
	.headcontainer {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-top: 25px;
    flex-wrap: wrap;
}

.ouradv a {
    position: absolute;
    display: block;
    right: 7px;
    color: #29729f;
    font-weight: normal;
    font-size: 16px;
    font-style: italic;
    top: 21px;
}

.phonescontainer {
	order: 1;
}

.logo {
    order: 0;
	flex-basis: 100%;
    text-align: center;
}

.prices>div {
	flex-wrap: wrap;
}

.prices>div>div {
	flex-basis: 48%;
	margin-bottom:10px
}

.bantext1 span {
    font-size: 22px!important;
}

.phonescontainer {
	text-align: center;
}

.podusl>div {
    display: flex;
    justify-content: center;
    text-align: justify;
    font-size: 18px;
    flex-wrap: wrap;
}

.poduslimg {
    flex-basis: 100%;
	margin-bottom: 20px;
}
.aboutcompsovet {
    margin-top: 20px;
}



.topbanner {
    font-size: 18px;
    padding: 0!important;
}

.podusltext {
    flex-basis: 100%;
}

.poduslimg img {
	width:100%;
}



.art-footer .art-footer-inner>div {
	margin-bottom:20px;
}

.spisokusl>div>a {
	flex-basis: 100%;
    margin-bottom: 15px;
    
}

.innercontent h1 {
    margin-bottom: -13px;
    font-size: 22px;
    margin-top: 10px;
}

.inner_gallery {
	max-height: -webkit-fill-available;
}

.inner_gallery .slick-list {
    width: 100%;
    height: 400px;
}

.innercontent h2 {
    margin-bottom: -13px;
    font-size: 22px;
    margin-top: 10px;
}

.aboutcompsovet li {
    margin-bottom: 7px;
    font-size: 16px;
}

.hashtag>div {
	    font-size: 18px;
}

.aboutcomp>div>div:after {
	display:none;
}
.mobileLink {
	top: 13px;
}



.ouradvlist>div>div {
    flex-basis: 48%;
    margin-bottom: 10px;
}

.aboutcomp p {
    max-width: 100%;
    font-size: 16px;
}

.logo {
    margin-top: 10px;
}

.podusltext {
    
    font-size: 16px;
}

.toptopheader>div {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
	.adres {
    
    display: none;
}

.custompopusl1 .block {
	flex-basis: 90%;
}

.goodscontainer>div {
	    margin-bottom: 10px;
}
	
	
	.customprem {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mainpagecontent {
	padding-left: 5px;
    padding-right: 5px;
}


.custompopusl a {
    flex-basis: 100%;
}

.aboutcompkv p {
    max-width: 100%!important;
}
	
	
}

@media screen and (max-width:440px) and (min-width:380px) {
	.priceitem_name {
		height: 96px;
	}
	
}


@media screen and (max-width:420px) {
	
	.topbanner {
    font-size: 20px;
}


.ajax_form3 {
	top: 8%;
	padding: 10px 10px;
}

.poptext ul {
	padding-left: 15px;
	font-size: 14px;
}



.bantext1 span {
    font-size: 20px!important;
}
	
	.phone p {
    line-height: 27px;
    font-size: 18px;
    text-align: right;
    padding-right: 5px;
}

.phone:before {
    content: url(../images/wa.png);
    position: absolute;
    left: 4px;
    /* width: 20px; */
}

.phone:after {
    content: url(../images/viber.png);
    position: absolute;
    left: 7px;
    top: 28px;
}

.ouradvlist1>div {
	flex-wrap: wrap;
}

.ouradvlist1>div>div {
	flex-basis: 49%;
	margin-bottom: 10px;
}

.ouradv>div {
	font-size: 18px;
}
	
	
	
}

@media screen and (max-width:380px) {
	.logo img {
		    max-width: 200px;
		
	}
	
	.prices>div>div {
    flex-basis: 48%;
    margin-bottom: 10px;
}

.priceitem_name {
    font-size: 18px;
}

.priceitem_price {
    font-size: 18px;
}
	
	.hashtag>div {
    font-size: 15px;
	padding: 10px;
}
	
	.headcontainer {
   
    margin-top: 5px!important;
}

.ouradvlist img{
	width:100%;
}

.ouradv a {
    position: absolute;
    display: block;
    right: 15px;
    color: #29729f;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    top: 20px;
}

.name:after {
	left: 44%;
}
.ouradvlist>div>div {
	font-size: 14px;
}	

#slogan {
    font-size: 15px;
    font-weight: bold;
}
	
}


@media screen and (max-width:335px) {
	
	
	.ouradv>div {
    font-size: 18px;
	padding: 10px;
}

.ouradv a {
	right: 6px;
	top: 13px;
}

.ouradvlist>div>div {
	font-size: 15px;
	width: 135px;
	flex-basis: 49%;
}

.howto>div {
    flex-wrap: wrap;
    justify-content: center;
}

.topbanner {
    font-size: 18px;
}

.hashtag>div {
    font-size: 14px;
    padding: 10px;
}

.toptopheader {
	padding: 7px 0px 8px 20px;
}

#slogan {
	font-size: 15px;
}	





	
	
}


.imgitem {
	float: left;
    margin: 10px 27px 10px 0px;
}



