/*!
 * jQuery UI Datepicker @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
@font-face {
    font-family: "Gotham Pro";
    src: url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28);
    src: url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Bold.woff2?74d473efe2740f284a19482476fe9788) format("woff2"), url(/fonts/GothamPro-Bold.woff?0c49d162b1c34b53dda20ee45b3e2253) format("woff"), url(/fonts/GothamPro-Bold.ttf?733eb2c9e4f051b99d7fe15882a96beb) format("truetype"),
    url(/fonts/GothamPro-Bold.svg?ecc9fe560b7ecd1ea24bb2e3ad3b95e0#GothamPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
}
@font-face {
    font-family: "Gotham Pro";
    src: url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24);
    src: url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24?#iefix) format("embedded-opentype"), url(/fonts/GothamPro.woff2?81f5a23dc3e417266829115873325738) format("woff2"), url(/fonts/GothamPro.woff?6b9170a9a4a0a582d05e12123bdba6a9) format("woff"), url(/fonts/GothamPro.ttf?d50d56e1def4e727052fa7cde768c6ed) format("truetype"),
    url(/fonts/GothamPro.svg?6ad3db9e2676c8fbef523fbd8c2c3328#GothamPro) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
}
@font-face {
    font-family: "Gotham Pro";
    src: url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14);
    src: url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Medium.woff2?81e71339bde2fd6c64cf628dc997e7ce) format("woff2"), url(/fonts/GothamPro-Medium.woff?9c5de8a89bedce1f8990d3cc2e811c51) format("woff"), url(/fonts/GothamPro-Medium.ttf?8c94282316c0904b2eedbe33f9fa70ce) format("truetype"),
    url(/fonts/GothamPro-Medium.svg?16f42bffd78bcf3ea6ea200aca3c6b62#GothamPro-Medium) format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04;
}
@font-face {
    font-family: eafont;
    src: url(/fonts/easports15-webfont.woff2?fc10ae1639f8377be3ef29ca212bc003) format("woff2"), url(/fonts/easports15-webfont.woff?e1239c67d0d3ff9d618fe5ee2950096f) format("woff"), url(/fonts/easports15-webfont.ttf?76cbf95adc8a879a3ae1592eb1bd67e6) format("truetype"),
    url(/fonts/easports15-webfont.svg?f3ee26b82c9554ba3c593f86b1ad2f87#ea_font_v1.5_by_ghettosharkRg) format("svg");
    font-weight: 400;
    font-style: normal;
}
#header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #4c96d7;
}
#header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header .header-left-box,
#header .header-right-box {
    display: flex;
    align-items: center;
}
#header .logo {
    width: 70px;
    height: 60px;
}
#header .logo a {
    font-size: 0;
    line-height: 0;
}
#header .logo img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
#header .contacts {
    display: none;
    padding: 0 12px;
}
#header .contacts-item {
    font-weight: 600;
    font-size: 12px;
}
#header .contacts-item a {
    color: #757575;
    text-decoration: none;
}
#header #nav {
    order: 2;
    margin: 0 0 0 16px;
}
#header #nav .nav-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 999;
}
#header #nav .nav-holder .inner {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header #nav .menu li {
    margin: 0 0 15px;
}
#header #nav .menu a {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    color: #757575;
    position: relative;
}
#header #nav .menu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #757575;
    transform: scale(0);
    transition: transform 0.25s ease 0s;
}
#header #nav .menu a:hover:before {
    transform: scale(1);
}
#header #nav .menu a.currency-link {
    padding: 0 0 0 24px;
    background: url(/images/icon-money.png?0d8ca14b2eac50e137a1a09ac1f5f3f8) 0 50% no-repeat;
}
#header .hold-account {
    position: relative;
}
#header .hold-account.open .account-drop,
#header .hold-account.open .login-form {
    opacity: 1;
    visibility: visible;
}
#header .hold-account.open.add-user .login-form {
    opacity: 0;
    visibility: hidden;
}
#header .hold-account.open.add-user .registr-form {
    opacity: 1;
    visibility: visible;
}
#header .hold-account .account-link {
    display: block;
    height: 24px;
    width: 24px;
    background: url(/images/icon-user.png?2ead8bb54bfdc9a5600054d98bb63932) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    text-indent: -999999px;
}
.header-select {
    display: block;
    height: 24px;
    width: 24px;
    cursor: pointer;
    text-indent: -999999px;
    background-size: cover;
    background-repeat: no-repeat;
}
#header .hold-account .account-drop,
#header .hold-account .login-form,
#header .hold-account .registr-form {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 10px 0 0;
    padding: 15px 15px 10px;
    width: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
}
#header .hold-account .account-drop ul li,
#header .hold-account .login-form ul li,
#header .hold-account .registr-form ul li {
    margin: 0 0 10px;
}
#header .hold-account .account-drop ul li a,
#header .hold-account .login-form ul li a,
#header .hold-account .registr-form ul li a {
    text-decoration: none;
}
#header .hold-account .account-drop a,
#header .hold-account .login-form a,
#header .hold-account .registr-form a {
    transition: color 0.25s ease-in-out;
}
#header .hold-account .account-drop a:active,
#header .hold-account .account-drop a:hover,
#header .hold-account .login-form a:active,
#header .hold-account .login-form a:hover,
#header .hold-account .registr-form a:active,
#header .hold-account .registr-form a:hover {
    color: #1d262d;
}

.account-drop button:hover,
.account-drop button:hover{
    color: #1d262d;
}
.account-drop button {
    transition: color 0.25s ease-in-out;
    color: #757575;
    font-weight: 600;
    background: none;
    text-align: left;
    padding: 0;
}

#header .hold-account .login-form,
#header .hold-account .registr-form {
    width: 180px;
}
#header .hold-account .login-form input,
#header .hold-account .login-form input[type="email"],
#header .hold-account .login-form input[type="password"],
#header .hold-account .login-form input[type="tel"],
#header .hold-account .login-form input[type="text"],
#header .hold-account .registr-form input[type="email"],
#header .hold-account .registr-form input[type="password"],
#header .hold-account .registr-form input[type="tel"],
#header .hold-account .registr-form input[type="text"] {
    height: 32px;
}
#header .hold-account .login-form .hold-input,
#header .hold-account .registr-form .hold-input {
    margin: 0 0 10px;
}
#header .hold-account .login-form .hold-check,
#header .hold-account .registr-form .hold-check {
    margin: 0 0 15px;
}
#header .hold-account .login-form .label-check,
#header .hold-account .registr-form .label-check {
    padding: 0 0 0 30px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
#header .hold-account .login-form .label-check input[type="checkbox"],
#header .hold-account .registr-form .label-check input[type="checkbox"] {
    display: none;
}
#header .hold-account .login-form .label-check span:after,
#header .hold-account .login-form .label-check span:before,
#header .hold-account .registr-form .label-check span:after,
#header .hold-account .registr-form .label-check span:before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    transition: opacity 0.25s ease-in-out;
}
#header .hold-account .login-form .label-check span:before,
#header .hold-account .registr-form .label-check span:before {
    width: 14px;
    height: 14px;
    border: 2px solid #fc0;
}
#header .hold-account .login-form .label-check span:after,
#header .hold-account .registr-form .label-check span:after {
    width: 10px;
    height: 10px;
    left: 4px;
    background: #fc0;
    opacity: 0;
}
#header .hold-account .login-form .label-check input[type="checkbox"]:checked ~ span:after,
#header .hold-account .registr-form .label-check input[type="checkbox"]:checked ~ span:after {
    opacity: 1;
}
#header .hold-account .login-form .hold-forgot,
#header .hold-account .registr-form .hold-forgot {
    margin: 6px 0 0;
    font-size: 10px;
    line-height: 14px;
}
#header .hold-account .login-form .hold-link,
#header .hold-account .registr-form .hold-link {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px -15px 0;
    padding: 8px 0 0;
    border-top: 1px solid #e6e6e6;
}
.hide-mobile {
    display: none;
}
.toogle-menu {
    z-index: 1000;
    width: 26px;
    height: 17px;
    text-indent: -99999px;
    display: block;
    position: relative;
    cursor: pointer;
}
.toogle-menu > span {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #1d262d;
}
.toogle-menu .t {
    top: 0;
    transform: rotate(0);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
.toogle-menu .c {
    top: 7px;
    transition: opacity 0.2s ease-in-out;
}
.toogle-menu .b {
    top: 14px;
    transform: rotate(0);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
.open .toogle-menu .t {
    top: 8px;
    transform: rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.open .toogle-menu .b {
    top: 8px;
    transform: rotate(135deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.open .toogle-menu .c {
    opacity: 0;
}
@media (min-width: 375px) {
    #header .contacts {
        display: block;
    }
}
@media (min-width: 769px) {
    .toogle-menu {
        display: none;
    }
    #header #nav {
        order: 0;
    }
    #header #nav .menu {
        display: flex;
        align-items: center;
    }
    #header #nav .menu li {
        margin: 0 0 0 20px;
    }
    #header #nav .menu li.hide {
        display: none;
    }
    #header #nav .menu li a {
        font-weight: 600;
        text-decoration: none;
        color: #757575;
        position: relative;
        font-size: 14px;
    }
    #header #nav .menu li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #757575;
        transform: scale(0);
        transition: transform 0.25s ease 0s;
    }
    #header #nav .menu li a:hover:before {
        transform: scale(1);
    }
    #header #nav .nav-holder {
        position: static;
        display: block !important;
        height: auto;
    }
    #header #nav .nav-holder .inner {
        height: auto;
    }
    #header .hold-account .account-link, .header-select {
        width: auto;
        text-indent: inherit;
        padding: 0 23px 0 35px;
        background-size: 24px 24px;
        display: flex;
        align-items: center;
        font-weight: 600;
        transition: color 0.25s ease 0s;
    }
    #header .hold-account .account-link:before, .header-select:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        background: url(/images/arrow.png?b4c018a80b309e4db87d695d8f32953e) 0 0 no-repeat;
        width: 14px;
        height: 9px;
    }
    #header .hold-account .account-link:hover, .header-select:hover {
        color: #1d262d;
    }
    #header .hold-account .login-form .hold-link,
    #header .hold-account .registr-form .hold-link {
        font-size: 14px;
        line-height: 18px;
    }
    .account-menu {
        display: flex;
        align-items: center;
        margin: 0;
    }


    .account-menu li {
        margin: 0 0 0 30px;
    }
    .account-menu a {
        font-weight: 600;
        text-decoration: none;
        color: #757575;
        transition: color 0.25s ease 0s;
    }
    .account-menu a:hover {
        color: #1d262d;
    }
    .account-menu .currency-link {
        min-width: -moz-max-content;
        min-width: max-content;
        display: block;
        padding: 0 0 0 24px;
        background: url(/images/icon-money.png?0d8ca14b2eac50e137a1a09ac1f5f3f8) 0 50% no-repeat;
    }
    .hide-mobile {
        display: block;
    }
}
@media (min-width: 1024px) {
    .account-menu {
        margin: 0 0 0 42px;
    }
    #header {
        padding: 6px 0;
    }
    #header .logo {
        width: 80px;
        height: 68px;
    }
    #header #nav .menu li {
        margin: 0 0 0 25px;
    }
}
body,
html {
    height: 100%;
    margin: 0;
    overflow: visible;
}
body {
    font: 11px/13px "Gotham Pro", sans-serif;
    margin: 0;
    min-width: 320px;
    color: #757575;
    background: #fff;
    overflow: visible;
}
* {
    -webkit-tap-highlight-color: transparent;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
fieldset,
form {
    margin: 0;
    padding: 0;
    border-style: none;
}
button,
input,
select,
textarea {
    vertical-align: middle;
    font: 14px/18px "Gotham Pro", sans-serif;
}
button,
input {
    line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
figure {
    margin: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    outline: 0;
    outline: 0;
}
p {
    margin: 0 0 18px;
}
.form-holder {
    width: 100%;
}
input,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 9px 15px;
    margin: 0;
    outline: 0;
    outline: 0;
    border: 1px solid #d5d5d5;
    background: #fff;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    transition: color 0.25s ease-in-out;
    position: relative;
    outline: 0;
    outline: 0;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
    color: #1d262d;
}
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder {
    color: #9e9e9e;
    opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #9e9e9e;
}
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
    color: #9e9e9e;
}
input[type="email"]:-moz-read-only,
input[type="password"]:-moz-read-only,
input[type="tel"]:-moz-read-only,
input[type="text"]:-moz-read-only {
    background: #f8f8f8;
}
input[type="email"]:-moz-read-only, input[type="password"]:-moz-read-only, input[type="tel"]:-moz-read-only, input[type="text"]:-moz-read-only {
    background: #f8f8f8;
}
input[type="email"].readonly,
input[type="email"]:read-only,
input[type="password"].readonly,
input[type="password"]:read-only,
input[type="tel"].readonly,
input[type="tel"]:read-only,
input[type="text"].readonly,
input[type="text"]:read-only {
    background: #f8f8f8;
}
input[type="email"]:-moz-read-only::-moz-placeholder, input[type="password"]:-moz-read-only::-moz-placeholder, input[type="tel"]:-moz-read-only::-moz-placeholder, input[type="text"]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"].readonly::-moz-placeholder,
input[type="email"]:read-only::-moz-placeholder,
input[type="password"].readonly::-moz-placeholder,
input[type="password"]:read-only::-moz-placeholder,
input[type="tel"].readonly::-moz-placeholder,
input[type="tel"]:read-only::-moz-placeholder,
input[type="text"].readonly::-moz-placeholder,
input[type="text"]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"]:-moz-read-only::-moz-placeholder, input[type="password"]:-moz-read-only::-moz-placeholder, input[type="tel"]:-moz-read-only::-moz-placeholder, input[type="text"]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"]:-moz-read-only::placeholder,
input[type="password"]:-moz-read-only::placeholder,
input[type="tel"]:-moz-read-only::placeholder,
input[type="text"]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"]:-moz-read-only::-moz-placeholder, input[type="password"]:-moz-read-only::-moz-placeholder, input[type="tel"]:-moz-read-only::-moz-placeholder, input[type="text"]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"].readonly::-moz-placeholder, input[type="email"]:read-only::-moz-placeholder, input[type="password"].readonly::-moz-placeholder, input[type="password"]:read-only::-moz-placeholder, input[type="tel"].readonly::-moz-placeholder, input[type="tel"]:read-only::-moz-placeholder, input[type="text"].readonly::-moz-placeholder, input[type="text"]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"]:-moz-read-only::placeholder, input[type="password"]:-moz-read-only::placeholder, input[type="tel"]:-moz-read-only::placeholder, input[type="text"]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"].readonly::-moz-placeholder, input[type="email"]:read-only::-moz-placeholder, input[type="password"].readonly::-moz-placeholder, input[type="password"]:read-only::-moz-placeholder, input[type="tel"].readonly::-moz-placeholder, input[type="tel"]:read-only::-moz-placeholder, input[type="text"].readonly::-moz-placeholder, input[type="text"]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"]:-moz-read-only::placeholder, input[type="password"]:-moz-read-only::placeholder, input[type="tel"]:-moz-read-only::placeholder, input[type="text"]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"].readonly::placeholder,
input[type="email"]:read-only::placeholder,
input[type="password"].readonly::placeholder,
input[type="password"]:read-only::placeholder,
input[type="tel"].readonly::placeholder,
input[type="tel"]:read-only::placeholder,
input[type="text"].readonly::placeholder,
input[type="text"]:read-only::placeholder {
    background: #f8f8f8;
    opacity: 1;
}
input[type="email"].readonly:-ms-input-placeholder,
input[type="email"]:read-only:-ms-input-placeholder,
input[type="password"].readonly:-ms-input-placeholder,
input[type="password"]:read-only:-ms-input-placeholder,
input[type="tel"].readonly:-ms-input-placeholder,
input[type="tel"]:read-only:-ms-input-placeholder,
input[type="text"].readonly:-ms-input-placeholder,
input[type="text"]:read-only:-ms-input-placeholder {
    background: #f8f8f8;
}
input[type="email"].readonly::-ms-input-placeholder,
input[type="email"]:read-only::-ms-input-placeholder,
input[type="password"].readonly::-ms-input-placeholder,
input[type="password"]:read-only::-ms-input-placeholder,
input[type="tel"].readonly::-ms-input-placeholder,
input[type="tel"]:read-only::-ms-input-placeholder,
input[type="text"].readonly::-ms-input-placeholder,
input[type="text"]:read-only::-ms-input-placeholder {
    background: #f8f8f8;
}
form {
    position: relative;
    margin: 0;
    width: 100%;
}
form textarea {
    overflow: auto;
    vertical-align: top;
    border-radius: 6px;
    border: 1px dashed #dcdcdc;
    background: #fff;
    width: 100%;
    padding: 20px;
    margin: 0 0 7px;
    outline: 0;
    outline: 0;
    width: 100% !important;
    min-height: 160px;
    max-width: 100% !important;
    box-sizing: border-box;
    font: 0.77778 "Gotham Pro", sans-serif;
    box-shadow: none;
    font-weight: 600;
    -webkit-appearance: none;
}
form button,
form input[type="button"] {
    color: #fff;
    border: none;
    background: #1d262d;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
form label {
    width: 100%;
    display: block;
    position: relative;
}
form label:hover {
    cursor: default;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #1d262d;
    -webkit-box-shadow: 0 0 0 1000px #fbfcfb inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: 1px;
}
h2 {
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: 0.5px;
    color: #1d262d;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
}
h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #1d262d;
    margin: 0 0 12px;
    text-transform: uppercase;
}
p {
    margin: 0 0 16px;
}
a {
    color: #4c96d7;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main {
    flex: 1 1 auto;
    background: #f6f9fb;
    box-sizing: border-box;
}
.index .main {
    background: 0 0;
}
.container {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    background: #4c96d7;
    border: 1px solid #4c96d7;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    transition: background 0.25s ease 0s;
}
.btn:hover {
    background: #3b85c6;
}
.btn.btn-white {
    background: #fff;
    color: #4c96d7;
}
.btn.btn-white:hover {
    background: #4c96d7;
    color: #fff;
    transition: background 0.25s ease 0s, color 0.25s ease 0s;
}
.btn.btn-yellow {
    padding: 10px 22px;
    background: #fc0;
    color: #1d262d;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.btn.btn-yellow:hover {
    background: #eb0;
}
.intro-section {
    color: #fff;
    background: url(/images/bg-intro.jpg?a29670ddd935782e2978bb56292ba8ca) 50% 50% no-repeat;
    background-size: cover;
    padding: 37px 10px 10px;
    font-size: 13px;
    margin: 0 0 20px;
}
.intro-section h1 {
    color: #fc0;
}
.intro-section .hold-img {
    max-width: 160px;
    margin: 0 auto 10px;
}
.intro-section .hold-img img {
    width: 100%;
    height: auto;
}
.advantage-section {
    margin: 0 0 40px;
}
.advantage-list {
    width: 265px;
    margin: 0 auto 15px;
}
.advantage-list li {
    margin: 0 0 19px;
}
.advantage-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 16px 10px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d262d;
}
.advantage-item .hold-icon {
    display: flex;
    justify-content: center;
    width: 71px;
    height: 40px;
    border-right: 2px solid #4998d4;
    margin: 0 20px 0 0;
}
.advantage-item .hold-icon img {
    max-width: 100%;
    max-height: 100%;
}
.control-section {
    background: #f6f9fb;
    padding: 52px 0 0;
}
.control-list {
    margin: 0 0 15px;
}
.control-list li {
    margin: 0 0 60px;
}
.control-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 35px 15px;
    min-height: 372px;
    position: relative;
}
.control-item .title {
    display: block;
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: 1px;
    color: #1d262d;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}
.control-item .control-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: none;
    background: #4c96d7;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    min-width: 150px;
    border-radius: 20px;
    transition: background 0.25s ease 0s;
}
.control-item .control-btn:hover {
    background: #3b85c6;
}
.promo-section {
    color: #fff;
    background: url(/images/bg-promo.jpg?169b40792eb737668e5dba7240993d0c) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 45px 0 60px;
    text-align: center;
    margin: 0 0 35px;
    overflow: hidden;
}
.promo-section h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}
.promo-section .hold-img {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 106px;
}
.promo-section .hold-img img {
    width: 100%;
    height: auto;
}
.promo-section .btn {
    min-width: 233px;
    padding: 16px;
    font-size: 16px;
}
.info-section p {
    margin: 0 0 30px;
}
.info-section .how-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    overflow: hidden;
}
.info-section .how-item:last-child {
    border: none;
}
.faq-box {
    margin: 0 0 15px;
}
.faq-item {
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
}
.faq-item:last-child {
    border: none;
}
.faq-item.open .title {
    margin: 0 0 12px;
    color: #4998d4;
}
.faq-item .title {
    display: block;
    cursor: pointer;
    transition: margin 0.25s ease 0s, color 0.25s ease 0s;
}
.faq-item .title:hover {
    color: #4998d4;
}
.faq-item .faq-body {
    font-size: 13px;
}
.faq-item .faq-body p {
    margin: 0;
}
.content {
    padding: 20px 0;
    background: #f6f9fb;
}
.content h1 {
    text-align: center;
    font-size: 24px;
    padding: 0 0 22px;
    margin: 0 0 40px;
    position: relative;
}
.content h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 41px;
    height: 6px;
    background: #4998d4;
}
.platform-box {
    color: #bfbfbf;
    transition: color 0.25s ease-in-out;
}
.platform-box.open {
    color: #757575;
}
.platform-box.open .platform-header {
    border-color: #2dab11;
}
.platform-box.open .platform-header .hold-icon {
    border-color: #4c96d7;
}
.platform-box.open .platform-header .hold-icon:before {
    background: #4c96d7;
}
.platform-box.open .platform-header .hold-icon img {
    filter: none;
    opacity: 1;
}
.platform-box.open .platform-header .coins-value,
.platform-box.open .platform-header .title {
    color: #1d262d;
}
.platform-box .platform-header:active .hold-icon,
.platform-box .platform-header:hover .hold-icon {
    border-color: #4c96d7;
}
.platform-box .platform-header:active .hold-icon:before,
.platform-box .platform-header:hover .hold-icon:before {
    background: #4c96d7;
}
.platform-box .platform-header:active .hold-icon img,
.platform-box .platform-header:hover .hold-icon img {
    filter: none;
    opacity: 1;
}
.platform-box .platform-header:active .coins-value,
.platform-box .platform-header:active .title,
.platform-box .platform-header:hover .coins-value,
.platform-box .platform-header:hover .title {
    color: #1d262d;
}
.platform-box .platform-header {
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.platform-box .platform-header .hold-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    min-width: 51px;
    height: 51px;
    margin: 0 42px 0 0;
    border: 2px solid #bfbfbf;
    position: relative;
    border-radius: 100%;
    transition: border 0.25s ease-in-out;
}
.platform-box .platform-header .hold-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    width: 2px;
    background: #bfbfbf;
    transition: background 0.25s ease-in-out;
}
.platform-box .platform-header .hold-icon img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out;
}
.platform-box .platform-header .hold-text {
    position: relative;
}
.platform-box .platform-header .title {
    display: block;
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    color: #bfbfbf;
    margin: 0 0 1px;
    transition: color 0.25s ease-in-out;
}
.platform-box .platform-header .coins-value {
    color: #bfbfbf;
    transition: color 0.25s ease-in-out;
}
.platform-box p {
    text-align: center;
}
.platform-box .player-card {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    position: relative;
    color: inherit;
    text-decoration: none;
}
.player-card:hover {
    cursor: pointer;
}
.platform-box .player-card:hover .card-action {
    opacity: 1;
    visibility: visible;
}
.platform-box .player-card.status-inprogress {
    background: #e7e7e7;
    cursor: default;
}
.platform-box .player-card.status-inprogress:hover .card-action {
    opacity: 0;
    visibility: hidden;
}
.platform-box .player-card.status-inprogress .hold-figure,
.platform-box .player-card.status-inprogress .hold-info {
    opacity: 0.5;
}
.platform-box .player-card.status-inprogress .card-status {
    display: block;
}
.platform-box .player-card .hold-figure {
    width: 60px;
    margin: 0 15px 0 0;
}
.platform-box .player-card .hold-figure img {
    max-width: 100%;
}
.platform-box .player-card .hold-info {
    flex: 1;
}
.platform-box .player-card .player-name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1d262d;
    margin: 0 0 15px;
}
.platform-box .player-card .card-status {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fc0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    display: none;
}
.platform-box .player-card .card-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 150, 215, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
}
.platform-box .player-card .card-action .card-action-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px;
    border: 2px solid #fff;
    min-width: 88px;
    text-align: center;
}
.platform-box .player-card .card-table {
    width: 100%;
    border-collapse: collapse;
}
.platform-box .player-card .card-table td:last-child {
    text-align: right;
    font-weight: 600;
}
.hold-tabs {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
.hold-tabs .switch-tabs {
    list-style: none;
    margin: 0 -5px 15px;
    padding: 0;
    display: flex;
}
.hold-tabs .switch-tabs li {
    margin: 0 5px;
    padding: 0 20px;
    cursor: pointer;
    height: 33px;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfbfbf;
}
.hold-tabs .switch-tabs li.active {
    border-color: #2dab11;
    cursor: default;
}
.hold-tabs .switch-tabs li.active img {
    filter: grayscale(0);
    opacity: 1;
}
.hold-tabs .switch-tabs li img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
}
.hold-tabs [data-tab].disabled {
    opacity: 0.5;
    cursor: default;
}
.hold-tabs [data-tab].disabled:hover {
    text-decoration: none;
}
.hold-tabs .tab {
    width: 100%;
}
.hold-tabs .tab.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.hold-tabs .tab.visible {
    position: static;
}
.account-info {
    background: #fff;
    padding: 15px;
}
.account-info .field-wrap {
    margin: 0 0 15px;
}
.account-info .field-wrap .label {
    display: block;
    margin: 0 0 5px;
}
.account-info .hold-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.account-info .hold-btn .btn {
    max-width: 45%;
}
.account-row .col {
    /*margin: 0 0 20px;*/
}
.statistic-table {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
}
.statistic-table .table-holder {
    overflow-x: auto;
}
.statistic-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px;
    font-size: 13px;
}
.statistic-table table th {
    padding: 10px 8px;
    background: #f6f9fb;
    color: #1d262d;
    white-space: nowrap;
}
.statistic-table table td {
    padding: 10px 8px;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}
.statistic-table table td.date {
    white-space: nowrap;
}
.statistic-table .table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f6f9fb;
    padding: 7px 15px;
}
.statistic-table .table-pagination li {
    margin: 0 8px;
}
.statistic-table .table-pagination li.active a {
    color: #fff;
    background: #757575;
    cursor: default;
}
.statistic-table .table-pagination li a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 8px;
    color: #757575;
    font-size: 13px;
}
.statistic-table .paid-icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: url(/images/icon-paid.png?b2a331ea0ed9c8034236e435202fb458) 0 0 no-repeat;
    background-size: cover;
}
.balance-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px 26px;
}
.balance-box .hold-info {
    margin: 0 0 15px;
}
.balance-box .balance-sum {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #4c96d7;
    margin: 0 0 5px;
}
.balance-box .balance-link {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ed1c24;
    font-size: 19px;
    line-height: 1.1;
    padding: 15px 26px;
    text-align: center;
    font-weight: 700;
}
.choise-date {
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.choise-date .label {
    margin: 0 10px;
}
@media (min-width: 768px) {
    body {
        overflow: visible;
        font-size: 14px;
        line-height: 18px;
    }
    .platform-box .platform-header {
        padding: 15px 30px;
    }
    .platform-holder {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .platform-holder .platform-box {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .intro-section {
        padding: 50px 10px 40px;
        font-size: 14px;
        margin: 0 0 41px;
    }
    .intro-section .intro-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .intro-section .hold-text {
        max-width: 575px;
    }
    .intro-section .hold-img {
        width: 370px;
        max-width: inherit;
        margin: 0 0 0 20px;
    }
    .intro-section h1 {
        font-size: 36px;
    }
    .advantage-list {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 20px;
    }
    .advantage-list li {
        width: 33.333%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .control-section {
        padding: 60px 0 20px;
    }
    .control-list {
        display: flex;
        flex-wrap: wrap;
    }
    .control-list li {
        width: 33.333%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    h2 {
        font-size: 30px;
    }
    .account-row h2 {
        font-size: 24px;
    }
    .promo-section {
        position: static;
    }
    .promo-section .promo-holder {
        position: relative;
        padding: 0 200px;
    }
    .promo-section .hold-img {
        width: 180px;
        bottom: -60px;
    }
    .account-row .title-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 15px;
    }
    .account-row .title-holder h2 {
        margin: 0;
    }
    .hold-tabs .switch-tabs {
        margin: 0;
    }
    .hold-tabs .switch-tabs li {
        padding: 0 12px;
    }
    .statistic-table .table-holder {
        min-height: 344px;
    }
    .balance-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .balance-box .hold-info {
        margin: 0 10px 0 0;
    }

}
@media (min-width: 1024px) {
    .promo-section .promo-holder {
        padding: 0 300px;
    }
    .promo-section .hold-img {
        width: 260px;
        bottom: -60px;
    }
    .control-list li {
        padding: 0 30px;
    }
    .info-section .info-row {
        display: flex;
        margin: 0 -50px;
    }
    .info-section .info-row .col {
        width: 50%;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .info-section .info-row .col-condition {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .info-section .info-row .col:first-child {
        border-right: 2px solid #ccc;
    }
    .faq-item {
        padding: 25px 0;
    }
    .faq-item:first-of-type {
        padding-top: 0;
    }
    .faq-item .title {
        font-size: 16px;
        font-weight: 600;
    }
    .info-section .how-item:last-child {
        margin: 0;
    }
    .account-info {
        padding: 25px;
        margin-top: 25px;
    }
    .account-row {
        display: flex;
        margin: 0 -20px;
    }
    .account-row .col {
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .account-row h2 {
        margin: 0 0 15px;
    }
}
@media (min-width: 1280px) {
    .statistic-table table td:first-child {
        padding-left: 21px;
    }
    .account-info {
        padding: 25px 52px;
    }
    .account-row {
        margin: 0 -30px;
    }
    .account-row .col {
        padding: 0 30px;
    }
    .content {
        padding: 50px 0;
    }
    .platform-holder {
        margin: 0 -25px;
    }
    .platform-holder .platform-box {
        padding: 0 25px;
    }
    .platform-box .player-card {
        padding: 15px 25px;
    }
    .platform-box .player-card .hold-figure {
        width: 92px;
    }
    h2 {
        font-size: 36px;
    }
    .intro-section h1 {
        font-size: 52px;
    }
}
#footer {
    flex: 0 0 auto;
}
#footer .top-section {
    padding: 39px 0 37px;
    box-sizing: border-box;
}
#footer .top-section .list-brands {
    margin-bottom: 10px;
    display: flex;
    margin-left: -8px;
    margin-right: -9px;
    flex-flow: wrap;
}
#footer .top-section .list-brands li {
    margin: 0 0 13px;
    padding: 0 7px 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
}
#footer .top-section .list-brands li .hold-img {
    display: flex;
    width: 100%;
    height: 77px;
    align-items: center;
    box-sizing: border-box;
    border: 4px solid #e6e6e6;
    justify-content: center;
}
#footer .top-section .list-brands li .hold-img img {
    max-width: 120px;
    height: auto;
    width: 100%;
    display: block;
}
#footer .bottom-section {
    padding: 80px 0 75px;
    box-sizing: border-box;
    background: #36363d url(/images/bg-footer.jpg?2dc61e7383b8147a5adde58eda6a2afe) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center;
}
#footer .bottom-section .container .copyright {
    margin-bottom: 5px;
    display: block;
}
#footer .bottom-section .container .copyright span {
    margin-top: 5px;
    display: block;
}
#footer .bottom-section .container .hold-text {
    color: #fc0;
    display: inline-block;
}
#footer .bottom-section a[href^="mail"],
#footer .bottom-section a[href^="mail"]:hover,
#footer .bottom-section a[href^="tel"],
#footer .bottom-section a[href^="tel"]:hover {
    cursor: default;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 375px) {
    #footer .top-section .list-brands li .hold-img img {
        max-width: 140px;
    }
}
@media (min-width: 768px) {
    #footer .top-section .list-brands li {
        width: 25%;
        padding: 0 9px 0 8px;
    }
}
@media (min-width: 1024px) {
    #footer .top-section .list-brands {
        margin-left: -6px;
        margin-right: -6px;
        text-align: center;
    }
    #footer .top-section .list-brands li .hold-img img {
        width: 100%;
        height: auto;
    }
    #footer .top-section .list-brands li .hold-img img {
        max-width: 140px;
    }
    #footer .bottom-section .container .copyright span {
        display: inline-block;
        margin-top: 0;
    }
}
@media (min-width: 1280px) {
    #footer .top-section .list-brands li {
        width: 16.6666%;
    }
}
.api-item,
.auction-item,
.comfort-item {
    position: relative;
    z-index: 1;
}
.api-item:before,
.auction-item:before,
.comfort-item:before {
    content: "";
    display: block;
    position: absolute;
    clear: both;
    top: 60px;
    right: 0;
    bottom: 40px;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100);
    z-index: -1;
}
.auction-item:before {
    background-image: url(/images/player_auction_.png?1e6300851b1248d94fc880243fb67a1c);
}
.comfort-item:before {
    background-image: url(/images/comfort_panel_.png?cda1508b38caded4af82fac60cb55bbf);
}
.api-item:before {
    background-image: url(/images/api_integration_.png?881213de7dec0c299fe09510510fc7f6);
}
a[data-fancybox] {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
}
a[data-fancybox] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
}
a[data-fancybox]:after,
a[data-fancybox]:before {
    content: "";
    display: block;
    position: absolute;
    clear: both;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
a[data-fancybox]:after {
    width: 33%;
    height: 33%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/icon-magnifying.svg?d9623f707211d30d5f55c456c3eeefa2) 50% 50% no-repeat;
    background-size: contain;
}
a[data-fancybox]:hover:before {
    opacity: 0.3;
}
a[data-fancybox]:hover:after {
    opacity: 1;
}
.yellow-bg {
    background: #fc0;
    color: #fff;
}
.blue-bg {
    background: #4c96d7;
    color: #fff;
}
.timer-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 5px;
    list-style: none;
    font-weight: 700;
    color: #fff;
    background: #fc0;
    min-width: 105px;
    padding: 7px 5px;
    box-sizing: border-box;
}
.modal-overlay {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0;
}
.modal {
    width: 100%;
    z-index: 300;
    margin: auto;
}
.modal-bg {
    width: 100%;
    height: 100vh;
    background-color: #f0f8ff5e;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 99;
}
.player-page-holder .item {
    background: #fff;
    margin: 0 0 10px;
    box-shadow: 0 0 15px rgba(50, 57, 64, 0.2);
    position: relative;
}
.player-page-holder .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #757575;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.player-page-holder .close:active,
.player-page-holder .close:hover {
    background: #1d262d;
}
.player-page-holder .hold-img {
    width: 100%;
}
.player-page-holder .hold-img img {
    display: block;
    width: 100%;
    height: auto;
}
.player-page-holder .player-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px 3px;
}
.player-page-holder .player-card .hold-img {
    width: 18.4616%;
    margin: 0 20px 0 0;
}
.player-page-holder .player-card .hold-img,
.player-page-holder .player-card .timer-countdown {
    flex: 0 0 auto;
}
.player-page-holder .player-card .hold-top {
    order: 2;
}
.player-page-holder .hold-price-coins {
    margin: 0 30px 0 0;
    flex: 1 0 auto;
}
.player-page-holder .hold-price-coins .hold-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
.player-page-holder .hold-price-coins .icon {
    width: 32px;
    margin: 0 9px 0 0;
}
.player-page-holder .hold-price-coins .icon img {
    width: 100%;
    height: auto;
}
.player-page-holder .hold-price-coins .price-value {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #1d262d;
    margin: 0 0 2px;
}
.player-page-holder .hold-price-coins .price-subtitle {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.player-page-holder .hold-price-coins .hold-link {
    text-align: center;
}
.player-page-holder .hold-price-coins .hold-link .link {
    display: inline-block;
}
.player-page-holder .link {
    display: block;
    min-width: 115px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 6px 2px;
    background: #4c96d7;
    color: #f6f9fb;
    border: 1px solid #4c96d7;
    border-radius: 25px;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.player-page-holder .link:active,
.player-page-holder .link:hover {
    background: #fff;
    color: #4c96d7;
}
.hold-forgot .link {
    cursor: pointer;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
    color: #4c96d7;
}
.hold-forgot .link:hover {
    color: #444;
}

.player-page-holder .cancel-link {
    display: block;
    min-width: 105px;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 7px 4px;
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.player-page-holder .cancel-link:active,
.player-page-holder .cancel-link:hover {
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
}
.player-page-holder .buy-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #e90052;
    padding: 6px 20px;
    text-transform: uppercase;
    min-width: 116px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid #e90052;
    box-shadow: 0 0 15px rgba(233, 0, 82, 0.4);
    transition: color 0.25s ease 0s, background 0.25s ease 0s;
}
.player-page-holder .buy-link:active,
.player-page-holder .buy-link:hover {
    color: #e90052;
    background: #fff;
    cursor: pointer;
}
.player-page-holder .item-head {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 4px;
    text-align: center;
}
.player-page-holder .hold-details,
.player-page-holder .price-box {
    padding: 10px 20px 20px;
}
.player-page-holder .price-box {
    padding-top: 20px;
}
.player-page-holder .hold-text {
    padding: 15px 47px 16px 10px;
}
.player-page-holder .hold-details {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
}
.player-page-holder .hold-info {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
}
.player-page-holder .hold-info .info-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #1d262d;
}
.player-page-holder .hold-info .info-title span:last-child {
    display: none;
}
.player-page-holder .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player-page-holder .price-box .hold-price {
    position: relative;
    padding: 0 44px 0 0;
}
.player-page-holder .price-box .hold-price .price {
    font-size: 14px;
    line-height: 18px;
    color: #4c96d7;
    font-weight: 700;
}
.player-page-holder .price-box .hold-price .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer;
}
.choise-date {
    position: relative;
    margin: 0 0 15px;
}
.choise-date .hold-input {
    position: relative;
}
.choise-date .hold-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 3;
}
.choise-date .hold-icon img {
    display: block;
    width: 100%;
    height: auto;
}
.choise-date input[type="text"] {
    cursor: pointer;
    z-index: 2;
    padding: 6px 10px 6px 34px;
    height: 29px;
    font-size: 13px;
    color: #ccc;
    box-shadow: 0 0 10px rgba(117, 117, 117, 0.2);
}
.choise-date input[type="text"]:focus {
    outline: 0;
}
.ui-datepicker {
    width: 192px;
    background: #fff;
    box-shadow: 1px 1px 60px rgba(0, 59, 117, 0.1);
    padding: 0 10px;
    overflow: hidden;
}
.ui-datepicker .ui-datepicker-unselectable {
    opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    margin: 0 -10px;
    padding: 10px 0;
    border-bottom: 1px solid #f6f9fb;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
    background-size: cover;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 18px;
    height: 18px;
    top: 50%;
    margin: -9px 0 0;
    border-radius: 100%;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: none;
    background: 0 0;
}
.ui-datepicker .ui-datepicker-next.ui-state-hover span,
.ui-datepicker .ui-datepicker-prev.ui-state-hover span {
    opacity: 1;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    width: 8px;
    height: 12px;
    margin: -6px 0 0 -4px;
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out;
}
.ui-datepicker .ui-datepicker-prev {
    left: 15px;
}
.ui-datepicker .ui-datepicker-next {
    right: 15px;
    transform: rotate(180deg);
}
.ui-datepicker table {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
}
.ui-datepicker table th {
    opacity: 0.6;
    padding: 10px 5px;
}
.ui-datepicker .ui-button,
.ui-datepicker .ui-button.ui-state-disabled:active,
.ui-datepicker .ui-button.ui-state-disabled:hover,
.ui-datepicker .ui-datepicker-header .ui-state-default,
.ui-datepicker .ui-state-default {
    color: #757575;
    background: #fff;
    width: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.ui-datepicker .ui-button.ui-state-disabled:active.ui-state-hover,
.ui-datepicker .ui-button.ui-state-disabled:hover.ui-state-hover,
.ui-datepicker .ui-button.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-state-default.ui-state-hover,
.ui-datepicker .ui-state-default.ui-state-hover {
    border: 1px solid #4998d4;
}
.ui-datepicker .ui-datepicker-header .ui-state-highlight,
.ui-datepicker .ui-state-highlight {
    color: #fff;
    background: #4998d4;
    border: 1px solid #4998d4;
}
.ui-datepicker .ui-button.ui-state-active:hover,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-datepicker-header .ui-state-active,
.ui-datepicker .ui-state-active,
.ui-datepicker a.ui-button:active {
    border: 1px solid #4998d4;
}
@media (min-width: 768px) {
    .show-mob-withdraw
    {
        display: none;
    }
    .choise-date {
        margin: 0;
    }
    .choise-date .hold-input {
        width: 125px;
    }
    .player-page-holder .close {
        width: 28px;
        height: 28px;
    }
    .player-page-holder .row {
        display: flex;
        margin: -14px;
        flex-wrap: wrap;
    }
    .player-page-holder .row .col-33 {
        width: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    .player-page-holder .row .col-33.item-small {
        align-self: flex-start;
    }
    .player-page-holder .row .col-100 {
        width: 100%;
    }
    .player-page-holder .item {
        flex: 1 0 auto;
        margin: 14px;
    }
    .player-page-holder .player-card {
        display: block;
        padding: 30px 15px;
    }
    .player-page-holder .player-card .hold-top {
        display: flex;
        margin: 0 -5px 20px;
    }
    .player-page-holder .player-card .hold-top .cancel-link,
    .player-page-holder .player-card .hold-top .timer-countdown {
        width: 50%;
        margin: 0 5px;
    }
    .player-page-holder .player-card .hold-top .timer-countdown {
        font-size: 22px;
        line-height: 24px;
        padding: 9px;
    }
    .player-page-holder .player-card .hold-top .cancel-link {
        font-size: 14px;
        line-height: 18px;
        padding: 11px 6px;
    }
    .player-page-holder .player-card .hold-img {
        width: 100%;
        padding: 0 30px;
        margin: 0 0 15px;
        box-sizing: border-box;
    }
    .player-page-holder .hold-price-coins {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }
    .player-page-holder .hold-price-coins .icon {
        width: 39px;
    }
    .player-page-holder .hold-price-coins .hold-inner {
        margin: 0 0 17px;
    }
    .player-page-holder .hold-price-coins .link {
        min-width: 156px;
    }
    .player-page-holder .hold-price-coins .price-value {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 6px;
    }
    .player-page-holder .hold-price-coins .price-subtitle {
        font-style: 14px;
        line-height: 20px;
    }
    .player-page-holder .item-head {
        font-size: 20px;
        line-height: 24px;
        padding: 13px;
    }
    .player-page-holder .hold-details {
        padding: 16px 36px 20px;
        display: block;
    }
    .player-page-holder .hold-info {
        text-align: center;
        padding: 0 0 15px;
        margin: 0 0 17px;
        position: relative;
    }
    .player-page-holder .hold-info:after {
        content: "";
        display: block;
        position: absolute;
        clear: both;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #757575;
        opacity: 0.5;
    }
    .player-page-holder .hold-info:last-child {
        padding: 0;
    }
    .player-page-holder .hold-info:last-child:after {
        display: none;
    }
    .player-page-holder .hold-info .info-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #1d262d;
    }
    .player-page-holder .hold-info .info-title span:first-child {
        display: none;
    }
    .player-page-holder .hold-info .info-title span:last-child {
        display: block;
    }
    .player-page-holder .price-box {
        padding: 20px;
    }
    .player-page-holder .hold-text {
        padding: 34px 51px 20px 20px;
    }
}
@media (min-width: 1024px) {
    .player-page-holder .row .col-33 {
        width: 33.3333%;
    }
    .player-page-holder .player-card {
        padding: 30px 15px 50px;
    }
    .player-page-holder .price-box {
        padding: 22px 22px 30px;
        flex-direction: column;
    }
    .player-page-holder .price-box .hold-price {
        margin: 0 0 20px;
        padding: 0 51px 0 0;
    }
    .player-page-holder .price-box .hold-price .price {
        font-size: 20px;
        line-height: 24px;
    }
    .player-page-holder .price-box .buy-link {
        min-width: 158px;
        padding: 13px 10px;
    }
}
@media (min-width: 1280px) {
    .player-page-holder .row .col-33 {
        width: 33.3333%;
    }
    .player-page-holder .item-title {
        margin: 0 0 20px;
    }
    .player-page-holder .hold-text {
        padding: 34px 51px 20px 27px;
    }
}




#user_block {
    display: block;
    position: absolute;
    text-align: center;
    left: 160px;
}
#user_block_timer {
    min-width: 150px;
    max-width: 240px;
    padding: 20px;
    background-color: #f66d9b;
    color: #fff;
    display: inline-block;
}

@media (max-width: 912px) {
    #user_block {
        position: relative;
        left: 0;
    }
    #user_block_timer {
        padding: 5px;
        margin-bottom: 5px;
    }
}



.text-red {
    color: #ff0000;
}

.btn-telegram {
    display: flex;
    transform: translateX(-12px);
    transition: background-color 0.2s ease;
}
.btn-telegram:hover {
    fill: #1e96c8;
    transition: background-color 0.2s ease;
}
.btn-telegram svg{
    margin: auto;
}
.auction-header{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:space-between;

}
.howitworks{
    height: 46px;
    width: 150px;
    border: 1px solid rgb(76,150,215);
    line-height:46px;
    text-align: center;

}
.howitworks:hover{
    background-color: rgb(76,150,215);
    cursor: pointer;
}
.statistic{
    height: 46px;
    width: 150px;
    border: 1px solid rgb(76,150,215);
    line-height:46px;
    text-align: center;
}
.statistic:hover{
    background-color: rgb(76,150,215);
    cursor: pointer;
}
.dataOpen
{
    background-color: rgb(76,150,215);
}
.howitworks-data{
    margin-bottom: 80px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
}
.howItWorksImg{
    min-height: 527px;
    max-width: 640px;
    display: block;
}
.spanNext
{
    -webkit-tap-highlight-color: transparent;
    font: 16px/19px poppinsregular,Helvetica,Arial,sans-serif;
    font-family: ubunturegular,Helvetica,Arial,sans-serif;
    outline: 0;
    box-sizing: border-box;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-user-select: none;
    position: relative;
    top: 50%;
    background: rgb(76,150,215);
    text-align: center;
    cursor: pointer;
    text-indent: 9999px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    margin-top: -39px;
    line-height: 41px;
    width: 25px;
    height: 25px;
    left: auto;
    right: 5px;
    margin-right: 50px;
    margin-left: 20px;


}
.spanPrev
{
    -webkit-tap-highlight-color: transparent;
    font: 16px/19px poppinsregular,Helvetica,Arial,sans-serif;
    font-family: ubunturegular,Helvetica,Arial,sans-serif;
    outline: 0;
    box-sizing: border-box;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-user-select: none;
    position: relative;
    top: 50%;
    background: rgb(76,150,215);
    text-align: center;
    cursor: pointer;
    text-indent: 9999px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    margin-top: -39px;
    line-height: 41px;
    width: 25px;
    height: 25px;
    left: 5px;
    margin-left:50px;
    margin-right: 20px;
}

.spanNext:after,
.spanPrev:after {
    content:"";
    background:url(/images/arrow-slide-blog.png?894926a7814a5d77b24d02e459aa744b) no-repeat 0 0;
    background-size:cover;
    width:14px;
    height:24px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-12px 0 0 -7px;
}
.spanNext:after{
    background-position: -14px 0;
}
.howitworks-data img{
    max-width:100%;
    max-height: 527px;
}
.statistic-data{
    background-color: white;
    margin-bottom: 80px
}
.tdflex{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    line-height: 60px;
    border-bottom: solid 1px grey;

}
.tdflex:last-of-type{
    border: none;
}
.tdflex .left
{
    margin-left: 50px;
}
.tdflex .right
{
    min-width:140px;
}
@media (max-width: 768px) {
    .account-drop button {
        color: #4C96D7;
    }

    .account-drop ul li {
        font-size: 14px;
        font-weight: 600;
    }



    .howItWorksImg{
        min-height: 160px;
    }

    .spanPrev{
        margin-left:0;
    }
    .spanNext{
        margin-right: 3px;
    }
    .tdflex .left
    {
        margin-left: 0;
    }
    .tdflex .right
    {
        min-width:0;
    }
    .player-page-holder .player-card .hold-top{
        align-self: baseline;
    }
}
.apiPriceHeader
{
    font: 11px/13px Gotham Pro,sans-serif;
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: eafont,sans-serif;
    margin: 0 0 1px;
    color: black;
    display: inline;
    padding-right: 30px;
    padding-left: 20px
}

@media (max-width: 550px) {
    .apiPriceHeader
    {
        display: none;
    }
}



.apiPrice{
    font: 11px/13px Gotham Pro,sans-serif;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    font-weight: 600;
    transition: color .25s ease 0s;
    text-decoration: none;
    outline: 0;
    min-width: -moz-max-content;
    min-width: max-content;
    display: inline;
    padding: 5px 0 5px 33px;
    color: #757575;
}
@media (max-width: 400px) {
    .apiPrice
    {
        display: block;
    }
}
.xbox
{
    background: url(/images/platform-xbox-green.png) 0 50% no-repeat;
}
.ps4
{
    background: url(/images/platform-ps4.png) 0 50% no-repeat;
}
.pc
{
    background: url(/images/platform-pc.png) 0 50% no-repeat;
}

.header-right-box .account-menu {
    display: flex;
    flex-direction: row;

}



#footer {
    margin: 0 0 50px;
    transition: margin .25s ease-in-out
}

.holder-fixed-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #36363d;
    border-top: 2px solid #fc0;
    box-sizing: border-box;
    padding: 6px 0 3px;
    transition: bottom .25s ease-in-out
}

.fixed-menu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 375px;
    margin: 0 auto
}

.fixed-menu li {
    padding: 0 8px
}

.fixed-menu li a {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.title-menu-item {
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
    margin: auto !important;
}

.fixed-menu li a:active {
    color: #fc0
}

.fixed-menu li a:active .hold-icon img:first-child {
    opacity: 0
}

.fixed-menu li a:active .hold-icon img:last-child {
    opacity: 1
}

.fixed-menu li a:active .hold-icon svg path {
    fill: #fc0
}

.fixed-menu li a:active .hold-icon svg path.api-element {
    fill: #36363d
}

.fixed-menu li .hold-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.fixed-menu li .hold-icon img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    transition: opacity .25s ease-in-out
}

.fixed-menu li .hold-icon img:first-child {
    opacity: 1
}

.fixed-menu li .hold-icon img:last-child {
    opacity: 0
}

.fixed-menu li .hold-icon svg path {
    transition: all .25s ease-in-out
}

.fixed-menu li.active a {
    color: #fc0
}

.fixed-menu li.active .hold-icon img:first-child {
    opacity: 0
}

.fixed-menu li.active .hold-icon img:last-child {
    opacity: 1
}

.fixed-menu li.active .hold-icon svg path {
    fill: #fc0
}

.fixed-menu li.active .hold-icon svg path.api-element {
    fill: #36363d
}

@media (min-width: 768px) {
    #footer {
        margin: 0
    }

    .holder-fixed-menu {
        bottom: -80px
    }
}
#tidio-chat-iframe
{
    bottom: 50px!important;

}
.modal-purchase {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2010;
    background: rgba(248,248,248,0.5);
    pointer-events:unset;
}
.modal-purchase p {
    margin: 0;
}
.modal-purchase-body {
    position: relative;
    z-index: 2012;
    display: block;
    margin: auto;
    background: #FFFFFF;
    max-width: 795px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);

}
.modal-purchase-body-header
{
    font:  "Gotham Pro", sans-serif;
    line-height: 1.2;
    font-family: eafont, sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 21px;
    background-color: #4C96D7;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.modal-purchase-body-body
{
    padding-left: 50px;
    padding-right: 50px;
    background-color: #ffffff;

}
.modal-purchase-body-body .top
{
    margin-top: 30px;
    margin-bottom: 25px;

    font: 14px/18px "Gotham Pro", sans-serif;
    line-height: normal;
    transition: color 0.25s ease-in-out;
    color: black;
    font-weight: 600;
}

.modal-purchase-body-body li
{

    display: flex;
    align-items: center;
    padding-bottom: 15px
}
.modal-purchase-body-body .img
{
    margin-right: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 33px;
    height: 33px;
    padding: 10px;
    display: flex;
    align-items: center;
    border: solid 1px #BABABA;
}

.modal-purchase-body-body .striked
{
    position: relative;
}

.modal-purchase-body-body .striked:before {
    position: absolute;
    width: 102%;
    left: 0px;
    content: '';
    border-bottom: 2px solid #BABABA;
    pointer-events: none;
    transform: rotate(-45deg);
}

.modal-purchase-body-body .border
{
    position:relative;
    /*border-bottom: solid 1px grey;*/
}
.modal-purchase-body-body .border:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 300%;
    max-width: 600px;
    border-top: 2px solid #4C96D7;
    content: "";
}
.modal-purchase-body-btn
{
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham Pro";
    margin:50px auto 60px auto;
    text-align: center;
    background-color: #2eab11;
    max-width: 212px;
    max-height: 45px;

}
.modal-purchase-body-btn:hover
{
    cursor: pointer;
}

@media (max-width: 792px) {
    .modal-purchase-body-body .border:after{
        width: 100%;
    }
}
/*# Withdrawal PAGE */
@font-face{font-family:'Gotham Pro';src:url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28);src:url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Bold.woff2?74d473efe2740f284a19482476fe9788) format("woff2"),url(/fonts/GothamPro-Bold.woff?0c49d162b1c34b53dda20ee45b3e2253) format("woff"),url(/fonts/GothamPro-Bold.ttf?733eb2c9e4f051b99d7fe15882a96beb) format("truetype"),url(/fonts/GothamPro-Bold.svg?ecc9fe560b7ecd1ea24bb2e3ad3b95e0#GothamPro-Bold) format("svg");font-weight:700;font-style:normal;font-stretch:normal;unicode-range:U+0020-FB04}@font-face{font-family:'Gotham Pro';src:url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24);src:url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24?#iefix) format("embedded-opentype"),url(/fonts/GothamPro.woff2?81f5a23dc3e417266829115873325738) format("woff2"),url(/fonts/GothamPro.woff?6b9170a9a4a0a582d05e12123bdba6a9) format("woff"),url(/fonts/GothamPro.ttf?d50d56e1def4e727052fa7cde768c6ed) format("truetype"),url(/fonts/GothamPro.svg?6ad3db9e2676c8fbef523fbd8c2c3328#GothamPro) format("svg");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-FB04}@font-face{font-family:'Gotham Pro';src:url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14);src:url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14?#iefix) format("embedded-opentype"),url(/fonts/GothamPro-Medium.woff2?81e71339bde2fd6c64cf628dc997e7ce) format("woff2"),url(/fonts/GothamPro-Medium.woff?9c5de8a89bedce1f8990d3cc2e811c51) format("woff"),url(/fonts/GothamPro-Medium.ttf?8c94282316c0904b2eedbe33f9fa70ce) format("truetype"),url(/fonts/GothamPro-Medium.svg?16f42bffd78bcf3ea6ea200aca3c6b62#GothamPro-Medium) format("svg");font-weight:600;font-style:normal;font-stretch:normal;unicode-range:U+0020-FB04}@font-face{font-family:eafont;src:url(/fonts/easports15-webfont.woff2?fc10ae1639f8377be3ef29ca212bc003) format("woff2"),url(/fonts/easports15-webfont.woff?e1239c67d0d3ff9d618fe5ee2950096f) format("woff"),url(/fonts/easports15-webfont.ttf?76cbf95adc8a879a3ae1592eb1bd67e6) format("truetype"),url(/fonts/easports15-webfont.svg?f3ee26b82c9554ba3c593f86b1ad2f87#ea_font_v1.5_by_ghettosharkRg) format("svg");font-weight:400;font-style:normal}.withdraw-holder{font-size:12px;line-height:16px}.withdraw-holder h2{font-size:24px}.withdraw-holder table{width:100%;border-collapse:collapse}.withdraw-holder table td,.withdraw-holder table th{border:1px solid #eaeaea;box-sizing:border-box}.withdraw-holder .hold-btn{display:flex;align-items:center;justify-content:center}.withdraw-holder .hold-btn .btn{width:auto;min-width:182px;padding:13px 10px;background:#ed1c24;font-size:18px;line-height:20px;border-color:#ed1c24}.information-table,.payment-box,.table-box,.text-box{background:#fff;margin:0 0 30px;box-sizing:border-box}.information-table,.text-box{font-size:13px;line-height:16px}.information-table,.payment-box{box-shadow:6px 8px 30px rgba(117,117,117,.3)}.table-box table th{padding:15px 6px;color:#101010;font-weight:600}.table-box table th span{display:none}.table-box table th:first-child{padding-left:36px;text-align:left;min-width:157px;box-sizing:border-box}.table-box table td{padding:8px 7px 6px;text-align:center}.table-box table td:first-child{padding-left:22px;text-align:left;color:#101010;font-weight:600}.table-box .hold-payment{display:flex;align-items:center}.table-box .hold-payment .icon-payment{display:block;height:23px;margin:0 4px 0 0}.table-box .hold-payment .icon-payment img{display:block;height:100%;width:auto}.table-box .hold-payment .icon-small{height:11px}.text-box{padding:20px 8px 20px 16px;border:1px solid #eaeaea;font-size:13px;line-height:20px}.text-box p:last-child{margin:0}.payment-box{padding:30px 10px 10px}.payment-list{display:flex;flex-wrap:wrap;margin:0 -8px}.payment-list li{width:50%;padding:0 8px;margin:0 0 20px;box-sizing:border-box}.payment-list .payment-item{cursor:pointer}.payment-list .payment-item input[type=radio]{width:1px;height:1px;opacity:0;position:absolute;pointer-events:none;overflow:hidden}.payment-list .payment-item input[type=radio]:checked~.icon-item{border-color:#02b4b5}.payment-list .payment-item input[type=radio]:checked~.icon-item .icon-payment{filter:grayscale(0)}.payment-list .payment-item input[type=radio]:checked~.name-item:after{opacity:1}.payment-list .payment-item .icon-item{min-height:58px;font-size:24px;line-height:30px;font-weight:700;color:#101010;display:flex;align-items:center;justify-content:center;padding:5px;margin:0 0 10px;border:4px solid #e6e6e6;box-sizing:border-box;transition:border-color .2s ease 0s}.payment-list .payment-item .icon-payment{margin:0 7px 0 0;height:40px;filter:grayscale(100%);transition:filter .2s ease 0s}.payment-list .payment-item .icon-payment img{display:block;height:100%;width:auto}.payment-list .payment-item .icon-small{height:28px}.payment-list .payment-item .name-item{position:relative;padding-left:24px}.payment-list .payment-item .name-item:after,.payment-list .payment-item .name-item:before{content:'';position:absolute;display:block;clear:both;border-radius:100%;box-sizing:border-box;top:50%;left:0;transform:translateY(-50%)}.payment-list .payment-item .name-item:before{border:1px solid #d5d5d5;width:15px;height:15px}.payment-list .payment-item .name-item:after{width:9px;height:9px;left:3px;background:#02b4b5;opacity:0;transition:opacity .2s ease 0s}.information-table{font-weight:600;margin:0 0 20px}.information-table table td{padding:13px 4px 13px 11px}.information-table table td:first-child{border-left:none;color:#101010;min-width:134px}.information-table table td:last-child{border-right:none}.information-table table tr:first-child td{border-top:none}.information-table table tr:last-child td{border-bottom:none}@media (min-width:768px){.withdraw-holder{font-size:13px}.information-table{font-size:14px}.table-box table th span{display:inline-block}}@media (min-width:1024px){.withdraw-holder h2{margin:0 0 20px}.withdraw-holder .hold-btn{justify-content:flex-end}.withdraw-holder .holder-row{display:flex;margin:0 -15px}.withdraw-holder .holder-row .col-60{width:50%;box-sizing:border-box;padding:0 15px}.withdraw-holder .holder-row .col-40{width:50%;box-sizing:border-box;padding:0 15px;order:2}.withdraw-holder .holder-row .hold-column{display:flex;flex-direction:column}.withdraw-holder .holder-row .hold-column .box-bottom{order:2}.payment-box{padding:30px 15px 10px}.payment-box,.table-box table{min-height:456px}}@media (min-width:1200px){.withdraw-holder .holder-row .col-60{width:60%}.withdraw-holder .holder-row .col-40{width:44%}.information-table,.payment-box,.table-box,.text-box{margin:0 0 50px}.information-table{margin:0 0 40px}.payment-list{margin:0 -14px}.payment-list li{width:33.3333%;padding:0 14px;margin:0 0 30px}.payment-list .payment-item .icon-item{min-height:68px}.payment-box{padding:40px 35px 20px}.text-box{padding:25px 33px 35px 25px}.payment-box,.table-box table{min-height:432px}.information-table table,.text-box{min-height:258px}}

/*# AUCTION PAGE */
@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28);
    src: url(/fonts/GothamPro-Bold.eot?f76da9b2abc6bb32dedf8c7fa77f9e28?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Bold.woff2?74d473efe2740f284a19482476fe9788) format("woff2"), url(/fonts/GothamPro-Bold.woff?0c49d162b1c34b53dda20ee45b3e2253) format("woff"), url(/fonts/GothamPro-Bold.ttf?733eb2c9e4f051b99d7fe15882a96beb) format("truetype"), url(/fonts/GothamPro-Bold.svg?ecc9fe560b7ecd1ea24bb2e3ad3b95e0#GothamPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24);
    src: url(/fonts/GothamPro.eot?300df40936f2ec08b6b38656c21c3d24?#iefix) format("embedded-opentype"), url(/fonts/GothamPro.woff2?81f5a23dc3e417266829115873325738) format("woff2"), url(/fonts/GothamPro.woff?6b9170a9a4a0a582d05e12123bdba6a9) format("woff"), url(/fonts/GothamPro.ttf?d50d56e1def4e727052fa7cde768c6ed) format("truetype"), url(/fonts/GothamPro.svg?6ad3db9e2676c8fbef523fbd8c2c3328#GothamPro) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14);
    src: url(/fonts/GothamPro-Medium.eot?fbb0b288c589ae97f6a08b94bd851d14?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Medium.woff2?81e71339bde2fd6c64cf628dc997e7ce) format("woff2"), url(/fonts/GothamPro-Medium.woff?9c5de8a89bedce1f8990d3cc2e811c51) format("woff"), url(/fonts/GothamPro-Medium.ttf?8c94282316c0904b2eedbe33f9fa70ce) format("truetype"), url(/fonts/GothamPro-Medium.svg?16f42bffd78bcf3ea6ea200aca3c6b62#GothamPro-Medium) format("svg");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB04
}

@font-face {
    font-family: eafont;
    src: url(/fonts/easports15-webfont.woff2?fc10ae1639f8377be3ef29ca212bc003) format("woff2"), url(/fonts/easports15-webfont.woff?e1239c67d0d3ff9d618fe5ee2950096f) format("woff"), url(/fonts/easports15-webfont.ttf?76cbf95adc8a879a3ae1592eb1bd67e6) format("truetype"), url(/fonts/easports15-webfont.svg?f3ee26b82c9554ba3c593f86b1ad2f87#ea_font_v1.5_by_ghettosharkRg) format("svg");
    font-weight: 400;
    font-style: normal
}

#header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #4c96d7
}

#header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .header-left-box, #header .header-right-box {
    display: flex;
    align-items: center
}

#header .logo {
    width: 70px;
    height: 60px
}

#header .logo a {
    font-size: 0;
    line-height: 0
}

#header .logo img {
    width: 100%;
    height: auto;
    max-width: 100%
}

#header .contacts {
    display: none;
    padding: 0 12px
}

#header .contacts-item {
    font-weight: 600;
    font-size: 12px
}

#header .contacts-item a {
    color: #757575;
    text-decoration: none
}

#header #nav {
    order: 2;
    margin: 0 0 0 16px
}

#header #nav .nav-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 999
}

#header #nav .nav-holder .inner {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#header #nav .menu li {
    margin: 0 0 15px
}

#header #nav .menu a {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    color: #757575;
    position: relative
}

#header #nav .menu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #757575;
    transform: scale(0);
    transition: transform .25s ease 0s
}

#header #nav .menu a:hover:before {
    transform: scale(1)
}

#header #nav .menu a.currency-link {
    padding: 0 0 0 24px;
    background: url(/images/icon-money.png?0d8ca14b2eac50e137a1a09ac1f5f3f8) 0 50% no-repeat
}

#header .hold-account {
    position: relative
}

#header .hold-account.open .account-drop, #header .hold-account.open .login-form {
    opacity: 1;
    visibility: visible
}

#header .hold-account.open.add-user .login-form {
    opacity: 0;
    visibility: hidden
}

#header .hold-account.open.add-user .registr-form {
    opacity: 1;
    visibility: visible
}

#header .hold-account .account-link {
    display: block;
    height: 24px;
    width: 24px;
    background: url(/images/icon-user.png?2ead8bb54bfdc9a5600054d98bb63932) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    text-indent: -999999px
}

#header .hold-account .account-drop, #header .hold-account .login-form, #header .hold-account .registr-form {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 10px 0 0;
    padding: 15px 15px 10px;
    width: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: opacity .25s ease 0s, visibility .25s ease 0s
}

#header .hold-account .account-drop ul li, #header .hold-account .login-form ul li, #header .hold-account .registr-form ul li {
    margin: 0 0 10px
}

#header .hold-account .account-drop ul li a, #header .hold-account .login-form ul li a, #header .hold-account .registr-form ul li a {
    text-decoration: none
}

#header .hold-account .account-drop a, #header .hold-account .login-form a, #header .hold-account .registr-form a {
    transition: color .25s ease-in-out
}

#header .hold-account .account-drop a:active, #header .hold-account .account-drop a:hover, #header .hold-account .login-form a:active, #header .hold-account .login-form a:hover, #header .hold-account .registr-form a:active, #header .hold-account .registr-form a:hover {
    color: #1d262d
}

#header .hold-account input[type=email], #header .hold-account input[type=password], #header .hold-account input[type=tel], #header .hold-account input[type=text] {
    height: 32px
}

#header .hold-account .login-form, #header .hold-account .registr-form {
    width: 220px
}

#header .hold-account .login-form .hold-input, #header .hold-account .registr-form .hold-input {
    margin: 0 0 10px
}

#header .hold-account .login-form .hold-check, #header .hold-account .registr-form .hold-check {
    margin: 0 0 15px
}

#header .hold-account .login-form .label-check, #header .hold-account .registr-form .label-check {
    padding: 0 0 0 30px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

#header .hold-account .login-form .label-check input[type=checkbox], #header .hold-account .registr-form .label-check input[type=checkbox] {
    display: none
}

#header .hold-account .login-form .label-check span:after, #header .hold-account .login-form .label-check span:before, #header .hold-account .registr-form .label-check span:after, #header .hold-account .registr-form .label-check span:before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
    transition: opacity .25s ease-in-out
}

#header .hold-account .login-form .label-check span:before, #header .hold-account .registr-form .label-check span:before {
    width: 14px;
    height: 14px;
    border: 2px solid #fc0
}

#header .hold-account .login-form .label-check span:after, #header .hold-account .registr-form .label-check span:after {
    width: 10px;
    height: 10px;
    left: 4px;
    background: #fc0;
    opacity: 0
}

#header .hold-account .login-form .label-check input[type=checkbox]:checked ~ span:after, #header .hold-account .registr-form .label-check input[type=checkbox]:checked ~ span:after {
    opacity: 1
}

#header .hold-account .login-form .hold-forgot, #header .hold-account .registr-form .hold-forgot {
    margin: 6px 0 0;
    font-size: 10px;
    line-height: 14px
}

#header .hold-account .login-form .hold-link, #header .hold-account .registr-form .hold-link {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 10px -15px 0;
    padding: 8px 0 0;
    border-top: 1px solid #e6e6e6
}

.hide-mobile {
    display: none
}

.toogle-menu {
    z-index: 1000;
    width: 26px;
    height: 17px;
    text-indent: -99999px;
    display: block;
    position: relative;
    cursor: pointer
}

.toogle-menu > span {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #1d262d
}

.toogle-menu .t {
    top: 0;
    transform: rotate(0);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s
}

.toogle-menu .c {
    top: 7px;
    transition: opacity .2s ease-in-out
}

.toogle-menu .b {
    top: 14px;
    transform: rotate(0);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s
}

.open .toogle-menu .t {
    top: 8px;
    transform: rotate(45deg);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s
}

.open .toogle-menu .b {
    top: 8px;
    transform: rotate(135deg);
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s
}

.open .toogle-menu .c {
    opacity: 0
}

@media (min-width: 375px) {
    #header .contacts {
        display: block
    }
}

@media (min-width: 769px) {
    .toogle-menu {
        display: none
    }

    #header #nav {
        order: 0
    }

    #header #nav .menu {
        display: flex;
        align-items: center
    }

    #header #nav .menu li {
        margin: 0 0 0 20px
    }

    #header #nav .menu li.hide {
        display: none
    }

    #header #nav .menu li a {
        font-weight: 600;
        text-decoration: none;
        color: #757575;
        position: relative;
        font-size: 14px
    }

    #header #nav .menu li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: #757575;
        transform: scale(0);
        transition: transform .25s ease 0s
    }

    #header #nav .menu li a:hover:before {
        transform: scale(1)
    }

    #header #nav .nav-holder {
        position: static;
        display: block !important;
        height: auto
    }

    #header #nav .nav-holder .inner {
        height: auto
    }

    #header .hold-account .account-link {
        width: auto;
        text-indent: inherit;
        padding: 0 23px 0 35px;
        background-size: 24px 24px;
        display: flex;
        align-items: center;
        font-weight: 600;
        transition: color .25s ease 0s
    }

    #header .hold-account .account-link:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        background: url(/images/arrow.png?b4c018a80b309e4db87d695d8f32953e) 0 0 no-repeat;
        width: 14px;
        height: 9px
    }

    #header .hold-account .account-link:hover {
        color: #1d262d
    }

    #header .hold-account .login-form .hold-link, #header .hold-account .registr-form .hold-link {
        font-size: 14px;
        line-height: 18px
    }

    .account-menu {
        display: flex;
        align-items: center;
        margin: 0
    }

    .account-menu li {
        margin: 0 0 0 30px
    }

    .account-menu a {
        font-weight: 600;
        text-decoration: none;
        color: #757575;
        transition: color .25s ease 0s
    }

    .account-menu a:hover {
        color: #1d262d
    }

    .account-menu .currency-link {
        display: block;
        padding: 0 0 0 24px;
        background: url(/images/icon-money.png?0d8ca14b2eac50e137a1a09ac1f5f3f8) 0 50% no-repeat
    }

    .hide-mobile {
        display: block
    }
}

@media (min-width: 1024px) {
    .account-menu {
        margin: 0 0 0 42px
    }

    #header {
        padding: 6px 0
    }

    #header .logo {
        width: 80px;
        height: 68px
    }

    #header #nav .menu li {
        margin: 0 0 0 44px
    }
}

body, html {
    height: 100%;
    margin: 0
}

body {
    font: 11px/13px "Gotham Pro", sans-serif;
    margin: 0;
    min-width: 320px;
    color: #757575;
    background: #fff
}

* {
    -webkit-tap-highlight-color: transparent
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

fieldset, form {
    margin: 0;
    padding: 0;
    border-style: none
}

button, input, select, textarea {
    vertical-align: middle;
    font: 14px/18px "Gotham Pro", sans-serif
}

button, input {
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer
}

textarea {
    overflow: auto;
    vertical-align: top
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

figure {
    margin: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus, a:hover {
    outline: 0;
    outline: 0
}

p {
    margin: 0 0 18px
}

.form-holder {
    width: 100%
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    width: 100%;
    height: 48px;
    padding: 9px 15px;
    margin: 0;
    outline: 0;
    outline: 0;
    border: 1px solid #d5d5d5;
    background: #fff;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    transition: color .25s ease-in-out;
    position: relative;
    outline: 0;
    outline: 0
}

input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus {
    color: #1d262d
}

input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder {
    color: #9e9e9e;
    opacity: 1
}

input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder {
    color: #9e9e9e;
    opacity: 1
}

input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
    color: #9e9e9e
}

input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
    color: #9e9e9e
}

input[type=email]:-moz-read-only, input[type=password]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=text]:-moz-read-only {
    background: #f8f8f8
}

input[type=email].readonly, input[type=email]:read-only, input[type=password].readonly, input[type=password]:read-only, input[type=tel].readonly, input[type=tel]:read-only, input[type=text].readonly, input[type=text]:read-only {
    background: #f8f8f8
}

input[type=email]:-moz-read-only::-moz-placeholder, input[type=password]:-moz-read-only::-moz-placeholder, input[type=tel]:-moz-read-only::-moz-placeholder, input[type=text]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email].readonly::-moz-placeholder, input[type=email]:read-only::-moz-placeholder, input[type=password].readonly::-moz-placeholder, input[type=password]:read-only::-moz-placeholder, input[type=tel].readonly::-moz-placeholder, input[type=tel]:read-only::-moz-placeholder, input[type=text].readonly::-moz-placeholder, input[type=text]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email]:-moz-read-only::-moz-placeholder, input[type=password]:-moz-read-only::-moz-placeholder, input[type=tel]:-moz-read-only::-moz-placeholder, input[type=text]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email]:-moz-read-only::placeholder, input[type=password]:-moz-read-only::placeholder, input[type=tel]:-moz-read-only::placeholder, input[type=text]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email]:-moz-read-only::-moz-placeholder, input[type=password]:-moz-read-only::-moz-placeholder, input[type=tel]:-moz-read-only::-moz-placeholder, input[type=text]:-moz-read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email].readonly::-moz-placeholder, input[type=email]:read-only::-moz-placeholder, input[type=password].readonly::-moz-placeholder, input[type=password]:read-only::-moz-placeholder, input[type=tel].readonly::-moz-placeholder, input[type=tel]:read-only::-moz-placeholder, input[type=text].readonly::-moz-placeholder, input[type=text]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email]:-moz-read-only::placeholder, input[type=password]:-moz-read-only::placeholder, input[type=tel]:-moz-read-only::placeholder, input[type=text]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email].readonly::-moz-placeholder, input[type=email]:read-only::-moz-placeholder, input[type=password].readonly::-moz-placeholder, input[type=password]:read-only::-moz-placeholder, input[type=tel].readonly::-moz-placeholder, input[type=tel]:read-only::-moz-placeholder, input[type=text].readonly::-moz-placeholder, input[type=text]:read-only::-moz-placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email]:-moz-read-only::placeholder, input[type=password]:-moz-read-only::placeholder, input[type=tel]:-moz-read-only::placeholder, input[type=text]:-moz-read-only::placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email].readonly::placeholder, input[type=email]:read-only::placeholder, input[type=password].readonly::placeholder, input[type=password]:read-only::placeholder, input[type=tel].readonly::placeholder, input[type=tel]:read-only::placeholder, input[type=text].readonly::placeholder, input[type=text]:read-only::placeholder {
    background: #f8f8f8;
    opacity: 1
}

input[type=email].readonly:-ms-input-placeholder, input[type=email]:read-only:-ms-input-placeholder, input[type=password].readonly:-ms-input-placeholder, input[type=password]:read-only:-ms-input-placeholder, input[type=tel].readonly:-ms-input-placeholder, input[type=tel]:read-only:-ms-input-placeholder, input[type=text].readonly:-ms-input-placeholder, input[type=text]:read-only:-ms-input-placeholder {
    background: #f8f8f8
}

input[type=email].readonly::-ms-input-placeholder, input[type=email]:read-only::-ms-input-placeholder, input[type=password].readonly::-ms-input-placeholder, input[type=password]:read-only::-ms-input-placeholder, input[type=tel].readonly::-ms-input-placeholder, input[type=tel]:read-only::-ms-input-placeholder, input[type=text].readonly::-ms-input-placeholder, input[type=text]:read-only::-ms-input-placeholder {
    background: #f8f8f8
}

form {
    position: relative;
    margin: 0;
    width: 100%
}

form textarea {
    overflow: auto;
    vertical-align: top;
    border-radius: 6px;
    border: 1px dashed #dcdcdc;
    background: #fff;
    width: 100%;
    padding: 20px;
    margin: 0 0 7px;
    outline: 0;
    outline: 0;
    width: 100% !important;
    min-height: 160px;
    max-width: 100% !important;
    box-sizing: border-box;
    font: .77778 "Gotham Pro", sans-serif;
    box-shadow: none;
    font-weight: 600;
    -webkit-appearance: none
}

form button, form input[type=button] {
    color: #fff;
    border: none;
    background: #1d262d;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    font-weight: 700
}

form label {
    width: 100%;
    display: block;
    position: relative
}

form label:hover {
    cursor: default
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #1d262d;
    -webkit-box-shadow: 0 0 0 1000px #fbfcfb inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: 1px
}

h2 {
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: .5px;
    color: #1d262d;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px
}

h3 {
    font-size: 16px;
    line-height: 1.2;
    color: #1d262d;
    margin: 0 0 12px;
    text-transform: uppercase
}

p {
    margin: 0 0 16px
}

a {
    color: #4c96d7
}

#wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.main {
    flex: 1 1 auto;
    background: #f6f9fb;
    box-sizing: border-box
}

.index .main {
    background: 0 0
}

.container {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    padding: 0 7px;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .container {
        padding: 0 10px
    }
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    background: #4c96d7;
    border: 1px solid #4c96d7;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    transition: background .25s ease 0s
}

.btn:hover {
    background: #3b85c6
}

.btn.btn-white {
    background: #fff;
    color: #4c96d7
}

.btn.btn-white:hover {
    background: #4c96d7;
    color: #fff;
    transition: background .25s ease 0s, color .25s ease 0s
}

.btn.btn-yellow {
    padding: 10px 22px;
    background: #fc0;
    color: #1d262d;
    text-transform: uppercase;
    font-weight: 700;
    border: none
}

.btn.btn-yellow:hover {
    background: #eb0
}

.intro-section {
    color: #fff;
    background: url(/images/bg-intro.jpg?a29670ddd935782e2978bb56292ba8ca) 50% 50% no-repeat;
    background-size: cover;
    padding: 37px 10px 10px;
    font-size: 13px;
    margin: 0 0 20px
}

.intro-section h1 {
    color: #fc0
}

.intro-section .hold-img {
    max-width: 160px;
    margin: 0 auto 10px
}

.intro-section .hold-img img {
    width: 100%;
    height: auto
}

.advantage-section {
    margin: 0 0 40px
}

.advantage-list {
    width: 265px;
    margin: 0 auto 15px
}

.advantage-list li {
    margin: 0 0 19px
}

.advantage-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 16px 10px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d262d
}

.advantage-item .hold-icon {
    display: flex;
    justify-content: center;
    width: 71px;
    height: 40px;
    border-right: 2px solid #4998d4;
    margin: 0 20px 0 0
}

.advantage-item .hold-icon img {
    max-width: 100%;
    max-height: 100%
}

.control-section {
    background: #f6f9fb;
    padding: 52px 0 0
}

.control-list {
    margin: 0 0 15px
}

.control-list li {
    margin: 0 0 60px
}

.control-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 35px 15px;
    min-height: 372px;
    position: relative
}

.control-item .title {
    display: block;
    text-transform: uppercase;
    font-family: eafont, sans-serif;
    letter-spacing: 1px;
    color: #1d262d;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px
}

.control-item .control-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    text-decoration: none;
    background: #4c96d7;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    min-width: 150px;
    border-radius: 20px;
    transition: background .25s ease 0s
}

.promo-section {
    color: #fff;
    background: url(/images/bg-promo.jpg?169b40792eb737668e5dba7240993d0c) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 45px 0 60px;
    text-align: center;
    margin: 0 0 35px;
    overflow: hidden
}

.promo-section h2 {
    color: #fff;
    text-align: center;
    margin: 0 0 30px
}

.promo-section .hold-img {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 106px
}

.promo-section .hold-img img {
    width: 100%;
    height: auto
}

.promo-section .btn {
    min-width: 233px;
    padding: 16px;
    font-size: 16px
}

.info-section p {
    margin: 0 0 30px
}

.info-section .how-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
    overflow: hidden
}

.info-section .how-item:last-child {
    border: none
}

.faq-box {
    margin: 0 0 15px
}

.faq-item {
    padding: 16px 0;
    border-bottom: 1px solid #ccc
}

.faq-item:last-child {
    border: none
}

.faq-item.open .title {
    margin: 0 0 12px;
    color: #4998d4
}

.faq-item .title {
    display: block;
    cursor: pointer;
    transition: margin .25s ease 0s, color .25s ease 0s
}

.faq-item .title:hover {
    color: #4998d4
}

.faq-item .faq-body {
    font-size: 13px
}

.faq-item .faq-body p {
    margin: 0
}

.content {
    padding: 20px 0;
    background: #f6f9fb
}

.content h1 {
    text-align: center;
    font-size: 24px;
    padding: 0 0 22px;
    margin: 0 0 40px;
    position: relative
}

.content h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 41px;
    height: 6px;
    background: #4998d4
}

.platform-box {
    color: #bfbfbf;
    transition: color .25s ease-in-out
}

.platform-box.open {
    color: #757575
}

.platform-box.open .platform-header {
    border-color: #2dab11
}

.platform-box.open .platform-header .hold-icon {
    border-color: #4c96d7
}

.platform-box.open .platform-header .hold-icon:before {
    background: #4c96d7
}

.platform-box.open .platform-header .hold-icon img {
    filter: none;
    opacity: 1
}

.platform-box.open .platform-header .coins-value, .platform-box.open .platform-header .title {
    color: #1d262d
}

.platform-box .platform-header:active .hold-icon, .platform-box .platform-header:hover .hold-icon {
    border-color: #4c96d7
}

.platform-box .platform-header:active .hold-icon:before, .platform-box .platform-header:hover .hold-icon:before {
    background: #4c96d7
}

.platform-box .platform-header:active .hold-icon img, .platform-box .platform-header:hover .hold-icon img {
    filter: none;
    opacity: 1
}

.platform-box .platform-header:active .coins-value, .platform-box .platform-header:active .title, .platform-box .platform-header:hover .coins-value, .platform-box .platform-header:hover .title {
    color: #1d262d
}

.platform-box .platform-header {
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.platform-box .platform-header .hold-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    min-width: 51px;
    height: 51px;
    margin: 0 42px 0 0;
    border: 2px solid #bfbfbf;
    position: relative;
    border-radius: 100%;
    transition: border .25s ease-in-out
}

.platform-box .platform-header .hold-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    bottom: 0;
    width: 2px;
    background: #bfbfbf;
    transition: background .25s ease-in-out
}

.platform-box .platform-header .hold-icon img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.platform-box .platform-header .title {
    display: block;
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Gotham Pro", sans-serif;
    font-weight: bolder;
    color: #bfbfbf;
    margin: 0 0 1px;
    transition: color .25s ease-in-out
}
.platform-box .platform-price-wrap {
    position: absolute;top: -15px;left: 0;width: 100%;display: flex;justify-content: center;
}
.platform-box .platform-price {
    border-radius: 22px;
    padding: 6px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .25s ease-in-out

}
.platform-box.open .platform-price {
    border: 1px solid #4c96d7;
}
/*.platform-box:hover .platform-price {*/
/*    border: 1px solid #4c96d7;*/
/*    transition: all .25s ease-in-out*/
/*}*/

.platform-box .platform-header .coins-value {
    color: #bfbfbf;
    transition: color .25s ease-in-out
}

.platform-box p {
    text-align: center
}

.platform-box .player-card {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    position: relative;
    color: inherit;
    text-decoration: none
}

.platform-box .player-card:hover .card-action {
    opacity: 1;
    visibility: visible
}

.platform-box .player-card.status-inprogress {
    background: #e7e7e7;
    cursor: default
}

.platform-box .player-card.status-inprogress:hover .card-action {
    opacity: 0;
    visibility: hidden
}

.platform-box .player-card.status-inprogress .hold-figure, .platform-box .player-card.status-inprogress .hold-info {
    opacity: .5
}

.platform-box .player-card.status-inprogress .card-status {
    display: block
}

.platform-box .player-card .hold-figure {
    width: 60px;
    margin: 0 15px 0 0
}

.platform-box .player-card .hold-figure img {
    max-width: 100%
}

.platform-box .player-card .hold-info {
    flex: 1
}

.platform-box .player-card .player-name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1d262d;
    margin: 0 0 15px
}

.platform-box .player-card .card-status {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fc0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    display: none
}

.platform-box .player-card .card-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 150, 215, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease 0s, visibility .25s ease 0s
}

.platform-box .player-card .card-action .card-action-link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px;
    border: 2px solid #fff;
    min-width: 88px;
    text-align: center
}

.platform-box .player-card .card-table {
    width: 100%;
    border-collapse: collapse
}

.platform-box .player-card .card-table td:last-child {
    text-align: right;
    font-weight: 600
}

.hold-tabs {
    width: 100%;
    position: relative;
    margin: 0 0 20px
}

.hold-tabs .switch-tabs {
    list-style: none;
    margin: 0 -5px 15px;
    padding: 0;
    display: flex
}

.hold-tabs .switch-tabs li {
    margin: 0 5px;
    padding: 0 20px;
    cursor: pointer;
    height: 33px;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bfbfbf
}

.hold-tabs .switch-tabs li.active {
    border-color: #2dab11;
    cursor: default
}

.hold-tabs .switch-tabs li.active img {
    filter: grayscale(0);
    opacity: 1
}

.hold-tabs .switch-tabs li img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: .5
}

.hold-tabs [data-tab].disabled {
    opacity: .5;
    cursor: default
}

.hold-tabs [data-tab].disabled:hover {
    text-decoration: none
}

.hold-tabs .tab {
    width: 100%
}

.hold-tabs .tab.hidden {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.hold-tabs .tab.visible {
    position: static
}

.account-info {
    background: #fff;
    padding: 15px
}

.account-info .field-wrap {
    margin: 0 0 15px
}

.account-info .field-wrap .label {
    display: block;
    margin: 0 0 5px
}

.account-info .hold-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px
}

.account-info .hold-btn .btn {
    max-width: 45%
}

.account-row .col {
    margin: 0 0 20px
}

.statistic-table {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 0 0 30px
}

.statistic-table .table-holder {
    overflow-x: auto
}

.statistic-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px;
    font-size: 13px
}

.statistic-table table th {
    padding: 10px 8px;
    background: #f6f9fb;
    color: #1d262d;
    white-space: nowrap
}

.statistic-table table td {
    padding: 10px 8px;
    border-bottom: 1px solid #eaeaea;
    text-align: center
}

.statistic-table table td.date {
    white-space: nowrap
}

.statistic-table .table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f6f9fb;
    padding: 7px 15px
}

.statistic-table .table-pagination li {
    margin: 0 8px
}

.statistic-table .table-pagination li.active a {
    color: #fff;
    background: #757575;
    cursor: default
}

.statistic-table .table-pagination li a {
    display: inline-block;
    vertical-align: top;
    padding: 2px 8px;
    color: #757575;
    font-size: 13px
}

.statistic-table .paid-icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: url(/images/icon-paid.png?b2a331ea0ed9c8034236e435202fb458) 0 0 no-repeat;
    background-size: cover
}

.balance-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 26px
}

.balance-box .hold-info {
    margin: 0 0 15px
}

.balance-box .balance-sum {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    color: #4c96d7;
    margin: 0 0 5px
}

.balance-box .balance-link {
    display: block;
    color: #fff;
    text-decoration: none;
    background: #ed1c24;
    font-size: 19px;
    line-height: 1.1;
    padding: 15px 26px;
    text-align: center;
    font-weight: 700
}

.choise-date {
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.choise-date .label {
    margin: 0 10px
}

@media (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 18px
    }

    .platform-box .platform-header {
        padding: 15px 30px
    }

    .platform-holder {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .platform-holder .platform-box {
        width: 50%;
        box-sizing: border-box;
        padding: 0 10px
    }

    .intro-section {
        padding: 50px 10px 40px;
        font-size: 14px;
        margin: 0 0 41px
    }

    .intro-section .intro-row {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .intro-section .hold-text {
        max-width: 575px
    }

    .intro-section .hold-img {
        width: 370px;
        max-width: inherit;
        margin: 0 0 0 20px
    }

    .intro-section h1 {
        font-size: 36px
    }

    .advantage-list {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        margin: 0 20px
    }

    .advantage-list li {
        width: 33.333%;
        box-sizing: border-box;
        padding: 0 20px
    }

    .control-section {
        padding: 60px 0 20px
    }

    .control-list {
        display: flex;
        flex-wrap: wrap
    }

    .control-list li {
        width: 33.333%;
        box-sizing: border-box;
        padding: 0 10px
    }

    h2 {
        font-size: 30px
    }

    .account-row h2 {
        font-size: 24px
    }

    .promo-section {
        position: static
    }

    .promo-section .promo-holder {
        position: relative;
        padding: 0 200px
    }

    .promo-section .hold-img {
        width: 180px;
        bottom: -60px
    }

    .account-row .title-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 15px
    }

    .account-row .title-holder h2 {
        margin: 0
    }

    .hold-tabs .switch-tabs {
        margin: 0
    }

    .hold-tabs .switch-tabs li {
        padding: 0 12px
    }

    .statistic-table .table-holder {
        min-height: 344px
    }

    .balance-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .balance-box .hold-info {
        margin: 0 10px 0 0
    }
}

@media (min-width: 1024px) {
    .promo-section .promo-holder {
        padding: 0 300px
    }

    .promo-section .hold-img {
        width: 260px;
        bottom: -60px
    }

    .control-list li {
        padding: 0 30px
    }

    .info-section .info-row {
        display: flex;
        margin: 0 -50px
    }

    .info-section .info-row .col {
        width: 50%;
        padding: 0 50px;
        box-sizing: border-box
    }

    .info-section .info-row .col:first-child {
        border-right: 2px solid #ccc
    }

    .faq-item {
        padding: 25px 0
    }

    .faq-item:first-of-type {
        padding-top: 0
    }

    .faq-item .title {
        font-size: 16px;
        font-weight: 600
    }

    .info-section .how-item:last-child {
        margin: 0
    }

    .account-info {
        padding: 25px;
        margin-top: 25px
    }

    .account-row {
        display: flex;
        margin: 0 -20px
    }

    .account-row .col {
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px
    }

    .account-row h2 {
        margin: 0 0 15px
    }
}

@media (min-width: 1280px) {
    .statistic-table table td:first-child {
        padding-left: 21px
    }

    .account-info {
        padding: 25px 52px
    }

    .account-row {
        margin: 0 -30px
    }

    .account-row .col {
        padding: 0 30px
    }

    .content {
        padding: 50px 0
    }

    .platform-holder {
        margin: 0 -25px
    }

    .platform-holder .platform-box {
        padding: 0 25px
    }

    .platform-box .player-card {
        padding: 15px 25px
    }

    .platform-box .player-card .hold-figure {
        width: 92px
    }

    h2 {
        font-size: 36px
    }

    .intro-section h1 {
        font-size: 52px
    }
}

#footer {
    flex: 0 0 auto
}

#footer .top-section {
    padding: 39px 0 37px;
    box-sizing: border-box
}

#footer .top-section .list-brands {
    margin-bottom: 10px;
    display: flex;
    margin-left: -8px;
    margin-right: -9px;
    flex-flow: wrap
}

#footer .top-section .list-brands li {
    margin: 0 0 13px;
    padding: 0 7px 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box
}

#footer .top-section .list-brands li .hold-img {
    display: flex;
    width: 100%;
    height: 77px;
    align-items: center;
    box-sizing: border-box;
    border: 4px solid #e6e6e6;
    justify-content: center
}

#footer .top-section .list-brands li .hold-img img {
    max-width: 120px;
    height: auto;
    width: 100%;
    display: block
}

#footer .bottom-section {
    padding: 80px 0 75px;
    box-sizing: border-box;
    background: #36363d url(/images/bg-footer.jpg?2dc61e7383b8147a5adde58eda6a2afe) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    text-align: center
}

#footer .bottom-section .container .copyright {
    margin-bottom: 5px;
    display: block
}

#footer .bottom-section .container .copyright span {
    margin-top: 5px;
    display: block
}

#footer .bottom-section .container .hold-text {
    color: #fc0;
    display: inline-block
}

#footer .bottom-section a[href^=mail], #footer .bottom-section a[href^=mail]:hover, #footer .bottom-section a[href^=tel], #footer .bottom-section a[href^=tel]:hover {
    cursor: default;
    color: #fff;
    text-decoration: none
}

@media (min-width: 375px) {
    #footer .top-section .list-brands li .hold-img img {
        max-width: 140px
    }
}

@media (min-width: 768px) {
    #footer .top-section .list-brands li {
        width: 25%;
        padding: 0 9px 0 8px
    }
}

@media (min-width: 1024px) {
    #footer .top-section .list-brands {
        margin-left: -6px;
        margin-right: -6px;
        text-align: center
    }

    #footer .top-section .list-brands li .hold-img img {
        width: 100%;
        height: auto
    }

    #footer .top-section .list-brands li .hold-img img {
        max-width: 140px
    }

    #footer .bottom-section .container .copyright span {
        display: inline-block;
        margin-top: 0
    }
}

@media (min-width: 1280px) {
    #footer .top-section .list-brands li {
        width: 16.6666%
    }
}

#footer {
    margin: 0 0 50px;
    transition: margin .25s ease-in-out
}

.holder-fixed-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #36363d;
    border-top: 2px solid #fc0;
    box-sizing: border-box;
    padding: 6px 0 3px;
    transition: bottom .25s ease-in-out
}

.fixed-menu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 375px;
    margin: 0 auto
}

.fixed-menu li {
    padding: 0 8px
}

.fixed-menu li a {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .25s ease-in-out
}

.fixed-menu li a:active {
    color: #fc0
}

.fixed-menu li a:active .hold-icon img:first-child {
    opacity: 0
}

.fixed-menu li a:active .hold-icon img:last-child {
    opacity: 1
}

.fixed-menu li a:active .hold-icon svg path {
    fill: #fc0
}

.fixed-menu li a:active .hold-icon svg path.api-element {
    fill: #36363d
}

.fixed-menu li .hold-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.fixed-menu li .hold-icon img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    transition: opacity .25s ease-in-out
}

.fixed-menu li .hold-icon img:first-child {
    opacity: 1
}

.fixed-menu li .hold-icon img:last-child {
    opacity: 0
}

.fixed-menu li .hold-icon svg path {
    transition: all .25s ease-in-out
}

.fixed-menu li.active a {
    color: #fc0
}

.fixed-menu li.active .hold-icon img:first-child {
    opacity: 0
}

.fixed-menu li.active .hold-icon img:last-child {
    opacity: 1
}

.fixed-menu li.active .hold-icon svg path {
    fill: #fc0
}

.fixed-menu li.active .hold-icon svg path.api-element {
    fill: #36363d
}

@media (min-width: 768px) {
    #footer {
        margin: 0
    }

    .holder-fixed-menu {
        bottom: -80px
    }
}

.yellow-bg {
    background: #fc0;
    color: #fff
}

.blue-bg {
    background: #4c96d7;
    color: #fff
}

.timer-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px;
    list-style: none;
    font-weight: 700;
    color: #fff;
    background: #fc0;
    min-width: 105px;
    padding: 6px 5px;
    box-sizing: border-box
}

.modal {
    width: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 99
}

.player-page-holder .item {
    background: #fff;
    margin: 0 0 7px;
    box-shadow: 0 0 15px rgba(50, 57, 64, .2);
    position: relative
}

.player-page-holder .close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background: #757575;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    transition: color .25s ease 0s, background .25s ease 0s
}

.player-page-holder .close:active, .player-page-holder .close:hover {
    background: #1d262d
}

.player-page-holder .hold-img {
    width: 100%
}

.player-page-holder .hold-img img {
    display: block;
    width: 100%;
    height: auto
}

.player-page-holder .player-card {
    display: flex;
    justify-content: space-between;
    padding: 14px 10px
}

.player-page-holder .player-card .hold-img {
    width: 27.46%;
    padding: 0 15px 0 0;
    box-sizing: border-box
}

.player-page-holder .player-card .hold-img, .player-page-holder .player-card .timer-countdown {
    flex: 0 0 auto
}

.player-page-holder .player-card .hold-top {
    order: 2
}

.player-page-holder .hold-price-coins {
    padding: 0 18px 0 0;
    box-sizing: border-box;
    flex: 1 0 auto
}

.player-page-holder .hold-price-coins .hold-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px
}

.player-page-holder .hold-price-coins .icon {
    width: 17px;
    margin: 0 0 0 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto
}

.player-page-holder .hold-price-coins .icon img {
    width: 100%;
    height: auto
}

.player-page-holder .hold-price-coins .price-value {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #1d262d
}

.player-page-holder .hold-price-coins .price-subtitle {
    display: block;
    font-size: 13px;
    line-height: 16px
}

.player-page-holder .hold-price-coins .hold-link {
    text-align: center;
    margin: 14px 0 0
}

.player-page-holder .hold-price-coins .hold-link .link {
    display: inline-block
}

.player-page-holder .hold-console {
    margin: 0 0 6px
}

.player-page-holder .hold-console .console-name {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 1px
}

.player-page-holder .hold-console .icon-console {
    margin: 0 0 0 15px
}

.player-page-holder .link {
    display: block;
    min-width: 115px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 6px 2px;
    background: #4c96d7;
    color: #f6f9fb;
    border: 1px solid #4c96d7;
    border-radius: 25px;
    transition: color .25s ease 0s, background .25s ease 0s
}

.player-page-holder .link:active, .player-page-holder .link:hover {
    background: #fff;
    color: #4c96d7
}

.player-page-holder .cancel-link {
    display: block;
    min-width: 114px;
    box-sizing: border-box;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    padding: 5px 4px;
    transition: color .25s ease 0s, background .25s ease 0s
}

.player-page-holder .cancel-link:active, .player-page-holder .cancel-link:hover {
    background: #ed1c24;
    color: #fff
}

.player-page-holder .buy-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #e90052;
    padding: 10px 20px 9px;
    text-transform: uppercase;
    min-width: 133px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid #e90052;
    box-shadow: 0 0 15px rgba(233, 0, 82, .4);
    transition: color .25s ease 0s, background .25s ease 0s
}

.player-page-holder .buy-link:active, .player-page-holder .buy-link:hover {
    color: #e90052;
    background: #fff
}

.player-page-holder .item-head {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 4px 4px 5px;
    text-align: center
}

.player-page-holder .hold-details {
    padding: 11px 10px 0
}

.player-page-holder .price-box {
    padding: 18px 26px 17px 20px
}

.player-page-holder .hold-text {
    padding: 25px 10px 30px 20px
}

.player-page-holder .hold-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.player-page-holder .col-info {
    width: 33.3333%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 14px
}

.player-page-holder .col-info .info-title {
    margin: 0 0 3px
}

.player-page-holder .col-info .info-value {
    font-size: 14px;
    font-weight: 700;
    color: #1d262d;
    display: flex;
    align-items: center;
    justify-content: center
}

.player-page-holder .col-info .info-value span:last-child {
    display: none
}

.player-page-holder .col-info .info-value .icon {
    width: 15px;
    margin: 0 0 0 7px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.player-page-holder .col-info .info-value .icon img {
    width: 100%;
    height: auto
}

.player-page-holder .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.player-page-holder .price-box .hold-price {
    position: relative;
    padding: 0 20px 0 0
}

.player-page-holder .price-box .hold-price .price {
    font-size: 16px;
    line-height: 18px;
    color: #4c96d7;
    font-weight: 700
}

.player-page-holder .price-box .hold-price .icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    cursor: pointer
}

.choise-date {
    position: relative;
    margin: 0 0 15px
}

.choise-date .hold-input {
    position: relative
}

.choise-date .hold-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 3
}

.choise-date .hold-icon img {
    display: block;
    width: 100%;
    height: auto
}

.choise-date input[type=text] {
    cursor: pointer;
    z-index: 2;
    padding: 6px 10px 6px 34px;
    height: 29px;
    font-size: 13px;
    color: #ccc;
    box-shadow: 0 0 10px rgba(117, 117, 117, .2)
}

.choise-date input[type=text]:focus {
    outline: 0
}

.ui-datepicker {
    width: 192px;
    background: #fff;
    box-shadow: 1px 1px 60px rgba(0, 59, 117, .1);
    padding: 0 10px;
    overflow: hidden
}

.ui-datepicker .ui-datepicker-unselectable {
    opacity: .3
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    margin: 0 -10px;
    padding: 10px 0;
    border-bottom: 1px solid #f6f9fb
}

.ui-datepicker .ui-datepicker-header .ui-icon {
    background-size: cover;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    width: 18px;
    height: 18px;
    top: 50%;
    margin: -9px 0 0;
    border-radius: 100%;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-hover {
    border: none;
    background: 0 0
}

.ui-datepicker .ui-datepicker-next.ui-state-hover span, .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
    opacity: 1
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    width: 8px;
    height: 12px;
    margin: -6px 0 0 -4px;
    opacity: .6;
    transition: opacity .2s ease-in-out
}

.ui-datepicker .ui-datepicker-prev {
    left: 15px
}

.ui-datepicker .ui-datepicker-next {
    right: 15px;
    transform: rotate(180deg)
}

.ui-datepicker table {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px
}

.ui-datepicker table th {
    opacity: .6;
    padding: 10px 5px
}

.ui-datepicker .ui-button, .ui-datepicker .ui-button.ui-state-disabled:active, .ui-datepicker .ui-button.ui-state-disabled:hover, .ui-datepicker .ui-datepicker-header .ui-state-default, .ui-datepicker .ui-state-default {
    color: #757575;
    background: #fff;
    width: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 1px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out
}

.ui-datepicker .ui-button.ui-state-disabled:active.ui-state-hover, .ui-datepicker .ui-button.ui-state-disabled:hover.ui-state-hover, .ui-datepicker .ui-button.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-state-default.ui-state-hover, .ui-datepicker .ui-state-default.ui-state-hover {
    border: 1px solid #4998d4
}

.ui-datepicker .ui-datepicker-header .ui-state-highlight, .ui-datepicker .ui-state-highlight {
    color: #fff;
    background: #4998d4;
    border: 1px solid #4998d4
}

.ui-datepicker .ui-button.ui-state-active:hover, .ui-datepicker .ui-button:active, .ui-datepicker .ui-datepicker-header .ui-state-active, .ui-datepicker .ui-state-active, .ui-datepicker a.ui-button:active {
    border: 1px solid #4998d4
}

@media (min-width: 768px) {
    .choise-date {
        margin: 0
    }

    .choise-date .hold-input {
        width: 125px
    }

    .player-page-holder .close {
        width: 28px;
        height: 28px
    }

    .player-page-holder .row {
        display: flex;
        margin: -14px;
        flex-wrap: wrap
    }

    .player-page-holder .row .col-33 {
        width: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column
    }

    .player-page-holder .row .col-33.item-small {
        align-self: flex-start
    }

    .player-page-holder .row .col-100 {
        width: 100%
    }

    .player-page-holder .item {
        flex: 1 0 auto;
        margin: 14px
    }

    .player-page-holder .player-card {
        display: block;
        padding: 30px 15px
    }

    .player-page-holder .player-card .hold-top {
        display: flex;
        margin: 0 -5px 20px
    }

    .player-page-holder .player-card .hold-top .cancel-link, .player-page-holder .player-card .hold-top .timer-countdown {
        width: 50%;
        margin: 0 5px
    }

    .player-page-holder .player-card .hold-top .timer-countdown {
        font-size: 22px;
        line-height: 24px;
        padding: 9px
    }

    .player-page-holder .player-card .hold-top .cancel-link {
        font-size: 14px;
        line-height: 18px;
        padding: 11px 6px
    }

    .player-page-holder .player-card .hold-img {
        width: 100%;
        padding: 0 32px;
        margin: 0 0 12px;
        box-sizing: border-box
    }

    .player-page-holder .hold-price-coins {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 32px
    }

    .player-page-holder .hold-price-coins .icon {
        width: 18px
    }

    .player-page-holder .hold-price-coins .hold-console, .player-page-holder .hold-price-coins .price-coins {
        width: 40%
    }

    .player-page-holder .hold-price-coins .hold-console {
        text-align: center;
        order: 1;
        margin: 0
    }

    .player-page-holder .hold-price-coins .hold-console .icon-console {
        margin: 0
    }

    .player-page-holder .hold-price-coins .hold-link {
        width: 100%;
        order: 2;
        margin: 26px 0 0
    }

    .player-page-holder .hold-price-coins .link {
        min-width: 156px
    }

    .player-page-holder .hold-price-coins .price-value {
        font-size: 20px;
        line-height: 24px
    }

    .player-page-holder .hold-price-coins .console-name, .player-page-holder .hold-price-coins .price-subtitle {
        font-size: 14px;
        line-height: 20px
    }

    .player-page-holder .item-head {
        font-size: 20px;
        line-height: 24px;
        padding: 13px
    }

    .player-page-holder .hold-details {
        padding: 25px 20px 5px;
        justify-content: space-between
    }

    .player-page-holder .col-info {
        width: auto;
        text-align: center;
        margin: 0 0 20px;
        position: relative;
        font-size: 14px;
        line-height: 20px
    }

    .player-page-holder .col-info.col-100 {
        width: 100%;
        padding: 21px 0
    }

    .player-page-holder .col-info.col-100:after, .player-page-holder .col-info.col-100:before {
        content: '';
        display: block;
        position: absolute;
        clear: both;
        top: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background: #757575;
        opacity: .5
    }
    .player-page-holder .col-info.col-100-first:before {
        content: none;
    }
    .player-page-holder .col-info.col-100-first {
        padding-top: 0;
    }

    .player-page-holder .col-info.col-100:after {
        top: auto;
        bottom: 0
    }

    .player-page-holder .col-info:last-child {
        padding: 0
    }

    .player-page-holder .col-info .info-value {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #1d262d
    }

    .player-page-holder .col-info .info-value span:first-child {
        display: none
    }

    .player-page-holder .col-info .info-value span:last-child {
        display: block
    }

    .player-page-holder .col-info .info-title {
        margin: 0
    }

    .player-page-holder .price-box {
        padding: 20px
    }

    .player-page-holder .hold-text {
        padding: 38px 18px 20px 27px
    }
}

@media (min-width: 1024px) {
    .player-page-holder .row .col-33 {
        width: 33.3333%
    }

    .player-page-holder .row .item-small {
        min-height: 516px
    }

    .player-page-holder .player-card {
        padding: 30px 15px 42px
    }

    .player-page-holder .player-card .hold-top {
        margin-bottom: 38px
    }

    .player-page-holder .price-box {
        padding: 22px 22px 30px;
        flex-direction: column
    }

    .player-page-holder .price-box .hold-price {
        margin: 0 0 20px;
        padding: 0 24px 0 0
    }

    .player-page-holder .price-box .hold-price .price {
        font-size: 20px;
        line-height: 24px
    }

    .player-page-holder .price-box .buy-link {
        min-width: 158px;
        padding: 13px 10px
    }
}

@media (min-width: 1280px) {
    .player-page-holder .row .col-33 {
        width: 33.3333%
    }

    .player-page-holder .item-title {
        margin: 0 0 20px
    }
}
@media (max-width: 415px) {
    .player-card .hold-top,
    .player-page-holder .player-card .hold-img,
    .player-card .hold-price-coins{
        padding: 0;
        margin:0;
    }
    .player-page-holder .player-card .hold-img
    {
        width: -moz-max-content;
        width: max-content;
        margin-right: 3px;
        max-width:  24.46%;
    }
}
@media (max-width: 320px) {
    .player-page-holder .player-card .hold-img
    {
        max-width:  21.46%;
    }
}
/*.el-alert__title {*/
/*    font-size: 16px;*/
/*}*/
/*.el-alert .el-alert__description {*/
/*    font-size: 14px;*/
/*}*/
.el-alert__closebtn {
    font-size: 16px !important;
    font-weight: bold !important;
    top: 9px !important;
}


/* common project variables */
/* font variables */
/* color variables */
/* border-radius variables */
/* transition variables */
/* general classes */
/* START GENERAL CSS */
/* wrapper */

.btn.btn-yellow {
  padding: 11px 22px;
}

button:focus {
  outline: none;
}

.intro-section {
  padding: 25px 10px 14px;
  margin: 0 0 28px;
  position: relative;
  line-height: 18px;
}

.intro-section .hold-img {
  width: 100%;
  max-width: 114px;
}

.intro-section:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 25px;
  background: url(/images/shape-header-2.svg?0fb755ef49ed498f0503dd0c853e6b60) 25% 100% no-repeat;
  background-size: auto 100%;
}

.advantage-item {
  padding: 20px 10px;
}

.advantage-item .hold-icon {
  height: 48px;
}

.advantage-item .hold-icon img {
  height: 100%;
  width: auto;
  max-height: 100%;
}

.info-section p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 18px;
}

.info-section h2 {
  font-weight: normal;
  margin-bottom: 6px;
  letter-spacing: .4px;
}

.info-section h3 {
  margin-bottom: 8px;
}

.info-section .how-item {
  margin: 0 0 17px;
  padding-bottom: 4px;
  box-sizing: border-box;
  position: relative;
}

.info-section .how-item:last-child {
  margin-bottom: 6px;
}

.info-section .how-item:last-child:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.info-section .how-item:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.faq-box {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 18px;
}

.faq-item {
  padding: 17px 0 16px;
  position: relative;
}

.faq-item:first-of-type {
  padding: 15px  0 16px;
}

.faq-item:last-child:after {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.faq-item:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.faq-item.open .title {
  margin: 0 0 4px;
  color: #4998d4;
}

.hold-tabs {
  margin: 0 0 40px;
}

@media (min-width: 480px) {
  .intro-section:after {
    padding-top: 3.6%;
    background-position: 50% 100%;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .intro-section {
    padding: 47px 10px 40px;
  }
  .intro-section .hold-text {
    width: 100%;
  }
  .intro-section .hold-img {
    width: 360px;
    max-width: 360px;
    margin: 0 10px 0 20px;
  }
  .advantage-list {
    display: flex;
    justify-content: center;
  }
  .advantage-list li {
    width: 33.333%;
    max-width: 356px;
    box-sizing: border-box;
  }
  .intro-section {
    font-size: 14px;
    line-height: 18px;
  }
}


@media (min-width: 1024px) {
  .advantage-item .hold-icon {
    width: auto;
    padding: 0 20px 0 10px;
  }
  .info-section {
    padding: 33px 0 77px;
  }
  .info-section h2 {
    margin: 0 0 18px;
  }
  .info-section h3 {
    margin: 0 0 28px;
  }
  .info-section p {
    margin: 0 0 45px;
  }
  .info-section .how-item {
    margin: 0 0 42px;
    padding-bottom: 0;
  }
  .info-section .how-item:after {
    max-width: 490px;
  }
  .info-section .how-item p {
    margin: 0 0 29px;
  }
  .info-section .how-item:last-child {
    margin: 0;
  }
  .info-section .how-item:last-child p:last-child {
    margin: 0;
  }
  .faq-item {
    padding: 27px 0 28px;
  }
  .faq-item:first-of-type {
    padding-top: 0;
    padding-bottom: 28px;
  }
  .faq-item:last-of-type {
    padding-bottom: 0;
  }
  .faq-item.open .title {
    margin-bottom: 13px;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 18px;
  }
  .intro-section {
    margin: 0 0 52px;
  }
  .intro-section h1 {
    font-size: 52px;
  }
  .info-section p {
    font-size: 14px;
  }
  .faq-item:after {
    max-width: 490px;
  }
}

.video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.video::\--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#footer .top-section {
  padding: 31px 0 2px;
}

#footer .top-section .list-brands {
  justify-content: center;
}

#footer .top-section .list-brands li {
  margin: 0 0 18px;
  padding: 0 2px;
  width: 33.33333%;
  max-width: 180px;
}

#footer .top-section .list-brands li .hold-img {
  height: 50px;
  padding: 6px;
}

#footer .bottom-section {
  padding: 49px 0 48px;
}

#footer .bottom-section .container .copyright {
  margin-bottom: 7px;
  display: inline-block;
}

#footer .bottom-section .container .copyright span {
  margin-top: 0;
  display: inline-block;
}

#footer .bottom-section .container .hold-text {
  font-weight: 600;
}

/*START MEDIA*/
@media (min-width: 375px) {
  #footer .top-section .list-brands li .hold-img img {
    max-width: 96px;
  }
}

@media (min-width: 768px) {
  #footer .top-section .list-brands li {
    max-width: 198px;
    padding: 0 9px;
  }
}

@media (min-width: 1024px) {
  #footer .top-section .list-brands li .hold-img {
    height: 77px;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  #footer .bottom-section {
    padding: 77px 0 80px;
  }
  #footer .bottom-section .container {
    letter-spacing: .2px;
  }
  #footer .bottom-section .container .copyright {
    margin-bottom: 2px;
  }
  #footer .top-section {
    padding: 63px 0 38px;
  }
  #footer .top-section .list-brands li {
    margin-bottom: 13px;
  }
}

/*END MEDIA*/
#footer {
  margin: 0 0 50px;
  transition: margin 0.25s ease-in-out;
}

.holder-fixed-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #36363D;
  border-top: 2px solid #ffcc00;
  box-sizing: border-box;
  padding: 6px 0 3px;
  transition: bottom 0.25s ease-in-out;
  z-index: 3;
}

.fixed-menu {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.fixed-menu li {
  padding: 0 8px;
}

.fixed-menu li a {
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.fixed-menu li a:active {
  color: #ffcc00;
}

.fixed-menu li a:active .hold-icon img:first-child {
  opacity: 0;
}

.fixed-menu li a:active .hold-icon img:last-child {
  opacity: 1;
}

.fixed-menu li a:active .hold-icon svg path {
  fill: #ffcc00;
}

.fixed-menu li a:active .hold-icon svg path.api-element {
  fill: #36363D;
}

.fixed-menu li .hold-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fixed-menu li .hold-icon img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  transition: opacity 0.25s ease-in-out;
}

.fixed-menu li .hold-icon img:first-child {
  opacity: 1;
}

.fixed-menu li .hold-icon img:last-child {
  opacity: 0;
}

.fixed-menu li .hold-icon svg path {
  transition: all 0.25s ease-in-out;
}

.fixed-menu li.active a {
  color: #ffcc00;
}

.fixed-menu li.active .hold-icon img:first-child {
  opacity: 0;
}

.fixed-menu li.active .hold-icon img:last-child {
  opacity: 1;
}

.fixed-menu li.active .hold-icon svg path {
  fill: #ffcc00;
}

.fixed-menu li.active .hold-icon svg path.api-element {
  fill: #36363D;
}

@media (min-width: 768px) {
  #footer {
    margin: 0;
  }
  .holder-fixed-menu {
    bottom: -80px;
  }
}

.player-auction {
  margin-bottom: 40px;
}

.player-auction .title {
  font-family: 'eafont', sans-serif;
  color: #4998d4;
  padding: 16px 15px 14px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  transition: color 0.25s ease 0ms;
}

.player-auction .title:before {
  content: '';
  display: block;
  clear: both;
  background: #4998d4;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  transition: background 0.25s ease 0ms;
}

.player-auction .title:after {
  content: '';
  color: #fff;
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 7px;
  width: 7px;
  transform: rotate(-136deg);
  transform-origin: center center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
  transition: rotate 0.25s ease 0ms , color 0.25s ease 0ms;
}

.player-auction .title:hover {
  cursor: pointer;
}

.player-auction .faq-item {
  padding: 0;
  border: 1px solid #757575;
  border-top: none;
}

.player-auction .faq-item:first-child {
  border-top: 1px solid #757575;
}

.player-auction .faq-item .faq-body {
  padding: 25px 15px 22px;
  box-sizing: border-box;
}

.player-auction .faq-item.open .title {
  background: #4998d4;
  color: #fff;
  margin-bottom: 0;
}

.player-auction .faq-item.open .title:before {
  background: #fff;
}

.player-auction .faq-item.open .title:after {
  transform: rotate(45deg);
  border-top: 1px solid #4998d4;
  border-left: 1px solid #4998d4;
  margin-top: -2px;
}

.player-auction .faq-box {
  margin: 0;
}

.player-auction .hold-video {
  text-align: center;
}

.player-auction .hold-video video {
  width: 280px;
  height: 600px;
}

.feedback-section {
  background: #f6f9fb;
  padding: 25px 0 30px;
  text-align: center;
  position: relative;
  border-top: 1px solid #fcfdfe;
}

.feedback-section .btn {
  display: flex;
}

.feedback-section .btn.btn-blue {
  background: #1256a6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  font-size: 14px;
  line-height: 18px;
  border-radius: 24px;
  padding: 18px 31px 14px 26px;
}

.feedback-section .btn.btn-blue:hover {
  background: #4998d4;
}

.feedback-section .holder-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.feedback-section .hold-img {
  max-width: 62px;
  margin: 0 10px 0 13px;
  position: absolute;
  bottom: 12px;
  right: 7px;
}

.feedback-section .hold-img img {
  width: 100%;
  height: auto;
  display: block;
}

.feedback-section h2 {
  margin-bottom: 14px;
}

.inner .main {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .inner .advantage-section {
    margin-bottom: 20px;
  }
  .inner .advantage-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .inner .advantage-list li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 6px;
    margin-bottom: 10px;
    display: flex;
  }
  .inner .advantage-item {
    flex-direction: column;
    padding: 25px 8px 22px;
    text-align: center;
    width: 100%;
  }
  .inner .advantage-item .hold-icon {
    border-right: none;
    position: relative;
    margin: 0 auto 13px;
    padding-bottom: 16px;
    height: 44px;
  }
  .inner .advantage-item .hold-icon:after {
    content: '';
    display: block;
    clear: both;
    background: #4998d4;
    height: 2px;
    width: 38px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
  }
}

@media (min-width: 375px) {
  .player-auction .hold-video video {
    width: 340px;
    height: 680px;
  }
  .feedback-section .hold-img {
    max-width: 82px;
  }
}

@media (min-width: 600px) {
  .intro-section {
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .intro-section {
    padding-bottom: 80px;
  }
  .feedback-section {
    padding: 18px 0 23px 225px;
  }
  .feedback-section .btn.btn-blue {
    font-size: 16px;
    line-height: 18px;
    border-radius: 24px;
    padding: 17px 33px 15px;
  }
  .feedback-section h2 {
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 40px;
  }
  .feedback-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feedback-section .hold-img {
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    max-width: 137px;
    margin-left: 88px;
  }
  .feedback-section .holder-text {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .intro-section {
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .intro-section {
    padding-bottom: 130px;
    background-position: 100% 100%;
  }
}

.gallery-reviews {
  background: url(/images/bg-promo-shape.png?efc021b5fd72ca3630fcaa42be0d8b6c) 50% 50% no-repeat;
  background-size: cover;
  padding: 45px 0 30px;
  box-sizing: border-box;
  margin-bottom: 26px;
  width: 100%;
}

.gallery-reviews h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

.gallery-reviews .holder-cart {
  background: #fff;
  border-radius: 20px;
}

.gallery-reviews .holder-cart .row {
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gallery-reviews .holder-cart .row:first-child {
  padding-top: 19px;
}

.gallery-reviews .holder-cart .row:last-child {
  border-top: 1px solid #757575;
}

.gallery-reviews .hold-rating {
  display: flex;
  margin-right: 14px;
}

.gallery-reviews .hold-rating .hold-star {
  background: #4998d4 url(/images/icon-star.png?8725c1874dc894ef2b208a07b7851e8f) center center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  display: inline-flex;
}

.gallery-reviews .hold-rating .hold-star.gray {
  background-color: #757575;
}

.gallery-reviews .hold-name {
  text-transform: uppercase;
  color: #1f1f1f;
}

.gallery-reviews .hold-price,
.gallery-reviews .hold-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.gallery-reviews .hold-price {
  margin-right: 3px;
  display: flex;
}

.gallery-reviews .hold-price span {
  color: #333333;
  margin-right: 6px;
}

.gallery-reviews .hold-info {
  padding: 1px 0 2px 2px;
  box-sizing: border-box;
}

.gallery-reviews .hold-title,
.gallery-reviews .hold-info {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
}

.gallery-reviews .hold-title {
  background: #e1e7ea;
  padding: 4px 16px 5px 15px;
}

.gallery-reviews .hold-time {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
  /*max-width: 77px;*/
}

.gallery-reviews .hold-logo {
  min-width: 40px;
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: -1px 10px 0 -1px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
}

.gallery-reviews .hold-logo img {
  max-width: 26px;
  width: 100%;
  height: auto;
}

.gallery-reviews .hold-img.flag {
  width: 28px;
  margin: 3px 13px 0 2px;
}

.gallery-reviews .hold-player {
  background: #333333;
  max-width: 45px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-right: 13px;
  margin-left: 13px;
  padding: 0 5px;
  box-sizing: border-box;
}

.gallery-reviews .hold-img.coins {
  margin-right: 5px;
}

.gallery-reviews .gallery-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
}

.gallery-reviews .gallery-holder ul {
  width: 99999999px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.gallery-reviews .gallery-holder ul li {
  width: 300px;
  float: left;
  text-align: left;
}

.gallery-reviews .gallery-holder ul li .wrap {
  padding: 0 10px;
  box-sizing: border-box;
}

.gallery-reviews .link-prev,
.gallery-reviews .link-next {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 7px;
}

.gallery-reviews .link-prev:before,
.gallery-reviews .link-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  background: url(/images/gallery-arrow.png?14d6d2146748bca5a8623c7852839f07) 0 0 no-repeat;
  background-size: contain;
  height: 14px;
  width: 8px;
  margin: -7px 0 0 -4px;
}

.gallery-reviews .link-prev:hover,
.gallery-reviews .link-next:hover {
  opacity: 1;
}

.gallery-reviews .link-next:before {
  background: url(/images/gallery-arrow-next.png?69d5ace132c9dab202f386bf7f3b1f5b) 0 0 no-repeat;
}

.gallery-reviews .wrap-gallery {
  text-align: center;
}

@media (min-width: 375px) {
  .gallery-reviews .holder-cart .row {
    padding: 0 6px 0 30px;
  }
}

@media (min-width: 376px) {
  .gallery-reviews {
    position: relative;
  }
  .gallery-reviews:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: url(/images/bg-gallery-before.png?c9ee48a3887439c4f7f0a9cb7d79f015) 25% 100% no-repeat;
    background-size: auto 100%;
    padding-bottom: 30px;
  }
  .gallery-reviews:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: url(/images/bg-gallery-after.png?fc3b7728c8765a6300d6a8f643db1cf8) 25% 100% no-repeat;
    background-size: auto 100%;
    padding-top: 30px;
  }
}

@media (min-width: 600px) {
  .gallery-reviews {
    padding: 65px 0 55px;
  }
  .gallery-reviews:before {
    padding-bottom: 3.6%;
    background-position: 50% 100%;
    background-size: cover;
  }
  .gallery-reviews:after {
    padding-top: 3.6%;
    background-position: 50% 100%;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .gallery-reviews {
    padding: 85px 0 75px;
    /*background: url(../images/bg-gallery.png) 50% 50% no-repeat;
    background-size: cover;*/
  }
  .gallery-reviews .wrap-gallery {
    max-width: 1344px;
    padding: 0 65px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .gallery-reviews .link-next,
  .gallery-reviews .link-prev {
    position: absolute;
    top: 50%;
    margin: -22px 0 0 0;
  }
  .gallery-reviews .link-prev {
    left: 8px;
  }
  .gallery-reviews .link-next {
    right: 8px;
  }
  .gallery-reviews .gallery-holder ul li {
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .gallery-reviews {
    padding: 105px 0 80px;
  }
  .gallery-reviews h2 {
    margin-bottom: 31px;
  }
}

@media (min-width: 1600px) {
  .gallery-reviews .gallery-holder ul li {
    width: 350px;
  }
  .gallery-reviews .gallery-holder ul li .wrap {
    padding: 0 25px;
  }
}

@media (min-width: 1920px) {
  .gallery-reviews {
    padding: 134px 0 80px;
  }
  .gallery-reviews .link-prev {
    left: 23px;
    margin: -23px 0 0 0;
  }
  .gallery-reviews .link-next {
    right: 23px;
    margin: -23px 0 0 0;
  }
}

.modal#rate-popup {
  width: 300px;
  background: #fff;
  overflow: hidden;
  color: #757575;
  z-index: 1000;
  box-sizing: border-box;
}

.modal#rate-popup .hold-title {
  padding: 10px 20px;
  box-sizing: border-box;
  background: #4c96d7;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  margin-bottom: 29px;
  justify-content: center;
  display: flex;
}

.modal#rate-popup .hold-title:before {
  content: '';
  display: -webkit-inline-flex;
  clear: both;
  background: url(/images/check-popup.png?0163919c0ae19c139d671112beb8f2da) no-repeat;
  max-width: 24px;
  width: 100%;
  height: 24px;
  margin-right: 11px;
}

.modal#rate-popup .holder-form {
  padding: 0 15px 15px;
  box-sizing: border-box;
}

.modal#rate-popup .text {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.modal#rate-popup .list-rate {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal#rate-popup .list-rate li {
  display: flex;
  margin: 0 2px 4px;
  width: 28px;
  height: 28px;
}

.modal#rate-popup .list-rate li a {
  width: 100%;
  height: 100%;
  background: #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease 0ms;
}

.modal#rate-popup .list-rate li a img {
  width: 22px;
  height: auto;
  display: block;
}

.modal#rate-popup .list-rate li a:hover {
  background: #4c96d7;
}

.modal#rate-popup .list-rate li.active a {
  background: #4c96d7;
}

.modal#rate-popup form textarea {
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  border-radius: 0;
  padding: 12px 20px;
  min-height: 85px;
  margin-bottom: 9px;
  max-height: 200px;
}

.modal#rate-popup .notice {
  margin-bottom: 20px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin-left: 5px;
}

.modal#rate-popup .holder-btn {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}

.modal#rate-popup .holder-btn .btn {
  margin: 0 10px 10px;
  border-radius: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 10px;
  min-width: 100px;
  font-size: 12px;
  line-height: 14px;
  background: #1256a6;
  border: none;
}

.modal#rate-popup .holder-btn .btn:hover {
  background: #4998d4;
}

.modal#rate-popup .holder-btn .btn.btn-gray {
  background: #c9c9c9;
}

.modal#rate-popup .holder-btn .btn.btn-gray:hover {
  background: #4998d4;
}

.modal#rate-popup input, .modal#rate-popup textarea {
  outline: none;
}

.modal#rate-popup input:active, .modal#rate-popup textarea:active {
  outline: none;
}

@media (min-width: 600px) {
  .modal#rate-popup {
    width: 520px;
  }
  .modal#rate-popup .holder-btn .btn {
    font-size: 16px;
    line-height: 18px;
    min-width: 173px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .modal#rate-popup .holder-form {
    padding: 0 50px 15px;
  }
  .modal#rate-popup .hold-title {
    font-size: 22px;
    line-height: 24px;
    padding: 19px 20px;
  }
  .modal#rate-popup .list-rate,
  .modal#rate-popup .notice {
    margin-bottom: 26px;
  }
}

#header .holder-button {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: fixed;
  top: 250px;
  right: -41px;
  z-index: 2;
}

#header .holder-button .btn-red {
  padding: 7px 17px 5px 14px;
  background: #E90052;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: background 0.25s ease 0ms;
}

#header .holder-button .btn-red:hover {
  background: #4998d4;
}

#header .holder-button.hide-desctop {
  right: -48px;
}

#header {
  padding: 8px 0;
}

#header .btn {
  border-radius: 24px;
}

#header .logo {
  width: 42px;
  height: 36px;
  margin: 0 10px 0 0;
}

#header .hold-account .account-link, .header-select {
  width: auto;
  text-indent: inherit;
  padding: 0 23px 0 35px;
  background-size: 24px 24px;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: color .25s ease 0s;
}

#header .hold-account .account-link:before, .header-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/images/arrow.png?b4c018a80b309e4db87d695d8f32953e) 0 0 no-repeat;
  width: 14px;
  height: 9px;
}

.header-select {
  background: url(https://www.mydgn.com/images/locales/flag-en.png) 0 0 no-repeat;
  background-size: 28px;
  background-position: 0 2px;
}

.header-select:hover {
  cursor: pointer;
}

#header .hold-account.open #lang_select, .head_notify-drop.open {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

#header .prices .hold-account .account-link {
  background: url(/images/api-prices.png?e37173d56623a20cf88883d757c58805) 0 0 no-repeat;
  cursor: pointer;
}

.languages {
  text-transform: uppercase;
}

.account-menu li {
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
}

.account-menu li:first-child {
  margin-left: 10px;
}

#header .hold-account .btn.btn-yellow {
  margin-left: 16px;
  padding: 11px 12px;
}

/*login form*/
#header .hold-account .login-form,
#header .hold-account .registr-form {
  padding: 29px 15px 29px 15px;
  font-size: 13px;
  line-height: 18px;
  margin: 17px 0 0 0;
  box-sizing: border-box;
}

#header .hold-account .login-form .hold-link,
#header .hold-account .registr-form .hold-link {
  border: none;
  margin: 0 0 11px;
  padding: 0;
  width: 100%;
}

#header .hold-account .login-form .hold-link .login-user,
#header .hold-account .login-form .hold-link .add-user,
#header .hold-account .registr-form .hold-link .login-user,
#header .hold-account .registr-form .hold-link .add-user {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .2px;
  color: #ffcc00;
  padding: 11px 11px;
  border: 1px solid #ffcc00;
  display: block;
}

#header .hold-account .login-form .hold-link .login-user:hover,
#header .hold-account .login-form .hold-link .add-user:hover,
#header .hold-account .registr-form .hold-link .login-user:hover,
#header .hold-account .registr-form .hold-link .add-user:hover {
  background: #ffcc00;
  color: #333333;
}

#header .hold-account .login-form .hold-forgot,
#header .hold-account .registr-form .hold-forgot {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 14px;
  font-weight: 600;
}

#header .hold-account .login-form .hold-forgot a,
#header .hold-account .registr-form .hold-forgot a {
  color: #E90052;
  position: relative;
  display: inline-block;
}

#header .hold-account .login-form .hold-forgot a:after,
#header .hold-account .registr-form .hold-forgot a:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  position: absolute;
  background: #E90052;
  transition: left .25s ease-in-out, width .25s ease-in-out;
}

#header .hold-account .login-form .hold-forgot a:hover:after,
#header .hold-account .registr-form .hold-forgot a:hover:after {
  width: 0;
  left: 50%;
}

#header .hold-account .login-form .btn.btn-yellow,
#header .hold-account .registr-form .btn.btn-yellow {
  margin-left: 0;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 11px 12px;
  border: 1px solid #ffcc00;
  font-size: 14px;
  line-height: 18px;
}

#header .hold-account .login-form .btn.btn-yellow:hover,
#header .hold-account .registr-form .btn.btn-yellow:hover {
  background: #fff;
  color: #ffcc00;
}

#header .hold-account .login-form input[type=email], #header .hold-account .login-form input[type=password], #header .hold-account .login-form input[type=tel], #header .hold-account .login-form input[type=text],
#header .hold-account .registr-form input[type=email],
#header .hold-account .registr-form input[type=password],
#header .hold-account .registr-form input[type=tel],
#header .hold-account .registr-form input[type=text] {
  height: 42px;
  padding: 8px 15px 10px 18px;
}

#header .hold-account .login-form input[type=email]::-moz-placeholder, #header .hold-account .login-form input[type=password]::-moz-placeholder, #header .hold-account .login-form input[type=tel]::-moz-placeholder, #header .hold-account .login-form input[type=text]::-moz-placeholder, #header .hold-account .registr-form input[type=email]::-moz-placeholder, #header .hold-account .registr-form input[type=password]::-moz-placeholder, #header .hold-account .registr-form input[type=tel]::-moz-placeholder, #header .hold-account .registr-form input[type=text]::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

#header .hold-account .login-form input[type=email]::placeholder, #header .hold-account .login-form input[type=password]::placeholder, #header .hold-account .login-form input[type=tel]::placeholder, #header .hold-account .login-form input[type=text]::placeholder,
#header .hold-account .registr-form input[type=email]::placeholder,
#header .hold-account .registr-form input[type=password]::placeholder,
#header .hold-account .registr-form input[type=tel]::placeholder,
#header .hold-account .registr-form input[type=text]::placeholder {
  color: #757575;
  opacity: 1;
}

#header .hold-account .login-form input[type=email]:-ms-input-placeholder, #header .hold-account .login-form input[type=password]:-ms-input-placeholder, #header .hold-account .login-form input[type=tel]:-ms-input-placeholder, #header .hold-account .login-form input[type=text]:-ms-input-placeholder,
#header .hold-account .registr-form input[type=email]:-ms-input-placeholder,
#header .hold-account .registr-form input[type=password]:-ms-input-placeholder,
#header .hold-account .registr-form input[type=tel]:-ms-input-placeholder,
#header .hold-account .registr-form input[type=text]:-ms-input-placeholder {
  color: #757575;
}

#header .hold-account .login-form input[type=email]::-ms-input-placeholder, #header .hold-account .login-form input[type=password]::-ms-input-placeholder, #header .hold-account .login-form input[type=tel]::-ms-input-placeholder, #header .hold-account .login-form input[type=text]::-ms-input-placeholder,
#header .hold-account .registr-form input[type=email]::-ms-input-placeholder,
#header .hold-account .registr-form input[type=password]::-ms-input-placeholder,
#header .hold-account .registr-form input[type=tel]::-ms-input-placeholder,
#header .hold-account .registr-form input[type=text]::-ms-input-placeholder {
  color: #757575;
}

#header .hold-account .login-form form .hold-input,
#header .hold-account .registr-form form .hold-input {
  margin-bottom: 14px;
}

#header .hold-account .login-form form .hold-input:last-child,
#header .hold-account .registr-form form .hold-input:last-child {
  margin-bottom: 12px;
}

#header .hold-account .login-form .label-check,
#header .hold-account .registr-form .label-check {
  margin: -3px 0 0 1px;
  padding: 0 0 0 25px;
}

#header .hold-account .login-form .label-check span:before,
#header .hold-account .registr-form .label-check span:before {
  width: 12px;
  height: 12px;
  border-width: 1px;
  margin: -1px 0 0 0;
}

#header .hold-account .login-form .label-check span:after,
#header .hold-account .registr-form .label-check span:after {
  width: 8px;
  height: 8px;
  left: 3px;
  margin: -1px 0 0 0;
}

#header .hold-account .login-form .hold-check,
#header .hold-account .registr-form .hold-check {
  margin-bottom: 10px;
}

#header .hold-account .login-form:before,
#header .hold-account .registr-form:before {
  content: "";
  background: url(/images/bg-form-after.png?d0f3abe7ccbb103ee5d65090f486e2e9) 0 0 no-repeat;
  width: 46px;
  height: 21px;
  position: absolute;
  top: -21px;
  right: 19px;
}

@media (min-width: 375px) {
  .account-menu li {
    margin-left: 20px;
  }
  /*login form*/
  #header .hold-account .login-form,
  #header .hold-account .registr-form {
    width: 355px;
    padding: 29px 28px 29px 29px;
  }
}

@media (min-width: 769px) {
  .inner #header #nav .nav-holder {
    display: none !important;
  }
  #header .holder-button.hide-desctop {
    display: none;
  }
  #header .holder-button.hide-mobile {
    position: relative;
    top: auto;
    right: auto;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .account-menu > li {
    margin-left: 14px;
  }
  #header {
    padding: 10px 0;
  }
}

#header .holder-button .btn-red img {
  margin-right: 7px;
}
@media (max-width: 768px) {
  #header .holder-button .btn-red img {
    max-height: 19px;
  }
}
@media (min-width: 1024px) {
  .account-menu > li {
    margin-left: 38px;
  }
  #header .holder-button .btn-red {
    padding: 7px 23px 6px 24px;
  }
}

@media (min-width: 1280px) {
  #header .logo {
    width: 47px;
    height: 40px;
    margin: 0 20px 0 0;
  }
  #header .holder-button {
    margin-left: 109px;
  }
  .inner .account-menu > li {
    margin-left: 42px;
  }
  .inner .account-menu > li.prices {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #header .logo {
    width: 42px;
    height: 36px;
  }
  #header .logo a {
    display: block;
  }
  #header .header-right-box {
    width: auto;
  }
  #header .account-menu {
    display: flex;
    align-items: center;
  }
  #header .account-menu li:not(.prices) .hold-account .account-link {
    text-indent: -999999px;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: cover;
  }
  #header .account-menu li:not(.prices) .hold-account .account-link:before {
    display: none;
  }
  .header-select {
    background-size: 28px;
    background-position: 0 2px;
    padding: 0 20px 0 35px;
    height: 18px;
  }
  #header .prices .hold-account .account-link {
    padding: 0 20px 0 32px;
  }
  .account-menu li {
    margin-left: 19px;
  }
}

.hold-tabs {
  position: relative;
  border: 1px solid #d2d2d2;
}

.hold-tabs .hidden-input {
  display: none;
}

.hold-tabs input[type=radio],
.hold-tabs input[type=checkbox] {
  cursor: pointer;
}

.hold-tabs #tabnav {
  width: 100%;
  position: absolute;
  top: -9999999px;
  left: -9999999px;
}

.hold-tabs .tab-mob {
  border-bottom: 1px solid #d2d2d2;
  font-size: 17px;
  line-height: 18px;
  font-family: 'eafont', sans-serif;
  letter-spacing: 0.5px;
  color: #4998d4;
  text-transform: uppercase;
  padding: 0 20px 0 15px;
  height: 51px;
  display: flex;
  min-width: 100%;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.hold-tabs .tab-mob.disabled {
  filter: grayscale(100%);
}

.hold-tabs .tab-mob:last-of-type {
  border-bottom: none;
}

.hold-tabs .tab-mob:before {
  content: '';
  display: block;
  clear: both;
  background: #4998d4;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  transition: background 0.25s ease 0ms;
}

.hold-tabs .tab-mob:after {
  content: '';
  color: #fff;
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 7px;
  width: 7px;
  transform: rotate(-136deg);
  transform-origin: center center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
  transition: rotate 0.25s ease 0ms , color 0.25s ease 0ms;
}

.hold-tabs .hold-img img {
  display: block;
  width: 100%;
  height: auto;
}

.hold-tabs .tab-open-check {
  display: none;
}

.hold-tabs .tab-holder {
  padding: 0;
}

.hold-tabs .close-tab {
  display: none;
  padding: 15px 30px 15px 10px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.hold-tabs .elem {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  overflow: hidden;
}

.hold-tabs .elem li {
  display: flex;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-right: none;
}
.hold-tabs .elem li.disabled {
  filter: grayscale(100%);
}
.hold-tabs .elem li.disabled label {
  cursor: default;
}

.hold-tabs .elem li:last-child {
  border-right: 1px solid #d2d2d2;
}

.hold-tabs .elem label {
  font-family: 'eafont', sans-serif;
  color: #4998d4;
  padding: 16px 15px 14px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  transition: color 0.25s ease 0ms;
}

.hold-tabs .elem label:before {
  content: '';
  display: block;
  clear: both;
  background: #4998d4;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
  transition: background 0.25s ease 0ms;
}

.hold-tabs .elem label:after {
  content: '';
  color: #fff;
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 7px;
  width: 7px;
  transform: rotate(-136deg);
  transform-origin: center center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
  transition: rotate 0.25s ease 0ms , color 0.25s ease 0ms;
}

.hold-tabs .elem label:hover {
  cursor: pointer;
}

.hold-tabs .tab-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: -1;
}

.hold-tabs > input:nth-child(1):checked ~ .tab-content:nth-of-type(1),
.hold-tabs > input:nth-child(2):checked ~ .tab-content:nth-of-type(2),
.hold-tabs > input:nth-child(3):checked ~ .tab-content:nth-of-type(3) {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.hold-tabs > input:nth-child(1):checked ~ label[for="tab-content-1"],
.hold-tabs > input:nth-child(2):checked ~ label[for="tab-content-2"],
.hold-tabs > input:nth-child(3):checked ~ label[for="tab-content-3"] {
  color: #fff;
  background: #4998d4;
}

.hold-tabs > input:nth-child(1):checked ~ label[for="tab-content-1"]:before,
.hold-tabs > input:nth-child(2):checked ~ label[for="tab-content-2"]:before,
.hold-tabs > input:nth-child(3):checked ~ label[for="tab-content-3"]:before {
  background: #fff;
}

.hold-tabs > input:nth-child(1):checked ~ label[for="tab-content-1"]:after,
.hold-tabs > input:nth-child(2):checked ~ label[for="tab-content-2"]:after,
.hold-tabs > input:nth-child(3):checked ~ label[for="tab-content-3"]:after {
  transform: rotate(45deg);
  color: #4998d4;
  border-top: 1px solid #4998d4;
  border-left: 1px solid #4998d4;
  top: 57%;
}

.hold-tabs .tab-content .hold-img {
  position: relative;
  padding: 27px 0;
  box-sizing: border-box;
}

.hold-tabs .tab-content .hold-img .holder-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.hold-tabs .tab-content .hold-img .holder-video a {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -999999999px;
  border-radius: 100%;
  overflow: hidden;
  margin: -25px 0 0 -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1256a6;
  z-index: 10;
  transition: opacity 0.2s  ease-in-out, background 0.2s  ease-in-out;
}

.hold-tabs .tab-content .hold-img .holder-video a:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background-size: 50% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hold-tabs .tab-content .hold-img .holder-video a.play-video {
  display: none;
  background: #ED1C24;
  animation: pulsate 1s ease-in-out infinite;
}

.hold-tabs .tab-content .hold-img .holder-video a.play-video.play-video-mob {
  display: flex;
}

.hold-tabs .tab-content .hold-img .holder-video a.play-video:after {
  background-image: url(/images/icon-play.svg?6d3e786adcbb5bbfe365333b8ff3f8dc);
}

.hold-tabs .tab-content .hold-img .holder-video a.fancybox-link:after {
  background-image: url(/images/icon-play.svg?6d3e786adcbb5bbfe365333b8ff3f8dc);
}

.hold-tabs .tab-content .hold-img .holder-video a.pause-video {
  opacity: 0;
  pointer-events: none;
}

.hold-tabs .tab-content .hold-img .holder-video a.pause-video:after {
  background-image: url(/images/icon-pause.svg?98dc14ee8d3106de5ed70227adfdd065);
}

.hold-tabs .tab-content .hold-img .holder-video a.repeat-video {
  opacity: 0;
  margin-top: 35px;
  pointer-events: none;
}

.hold-tabs .tab-content .hold-img .holder-video a.repeat-video:after {
  background-image: url(/images/icon-repeat.svg?94f9448721dc785cc48ccf26a6c382b2);
}

.hold-tabs .tab-content .hold-img .holder-video a:hover {
  background: #4998d4;
  cursor: pointer;
}

.hold-tabs .tab-content .hold-img .holder-video:before {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  background: #f6f9fb;
  opacity: 0.6;
}

.hold-tabs .tab-content .hold-img .holder-video:hover:before {
  opacity: 0.2;
}

.hold-tabs .tab-content .hold-img .holder-video video {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  z-index: 1;
}

.hold-tabs .tab-content .hold-img .holder-video.add-video:before {
  display: none;
}

.hold-tabs .tab-content .hold-img .holder-video.add-video ~ img {
  opacity: 0;
}

.hold-tabs .tab-content .hold-img .holder-video.add-video .repeat-video {
  opacity: 1;
  pointer-events: auto;
}

.hold-tabs .tab-content .hold-img .holder-video.play .play-video,
.hold-tabs .tab-content .hold-img .holder-video.play .repeat-video {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.hold-tabs .tab-content .hold-img .holder-video.play .pause-video {
  opacity: 0.5;
  pointer-events: auto;
}

.hold-tabs .tab-content .hold-img img {
  max-width: 330px;
  margin: 0 auto;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.hold-tabs .tab-content .hold-img img:last-of-type {
  display: none;
}

.hold-tabs .tab-text {
  border-bottom: 1px solid #d2d2d2;
}

.tab-content:last-child .tab-text {
  border-bottom: none;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .hold-tabs {
    border: none;
  }
  .hold-tabs .tab-mob {
    display: none;
  }
  .hold-tabs #tabnav {
    position: relative;
    top: auto;
    left: auto;
  }
  .hold-tabs .tab-text {
    border: 1px solid #d2d2d2;
    border-top: none;
  }
  .tab-content:last-child .tab-text {
    border-bottom: 1px solid #d2d2d2;
  }
  .hold-tabs .hidden-input:nth-child(1):checked ~ label[for="tab-content-1"],
  .hold-tabs .hidden-input:nth-child(2):checked ~ label[for="tab-content-2"],
  .hold-tabs .hidden-input:nth-child(3):checked ~ label[for="tab-content-3"] {
    color: #fff;
    background: #4998d4;
  }
  .hold-tabs .hidden-input:nth-child(1):checked ~ label[for="tab-content-1"]:before,
  .hold-tabs .hidden-input:nth-child(2):checked ~ label[for="tab-content-2"]:before,
  .hold-tabs .hidden-input:nth-child(3):checked ~ label[for="tab-content-3"]:before {
    background: #fff;
  }
  .hold-tabs .hidden-input:nth-child(1):checked ~ label[for="tab-content-1"]:after,
  .hold-tabs .hidden-input:nth-child(2):checked ~ label[for="tab-content-2"]:after,
  .hold-tabs .hidden-input:nth-child(3):checked ~ label[for="tab-content-3"]:after {
    transform: rotate(45deg);
    color: #4998d4;
    border-top: 1px solid #4998d4;
    border-left: 1px solid #4998d4;
    top: 57%;
  }
  .hold-tabs > input:nth-child(1):checked ~ #tabnav label[for="tab-content-1"],
  .hold-tabs > input:nth-child(2):checked ~ #tabnav label[for="tab-content-2"],
  .hold-tabs > input:nth-child(3):checked ~ #tabnav label[for="tab-content-3"] {
    color: #fff;
    background: #4998d4;
  }
  .hold-tabs > input:nth-child(1):checked ~ #tabnav label[for="tab-content-1"]:before,
  .hold-tabs > input:nth-child(2):checked ~ #tabnav label[for="tab-content-2"]:before,
  .hold-tabs > input:nth-child(3):checked ~ #tabnav label[for="tab-content-3"]:before {
    background: #fff;
  }
  .hold-tabs > input:nth-child(1):checked ~ #tabnav label[for="tab-content-1"]:after,
  .hold-tabs > input:nth-child(2):checked ~ #tabnav label[for="tab-content-2"]:after,
  .hold-tabs > input:nth-child(3):checked ~ #tabnav label[for="tab-content-3"]:after {
    transform: rotate(45deg);
    color: #4998d4;
    border-top: 1px solid #4998d4;
    border-left: 1px solid #4998d4;
    top: 57%;
  }
  .hold-tabs .elem label {
    font-size: 19px;
    padding: 22px 30px 18px;
  }
  .hold-tabs .elem label:before {
    right: 30px;
    width: 20px;
    height: 20px;
  }
  .hold-tabs .elem label:after {
    right: 39px;
    margin-top: -7px;
  }
}

@media (min-width: 1024px) {
  .hold-tabs .tab-content .hold-img .holder-video video {
    width: 100%;
    max-width: 100%;
  }
  .hold-tabs .tab-content .hold-img .holder-video a.pause-video {
    opacity: 0;
    pointer-events: none;
  }
  .hold-tabs .tab-content .hold-img .holder-video a.play-video {
    display: flex;
  }
  .hold-tabs .tab-content .hold-img .holder-video a.play-video.play-video-mob {
    display: none;
  }
  .hold-tabs .tab-content .hold-img .holder-video.play .pause-video {
    opacity: 0;
    pointer-events: none;
  }
  .hold-tabs .tab-content .hold-img .holder-video.play:hover .pause-video {
    opacity: 0.6;
    pointer-events: auto;
  }
  .hold-tabs .tab-content .hold-img img {
    max-width: 100%;
  }
  .hold-tabs .tab-content .hold-img img:first-of-type {
    display: none;
  }
  .hold-tabs .tab-content .hold-img img:last-of-type {
    display: block;
  }
}

@media (min-width: 1600px) {
  .hold-tabs {
    margin-bottom: 53px;
  }
}

.fancybox-container video {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-slide {
  padding: 10px;
}




@media only screen and (max-width: 768px) {
  .advantage-section {
    margin-bottom: 20px;
  }
  .advantage-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .advantage-list li {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 6px;
    margin-bottom: 10px;
    display: flex;
  }
  .advantage-item {
    flex-direction: column;
    padding: 25px 8px 22px;
    text-align: center;
    width: 100%;
  }
  .advantage-item .hold-icon {
    border-right: none;
    position: relative;
    margin: 0 auto 13px;
    padding-bottom: 16px;
    height: 44px;
  }
  .advantage-item .hold-icon:after {
    content: '';
    display: block;
    clear: both;
    background: #4998d4;
    height: 2px;
    width: 38px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
  }
}


.help_center .faq-item p {
  margin: 0;
}
.help_center .faq-item.open .title {
    margin-bottom: 0;
}
/* common project variables */
/* font variables */
/* color variables */
/* border-radius variables */
/* transition variables */
/* general classes */
.platform-box {
  color: #bfbfbf;
  transition: color 0.25s ease-in-out;
}

.platform-box.open .platform-header {
  border-color: #4c96d7;
}

.platform-box.open .platform-header:before {
  background: #ED1C24;
}

.platform-box .hold-platform-header {
  position: relative;
}

.platform-box .hold-platform-header .switch-sound {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  overflow: hidden;
}

.platform-box .hold-platform-header .switch-sound .check-sound {
  opacity: 1;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
}

.platform-box .hold-platform-header .switch-sound .icon-sound:before, .platform-box .hold-platform-header .switch-sound .icon-sound:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.platform-box .hold-platform-header .switch-sound .icon-sound:before {
  background-image: url(/images/icon-sound-on.svg?35fc2a08ebe514d973f65775497d4631);
  opacity: 0;
}

.platform-box .hold-platform-header .switch-sound .icon-sound:after {
  background-image: url(/images/icon-sound-off.svg?0aacc9af550a7e18956c75294b7317d4);
  opacity: 1;
}

.platform-box .hold-platform-header .switch-sound .check-sound:checked ~ .icon-sound:before {
  opacity: 1;
}

.platform-box .hold-platform-header .switch-sound .check-sound:checked ~ .icon-sound:after {
  opacity: 0;
}

.platform-box .platform-header {
  position: relative;
  padding-right: 42px;
}

.platform-box .platform-header:before {
  content: attr(count-offer);
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  clear: both;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  box-sizing: border-box;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  z-index: 1;
  transition: background 0.25s ease-in-out;
}

.platform-box .platform-header:hover:before, .platform-box .platform-header:active:before {
  background: #ED1C24;
}

.platform-box .platform-header .hold-icon {
  border: none;
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
}

.platform-box .platform-header .hold-icon:before {
  display: none;
}

#header .holder-button.hide-desctop {
  display: none;
}

#header .prices ul a {
  display: flex;
  align-items: center;
}

#header .prices ul a .hold-icon {
  width: 30px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .prices ul a .hold-icon img {
  width: 100%;
  height: auto;
}

#header .prices ul a .value {
  margin: 0 0 0 10px;
}

#footer .holder-top {
  text-align: center;
  margin: 0;
}

#footer .holder-top h2 {
  padding: 0 0 22px;
  margin: 0 0 40px;
  position: relative;
}

#footer .holder-top h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 41px;
  height: 6px;
  background: #4c96d7;
}

.account-menu a {
  font-weight: 600;
  text-decoration: none;
  color: #757575;
  transition: color 0.25s ease 0ms;
}

@media (min-width: 768px) {
  #header .prices .hold-account .account-link {
    text-indent: 0;
  }
  .platform-box .platform-header {
    padding: 15px 50px 15px 15px;
    min-height: 90px;
    box-sizing: border-box;
  }
  .platform-box .platform-header .switch-sound {
    right: 24px;
  }
}

@media (min-width: 1280px) {
  #header .holder-button {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  #header .prices .hold-account .account-drop {
    right: 50%;
    transform: translateX(50%);
  }
}
/* common project variables */
/* font variables */
/* color variables */
/* border-radius variables */
/* transition variables */
/* general classes */
#header .btn {
  border-radius: 24px;
}

#header .hold-tabs .btn {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

#header .hold-tabs .list-tabs {
  margin: 0 -15px 20px;
  display: flex;
  border-bottom: 2px solid #e6e6e6;
}

#header .hold-tabs .list-tabs li {
  width: auto;
  flex: 1 1 33%;
  margin: 0 !important;
  padding: 0 5px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  transition: color 200ms ease 0ms;
  cursor: pointer;
}

#header .hold-tabs .list-tabs li:after {
  content: '';
  display: block;
  position: absolute;
  clear: both;
  opacity: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
  background: #02b4b5;
  transition: opacity 200ms ease 0ms;
}

#header .hold-tabs .list-tabs li:before {
  display: none;
}

#header .hold-tabs .list-tabs li.active {
  color: #02b4b5;
}

#header .hold-tabs .list-tabs li.active:after {
  opacity: 1;
}

#header .hold-tabs .tab.visible {
  top: 0;
  left: 0;
}

#header .hold-account .login-form, #header .hold-account .registr-form {
  width: 300px;
}

#header .hold-account .login-form .hold-btn .btn, #header .hold-account .registr-form .hold-btn .btn {
  margin: 0;
}

#header .hold-account .login-form .hold-forgot, #header .hold-account .registr-form .hold-forgot {
  margin: 20px -15px -9px;
  padding: 20px 15px 0;
  text-align: center;
  text-transform: capitalize;
  border-top: 2px solid #e6e6e6;
}

@media (min-width: 375px) {
  #header .hold-account .login-form,
  #header .hold-account .registr-form {
    padding: 29px;
    width: 350px;
  }
  #header .hold-account .login-form .hold-forgot,
  #header .hold-account .registr-form .hold-forgot {
    margin: 30px -29px -9px;
    padding: 20px 29px 0;
  }
  #header .hold-tabs .list-tabs {
    margin: 0 -29px 30px;
  }
  #header .hold-tabs .list-tabs li {
    padding: 0 10px 20px;
  }
}
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;backface-visibility:hidden;transition-property:transform,opacity}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition-property:transform,opacity}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"\D7";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.post_ratings .rating_submit {
  padding: 8px 30px;
  display: inline-block;
  background-color: #039be5;
  color: #fff;
  border: none;
  cursor: pointer;
}

.rating_submit_inner {
  display: block;
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
}

.rating_submit_inner .star {
  display: none;
}

.rating_submit_inner label {
  color: lightgray;
  display: inline-block;
  font-size: 30px;
  margin: 0 -2px;
  transition: transform .15s ease;
  cursor: pointer;
  text-shadow: 1px 1px 1px #00000063, -1px -1px 1px #00000063;
  direction: ltr;
}

.rating_submit_inner label:hover {
  transform: scale(1.35, 1.35);
}

.rating_submit_inner label:hover,
.rating_submit_inner label:hover ~ label {
  color: #fc0;
}

.rating_submit_inner .star:checked ~ label {
  color: #fc0;
}

.post_ratings .fa {
  color: #fc0;
}

.post_ratings .fa.light {
  color: #d3d3d3;
}

.rating_inner {
  text-align: center;
  font-size: 10px;
}

.post_ratings {
  clear: both;
}

.contact_support {
  width: 60px;
  height: 22px;
  color: #fff;
  text-align: center;
  padding: 40px 0 0 0;
  background: url(/images/contact_support.webp?f2dc0ba45c786778e0d4134e02b7bf17) center 10px no-repeat #18c75d;
  background-size: auto;
  background-size: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: rubikmedium,arial,tahoma;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  box-shadow: 0 2px 4.8px 0.2px rgba(31, 43, 51, 0.2);
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 8000;
  cursor: pointer;
}

.support_tooltip {
  font-size: 16px;
  width: -moz-max-content;
  width: max-content;
  max-width: 270px;
  height: 39px;
  border-radius: 5px;
  background-color: gray;
  position: fixed;
  right: 10px;
  bottom: 170px;
  color: white;
  text-align: left;
  padding: 5px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.support_tooltip:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: gray transparent transparent transparent;
  bottom: -19px;
  right: 10px;
}

.contact_support:hover .support_tooltip {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .contact_support {
    bottom: 50px;
  }
}

.containermodal {
  width: 100%;
  height: 100vh;
  opacity: 1;
  background: #22222269;
  z-index: 40000;
  top: 0;
  left: 0;
  overflow: hidden;
  animation-name: fadeIn_Container;
  animation-duration: 1s;
  display: block;
  position: fixed;
}

.modal-support {
  border-radius: 15px;
  animation-name: fadeIn_Modal;
  animation-duration: 0.8s;
  width: 400px;
  height: 196px;
  background-color: white;
  position: absolute;
  display: block;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  padding: 15px;
}

.modal-support > div {
  border: 2px solid #201D56;
  min-height: 165px;
  border-radius: 15px;
  background-color: #FFFFFF;
  padding-top: 30px;
  text-align: center;
}

.p1 {
  font-weight: bolder;
  font-size: 18px;
  margin: 0;
}

.p2 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.p3 {
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
}

.support-ways {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 25px;
  padding-top: 10px;
}

.support-ways img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.support-ways img:hover {
  filter: brightness(0.7);
  cursor: pointer;
}

.close_support {
  position: absolute;
  right: 27px;
  top: 27px;
  transform: scale(2.2);
  cursor: pointer;
}

@keyframes fadeIn_Modal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.livechat-img {
  width: 100% !important;
  height: 65px !important;
  margin-top: -12px;
}

.discord-box {
  padding-top: 20px;
}

.discord-box .p3 {
  margin: 0;
  margin-top: 13px;
}

.discord-box img {
  width: 40px;
  height: 40px;
  margin: 10px;
}

.discord-box .field-copy {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 13px;
  position: relative;
}

.discord-box .field-copy input {
  height: 40px;
  border: 2px solid #6f77d1;
  border-radius: 8px;
  font-weight: 600;
  color: gray;
}

.discord-box .field-copy img {
  position: absolute;
  margin: 0;
  right: 8px;
  width: 26px;
  height: 26px;
  top: 7px;
  cursor: pointer;
}

.discord-box .field-copy span {
  position: absolute;
  font-size: 11px;
  color: #6f77d1;
  font-weight: bold;
  right: 10px;
  top: 11px;
}

@media (max-width: 800px) {
  .modal-support {
    width: 80%;
    top: 30%;
  }

  .support_tooltip {
    bottom: 110px;
  }

  .containermodal {
    position: fixed;
  }

  .livechat-img {
    width: initial !important;
  }

  .discord-box .field-copy span {
    top: 14.5px;
  }

  .discord-box .p3 {
    font-size: 12px;
    font-style: italic;
    padding-top: 6px;
  }
}

.open-arrow:before {
  content: '';
  display: block;
  clear: both;
  background: #fff;
  border: 1px solid #4998d4;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -11px;
  transition: background 0.25s ease 0ms;
  cursor: pointer;
}

.open-arrow:after {
  content: '';
  clear: both;
  position: absolute;
  top: 50%;
  right: 23px;
  height: 7px;
  width: 7px;
  transform: rotate(-136deg);
  transform-origin: center center;
  color: #4998d4;
  border-top: 1px solid #4998d4;
  border-left: 1px solid #4998d4;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
  transition: rotate 0.25s ease 0ms , color 0.25s ease 0ms;
  background: #fff;
  left: unset;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer;
}

.open-arrow.open:after {
  transform: rotate(45deg);
  margin-top: 0;
}

.open .open-arrow:after {
  transform: rotate(45deg);
  margin-top: 0;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.comfort_search_input_1 {
  max-width: 150px;
  height: 25px !important;
}

.comfort_search_input_2 {
  max-width: 200px;
  height: 25px !important;
}

@media (max-width: 640px) {
  .comfort_search_1 {
    display: none;
  }
}

@media (min-width: 640px) {
  .comfort_search_2 {
    display: none;
  }
}

.head_notify {
  position: relative;
  cursor: pointer;
}

.head_notify sup {
  position: absolute;
  z-index: 1;
  margin: auto;
  background-color: #f56c6c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  top: -5px;
  left: 2px;
}

.head_notify_li {
  position: relative;
}

.head_notify-drop {
  width: 400px;
  position: absolute;
  top: 100%;
  right: 0;
  margin: 10px 10px 0;
  padding: 10px 10px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: opacity .25s ease 0s, visibility .25s ease 0s;
}

.head_notify-drop > div.not_list {
  max-height: 400px;
  overflow-y: scroll;
}

.head_notify-drop ul li {
  background-color: #ddebf5;
  padding: 15px;
  margin: 4px 0 !important;
}

.head_notify-drop ul li > div {
  display: flex;
}

.head_notify-drop ul li span.ic {
  width: 40px;
  margin-right: 15px;
}

.head_notify-drop ul li span.ic img {
  width: 100%;
  height: auto;
}

.head_notify-drop ul li span {
  display: flex;
  align-items: center;
}

.head_notify-drop .head_notify-show_all {
  text-align: center;
  overflow: auto;
  padding: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.head_notify-drop .head_notify-show_all:hover {
  background-color: #e7e9ea;
}

.head_notify-drop .head_notify-load {
  text-align: center;
  overflow: hidden;
}

.head_notify-drop .head_notify-load svg {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}

.head_notify-drop .head_notify-load svg .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 640px) {
  .head_notify-drop {
    width: inherit;
    min-width: 320px;
    margin: 0;
  }

  .head_notify_li {
    position: initial;
  }
}

.head_notify-drop .notify_tab_btn {
  display: inline-block;
  width: 32%;
  text-align: center;
  border-bottom: 4px solid #ddd;
  cursor: pointer;
}

.head_notify-drop .notify_tab_active {
  border-bottom: 4px solid #a7c78e;
}

.head_notify-drop .notify_tab_btn_c {
  padding: 10px;
}

.head_notify-drop .mark_notify_seen {
  padding: 10px 0;
}

.head_notify-drop .mark_notify_seen > div {
  text-align: right;
  color: #4c96d7;
  cursor: pointer;
}

#footer {
  margin: 0 !important;
}

#footer .bottom-section {
  padding: 48px 5px;
}

@media (max-width: 768px) {
  .arabicRtl .advantage-section .advantage-item .hold-icon {
    border: none !important;
    margin: 0 auto 13px !important;
    padding: 0 0 16px 0 !important;
  }

  .arabicRtl .hold-tabs .tab-mob:before {
    left: 20px;
    right: unset !important;
  }

  .arabicRtl .hold-tabs .tab-mob:after {
    left: 30px;
    right: unset !important;
  }

  .arabicRtl .info-section .info-row .col:first-child {
    border: none !important;
    padding: 0 6px;
  }

  .arabicRtl .feedback-section .hold-img {
    display: none;
  }
}

.arabicRtl #header .header-left-box .logo {
  margin: 0 0 0 20px;
}

.arabicRtl #header .header-left-box .hide-mobile {
  margin: 0 20px 0 0;
}

.arabicRtl #header .btn-red img {
  margin-left: 7px;
  margin-right: 0;
}

.arabicRtl #header .btn.btn-yellow {
  margin-left: 6px;
}

.arabicRtl #header .hold-account .login-form {
  left: 0;
  right: unset !important;
}

.arabicRtl #header .hold-account .login-form::before {
  left: 19px;
  right: unset !important;
}

.arabicRtl .advantage-section .advantage-item .hold-icon {
  padding: 0 10px 0 20px;
  border-left: 2px solid #4998d4;
  border-right: none;
  margin: 0 0 0 20px;
}

.arabicRtl #tabnav .tab-holder .elem label:before {
  left: 30px;
  right: unset;
}

.arabicRtl #tabnav .tab-holder .elem label:after {
  left: 39px;
  right: unset;
}

.arabicRtl .info-section .info-row .col:first-child {
  border-left: 2px solid #ccc;
  border-right: none;
}

.arabicRtl .wrap-gallery {
  direction: ltr;
}

.arabicRtl .wrap-gallery .gallery-holder ul li {
  text-align: right;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart {
  text-align: right;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row {
  padding: 0px 20px 0 20px;
  justify-content: end;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row:first-child {
  padding-top: 19px;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row .hold-rating {
  margin-left: 14px;
  margin-right: 0;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row .hold-time {
  font-size: 11px;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row:last-child {
  justify-content: center;
}

.arabicRtl .feedback-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.arabicRtl .feedback-section .hold-img {
  margin-left: 0;
  margin-right: 88px;
}

.arabicRtl #header .hold-account .login-form,
.arabicRtl #header .hold-account .registr-form {
  right: -49%;
}

.arabicRtl #header .hold-account .account-drop {
  left: 0;
  right: unset;
}

@media (max-width: 768px) {
  .arabicRtl .advantage-section .advantage-item .hold-icon {
    border: none !important;
    margin: 0 auto 13px !important;
    padding: 0 0 16px 0 !important;
  }

  .arabicRtl .hold-tabs .tab-mob:before {
    left: 20px;
    right: unset !important;
  }

  .arabicRtl .hold-tabs .tab-mob:after {
    left: 30px;
    right: unset !important;
  }

  .arabicRtl .info-section .info-row .col:first-child {
    border: none !important;
    padding: 0 6px;
  }

  .arabicRtl .feedback-section .hold-img {
    display: none;
  }
}

.arabicRtl #header .header-left-box .logo {
  margin: 0 0 0 20px;
}

.arabicRtl #header .header-left-box .hide-mobile {
  margin: 0 20px 0 0;
}

.arabicRtl #header .btn-red img {
  margin-left: 7px;
  margin-right: 0;
}

.arabicRtl #header .btn.btn-yellow {
  margin-left: 6px;
}

.arabicRtl #header .hold-account .login-form {
  left: 0;
  right: unset !important;
}

.arabicRtl #header .hold-account .login-form::before {
  left: 19px;
  right: unset !important;
}

.arabicRtl .advantage-section .advantage-item .hold-icon {
  padding: 0 10px 0 20px;
  border-left: 2px solid #4998d4;
  border-right: none;
  margin: 0 0 0 20px;
}

.arabicRtl #tabnav .tab-holder .elem label:before {
  left: 30px;
  right: unset;
}

.arabicRtl #tabnav .tab-holder .elem label:after {
  left: 39px;
  right: unset;
}

.arabicRtl .info-section .info-row .col:first-child {
  border-left: 2px solid #ccc;
  border-right: none;
}

.arabicRtl .wrap-gallery {
  direction: ltr;
}

.arabicRtl .wrap-gallery .gallery-holder ul li {
  text-align: right;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart {
  text-align: right;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row {
  padding: 0px 20px 0 20px;
  justify-content: end;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row:first-child {
  padding-top: 19px;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row .hold-rating {
  margin-left: 14px;
  margin-right: 0;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row .hold-time {
  font-size: 11px;
}

.arabicRtl .wrap-gallery .gallery-holder .holder-cart .row:last-child {
  justify-content: center;
}

.arabicRtl .feedback-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.arabicRtl .feedback-section .hold-img {
  margin-left: 0;
  margin-right: 88px;
}

.arabicRtl .head_notify-drop ul li span.ic {
  margin-left: 15px;
  margin-right: 2px;
}

.gallery-reviews .hold-name,
.gallery-reviews .hold-price {
  font-size: 13px !important;
}

.arabicRtl .list-sell li:before,
.arabicRtl .list-sell li:after {
  right: 0;
  left: unset;
}

.arabicRtl .list-sell li {
  padding: 0 27px 0 0;
}

.arabicRtl .holder-section .list-orders li {
  padding: 0 27px 0 0;
}

.arabicRtl .list-sell li:before,
.arabicRtl .list-sell li:after {
  right: 0;
  left: unset;
}

.arabicRtl .holder-section .holder-feedback .holder-text h2 {
  margin-left: 8px;
  margin-right: 0;
}

.arabicRtl .list-pagination .switch-pages .prev-page:before,
.arabicRtl .list-pagination .switch-pages .next-page:before {
  transform: rotate(0deg);
}

.hhcpr {
  padding-right: 18px;
}

.arabicRtl .hhcpr {
  padding-left: 18px;
  padding-right: 0;
}

.holder-section .list-orders li .blue {
  padding-right: 5px;
}

.arabicRtl .holder-section .list-orders li .blue {
  padding-left: 5px;
  padding-right: 0;
}

.arabicRtl #header .hold-account .account-drop,
.arabicRtl #header .hold-account .login-form,
.arabicRtl #header .hold-account .registr-form {
  top: 106%;
  left: 0;
  right: unset;
}

.arabicRtl .tdflex .left {
  margin-right: 50px;
  margin-left: 0;
}

.arabicRtl .table-box .hold-payment .icon-payment {
  margin: 0 0 0 4px;
}

.arabicRtl .table-box table th:first-child {
  padding-left: 6px;
  text-align: center;
}

.arabicRtl .el-message {
  padding: 15px 20px 15px 15px;
}

.arabicRtl .holder-section .list-orders li:after {
  right: 7px;
  left: unset !important;
  transform: rotate(180deg);
}

.arabicRtl .holder-section .list-orders li:before {
  right: 7px;
  left: unset !important;
}

@media (min-width: 768px) {
  .arabicRtl .holder-section .advantage-list .advantage-item:after {
    left: 0;
    right: auto;
  }
}

.arabicRtl .holder-section .holder-blue .holder-question {
  left: 17px;
  right: unset;
}

.arabicRtl .holder-section .holder-blue .holder-question:after {
  transform: rotate(180deg);
}

.arabicRtl .open-arrow:before {
  left: 12px;
  right: unset;
}

.arabicRtl .open-arrow:after {
  left: 23px;
  right: unset;
}

.fqpr-50 {
  padding-right: 50px;
}

.arabicRtl .fqpr-50 {
  padding-right: 0px !important;
  padding-left: 50px;
}

.trml-20 {
  margin-left: 20px;
}

.arabicRtl .trml-20 {
  margin-left: 0px;
  margin-right: 20px;
}

.arabicRtl .el-collapse-item__arrow {
  transform: rotate(180deg);
}

