@charset "utf-8";
/* CSS Document */

@media(max-width:575px){
	.header-top .header-container { background: rgba(241, 184, 45, .8) !important; color: #fff !important; padding: 10px !important; }
	.header-top .header-container .logo { display: none !important; }
	.header-top .header-container .menu-icon { float: none; margin: 0 auto; display: table; position: relative; top: auto; transform: translateX(-120%); }
	.header-top .header-container .menu-icon .icon-m { top: 4px; }
	.dsn-nav-bar .menu-icon__line { background: #fff !important; }
	.dsn-nav-bar .text-menu > * { color: #fff !important; }
	.header-top .header-container .menu-icon .text-menu > div.text-open,
	.header-top .header-container .menu-icon .text-menu > div.text-close { top: 4px; }
	.v-light.nav-active .nav__list-item a { color: #fff; }

	.page-webdesign .box-gallery-vertical.box-gallery-vertical-order .row .col-lg-6:first-child { order: unset; }
	.page-webdesign .box-gallery-vertical.box-gallery-vertical-order .box-info { padding: 30px 0 0; }
	.page-seo .box-gallery-vertical.box-gallery-vertical-order .row .col-lg-6:first-child { order: unset; }
	.page-seo .box-gallery-vertical.box-gallery-vertical-order .box-info { padding: 30px 0 0; }

	.page-about .box-seat .inner-img { display: none !important; }
	.page-about .box-seat.box-seat-full .pro-text { margin-top: 40px; top: 0; bottom: 0; margin-bottom: 0; }

	footer { text-align: center; }
	.footer .footer-links .footer-block .footer-logo { display: table; margin: 0 auto; color: white; }
	.footer .footer-links .footer-title:after { left: 50%; transform: translateX(-50%); }
}