* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
li {
	text-decoration: none;
	list-style: none;
}
body {
	max-width: 1366px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: #232323;
}
.head {
	display: flex;
	padding: 15px 0;
	background-color: #406084;
	justify-content: space-around;
	align-items: center;
}
.contacts {
	display: flex;
	align-items: center;	
}
.contacts-image {
	margin-right: 10px;
}
.contacts-list {
	margin-right: 30px;
}
.contacts-list a {
	color: #fff;
}
.contacts-list1, .contacts-list2, .contacts-list3 {
	margin: 8px 0;
	font-weight: 500;
	font-size: 18px;
}
.social {
	display: flex;	
	justify-content: center;
}
.email-list1 {
	margin-bottom: 10px;
}
.email-list1 a {
	color: #fff;
}
.tarif-list1 {
	background-color: #fff;
	border-radius: 5px;
}
.tarif-list1:hover {
	background-color: #406084;
	
	transition: all .5s;
}
.tarif-list1 a {
	display: block;
	color: #406084;
	padding: 5px 15px;
	font-weight: bold;
}
.tarif-list1 a:hover {
	color: #fff;
	
	transition: all .5s;
}
nav {
	display: flex;
	justify-content: center;
}
.topnav {
	background-color: #fff;
	font-size: 14px;
	padding: 20px 0;
}
.topnav a {
	color: #000;
	text-align: center;
	padding: 0 46px;
	font-size: 15px;
	font-weight: bold;
}
.topnav a:hover {
	border-bottom: 2px solid #406084;
	padding-bottom: 4px;
}
.topnav .icon {
	display: none;
}
main {
	background-color: #eeeded;
}
.content-container {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
	background-color: white;
}
.content-container-left {
	width: 70%;
	margin: 0 auto;
	padding: 0 20px;
}
.content-container-left p i {
	color: #0450fb;
    font-size: 20px;
    font-weight: bold;
}
.content-container-left h1 {
	font-size: 29px;
	text-align: center;
	margin: 20px auto 0;
	width: 90%;
}
.content-container-left h2 {
	color: #000;
	font-size: 28px;
	margin: 35px 0px;
	text-align: center;
}
.content-container-left h3 {
	text-align: center;
	margin-bottom: 15px;
}
.content-container-left p {
	margin: 15px 0;
	line-height: 24px;
	font-size: 15px;
	text-align: justify;
}
.content-container-left-img img {
	max-width: 80%;
	height: auto;
	display: block;
	margin: 20px auto;
}
.content-container-left-img2 img {
	max-width: 70%;
	height: auto;
	display: block;
	margin: 0px auto;
}
.content-text-container-advantages {
	display: flex;
	justify-content: space-between;
	margin: 25px auto 15px;
}
.content-text-container-advantages div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-text-container-advantages p {
	color: #406084;
	font-weight: bold;
	font-size: 21px;
}
.content-text-ul {
	font-weight: 600;
	margin-left: 0;
	list-style: none;
	counter-reset: li;
}
.content-text-ul li {
	margin-top: 15px;
	position: relative;
	margin-bottom: 1.5em;
	border: 3px solid #CADFCF;
	padding: 0.6em;
	border-radius: 4px;
	background: #FEFEFE;
	color: #231F20;
} 
.content-text-ul li:before {
	position: absolute;
	top: -0.7em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 16px;
	font-weight: bold;
	color: #DCC24B;
	background: #FEFEFE;
	border-radius: 50%;
	counter-increment: li;
	content: counter(li);
}
.list {
    margin-bottom: 8px;
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list li {
    position: relative;
    border: 2px solid #337AB7;
    background: #EBF3FA;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list li:hover {
    background: #FFF;
}
.list li:before {
    line-height: 32px;
    position: absolute;
    top: 4px;
    left:-40px;
    width:40px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    background: #337AB7;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.list li:hover:before {
    width:46px;
}
.list li:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 0;
    width: 0;
    border: 16px solid transparent;
    border-left-color: #337AB7;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}
.list li:hover:after {
    margin-left: 6px;
}
.list2 {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.list2 li {
position: relative;
margin-bottom: 5px;
border: 2px solid #6b6b6b;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.list2 li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: orange;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
} 
.link-taxi a {
	background-color: #406084;
	padding: 10px;
	margin: 15px auto 25px;
	color: #fff;
	display: block;
	width: 50%;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
}
.link-taxi a:hover {
	background-color: #fff;
	color: #406084;
	font-weight: bold;
	
	transition: all 1.2s; 
}
.content-text-ul a {
	color: #406084;
	font-weight: bold;
}
.content-text-ul a:hover {
	text-decoration: underline;
}
.table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 20px;
	border: 3px solid #406084;
	background-color: #f0f0f0;
}
.caption {
	display: table-caption;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 21px;
	color: #406084;
}
.thead {
	display: table-header-group;
}
.thead .cell {
	font-weight: bold;
}
.tbody {
	display: table-row-group;
}
.row {
	display: table-row;
}
.row .cell + .cell {
	text-align: center;
}
.cell {
	display: table-cell;
	border: 1px solid #406084;
	padding: 10px;
}
.cell-b {
	display: table-cell;
	color: #4369a9;
	word-break: break-all;
	border: 1px solid #406084;
	padding: 10px;
	font-weight: bold;
}
.blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.block img {
	margin: 0 auto;
}
.block p {
    color: #406084;
    font-weight: bold;
    font-size: 21px;
}
h4 {
	margin: 10px 0;
}
.social-icons-contacts {
	display: flex;
	align-items: center;
}
.social-icons-contacts div {
	margin-left: 10px;
}
.social-icons-contacts div img {
	border-radius: 5px;
}
.E-mail {
	background-color: #406084;
}
.tarif-price {
	margin: 0 auto;
	width: 70%;
	border-radius: 5px;
	border: 2px solid #406084;
	background-color: #dfdfdf;
	
	text-align: center;
}
.tarif-price:hover {
	background-color: #406084;
	
	transition: all .7s;
}
.tarif-price a {
	padding: 15px 0;
	color: #406084;
	font-weight: bold;
	display: block;
	font-size: 20px;
}
.tarif-price a:hover {
	color: #fff;
	
	transition: all .7s;
}
.content-article {
	border: 1px solid gray;
	padding: 15px;
	width: 70%;
}
.content-article ul li {
	margin: 10px 0;
}
.content-article a {
	color: #406084;
}
.content-article a:hover {
	color: orange;
	text-decoration: underline;
}
.p-advantages {
	color: #406084;
}
.p-advantages-a {
	color: #406084;
	text-decoration: underline;
}
.p-advantages-a:hover {
	color: blue;
	text-decoration: none;
}
span {
	color: #494949;
	font-weight: bold;
}
span .tel {
	color: #494949;
	font-weight: bold;
}
em {
	font-weight: bold;
}
em .tel {
	color: #494949;
	font-weight: bold;
}
strong {
	font-size: 16px;
	color: #454545;
}
.content-telephone a {
	color: #fff;
}
.content-telephone a:hover {
	text-decoration: none;
}
.content-telephone {
	display: flex;
	justify-content: space-between;
	margin: 30px;
}
.content-telephone1, .content-telephone2, .content-telephone3 {
	background: url("../img/telephone2.png") no-repeat 12px 13px;
	background-color: #406084;
	border-radius: 5px;
	position: relative;
	padding: 20px 20px 20px 60px;
	color: #fff;
	display: block;
	font-weight: bold;
	box-shadow: #7b7b7b 5px 6px 3px;
}
.content-telephone1:hover {
	animation-name: anim1;
	animation-duration: 0.6s;
	animation-timing-function: cubic-bezier(0,-0.87,0,.19);
}
.content-telephone2:hover {
	animation-name: anim2;
	animation-duration: 0.6s;
	animation-timing-function: cubic-bezier(0,-0.87,.33,1.41);
}
.content-telephone3:hover {
	animation-name: anim3;
	animation-duration: 0.6s;
	animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
@keyframes anim1 {
	0% {
		bottom: 0px;
	}
	25% {
		bottom: 15px;
	}
	50% {
		bottom: 0px;
	}
	75% {
		bottom: 10px;
	}
	100% {
		bottom: 0px;
	}
}
@keyframes anim2 {
	0% {
		bottom: 0px;
	}
	25% {
		bottom: 15px;
	}
	50% {
		bottom: 0px;
	}
	75% {
		bottom: 10px;
	}
	100% {
		bottom: 0px;
	}
}
@keyframes anim3 {
	0% {
		bottom: 0px;
	}
	25% {
		bottom: 15px;
	}
	50% {
		bottom: 0px;
	}
	75% {
		bottom: 10px;
	}
	100% {
		bottom: 0px;
	}
}
.content-container-right {
	width: 30%;
}
.content-container-right-menu {
	display: flex;
	flex-direction: column;
}
.content-container-right-menu p {
	background-color: #406084;
	color: #fff;
	font-size: 20px;
	padding: 20px 10px 20px 10px;
	border-radius: 10px 10px 0 0;
}
.content-container-right-menu div {
	background-color: #e7e7e7;
}
.content-container-right-menu div a {
	color: #406084;
	display: block;
	padding: 10px 0 10px 7px;
	text-decoration: underline;
}
.content-container-right-menu div a:hover {
	background-color: #d3d3d3;
	text-decoration: underline;
}
.rating-p {
	background-color: #406084;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	padding: 7px;
}
.rating-p p {
	color: #fff;
	font-size: 20px;
	padding: 20px 10px 20px 10px;
}
.rating-p img {
	border-radius: 10px;
	width: 50px;
	height: 50px;
}
.rating-blocks {
	padding: 10px;
	background-color: #e7e7e7;
	display: flex;
}
.rating-block1 p {
	margin: 10px 0;
}
.rating-block1 span {
	padding: 2px 15px;
	background-color: #406084;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	font-size: 18px;
}
.rating-block1 a {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.rating-block1 a:hover {
	border-bottom: 0;
}
.feedback {
	margin: 0 auto;
	background-color: lightgray;
	padding: 25px;
}
.last-feedback-date {
	margin-top: 10px;
	font-weight: bold;
}
.author {
	margin: 10px 0 5px;
}
.feedback-description p {
	background-color: #aeaeae;
	padding: 5px 3px 5px 10px;
	border-radius: 3px;
}
.feedback-all {
	margin-top: 5px;
}
.feedback-all a {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.feedback-all a:hover {
	border-bottom: 0;
}
.content-container-right-contacts {
	background-color: #406084;
	border-radius: 0 0 10px 10px;
}
.content-container-right-contacts p {
	color: #fff;
	font-size: 20px;
	padding: 20px 10px 20px 10px;
	margin-bottom: 5px;
}
.content-container-right-contacts-blocks {
	display: flex;
	align-items: center;
	border-top: 2px solid #fff;
	padding-top: 5px;
}
.content-container-right-contacts-image {
	padding-left: 15px;
	padding-right: 10px;
}
.content-container-right-contacts-list div {
	padding: 10px 0 10px 7px;
}
.content-container-right-contacts-list div a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.content-container-right-contacts-email {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-right: 5px;
}
.content-container-right-contacts-email-img {
	padding-left: 15px;
	padding-right: 10px;
}
.content-container-right-contacts-email-a a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	word-break: break-all;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gallery img {
	padding: 8px;
	transition: .5s;
}
.gallery img:hover {
	transform: scale(1.1);
}
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.numbertext {
	text-align: center;
	font-size: 20px;
	background-color: #406084;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.text {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade {
	from{opacity: 0;}
	to{opacity: 1;}
}
footer {
	width: 100%;
	height: auto;
	background: #406084;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
footer a {
	color: white;
	font-size: 14px;
}
footer p {
	color: white;
}
footer nav a:hover {
	border-bottom: 1px solid white;
}
.footer-container {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-logo {
	display: flex;
	flex-direction: column;
	border-right: 1px dashed #dcdcdc;
	padding-right: 70px;
}
.footer-links {
	display: flex;
	align-items: center;
	border-right: 1px dashed #dcdcdc;
	padding-right: 80px;
}
.footer-links ul li {
	list-style-position: outside;
	list-style-type: circle;
	color: #fff;
	text-align: left;
}
.footer-links ul li a {
	font-size: 13px;
}
.footer-links ul li a:hover {
	color: #d6d6d6;
}
.footer-contacts p {
	font-size: 14px;
	display: block;
	height: 20px;
}
.footer-contacts .footer-place {
	background: url("../img/i-map.png") no-repeat 0 0;
	padding-left: 25px;
	margin-bottom: 10px;
}
.footer-contacts .footer-time {
	background: url("../img/i-time.png") no-repeat 0 0;
	padding-left: 20px;
	margin-left: -5px;
}
.footer-contacts ul {
	margin-top: 15px;
	color: #fff;
	text-align: left;
}
.footer-contacts ul span {
	font-weight: bold;
	margin-left: 5px;
}
.footer-contacts li {
	margin: 5px 0;
}
@media screen and (max-width: 1280px) {
	.footer-logo {
		padding-right: 40px;
	}
	.footer-links {
		padding-right: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.content-container {
		width: 100%;
	}
	.content-container-right {
		margin-right: 20px;
	}
	.content-text-container-advantages {
		flex-wrap: wrap;
	}
	.content-text-container-advantages div {
		width: 48%;
	}
	.content-telephone {
		flex-direction: column;
	}
	.content-telephone1 {
		width: 60%;
	}
	.content-telephone2, .content-telephone3 {
		margin-top: 15px;
		width: 60%;
	}
	.footer-logo {
		padding-right: 70px;
	}
	.footer-links {
		padding-right: 70px;
	}
	.footer-container {
		width: 95%;
	}
}
@media screen and (max-width: 1050px) {
	.footer-logo {
		padding-right: 35px;
	}
	.footer-links {
		padding-right: 35px;
	}
}
@media screen and (max-width: 1000px) {
	.graficlogo {
		width: 80%;
	}
	.contacts-list {
		margin-right: 15px;
	}
	.block {
		width: 100%;
	}
	.footer-container {
		width: 80%;
	}
	.footer-logo {
		border-right: 0px;
	}
	.footer-links {
		display: none;
		border-right: 0px;
	}
	.footer-contacts ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 900px) {
	.footer-container {
		width: 90%;
	}
}
@media screen and (max-width: 830px) {
	.head {
		flex-direction: column;
		width: 100%;
	}
	.content-container {
		flex-direction: column;
	}
	.content-container-left {
		width: 100%;
	}
	.content-container-right {
		width: 100%;
	}
	.content-container-right-contacts {
		display: none;
	}
	.graficlogo {
		width: 100%;
		margin: 0 0 10px;
	}
	.contacts {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.topnav {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a:first-child {
		font-size: 22px;
		color: #333131;
		border-bottom: 0;
		padding-bottom: 0;
		background-color: #ddd;
		border: 1px solid #cecece;
		border-radius: 4px;
	}
	.topnav a:first-child:hover {
		background-color: #cecece;
		border: 1px solid #c3c3c3;
		
		transition: all .3s;
	}
	.topnav a.icon{
		float: right;
		display: block;
		color: black;
		padding: 0px 35px;
		margin-top: -4px;
		font-size: 22px;
		background-color: #ddd;
		border: 1px solid #cecece;
		border-radius: 4px;
	}
	.topnav a.icon:hover {
		background-color: #cecece;
		border: 1px solid #c3c3c3;
		
		transition: all .3s;
	}
	nav {
		width: 100%;
		font-size: 16px;
	}
	.topnav.responsive {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 70%;
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 26px;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		font-size: 14px;
		color: #333131;
		margin-bottom: 10px;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.topnav.responsive a:hover {
		color: #666666;
	}
	.topnav.responsive a.icon:hover {
		color: #000;
	}
	.topnav.responsive a:first-child {
		border: 0px;
		border-radius: 0px;
		background-color: #fff;
	}
	.topnav.responsive a.icon:hover {
		transition: none;
	}
	nav a {
		padding: 0px 20px;
	}
	.content-container-left-img img {
		max-width: 100%;
	}
	.footer-logo {
		width: 45%;
	}
	.footer-contacts {
		width: 45%;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 15px 0;
		padding-left: 25px;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 15px 0;
		padding-left: 20px;
	}
}
@media screen and (max-width: 700px) {
	.footer-logo {
		width: 49%;
	}
	.footer-contacts {
		width: 49%;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 10px 0;
		padding-left: 15px;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 15px 0;
		padding-left: 15px;
	}
}	
@media screen and (max-width: 670px) {
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 10px 0;
		padding-left: 35px;
		margin-bottom: 15px;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 15px 0;
		padding-left: 35px;
	}
}
@media screen and (max-width: 620px) {
	.content-container-left {
		padding: 0 10px;
	}
	.footer-logo {
		width: 41%;
	}
	.footer-contacts {
		width: 57%;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 5px 0;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 10px 0;
		padding-left: 20px;
	}
}
@media screen and (max-width: 580px) {
	.topnav.responsive {
		width: 80%;
	}
}
@media screen and (max-width: 560px) {
	.topnav a:first-child {
		font-size: 15px;
	}
	.topnav a.icon {
		font-size: 15px;
	}
	.footer-container {
		display: flex;
		flex-direction: column;
		font-size: 14px;
	}
	.footer-logo {
		margin: 0 auto 15px;
		width: 85%;
	}
	.footer-logo p {
	font-size: 12px;
}
	.footer-contacts {
		margin: 10px auto 0;
		width: 85%;
	}
	.footer-contacts .footer-place {
		margin-bottom: 5px;
		background: url("../img/i-map.png") no-repeat 55px 0;
		
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 60px 0;
	}
}
@media screen and (max-width: 550px) {
	.gallery div {
		margin: 5px 0;
	}
	.gallery {
		padding: 0;
	}
}
@media screen and (max-width: 520px) {
	.content-telephone {
		margin: 10px;
	}
	.content-telephone1, .content-telephone2, .content-telephone3 {
		width: 90%;
	}
	.link-taxi a {
		width: 60%;
	}
	.table {
		font-size: 14px;
		border: 2px solid #406084;
	}
	.cell {
		padding: 15px 0px;
	}
	.cell-b {
		padding: 15px 0px;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 45px 0;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 50px 0;
	}
}
@media screen and (max-width: 480px) {
	.graficlogo {
		width: 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 10px;
	}
	.contacts {
		flex-direction: column;
	}
	.contacts-image {
		display: none;
	}
	.contacts-list1, .contacts-list2, .contacts-list3 {
		padding: 10px 20px 10px 40px;
		background: url("../img/telephone2.png") no-repeat 0px 3px;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 30px 0;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 35px 0;
	}
}
@media screen and (max-width: 450px) {
	.content-text-container-advantages div {
		width: 100%;
	}
	.table {
		font-size: 14px;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 20px 0;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 25px 0;
	}
}
@media screen and (max-width: 420px) {
	.table {
		font-size: 12px;
	}
}
@media screen and (max-width: 400px) {
	.topnav.responsive {
		width: 90%;
	}
}
@media screen and (max-width: 390px) {
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 10px 0;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 15px 0;
	}
}
@media screen and (max-width: 360px) {
	.footer-logo {
		width: 90%;
	}
	.footer-contacts {
		width: 90%;
	}
	.footer-contacts .footer-place {
		background: url("../img/i-map.png") no-repeat 0px 0;
		padding-left: 20px;
	}
	.footer-contacts .footer-time {
		background: url("../img/i-time.png") no-repeat 5px 0;
		padding-left: 20px;
	}
}
@media screen and (max-width: 360px) {
	.footer-contacts {
		width: 95%;
	}
}