@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-ExtraBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("../fonts/Rubik-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
}

body{
    display: flex;
    flex-direction: column;
}

@media (min-width:601px){
.left_nav{
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 16.5%;
    height: 100vh;
    padding-left: .5%;
    background-color: #1a1500;
}

.ln_logo_div{
    width: 95%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.ln_logo_div img{
    width: 2.1vw;
    height: 2.1vw;
    border-radius: 23%;
}

.ln_logo_div img:hover{
    cursor: pointer;
}

.ln_button_wrap{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.ln_button{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
    height: 2.8vw;
    margin-bottom: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: .5vw;
    color: #fff;
    font-size: .95vw;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    background-color: #262000;
}

.ln_button:hover{
    cursor: pointer;
    transition: .3s linear;
    background-color: #4d4000;
}

.ln_b_t{
    display: inline-block;
    margin-left: .5vw;
}

#ln_b_6{
    color: #010100;
    background-color: #ffd600;
}

.ln_b_img{
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border-radius: 100%;
    background-image: url("http://vibrant-pulsepath.com/wlc/flags/1x1/ru.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

main{
    display: flex;
    flex-direction: row;
    background-color: #010100;
}

article{
    display: flex;
    flex-direction: column;
    width: 83%;
}

.header{
    position: sticky;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    height: 5vw;
    padding-left: 4%;
    padding-right: 4%;
    background: radial-gradient(ellipse closest-side at center, #262000 65%, #010100 90%, #010100);
}

.logo_button{
    width: 7vw;
    height: 3vw;
    border: none;
    background-image: url("../img/logo_2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.logo_button:hover{
    cursor: pointer;
}

.search_button{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    padding-top: .5vw;
    padding-bottom: .5vw;
    padding-left: 1%;
    padding-right: 1%;
    color: #998000;
    font-size: 1vw;
    letter-spacing: .5px;
    border: solid #998000 1px;
    border-radius: 10px;
    background-color: #262000;
}

.search_button:hover{
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0px 0px 10px #998000;
    color: #fff;
}

.enter_button{
    width: 13%;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border: solid #ffd600 1px;
    border-radius: 10px;
    background-color: transparent;
}

.enter_button:hover{
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 0 10px #998000;
}

.regist_button{
    width: 13%;
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
    border: solid #ff0095 1px;
    border-radius: 10px;
    background: linear-gradient(to right bottom, #ff00d9, #ff0092);
}

.regist_button:hover{
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 0 5px #ff00d9;
}

.sale_span{
    position: absolute;
    display: inline-block;
    background-color: #ffd600;
    padding-left: 1%;
    padding-right: 1%;
    font-size: .8vw;
    color: #010100;
    font-weight: 500;
    border-radius: 10px;
    transform: translate(-100%, -100%);
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85%;
    padding-left: 4%;
    padding-right: 10%;
    margin-top: 4vw;
    color: #fff;
    font-size: 1.25vw;
    line-height: 160%;
    text-align: start;
}

section header{
    width: 100%;
}

h2, h1{
    margin-bottom: 2vw;
    font-size: 3vw;
    color: #fff;
    line-height: 120%;
    letter-spacing: 1px;
    text-align: start;
}

.main_button{
    margin-top: 2vw;
    padding: 1vw;
    font-size: 2vw;
    font-weight: 500;
    color: #010100;
    letter-spacing: 1px;
    border: solid #ffd600 4px;
    border-radius: 15px;
    background-color: #ffd600;
}

.main_button:hover{
    cursor: pointer;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 0 0 2px #fff;
    border: solid #ffd600 4px;
    background-color: #4d4000;
}

.main_inf{
    margin-top: 2vw;
}

.reviews_screen{
	display: flex;
	flex-direction: column;
	align-items: start;
}

.reviews_blocks_container_{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reviews_block_{
	display: flex;
	flex-direction: column;
	width: 55vw;
	margin: 1vw;
    margin-left: 0;
	padding: 1vw;
    border: solid #ffd600 2px;
	border-radius: 2vw;
	background: #262000;
}

.r_block_header_{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 1vw;
}

.reviewer_name_, .reviewer_mark_{
	display: flex;
	flex-direction: row;
}

.r_name_text_, .r_mark_text_, .review_text_{
	text-decoration: none;
	color: #fff;
	line-height: 1.75vw;
	font-size: 1.25vw;
}

.r_name_text_{
	letter-spacing: 1px;
}

.review_text_{
	margin: 1vw;
}

.r_signs_{
	height: 1.75vw;
	margin-right: 1vw;
	padding-right: 1vw;
	border: solid rgba(255, 255, 255, 0.5) 1px;
	border-left: transparent;
	border-top: transparent;
	border-bottom: transparent;
}

.r_mark_img_{
	height: 1.75vw;
	margin-left: 1vw;
}

.FAQ_screen{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 2.5vw;
}

h3{
    margin-bottom: 1vw;
}

.faq_text{
    margin-bottom: 1.5vw;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.footer_img{
    width: 10vw;
}

.footer_img:hover{
    cursor: pointer;
}
}

@media (min-width:320px) and (max-width:600px){
.left_nav{
    display: none;
}

main{
    display: flex;
    flex-direction: row;
    background-color: #010100;
}

article{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header{
    position: sticky;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: radial-gradient(ellipse closest-side at center, #262000 65%, #010100 90%, #010100);
}

.logo_button{
    width: 12vh;
    height: 4.5vh;
    border: none;
    background-image: url("../img/logo_2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.logo_button:hover{
    cursor: pointer;
}

.search_button{
    display: none;
}

.enter_button{
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-left: 5.5vw;
    margin-right: 5.5vw;
    padding: 1vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border: solid #ffd600 1px;
    border-radius: 10px;
    background-color: transparent;
}

.enter_button:hover{
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 0 10px #998000;
}

.regist_button{
    padding: 1vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff;
    border: solid #ff0095 1px;
    border-radius: 10px;
    background: linear-gradient(to right bottom, #ff00d9, #ff0092);
}

.regist_button:hover{
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 0 5px #ff00d9;
}

.sale_span{
    position: absolute;
    display: inline-block;
    background-color: #ffd600;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 3vw;
    color: #010100;
    font-weight: 500;
    border-radius: 10px;
    transform: translate(-125%, 150%);
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 8vw;
    color: #fff;
    font-size: 3.5vw;
    line-height: 140%;
    text-align: start;
}

section header{
    width: 100%;
    margin-bottom: 2vw;
}

h2{
    margin-bottom: 2vw;
    font-size: 5vw;
    color: #fff;
    line-height: 110%;
    letter-spacing: 1px;
    text-align: start;
}

.main_button{
    width: 100%;
    margin-top: 6vw;
    padding: 2vw;
    font-size: 6.5vw;
    font-weight: 500;
    color: #010100;
    letter-spacing: 1px;
    border: solid #ffd600 4px;
    border-radius: 15px;
    background-color: #ffd600;
}

.main_button:hover{
    cursor: pointer;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 0 0 2px #fff;
    border: solid #ffd600 4px;
    background-color: #4d4000;
}

.main_inf{
    margin-top: 4vw;
}

.reviews_screen{
	display: flex;
	flex-direction: column;
	align-items: start;
}

.reviews_blocks_container_{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reviews_block_{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 2vw;
    margin-left: 0;
	padding: 1vw;
    border: solid #ffd600 2px;
	border-radius: 2vw;
	background: #262000;
}

.r_block_header_{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 1vw;
}

.reviewer_name_, .reviewer_mark_{
	display: flex;
	flex-direction: row;
}

.r_name_text_, .r_mark_text_, .review_text_{
	text-decoration: none;
	color: #fff;
	line-height: 120%;
	font-size: 3.5vw;
}

.r_name_text_{
	letter-spacing: 1px;
}

.review_text_{
	margin: 1vw;
}

.r_signs_{
	height: 4vw;
	margin-right: 1vw;
	padding-right: 1vw;
	border: solid rgba(255, 255, 255, 0.5) 1px;
	border-left: transparent;
	border-top: transparent;
	border-bottom: transparent;
}

.r_mark_img_{
	height: 4vw;
	margin-left: 1vw;
}

.FAQ_screen{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 2.5vw;
}

h3{
    margin-bottom: 1vw;
}

.faq_text{
    margin-bottom: 1.5vw;
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 6vw;
}

.footer_img{
    width: 50vw;
}

.footer_img:hover{
    cursor: pointer;
}
}