@font-face {
    font-family: 'My Riad Pro';
    font-style: normal;
    font-weight: normal;
    src: local('My Riad Pro'), url('../fonts/myriad-pro-8.otf') format('opentype');
}

@font-face {
    font-family: 'Gobold Uplow';
    font-style: normal;
    font-weight: normal;
    src: local('Gobold Uplow'), url('../fonts/Gobold_Uplow.ttf') format('truetype');
}

body {
    padding: 0px;
    margin: 0px;
}

.launcher {
    background: url("../images/background.png") no-repeat top center;
    width: 937px;
    height: 591px;
    -webkit-user-select: none;
    -webkit-app-region: drag;
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    position: relative;
}
.launcher .trailer {
    position: absolute;
    top: 146px;
    right: 100px;
}
.launcher .logo {
    position: absolute;
    top: 31px;
    left: 387px;
}
.launcher .left {
    width: 142px;
    margin: 155px 0px 0px 100px;
    z-index: 999;
    overflow: hidden;
}
.launcher .left .settings {
    background: url('../images/settings.png') no-repeat;
    width: 33px;
    height: 32px;
    cursor: pointer;
    -webkit-app-region: no-drag;
    margin: 0px 0px 36px 0px;
}
.launcher .left .settings:hover {
    filter: brightness(120%);
}
.launcher .left .buttons {
    width: 82px;
    color: #ffffff;
    font-family: "My Riad Pro", "sans-serif";
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    margin: 17px 0px 17px 50px;
    transition: filter 0.3s ease, transform 0.3s ease;
    -webkit-app-region: no-drag;
}
.launcher .left .buttons a {
    color: #ffffff;
    text-decoration: none;
    line-height: 38px;
    display: block;
}
.launcher .left .buttons:hover {
    transform: scale(1.05);
}
.launcher .left .start {
    width: 129px;
    height: 119px;
    animation: rotate 4s linear infinite;
    position: relative;
    margin: 0px 0px 0px 37px;
    overflow: hidden;
    transition: filter 0.3s ease, transform 0.3s ease;
    -webkit-app-region: no-drag;
    cursor: pointer;
}
.launcher .left .start:hover {
    transform: scale(1.05);
}
.launcher .left .start h1 {
    font-family: "Gobold Uplow", "sans-serif";
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 21px 0px 0px 0px;
}
.launcher .left .start p {
    font-family: "Gobold Uplow", "sans-serif";
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: -7px 0px 0px 0px;
}
.launcher .right {
    width: 660px;
    margin: 50px 0px 0px 0px;
    position: relative;
}
.launcher .right .minimize {
    position: absolute;
    background: url('../images/minimizer.png') no-repeat;
    width: 18px;
    height: 18px;
    right: 23%;
    margin-top: 10px;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .right .minimize:hover {
    filter: brightness(130%);
}
.launcher .right .closed {
    position: absolute;
    background: url('../images/closed.png') no-repeat;
    width: 20px;
    height: 22px;
    right: 19.4%;
    margin-top: 12px;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .right .closed:hover {
    filter: brightness(130%);
}
.launcher .news {
    background: url('../images/bg-news.png') no-repeat;
    width: 282px;
    height: 167px;
    margin: 235px 0px 0px 306px;
    overflow: hidden;
}
.launcher .news .title {
    font-family: "My Riad Pro", "sans-serif";
    font-size: 12px;
    color: #febf00;
    margin: 4px 0px 12px 10px;
    text-transform: uppercase;
}
.launcher .news li {
    display: flex;
    font-family: "My Riad Pro", "sans-serif";
    justify-content: space-between;
    margin: 8px 0px 0px 10px;
}
.launcher .news li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.launcher .news li a:hover {
    color: #febf00;
}
.launcher .news li span {
    color: #febf00;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 10px 0px 0px;
}
.launcher .right .animate {
    position: absolute;
    right: 77px;
    top: 472px;
    -webkit-app-region: no-drag;
}
.launcher .right .animate .container {
    width: auto;
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 1px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "My Riad Pro", "sans-serif";
    margin: 0px 0px 0px 20px;
}

.launcher .right .animate input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.launcher .right .animate .checkwin {
    position: absolute;
    top: -3px;
    left: 0;
    height: 20px;
    width: 25px;
    background: url("../images/model_check.png");
}

.launcher .right .animate .checkwin:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .right .animate .container input[type="checkbox"]:checked ~ .checkwin:after {
    display: block;
}

.launcher .right .animate .container .checkwin:after {
    left: 0px;
    top: 0px;
    width: 25px;
    height: 20px;
    background: url('../images/model_chec_true.png') no-repeat;
}
.launcher .bg-settings {
    background: url('../images/box-settings.png') no-repeat top center;
    width: 428px;
    height: 466px;
    position: absolute;
    left: 255px;
    top: 89px;
    z-index: 999;
    display: none;
}
.launcher .bg-settings .closed {
    background: url('../images/closed.png') no-repeat;
    width: 20px;
    height: 22px;
    margin: 22px 0px 0px 392px;
    cursor: pointer;
    -webkit-app-region: no-drag;
}
.launcher .bg-settings .closed:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form {
    padding: 0px;
    margin: 4px 0px 0px 23px;
    width: 382px;
    -webkit-app-region: no-drag;
}
.launcher .bg-settings form .row {
    display: flex;
    margin: 10px 0px 0px 25px;
    gap: 15px;
}
.launcher .bg-settings form .row .form-group {
    width: auto;
    margin: 10px 0px 0px 0px;
}
.launcher .bg-settings form .row .form-group .title {
    display: block;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
    color: #fff;
    margin: 0px 0px 0px 1px;
}
.launcher .bg-settings form .row .form-group input[type="text"] {
    width: 130px;
    height: 23px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .row .form-group select {
    width: 137px;
    height: 25px;
    padding: 0px 0px 0px 5px;
    margin: 10px 0px 0px 0px;
    outline: none;
    border: 1px solid #000000;
    font-family: "Arial", "sans-serif";
    font-size: 12px;
}
.launcher .bg-settings form .form-group .content-s {
    width: 119px;
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-family: "Arial";
    margin: 6px 0px 0px 0px;
    filter: drop-shadow(2px 4px 2px black);
}
.launcher .bg-settings form input[type="checkbox"], .launcher .bg-settings form input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.launcher .bg-settings form .form-group .checkbox, .launcher .bg-settings form .form-group .checkradio {
    position: absolute;
    top: 0px;
    left: 0;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 2px solid #af1010;
    background-color: #fff;
}

.launcher .bg-settings form .form-group .checkbox:after, .launcher .bg-settings form .form-group .checkradio:after {
    content: "";
    position: absolute;
    display: none;
}

.launcher .bg-settings form .form-group .content-s input[type="checkbox"]:checked ~ .checkbox:after, .launcher .bg-settings form .form-group .content-s input[type="radio"]:checked ~ .checkradio:after {
    display: block;
}

.launcher .bg-settings form .form-group .content-s .checkbox:after, .launcher .bg-settings form .form-group .content-s .checkradio:after {
    left: 1px;
    top: 1px;
    width: 7px;
    height: 7px;
    background: #161616;
    border-radius: 50%;
}
.launcher .bg-settings form .form-group input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 58%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 19px 0px 0px 0px;
    border: none;
    background: transparent;
}

.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background-color: #fff;
    border: none;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-track {
    height: 15px;
    background-color: #fff;
    border-radius: 16px;
}
.launcher .bg-settings form .form-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #830600;
    border-radius: 50%;
    border: 2px solid #4c0400;
    box-shadow: -407px 0 0 400px #4c0400;
}
.launcher .bg-settings form .form-group input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: -407px 0 0 400px #fff;
}
.launcher .bg-settings form .form-group .number {
    color: #fff;
    font-size: 22px;
    font-family: "Arial Black", "sans-serif";
    padding: 0px 0px 0px 3px;
    filter: drop-shadow(2px 4px 6px black);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.launcher .bg-settings form .save {
    background: url('../images/button.png') no-repeat;
    width: 106px;
    height: 45px;
    cursor: pointer;
    margin: 30px auto 0px;
    text-decoration: none;
    border: none;
    display: block;
    outline: none;
}
.launcher .bg-settings form .save:hover {
    filter: brightness(120%);
}
.launcher .bg-settings form .save span {
    display: block;
    text-align: center;
    font-family: "My Riad Pro", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    color: #fff;
}