/* Scss Document */
:root {
    --px: 30px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
}

.fz12 {
    font-size: var(--font12);
}

.fz13 {
    font-size: var(--font13);
}

.fz14 {
    font-size: var(--font14);
}

.fz15 {
    font-size: var(--font15);
}

.fz16 {
    font-size: var(--font16);
}

.fz17 {
    font-size: var(--font17);
}

.fz18 {
    font-size: var(--font18);
}

.fz20 {
    font-size: var(--font20);
}

.center {
    text-align: center;
}

.fw300 {
    font-weight: 300;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.lh {
    line-height: 1;
}

.lh110 {
    line-height: 110%;
}

.lh120 {
    line-height: 120%;
}

.lh130 {
    line-height: 130%;
}

.lh140 {
    line-height: 140%;
}

.lh150 {
    line-height: 150%;
}

.lh160 {
    line-height: 160%;
}

.lh170 {
    line-height: 170%;
}

.lh180 {
    line-height: 180%;
}

.lh190 {
    line-height: 190%;
}

.lh200 {
    line-height: 200%;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.flx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dif {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fxs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fxg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid2 {
    margin-right: calc(var(--px) * -1);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid2 .col {
    width: calc(50% - var(--px));
    margin-right: var(--px);
    margin-bottom: var(--px);
}

.grid3 {
    margin-right: calc(var(--px) * -1);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid3 .col {
    width: calc(33.3333333333% - var(--px));
    margin-right: var(--px);
    margin-bottom: var(--px);
}

.grid4 {
    margin-right: calc(var(--px) * -1);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid4 .col {
    width: calc(25% - var(--px));
    margin-right: var(--px);
    margin-bottom: var(--px);
}

.grid5 {
    margin-right: calc(var(--px) * -1);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid5 .col {
    width: calc(20% - var(--px));
    margin-right: var(--px);
    margin-bottom: var(--px);
}

.b0 {
    margin-bottom: 0px;
}

.b2 {
    margin-bottom: 2px;
}

.b3 {
    margin-bottom: 3px;
}

.b4 {
    margin-bottom: 4px;
}

.b5 {
    margin-bottom: 5px;
}

.b6 {
    margin-bottom: 6px;
}

.b7 {
    margin-bottom: 7px;
}

.b8 {
    margin-bottom: 8px;
}

.b9 {
    margin-bottom: 9px;
}

.b10 {
    margin-bottom: 10px;
}

.b11 {
    margin-bottom: 11px;
}

.b12 {
    margin-bottom: 12px;
}

.b13 {
    margin-bottom: 13px;
}

.b14 {
    margin-bottom: 14px;
}

.b15 {
    margin-bottom: 15px;
}

.b20 {
    margin-bottom: 20px;
}

.b25 {
    margin-bottom: 25px;
}

.b30 {
    margin-bottom: 30px;
}

.b35 {
    margin-bottom: 35px;
}

.b40 {
    margin-bottom: 40px;
}

.b45 {
    margin-bottom: 45px;
}

.b50 {
    margin-bottom: 50px;
}

.b60 {
    margin-bottom: 60px;
}

.b65 {
    margin-bottom: 65px;
}

.b70 {
    margin-bottom: 70px;
}

.b75 {
    margin-bottom: 75px;
}

.b80 {
    margin-bottom: 80px;
}

.b85 {
    margin-bottom: 85px;
}

.b90 {
    margin-bottom: 90px;
}

.b95 {
    margin-bottom: 95px;
}

.b100 {
    margin-bottom: 100px;
}

.t0 {
    margin-top: 0px;
}

.t5 {
    margin-top: 5px;
}

.t6 {
    margin-top: 6px;
}

.t7 {
    margin-top: 7px;
}

.t8 {
    margin-top: 8px;
}

.t9 {
    margin-top: 9px;
}

.t10 {
    margin-top: 10px;
}

.t15 {
    margin-top: 15px;
}

.t20 {
    margin-top: 20px;
}

.t25 {
    margin-top: 25px;
}

.t30 {
    margin-top: 30px;
}

.t35 {
    margin-top: 35px;
}

.t40 {
    margin-top: 40px;
}

.t45 {
    margin-top: 45px;
}

.t50 {
    margin-top: 50px;
}

.t55 {
    margin-top: 55px;
}

.t60 {
    margin-top: 60px;
}

.t65 {
    margin-top: 65px;
}

.t70 {
    margin-top: 70px;
}

.t75 {
    margin-top: 75px;
}

.t80 {
    margin-top: 80px;
}

.t85 {
    margin-top: 85px;
}

.t90 {
    margin-top: 90px;
}

.t95 {
    margin-top: 95px;
}

.t100 {
    margin-top: 100px;
}

.l0 {
    margin-left: 0px;
}

.l5 {
    margin-left: 5px;
}

.l6 {
    margin-left: 6px;
}

.l7 {
    margin-left: 7px;
}

.l8 {
    margin-left: 8px;
}

.l9 {
    margin-left: 9px;
}

.l10 {
    margin-left: 10px;
}

.l15 {
    margin-left: 15px;
}

.l20 {
    margin-left: 20px;
}

.l25 {
    margin-left: 25px;
}

.l30 {
    margin-left: 30px;
}

.l35 {
    margin-left: 35px;
}

.l40 {
    margin-left: 40px;
}

.l45 {
    margin-left: 45px;
}

.l50 {
    margin-left: 50px;
}

.l60 {
    margin-left: 60px;
}

.l65 {
    margin-left: 65px;
}

.l70 {
    margin-left: 70px;
}

.l75 {
    margin-left: 75px;
}

.l80 {
    margin-left: 80px;
}

.l85 {
    margin-left: 85px;
}

.l90 {
    margin-left: 90px;
}

.l95 {
    margin-left: 95px;
}

.l100 {
    margin-left: 100px;
}

.r0 {
    margin-right: 0px;
}

.r5 {
    margin-right: 5px;
}

.r6 {
    margin-right: 6px;
}

.r7 {
    margin-right: 7px;
}

.r8 {
    margin-right: 8px;
}

.r9 {
    margin-right: 9px;
}

.r10 {
    margin-right: 10px;
}

.r15 {
    margin-right: 15px;
}

.r20 {
    margin-right: 20px;
}

.r25 {
    margin-right: 25px;
}

.r30 {
    margin-right: 30px;
}

.r35 {
    margin-right: 35px;
}

.r40 {
    margin-right: 40px;
}

.r45 {
    margin-right: 45px;
}

.r50 {
    margin-right: 50px;
}

.r60 {
    margin-right: 60px;
}

.r65 {
    margin-right: 65px;
}

.r70 {
    margin-right: 70px;
}

.r75 {
    margin-right: 75px;
}

.r80 {
    margin-right: 80px;
}

.r85 {
    margin-right: 85px;
}

.r90 {
    margin-right: 90px;
}

.r95 {
    margin-right: 95px;
}

.r100 {
    margin-right: 100px;
}

/* Scss Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page {
    position: relative;
}

a, img {
    outline: none;
}

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Scss Document */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 27px;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.clr:before,
.clr:after {
    content: " ";
    display: table;
    clear: both;
}

input::-webkit-input-placeholder {
    text-indent: 0px;
    -webkit-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
    text-indent: 0px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
    text-indent: 0px;
    -ms-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    text-indent: -500px;
    -webkit-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
    text-indent: -500px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
    text-indent: -500px;
    -moz-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
    text-indent: -500px;
    -ms-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Scss Document */
.text img {
    max-width: 100% !important;
    height: auto !important;
}

.text ul {
    margin-bottom: 25px;
    list-style-type: square;
    list-style-position: inside;
}

.text ul ul {
    margin-top: 25px;
    margin-left: 15px;
}

.text ol {
    margin-bottom: 25px;
    margin-left: 0px;
    list-style-position: inside;
}

.text ul ul li {
    background-image: none;
    padding-left: 0px;
    list-style-type: square;
}

.text li + li {
    margin-top: 5px;
}

.text p {
    margin-bottom: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text table {
    margin-bottom: 25px;
    /*background-color: #fff;*/
    border-collapse: collapse;
    width: 100%;
}

.text table tr:nth-child(2n+2) {
    background-color: rgba(238, 238, 238, 0.42);
}

.text table tr:hover {
    background-color: rgba(238, 238, 238, 0.8);
}

.text table th {
    background-color: #30A2D9;
    padding: 15px 10px;
    color: #fff;
    border: 1px solid #fff;
}

.text table th p {
    margin-bottom: 0;
}

.text table td {
    padding: 10px;
    border: 1px solid #fff;
}

.text table td p {
    margin-bottom: 0;
}

.text blockquote {
    margin-bottom: 25px;
    color: #fff;
    background-color: #30A2D9;
    padding: 10px;
}

.text blockquote p {
    margin-bottom: 0px;
}

body {
    color: #fff;
    font-family: "Muller", sans-serif;
    font-size: 16px;
    background-color: #212132;
    background-image: url("bg2.svg");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 100% auto;
}

.posr {
    position: relative;
}

.hide {
    display: none;
}

svg {
    display: block;
}

#page {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

.page_inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wrap {
    max-width: 1200px;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

header {
    background-color: rgba(37, 37, 54, 0.95);
}

#page {
    padding-bottom: 50px;
}

.head {
    height: 50px;
}

.menu_top svg {
    display: block;
    width: auto;
    height: 40px;
}

.logo svg {
    width: auto;
    height: 30px;
}

.enter {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.btn {
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    padding: 17px 30px 13px 30px;
    height: auto;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    line-height: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

.btn:focus, .btn:hover {
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.btn:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
}

.rega {
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    height: 30px;
    font-size: 12px;
    padding: 0 30px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding-bottom: 0px;
    line-height: 1;
}

.rega:focus, .rega:hover {
    -webkit-box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.rega:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
}

.link_help {
    text-decoration: none;
    color: #e8ce3a;
}

.link_help:hover {
    color: #f5ea1a;
}

.link_help:hover .svg_question .svg_color {
    stroke: #f5ea1a;
}

.link_help svg {
    margin-right: 5px;
    width: auto;
    height: 24px;
}

.link_help .svg_question .svg_color {
    stroke: #e8ce3a;
}

.btn_icon .svg_flag_new .svg_color {
    fill: #302e40;
}

.link_new:hover .svg_flag_new .svg_color {
    fill: #4dd433;
}

.menu_top {
    background-color: rgba(37, 37, 54, 0.95);
    -webkit-box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.8);
}

.menu_top ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_top li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.menu_top li:hover {
    -webkit-box-shadow: inset 0 0 0 32px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 32px rgba(255, 255, 255, 0.05);
    border-radius: 10px 10px 0 0;
}

.menu_top li:before {
    content: "";
    position: absolute;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #313047;
    right: 0;
}

.menu_top li:last-child:before {
    content: "";
    display: none;
}

.menu_top li:nth-child(2) a {
    color: #de593e;
}

.menu_top li:nth-child(3) a {
    color: #6ef770;
}

.menu_top li:nth-child(4) a {
    color: #e8ce3a;
}

.menu_top a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #17eada;
}

.menu_top svg {
    margin-right: 10px;
}

.content {
    padding-top: 40px;
}

.btn_2 {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#191929), to(#191929)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(128, 128, 128, 0.4))) border-box;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4)) border-box;
    height: 35px;
    padding-left: 10px;
    padding-right: 12px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-overflow: ellipsis;
    border: 1px solid transparent;
}

.btn_2:hover {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px #ffde26;
    box-shadow: 0 0 0 2px #ffde26;
}

.btn_2 svg {
    width: auto;
    width: 15px;
    height: auto;
    margin-left: 20px;
}

.btn_icon svg {
    width: 25px;
    height: auto;
}

.search svg {
    width: auto;
    height: 20px;
}

.input {
    font-family: "Muller", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#191929), to(#191929)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(128, 128, 128, 0.4))) border-box;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4)) border-box;
    height: 35px;
    width: 430px;
    padding-left: 15px;
    padding-right: 50px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 35px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    outline: none;
}

.input:hover {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px #ffde26;
    box-shadow: 0 0 0 2px #ffde26;
}

.button {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: transparent;
    border-width: 0;
    outline: none;
    font-family: "Muller", sans-serif;
}

article {
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 10px #000;
    box-shadow: 0 8px 10px #000;
    background: repeat, -webkit-gradient(linear, left top, left bottom, from(#1c2240), to(#1c2240)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#4d5a85), to(rgba(70, 82, 121, 0))) border-box;
    background: repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, rgba(70, 82, 121, 0)) border-box;
    padding: 30px;
}

article .title {
    border-bottom: 1px solid #40445a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.image-style-align-center {
    text-align: center;
    display: block;
}

.text figure {
    margin-bottom: 25px;
}

.info-box {
    margin-bottom: 40px;
    color: #211E1E;
    line-height: 1.4;
    padding: 30px 30px;
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-box-danger {
    background-color: #f8d7da;
}

.info-box-danger:before {
    content: "";
    display: block;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-box-info {
    background-color: #d1ecf1;
}

.info-box-info:before {
    content: "";
    display: block;
    background-image: url("info.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-box-success {
    background-color: #d4edda;
}

.info-box-success:before {
    content: "";
    display: block;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-box-warning {
    background-color: #fff3cd;
}

.info-box-warning:before {
    content: "";
    display: block;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0px;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 4;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #1abcda;
}

.slick-prev i,
.slick-next i {
    font-size: 30px;
}

.slick-prev:hover,
.slick-next:hover {
    color: #000;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -5px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-dots li button {
    display: block;
    border: 0;
    background: #dcdcdc;
    border-radius: 10px;
    display: block;
    height: 100%;
    width: 100%;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background-color: #b99e7c;
}

.slick-dots li:hover button {
    background-color: #b99e7c;
}

.btn-red {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background-color: #fe284a;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    will-change: background, filter;
    height: 48px;
    padding: 0 30px;
}

.btn-red:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, transparent);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.btn-red span {
    position: relative;
    z-index: 2;
}

.btn-red:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-game {
    margin-right: -14px;
}

.row-game .col {
    width: calc(20% - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
}

.game-short:hover .inner:before {
    content: "";
    opacity: 1;
}

.game-short:hover .demo {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.game-short:hover .btn-red {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.game-short:hover .pic img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.game-short img {
    border-radius: 5px;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.game-short .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 18px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.game-short .inner:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.game-short .demo {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 7;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
}

.game-short .demo:hover {
    text-decoration: underline;
}

.game-short .btn-red {
    position: relative;
    z-index: 7;
    color: #fff;
    height: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
}

.game-short .title {
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    color: #b8b8cc;
}

* + .game {
    margin: 30px 0 30px 0;
}

.game {
    display: block;
    text-align: center;
}

.holder {
    height: 600px;
    border: 24px solid rgba(184, 184, 204, 0.1);
    border-radius: 24px;
    position: relative;
    width: 100%;
}

.game iframe {
    width: 100%;
    height: 100%;
}

.game__iframe {
    width: 100%;
    position: relative;
    padding: 23px;
    border-radius: 24px;
}

.game__iframe iframe {
    position: absolute;
    width: calc(100% - 46px);
    height: calc(100% - 46px);
    z-index: 1;
    display: block;
    background-color: #000;
    border-radius: 24px;
}

.game__iframe:after {
    content: "";
    padding-top: 50%;
    display: block;
}

.game__iframe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    border-radius: 24px;
}

#sh-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fe284a;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 20px;
}

#fullscreen-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fe284a;
    border-radius: 10px 0 0 0;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 20px;
}

/* Scss Document */
@media (max-width: 1240px) {
    .wrap {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .input {
        width: 350px;
    }

    .row-game .col {
        width: calc(33.3333333333% - 14px);
    }

    .menu_top {
        display: none;
    }

    .box_202 {
        display: none;
    }

    .show_992 {
        display: block;
    }

    .hide_992 {
        display: none;
    }
}

@media (max-width: 767px) {
    .content {
        padding-top: 15px;
    }

    .row-game .col {
        width: calc(50% - 14px);
    }

    .holder {
        height: 360px;
    }

    .menu_top ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .menu_top li {
        width: 50%;
    }

    .menu_top li:nth-child(2n+2):before {
        display: none;
    }

    .menu_top li:nth-child(2n+2) a {
        padding-left: 20px;
    }

    .menu_top li:nth-child(3) svg {
        margin-left: 15px;
        margin-right: 19px;
    }

    .menu_top li:nth-child(4) svg {
        margin-left: 5px;
        margin-right: 19px;
    }

    .head {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .logo {
        border-bottom: 1px solid #363648;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .logo a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }

    .head_right {
        width: 100%;
        padding: 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .box_202 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .box_202_right {
        width: 100%;
    }

    .input {
        width: 100%;
    }

    .box_202_left {
        width: 100%;
        margin-bottom: 15px;
    }

    .box_202_left .btn_2 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search {
        width: 100%;
    }

    .info-box {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }

    .info-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-box:before {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menu_top a {
        font-size: 14px;
        height: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .menu_top svg {
        height: 30px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 15px;
    }

    article {
        padding: 30px 20px;
    }

    .show_767 {
        display: block;
    }

    .hide_767 {
        display: none;
    }
}

@media (max-width: 550px) {
    .show_550 {
        display: block;
    }

    .hide_550 {
        display: none;
    }
}
