




@media screen and (max-width: 1400px) {
	.header_nav ul li a {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #000;
	    height: 44px;
	    padding: 0 16px;
	    font-size: 20px;
	    line-height: 20px;
	    border-radius: 8px;
	    border: 1px solid rgb(0, 0, 0);
	    box-shadow: rgb(0, 0, 0) 1px 3px 0px;
	}

	.work_border {
	    border: 2px solid #000;
	    border-radius: 20px;
	    background: #fff;
	    padding: 8px 24px 24px 24px;
	    width: 95%;
	    margin: 0 auto;
	    box-shadow: rgb(0, 0, 0) 2px 5px;
	}
}

@media screen and (max-width: 1250px){
	
}


/* стили для md-устройств */
@media screen and (max-width: 1200px) {
	.header_logo img {
	    max-width: 240px;
	}

	.header_nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        height: 36px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 8px;
        border: 1px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 1px 3px 0px;
    }

    .header_btn button {
	    height: 44px;
	    width: 170px;
	    font-size: 16px;
	    line-height: 16px;
	    color: #fff;
	    background: rgb(0, 108, 40);
	    border-radius: 10px;
	    border: 1px solid #000;
	    box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 0px inset, rgb(0, 0, 0) 0px 3px 0px;
	}



	.work_title {
	    font-size: 60px;
	    line-height: 60px;
	    letter-spacing: 0.00938em;
	    text-transform: uppercase;
	}

	.title {
	    font-size: 100px;
	    line-height: 100px;
	    text-transform: uppercase;
	}

	.about p {
	    font-size: 22px;
	    line-height: 30px;
	    margin: 16px 0 0 0;
	}

	.about_bg {
	    background: url(../images/about_bg.png) 100% 100% / 100% 100%;
	    max-width: 875px;
	    margin: 0 0 0 auto;
	    padding: 60px 80px 0 80px;
	    height: 735px;
	    position: relative;
	    z-index: 1;
	}

	.about_img {
	    width: 280px;
	    display: flex;
	    position: absolute;
	    left: 2%;
	    bottom: 2%;
	}

	.how_block:nth-of-type(2) .how_border {
		margin: 0;
	}

	.how_border {
		height: 100%;
	}

	.how_block {
		margin: 0 20px 0 0;
	}

	.footer_img img {
	    max-width: 400px;
	}

	.footer p {
	    font-size: 14px;
	    line-height: 1.5;
	    letter-spacing: 0.00938em;
	    font-weight: 400;
	    font-family: 'Poppins';
	    max-width: 400px;
	    margin: 8px auto 0 auto;
	    text-align: center;
	}
}	


@media screen and (max-width: 1050px) {
	

  
}


/* стили для sm-устройств */
@media screen and (max-width: 1024px) {
	
	.burger_mobile {
		display: block;
	}

	.burger_mobile button {
		display: flex;
	}

	.burger_mobile button svg {
		width: 38px;
		height: 38px;
	}

	.header_hidden {
		display: none;
	}

	.header_logo img {
		max-width: 270px;
	}

	.header_nav ul {
		flex-wrap: wrap;
	}

	.header_nav ul li {
		width: 100%;
		padding: 0 0 16px 0;
	}

	.header_btn {
		padding: 24px 0 0 0;
	}

	.header_nav ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        height: 44px;
        padding: 0 16px;
        font-size: 22px;
        line-height: 22px;
        border-radius: 8px;
        border: 1px solid rgb(0, 0, 0);
        box-shadow: rgb(0, 0, 0) 1px 3px 0px;
    }

    .header_btn button {
        height: 50px;
        width: 200px;
        font-size: 22px;
        line-height: 22px;
        color: #fff;
        background: rgb(0, 108, 40);
        border-radius: 10px;
        border: 1px solid #000;
        box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 0px inset, rgb(0, 0, 0) 0px 3px 0px;
    }

	.running_line span {
	    font-size: 15px;
	    line-height: 26px;
	    letter-spacing: 0.00938em;
	    white-space: nowrap;
	}

	.work {
		padding: 40px 0 0 0;
	}

	.work_title {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0.00938em;
        text-transform: uppercase;
    }

    .work_suptitle {
	    font-size: 20px;
	    line-height: 20px;
	    letter-spacing: 0.00938em;
	    margin: 16px 0;
	}

	.work_links ul li a {
	    height: 58px;
	    font-size: 20px;
	    line-height: 20px;
	    padding: 0 24px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border: 2px solid #000;
	    box-shadow: rgba(0, 0, 0, 0.25) 0px -4px 0px inset, rgb(0, 0, 0) 0px 3px 0px;
	    color: #000;
	    border-radius: 10px;
	    text-transform: uppercase;
	}

	.work_border_wrap p {
	    font-size: 16px;
	    line-height: 16px;
	    letter-spacing: 0.00938em;
	}

	.work_border {
        border: 2px solid #000;
        border-radius: 20px;
        background: #fff;
        padding: 8px 16px 16px 16px;
        width: 95%;
        margin: 0 auto;
        box-shadow: rgb(0, 0, 0) 2px 5px;
    }

    .work_rotate_border p {
	    font-size: 16px;
	    line-height: 30px;
	}

	.work_center p {
	    font-size: 18px;
	    line-height: 18px;
	    letter-spacing: 0.00938em;
	    text-align: center;
	    margin-bottom: 8px;
	}

	.work_form_link a {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 50px;
	    width: 100%;
	    color: rgb(0, 0, 0);
	    font-size: 13px;
	    font-family: Poppins;
	    font-weight: 700;
	    border-radius: 10px;
	    border: 2px solid rgb(0, 0, 0);
	    line-height: 1.75;
	    letter-spacing: 0.02857em;
	}

	.title {
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
    }

    .about p:nth-of-type(1) {
    	margin: 16px 0 0 0;
    }

    .about p {
    	font-size: 24px;
    	line-height: 24px;
    }

    .about_bg {
        background: url(../images/about_bg.png) 100% 100% / 100% 100%;
        max-width: 768px;
        margin: 0 0 0 auto;
        padding: 45px 45px 0 45px;
        height: 593px;
        position: relative;
        z-index: 1;
    }

    .how {
    	padding: 40px 0;
    	background-size: cover;
    	height: auto;
    }

    .how_border h3 {
	    line-height: 1.5;
	    letter-spacing: 0.00938em;
	    font-size: 26px;
	    margin-top: 16px;
	}

	.roadmap_border h3 {
	    margin: 16px 0px;
	    line-height: 1.5;
	    letter-spacing: 0.00938em;
	    font-size: 26px;
	}

	.roadmap_border p {
		font-size: 13px;
		line-height: 24px;
	}

	.roadmap_absolute p {
	    margin: 0px 16px;
	    line-height: 1;
	    letter-spacing: 0.00938em;
	    color: rgb(242, 197, 59);
	    display: inline;
	    font-size: 3rem;
	}

	.roadmap_border {
		padding: 16px 16px;
	}

	.tokennomics {
		padding: 60px 0;
	}

	.tokennomics_absolute {
		width: 100px;
		top: 2%;
	}

	.tokennomics_absolute2 {
		width: 100px;
		top: 2%;
	}

	.tokennomics_wrap {
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.tokennomics_block {
		width: 50%;
		margin: 0;
		padding: 0 10px;
	}

	.tokennomics_block:last-child {
		width: 100%;
		padding: 20px 10px 0 10px;
	}

	.fag {
		padding: 60px 0;
	}

	.accordion .link {
		font-size: 22px;
		padding: 12px 0;
		line-height: 26px;
	}

	.accordion li {
		padding: 0 16px 0 16px;
	}

	.fag_content {
		padding: 8px 0 24px 0;
	}

	.accordion .link h3 {
	    width: 83%;
	}

	.footer {
		padding: 60px 0 16px 0;
	}


  
}

/* стили для sm-устройств */
@media screen and (max-width: 992px) {
	.footer_wrap {
		flex-wrap: wrap;
	}

	.footer_block {
		width: 100%;
	}

	.footer_block:nth-of-type(1) {
		order: 1;
	}

	.footer_block:nth-of-type(2) {
		order: 3;
	}

	.footer_block:nth-of-type(3) {
		margin: 20px 0;
		order: 2;
	}

	.footer_restagle {
		display: none;
	}

	.footer_social {
		height: auto;
		padding: 0;
		margin: 0;
	}

	.footer p {
		max-width: 100%;
	}

	.footer_img {
		justify-content: center;
	}

	.footer_img img {
		max-width: 100%;
	}
}


@media screen and (max-width: 900px) {
	


}


/* Ipad*/ 
@media screen and (max-width: 768px) {
	.work_wrap {
		flex-wrap: wrap;
	}

	.work_block {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.work_block:last-child {
		margin: 0;
	}

	.work_border {
		width: 100%;
	}

	.work_title {
		text-align: center;
	}

	.work_suptitle {
		text-align: center;
	}

	.work_social ul {
		justify-content: center;
	}

	.work_links ul {
		justify-content: center;
	}

	.about_img {
		position: relative;
		width: auto;
		max-width: 400px;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}

	.about {
		padding: 40px 0;
	}

	.about_bg {
		margin: 40px 0 0 0;
		padding: 16px 16px;
		background: rgb(244, 235, 130);
		border-radius: 14px;
		height: auto;
	}

	.running_icons_wrap img {
		width: 120px;
		margin: 0 40px 0 0;
	}

	.how_wrap {
		flex-wrap: wrap;
	}

	.how_block {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.tokennomics_border {
		height: 40px;
	}

	.tokennomics_border p {
		font-size: 14px;
		line-height: 14px;
	}

	.tokennomics_block:last-child .tokennomics_border {
		height: 50px;
	}

	.tokennomics_block:last-child .tokennomics_border p {
		font-size: 16px;
		line-height: 16px;
	}

	.tokennomics_inner {
		margin: 0 -10px;
	}

	.tokennomics_inner_block {
		width: 50%;
		padding: 20px 5px 0 5px;
	}
}


/* Ipad mini*/ 
@media screen and (max-width: 640px) {
	.roadmap_border {
		padding: 0 16px 16px 16px;
	}

	.roadmap_wrap {
		flex-wrap: wrap;
	}

	.roadmap_block {
		width: 100%;
		margin: 0 0 24px 0;
	}
}

@media screen and (max-width: 575px) {
  	
}

/* Galaxy S8+*/ 
@media screen and (max-width: 480px) {
  	.work_img {
  		display: flex;
  		padding: 40px 0 0 0;
  	}

  	.work_bottom {
  		padding: 0;
  	}

  	.work_logo img {
	    max-width: 240px;
	}

	.popup_close {
	    display: flex;
	    position: absolute;
	    top: 7px;
	    right: 0px;
	    z-index: 1;
	}

	.work_form_wrap {
		flex-wrap: wrap;
	}

	.work_form_block {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.work_links ul li a {
		font-size: 16px;
	}
}

/* Galaxy*/ 
@media screen and (max-width: 415px) {
  	.work_border_wrap p {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.00938em;
    }
}


/* Iphone 6.7.8 */ 
@media screen and (max-width: 375px) {
	
}

/* Iphone 5.5SE */ 
@media screen and (max-width: 320px) {
	
}