/*===========================================================================*/
:root{
    scrollbar-color: #cdb45b rgba(0,0,0,0.3) !important;
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.3);

}

::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 50px #cdb45b;
}

::-webkit-scrollbar-thumb:hover {
   -webkit-box-shadow: inset 0 0 50px #988131eb;

}
/*===========================================================================*/
* {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat SemiBold";
}
a {
	text-decoration: none;
}
button {
    cursor: pointer;
}
.main-page {
	background: url('../img/background.png') no-repeat top center;
	background-size: cover;
    min-height: 100vh;
}
.header {
	display: flex;
}
/*===========================================================================*/
.logo {
    margin-top: 5px;
}
.logo-text {
	font-family: 'Montserrat SemiBold';
	font-size: 33px;
	color: white;
	margin: 0;
}
.logo-img {
    margin-top: 8px;
    height: 50px;
}
.slogan {
	font-family: 'Montserrat SemiBold';
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
/*===========================================================================*/
.main-menu {
	list-style: none;
	display: flex;
	margin-top: 23px;
	margin-left: 40px;
}
.main-menu li {
	margin-left: 35px;
	white-space: nowrap;
}
.main-menu a {
	color: #bbbbbb;
	font-size: 15px;
	font-family: 'Montserrat SemiBold';
}
.main-menu li:last-child {
	margin-left: 30px;
}
/*===========================================================================*/
/*===========================================================================*/
.show-menu-btn,.hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
}
.show-menu-btn {
    float: right;
    margin-top: 15px;
}
.show-menu-btn:hover {
    color: #cdb45b;
    text-shadow: 0px 0px 16px #cdb45b;
}
.hide-menu-btn{
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
}
.hide-menu-btn:hover {
    color: #cdb45b;
    text-shadow: 0px 0px 16px #cdb45b;
}
#chk{
    display: none;
}
/*===========================================================================*/
/*===========================================================================*/
.main-form {
	background-color: #373737;
	width: 512px;
	height: auto;
	border-radius: 50px;
	margin-top: 180px;
    text-align: center;
}
.form-btn {
    background-image: -moz-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background-image: -webkit-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background-image: -ms-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    border: none;
    outline: none;
    border-radius: 29.5px;
    width: 323px;
    height: 59px;
    font-size: 14px;
    font-family: "Montserrat SemiBold";
    line-height: 1.786;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0px 2px 2px #000;*/
    margin-top: 25px;
    transition: all 0.2s easy-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.form-btn:hover {
	box-shadow: 0 0 20px rgba(152, 129, 49, 0.922);
}
.privacy {
    font-size: 15px;
    font-family: "Montserrat SemiBold";
    color: rgb(130, 130, 130);
    line-height: 1.267;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.link {
    color: #cdb45b;
    text-decoration: underline;
}

.yellow-text {
    color: #cdb45b;
}

.main-form .name-input {
    border-radius: 10px;
    background-color: #2a2a2a;
    border: none;
    height: 59px;
    width: 415px;
    outline: none;
    margin-top: 20px;
    padding: 0 30px;

    font-size: 15px;
    font-family: "Montserrat SemiBold";
    color: rgb(142, 142, 142);
    line-height: 1.667;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.name-input:hover, .form-select:hover {
	box-shadow: 0 0 20px rgb(152, 129, 49, .92);
}
.name-input:focus, .form-select:focus {
	box-shadow: 0 10px 20px rgb(152,129,49, .4), inset 0 0 0 2px rgb(152,129,49);
}
.main-form .form-select {
    border-radius: 10px;
    height: 59px;
    width: 415px;
    margin-top: 20px;
    padding: 0 30px;

    box-sizing: border-box;
    outline: none;
    border: none;

    background: #2a2a2a url(../img/arrow-down.svg) no-repeat center right;
    background-size: auto 20px;

    cursor: pointer;

    font-size: 15px;
    font-family: "Montserrat SemiBold";
    color: rgb(255, 255, 255);
    line-height: 1.667;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    transition: all 0.2s easy-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.notify-action {
    background-image: -moz-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background-image: -webkit-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background-image: -ms-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);

    /*width: 398px;
    height: 61px;*/
    padding: 20px 30px;

    border-radius: 30.5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: -23px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.notify-text {
    font-size: 13px;
    font-family: "Montserrat SemiBold";
    color: rgb(255, 255, 255);
    line-height: 1.923;
    /*text-shadow: 0px 2px 1px #000;*/
    display: table-cell;
    vertical-align: middle;
}
.buy-donate {
    font-size: 33px;
    font-family: "Montserrat SemiBold";
    color: rgb(255, 255, 255);
    line-height: 0.758;
    margin-top: 25px;
}
.red-text {
    font-size: 33px;
    font-family: "Montserrat SemiBold";
    color: rgb(205, 91, 91);
    line-height: 0.758;
}
.select-text {
    font-size: 13px;
    font-family: "Montserrat SemiBold";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.462;
    margin-top: 25px;
}
.enter-server {
    width: 90%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 50%;
    transform: translate(-50%);
    justify-items: center;
    margin-top: 20px;
}
.enter-server .radio-server {
    position: absolute;
    opacity: 0;
}
.enter-server .radio-server+label {
    cursor: pointer;
    width: 90%;
    height: 59px;
    margin: 0;
    padding: 21.5px 0;
    text-transform: uppercase;
    background: #2a2a2a;

    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-family: "Montserrat SemiBold";

    text-align: center;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
}
.radio-server:not(:checked)+label:hover {
	box-shadow: 0 0 20px rgb(152,129,49);
}
.enter-server .radio-server:checked+label {
    background: -moz-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background: -webkit-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    background: -ms-linear-gradient( -90deg, rgb(205,180,91) 0%, rgb(152,129,49) 99%);
    font-size: 11px; /*14*/
    font-family: "Montserrat SemiBold";
    color: #fff;
}
/*===========================================================================*/
.no-buyers {
    font-family: "Montserrat SemiBold";
    color: #fff;
    margin-top: 50px;
}
.last-buys {
	background-color: #373737;
	width: 608px;
	height: fit-content;
	border-radius: 50px;
    margin: 0 0 0 auto;
	margin-top: 180px;
    height: -moz-max-content;
}

.last-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.last-buyer {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 105px;
}

.last-buyer img:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px 2px #988231;
}

.last-buyer img{
    height: 64px;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.last-buyer p {
    font-size: 11px;
    font-family: "Montserrat SemiBold";
    color: #bdc3c7;
    margin-top: 3px;
    width: 100%;
}

.last-buyer .nickname-buyer {
    font-family: "Montserrat SemiBold";
    color: #fff;
    font-size: 17px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.last-arrow img {
    height: 25px;
    margin: 35px 0;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

    cursor: pointer;
}
.last-arrow img:hover {
   transform: scale(1.2);
}
/*===========================================================================*/
.otziv {
	background-color: #373737;
	width: 608px;
	height: 334px;
	border-radius: 50px;
    margin: -334px 0 0 auto;
}
.otziv-title {
    text-align: center;
    margin-top: 30px;
	font-size: 25px;
    font-family: "Montserrat SemiBold";
    color: rgb(255, 255, 255);
    line-height: 0.758;
	margin-bottom: 25px;
}
/*===========================================================================*/
.otziv-info {
    margin: 0 auto;
    overflow: auto;
}
.otziv-head {
    float: left;
    height: 61px;
	margin-top: 3.5px;
	transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.otziv-head:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px 2px #988231;
}

.otziv-owner {
    font-size: 15px;
    font-family: "Montserrat SemiBold";
    color: #fff;
    margin-left: 20px;
    margin-top: 3.5px;
}
.likes-text {
    font-size: 10px;
    font-family: "Montserrat SemiBold";
    color: #656464;
    margin-left: 20px;
    margin-top: 4px;
}
.otziv-stars {
    margin-left: 20px;
    margin-top: 2px;
}
/*===========================================================================*/
.otziv-text-area {
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 7.7% 78% 7.7%;
    grid-template-areas:
        'a b c';
}
.otziv-text {
    border-radius: 10px;
    background-color: #2a2a2a;
    width: auto;
    height: 125px;
}
.otziv-text p {
    font-size: 13px;
    font-family: "Montserrat SemiBold";
    color: #bbbbbb;
    padding: 10px;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: center;
}

.otziv-arrow-box {
    width: 7.7%;
    display: grid;
}

.otziv-arrow {
    height: 25px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

    cursor: pointer;
}

.otziv-arrow:hover {
    transform: scale(1.2);
 }
/*===========================================================================*/
.footer {
    margin-top: 300px;
    text-align: center;
}
.copyright {
    font-size: 13px;
    font-family: 'Montserrat SemiBold';
    color: #b4b4b4;
    text-align: center;
    margin-bottom: 50px;
}
.logo-footer {
	height: 17px;
	text-align: center;
}
/*===========================================================================*/
