body {
	margin: 0 auto;
	min-width: 550px;
}
.shapka {
	-ms-display: flex;
	display: flex;
	flex-wrap: wrap;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	align-self: center;
	width: 100%;
	height: auto;
	background: url(../image/imgFonViz.jpg) no-repeat;
    background-size: cover;
}
.logo {
	width: 100px;
	height: 65px;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.logo_img {
	transition: .8s;
}
.logo_img:hover {
	transform: rotate(360deg);
	transition: .8s;
}
h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: right;
	color: black;
}
@media all and (max-width: 850px) {
	h4 {text-align: center;}
}
.topAdres {
	margin-right: 20px;
	margin-left: 20px;
	user-select: none;
}
.vkladki_fon {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 40px;
	background:#7C7C7C;
	border-bottom: 1px solid #000000;
}

@media all and (max-width: 850px) {
	.vkladki_fon { height: 80px; }
	}

.vkl {
	width: auto;
	height: 30px;
	background: #727EF9;
	margin-top: 9px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	text-align: center;
}

@media all and (max-width: 850px) {
	.vkl { height: 50px; 
			margin-top: 30px;}
}
.vkl:hover {
	background: #727EF9;
	cursor: pointer;
}
.vkladki_txt {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	margin: 5px;
	text-align: center;
}

.ssilki {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	background:#7C7C7C;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:#FFFFFF;
	font-size: 14pt;
	padding-top: 9px;
	text-align: center;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

a:hover {
	color: #95B0F9;
}
.podval {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background:#7C7C7C;
	border-top: 1px solid #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: 20px;
}
.kalkulator {
	position: fixed;
	width: 600px;
	height: auto;
	top: 5px;
	left: -600px;
	background: #EBEBEB;
	transition: .5s;
	border-radius: 0 0 10px 0;
	box-shadow: 0px 0px 0px;
}
@media all and (max-width: 920px){
	.kalkulator {
	top: 320px;	
	}
}
.kalkulator2 {
	position: fixed;
	width: 600px;
	height: auto;
	top: 5px;
	left: 0px;
	max-width: 90%;
	background: #EBEBEB;
	transition: .5s;
	box-shadow: 5px 5px 5px;
	border-radius: 0 0 10px 0;
}
.kalkYarlikTxt {
	margin: auto;
	right: 10px;
	top: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	text-align: center;
	
}
.kalkulatorYarlik {
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	top: 80px;
	right: -120px;
	background:#EBEBEB;
	width: 200px;
	height: 40px;
	border-radius: 0 0 10px 10px;
	transform: rotate(270deg);
	padding: auto 5px;
	box-shadow: -5px 5px 5px;
	cursor: pointer;
}
.kalkulatorYarlik:hover {
	color: #FC9C00;
}
.kalkYarlikTxt {
	margin: auto;
	right: 10px;
	top: 10px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 600;
	text-align: center;
	
}
.kalkulatorYarlikClouse {
	display: flex;
	flex-wrap: nowrap;
	position: absolute;
	top: 80px;
	right: -120px;
	background: #EBEBEB;
	width: 200px;
	height: 40px;
	border-radius: 0 0 10px 10px;
	transform: rotate(270deg);
	padding: auto 5px;
	box-shadow: -5px 5px 5px;
	cursor: pointer;
}
.kalkulatorYarlikClouse:hover {
	color: #FBBB01;
}
.strelka_naverh_pole {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: black;
  opacity: .2;
  border-radius: 5px;
}
.strelka_naverh {
  margin: auto;
  margin-top: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid green;
  opacity: 1;
}
.obr_viz_chb {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	justify-content: center;
}

.viz_obr {
    margin: 10px;
    box-shadow: 3px 3px 3px #B3B3B3;
    -webkit-box-shadow: 5px 5px 5px #B3B3B3;
}

.zagolovok {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	left: 20px;
	right: 20px;
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
}
.activ_vkl {
	background: #727EF9;
}
.podval_adress {
	user-select: none;
}

.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    right: 2%;
    bottom: 15%;
    width: 50px;
    height: 50px;
}
@media (orientation: portrait) {
	.WhatsApp {
    position: fixed;
    z-index: 999;
    background-image: url(/image/Whatsapp_50x50px.png);
    left: 5%;
    bottom: 5%;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	}
}

h4 a {
	color: black;
}