@font-face {
	font-family: 'Beaufort';
    src: url("../fonts/Beaufort/Beaufort.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/Beaufort/Beaufort.woff") format("woff"),
    url("../fonts/Beaufort/Beaufort.ttf") format("truetype"),
    url("../fonts/Beaufort/Beaufortd41d.eot@")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium/GilroyMedium.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
    url("../fonts/GilroyMedium/GilroyMedium.ttf") format("truetype"),
    url("../fonts/GilroyMedium/GilroyMediumd41d.eot@")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroySemiBold/GilroySemiBold.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroySemiBold/GilroySemiBold.woff") format("woff"),
    url("../fonts/GilroySemiBold/GilroySemiBold.ttf") format("truetype"),
    url("../fonts/GilroySemiBold/GilroySemiBoldd41d.eot@")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyBold/GilroyBold.eot");
	src: local('Ã¢ËœÂº'),   url("../fonts/GilroyBold/GilroyBold.woff") format("woff"),
    url("../fonts/GilroyBold/GilroyBold.ttf") format("truetype"),
    url("../fonts/GilroyBold/GilroyBoldd41d.eot@")format("embedded-opentype");
    font-weight: 700;
}


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  color: #605B5B;
  background-color: #f7fdfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img {
  border: none;
}
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
h1 { 
    font-size: 72px; 
} 
h1 span { 
    font-size: 60px;
  background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
h2 { 
    font-size: 34px;
    text-transform: none;
}
h3 { 
    font-size: 32px;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none;
    
    transition: all 200ms ease-in-out;
}


input, select, textarea {
    color: #333;
    font-size: 22px;
    font-family: "Gilroy";
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 10px 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: all 200ms ease-in-out;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} 
select {
    padding: 0 20px; 
    background-image: url('https://l2exodus.com/assets/images/input-select.html');
    background-position: center right;
    background-repeat: no-repeat;
}
textarea { 
    min-height: 200px;
    padding: 10px;
    text-align: left;
}
form {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}


a.pop-close {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.7;
}
a.pop-close:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.pop-close:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.pop-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

p {
    margin-bottom: 10px;
}
.btn, input.btn {
    padding: 0 20px;
  border: 2px solid #BD9C49;
  background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%) !important;
  color: #E7E7E7;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: 'Beaufort';
  cursor: pointer;
    border-radius: 10px;
}
.btn.big:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}
.btn.big {
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    min-width: 300px;
    border-radius: 10px;
}
.btn.trans {
    background: transparent;
}
/*==========PAGES STYLES==========*/
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
nav {
    position: absolute;
  z-index: 10;
  width: 100%;
  height: 100px;
  background: url('../images/bg/back_dark.jpg') !important;
}
nav:after {
    content: '';
  background: url('../images/bg/cut_b.png') top center repeat-x;
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -7px;
  z-index: 3;
}
nav .logo {
    float: left;
    width: 86px;
    height: 84px;
    background: url('../images/favicon.png') center center no-repeat;
    background-size: 70px 70px;
    margin-top: 5px;
}

.logo img {
    width: 449px;
  height: auto;
  image-rendering: auto;
  padding-top: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

nav .menu {
    display: inline-block;
    float: right;
    margin-top: 32px;
    transition: all 200ms ease-in-out;
}
nav .menu a {
    color: #E7E7E7;
    display: inline-block;
    margin-left: 30px;
    font-size: 24px;
    font-family: 'Beaufort';
    line-height: 30px;
    
}
nav .menu a:hover, nav .menu a.active {
    color: #BD9C49;
}


header {
  margin-top: 100px;
  width: 100%;
  height: 820px;
  background-image: url('../images/header-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
header.inner { 
    height: 150px;
    background-size: 100% auto;
    background-position: bottom center; 
}
header .text {
    width: 50%;
    text-align: center;
    
    margin: 0 auto;
}
header .text p {
    margin: 20px 0;
    font-size: 16px;
    color: #FFF9F9;
    padding: 20px;
    background: #2C2C2C52;
    border-radius: 5px;
    box-shadow: 0px 3.364px 6.728px 2.523px rgba(0, 0, 0, 0.15), 0px 0.841px 2.523px 0px rgba(0, 0, 0, 0.30);
}
header .text h1 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 51px;
}
header .girl {
    width: 739px;
    background: url('../images/new_auren.png') center center no-repeat;
    background-size: cover;
    top: 58px;
    right: -185px;
    position: absolute;
    bottom: -113px;
    max-width: 862px;
    z-index: 2;
    pointer-events: none;
}
main {
    margin-top: -100px;
    background: url(../images/bg/back_dark.jpg) !important;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
}

main::after {
    content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url('../images/wave.png') top center repeat-x;
  transform: scale(-1);
}
section.news {
    display: inline-block;
    float: left;
    width: 65%;
}
section .title.center {
    width: 100%;
    text-align: center;
}
section .title h3 {
    display: inline-block;
    font-size: 36px;
    color: #666259;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section .title {
    height: 65px;
    
    margin-bottom: 30px;
}
section .title a {
    border-radius: 10px;
    font-size: 14px;
    padding: 7px 13px;
    margin-left: 20px;
    vertical-align: top;
    border: 2px solid #BD9C49;
    background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%);
    color: #E7E7E7;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-family: 'Beaufort';
    cursor: pointer;
}
section .title a:hover {
    color: #AA0909;
}
.n-news {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}
.n-news iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
}
.n-news:before{
    content: '';
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -4px;
  opacity: 0.5;
  background: #454545;
  box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.25) inset, 2px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
  margin-left: -222px;
}
.n-news:last-child:before {
    display: none;
}
.n-news .pic {
    width: 222px;
    height: 220px;
    display: inline-block;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.n-news.full .text img {
    width: 220px;
    height: 220px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
.n-news .pic:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 208px;
    height: 208px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 200ms ease-in-out;
}

.n-news:hover .pic:after {
    background: rgba(255,255,255,0.2);
}
.n-news .pic img {
    width: 100%;
    height: 220px;
}
.n-news .text {
    width: calc(100% - 250px);
    float: right;
    display: inline-block;
}
.n-news.full .text {
    width: 100%;
}
.n-news .name {
    font-size: 30px;
  font-family: 'Beaufort';
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.n-news .text p {
    margin-bottom: 20px;
    color: #7f7c71;
}
.n-news .text .date {
    font-size: 14px;
    color: #9e998f;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}
.n-news .feat, .n-news .m-pic {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: top;
    min-height: 100px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(244,199,92,0);
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
}
.n-news .feat:hover, .n-news .m-pic:hover {
    background: rgba(244,199,92,0.15);
}
.n-news .m-pic {
    width: 33.3333%;
    height: 170px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0;
}
.n-news .m-pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #4384cc;
}
    
    
.w-a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    /*! background: url('../images/wave-c.png') center center repeat-x; */
}

aside {
    display: inline-block;
    float: right;
    width: 30%;
}

aside .status {
    border-radius: 10px;
    /*! background: rgba(114, 170, 44, 0.43); */
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
    background: rgba(102,98,89,0.15);
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30);
    border: 2px solid rgba(244,199,92,0.5);
}
aside .status.anim {
    background: rgba(177,244,92,0.3);
    transform: scale(1.1);
}

aside .status .serv {
    padding: 20px;
    font-family: 'Beaufort';
}
aside .status .serv .st {
    float: left;
    display: inline-block;
    font-size: 20px;
    width: 100px;
    min-height: 100px;
    background-image: url('../images/s-0.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 35px;
}
aside .status .serv.online .st {
    color: #55ad14;
    font-weight: 700;
}
aside .status .serv .st.s-1 {
    background-image: url('../images/s-1.png');
}
aside .status .serv .st.s-2 {
    background-image: url('../images/s-2.png');
}
aside .status .serv .st.s-3 {
    background-image: url('../images/s-3.png');
}
aside .status .serv .st.s-4 {
    background-image: url('../images/s-4.png');
}

aside .status .serv .desc {
    float: right;
    display: inline-block;
    width: calc(100% - 115px);
    padding-top: 17px;
}
aside .status .serv .desc p {
    font-size: 24px;
    margin-bottom: 0;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
aside .status .serv .desc span {
    font-family: 'Gilroy';
    color: #7f7c71;
}
aside .status .serv.online .desc span strong {
    color: #55ad14;
}
aside .status .files {
    padding: 25px;
    background: url('../images/sep-files.png') top center no-repeat;
    font-family: 'Beaufort';
}
aside .status .files a {
    padding: 15px 0;
    display: block;
    background: url('../images/download-ico.png') center left no-repeat;
    min-height: 67px;
    padding-left: 75px;
    font-size: 20px;
    color: #45423a;
}
aside .status .files a span {
    font-size: 16px;
    color: #7f7c71;
    display: block;
    font-family: 'Gilroy';
}


aside .community, aside .vote {
    text-align: center;
    margin-bottom: 40px;
}
aside .community h3 {
    color: #E7E7E7;
}
aside .community a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 100px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 10px;
    color: #7f7c71;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    /*! box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px -4px 4px 0px rgba(0, 0, 0, 0.30); */
}
aside .community a span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Beaufort';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
aside .community a:hover {
    background-color: rgba(102,98,89,0.25);
}
aside .community a.fb {
    background-image: url('../images/favicon_nav.png');
}


aside .vote h3 {
    color: #E7E7E7;
}
aside .vote div {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Beaufort';
    color: #1f2022;
    /*! display: block; */
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 10px;
}
aside .vote a:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}

.about-us {
    width: 100%;
    background: #175788 url('../images/bg/paper_black.jpg') ;
    padding: 40px 0;
    box-shadow: 0 4px 8px 3px #00000026, 0 1px 3px 0 #0000004d, 0 -4px 8px 3px #00000026, 0 -1px 3px 0 #0000004d;
    position: relative;
    overflow: hidden;
}
.about-us .container {
    border-radius: 10px;
    border: 2px solid rgba(244,199,92,0.5);
    padding: 40px;
}
.about-us .media {
    width: 360px;
    float: left;
    display: inline-block;
}
.about-us .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us .media .p-pic {
    width: 170px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(244,199,92,0.5);
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us .media .p-pic:hover {
    opacity: 1;
}
.about-us .media .p-pic img {
    width: 100%;
}
.about-us .media .p-pic.l {
    float: left;
}
.about-us .media .p-pic.r {
    float: right;
}
.about-us .about {
    width: calc(100% - 400px);
    float: right;
    display: inline-block;
}
.about-us .about h2 {
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-us .about h2 span {
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .rates {
    font-family: 'Beaufort';
    color: #9e998f;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us .about .rates span {
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .txt {
    font-size: 18px;
    color: #9e998f;
    margin-bottom: 20px;
}
.about-us .about .buttons .btn {
    margin-right: 20px;
}
.about-us .about .buttons .btn.trans {
    color: #666359;
}

footer {
    padding: 10px 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: url('../images/bg/back_dark.jpg') !important;
}
footer:before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    background: url('../images/bg/cut_b.png') top center repeat-x;

}
footer .copy {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 10px 0;

}
footer .copy p {
    min-height: 75px;
    background: url('../images/favicon_nav.png') top left no-repeat;
    font-size: 12px;
    color: #45423a;
    padding-left: 130px;
    padding-top: 25px;
}
footer .copy p span {
    color: #7f7c71;
}
footer .copy .banner {
    opacity: 0.5;
    margin-right: 30px;
}
footer .copy .banner:hover {
    opacity: 1;
}
footer .menu {
    font-family: 'Beaufort';
    font-size: 18px;
    display: inline-block;
    float: right;
    width: 66.6667%;
    padding-left: 22%;
    border-left: 2px solid #8a743e;
    text-align: right;
}
footer .menu a {
    color: #666259;
    display: block;
    margin: 10px 0;
    /* width: 283px; */
    text-align: right;
}
footer .menu a:hover, footer .menu a.active {
    color: #AA0909;
}
footer .menu .col {
    /* width: 53.3333%; */
    float: right;
    /* display: flex; */
    justify-content: center;
    gap: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

.overlay { 
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.overlay .window {
    margin-top: 50px;
} 
.overlay .window img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

@media (max-width: 1279px) {
    .container { width: 980px; }
    header .girl { right: -150px; }
    nav .menu { width: 100%; text-align: center; }
    nav .menu a { margin: 0 10px; }
    nav .logo { display: none; }
}
@media (max-width: 999px) {
    .container { width: 620px; }
    nav { height: auto; padding-bottom: 30px; }
    nav .logo { display: block; float: none; margin: 20px auto; margin-bottom: 0;}
    header .girl { display: none; }
    header .text { padding-top: 200px; width: 100%; }
    header.inner { height: 270px; opacity: 0.5; }
    nav .menu a { margin: 10px; }
    header { height: auto; padding-bottom: 200px; }
    section.news, aside, .about-us .media, .about-us .about, footer .copy, footer .menu { width: 100%; float: none; display: block; }
    .about-us { text-align: center; }
    .about-us .media { margin-bottom: 30px; }
    .about-us .media .p-pic { width: 47%; }
    .about-us .about .rates .rate { float: none; }
    .about-us .about .buttons .btn { margin: 10px; }
    footer{ text-align: center; }
    footer .menu { padding-left: 0; border-left: 0;}
    footer .copy p { float: left; margin-left: 20px; display: inline-block; }
}
@media (max-width: 639px) {
    html, body, nav { width: 620px; }
}



.timer_block {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: linear-gradient(180deg, #877751 0%, #69582A 63.5%, #8B7336 79%, #65562F 98.5%), linear-gradient(270deg, #4D4336 0.05%, #714A27 63.49%, #8B6849 78.97%, #5E5548 98.45%);
}

a.go-lk {
    border: 2px solid #BD9C49;
    background: linear-gradient(0deg, #27241E 0%, #3D362C 100%), linear-gradient(0deg, #212121 0%, #212121 100%) !important;
    color: #E7E7E7;
    
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
a.go-lk:hover {
    transform: translateY(-1px) scale(1.05);
    filter: drop-shadow(0px 6px 10px #ff000000);
}

a.go-eng {
    border: 2px solid #efedea;
    border-radius: 10px;
    padding: 10px;
    background: #e4e1dc url(../images/btn-white.png) center center no-repeat;
}
.p-video {
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(244,199,92,0.5);
    border-radius: 10px;
    opacity: 0.9;
    margin-bottom: 10px;
}
.start {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
    background: rgba(102, 98, 89, 0.15);
}

.heading-title {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 51px;
    text-align: center;
}


.files-item__label {
    font-size: 30px;
    color: #666259;
    text-align: center;
}
.start_text {
    text-align: center;
    margin-bottom: 20px;
}