@media (min-width: 320px) and (max-width: 480px) {

	* {box-sizing:border-box;}

	/* layout */

	.container {margin:0;width:100%;padding:0 20px;position:relative;}

	/* header */

	/* footer */

	/* sections */

	/* static */
	section.static-section .content {margin:30px 0 0;}
	section.static-section .container {padding:0 5px;}
	section.static-section img.action {width:100%;}
	/* static.about */
	.about-advantages {display:block;}
	.about-advantages li {width:auto;margin-bottom:20px;}
	.about-advantages li img {width:180px;}

	/* login */
	section.login-section .form-row-single input {width:100%;}
	section.login-section button.btn-save {margin-left:0;width:100%;}

	/* profile */
	section.profile-section .row-double label {width:100%;}
	section.profile-section .row label input, section.profile-section .row label select {width:100%;}
	section.profile-section button {margin-left:0;width:100%;}

	/* modal */

	/* alerts. success */
	.box-modal-error, .box-modal-success, .box-modal-info  {width:100%;}
	.box-modal-success .btn-ok {width:100%;margin-bottom:10px;}
	.box-modal-success .btn-cancel {margin-left:0;width:100%;}/* alerts. success */
	.box-modal-success  {width:100%;}
	.box-modal-success .btn-ok {width:100%;margin-bottom:10px;}
	.box-modal-success .btn-cancel {margin-left:0;width:100%;}

	/* cookies */

	.cookie-notify {width:auto;margin:0;left:10px;right:10px;bottom:10px;box-shadow:0 2px 4px 4px rgba(0,0,0,.1);}
	.cookie-notify-content {display:block;}
	.cookie-notify-content img {display:none;}
	.cookie-notify-content p {margin-right:14px;color:#555;}
	.cookie-notify .btn-cookie {margin-left:0;margin-top:5px;font-size:14px;padding:12px 24px;}

	/* other */

	.is-desktop, .is-desktop-flex {display:none !important;}
	.is-mobile {display:block !important;}
	.is-mobile-flex {display:flex !important;}

	.no-overflow {overflow:hidden !important;}

}