@charset "utf-8";
/* CSS Document */
body {
	margin: auto;
	background-color:rgb(201, 234, 255);
    min-width: 550px;
}
/*Фоновая таблица*/
a {text-decoration: none}
.fonSilki {
	display: flex;
	display: -ms-flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
} 

.s1stroka {
	display: flex;
	width: 100%;
	height: 260px;
}

.s2stroka {
	display: flex;
	width: 100%;
	height: 260px;
}

/*Первая ячейка*/
.kn1 {
    width: 50%;
    height: 260px;
    background-image: url("../image/sht_chb.png");
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.5s;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
.kn1:hover {
	background-image: url("../image/sht_color.png");
	transition: 0.5s;
}

/*Вторая ячейка*/
.kn2 {
	height: 260px;
	width: 50%;
	background-image: url("../image/vizitki_chb.png");
	background-repeat: no-repeat;
	background-position: left;
	transition: 0.5s;
}
.kn2:hover {
	background-image: url("../image/vizitki_color.png");
	transition: 0.5s;
}

/*Третья ячейка*/
.kn3 {
	width: 50%;
	height: 260px;
	background-image: url("../image/shir_chb.png");
	background-repeat: no-repeat;
	background-position: right;
	transition: 0.5s;
}
.kn3:hover {
	background-image: url("../image/shir_col.png");
	transition: 0.5s;
}

/*Четвертая ячейка*/
.kn4 {
	width: 50%;
	height: 260px;
	background-image: url("../image/fotousl_chb.png");
	background-repeat: no-repeat;
	background-position: left;
	transition: 0.5s;
    border-top: 2px solid white;
    border-left: 2px solid white;
}
.kn4:hover {
	background-image: url("../image/fotousl_col.png");
	transition: 0.5s;
}

.centre {
    position: absolute;
    left: 50%;
    top: 230px;
    width: 130px;
    height: 130px;
    margin-left: -65px;
    background-image: url("../image/Logo_main.png");
    background-size: 92%;
    border-radius: 80px;
    box-shadow: 5px 5px 20px;
    transition: 0.5s;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
	background-position: center;
	animation: logoCenter 10s ease-in-out infinite;
	-webkit-animation: logoCenter 6s ease-in-out infinite;
}
@keyframes logoCenter {
	0% { background-image: url("../image/Logo_main.png")}
	5% { background-image: url("../image/Logo_main.png")}
	10% { background-image: url("../image/Tel_main.png")}
	60% { background-image: url("../image/Tel_main.png")}
	65% { background-image: url("../image/Logo_main.png")}
	100% { background-image: url("../image/Logo_main.png")}
}
@-webkit-keyframes logoCenter {
	0% { background-image: url("../image/Logo_main.png")}
	5% { background-image: url("../image/Logo_main.png")}
	10% { background-image: url("../image/Tel_main.png")}
	60% { background-image: url("../image/Tel_main.png")}
	65% { background-image: url("../image/Logo_main.png")}
	100% { background-image: url("../image/Logo_main.png")}
}
.centre:hover {
    width: 480px;
    height: 130px;
	border-radius: 80px;
    transition: 0.5s;
	margin-left: -240px;
	background-image: url("../image/rekvizits.png");
	animation-name: none;
}

/*Общий стиль для загаловков ячеек*/
.text_main {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 27px;
	color: lightblue;
	padding-top: 10px;
	text-shadow: 3px 3px 3px black;
	padding-left: 50px;
	padding-right: 50px;
	transition: .5s;
	font-weight: 600;
	
}

.podval {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 13pt;
	font-weight: 700;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	user-select: none;
}

.rekv_text {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 18px;
	padding-left: 4px;
	padding-right: 4px;
	text-shadow: 0px 0px 15px white, 0px 0px 15px white, 0px 0px 15px white, 0px 0px 15px white;
}

.fon6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align-last: center;
	padding: 5px;
}

.dopuslugi {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.2rem;
    font-weight: 500;
    text-shadow: 2px 2px 3px black;
    box-shadow: 2px 2px 3px black;
    color: #FFFFFF;
    text-align: center;
    background-color: rgb(71, 181, 252);
    border-radius: 5px;
    padding: 2px 5px 5px 5px;
    transition: .5s;
    cursor: pointer;
    width: 17%;
    height: 80px;
    min-width: 180px;
    margin: 5px;	
}
.dopuslugi:hover {
	transition: .5s;
	box-shadow: 5px 5px 15px black;
	color: rgba(0,0,0,0.00);
	text-shadow: 0 0 0 rgba(0,0,0,0.00);
}

.raspdoc:hover {
	background: url("../image/dopUslugi/kn01.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}
.scanir:hover {
	background: url("../image/dopUslugi/kn02.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}
.broshur:hover {
	background: url("../image/dopUslugi/kn03.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}
.laminir:hover {
	background: url("../image/dopUslugi/kn04.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}
.pechfutb:hover {
	background: url("../image/dopUslugi/kn05.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}
.tablichki:hover {
	background: url("../image/dopUslugi/kn06.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.ah {
	display:contents;
}

.block_reklama01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, #FFFFFF 50%, rgba(255, 255, 255, 0) 90%);
    padding: 5px;
    border-bottom: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #FFFFFF 50%, rgba(255, 255, 255, 0) 90%); 
    -webkit-border-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #FFFFFF 50%, rgba(255, 255, 255, 0) 90%); 
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #FFFFFF 50%, rgba(255, 255, 255, 0) 90%);
    border-image-slice: 1;
}

.reklama01_zagolovok {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    color: #001092;
}



.reklama01_img {
	width: 100px;
	height: 260px;
	margin: 0px;
	transition: .5s;
}
.reklama01_img:hover {
	width: 200px;
	transition: .5s;
}

.reklama01_images {
	margin-left: -100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.slogan {
    background: linear-gradient(to right, rgb(194, 234, 255) 20%, #FFFFFF 50%, rgb(194, 234, 255) 80%);
    border-bottom: 3px solid rgb(31, 143, 255);
    border-top: 3px solid rgb(31, 143, 255);
    height: auto;
    text-align: center;
    padding-top: 5px;
	font-size: 20px;
    color: rgb(29, 136, 242);
}
.magnits:hover {
	background: url("../image/dopUslugi/kn07.jpg"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.imgFotoDocReclama {
	box-shadow: 5px 5px 15px black;
	transform: rotate(5deg);
	margin-top: 15px;
}

.fonMain {
    background-image: url("../image/imgFonMain.jpg");
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.text_main:hover {
    color: blue;
    text-shadow: 3px 3px 12px #FFFFFF, -3px -3px 12px #FFFFFF, 3px 3px 12px #FFFFFF, -3px -3px 12px #FFFFFF, 3px 3px 12px #FFFFFF, -3px -3px 12px #FFFFFF, 3px 3px 12px #FFFFFF, -3px -3px 12px #FFFFFF;
}

.pech_sht:hover {
   	background: url("../image/dopUslugi/sht_color.png"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.viz:hover {
	background: url("../image/dopUslugi/vizitki_color.png"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.foto:hover {
	background: url("../image/dopUslugi/fotousl_col.png"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.shirok:hover {
	background: url("../image/dopUslugi/shir_col_.png"), #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	transition: .5s;
}

.objavaBlock {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.im {
    margin: 10px;
    display: block;
    }

.objava01 {
    font-size: 40px;
    color: #fb0404;
    margin: 10px;
}

.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    right: 5%;
    bottom: 5%;
    width: 50px;
    height: 50px;
}
h4 a {
	color: black;
}

.map {
	display:block;
	box-shadow: 5px 5px 5px gray;
	margin: 20px auto;
	align-content:center;
	align-items:center;
	align-self:center;
}

.zayavka {
	border: 1px solid gray;
	border-radius: 10px;
	background-color: #f9d9a1;
}