@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
@import url("//fonts.googleapis.com/css?family=Lato:400,700");
@import url("//fonts.googleapis.com/css?family=Vollkorn&subset=cyrillic-ext");
@import url("//fonts.googleapis.com/css?family=Comfortaa:400,700&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic");
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

* { margin: 0; padding: 0; outline: none; }

/*Lato*/
/*Vollkorn*/
/*Comfortaa*/
@font-face { font-family: 'SpectralSC'; src: url("../fonts/SpectralSC-Medium.eot"); src: url("../fonts/SpectralSC-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SpectralSC-Medium.woff2") format("woff2"), url("../fonts/SpectralSC-Medium.woff") format("woff"), url("../fonts/SpectralSC-Medium.ttf") format("truetype"), url("../fonts/SpectralSC-Medium.svg#SpectralSC-Medium") format("svg"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'SpectralSC'; src: url("../fonts/SpectralSC-Regular.eot"); src: url("../fonts/SpectralSC-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SpectralSC-Regular.woff2") format("woff2"), url("../fonts/SpectralSC-Regular.woff") format("woff"), url("../fonts/SpectralSC-Regular.ttf") format("truetype"), url("../fonts/SpectralSC-Regular.svg#SpectralSC-Regular") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'SpectralSC'; src: url("../fonts/SpectralSC-SemiBold.eot"); src: url("../fonts/SpectralSC-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SpectralSC-SemiBold.woff2") format("woff2"), url("../fonts/SpectralSC-SemiBold.woff") format("woff"), url("../fonts/SpectralSC-SemiBold.ttf") format("truetype"), url("../fonts/SpectralSC-SemiBold.svg#SpectralSC-SemiBold") format("svg"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'ArialMT'; src: url("../fonts/ArialMT.eot"); src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg#ArialMT") format("svg"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Raleway'; src: url("../fonts/Raleway-Medium.eot"); src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'Raleway'; src: url("../fonts/Raleway-Regular.eot"); src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Raleway'; src: url("../fonts/Raleway-SemiBold.eot"); src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Raleway'; src: url("../fonts/Raleway-Bold.eot"); src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'fontello'; src: url("../fonts/fontello.eot?81943806"); src: url("../fonts/fontello.eot?81943806#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?81943806") format("woff2"), url("../fonts/fontello.woff?81943806") format("woff"), url("../fonts/fontello.ttf?81943806") format("truetype"), url("../fonts/fontello.svg?81943806#fontello") format("svg"); font-weight: normal; font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81943806#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-user:before { content: '\e800'; }

/* '' */
.icon-pass:before { content: '\e801'; }

/* '' */
.icon-facebook:before { content: '\f09a'; }

/* '' */
.icon-email:before { content: '\f0e0'; }

/* '' */
.icon-vkontakte:before { content: '\f189'; }

/* '' */
.btn_group { position: relative; }

.btn { max-width: auto; width: 100%; background: #252525; color: #ffffff; font-family: "SpectralSC"; border-radius: 28px; cursor: pointer; border: 0; display: block; -webkit-transition: background 0.3s ease-out; -moz-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out; transition: background 0.3s ease-out; padding: 3px 0; }

.btn.btn-cp { background: #fc7777; background-image: -webkit-linear-gradient(top, #fc7777, #bf3030); background-image: -moz-linear-gradient(top, #fc7777, #bf3030); background-image: -ms-linear-gradient(top, #fc7777, #bf3030); background-image: -o-linear-gradient(top, #fc7777, #bf3030); background-image: -webkit-gradient(linear, left top, left bottom, from(#fc7777), to(#bf3030)); background-image: linear-gradient(to bottom, #fc7777, #bf3030); -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; -webkit-box-shadow: 0px 2px 9px inset #ad1207; -moz-box-shadow: 0px 2px 9px inset #ad1207; box-shadow: 0px 2px 9px inset #ad1207; border: solid #ad1207 1px; text-decoration: none; color: #ffffff; font-family: "Raleway"; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.1px; line-height: 11px; padding: 16px 0; }

.btn.btn-cp:hover { border: 1px solid rgba(192, 16, 16, 0.77); -webkit-box-shadow: 0 1px 2px rgba(229, 95, 95, 0.3), inset 0 0 2px 0px rgba(0, 0, 0, 0.35), inset 0 0 1px rgba(229, 95, 95, 0.75); box-shadow: 0 1px 2px rgba(229, 95, 95, 0.3), inset 0 0 2px 0px rgba(0, 0, 0, 0.35), inset 0 0 1px rgba(229, 95, 95, 0.75); background: #ba2318; /* Old browsers */ background: -moz-linear-gradient(top, #ba2318 0%, #ff7c00 44%, #ff6400 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #ba2318 0%, #ff7c00 44%, #ff6400 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#ba2318), color-stop(44%, #ff7c00), to(#ff6400)); background: -o-linear-gradient(top, #ba2318 0%, #ff7c00 44%, #ff6400 100%); background: linear-gradient(to bottom, #ba2318 0%, #ff7c00 44%, #ff6400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba2318', endColorstr='#ff6400',GradientType=0 ); /* IE6-9 */ }

.btn.enter-cabinet { padding: 8px 15px; }

@media screen and (max-width: 1199px) { .btn.enter-cabinet { font-size: 10px; width: 220px; padding: 5px 0; margin-right: 0.5em; } }

.btn span { vertical-align: middle; }

.btn_group a { display: block; text-align: center; }

.input_group { -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 1em; }

.input_group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #2e6bab; }

.input_group ::-moz-placeholder { /* Firefox 19+ */ color: #2e6bab; }

.input_group :-ms-input-placeholder { /* IE 10+ */ color: #2e6bab; }

.input_group :-moz-placeholder { /* Firefox 18- */ color: #2e6bab; }

.input_group label { display: block; color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.13px; padding: 15px 0; }

.text_field { border: 1px solid rgba(73, 82, 92, 0.49); padding: 15px 15px; width: 100%; border-radius: 25px; color: #2e6bab; font-family: "Raleway"; font-size: 16px; font-weight: 500; letter-spacing: 0.16px; background: transparent; }

.icon { display: inline-block; position: relative; margin-right: 10px; }

.icon.entericon { background: url("../images/s1.svg") top center no-repeat; width: 25px; height: 23px; vertical-align: middle; }

.icon.download { background: url("../images/download.svg") top center no-repeat; width: 23px; height: 19px; vertical-align: middle; }

.icon.play { background: url("../images/play.svg") top center no-repeat; width: 23px; height: 18px; vertical-align: middle; }

.icon.gift { background: url("../images/gift.png") top center no-repeat; width: 18px; height: 22px; vertical-align: middle; }

.icon.downl { background: url("../images/download.png") top center no-repeat; width: 22px; height: 16px; vertical-align: middle; margin-right: 1.5em; margin-left: 1.5em; }

.icon.torrent { background: url("../images/torrent.png") top center no-repeat; width: 22px; height: 22px; vertical-align: middle; margin-right: 2em; margin-left: 1.5em; }

.icon.dropbox { background: url("../images/dropbox.png") top center no-repeat; width: 22px; height: 22px; vertical-align: middle; margin-right: 1.8em; margin-left: 1.5em; }

.icon.mailru { background: url("../images/mailru.png") top center no-repeat; width: 22px; height: 18px; vertical-align: middle; margin-right: 2em; margin-left: 1.5em; }

.icon.mega{ background: url("../images/mega.png") top center no-repeat; width: 22px; height:22px; vertical-align: middle; margin-right:1.8em; margin-left: 1.5em; }

.icon.google{ background: url("../images/google.png") top center no-repeat; width: 22px; height:22px; vertical-align: middle; margin-right:1.8em;  margin-left: 1.5em; }

.icon.gift-sm { background: url("../images/smgift.png") top center no-repeat; width: 13px; height: 14px; vertical-align: middle; }

.icon.mega { background: url("../images/mega.png") top center no-repeat; width: 22px; height: 22px; vertical-align: middle; margin-right: 1.8em; margin-left: 1.5em; }

.icon.google { background: url("../images/google.png") top center no-repeat; width: 22px; height: 22px; vertical-align: middle; margin-right: 1.8em; margin-left: 1.5em; }

.icon.timeclas { background: url("../images/timeclas.png") top center no-repeat; width: 13px; height: 15px; vertical-align: middle; }

.icon.ride { background: url("../images/ride.png") top center no-repeat; width: 13px; height: 16px; vertical-align: middle; }

.icon.watch { background: url("../images/watch.png") top center no-repeat; width: 21px; height: 12px; vertical-align: middle; margin-right: 10px; }

.icon.com { background: url("../images/com.png") top center no-repeat; width: 21px; height: 21px; vertical-align: middle; margin-right: 10px; margin-left: 18px; }

.select2-container { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 50px; position: relative; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: 100%; max-width: 300px; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #234569; border-radius: 5px; padding-bottom: 2px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; top: 0; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; top: -2px; }

@media screen and (max-width: 680px) { .select2-container--open .select2-dropdown { left: 0; } }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }

.select2-container--default .select2-selection--single { background-color: transparent; border: 1px solid #234569; border-radius: 25px; position: relative; height: 50px; padding: 0 15px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #3b5775; font-family: "Raleway"; font-size: 15px; font-weight: 500; line-height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #3b5775; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 9px; position: absolute; top: 1px; right: 1px; width: 16px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { background: url("../../../../images/arrow.png") top center no-repeat; width: 15px; height: 8px; position: absolute; top: 0; margin-top: 22px; right: 15px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee)); background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc)); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee)); background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white)); background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

.header_navbar { -webkit-box-sizing: border-box; box-sizing: border-box; color: #181818; font-family: "Raleway"; font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15px; padding: 8px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .header_navbar { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

@media screen and (max-width: 680px) { .header_navbar { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

@media screen and (max-width: 480px) { .header_navbar { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

.header_navbar .left_header_info { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; }

.header_navbar .right_header_info { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; }

@media screen and (max-width: 992px) { .header_navbar .right_header_info { display: none; } }

.header_navbar .logo_area { -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 147px; -o-object-fit: contain; object-fit: contain; }

.header_navbar .logo_area img { -o-object-fit: contain; object-fit: contain; }

.header_navbar .top-nav { -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 1.5em; }

@media screen and (max-width: 1199px) { .header_navbar .top-nav { margin-left: 0em; font-size: 14px; } }

@media screen and (max-width: 992px) { .header_navbar .top-nav { display: none; position: absolute; top: 0; width: 100%; background: #234569; left: 0; padding: 40px 0; z-index: 9; font-size: 14px; } }

.header_navbar .top-nav ul { margin: 0; padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .header_navbar .top-nav ul { display: block; } }

.header_navbar .top-nav ul li { font-size: 14px; }

@media screen and (max-width: 1199px) { .header_navbar .top-nav ul li { padding: 0 6px; font-size: 11px; } }

@media screen and (max-width: 992px) { .header_navbar .top-nav ul li { padding: 5px 0; font-size: 14px; } }

.header_navbar .top-nav ul li a { color: #181818; position: relative; padding: 0 15px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media screen and (max-width: 1199px) { .header_navbar .top-nav ul li a { padding: 0 1px; } }

@media screen and (max-width: 992px) { .header_navbar .top-nav ul li a { padding: 5px 15px; display: block; text-align: center; color: #fff; } }

.header_navbar .top-nav ul li a:hover { color: #dd2121; }

.header_navbar .top-nav ul li a.aver { background: url("../images/basket.png") left top no-repeat; padding: 0 20px; margin-left: 10px; /* &:hover{ background:url("../images/aver-hover.png") top right no-repeat; color: white; }*/ }

@media screen and (max-width: 1199px) { .header_navbar .top-nav ul li a.aver { background: none; margin-left: 0; padding: 0; } }

.aver-btn { background: transparent; border: 1px solid transparent; -webkit-border-radius: 28; -moz-border-radius: 28; border-radius: 28px; text-transform: uppercase; letter-spacing: 1.1px; padding: 16px 0; }

.aver-btn:hover { border: 1px solid rgba(192, 16, 16, 0.77); -webkit-box-shadow: 0 1px 2px rgba(229, 95, 95, 0.3), inset 0 0 2px 0px rgba(0, 0, 0, 0.35), inset 0 0 1px rgba(229, 95, 95, 0.75); box-shadow: 0 1px 2px rgba(229, 95, 95, 0.3), inset 0 0 2px 0px rgba(0, 0, 0, 0.35), inset 0 0 1px rgba(229, 95, 95, 0.75); background: #e55f5f; /* Old browsers */ background: -moz-linear-gradient(top, #e55f5f 0%, #d10000 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #e55f5f 0%, #d10000 100%); /* Chrome10-25,Safari5.1-6 */ background: -webkit-gradient(linear, left top, left bottom, from(#e55f5f), to(#d10000)); background: -o-linear-gradient(top, #e55f5f 0%, #d10000 100%); background: linear-gradient(to bottom, #e55f5f 0%, #d10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55f5f', endColorstr='#d10000',GradientType=0 ); /* IE6-9 */ }

.header_btn-info { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 992px) { .header_btn-info { margin: 0 auto; } }

.lng-select { margin-left: 15px; color: #181818; font-family: "ArialMT"; font-size: 8px; font-weight: 400; line-height: 36px; text-transform: uppercase; letter-spacing: 0.6px; position: relative; padding-top: 1.5em; width: 100%; }

@media screen and (max-width: 1380px) { .lng-select { margin-left: 10px; } }

@media screen and (max-width: 1199px) { .lng-select { margin-left: 0; } }

@media screen and (max-width: 992px) { .lng-select { margin-left: 0; } }

.lng-select .current_lang span { display: inline-block; margin-top: -20px; margin-left: 5px; vertical-align: middle; }

.lng-select .dropdown { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; display: none; background: #f77927; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); border-radius: 8px; padding: 10px 5px 0; margin-left: -1.2em; z-index: 1; }

.lng-select .dropdown:after { content: ''; position: absolute; bottom: 100%; right: 25%; margin-left: -10px; width: 0; height: 0; border-bottom: 10px solid #f77927; border-right: 10px solid transparent; border-left: 10px solid transparent; }

.lng-select .dropdown ul { list-style: none; padding: 0; }

.lng-select .dropdown ul a { color: #ffffff; font-weight: 400; }

.lng-select .dropdown span { vertical-align: middle; margin-top: -22px; margin-left: 5px; display: inline-block; }

.lng-select:hover .dropdown { display: block; }

.header-bnr, .bnr-account { background: url("../images/header-bnr-bg.jpg") top center; width: 100%; max-height: 790px; background-size: cover; overflow: hidden; position: relative; }

.header-bnr .bnr_topstipe, .bnr-account .bnr_topstipe { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1380px) { .header-bnr .bnr_topstipe, .bnr-account .bnr_topstipe { display: none; } }

.header-bnr .bnr_topstipe .stripe_bg, .bnr-account .bnr_topstipe .stripe_bg { position: absolute; right: 0; top: 40%; width: 230px; height: 83px; background: url("../images/strip.png") top right no-repeat; }

.header-bnr .bnr_topstipe .st_uptime, .bnr-account .bnr_topstipe .st_uptime { color: #ffffff; font-family: "Comfortaa"; font-size: 15px; font-weight: bold; text-transform: uppercase; margin-left: 10em; padding: 8px 0; }

.header-bnr .bnr_topstipe .st_game, .bnr-account .bnr_topstipe .st_game { color: #ffffff; font-family: "Comfortaa"; font-size: 15px; font-weight: bold; text-transform: uppercase; margin-left: 1.3em; padding: 25px 0; }

.toggle-mnu { display: block; width: 28px; height: 28px; position: absolute; right: 15px; z-index: 99; }

.toggle-mnu span:after, .toggle-mnu span:before { content: ""; position: absolute; left: 0; top: 9px; }

.toggle-mnu span:after { top: 18px; }

.toggle-mnu span { position: relative; display: block; }

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before { width: 100%; height: 2px; background-color: #000; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 2px; }

.toggle-mnu.on span { background-color: transparent; }

.toggle-mnu.on span:before { -webkit-transform: rotate(45deg) translate(-1px, 0px); -ms-transform: rotate(45deg) translate(-1px, 0px); transform: rotate(45deg) translate(-1px, 0px); }

.toggle-mnu.on span:after { -webkit-transform: rotate(-45deg) translate(6px, -7px); -ms-transform: rotate(-45deg) translate(6px, -7px); transform: rotate(-45deg) translate(6px, -7px); }

.mobiinforight { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; }

.mobiinforight .mobiflexalign { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1199px) { .mobiinforight .mobiflexalign { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media screen and (max-width: 992px) { .mobiinforight .mobiflexalign { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(100% - 30px); margin: 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

* { -webkit-box-sizing: border-box; box-sizing: border-box; font-size-adjust: none; margin: 0; padding: 0; outline: none; }

a { text-decoration: none; }

html, body { width: 100%; color: #181818; font-family: "Raleway"; font-size: 12px; font-weight: 400; height: 100%; }

.full-width { max-width: 1680px; width: 100%; margin: 0 auto; }

.full-width .row { width: calc(100% - 35px); margin: 0 auto; }

.container { max-width: 1293px; width: 100%; margin: 0 auto; }

.container .row { width: calc(100% - 15px); margin: 0 auto; }

.row-slide { -webkit-box-sizing: border-box; box-sizing: border-box; }

.row-slide .slider_functions { position: relative; display: block; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 400; }

.row-slide .slider_functions .slide_content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 400; max-width: 1081px; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.row-slide .slider_functions .slide_content .slide_head { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

.row-slide .slider_functions .slide_content .slide_head:after { content: ""; background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(47%, #c5d1de), to(#ffffff)); background-image: -webkit-linear-gradient(left, #ffffff 0%, #c5d1de 47%, #ffffff 100%); background-image: -o-linear-gradient(left, #ffffff 0%, #c5d1de 47%, #ffffff 100%); background-image: linear-gradient(to right, #ffffff 0%, #c5d1de 47%, #ffffff 100%); height: 1px; width: 100%; display: block; margin: 15px auto; }

.row-slide .slider_functions .slide_content .slide_title { color: #234569; font-family: "SpectralSC", sans-serif; font-size: 48px; font-weight: 500; line-height: 36px; text-align: center; }

@media screen and (max-width: 992px) { .row-slide .slider_functions .slide_content .slide_title { line-height: normal; font-size: 2.5em; } }

.row-slide .slider_functions .slide_content .slide_title h2 { color: #234569; font-family: "SpectralSC", sans-serif; font-size: 48px; font-weight: 500; line-height: 40px; }

@media screen and (max-width: 992px) { .row-slide .slider_functions .slide_content .slide_title h2 { font-size: 0.5em; line-height: normal; } }

.row-slide .slider_functions .slide_content .sl_subtitle { text-align: center; color: #234569; font-family: "SpectralSC"; font-size: 20px; font-weight: 500; line-height: 36px; text-transform: uppercase; }

.row-slide .slider_functions .slide_content .sl_subtitle h3 { font-size: 20px; font-weight: 600; line-height: 36px; margin-top: 0.35em; }

.row-slide .slider_functions .slide_content .sl_subtitle strong { color: #181818; font-weight: 600; }

.main-bnr { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

.bnr_space { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; overflow: hidden; min-height: 750px; position: relative; }

@media screen and (max-width: 1199px) { .bnr_space { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

@media screen and (max-width: 992px) { .bnr_space { min-height: inherit; height: auto; overflow: visible; } }

.bnr_space .bnr_info { width: calc(60% - 10px); }

@media screen and (max-width: 1199px) { .bnr_space .bnr_info { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: 0 auto; } }

@media screen and (max-width: 992px) { .bnr_space .bnr_info { width: 100%; margin: 0 auto; } }

.bnr_space .bnr_info .bnr_content { color: #181818; font-family: "Raleway"; font-size: 21px; font-weight: 500; line-height: 30px; }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content { line-height: normal; font-size: 1.5em; } }

.bnr_space .bnr_info .bnr_content .content_title { color: #234569; font-family: "SpectralSC"; font-size: 72px; font-weight: 300; line-height: 60px; letter-spacing: 0.72px; }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .content_title { line-height: normal; font-size: 1.2em; } }

.bnr_space .bnr_info .bnr_content .content_title h1 { font-family: "SpectralSC"; font-size: 72px; font-weight: 300; line-height: 60px; letter-spacing: 0.72px; }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .content_title h1 { line-height: normal; font-size: 1.3em; } }

.bnr_space .bnr_info .bnr_content .content_desc { color: #181818; font-family: "Raleway"; font-size: 21px; font-weight: 500; line-height: 30px; max-width: 484px; }

@media screen and (max-width: 1199px) { .bnr_space .bnr_info .bnr_content .content_desc { max-width: none; } }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .content_desc { font-size: 1em; line-height: 1.5; margin: 0 auto; max-width: none; } }

.bnr_space .bnr_info .bnr_content .section_btn { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 2em; width: calc(72% - 0px); }

@media screen and (max-width: 1199px) { .bnr_space .bnr_info .bnr_content .section_btn { width: 100%; } }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .section_btn { width: calc(100% - 10px); max-width: 250px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 1.5em auto 0; } }

@media screen and (max-width: 680px) { .bnr_space .bnr_info .bnr_content .section_btn { width: calc(100% - 10px); max-width: 250px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 1.5em auto 0; } }

.bnr_space .bnr_info .bnr_content .section_btn .btn_group { width: calc(50% - 15px); }

@media screen and (max-width: 1199px) { .bnr_space .bnr_info .bnr_content .section_btn .btn_group { width: calc(50% - 5px); } }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .section_btn .btn_group { width: calc(100% - 0px); margin: 0.2em auto; } }

.bnr_space .bnr_info .bnr_content .section_btn .btn_group .btn { padding: 16px 0; height: 56px; }

.bnr_space .bnr_info .bnr_content .section_btn span { color: #ffffff; font-family: "SpectralSC", sans-serif; font-size: 15px; font-weight: 500; }

.bnr_space .bnr_info .bnr_content .bnr_subtext { color: #181818; font-family: "SpectralSC"; font-size: 18px; font-weight: 400; margin-top: 2.2em; }

@media screen and (max-width: 992px) { .bnr_space .bnr_info .bnr_content .bnr_subtext { text-align: center; padding: 15px 0; margin: 1em auto; } }

.bnr_space .bnr_girl { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; right: 0px;; top: 0; margin-top: 0px; }

@media screen and (max-width: 1199px) { .bnr_space .bnr_girl { -o-object-fit: cover; object-fit: cover; display: none; }
  .bnr_space .bnr_girl img { max-width: 100%; width: 100%; } }

@media screen and (max-width: 992px) { .bnr_space .bnr_girl { display: none; } }

.bnr_options { background-color: rgba(255, 255, 255, 0.6); height: 60px; display: block; width: 100%; z-index: 1; position: absolute; bottom: 0; }

@media screen and (max-width: 992px) { .bnr_options { display: none; } }

.bnr_options .opt_flexrow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 60px; }

.bnr_options .opt_flexrow .optf_text { color: #181818; font-family: "Raleway"; font-size: 12px; font-weight: 500; line-height: 36px; letter-spacing: 0.12px; }

.bnr_options .opt_flexrow .opt_servers { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: Lato; font-size: 12px; font-weight: 700; line-height: 18.25px; letter-spacing: 0.33px; position: relative; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-top: -65px; position: relative; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf { background: #ffffff; width: 80px; height: 80px; border-radius: 50%; text-align: center; border: 2px solid #274156; padding: 15px 0; margin-left: 40px; position: relative; }

@media screen and (max-width: 992px) { .bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf { margin: 5px; } }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf span { color: #1c384e; font-family: "Vollkorn"; font-size: 30px; font-weight: 600; line-height: 36px; letter-spacing: -1.75px; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_status { color: #1c384e; font-family: "Raleway"; font-size: 11px; font-weight: 700; letter-spacing: 0.55px; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf:hover { border: 2px solid #dd2121; color: #dd2121; background-color: #ffffff; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf:hover span { color: #dd2121; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf:hover .serv_status { color: #dd2121; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info { width: 485px; height: 307px; position: absolute; left: auto; right: 0; top: 0; margin-top: -27em; background: #ffffff; padding: 10px; display: none; -webkit-box-shadow: 0 0 8px rgba(35, 69, 105, 0.43); box-shadow: 0 0 8px rgba(35, 69, 105, 0.43); }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info:after { content: ''; position: absolute; top: 100%; right: 5%; margin-left: 0; width: 0; height: 0; border-top: 12px solid #ffffff; border-right: 12px solid transparent; border-left: 12px solid transparent; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info.first-position { position: relative; margin-top: -32.6em; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info.first-position:after { left: 5%; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info .closebtn { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Raleway"; position: absolute; right: 0; margin-right: 2.85em; z-index: 9; margin-top: -5px; cursor: pointer; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info .closebtn span { font-size: 16px; font-weight: 500; font-family: "Raleway"; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info .online_status { -webkit-box-sizing: border-box; box-sizing: border-box; float: right; padding: 10px; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info .online_status span { color: #dd2121; font-family: "SpectralSC"; font-size: 20px; font-weight: 700; line-height: 10.95px; text-transform: uppercase; letter-spacing: 1.1px; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf .serv_tolt_info .online_status .cuser { color: #323232; font-family: Lato; font-size: 12px; font-weight: 600; line-height: 13.69px; text-transform: uppercase; letter-spacing: 0.33px; }

.bnr_options .opt_flexrow .opt_servers .serv-wrap .serv-inf:hover .serv_tolt_info { display: block; }

.row-slide { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Raleway"; position: relative; margin-top: 5.3em; }

.slide_optionblock { max-width: 1070px; margin: 3em auto 0; padding: 5px; }

.block_rate { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; max-width: 960px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 992px) { .block_rate { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 1em; } }

.block_rate .rate_infoserv { width: calc(44% - 5px); }

@media screen and (max-width: 992px) { .block_rate .rate_infoserv { width: 60%; margin: 0 auto 1em; } }

@media screen and (max-width: 680px) { .block_rate .rate_infoserv { width: 100%; margin: 0 auto 1em; } }

@media screen and (max-width: 480px) { .block_rate .rate_infoserv { width: 60%; margin: 0 auto 1em; } }

@media screen and (max-width: 320px) { .block_rate .rate_infoserv { width: 60%; margin: 0 auto 1em; } }

.block_rate .rate_infoserv .rate_timer { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; color: #234569; font-family: "SpectralSC"; font-size: 24px; font-weight: 300; text-transform: uppercase; }

.block_rate .rate_infoserv .rate_timer .count { font-weight: 300; letter-spacing: 0.6px; line-height: 24px; }

.block_rate .rate_infoserv .rate_timer .infotimer { color: #dd2121; font-family: "Raleway"; font-size: 12px; font-weight: 700; line-height: 18px; display: block; margin-top: 5px; }

.serv_descblock { width: calc(52% - 0px); color: #323232; font-family: "Raleway"; font-size: 16px; font-weight: 500; letter-spacing: 0.28px; }

@media screen and (max-width: 992px) { .serv_descblock { width: 100%; } }

.serv_descblock p { margin-bottom: 1em; line-height: 1.5; }

.infobar_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; margin-top: 2em; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 992px) { .infobar_wrap { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 1em; } }

.infobar_wrap .bar_btns { color: #29496a; font-family: "Raleway"; font-size: 14px; font-weight: 500; line-height: 36px; }

.infobar_wrap .bar_btns ul { list-style: none; }

.infobar_wrap .bar_btns ul li { margin-bottom: 15px; text-align: center; }

.infobar_wrap .bar_btns ul li a { color: #234569; display: block; border: 1px solid #234569; border-radius: 18px; padding: 0 13px; }

.infobar_wrap .bar_value { height: 152px; margin: -4px auto; background: #ffffff; border: 0 solid #234569; border-radius: 50%; text-align: center; overflow: hidden; }

@media screen and (max-width: 992px) { .infobar_wrap .bar_value { margin-bottom: 1em; } }

.infobar_wrap .bar_value .progress_info { color: #234569; font-family: Vollkorn; font-size: 58px; font-weight: 400; line-height: 43.58px; letter-spacing: -2.68px; margin-top: -2.1em; }

.infobar_wrap .bar_value .status { color: #dd2121; font-family: "Raleway"; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.54px; margin-top: 10px; }

.infobar_wrap .bar_value .visitor { color: #1c384e; font-family: "SpectralSC"; font-size: 24px; font-weight: 700; text-transform: uppercase; }

.wigets-wrapper { color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; line-height: 20px; border: 1px solid #89aac6; background-color: #ffffff; padding: 10px; margin-top: 3em; margin-bottom: 3em; }

.wigets-wrapper .wigets-flexrow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; max-width: 1000px; margin: 10px auto 0; }

@media screen and (max-width: 992px) { .wigets-wrapper .wigets-flexrow { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.wigets-wrapper .wigets-flexrow .row_set { width: calc(33.33% - 0px); position: relative; }

@media screen and (max-width: 992px) { .wigets-wrapper .wigets-flexrow .row_set { width: 50%; } }

@media screen and (max-width: 680px) { .wigets-wrapper .wigets-flexrow .row_set { width: 100%; margin-bottom: 10px; } }

.wigets-wrapper .wigets-flexrow .row_set .block_wrap { position: relative; }

.wigets-wrapper .wigets-flexrow .row_set .block_wrap:after { content: ""; background: #fff url("../images/slice-border.png") top left; position: absolute; height: 181px; width: 17px; margin-top: 82px; top: 0; }

@media screen and (max-width: 992px) { .wigets-wrapper .wigets-flexrow .row_set .block_wrap:after { display: none; } }

.wigets-wrapper .wigets-flexrow .row_set .row_title { color: #323232; font-family: "SpectralSC"; font-size: 30px; font-weight: 500; line-height: 36px; text-align: center; }

.wigets-wrapper .wigets-flexrow .row_set .row_title h3 { font-size: 20px; font-weight: 500; }

.wigets-wrapper .wigets-flexrow .row_set .row_recround { text-align: center; color: #284869; font-family: "SpectralSC"; font-size: 16px; font-weight: 300; letter-spacing: 0.32px; border: 1px solid #284869; max-width: 130px; margin: 15px auto; border-radius: 20px; line-height: normal; padding: 3px 0; }

.wigets-wrapper .wigets-flexrow .row_set .block_content { position: relative; padding: 0; }

.wigets-wrapper .wigets-flexrow .row_set .block_content .blockcontent-wrap { padding: 0 30px; margin-left: 10px; overflow: hidden; height: 195px; position: relative; display: block; }

@media screen and (max-width: 992px) { .wigets-wrapper .wigets-flexrow .row_set .block_content .blockcontent-wrap { height: 100%; } }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto; width: calc(100% - 0px); }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-top: 1px; margin-bottom: 5px; width: calc(50% - 3.85em); }

@media screen and (max-width: 992px) { .wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt { width: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt .s_ava { margin-right: 0.5em; display: block; overflow: hidden; width: 21px; height: 25px; }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt .s_ava img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt .s_title { margin-top: -1px; }

.wigets-wrapper .wigets-flexrow .row_set .block_content .smitem .block_cnt .s_title marquee { display: block; }

.calend_wrap { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; margin-top: 5px; }

.calend_wrap .calend_item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 20px; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.calend_wrap .calend_item .calend_count { color: #284869; font-family: "SpectralSC"; font-size: 16px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.4px; width: 10px; text-align: center; }

.calend_wrap .calend_item .calend_name { -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; }

.calend_wrap .calend_item .calend_time { color: #284869; font-family: "SpectralSC"; font-size: 13px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.33px; width: 20px; text-align: center; }

.shop_wrap { -webkit-box-sizing: border-box; box-sizing: border-box; }

.shop_wrap .c_container { font-family: "Raleway"; font-size: 12px; font-weight: 500; letter-spacing: 0.26px; line-height: 1.4; margin-top: 0.85em; }

.shop_wrap .c_container .minis_item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.54em; }

.shop_wrap .c_container .minis_item .sp_poster { -o-object-fit: contain; object-fit: contain; }

.shop_wrap .c_container .minis_item .sp_name { margin-left: 1.5em; }

.shop_wrap .c_container .minis_item .sp_name a { color: #323232; }

.shop_wrap .c_container .minis_item .sp_name a:hover { color: #f77927; }

.sl_slidewap { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; padding-top: 1em; }

.sl_slidewap .slt_title { color: #323232; font-family: "SpectralSC"; font-size: 34px; font-weight: 400; text-align: center; }

.sl_slidewap .slt_title h3 { font-size: 34px; font-weight: 400; }

.sl_slidewap .s_fiskinit { position: relative; display: block; max-width: 930px; margin: 3.5em auto 0; }

.sl_slidewap .s_fiskinit .s_fitem { position: relative; font-family: "Raleway"; font-size: 14px; font-weight: 500; line-height: 15px; }

.sl_slidewap .s_fiskinit .s_fitem .fosk_content { position: relative; max-width: 132px; width: 100%; margin: 0 auto 5em; }

@media screen and (max-width: 992px) { .sl_slidewap .s_fiskinit .s_fitem .fosk_content { margin: 0 auto; } }

.sl_slidewap .s_fiskinit .s_fitem .fosk_content:hover .tolt_info { display: block; }

.sl_slidewap .s_fiskinit .s_fitem .fosk_content .fiski_item { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; background: url("../images/fishki.png") top center no-repeat; width: 121px; height: 120px; margin: 0 auto; }

.sl_slidewap .s_fiskinit .s_fitem .fosk_content .fiski_item .fiski_cover { width: 60px; height: 60px; position: absolute; left: -3.4px; top: 0; right: 0; margin: 27.5px auto; background: #ffffff; border-radius: 50%; overflow: hidden; -o-object-fit: cover; object-fit: cover; background-clip: border-box; cursor: pointer; }

.sl_slidewap .s_fiskinit .s_fitem .fosk_content .fiski_item .fiski_cover img { width: 100%; -o-object-fit: cover; object-fit: cover; }

.sl_slidewap .s_fiskinit .s_fitem .tolt_info { position: absolute; left: 0; width: 100%; color: #FFFFFF; background: #f77927; text-align: center; color: #ffffff; font-family: "Raleway"; font-size: 14px; font-weight: 500; line-height: 15px; padding: 8px; z-index: 99999; display: none; }

@media screen and (max-width: 992px) { .sl_slidewap .s_fiskinit .s_fitem .tolt_info { bottom: 0; } }

.sl_slidewap .s_fiskinit .s_fitem .tolt_info:after { content: ''; position: absolute; bottom: 100%; left: 50%; margin-left: -15px; width: 0; height: 0; border-bottom: 10px solid #f77927; border-right: 10px solid transparent; border-left: 10px solid transparent; }

.sl_slidewap .btn_group { margin: 0 auto; text-align: center; }

.sl_slidewap .btn_group .btn { max-width: 227px; width: 100%; display: block; padding: 22px 12px; margin: 0 auto; color: #ffffff; font-family: "SpectralSC"; font-size: 16px; font-weight: 500; letter-spacing: normal; }

.sl_slidewap .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.sl_slidewap .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #ffffff; }

.sl_slidewap .owl-theme { position: relative; }

.sl_slidewap .owl-theme .owl-prev { left: -70px; width: 40px; height: 40px; position: absolute; top: 15%; border-radius: 50% !important; background: #ffffff !important; line-height: 36px; border: 1px solid #f77927; }

@media screen and (max-width: 1199px) { .sl_slidewap .owl-theme .owl-prev { left: -20px; } }

@media screen and (max-width: 992px) { .sl_slidewap .owl-theme .owl-prev { left: 0; position: relative; top: 0; } }

.sl_slidewap .owl-theme .owl-next { right: -70px; width: 40px; height: 40px; position: absolute; top: 15%; border-radius: 50% !important; background: #ffffff !important; line-height: 36px; border: 1px solid #f77927; }

@media screen and (max-width: 1199px) { .sl_slidewap .owl-theme .owl-next { right: -20px; } }

@media screen and (max-width: 992px) { .sl_slidewap .owl-theme .owl-next { right: 0; position: relative; top: 0; } }

.main-bnr { background: url("../images/section_bnr.png") top center; width: 100%; height: 220px; margin-top: 6em; position: relative; overflow: hidden; }

.main-bnr .main_banne_content { -webkit-box-sizing: border-box; box-sizing: border-box; }

.main-bnr .main_banne_content .bnr_flexarea { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_leftimg { -o-object-fit: contain; object-fit: contain; margin-top: -40px; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_center-side { position: absolute; text-align: center; z-index: 99999; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; left: 0; right: 0; margin: 30px  auto; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_center-side .bnr_title-name { color: #234569; font-family: "SpectralSC"; font-size: 16px; font-weight: 400; line-height: 35px; text-transform: uppercase; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_center-side .bnr_subtitle { color: #234569; font-family: "SpectralSC"; font-size: 30px; font-weight: 400; line-height: 35px; text-transform: uppercase; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_center-side .btn_group { margin: 20px auto; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_center-side .btn_group .btn-cp { max-width: 180px; padding: 10px 0; margin: 0 auto; }

.main-bnr .main_banne_content .bnr_flexarea .bnr_rightimg { -o-object-fit: contain; object-fit: contain; margin-top: -26px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.main-bnr .main_banne_content .bnr_timline { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 500; line-height: 30px; min-height: 30px; background: rgba(213, 221, 232, 0.3); max-width: 1000px; width: 100%; display: block; text-align: center; margin: 0 auto; z-index: 99999; position: absolute; bottom: 0; left: 0; right: 0; }

@media screen and (max-width: 1380px) { .main-bnr { display: block; } }

@media screen and (max-width: 1199px) { .main-bnr { display: none; } }

.slider { width: 100%; max-width: 890px; margin: 0 auto; }

.slick-slide { margin: 0px; padding: 0; }

.slick-slide img { padding: 0; }

/*  .slick-slide { transition: all ease-in-out .3s; opacity: .2; } .slick-active { opacity: .5; } .slick-current { opacity: 1; }*/
/*
.paginator-center{
  position: absolute;
  float: none;
    width: 100%;
    top:18%;
    @media screen and ($md){
        display: none;
    }
    ul{
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
  li{
    margin-top: 20px;
    position: absolute;
    float: none;
      list-style: none;
      border-radius: 50%;
      cursor: pointer;

    &.prev{
      display: block;
      height: 40px;
      width:40px;
      border: 1px solid $light-orange;
        background: url("../images/slim-prew.svg") center center no-repeat;
        right:-65px;
    }

    &.next{
      display: block;
      height:40px;
      width:40px;
      border: 1px solid $light-orange;
        background: url("../images/slim-next.svg") center center no-repeat;
        left:-65px;
    }
  }
}
*/
.paginator-main { position: absolute; float: none; width: 100%; top: 0; z-index: 99999; }

@media screen and (max-width: 992px) { .paginator-main { display: none; } }

.paginator-main ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.paginator-main li { margin-top: 35px; position: absolute; float: none; list-style: none; border-radius: 50%; cursor: pointer; }

.paginator-main li.bigprev { display: block; height: 64px; width: 64px; border: 1px solid #25333e; background: #ffffff url("../images/next-big.svg") center center no-repeat; right: 0; }

.paginator-main li.bignext { display: block; height: 64px; width: 64px; border: 1px solid #25333e; background: #ffffff url("../images/prev-big.svg") center center no-repeat; left: 0; }

.hidden-lg { display: none; }

@media screen and (max-width: 992px) { .hidden-lg { display: block; } }

.sliding-calened { position: relative; border: 0 !important; }

.sliding-calened .sliding_paginator { position: absolute; float: none; width: 100%; top: 0; }

.sliding-calened .sliding_paginator ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.sliding-calened .sliding_paginator li { margin-top: 13px; position: absolute; float: none; list-style: none; border-radius: 50%; cursor: pointer; }

.sliding-calened .sliding_paginator li.prev { display: block; height: 25px; width: 25px; border: 1px solid #284869; background: url("../images/prev.svg") center center no-repeat; right: -15px; text-align: center; }

.sliding-calened .sliding_paginator li.next { display: block; height: 25px; width: 25px; border: 1px solid #284869; background: url("../images/next.svg") center center no-repeat; left: -15px; text-align: center; }

/*account*/
.bnr-account { position: relative; background: url("../images/back-fixed.jpg") top center; background-size: cover; background-attachment: fixed; overflow-y: scroll; }

@media screen and (max-width: 1380px) { .bnr-account { overflow-y: scroll; } }

@media screen and (max-width: 1199px) { .bnr-account { overflow: hidden; } }

@media screen and (max-width: 992px) { .bnr-account { height: auto; min-height: inherit; overflow-y: scroll; } }

@media screen and (max-width: 680px) { .bnr-account { height: auto; min-height: inherit; overflow-y: scroll; } }

.bnr-account .bnr_girl { /* position: absolute;
         right: 0;
         top:0;
margin-top:48px;*/ position: fixed; right: 15%; bottom: 0; margin-bottom: -5px; z-index: 99; }

@media screen and (max-width: 1380px) { .bnr-account .bnr_girl { right: 0%; background-size: 90%; }
  .bnr-account .bnr_girl img { -o-object-fit: cover; object-fit: cover; max-width: 60%; } }

@media screen and (max-width: 1199px) { .bnr-account .bnr_girl { display: none; } }

@media screen and (max-width: 992px) { .bnr-account .bnr_girl { display: none; } }

.bnr-account .account_content { max-width: 1290px; margin: 0 auto; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; min-height: 800px; }

@media screen and (max-width: 992px) { .bnr-account .account_content { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: 3em; } }

.bnr-account .account_content_area { width: calc(50% - 15px); }

.bnr-account .account_content_area.suscribe_wrap { width: calc(55% - 10px); padding-top: 80px; position: relative; z-index: 1; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area.suscribe_wrap { width: 100%; } }

@media screen and (max-width: 992px) { .bnr-account .account_content_area { width: 100%; } }

.bnr-account .account_content_area .account_title { color: #234569; font-family: "SpectralSC"; font-size: 36px; font-weight: 300; letter-spacing: 0.36px; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area .account_title { font-size: 2em; } }

.bnr-account .account_content_area .account_title h2 { font-size: 36px; font-weight: 300; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area .account_title h2 { font-size: 1em; } }

.bnr-account .account_content_area .form_area { margin-top: 2em; }

.bnr-account .account_content_area .form_area .input_group { position: relative; }

.bnr-account .account_content_area .form_area .input_group i { position: absolute; margin-top: 1em; margin-left: 1.2em; color: #234569; font-size: 15px; line-height: 21px; }

.bnr-account .account_content_area .form_area .text_field { padding: 15px 45px; }

.bnr-account .account_content_area .form_area .customfield { position: absolute; color: #2e6bab; font-family: "Raleway"; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14px; margin-top: 17px; margin-left: 45px; }

.bnr-account .account_content_area .form_area .customfield a { color: #2e6bab; }

.bnr-account .account_content_area .form_area .input-custom { padding: 15px 85px; }

.bnr-account .account_content_area .form_area .field_group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bnr-account .account_content_area .form_area .field_group .input_group { width: calc(50% - 15px); }

.bnr-account .account_content_area .form_area .field_group .forgot-block { width: calc(50% - 5px); }

.bnr-account .account_content_area .form_area .field_group .forgot-pass { color: #2e6bab; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.14px; margin-top: 2em; display: block; }

.bnr-account .account_content_area .form_area .check-group { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; letter-spacing: 0.13px; margin-top: 2em; }

.bnr-account .account_content_area .form_area .check-group .check_item { margin-bottom: 1.5em; }

.bnr-account .account_content_area .form_area .check-group .checkbox { display: none; }

.bnr-account .account_content_area .form_area .check-group .check-val { position: relative; width: 19px; height: 19px; border: 1px solid rgba(73, 82, 92, 0.49); border-radius: 50%; }

.bnr-account .account_content_area .form_area .check-group .check-val:hover { border: 1px solid #2e6bab; }

.bnr-account .account_content_area .form_area .check-group .check-val, .bnr-account .account_content_area .form_area .check-group .label { display: inline-block; vertical-align: middle; margin-right: 0.5em; max-width: 85%; cursor: pointer; }

.bnr-account .account_content_area .form_area .check-group .checkbox:checked + .check-val::before { content: ""; display: block; position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; background-color: #2e6bab; border-radius: 50%; width: 7px; height: 7px; }

.bnr-account .account_content_area .form_area .form_footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 40px; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area .form_area .form_footer { margin-top: 10px; } }

.bnr-account .account_content_area .form_area .form_footer .btn_group { max-width: 234px; width: 100%; }

.bnr-account .account_content_area .form_area .form_footer .btn_group .btn { color: #ffffff; font-family: "SpectralSC"; font-size: 14px; font-weight: 500; padding: 15px 15px; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area .form_area .form_footer .btn_group .btn { font-size: 12px; } }

.bnr-account .account_content_area .form_area .form_footer .btn_group.enter-block { max-width: 161px; }

.bnr-account .account_content_area .form_area .form_footer .reg_info { margin-left: 2em; color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; letter-spacing: 0.13px; }

@media screen and (max-width: 992px) { .bnr-account .account_content_area .form_area .form_footer .reg_info { font-size: 12px; text-align: center; } }

.bnr-account .account_content_area .form_area .form_footer .reg_info a { color: #2e6bab; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.14px; padding: 0 10px; text-decoration: underline; }

@media screen and (max-width: 680px) { .bnr-account .account_content_area .form_area .form_footer .reg_info a { padding: 0; text-align: center; display: block; } }

.bnr-account .account_content_area .form_area .form_footer .reg_info a:hover { text-decoration: none; }

.bnr-account .account_content_area .form_area .form_footer .enter-btn { max-width: 161px; width: 100%; }

/*files*/
.files-page { background: #dbeeec url("../images/back-fixed.jpg") top center no-repeat; background-size: 100%; height: 100%; width: 100%; background-attachment: fixed; background-clip: content-box; }

@media screen and (max-width: 1380px) { .files-page { background-size: auto; background-clip: content-box; } }

.files-page main { min-height: 100%; }

.files-page main .main-area { -webkit-box-sizing: border-box; box-sizing: border-box; }

.files-page main .main-area .pag_title { text-align: center; display: block; margin: 0 auto; color: #234569; font-family: "SpectralSC"; font-size: 34px; font-weight: 500; text-transform: uppercase; letter-spacing: 2.55px; }

.files-page main .main-area .pag_title h1 { font-size: 34px; font-weight: 500; }

.files-page main .main-area .content_flexrow { margin-top: 2em; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-item-align: center; align-self: center; -ms-flex-line-pack: center; align-content: center; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.files-page main .main-area .content_flexrow .left_container { padding: 25px 15px; width: calc(75% - 10px); }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container { width: 100%; margin-bottom: 1em; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

.files-page main .main-area .content_flexrow .left_container .section_area { color: #323232; font-family: "Raleway"; font-size: 13px; font-weight: 500; letter-spacing: 0.26px; }

.files-page main .main-area .content_flexrow .left_container .section_area article { margin-bottom: 2.2em; background: #ffffff; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area article { padding: 10px; } }

.files-page main .main-area .content_flexrow .left_container .section_area article .article_content { max-width: 880px; margin: 0 auto; padding: 30px 0; }

.files-page main .main-area .content_flexrow .left_container .section_area .article_title { text-align: center; color: #323232; font-family: "SpectralSC"; font-size: 26px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.95px; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area .article_title { font-size: 1.5em; } }

.files-page main .main-area .content_flexrow .left_container .section_area .article_title h3 { font-size: 26px; font-weight: 500; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area .article_title h3 { font-size: 1.1em; } }

.files-page main .main-area .content_flexrow .left_container .section_area .article-subtitle { text-align: center; color: #234569; font-family: "SpectralSC"; font-size: 18px; font-weight: 300; text-transform: uppercase; letter-spacing: 1.35px; margin-top: 0.5em; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area .article-subtitle { font-size: 16px; } }

.files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group { margin-top: 1.8em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group .button_setitem { width: calc(25% - 0px); position: relative; padding: 15px; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group .button_setitem { width: calc(100% - 0px); max-width: 188px; } }

.files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group .button_setitem .btn-file { height: 56px; background-color: #efefef; background-image: -webkit-gradient(linear, left bottom, left top, from(#d5dbe2), to(#f3f6f7)); background-image: -webkit-linear-gradient(bottom, #d5dbe2 0%, #f3f6f7 100%); background-image: -o-linear-gradient(bottom, #d5dbe2 0%, #f3f6f7 100%); background-image: linear-gradient(to top, #d5dbe2 0%, #f3f6f7 100%); width: 100%; display: block; padding: 20px 0; border-radius: 28px; text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.75); color: #323232; font-family: "Raleway"; font-size: 16px; font-weight: 700; letter-spacing: 0.8px; }

.files-page main .main-area .content_flexrow .left_container .section_area .article_btn-group .button_setitem .btn-file:hover { background-color: #e7ebee; background-image: -webkit-gradient(linear, left bottom, left top, from(#c3ccd4), to(#f3f6f7)); background-image: -webkit-linear-gradient(bottom, #c3ccd4 0%, #f3f6f7 100%); background-image: -o-linear-gradient(bottom, #c3ccd4 0%, #f3f6f7 100%); background-image: linear-gradient(to top, #c3ccd4 0%, #f3f6f7 100%); }

.files-page main .main-area .content_flexrow .left_container .section_area .arealine { background-image: -webkit-gradient(linear, left top, right top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to right, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); width: 100%; height: 1px; margin: 2em auto; }

.files-page main .main-area .content_flexrow .left_container .section_area .box_desc { text-align: center; max-width: 690px; margin: 0 auto; line-height: 1.5; }

.files-page main .main-area .content_flexrow .left_container .section_area .box_desc a { color: #234569; letter-spacing: 0.26px; }

.files-page main .main-area .content_flexrow .right_sidebar { width: calc(25% - 17px); padding: 1.9em 0; margin-top: 8.2em; }

@media screen and (max-width: 992px) { .files-page main .main-area .content_flexrow .right_sidebar { width: 100%; margin-bottom: 1em; margin-top: 0; padding: 0; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

.files-page main .main-area .content_flexrow .right_sidebar .side_bnr { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; background: url("../images/girl-bnr.jpg") top center no-repeat; min-height: 220px; }

.files-page main .main-area .content_flexrow .right_sidebar .side_bnr .sbnr_content { text-align: center; max-width: 210px; white-space: inherit; margin: 0 auto; padding: 45px 0; color: #000000; font-family: "Raleway"; font-size: 14px; font-weight: 300; letter-spacing: 1.05px; }

.files-page main .main-area .content_flexrow .right_sidebar .side_bnr .sbnr_content .s_title { color: #234569; font-family: "SpectralSC"; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 1.35px; margin-bottom: 0.5em; }

.files-page main .main-area .content_flexrow .right_sidebar .side_bnr .sbnr_content .s_desc { font-family: "Raleway"; font-weight: 500; margin-bottom: 1em; }

.files-page main .main-area .content_flexrow .right_sidebar .side_bnr .btn { padding: 10px 0; max-width: 132px; width: 100%; color: #ffffff; font-family: "SpectralSC"; font-size: 12px; font-weight: 500; margin: 0 auto; }

.breadcrumbs { color: #787878; font-family: "Raleway"; font-size: 11px; font-weight: 400; letter-spacing: 0.82px; padding: 15px 15px; margin-bottom: 1em; }

@media screen and (max-width: 992px) { .breadcrumbs { padding: 15px 0; text-align: center; } }

.breadcrumbs ul { padding: 0; list-style: none; }

.breadcrumbs ul li { display: inline-block; }

.breadcrumbs ul li:after { content: ">"; margin-left: 5px; }

.breadcrumbs ul li:last-child:after { display: none; }

.breadcrumbs ul li a { color: #787878; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

/*Servers page*/
.servers-content { -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 5.5em; }

.servers-content .server_tabs-container { -webkit-box-sizing: border-box; box-sizing: border-box; }

.servers-content .server_tabs-container .tab_container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; -ms-flex-line-pack: center; align-content: center; border: 1px solid #b4c5d6; background-color: #ffffff; }

@media screen and (max-width: 680px) { .servers-content .server_tabs-container .tab_container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.servers-content .server_tabs-container .tab_container .tab-block { text-align: center; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.7px; background: transparent; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 26px 0; width: calc(33.33% - 5px); cursor: pointer; position: relative; }

@media screen and (max-width: 680px) { .servers-content .server_tabs-container .tab_container .tab-block { width: 100%; } }

.servers-content .server_tabs-container .tab_container .tab-block:hover { background-color: #234569; }

.servers-content .server_tabs-container .tab_container .tab-block h4 { color: #234569; font-family: "Vollkorn"; font-size: 22px; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }

@media screen and (max-width: 992px) { .servers-content .server_tabs-container .tab_container .tab-block h4 { font-size: 15px; } }

.servers-content .server_tabs-container .tab_container .tab-block span { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.7px; }

@media screen and (max-width: 992px) { .servers-content .server_tabs-container .tab_container .tab-block span { font-size: 13px; } }

.servers-content .server_tabs-container .tab_container .tab-block:hover h4 { color: #ffffff; }

.servers-content .server_tabs-container .tab_container .tab-block:hover span { color: #ffffff; }

.servers-content .server_tabs-container .tab_container .tab-block:hover:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-top: 8px solid #234569; border-right: 8px solid transparent; border-left: 8px solid transparent; }

.servers-content .server_tabs-container .tab_container .tab-block:before { content: ""; background: url("../images/vertical-border.png") top right no-repeat; width: 1px; height: 99px; display: block; position: absolute; top: 0; margin-top: 17px; }

@media screen and (max-width: 992px) { .servers-content .server_tabs-container .tab_container .tab-block:before { display: none; } }

.servers-content .server_tabs-container .tab_container .tab-block:first-child:before { display: none; }

.servers-content .server_tabs-container .tab_container .tab-block:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-top: 8px solid transparent; border-right: 8px solid transparent; border-left: 8px solid transparent; }

.servers-content .server_tabs-container .tab_container .tab-block.active { background-color: #234569; position: relative; }

.servers-content .server_tabs-container .tab_container .tab-block.active h4 { color: #ffffff; }

.servers-content .server_tabs-container .tab_container .tab-block.active span { color: #ffffff; }

.servers-content .server_tabs-container .tab_container .tab-block.active:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-top: 8px solid #234569; border-right: 8px solid transparent; border-left: 8px solid transparent; }

.servers-content .main_server-container { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.7px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.servers-content .main_server-container .scroll_sidebar { width: calc(25% - 25px); }

.servers-content .main_server-container .scroll_sidebar .sidebar-content, .servers-content .main_server-container .scroll_sidebar .serv_sidebar { color: #1c384e; font-family: "Raleway"; font-size: 16px; font-weight: 500; font-weight: 400; letter-spacing: 0.16px; background-color: #f6f6f6; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav { -webkit-box-sizing: border-box; box-sizing: border-box; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav ul, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav ul { list-style: none; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav ul li a, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav ul li a { color: #1c384e; font-weight: 500; background: transparent; display: block; padding: 15px 15px; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav ul li a:hover, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav ul li a:hover { background: rgba(226, 240, 241, 0.7); text-shadow: 0 0 0.3px black; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav ul li a.active, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav ul li a.active { background: rgba(226, 240, 241, 0.7); text-shadow: 0 0 0.3px black; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav .subnav li a, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav .subnav li a { padding: 15px 15px; }

.servers-content .main_server-container .scroll_sidebar .sidebar-content .side_nav .subnav li a:before, .servers-content .main_server-container .scroll_sidebar .serv_sidebar .side_nav .subnav li a:before { content: "—"; color: #1c384e; margin-right: 10px; }

@media screen and (max-width: 680px) { .servers-content .main_server-container .scroll_sidebar { display: none; } }

.servers-content .main_server-container .main_area { width: calc(75% - 10px); }

@media screen and (max-width: 680px) { .servers-content .main_server-container .main_area { width: 100%; }
  .servers-content .main_server-container .main_area .main_area-content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; } }

.servers-content .main_server-container .main_area .title { color: #234569; font-family: "SpectralSC"; font-size: 34px; font-weight: 400; text-transform: uppercase; letter-spacing: 2.55px; margin: 0 0 7px; text-align: center; }

@media screen and (max-width: 992px) { .servers-content .main_server-container .main_area .title { font-size: 1.2em; font-weight: bold; } }

.servers-content .main_server-container .main_area .secondary_title { text-align: center; color: #323232; font-family: "SpectralSC"; font-size: 26px; font-weight: 500; letter-spacing: 1.95px; padding: 5px 0 0; }

@media screen and (max-width: 992px) { .servers-content .main_server-container .main_area .secondary_title { font-size: 1.2em; font-weight: bold; } }

.servers-content .main_server-container .main_area .secondary_title h2, .servers-content .main_server-container .main_area .secondary_title h3 { font-size: 26px; font-weight: 500; }

@media screen and (max-width: 992px) { .servers-content .main_server-container .main_area .secondary_title h2, .servers-content .main_server-container .main_area .secondary_title h3 { font-size: 1em; font-weight: bold; } }

.servers-content .main_server-container .main_area section { margin-bottom: 1em; }

.servers-content .main_server-container .main_area .collored_block { background-color: #f6f6f6; margin-top: 1.2em; margin-bottom: -0.5em; padding: 29px 40px; }

@media screen and (max-width: 992px) { .servers-content .main_server-container .main_area .collored_block { padding: 10px; } }

.servers-content .main_server-container .main_area p { line-height: 1.5; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.28px; }

.servers-content .main_server-container .main_area ul { list-style: none; }

.servers-content .main_server-container .main_area ul li { margin-bottom: .5em; }

.servers-content .main_server-container .main_area ul li:before { content: "-"; margin-right: 0.5em; }

.servers-content .main_server-container .main_area strong { padding: 10px 0; display: inline-block; }

.servers-content .main_server-container .main_area .btn_group { max-width: 303px; width: 100%; margin: 20px auto 35px; }

.servers-content .main_server-container .main_area .btn_group .btn { width: 100%; max-width: 303px; color: #ffffff; font-family: "SpectralSC"; font-size: 14px; font-weight: 500; padding: 20px 0; }

@media screen and (max-width: 992px) { .servers-content .main_server-container .main_area .btn_group .btn { font-size: 12px; } }

.servers-content .metablock { margin-top: 1.8em; }

.boss_flexlist, .statistic-content { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0.75em auto; max-width: 727px; }

.boss_flexlist table, .statistic-content table { width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; position: relative; }

.boss_flexlist table tr, .statistic-content table tr { padding: 5px; position: relative; }

.boss_flexlist table tr:after, .statistic-content table tr:after { content: ""; background-image: -webkit-gradient(linear, left top, right top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to right, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); height: 1px; width: 100%; display: block; position: absolute; left: 0; }

.boss_flexlist table tr:first-child:after, .statistic-content table tr:first-child:after { display: none; }

.boss_flexlist table th, .boss_flexlist table td, .statistic-content table th, .statistic-content table td { padding: 15px 10px; color: #181818; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.14px; }

.boss_flexlist table td:nth-child(even), .statistic-content table td:nth-child(even) { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 700; letter-spacing: 0.14px; }

.boss_flexlist table th, .statistic-content table th { text-align: left; padding: 0 5px; line-height: 50px; }

.boss_flexlist table th:after, .statistic-content table th:after { content: ""; background-image: -webkit-gradient(linear, left top, right top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to right, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); height: 1px; width: 100%; display: block; position: absolute; left: 0; }

.boss_flexlist table th:first-child:after, .statistic-content table th:first-child:after { display: none; }

@media screen and (max-width: 1199px) { .boss_flexlist table th, .boss_flexlist table td, .statistic-content table th, .statistic-content table td { font-size: 13px !important; } }

@media screen and (max-width: 600px) { .boss_flexlist table, .statistic-content table { border: 0; }
  .boss_flexlist table thead, .statistic-content table thead { display: none; }
  .boss_flexlist table tr, .statistic-content table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }
  .boss_flexlist table td, .statistic-content table td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
  .boss_flexlist table td:last-child, .statistic-content table td:last-child { border-bottom: 0; }
  .boss_flexlist table td:before, .statistic-content table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }

@media screen and (max-width: 600px) { .boss_flexlist table td:before, .statistic-content table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }

.boss_flexlist .count, .statistic-content .count { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 700; letter-spacing: 0.14px; }

.statistic-content { max-width: none; }

.statistic-content table th, .statistic-content table td { padding: 15px 10px; color: #181818; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.14px; vertical-align: top; }

.statistic-content table td:nth-child(even) { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 700; letter-spacing: 0.14px; }

.statistic-content table td.user-online { color: #6ba24a; }

.statistic-content table td.user-offline { color: #f77927; }

.statistic-content table th { padding: 0 5px; line-height: 50px; }

.statistic-content table th:after { content: ""; background-image: -webkit-gradient(linear, left top, right top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(left, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to right, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); height: 1px; width: 100%; display: block; position: absolute; left: 0; }

.statistic-content table th:first-child:after { display: none; }

.imgplay-wrap { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; max-width: 797px; margin: 0 auto; }

.imgplay-wrap .img-container { color: #ffffff; font-family: "Raleway"; font-size: 14px; font-weight: 500; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 992px) { .imgplay-wrap .img-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } }

.imgplay-wrap .img-container .im_item { width: calc(50% - 20px); position: relative; }

@media screen and (max-width: 1199px) { .imgplay-wrap .img-container .im_item { width: calc(50% - 10px); margin-bottom: 1em; } }

@media screen and (max-width: 992px) { .imgplay-wrap .img-container .im_item { width: 100%; margin-bottom: 1em; } }

@media screen and (max-width: 680px) { .imgplay-wrap .img-container .im_item { width: 100%; margin-bottom: 1em; } }

.imgplay-wrap .img-container .im_item .img-cover { position: relative; width: 100%; height: 212px; overflow: hidden; }

.imgplay-wrap .img-container .im_item .img-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; }

.imgplay-wrap .img-container .im_item .img-cover img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); }

.imgplay-wrap .img-container .im_item .img-cover .img_overlay { background: rgba(35, 69, 105, 0.5); position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; display: block; z-index: 999; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.imgplay-wrap .img-container .im_item .img-cover .img_overlay:hover { background: rgba(35, 69, 105, 0.2); }

.imgplay-wrap .img-container .im_item .img-cover .im_content { position: absolute; left: 0; right: 0; top: 50%; bottom: 0; margin: -30px auto; text-align: center; font-family: "Raleway"; font-size: 14px; font-weight: 500; }

.imgplay-wrap .img-container .im_item .img-cover .im_content h4 { font-size: 16px; font-weight: 700; letter-spacing: 0.16px; margin-bottom: 0.5em; }

.imgplay-wrap .img-container .im_item .img-cover .im_content span { font-weight: 400; letter-spacing: 0.14px; }

.imgplay-wrap .img-container .im_item .img-cover .im_content .play_btn { color: #ffffff; font-family: "SpectralSC"; font-size: 16px; font-weight: 300; letter-spacing: 0.32px; border: 1px solid #ffffff; max-width: 71px; margin: 0.5em auto; border-radius: 25px; padding: 1px 5px; line-height: 1.4; }

.imgplay-wrap .img-container .im_item .img-cover .im_content:hover .play_btn { border: 1px solid #f77927; }

.imgplay-wrap .img-container .im_item a { color: #ffffff; }

.imgplay-wrap .img-container .im_item:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); }

.small_content { max-width: 500px; }

.flex_box-container { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.28px; }

.flex_box-container .item_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; margin-top: 1em; margin-bottom: 2em; }

@media screen and (max-width: 680px) { .flex_box-container .item_box { width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.flex_box-container .item_box .i_colinfo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: calc(40% - 5px); position: relative; }

@media screen and (max-width: 1199px) { .flex_box-container .item_box .i_colinfo { padding-right: 15px; } }

@media screen and (max-width: 992px) { .flex_box-container .item_box .i_colinfo { width: 47%; margin-bottom: 15px; padding-right: 5px; } }

@media screen and (max-width: 680px) { .flex_box-container .item_box .i_colinfo { width: 100%; margin-bottom: 15px; padding-right: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 5px 0; } }

.flex_box-container .item_box .i_colinfo:after { content: ""; background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(bottom, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(bottom, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to top, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); position: absolute; right: 0; width: 1px; height: 30px; top: 0; }

@media screen and (max-width: 680px) { .flex_box-container .item_box .i_colinfo:after { width: 100%; content: ""; background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(191, 207, 224, 0)), color-stop(48%, #bfcfe0), color-stop(49%, rgba(191, 207, 224, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(bottom, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(bottom, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to top, rgba(191, 207, 224, 0) 0%, #bfcfe0 48%, rgba(191, 207, 224, 0.98) 49%, rgba(72, 108, 138, 0) 100%); position: relative; width: 100%; height: 1px; } }

.flex_box-container .item_box .i_colinfo .i_avatar { width: 20px; height: 21px; overflow: hidden; -ms-flex-preferred-size: 25px; flex-basis: 25px; margin-right: 15px; }

.flex_box-container .item_box .i_colinfo .i_avatar img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.flex_box-container .item_box .i_colinfo .i_nme { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.28px; }

@media screen and (max-width: 680px) { .flex_box-container .item_box .i_colinfo .i_nme { padding: 10px 0; } }

.flex_box-container .item_box .i_colinfo .i_nme a { color: #234569; }

.flex_box-container .item_box .i_colinfo .i_nme a:hover { color: #f77927; }

.flex_box-container .item_box .i_coldesc { width: calc(60% - 35px); white-space: pre-line; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: -5px; }

.flex_box-container .item_box .i_coldesc strong { padding: 10px 0 0; margin: 10px 0 0; display: inline-block; line-height: normal; }

.flex_box-container .item_box .i_coldesc .delete { color: #f77927; font-size: 12px; letter-spacing: 0.24px; text-transform: uppercase; display: inline-block; padding: 5px 0; }

@media screen and (max-width: 992px) { .flex_box-container .item_box .i_coldesc { width: 50%; } }

@media screen and (max-width: 680px) { .flex_box-container .item_box .i_coldesc { width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 1px; } }

.spoiler-block { margin-top: 2em; }

.spoiler_container { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.28px; }

.spoiler_container .sp-btn { color: #284869; font-family: "SpectralSC"; font-size: 16px; font-weight: 300; letter-spacing: 0.32px; border: 1px solid #284869; border-radius: 25px; padding: 1px 15px 3px; margin-right: 1em; }

.spoiler_container span { color: #234569; font-family: "Raleway"; font-size: 16px; font-weight: 600; letter-spacing: 0.32px; }

.spoiler_container .sp_content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.28px; }

.spoiler_container .sp_content li { padding: 1px 0; margin-top: 10px; }

.spoiler_container .sp_content span { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 400; letter-spacing: 0.28px; }

.servers_btn { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 463px; width: 100%; margin: 1.5em auto 1em; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 992px) { .servers_btn { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.servers_btn .btn_group { max-width: 207px; width: 100%; }

@media screen and (max-width: 992px) { .servers_btn .btn_group { margin: 10px auto !important; } }

.servers_btn .btn_group .btn { width: 100%; max-width: 207px !important; }

@media screen and (max-width: 992px) { .servers_btn .btn_group .btn { margin: 0 auto; } }

.tabl_wrap { max-width: 750px; margin: 20px auto; }

.tabl_wrap table { width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }

.tabl_wrap table tr { padding: 5px; }

.tabl_wrap table th, .tabl_wrap table td { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 500; padding: 10px 0; }

.tabl_wrap table th:nth-child(odd), .tabl_wrap table td:nth-child(odd) { color: #323232; font-family: "SpectralSC"; font-size: 16px; font-weight: 400; letter-spacing: 1.2px; }

.tabl_wrap table th { text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }

@media screen and (max-width: 600px) { .tabl_wrap table { border: 0; }
  .tabl_wrap table thead { display: none; }
  .tabl_wrap table tr { margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }
  .tabl_wrap table td { display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
  .tabl_wrap table td:last-child { border-bottom: 0; }
  .tabl_wrap table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; } }

.tabs__content { display: none; /* по умолчанию прячем все блоки */ }

.tabs__content.active { display: block; /* по умолчанию показываем нужный блок */ }

#stats-page .popup_footer { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 180px; margin: 2em auto 2em; }

#stats-page .popup_footer .cat { margin: 0 auto -30px; }

#stats-page .popup_footer .btn_group { max-width: 180px; width: 100%; }

#stats-page .popup_footer .btn_group .btn { width: 100%; margin: 0 auto; font-family: "ArialMT"; font-size: 13px; font-weight: 500; letter-spacing: 0.38px; padding: 14px 0; }

#stats-page .servers-content .server_tabs-container .tab_container { background: transparent; }

#stats-page .castle_info { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 500; }

#stats-page .castle_info ul { padding: 0; margin: 0; }

#stats-page .castle_info ul li { list-style: none; margin: 0; }

#stats-page .castle_info ul li:before { display: none; }

#stats-page .castle_info strong { margin-right: 0.5em; }

.bos_filterwprap { max-width: 790px; margin: 2.3em auto; }

.bos_filterwprap .bos_filterflex { color: #787878; font-family: "Raleway"; font-size: 13px; font-weight: 500; line-height: 16px; }

.bos_filterwprap .bos_filterflex .fl_item, .bos_filterwprap .bos_filterflex .fl_selest { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bos_filterwprap .bos_filterflex .fl_selest { width: calc(66% - 0em); margin: 3em 0; }

@media screen and (max-width: 992px) { .bos_filterwprap .bos_filterflex .fl_selest { width: 100%; margin: 2em auto; } }

@media screen and (max-width: 680px) { .bos_filterwprap .bos_filterflex .fl_selest { width: 100%; margin: 2em auto; } }

.bos_filterwprap .level_tl strong, .bos_filterwprap .level_tlg strong { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 600; line-height: 16px; }

@media screen and (max-width: 480px) { .bos_filterwprap .level_tl, .bos_filterwprap .level_tlg { font-size: 11px; padding: 0 8px; } }

.bos_filterwprap .level-val { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 680px) { .bos_filterwprap .level-val { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.bos_filterwprap .level-val span { color: #234569; font-family: "Raleway"; font-size: 15px; font-weight: 500; line-height: 16px; letter-spacing: 0.18; }

.bos_filterwprap .level-val span.more-inf { padding: 0 10px; vertical-align: middle; }

.bos_filterwprap .level-val .sp { display: inline-block; width: 11px; height: 1px; background: #234569; margin-left: 11px; }

@media screen and (max-width: 680px) { .bos_filterwprap .level-val .sp { display: none; } }

.bos_filterwprap .level-val .lv_lb { border: 1px solid #234569; width: 50px; height: 50px; background: transparent; border-radius: 50%; text-align: center; color: #234569; font-family: "Raleway"; font-size: 16px; font-weight: 500; letter-spacing: 0.16px; padding: 0 5px; }

@media screen and (max-width: 680px) { .bos_filterwprap .level-val .lv_lb { margin-bottom: 1em; width: 40px; height: 40px; } }

.bos_filterwprap .level-val .lv_lb ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #234569; }

.bos_filterwprap .level-val .lv_lb ::-moz-placeholder { /* Firefox 19+ */ color: #234569; }

.bos_filterwprap .level-val .lv_lb :-ms-input-placeholder { /* IE 10+ */ color: #234569; }

.bos_filterwprap .level-val .lv_lb :-moz-placeholder { /* Firefox 18- */ color: #234569; }

.select2 { width: 300px !important; }

@media screen and (max-width: 680px) { .select2 { width: 100% !important; } }

.filter_footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

@media screen and (max-width: 680px) { .filter_footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.filter_footer .filter_btn { width: calc(47% - 10px); }

@media screen and (max-width: 680px) { .filter_footer .filter_btn { width: 100%; } }

.filter_footer .btn_group { -webkit-box-sizing: border-box; box-sizing: border-box; }

.filter_footer .btn_group .btn-cp { max-width: 180px !important; width: 100%; margin: 0 auto; font-family: "SpectralSC"; font-size: 12px !important; font-weight: 500; text-transform: uppercase; padding: 15px 0 !important; }

.filter_footer .filter_ft_text { color: #787878; font-family: "Raleway"; font-size: 13px; font-weight: 500; letter-spacing: 0.13px; width: calc(30% - 0px); }

@media screen and (max-width: 680px) { .filter_footer .filter_ft_text { width: 100%; margin: 0 auto; text-align: center; } }

.line { background-image: -webkit-gradient(linear, left top, right top, from(rgba(117, 154, 193, 0)), color-stop(48%, #759ac1), color-stop(49%, rgba(117, 154, 193, 0.98)), to(rgba(72, 108, 138, 0))); background-image: -webkit-linear-gradient(left, rgba(117, 154, 193, 0) 0%, #759ac1 48%, rgba(117, 154, 193, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: -o-linear-gradient(left, rgba(117, 154, 193, 0) 0%, #759ac1 48%, rgba(117, 154, 193, 0.98) 49%, rgba(72, 108, 138, 0) 100%); background-image: linear-gradient(to right, rgba(117, 154, 193, 0) 0%, #759ac1 48%, rgba(117, 154, 193, 0.98) 49%, rgba(72, 108, 138, 0) 100%); height: 1px; width: 100%; margin-top: 1em; }

.fill-result { color: #234569; font-family: "Raleway"; font-size: 16px; font-weight: 500; line-height: 16px; letter-spacing: 0.16px; text-align: center; margin: 2em auto; }

/*Suscribe*/
.suscribe_wrap .suscribe_box { background: #ffffff; padding: 25px 0; margin-bottom: 30px; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box { padding: 10px; } }

.suscribe_wrap .suscribe_box .suscribe_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; max-width: 650px; margin: 0 auto; padding: 2px; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row { max-width: none; width: calc(90% - 0em); margin: 0 auto; } }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row { max-width: none; width: calc(100% - 0em); margin: 0 auto; } }

.suscribe_wrap .suscribe_box .suscribe_row .icon_item { width: 42px; height: 48px; margin-right: 1.5em; }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .icon_item { display: none; } }

.suscribe_wrap .suscribe_box .suscribe_row .icon_item img { -o-object-fit: contain; object-fit: contain; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content { color: #181818; font-family: "Raleway"; font-size: 16px; font-weight: 500; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .s_title { color: #234569; font-family: "SpectralSC"; font-size: 20px; font-weight: 500; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .s_title { font-size: 1em; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .s_title h3 { font-size: 20px; font-weight: 500; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .s_title h3 { font-size: 1.2em; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .content_item { margin-top: 1.5em; line-height: 1.5; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .content_item ul { list-style: none; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .content_item ul li { padding: 0; margin-bottom: 0.2em; margin-top: 0.2em; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .content_item i { vertical-align: middle; width: 21px; height: 21px; overflow: hidden; border-radius: 50%; margin-top: -0.2em; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .content_item i img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block { margin-top: 1.5em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block { color: #234569; font-family: "Open Sans"; font-size: 25px; font-weight: 400; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_info { color: #234569; font-family: "SpectralSC"; font-size: 16px; font-weight: 400; margin-bottom: 0.5em; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_init { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; max-width: 195px; text-align: center; margin: 5px 0; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_init span { display: block; font-family: "Open Sans"; font-size: 11px; font-weight: 400; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_init span.sep { color: #234569; font-family: "Open Sans"; font-size: 22px; font-weight: 400; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_init div { padding: 0 5px; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .counter_block .count_init div:first-child { color: #f77927; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn { width: calc(45% - 10px); }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .go_forum { margin-top: 1.5em; }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .go_forum .btn_group .btn { max-width: 182px; }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn { width: 50%; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .sft_flewrow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .sft_flewrow { width: 100%; margin: 5px auto 5px; text-align: center; display: block; } }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .sft_flewrow { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group { margin-bottom: 0.5em; } }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group { margin-bottom: 0.5em; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group .btn { max-width: 135px; width: 100%; padding: 10px 18px; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group .btn { max-width: none; padding: 6px; } }

@media screen and (max-width: 992px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group .btn { padding: 10px; } }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .btn_group .btn { margin: 0 auto; max-width: none; padding: 10px 0; } }

.suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .s_title { color: #f77927; font-family: "SpectralSC"; font-size: 16px; font-weight: 500; margin-bottom: 0.8em; }

@media screen and (max-width: 680px) { .suscribe_wrap .suscribe_box .suscribe_row .box_content .sft_block .sft_btn .s_title { text-align: center; margin-top: 1em; } }

.suscribe_wrap .suscribe_box .form_area { margin: 0; max-width: 530px; }

.suscribe_wrap .suscribe_box .form_area .form_title { color: #234569; font-family: "SpectralSC"; font-size: 16px; font-weight: 500; display: block; margin-bottom: 1em; }

.suscribe_wrap .suscribe_box .form_area .form_footer { margin: 0; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .form_area .form_footer { width: 100%; max-width: none; margin: 0 auto; } }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .form_area .form_footer .btn_group { width: 100%; max-width: 318px; margin: 0 auto; } }

.suscribe_wrap .suscribe_box .form_area .form_footer .btn_group .btn { padding: 16px 20px; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .form_area .form_footer .btn_group .btn { width: 100%; max-width: 318px; margin: 0 auto; } }

.suscribe_wrap .suscribe_box .form_area .field_group { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .form_area .field_group { width: 100%; max-width: 318px; margin: 0 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.suscribe_wrap .suscribe_box .form_area .field_group .input_group { margin-bottom: 0; width: calc(60% - 0px); }

@media screen and (max-width: 1199px) { .suscribe_wrap .suscribe_box .form_area .field_group .input_group { width: 100%; margin-bottom: 1em; } }

.suscribe_wrap .suscribe_box .form_area .field_group .input_group .text_field { max-width: 318px; width: 100%; }

.subscribe_footer { background-color: #f6f6f6; min-height: 412px; width: 100%; position: relative; margin-top: -412px; }

.aver-container { -webkit-box-sizing: border-box; box-sizing: border-box; }

.aver-container .aver_wrap { margin-top: 90px; margin-bottom: 45px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.aver-container .aver_wrap .main-aver-side { width: calc(70% - 25px); }

.aver-container .aver_wrap .main-aver-side .breadcrumbs { padding: 0; }

.aver-container .aver_wrap .main-aver-side .main_area-content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 300; }

.aver-container .aver_wrap .main-aver-side .main_area-content .title { color: #234569; font-family: "SpectralSC"; font-size: 48px; font-weight: 500; line-height: 36px; margin: 30px 0 7px; text-align: center; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .main_area-content .title { font-size: 1.2em; font-weight: bold; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title { text-align: center; color: #323232; font-family: "SpectralSC"; font-size: 26px; font-weight: 300; margin-top: 10px; text-transform: uppercase; padding: 5px 0 0; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title { font-size: 1.2em; font-weight: bold; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title h2, .aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title h3 { font-size: 26px; font-weight: 500; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title h2, .aver-container .aver_wrap .main-aver-side .main_area-content .secondary_title h3 { font-size: 1em; font-weight: bold; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .content_box { background-color: #f6f6f6; padding: 30px 30px; margin-top: 20px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .content_box article { max-width: 680px; margin: 0 auto; }

.aver-container .aver_wrap .main-aver-side .main_area-content .content_box p { line-height: 1.5; text-align: center; }

.aver-container .aver_wrap .main-aver-side .main_area-content .content_box .aver_pay { margin-top: 25px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all { margin-top: 4.8em; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .section_title { text-align: center; color: #3b5775; font-family: "Raleway"; font-size: 15px; font-weight: 500; line-height: 16px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container { margin-top: 30px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block { text-align: center; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.7px; background: transparent; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 0; width: calc(33.33% - 5px); cursor: pointer; position: relative; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block { width: 100%; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:hover { background-color: #234569; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block h4 { color: #234569; font-size: 16px; font-weight: 400; text-transform: none; padding: 21px 0 12px; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block h4 { font-size: 15px; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:hover h4 { color: #ffffff; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:hover:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -8px; width: 0; height: 0; border-top: 8px solid #234569; border-right: 8px solid transparent; border-left: 8px solid transparent; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:before { content: ""; background-color: #b2c4d4; width: 1px; height: 56px; display: block; position: absolute; top: 0; margin-top: 0; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:before { display: none; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:first-child:before { display: none; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -6px; width: 0; height: 0; border-top: 6px solid transparent; border-right: 6px solid transparent; border-left: 6px solid transparent; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block.active { background-color: #234569; position: relative; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block.active h4 { color: #ffffff; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block.active span { color: #ffffff; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_tab-container .tab-block.active:after { content: ''; position: absolute; top: 100%; left: 50%; margin-left: -6px; width: 0; height: 0; border-top: 6px solid #234569; border-right: 6px solid transparent; border-left: 6px solid transparent; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox { margin: 40px auto; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article { background-color: #f6f6f6; margin-bottom: 30px; padding: 10px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap { max-width: 810px; margin: 20px auto; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area { -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; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .article_poster { max-width: 215px; height: 215px; overflow: hidden; background: #ffffff; margin-top: 10px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .article_poster img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main { -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 300; width: calc(70% - 0px); }

@media screen and (max-width: 1199px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main { padding: 0 15px; } }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main { width: 100%; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; -ms-flex-line-pack: center; align-content: center; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .title { color: #234569; font-family: "SpectralSC"; font-size: 26px; font-weight: 300; text-align: left; width: calc(60% - 10px); margin: 0; }

@media screen and (max-width: 1199px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .title { font-size: 1.2em; } }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .title { width: 100%; text-align: center; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .title h3 { font-size: 26px; font-weight: 300; }

@media screen and (max-width: 1199px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .title h3 { font-size: 1.2em; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .count_info { color: #f77927; font-family: "SpectralSC"; font-size: 13px; font-weight: 300; }

@media screen and (max-width: 1199px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .meta_box .count_info { font-size: .8em; text-align: center; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main ul { list-style: none; padding: 0; margin-top: 1.5em; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main ul li { margin-bottom: .8em; padding: 2px 2px; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main ul li { padding: 0; text-align: center; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main ul li i { margin-top: -2px; margin-right: 10px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox { margin-top: 25px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .btn_group { max-width: 100%; width: 100%; margin-top: 13px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .btn_group .btn { max-width: auto; width: auto; color: #ffffff; font-family: "SpectralSC"; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 13px 17px; text-align: left; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .btn_group .btn { min-width: 100%; text-align: center; line-height: 1.5; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .btn_group .btn span { color: #833a0a; margin-top: -5px; display: inline-block; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem { width: calc(60% - 20px); }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem { width: 100%; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .item_box { width: calc(100% - 0px); max-width: 322px; margin: 0 0; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .item_box { max-width: 100%; } }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .item_box { padding: 5px; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .select2 { width: 100% !important; display: block; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .select2-selection--single { height: 40px; padding: 0 10px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .select2-selection__rendered { line-height: 40px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .box_flexitem .select2-selection__arrow b { margin-top: 15px; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem { width: calc(40% - 5px); }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem { width: 100%; } }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem .text_field { padding: 10px 23px; border: 1px solid #234569; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem ::-moz-placeholder { /* Firefox 19+ */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem :-ms-input-placeholder { /* IE 10+ */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .main_area-content .all .aver_itembox .aver_article .item_wrap .box_area .area_main .item_optionsbox .select_wrap .input_flexitem :-moz-placeholder { /* Firefox 18- */ color: #3b5775; font-size: 15px; font-weight: 500; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side { width: 100%; } }

.aver-container .aver_wrap .main-aver-side .wrap-box { margin: 0 auto; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .wrap-box .select_box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item { -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; width: calc(50% - 0px) !important; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item { width: 100% !important; margin-bottom: 5px; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item .text_field { padding: 15px 23px; border: 1px solid #234569; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item .select2 { width: 100% !important; display: block; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item .item_box { width: calc(100% - 0px); max-width: 300px; margin: 0 auto; }

@media screen and (max-width: 680px) { .aver-container .aver_wrap .main-aver-side .wrap-box .select_box .select_item .item_box { padding: 5px; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box ::-moz-placeholder { /* Firefox 19+ */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box :-ms-input-placeholder { /* IE 10+ */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .wrap-box .select_box :-moz-placeholder { /* Firefox 18- */ color: #3b5775; font-size: 15px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 300; line-height: 16px; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_item { width: calc(55% - 0px); padding: 0 51px; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_item { width: 100%; padding: 0; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_item .f_result { -webkit-box-sizing: border-box; box-sizing: border-box; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_item .f_result .b_count { display: inline-block; text-transform: uppercase; font-family: "SpectralSC"; font-size: 25px; font-weight: 500; color: #f77927; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_item .f_result .b_count span { text-transform: none; font-size: 16px; font-weight: 500; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_btn { padding: 0 11px; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_btn { padding: 0; margin-top: 1em; } }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_btn .btn_group { max-width: none; width: 100%; }

.aver-container .aver_wrap .main-aver-side .wrap-box .box_footer .form_f-area .f_btn .btn_group .btn { color: #ffffff; font-family: "SpectralSC"; font-size: 17px; font-weight: 500; padding: 19px 18px; }

.aver-container .aver_wrap .aver_right-sidebar { width: calc(30% - 5px); margin-top: 135px; }

@media screen and (max-width: 992px) { .aver-container .aver_wrap .aver_right-sidebar { width: 100%; display: none; margin-bottom: 10px; margin-top: 30px; } }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 300; -webkit-box-sizing: border-box; box-sizing: border-box; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content .side_title { color: #323232; font-family: "SpectralSC"; font-size: 26px; font-weight: 300; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content .side_title h4 { font-size: 26px; font-weight: 300; text-transform: uppercase; padding: 0 0 13px; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content .side_content { color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content .side_content strong { color: #234569; font-weight: 600; margin-bottom: 7px; display: inline-block; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content .side_content p { margin-bottom: 1.8em; line-height: 1.5; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content a { color: #f77927; font-weight: 300; line-height: 22px; text-decoration: underline; }

.aver-container .aver_wrap .aver_right-sidebar .sidebar_content a:hover { text-decoration: none; }

.thanks-page { /* background: url("../images/bg-test.png") top center no-repeat; background-attachment:fixed; object-fit: contain; background-size:90%;*/ }

@media screen and (max-width: 1199px) { .thanks-page { overflow: scroll; }
  .thanks-page .account_rightside { display: none; }
  .thanks-page .account_content_area { margin: 0 auto; position: relative; } }

.thanks-page .account_content { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.thanks-page .account_content_area { position: relative; }

.thanks-page .account_rightside { position: relative; }

.thanks-page .bnr_girl { position: fixed; bottom: 0; }

.thanks-page .box_content { max-width: 527px; }

.thanks-page .box_content .input_group { margin-bottom: 0; }

@media screen and (max-width: 1199px) { .thanks-page .box_content .input_group { width: 100%; margin-bottom: 1em; } }

.thanks-page .box_content .input_group .text_field { max-width: 318px; width: 100%; }

.thanks-page .box_content .form_footer { width: calc(36% - 20px); }

.thanks-page .box_content .s_title { max-width: 463px; }

.thanks-page .account_title { white-space: pre-line; padding: 0 27px; }

@media screen and (max-width: 992px) { .thanks-page .account_title { padding: 0; } }

.thanks-page .sub_text { color: #323232; font-family: "Raleway"; font-size: 16px; font-weight: 500; letter-spacing: 0.32px; padding: 0 30px; line-height: 1.5; margin-top: 15px; margin-bottom: 15px; }

@media screen and (max-width: 992px) { .thanks-page .sub_text { padding: 0; } }

.thanks-page .user_inform { color: #323232; font-family: "Raleway"; font-size: 16px; font-weight: 400; max-width: 327px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.thanks-page .user_inform .usr_box { width: calc(50% - 1px); }

.thanks-page .user_inform .usr_box:nth-child(even) { font-weight: bold; }

.thanks-page .account_rightside { position: relative; }

.thanks-page .account_rightside .girl_fon { background: url("../images/girl-account.png") top; height: 833px; width: 515px; position: absolute; right: 10%; bottom: 0; }

.news-page { margin-top: 60px; margin-bottom: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #323232; font-family: "Raleway"; font-size: 16px; font-weight: 300; }

.news-page .breadcrumbs { padding: 0 0; }

.page_title { text-align: center; color: #234569; font-family: "SpectralSC"; }

.page_title .title { font-size: 48px; font-weight: 500; margin: 0 0 20px; }

@media screen and (max-width: 992px) { .page_title .title { font-size: 1.2em; font-weight: bold; margin: 10px 0; } }

.page_title .subtitle { color: #f77927; font-family: "SpectralSC"; font-size: 26px; font-weight: 300; text-transform: uppercase; }

@media screen and (max-width: 992px) { .page_title .subtitle { font-size: 1em; font-weight: bold; } }

.news_wrp { -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 25px; }

.news_wrp .news_item { background-color: #f6f6f6; margin-bottom: 30px; padding: 10px; }

.news_wrp .news_item .news_block { max-width: 1225px; margin: 15px auto; line-height: 1.5; }

.news_wrp .news_item .news_block .news_flex_row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 992px) { .news_wrp .news_item .news_block .news_flex_row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.news_wrp .news_item .news_block .news_flex_row .poster { max-width: 374px; width: 100%; height: 211px; overflow: hidden; position: relative; margin-right: 30px; }

@media screen and (max-width: 992px) { .news_wrp .news_item .news_block .news_flex_row .poster { margin: 0 auto; } }

.news_wrp .news_item .news_block .news_flex_row .poster img { -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; -moz-transition: all 1s ease-out; -o-transition: all 1s ease-out; -webkit-transition: all 1s ease-out; }

.news_wrp .news_item .news_block .news_flex_row .poster img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); }

.news_wrp .news_item .news_block .news_flex_row .poster .caption { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; z-index: 99; background-color: #234569; }

.news_wrp .news_item .news_block .news_flex_row .poster .read_more { display: block; position: absolute; z-index: 99999; text-align: center; left: 0; right: 0; top: 50%; color: #ffffff; font-family: Lato; font-size: 13px; font-weight: 400; letter-spacing: 0.3px; }

.news_wrp .news_item .news_block .news_flex_row .poster .read_more:after { content: ''; position: absolute; top: 50%; margin-left: 10px; margin-top: -10px; width: 0; height: 0; border-left: 15px solid #ffffff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; }

.news_wrp .news_item .news_block .news_flex_row .poster .read_more span { display: block; margin-right: 40px; margin-top: -5px; }

.article_main { -webkit-box-sizing: border-box; box-sizing: border-box; margin: -9px auto; max-width: 830px; width: 100%;}

@media screen and (max-width: 992px) { .article_main { padding: 0; } }

.article_main .meta_box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .article_main .meta_box { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.article_main .meta_box .art_title { width: calc(75% - 0em); margin: 0; }

@media screen and (max-width: 992px) { .article_main .meta_box .art_title { width: 100%; margin-top: 10px; } }

.article_main .meta_box .art_title h2 { color: #234569; font-family: "SpectralSC"; font-size: 26px; font-weight: 300; line-height: normal; white-space: pre-line; margin: 0; padding: 0; line-height: 1.2; }

@media screen and (max-width: 992px) { .article_main .meta_box .art_title h2 { line-height: normal; font-size: 1.2em; text-align: center; } }

.article_main .meta_box .art_date { color: #f77927; font-family: "SpectralSC"; font-size: 13px; font-weight: 300; }

.art_text { margin-top: 25px; height: 100px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

@media screen and (max-width: 1199px) { .art_text { height: auto; max-height: none; margin: 0 auto; max-width: 600px; } }

@media screen and (max-width: 992px) { .art_text { margin: 20px auto; height: auto; max-height: none; } }

@media screen and (max-width: 680px) { .art_text { height: auto; max-height: none; } }

.art_footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 24px; }

@media screen and (max-width: 992px) { .art_footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.art_footer .art_btnside { -webkit-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 992px) { .art_footer .art_btnside { margin-bottom: 30px; } }

.art_footer .art_btnside .btn_group { max-width: 140px; width: 100%; }

.art_footer .art_btnside .btn_group .btn { max-width: 140px; width: 100%; color: #ffffff; font-family: "SpectralSC"; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 13px 20px; }

.ft_info { color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.7px; }

.ft_info .ft_meta { -webkit-box-sizing: border-box; box-sizing: border-box; }

.ft_info ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0; }

.ft_info .miniposter { width: 21px; height: 21px; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle; margin-right: 10px; margin-left: 20px; }

.ft_info .miniposter img { -o-object-fit: cover; object-fit: cover; }

.pagination_block { margin: 35px auto; -webkit-box-sizing: border-box; box-sizing: border-box; color: #234569; font-family: "Raleway"; font-size: 14px; font-weight: 600; }

.pagination_block ul { 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; list-style: none; }

.pagination_block ul li { padding: 2px; }

.pagination_block ul li a { background-color: transparent; width: 40px; height: 40px; padding: 10px; border-radius: 50%; display: inline-block; color: #234569; text-align: center; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.pagination_block ul li a:hover { background-color: #234569; color: #ffffff; }

.pagination_block ul li a.prew, .pagination_block ul li a.next { width: auto; border: 1px solid #234569; border-radius: 25px; padding: 11px 15px; position: relative; line-height: 17px; }

.pagination_block ul li a.prew { margin-right: 10px; }

@media screen and (max-width: 992px) { .pagination_block ul li a.prew { margin-right: 0; } }

.pagination_block ul li a.prew img { margin-right: 5px; display: inline-block; vertical-align: middle; }

@media screen and (max-width: 992px) { .pagination_block ul li a.prew img { display: none; } }

.pagination_block ul li a.next { margin-left: 10px; }

@media screen and (max-width: 992px) { .pagination_block ul li a.next { margin-right: 0; } }

.pagination_block ul li a.next img { margin-left: 5px; display: inline-block; vertical-align: middle; }

@media screen and (max-width: 992px) { .pagination_block ul li a.next img { display: none; } }

.news_options { padding: 5px 25px 35px; }

.news_options .item_optionsbox .select_wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: calc(45% - 0.6em); }

@media screen and (max-width: 992px) { .news_options .item_optionsbox .select_wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } }

.news_options .box_flexitem { width: calc(100% - 1px); }

@media screen and (max-width: 680px) { .news_options .box_flexitem { width: 100%; } }

.news_options .box_flexitem .item_box { width: calc(100% - 0px); max-width: 374px; margin: 0 0; }

@media screen and (max-width: 1199px) { .news_options .box_flexitem .item_box { max-width: none; width: 60%; margin: 20px auto; } }

@media screen and (max-width: 680px) { .news_options .box_flexitem .item_box { max-width: 100%; } }

@media screen and (max-width: 680px) { .news_options .box_flexitem .item_box { padding: 5px; } }

.news_options .box_flexitem .select2 { width: 100% !important; display: block; }

.news_options .box_flexitem .select2-selection--single { height: 40px; padding: 0 10px; }

.news_options .box_flexitem .select2-selection__rendered { line-height: 40px; }

.news_options .box_flexitem .select2-selection__arrow b { margin-top: 15px; }

.news_options .btn_group .btn { color: #ffffff; font-family: "SpectralSC"; font-size: 15px; font-weight: 500; text-transform: uppercase; padding: 13px 11px; }

.bos_map { max-width: 753px; min-height: 670px; background: #ffffff; margin: 30px auto; overflow: hidden; }

.bos_map iframe { max-width: 100%; height: 100%; }

.bos_map .map_container { height: 670px; }

.bos_map .map_container img { -o-object-fit: cover; object-fit: cover; height: 100%; width: 100%; }

.account_rightside { position: relative; }

.resp-tabs-container { padding: 0px; background-color: #fff; color: #323232; font-family: "Raleway"; font-size: 14px; font-weight: 500; clear: left; margin-top: 1em; }

h2.resp-accordion { cursor: pointer; padding: 5px; display: none; line-height: 25px; }

.resp-tab-content { display: none; padding: 15px; }

.resp-tab-active { background: none !important; }

.resp-tab-active { border-bottom: none; }

.resp-content-active, .resp-accordion-active { display: block; }

h2.resp-accordion { margin: 0px; padding: 10px 15px; }

h2.resp-tab-active { padding: 10px 15px !important; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }

.resp-vtabs .resp-tabs-list li { display: block; }

.resp-vtabs .resp-tabs-container { padding: 0px; }

.resp-vtabs .resp-tab-content { border: none; }

.resp-arrow { /*  width: 0; height: 0; float: right; margin-top: 3px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #c1c1c1;*/ }

h2.resp-tab-active span.resp-arrow { /*  border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #9B9797;*/ }

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-jfit { width: 100%; margin: 0px; }

.resp-tab-content-active { display: block; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) { ul.resp-tabs-list { display: none; }
  h2.resp-accordion { display: block; }
  .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; }
  .resp-accordion-closed { display: none !important; }
  .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; } }

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

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

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

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.popup_container { min-width: 600px; max-width: 600px; width: 100%; margin: 1em auto; }

.popup_wrap { background: url("../images/popup-bg.png") top center no-repeat; max-width: 600px; width: 100%; height: 400px; background-size: contain; position: relative; }

@media screen and (max-width: 680px) { .popup_wrap { width: 100%; max-width: 100%; height: auto; background-size: cover; } }

.popup_close { background: transparent url("../images/close.png") top right no-repeat; width: 33px; height: 33px; position: absolute; right: 12px; top: 12px; cursor: pointer; }

.popup_close:hover { opacity: 0.8; }

.popup_content { 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; min-height: 450px; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media screen and (max-width: 680px) { .popup_content { min-height: 320px; padding: 15px 0; } }

@media screen and (max-width: 480px) { .popup_content { min-height: inherit; padding: 15px 0; } }

.popup_content .popup_title h3 { color: #234569; font-family: "Raleway"; font-size: 18px; font-weight: 600; line-height: 22px; }

@media screen and (max-width: 480px) { .popup_content .popup_title h3 { font-size: 1em; } }

.popup_content .popup_title span { color: #234569; font-family: "SpectralSC"; font-size: 25px; font-weight: 500; text-transform: uppercase; display: block; margin-top: 0.4em; }

@media screen and (max-width: 680px) { .popup_content .popup_title span { font-size: 1.2em; } }

.popup_content .popup_title span i { font-style: normal; font-family: "Raleway"; }

.popup_footer { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; max-width: 110px; margin: 1em auto; }

.popup_footer .cat { background: url("../images/cat.png") top center no-repeat; width: 132px; height: 113px; margin-left: 8px; margin-bottom: -9px; position: relative; z-index: 9; }

.popup_footer .btn_group { max-width: 110px; width: 100%; }

.popup_footer .btn_group .btn { width: 100%; margin: 0 auto; font-family: "ArialMT"; font-size: 13px; font-weight: 500; letter-spacing: 0.38px; padding: 14px 0; }

.footer-wigets { background-color: #132635; min-height: 320px; margin-top: 77px; }

.footer-wigets .ftwogets-wrap { margin: 40px auto -12px; color: #99a2aa; font-family: "Raleway"; font-size: 15px; font-weight: 500; line-height: 24px; }

.footer-wigets .ftwogets-wrap .ft_title { color: #fefefe; font-family: "SpectralSC"; font-size: 34px; font-weight: 400; padding: 32px 0; text-align: center; }

.footer-wigets .ftwogets-wrap .ft_title h3 { font-size: 34px; font-weight: 400; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 12px auto; }

@media screen and (max-width: 992px) { .footer-wigets .ftwogets-wrap .wigets_flexcontent { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock { width: calc(33.33% - 0px); position: relative; padding: 10px; }

@media screen and (max-width: 992px) { .footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock { width: 50%; } }

@media screen and (max-width: 680px) { .footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock { width: 100%; } }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock:first-child:after { background: none; display: none; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock:after { content: ""; position: absolute; left: 0; background: rgba(33, 51, 65, 0.8); height: 180px; width: 1px; top: 0; }

@media screen and (max-width: 992px) { .footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock:after { display: none; } }

@media screen and (max-width: 680px) { .footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock:after { display: none; } }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent { width: calc(85% - 0px); margin: 0 auto; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w_title { color: #ffffff; font-family: "Raleway"; font-size: 17px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; text-align: center; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w_title h4 { font-size: 17px; font-weight: 700; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w_title h4 a { color: #ffffff; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w_title h4 a:hover { color: #6890b1; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w_text { height: 70px; overflow: hidden; color: #99a2aa; font-family: "Raleway"; font-size: 15px; font-weight: 500; text-align: center; }

.footer-wigets .ftwogets-wrap .wigets_flexcontent .wigets_vblock .wibcontent .w-meta { color: #99a2aa; font-family: "ArialMT"; font-size: 12px; font-weight: 400; line-height: 24px; text-align: center; margin-top: 2em; }

.footer-login { background-color: #0d1d2a; min-height: 80px; }

.footer-login .footerlogin_flexrow { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 80px; }

@media screen and (max-width: 992px) { .footer-login .footerlogin_flexrow { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; padding: 15px 0; } }

.footer-login .footerlogin_flexrow .f_text { color: #99a2aa; font-family: "Raleway"; font-size: 12px; font-weight: 500; letter-spacing: 0.12px; margin-bottom: 1em; }

.footer_nav { background-color: #09121d; min-height: 160px; }

.footer_nav .footer_navigation { -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; font-family: "Raleway"; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.65px; }

.footer_nav .footer_navigation .footer_inwcontent { -webkit-box-sizing: border-box; box-sizing: border-box; }

.footer_nav .footer_navigation .footer_inwcontent:after { content: ""; background: #0d1d2a; width: 100%; height: 1px; display: block; }

.footer_nav .footer_navigation .footer_flex-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; }

.footer_nav .footer_navigation .footer_flex-row .social_media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #486c8a; font-family: "Raleway"; font-size: 14px; font-weight: 500; letter-spacing: 0.14px; text-transform: none; }

@media screen and (max-width: 1199px) { .footer_nav .footer_navigation .footer_flex-row .social_media { margin-bottom: 1em; margin-top: 1em; text-align: center; } }

@media screen and (max-width: 680px) { .footer_nav .footer_navigation .footer_flex-row .social_media { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

.footer_nav .footer_navigation .footer_flex-row .social_media ul { padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.footer_nav .footer_navigation .footer_flex-row .social_media ul li { padding: 7px 20px; border-right: 1px solid #0d1d2a; }

.footer_nav .footer_navigation .footer_flex-row .social_media span { display: block; border-right: 1px solid #0d1d2a; padding: 8px 15px; }

.footer_nav .footer_navigation .footer_flex-row .social_media a { font-size: 19px; color: #486c8a; }

.footer_nav .footer_navigation .footer_flex-row .social_media a:hover { color: #ffffff; }

.footer_nav .footer_navigation nav { -webkit-box-sizing: border-box; box-sizing: border-box; }

.footer_nav .footer_navigation nav ul { padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 80px; }

@media screen and (max-width: 992px) { .footer_nav .footer_navigation nav ul { min-height: inherit; display: block; padding: 30px 0; margin: 0 auto; text-align: center; } }

.footer_nav .footer_navigation nav ul li { margin-right: 3em; }

@media screen and (max-width: 992px) { .footer_nav .footer_navigation nav ul li { margin-right: 0; margin-bottom: 1em; } }

.footer_nav .footer_navigation nav ul li a { color: #ffffff; }

.footer_nav .footer_navigation nav ul li a:hover { color: #f77927; }

.copy_nav { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Raleway"; font-size: 11px; font-weight: 500; text-transform: uppercase; }

.copy_nav ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: center; align-self: center; }

@media screen and (max-width: 680px) { .copy_nav ul { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } }

@media screen and (max-width: 680px) { .copy_nav ul li { padding: 5px 0; } }

.copy_nav ul li a { font-size: 11px; padding: 0 5px; color: #6890b1; text-decoration: underline; }

.copy_nav ul li a:hover { text-decoration: none; }

.footer_infoblock { -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 77px; }

.footer_infoblock .block_flexrow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: center; align-content: center; -ms-flex-item-align: center; align-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 77px; }

@media screen and (max-width: 1199px) { .footer_infoblock .block_flexrow { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: inherit; } }

.footer_infoblock .block_flexrow .info_copy { color: #99a2aa; font-family: "Raleway"; font-size: 11px; font-weight: 500; letter-spacing: 0.1px; }

@media screen and (max-width: 1199px) { .footer_infoblock .block_flexrow .info_copy { margin-bottom: 1em; margin-top: 1em; text-align: center; } }

.footer_infoblock .block_flexrow .copyrite { color: #2b4051; font-family: "Raleway"; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.8px; }

@media screen and (max-width: 1199px) { .footer_infoblock .block_flexrow .copyrite { margin-bottom: 1em; margin-top: 1em; text-align: center; } }

/*# sourceMappingURL=style.css.map */


/* ---- add Layout ---*/

.ltr-rtr {
  display: flex;
  justify-content: space-between;
}

.b-content-left, .b-content-right {
  width: 100%;
}

.b-content-left span, .b-content-right span {
  display: block;
  height: auto;
  font-size: 13px;
}

.ltr-rtr h4 {
  text-transform: uppercase;
  font-family: "SpectralSC";
  font-size: 15px;
  color: #284869;
  text-align: left;
}

.stat-span {
  padding: 0px 0px 0px 45px;
  text-align: left;
}

.stat-span {
  position: relative;
  line-height: 20px;
  margin: 0px 0px 10px 0px;
  font-family: "SpectralSC";
}

.stat-span img{
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(-0%,-50%);
  -moz-transform: translate(-0%,-50%);
  -ms-transform: translate(-0%,-50%);
  -o-transform: translate(-0%,-50%);
  transform: translate(-0%,-50%);
}

.infoline {
  display: flex;
  font-family: "Raleway";
}

.infoline > :nth-child(1) {
  color: #284869;
  font-family: "SpectralSC";
  text-align: right;
  padding: 0px 10px 0px 0px;
}

.infoline > :nth-child(2) {
  font-family: "Raleway";
  padding: 0px 0px 0px 10px;
}

.infoline span{
  padding: 0px 0px 0px 0px;
  width: 100%;
  line-height: 26px;
}














.tabs {
  min-width: 320px;
  padding: 0px;
  margin: 0 auto;
}

.tabs>section {
  display: none;
  padding: 20px 0px 20px 0px;
}
.tabs>section>p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tabs>input {
  display: none;
  position: absolute;
}
.tabs>label {
  display: inline-block;
  font-weight: 900;
  text-align: center;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 0px;
  width: 33.333%;
}

.tabs>label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.tabs>label:hover {
  color: #888;
  cursor: pointer;
}

.tabs>input:checked+label {
  color: #000;
  border-bottom: 3px solid #dd2121;
  background: #fff;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}

.tabs>input:checked+label:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #dd2121;
  transform: translate(-50%,0%);
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
  display: block;
}

@media screen and (max-width: 680px) {
  .tabs>label {
    padding: 20px 0px;
    width: 50%;
  }
  .tabs>label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .tabs>label {
    padding: 15px;
  }
}

.news_wrp.streems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px 40px 0px;
  position: relative;
}

.streems .item {
  margin: 0px 1.5% 1.5% 1.5%;
}

.streems .item a{
  display: block;
  width: 380px;
  height: 250px;
  background: #000;
  text-decoration: none;
  color: #fff;
}

.item-preview {
  display: block;
  width: 380px;
  height: 250px;
  padding: 1px;
  position: relative;
}

.stream-bg-image {
  width: 380px;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.stream-bg-image img{
  width: 100%;
  height: auto;
}

.stream-preload-info {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  margin: 50px 0px 0px 0px;
  position: relative;
}

.stream-avatar {
  width: 60px;
  height: 60px;
}

.stream-avatar img{
  width: 60px;
  height: 60px;
}

.stream-nickname {
  width: 60%;
  height: 60px;
  padding: 10px 10px 0px 10px;
  font-weight: 900;
  font-size: 20px;
  text-shadow: 1px 1px #000;
  line-height: 80px;
}

.stream-play {
  margin: 0px 0px 0px 25px;
  position: relative;
}

.stream-user-status {
  padding: 10px 0px 10px 20px;
  position: relative;
  display: block;
  top: -15px;
  margin: 0px 100px 0px 0px;
  background: rgba(0,0,0,0.5);
}

.stream-play-btn {
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  left: -25px;
  top: 20px;
}


.stream-play-btn:before {
  content: '\f04b';
  font-family: fontawesome;
  font-size: 75px;
  position: relative;
  left: 10px;
  top: -5px;
  color: #fff;
}

.online-offline {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px;
  color: #fff;
  /*text-transform: uppercase;*/
  z-index: 8;
  font-size: 14px;
}

.iframe-box {
  background: #000;
  width: 380px;
  height: 250px;
}

@media screen and (max-width: 390px) and (min-width: 320px) {
  .iframe-box {
    width: 310px;
    height: 230px;
  }

  .streems .item a {
    width: 310px;
    height: 230px;
  }

  .item-preview {
    width: 310px;
    height: 230px;
  }

  .stream-bg-image {
    width: 310px;
    height: 230px;
  }

  .stream-play-btn:before {
    left: -10px;
  }


  .wigets-wrapper .wigets-flexrow .row_set .block_content .blockcontent-wrap {
    padding: 0 0px;
    margin-left: 0px;
  }
}



.html-banner {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-img > img{
  width: 100%;
  height: auto;
}

.html-banner-in {
  height: 100%;
  position: absolute;
  width: 70%;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

.html-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  font-family: "Raleway";
}

.html-banner-content h2{
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  font-family: "SpectralSC";
}

.html-look {
  margin: 10px 0px 0px 0px;
}

.html-look a {
  display: inline-block;
  padding: 9px 25px 9px 25px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.5s;
}

.html-look a:hover {
  background: #fff;
  color: #004160;
  transition: 0.5s;
}

.html-socials {
  color: #fff;
  padding: 5px 0px 15px 0px;
  font-size: 16px;
  font-family: "Raleway";
}

.html-socials span{
  display: block;
}

.html-socials img{
  position: relative;
  top: 10px;
  margin: -20px 0px 0px 10px;
}

@media screen and (max-width: 1000px) and (min-width: 426px) {
  .html-banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    height: 323px;
  }

  .banner-img > img{
    width: auto;
    height: 323px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
  }

  .html-banner-content h2 {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .html-banner-in {
    height: 100%;
    position: absolute;
    width: 90%;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
  }

  .html-socials img {
    width: 50px;
  }

  .html-socials {
    text-align: center;
    line-height: 30px;
  }

  .html-look{
    text-align: center;
  }
}
@media screen and (max-width: 425px) and (min-width: 320px) {
  .html-banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    height: 323px;
  }

  .banner-img > img{
    width: auto;
    height: 323px;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
  }

  .html-banner-content h2 {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .html-banner-in {
    height: 100%;
    position: absolute;
    width: 90%;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
  }

  .html-socials img {
    width: 50px;
  }

  .html-socials {
    text-align: center;
    line-height: 30px;
  }

  .html-look{
    text-align: center;
  }

  .articlevideo iframe{
    border: 0px solid transparent !important;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .header_navbar .top-nav ul li a {
    padding: 0 5px;
    font-size: 13px;
  }

  .btn.enter-cabinet {
    padding: 8px 7px;
  }



  .btn.btn-cp {
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 993px) {

  .btn_group > a > span > span {
    display: none;
  }

  .btn.enter-cabinet {
    font-size: 10px;
    width: auto;
    padding: 5px 20px 5px 20px;
    margin-right: 0.5em;
  }
}





.animatebox {
  width: 25px;
  height: 25px;
  font-size: 15px;
  position: relative;
  vertical-align: top;
  color: #ad1207;
  top: -1px;
  display: inline;
  margin: 0px 5px 0px 0px;
}

[class*="loader-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-39 {
  position: relative;
  width: 0.15em;
  height: 0.15em;
  background-color: currentcolor;
  border-radius: 100%;
  -webkit-animation: loader-39-1 30s infinite linear;
  animation: loader-39-1 30s infinite linear;
}
.loader-39:before, .loader-39:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-39:before {
  width: 0.3em;
  height: 1em;
  -webkit-animation: loader-39-2 0.8s linear infinite;
  animation: loader-39-2 0.8s linear infinite;
}
.loader-39:after {
  width: 1em;
  height: 0.3em;
  -webkit-animation: loader-39-2 1.2s linear infinite;
  animation: loader-39-2 1.2s linear infinite;
}

@-webkit-keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-39-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em currentcolor;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em currentcolor;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em currentcolor;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
  }
}
@keyframes loader-39-2 {
  0% {
    box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
  }
  25% {
    box-shadow: 0.04em 0.04em 0 0.02em currentcolor;
  }
  50% {
    box-shadow: -0.04em 0.04em 0 0.02em currentcolor;
  }
  75% {
    box-shadow: -0.04em -0.04em 0 0.02em currentcolor;
  }
  100% {
    box-shadow: 0.04em -0.04em 0 0.02em currentcolor;
  }
}

@media screen and (max-width: 1200px) and (min-width: 320px) {
  .animatebox {
    display: none;
  }
}


.main_server-container article h3 {
  margin: 30px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fd8200;
}

.main_server-container article h3:before {
  content: "\f00c";
  font-family: fontawesome;
  margin: 0px 5px 0px 0px;
  font-weight: 100;
}

.main_server-container article .first-h3 {
  margin: 0px 0px 10px 0px;
  color: #fd8200;
}

.articlevideo {
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.articlevideo iframe{
  border: 10px solid #fff;
}

.articleimg {
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.articleimg img{
  border: 10px solid #fff;
  max-width: 100%;
}

.article-txt {
  line-height: 22px;
}

.article-txt ul {
  margin: 5px 0px 15px 0px;
  font-size: 14px;
}

.article-txt ul {
  list-style-type: circle !important;
  padding: 0px 0px 0px 40px;
  color: #1c5692;
}

.article-txt ul li:before {
  display: none;
}

.box-name {
  padding: 10px 0px 15px 40px;
  border-bottom: 1px solid #dadada;
  font-weight: 900;
  color: #1c5692;
  position: relative;
}

.box-name img{
  position: absolute;
  left: 0px;
  top: 2px;
}

.article-txt a {
  font-weight: 900;
  color: #127bbd;
}

.article-txt a:hover {
  color: #ec7c1c;
}

.spoiler_container {
  line-height: 16px;
}

.spoiler_container .sp-btn {
  font-size: 14px;
  letter-spacing: 0px;
  padding: 1px 25px 3px;
}

h2.resp-accordion {
  margin: 0px 0px 15px 0px;
}

.selectedtext {
  background: #fff;
  padding: 15px 0px 5px 10px;
  margin: 15px 0px 15px 0px;
  line-height: 20px;
  border-left: 2px solid #90b3d0;
}

.selectedtext b{
  font-family: Tahoma;
}

.article-txt b {
  font-weight: 900;
}

.selectedtext li{
  padding: 2px 0px 2px 0px;
}

.belt-name,
.talisman-name {
  font-weight: 900;
}

.spoiler_container .sp_content li {
  padding: 3px 0;
  margin-top: 0px;
}

.spoiler_container .sp_content ol {
  padding: 0px 0px 0px 30px;
  margin: 10px 0px 10px 0px;
}

.resp-tab-content-active,
.resp-tab-active {
  margin: 0px 0px 20px 0px;
  border-left: 2px solid #ff8431 !important;
}

h2.resp-tab-active {
  padding: 10px 15px 10px 13px !important;
}

h2.resp-accordion {
  margin-bottom: 0px;
}

.resp-easy-accordion {
  margin: 0px 0px 10px 0px !important;
  background: #000;
}

.spoiler_container .sp_content p {
  padding: 1px 0px 1px 15px;
}

.important-text {
  padding: 10px 0px 10px 0px;
  color: #ff0000;
  font-weight: 900;
}

.resp-accordion.hor {
  background: #fff !important;
}

.resp-accordion.hor :last-child {
  color: #5093cc;
  font-weight: 600;
}

.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rate_infoserv_gve{
  width: calc(27% - 5px);
}
.serv_descblock_gve{
  width: calc(73% - 0px);
}

@media screen and (max-width: 992px) and (min-width: 320px) {
  .serv_descblock_gve {
    width: calc(100% - 0px);
  }
}