html.modal-opened[data-useragent="safari"] {
	padding-right: 0 !important;
}

html.modal-opened {
	padding-right: 8px;
}

html.modal-opened .modal {
	padding-right: 28px;
}

html.modal-opened .navbar.floating {
	padding-right: 8px;
}

html.modal-opened[data-useragent="chrome"] .navbar.floating {
	padding-right: 8px;
}

/*html.modal-opened[data-useragent="chrome"] .navbar.floating {
    padding-right: 5.5px;
}*/

@media (min-width: 1232px) {
	.container {
		width: 1232px;
	}
}

/*@media (min-width: 1921px) {
	body {
		zoom: 139%;
	}
}*/

@media (min-width: 1921px) {
	/*.container {
		width: 1800px;
	}*/

	html.modal-opened .navbar.floating {
		padding-right: 5.5px;
	}

	html.modal-opened[data-useragent="chrome"] .navbar.floating,
	html.modal-opened[data-useragent="yandex"] .navbar.floating {
		padding-right: 6px;
	}



	/*html.modal-opened[data-useragent="chrome"] .navbar {
		padding-right: 0;
	}*/

	body > footer,
	.static-page-body > .container,
	body > .navbar {
		zoom: 139%;
	}

	.main-container {
		padding-top: 105px;
	}
}

@media (max-width: 1231px) {
	.container {
		width: 1024px;
		padding-left: 16px;
		padding-right: 16px;
	}

	body > .navbar .navbar-wrapper .nav-link {
		padding: 8px;
		transition-property: color;
	}

	.navbar .navbar-wrapper > .nav-center,
	.navbar .navbar-wrapper > .nav-left,
	.navbar .navbar-wrapper > .nav-right {
		gap: 12px;
	}

	body > footer .footer-wrapper > .footer-content {
		grid-template-columns: auto auto auto;
	}
}

@media (max-width: 1023px) {

	.container {
		width: 768px;
	}

	.main-container {
		padding: 66px 0;
	}

	body > .navbar.navbar-desktop {
		display: none;
	}

	html.modal-opened body > .navbar.navbar-responsive {
		padding-right: 24px;
	}

	html.modal-opened[data-useragent="safari"] body > .navbar.navbar-responsive {
		padding-right: 16px;
	}

	/*html.modal-opened[data-useragent="safari"] .navbar.navbar-responsive {
		padding-right: 24px;
	}*/

	body > .navbar.navbar-responsive {
		display: flex;
	}

	body > .navbar.navbar-responsive .navbar-wrapper .nav-mobile {
		display: block;
	}

	body > .navbar.navbar-responsive.open {
		height: 100%;
		padding: 12px 16px 32px 16px;
	}

	.logo {
		width: 54px;
		height: 48px;
	}

	body > footer.footer-default {
		display: none;
	}

	body > footer.footer-responsive {
		display: block;
	}

	body > footer .footer-wrapper > .footer-bottom * {
		font-family: Inter, sans-serif;
		font-weight: 500;
		line-height: 22px;
		font-size: 14px;
		letter-spacing: -0.28px;
	}



	.modal > .wrapper {
		padding: 64px 0 0 0;
	}
}

@media (max-width: 767px) {

	html.modal-opened[data-useragent="safari"] {
		padding-right: 0 !important;
	}

	html.modal-opened {
		padding-right: 8px;
	}

	html.modal-opened .modal {
		padding-right: 0;
	}

	html.modal-opened .modal {
		height: 100%;
	}

	html.modal-opened[data-useragent="safari"] body > .navbar.navbar-responsive > .navbar-menu,
	html.modal-opened[data-useragent="safari"] body > .navbar.navbar-responsive > .navbar-footer {

	}

	.container {
		width: 100%;
	}

	.modal {
		padding: 0;
	}

	.modal> .wrapper {
		height: 100%;
		width: 100%;
		align-items: end;
	}

	.modal > .wrapper > .modal-content {
		padding: 12px 8px 24px 8px;
	}

	.modal > .wrapper > .modal-content > .modal-close,
	.modal > .wrapper > .modal-content > .modal-back {
		height: 40px;
		background-color: #F2F2F2;
		top: -52px;
	}

	.modal > .wrapper > .modal-content > .modal-close:before,
	.modal > .wrapper > .modal-content > .modal-close:after,
	.modal > .wrapper > .modal-content > .modal-back:before,
	.modal > .wrapper > .modal-content > .modal-back:after {
		content: "";
		display: block;
		position: absolute;
		border-left: 4px solid #F2F2F2;
		border-right: 4px solid #F2F2F2;
		pointer-events: none;
		box-sizing: border-box;
	}

	.modal > .wrapper > .modal-content > .modal-close:before,
	.modal > .wrapper > .modal-content > .modal-back:before {
		top: 4px;
		left: -4px;
		width: calc(100% + 8px);
		height: calc(100% - 8px);
	}

	.modal > .wrapper > .modal-content > .modal-close:after,
	.modal > .wrapper > .modal-content > .modal-back:after {
		top: 8px;
		left: -8px;
		width: calc(100% + 16px);
		height: calc(100% - 16px);
	}

	#howtobuy-modal.modal > .wrapper > .modal-content > .modal-body,
	#recommendations.modal > .wrapper > .modal-content > .modal-body,
	#buy-item-modal.modal > .wrapper > .modal-content > .modal-body {
		max-height: calc(100vh - 198px);
	}




	#buy-item-modal .form-wrapper > .periods {
		grid-template-columns: 100%;
		gap: 12px;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id {
		padding: 12px 8px 16px 8px;
		align-items: start;
		height: 96px;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id > .name {
		font-size: 18px;
		line-height: 30px;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id > .period-content {
		position: static;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .extra {
		flex-direction: unset;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block {
		position: absolute;
		top: 12px;
		right: 8px;
		min-height: 32px;
		align-items: center;
	}

	#buy-item-modal .form-wrapper > .periods > .period-id > .period-content > .price-block > .oldprice {
		font-size: 13px;
	}


	#restore-modal > .wrapper {
		width: 100%;
	}





	.confirmations > .confirmation > .confirmation-close {
		height: 40px;
		background-color: #F2F2F2;
		top: -52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.confirmations > .confirmation > .confirmation-close:before,
	.confirmations > .confirmation > .confirmation-close:after {
		content: "";
		display: block;
		position: absolute;
		border-left: 4px solid #F2F2F2;
		border-right: 4px solid #F2F2F2;
		pointer-events: none;
		box-sizing: border-box;
	}

	.confirmations > .confirmation > .confirmation-close:before {
		top: 4px;
		left: -4px;
		width: calc(100% + 8px);
		height: calc(100% - 8px);
	}

	.confirmations > .confirmation > .confirmation-close:after {
		top: 8px;
		left: -8px;
		width: calc(100% + 16px);
		height: calc(100% - 16px);
	}



	.static-page > .static-page-wrapper {
		grid-gap: 16px;
		grid-template-columns: 100%;
	}

	.static-page > .static-page-wrapper > .block-menu {
		display: grid;
		grid-gap: 12px;
		grid-template-columns: 56px calc(100% - 68px);
		align-items: start;
	}

	.static-page > .static-page-wrapper > .block-menu > .btn {
		height: 56px;
		width: 40px;
		min-width: 0;
		padding: 0;
	}

	.static-page > .static-page-wrapper > .block-menu > .btn > span {
		display: none;
	}



	
	.static-page > .static-page-wrapper > .block-menu > .menu-wrapper > .menu-trigger {
		display: flex;
	}

	.static-page > .static-page-wrapper .menu-wrapper {
		position: relative;
		height: 56px;
	}

	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu {
		pointer-events: none;
	}

	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu > li:not(.active) {
		display: none;
	}

	.static-page > .static-page-wrapper .menu > li > a {
		min-height: 40px;
		padding: 8px 0;
	}

	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu > li.active > a {
		box-shadow: none;
	}

	.static-page > .static-page-wrapper .menu-wrapper > .menu > li > a:before,
	.static-page > .static-page-wrapper .menu-wrapper > .menu > li > a:after {
		transition: border 150ms linear 0ms;
		transition-property: border, opacity;
	}

	.static-page > .static-page-wrapper .menu-wrapper > .menu > li > a {
		transition: background-color 150ms linear 0ms;
		transition-property: background-color, box-shadow;
	}

	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu > li > a:before,
	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu > li > a:after {
		opacity: 0;
	}


	.static-page > .static-page-wrapper .menu-wrapper:not(.active) > .menu > li.active > a {
		background-color: transparent;
	}

	.static-page > .static-page-wrapper .menu > li > a > span {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.notifications {
		max-width: calc(100% - 48px);
		left: 16px;
		bottom: 16px;
		width: calc(100% - 48px);
	}

	.notifications > .notification {
		width: 100%;
	}

	.confirmations {
		align-items: end;
	}

	.confirmations > .confirmation {
		width: 100%;
	}
}