@media (min-width: 601px) and (max-width: 1023px) {

	.grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0px 20px;
		margin-left: 32px;
		margin-right: 32px;
	}

	/* UI */

	#ui.grid {
		width: 100vw;
		height: 100vh;
		margin: 0;
	}

	.dialog {
    width: 404px;
    padding: 0;

    position: fixed;
    left: 50%;
    margin-left: -202px;
    top: 100px;

    z-index: 100;
	}

	.dialog-form__info {
		padding-bottom: 42px;
	}

	.account-navbar-menu-wrapper {
		display: flex;
		align-items: end;
		width: 100vw;
		height: 100vh;
		top: 0;
	}

	.account-navbar-menu {
		opacity: 1;
		width: 100vw;
		position: static;
	}

	.account-navbar {
		position: absolute;
		justify-content: start;
		gap: 0px 40px;
		padding-left: 32px;
		padding-right: 32px;
		margin: 0;
		width: 100%;
		height: 80px;
		top: 0;
		left: 0;
		border-radius: 0 0 11px 11px;
	}

	.account-navbar__image-anchor {
		display: block;
	}

	.account-navbar__image {
		height: 52%;
		width: 20vw;
		margin: 0;
	}

	.account-navbar__text {
		min-width: 169px;
		margin-left: 10px;
	}

	.partitions-image__wrapper {
		justify-content: end;
		margin-left: auto;
		display: flex;
		height: fit-content;
	}

	.partitions-image {
		width: 15vw;
	}

	.account-wrapper {
		width: 20vw;
	}

	.account-navbar__icon {
		height: 35%;
		margin-bottom: 5px;
		width: 9px;
	}

	.partitions-image {
		display: initial;
		height: 60%;
	}

	#nav {
		position: relative;
		z-index: 100;
		align-items: flex-start;
		width: 0vw;
		background-color: var(--substrate);
		overflow-x: hidden;
	}

	.nav-wrapper {
		position: fixed;
		display: grid;
		justify-content: end;
		right: 0;
		z-index: 99;
		background-color: var(--main-transparent);
		width: 100vw;
		height: 100vh;
		pointer-events: all;
		overflow-y: scroll;
	}

	.navmenu {
		margin-left: 10%;
		margin-right: 4%;
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
		overflow-y: visible;
	}

	.bracket-line {
		height: 17vh;
	}

	.navline, .bracket-line {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		justify-self: center;
	}

	.nav-description__wrapper {
		display: block;
		grid-column: 2 / 2;
		grid-row: 1 / 3;
		height: fit-content;
		width: fit-content;
		align-self: end;
		margin-left: 15px;
		overflow: hidden;
	}

	.nav-description {
		display: block;
		font-family: 'Raleway', sans-serif;
		font-size: calc(15px + 5 * (100vw / 744));
		font-weight: 600;
		letter-spacing: 1px;
		min-width: fit-content;
	}

	.navpoint {
		grid-column: 1 / 1;
		grid-row: 2 / 2;
	}

	.navpoint, .navstar {
		width: 50px;
		height: 43px;
	}

	#point-6 {
		height: 0;
	}

	/* HEAD */

	#head {
		grid-template-rows: auto max-content 30% 8%;
		height: fit-content;
		padding-top: 150px;
	}

	.head-coloriser {
		margin: 0 0 50px 0;
		border-radius: 0px 0px 40px 40px;
	}
	
	.title, .download-wrapper, .phone-wrapper {
		grid-column: 1 / 5;
	}

	.title {
		justify-content: flex-start;
		grid-row: 1 / 2;
		height: 30vw;
		margin-left: 0;
		margin-right: -32px;
		border-radius: 45px 0 0 45px;
	}

	.title > img {
		width: 50vw;
		padding-left: 5%;
		padding-right: 2%;
	}

	.phone-wrapper {
		position: relative;
		top: -7vh;
		display: flex;
		grid-row: 2 / 4;
		z-index: 1;
	}

	.phone-wrapper__flex {
		max-width: none;
	}

	#phone-1, #phone-2 {
		display: none;
	}

	#phones-mobile {
		display: block;
		width: 100%;
	}

	.download-wrapper {
		position: relative;
		left: 0;
		z-index: 1;
		display: flex;
		justify-content: center;
		z-index: 1;
		height: 62%;
		grid-row: 3 / 5;
		background-color: var(--back);
	}

	#download__buttons-wrapper {
		margin-left: 60px;
		margin-right: 60px;
	}

	.download-description {
		height: max-content;
	}

	.download-anchor {
		height: 50px;
	}

	#horn {
		display: none;
	}

	/* WHAT IS */

	#what-is {
		height: fit-content;
		grid-template-rows: max-content max-content max-content;
		margin-bottom: 100px;
	}

	#what-is h2 {
		grid-column: 1 / 5;
		grid-template-rows: max-content max-content max-content;
	}

	.phone__what-is__wrapper {
		margin-top: 35px;
		display: flex;
		grid-column: 1 / 5;
		justify-content: center;
	}

	#what-is p {
		grid-column: 1 / 5;
	}

	/* ADVANTAGES */

	#advantages {
		display: flex;
		grid-column: 3 / 5;
	}

	.description-item {
		width: 100%;
		height: fit-content;
	}

	.see-more-arrow {
		display: none;
	}

	#advantages dt {
		padding-top: 10%;
		padding-bottom: 7%;
	}

	#advantages dd {
		opacity: 1;
		height: fit-content;
		padding-bottom: 7%;
	}

	.overflow-wrapper {
		grid-column: 1 / 5;
	}

	#our-advantage aside {
		grid-column: 1 / 3;
	}

	#phone-3 {
		width: 80%;
		left: 8%;
	}

	/* BUY TOKENS */

	.buy-tokens__content-wrapper {
		grid-column: 1 / 5;
		flex-direction: column;
	}

	#buy-tokens {
		height: fit-content;
		grid-template-rows: max-content max-content max-content;
	}

	.buy-tokens__title {
		grid-column: 1 / 5;
		margin-top: 100px;
	}

	.buy-tokens-form {
		width: 100%;
	}

	.tokens-description {
		margin-bottom: 25vh;
		margin-top: 30px;
		width: 100%;
	}

	/* TAIL */

	#tail {
		grid-template-rows: max-content 53% auto;
		height: fit-content;
		width: calc(100% - 64px);
	}

	#tail-title {
		margin-top: 0;
		margin-right: -32px;
		height: 30vw;
	}

	.tail__flex-wrapper {
		grid-column: 2 / 4;
		grid-row: 2 / 4;
	}

	#phone-4 {
		margin-top: -40px;
	}

	#download-2 {
		grid-column: 1 / 5;
		grid-row: 3 / 4;
		justify-self: center;
	}

	/* FOOTER */

	.footer {
		position: relative;
		left: 0;
		z-index: 1;
		padding-top: 14%;
	}

	.footer__name-market {
		grid-column: 1 / 3;
	}

	.footer__fund {
		grid-column: 3 / 5;
		flex-wrap: wrap;
	}

	.footer__payment-banner {
		margin-top: 10px;
		grid-column: 1 / 5;
		grid-row: 2 / 3;
	}

	.footer__contacts {
		margin-top: 65px;
		grid-column: 1 / 3;
	}

	.footer__company-data {
		grid-column: 1 / 5;
	}

	.footer__socip {
		grid-column: 1 / 5;
	}
}

