@charset "UTF-8";

html {
  /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
  /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
  /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    background-color: #11903e;
    background-image: url("/images/ui/body-pattern.png");
    background-repeat: repeat;
    background-size: auto;
}

body {
    height: 100%;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    color: #262626;
    line-height: 1.2;
    z-index: 0;
    position: relative;
}

body .right-banner {
    display: none;
}

@media (min-width: 1420px) {
	/*
    body {
        padding-right: 200px; // for ADS !!!
    }

    body .right-banner {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 200px;
        background-color: #fff;
        min-height: 710px;
    }
	*/
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


 


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #888;
  text-decoration: none;
  cursor: pointer;
}
.close2 {
  float: right;
  color: #fff;
  font-size:18px; 
  width: 80px; 
  height: 36px; 
  background-color: #1a4484;
  border: 0;
  border-radius:  0;
  text-align: center;
  font-weight: bold;
  margin-top: 2px;
}

.close2:hover,
.close2:focus {
  color: #888;
  text-decoration: none;
  cursor: pointer;
}


.modal-header {
  padding: 2px 16px;
  color: white;
  background-color: #eaeaea;
  text-align: center;
}

.new-modal-text {text-align: justify; height: 100% ;padding: 2px 16px; color: #000; font-size: 16px !important;}

.modal-footer {
  padding: 2px 16px;
  background-color: #eaeaea;
  color: white;
  font-size: 16px !important;
  height: 46px !important;
  text-align: center;
}







input, button, a, textarea {
    outline: 0;
    font-family: 'Helvetica Neue', sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: 'Helvetica Neue', sans-serif;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: 'Helvetica Neue', sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: 'Helvetica Neue', sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: 'Helvetica Neue', sans-serif;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover, a:focus {
    text-decoration: underline;
}

p {
    line-height: 1.4;
}

@font-face {
    font-family: 'Helvetica Neue';
  src: url("/fonts/HelveticaNeueBold/HelveticaNeueBold.eot");
  src: url("/fonts/HelveticaNeueBold/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueBold/HelveticaNeueBold.woff") format("woff"), url("/fonts/HelveticaNeueBold/HelveticaNeueBold.ttf") format("truetype"), url("/fonts/HelveticaNeueBold/HelveticaNeueBold.svg#a_avantebsitalic") format("svg");
  font-weight: 700;
}

@font-face {
    font-family: 'Helvetica Neue';
  src: url("/fonts/HelveticaNeue/HelveticaNeue.eot");
  src: url("/fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("/fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"), url("/fonts/HelveticaNeue/HelveticaNeue.svg#a_avantebsitalic") format("svg");
  font-weight: 400;
}

@media (min-width: 480px) {
    .uk-width-small-1-12 {
        width: 8.333333%;
    }

    .uk-width-small-2-12 {
        width: 16.666667%;
    }

    .uk-width-small-3-12 {
        width: 25%;
    }

    .uk-width-small-4-12 {
        width: 33.333333%;
    }

    .uk-width-small-5-12 {
        width: 41.666667%;
    }

    .uk-width-small-6-12 {
        width: 50%;
    }

    .uk-width-small-7-12 {
        width: 58.333333%;
    }

    .uk-width-small-8-12 {
        width: 66.666667%;
    }

    .uk-width-small-9-12 {
        width: 75%;
    }

    .uk-width-small-10-12 {
        width: 83.333333%;
    }

    .uk-width-small-11-12 {
        width: 91.666667%;
    }

    .uk-width-small-12-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .uk-width-medium-1-12 {
        width: 8.333333%;
    }

    .uk-width-medium-2-12 {
        width: 16.666667%;
    }

    .uk-width-medium-3-12 {
        width: 25%;
    }

    .uk-width-medium-4-12 {
        width: 33.333333%;
    }

    .uk-width-medium-5-12 {
        width: 41.666667%;
    }

    .uk-width-medium-6-12 {
        width: 50%;
    }

    .uk-width-medium-7-12 {
        width: 58.333333%;
    }

    .uk-width-medium-8-12 {
        width: 66.666667%;
    }

    .uk-width-medium-9-12 {
        width: 75%;
    }

    .uk-width-medium-10-12 {
        width: 83.333333%;
    }

    .uk-width-medium-11-12 {
        width: 91.666667%;
    }

    .uk-width-medium-12-12 {
        width: 100%;
    }

    .uk-push-1-12 {
        left: 8.33333333%;
    }

    .uk-pull-1-12 {
        right: 8.33333333%;
    }

    .uk-push-2-12 {
        left: 16.66666667%;
    }

    .uk-pull-2-12 {
        right: 16.66666667%;
    }

    .uk-push-3-12 {
        left: 25%;
    }

    .uk-pull-3-12 {
        right: 25%;
    }

    .uk-push-4-12 {
        left: 33.33333333%;
    }

    .uk-pull-4-12 {
        right: 33.33333333%;
    }

    .uk-push-5-12 {
        left: 41.66666667%;
    }

    .uk-pull-5-12 {
        right: 41.66666667%;
    }

    .uk-push-6-12 {
        left: 50%;
    }

    .uk-pull-6-12 {
        right: 50%;
    }

    .uk-push-7-12 {
        left: 58.33333333%;
    }

    .uk-pull-7-12 {
        right: 58.33333333%;
    }

    .uk-push-8-12 {
        left: 66.66666667%;
    }

    .uk-pull-8-12 {
        right: 66.66666667%;
    }

    .uk-push-9-12 {
        left: 75%;
    }

    .uk-pull-9-12 {
        right: 75%;
    }

    .uk-push-10-12 {
        left: 83.33333333%;
    }

    .uk-pull-10-12 {
        right: 83.33333333%;
    }

    .uk-push-11-12 {
        left: 91.66666667%;
    }

    .uk-pull-11-12 {
        right: 91.66666667%;
    }

    .uk-push-12-12 {
        left: 100%;
    }

    .uk-pull-12-12 {
        right: 100%;
    }
}

@media (min-width: 960px) {
    .uk-width-large-1-12 {
        width: 8.333333%;
    }

    .uk-width-large-2-12 {
        width: 16.666667%;
    }

    .uk-width-large-3-12 {
        width: 25%;
    }

    .uk-width-large-4-12 {
        width: 33.333333%;
    }

    .uk-width-large-5-12 {
        width: 41.666667%;
    }

    .uk-width-large-6-12 {
        width: 50%;
    }

    .uk-width-large-7-12 {
        width: 58.333333%;
    }

    .uk-width-large-8-12 {
        width: 66.666667%;
    }

    .uk-width-large-9-12 {
        width: 75%;
    }

    .uk-width-large-10-12 {
        width: 83.333333%;
    }

    .uk-width-large-11-12 {
        width: 91.666667%;
    }

    .uk-width-large-12-12 {
        width: 100%;
    }
}

@media (min-width: 1220px) {
    .uk-width-xlarge-1-12 {
        width: 8.333333%;
    }

    .uk-width-xlarge-2-12 {
        width: 16.666667%;
    }

    .uk-width-xlarge-3-12 {
        width: 25%;
    }

    .uk-width-xlarge-4-12 {
        width: 33.333333%;
    }

    .uk-width-xlarge-5-12 {
        width: 41.666667%;
    }

    .uk-width-xlarge-6-12 {
        width: 50%;
    }

    .uk-width-xlarge-7-12 {
        width: 58.333333%;
    }

    .uk-width-xlarge-8-12 {
        width: 66.666667%;
    }

    .uk-width-xlarge-9-12 {
        width: 75%;
    }

    .uk-width-xlarge-10-12 {
        width: 83.333333%;
    }

    .uk-width-xlarge-11-12 {
        width: 91.666667%;
    }

    .uk-width-xlarge-12-12 {
        width: 100%;
    }
}

/* Common styles */
h1, h2, h3, h4, h5,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5 {
    font-family: 'Helvetica Neue', sans-serif;
    color: #262626;
    line-height: 1.2;
}

h1, .uk-h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}



@media (min-width: 768px) {
    h1, .uk-h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

.uk-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    max-width: 100%;
}

@media (min-width: 960px) {
    .uk-container {
        padding: 0 20px;
    }
}

@media (min-width: 1220px) {
    .uk-container {
        max-width: 1200px;
    }
}

.main {
    margin: 20px 0;
}

.elem-icon {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}

.elem-icon .icon {
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 0;
}

.elem-icon.right {
    padding-left: 0;
    padding-right: 20px;
}

.elem-icon.right .icon {
    right: 0;
    left: auto;
}

.btn {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    font-weight: 700;
    text-align: center;
    background-color: #265daf;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-writing-mode: unset;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-decoration: none;
    letter-spacing: 1px;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #1a4484;
}

.green-btn {
    background-color: #2eba74;
}

.green-btn:hover, .green-btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #179456;
}

.control-panel {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

@media (min-width: 960px) {
    .control-panel {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: auto;
    }
}

@media (min-width: 1220px) {
    .control-panel {
        padding: 20px 15px;
    }
}

.control-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}

@media (min-width: 960px) {
    .control-list {
        margin: 0 0 15px;
        text-align: left;
    }
}

@media (min-width: 1220px) {
    .control-list {
        margin: 0 0 20px;
    }
}

.control-list > li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.control-list > li:first-child {
    margin-left: 0;
}

.control-list > li:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .control-list > li {
        margin-left: 20px;
    }
}

@media (min-width: 960px) {
    .control-list > li {
        display: block;
        margin: 0 0 10px;
    }
}

@media (min-width: 1220px) {
    .control-list > li {
        margin-bottom: 15px;
    }
}

.control-list__item {
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
}

@media (min-width: 960px) {
    .control-list__item {
        height: 36px;
        padding-left: 35px;
    }
}

@media (min-width: 1220px) {
    .control-list__item {
        padding-left: 45px;
    }
}

.control-list__item .icon {
    display: block;
    font-size: 20px;
    height: 34px;
    width: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (min-width: 480px) {
    .control-list__item .icon {
        font-size: 22px;
        height: 40px;
        width: 40px;
        line-height: 38px;
    }
}

@media (min-width: 960px) {
    .control-list__item .icon {
        font-size: 16px;
        height: 25px;
        width: 25px;
        line-height: 23px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
    }
}

@media (min-width: 1220px) {
    .control-list__item .icon {
        font-size: 22px;
        height: 32px;
        width: 32px;
        line-height: 30px;
        margin-top: -18px;
    }
}

.control-list__item .control-list__item_name {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .control-list__item .control-list__item_name {
        display: inline-block;
    }
}

@media (min-width: 1220px) {
    .control-list__item .control-list__item_name {
        font-size: 12px;
    }
}

.control-list__item:hover .icon, .control-list__item:focus .icon {
    color: #ecd201;
    border-color: #ecd201;
}

.game-title {
    display: none;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
}

@media (min-width: 1220px) {
    .game-title {
        display: block;
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.control-panel__total {
    color: #fff;
    border-top: 1px dashed #fff;
    margin-top: 15px;
    padding-top: 10px;
}

@media (min-width: 1220px) {
    .control-panel__total {
        margin-top: 20px;
        padding-top: 15px;
    }
}

.control-panel__total .uk-h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (min-width: 1220px) {
    .control-panel__total .uk-h5 {
        font-size: 16px;
    }
}

.control-panel__total table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.control-panel__total table td {
    padding: 4px 0;
    padding-left: 5px;
    font-size: 12px;
}

.control-panel__total table td:first-child {
    padding-left: 0;
}

@media (min-width: 1220px) {
    .control-panel__total table td {
        font-size: 14px;
    }
}

.control-panel__total .more-link {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    color: #fff;
    text-decoration: underline;
}

.control-panel__total .more-link:last-child {
    margin-bottom: 0;
}

.control-panel__total .more-link:hover, .control-panel__total .more-link:focus {
    color: #ecd201;
}

.card-wrapper {
    position: relative;
    min-height: 400px;
}

@media (min-width: 960px) {
    .card-wrapper {
        min-height: 630px;
    }
}

.card-row .card:last-child {
    margin-right: 0;
}

.card-row + .card-row {
    margin-top: 30px;
}

.card-pile {
    float: left;
    position: relative;
    overflow: visible;
}

.card-pile:after {
    content: "";
    display: block;
    padding-bottom: 137%;
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.17);
}

@media (min-width: 960px) {
    .card-pile:after {
        border-radius: 5px;
    }
}

@media (max-width: 959px) {
    .card-pile:after {
        border-radius: 3px;
    }
}

.card-pile.blank:after {
    background-color: transparent;
    border: 0;
}

.card-pile:last-child {
    margin-right: 0;
}

.card-pile > .card:first-child {
    top: 0;
    border-top: 0;
}

.card-pile.stack-pile .card {
    top: 0;
    left: 0;
}

.card {
    cursor: pointer;
    position: absolute !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    border-top: 1px solid #ccc;
    z-index: 1;
    overflow: visible;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card > .card {
    top: 7%;
}

.card.open > .open {
    top: 20%;
}

.card.new-card {
    top: 0;
    border: 0;
    border-left: 1px solid #ccc;
}

.card.new-card > .new-card {
    left: 20%;
}

@media (min-width: 960px) {
    .card {
        border-radius: 5px;
    }
}

.modal .uk-modal-dialog {
    padding: 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (min-width: 768px) {
    .modal .uk-modal-dialog {
        display: table;
        width: auto;
        min-width: 600px;
    }
}

.modal .close-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.modal.modal-form input, .modal.modal-form textarea, .modal.modal-form button {
    min-width: 250px;
}

@media (min-width: 768px) {
    .modal.modal-form input, .modal.modal-form textarea, .modal.modal-form button {
        min-width: 300px;
    }
}

.modal.modal-form .modal__header {
    padding: 15px 25px;
}

.modal.modal-form .uk-modal-dialog {
    display: table;
    width: auto;
}

@media (min-width: 768px) {
    .modal.modal-form .uk-modal-dialog {
        min-width: 320px;
    }
}

.modal.modal-form .social-list {
    text-align: center;
}

.modal__header {
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    background-color: #265daf;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media (min-width: 768px) {
    .modal__header {
        padding: 20px 25px;
    }
}

.modal__header .uk-h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .modal__header .uk-h2 {
        font-size: 22px;
    }
}

.modal__header.bright {
    background: -webkit-linear-gradient(left, #1a2a6c, #b21f1f, #fdbb2d);
    background: linear-gradient(to right, #1a2a6c, #b21f1f, #fdbb2d);
}

.modal__footer {
    padding: 10px 20px;
    background-color: #e7e7e7;
}

@media (min-width: 768px) {
    .modal__footer {
        padding: 20px;
    }
}

.modal__body {
    padding: 15px 10px;
}

@media (min-width: 768px) {
    .modal__body {
        padding: 30px 20px;
    }
}

.close-btn {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.close-btn:before {
    font-family: 'icomoon';
    content: "\e90d";
    line-height: inherit;
}

.close-btn:hover, .close-btn:focus {
    text-decoration: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

@media (min-width: 768px) {
    .close-btn {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.result-table-block .uk-h3 {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    color: #262626;
}

.result-table-block table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.result-table-block table thead tr th,
  .result-table-block table tbody tr td {
    padding: 6px 5px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
}

.result-table-block table thead tr th:first-child,
    .result-table-block table tbody tr td:first-child {
    text-align: center;
}

.result-table-block table thead tr th:nth-child(2),
    .result-table-block table tbody tr td:nth-child(2) {
    text-align: center;
}

@media (min-width: 768px) {
    .result-table-block table thead tr th,
      .result-table-block table tbody tr td {
        padding: 10px;
    }
}

.result-table-block table thead tr th {
    font-weight: 700;
    color: #262626;
}

.result-table-block table tbody tr td {
    font-weight: 400;
}

.bottom-banner {
    display: none;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}

.bottom-banner.spider-banner {
    left: 40%;
    width: 60%;
}

@media (min-width: 960px) {
    .bottom-banner {
        display: block;
    }
}

.open-mbl-menu {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.open-mbl-menu:hover, .open-mbl-menu:focus {
    text-decoration: none;
    color: #fff;
}

.open-mbl-menu .icon {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 16px;
    margin-top: -10px;
    left: 0;
    line-height: 1;
}

@media (min-width: 480px) {
    .open-mbl-menu {
        font-size: 18px;
        padding-left: 25px;
    }

    .open-mbl-menu .icon {
        font-size: 18px;
        margin-top: -10px;
    }
}

.social-list {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.social-list > li {
    display: inline-block;
    margin-right: 10px;
}

.social-list > li:last-child {
    margin-right: 0;
}

.social-list__item {
    display: block;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
}

@media (min-width: 1220px) {
    .social-list__item {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
    }
}

.social-list__item:hover, .social-list__item:focus {
    color: #fff;
    text-decoration: none;
    -webkit-animation: jump .5s 1;
    animation: jump .5s 1;
}

.social-list__item.vkontakte {
    border-color: #1c5cd1;
    color: #1c5cd1;
}

.social-list__item.ondoklassniki {
    border-color: #ee8208;
    color: #ee8208;
}

.social-list__item.facebook {
    border-color: #32599c;
    color: #32599c;
}

.social-list__item.mail {
    border-color: #208DE0;
    color: #208DE0;
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    75% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, -8px);
        transform: translate(0, -8px);
    }

    50% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    75% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
}

.form input,
.form textarea {
    height: 45px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: middle;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 768px) {
    .form input,
    .form textarea {
        height: 50px;
    }
}

@media (min-width: 1220px) {
    .form input,
    .form textarea {
        padding: 5px 15px;
        font-size: 16px;
    }
}

.form input.error,
  .form textarea.error {
    border-color: red !important;
}

.form input.success,
  .form textarea.success {
    border-color: green !important;
}

.form input:focus,
  .form textarea:focus {
    border-color: #9ac1ff;
}

.form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    color: #bababa;
}

.form input:-moz-placeholder,
  .form textarea:-moz-placeholder {
    color: #bababa;
}

.form input::-moz-placeholder,
  .form textarea::-moz-placeholder {
    color: #bababa;
}

.form input:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    color: #bababa;
}

.form textarea {
    min-width: 200px;
    max-width: 100%;
    height: auto;
    padding: 10px;
    min-height: 130px;
}

@media (min-width: 1220px) {
    .form textarea {
        padding: 20px;
    }
}

.form .btn {
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    max-width: 300px;
}

.form .form-row {
    margin-bottom: 15px;
}

.form .form-row:last-child {
    margin-bottom: 0;
}

.check-link {
    display: block;
    margin: 10px 0 0;
    text-align: center;
    color: #265daf;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
}

.check-link:hover, .check-link:focus {
    text-decoration: none;
    color: #1a4484;
}


.card.facedown {
    background: none;
    border-top-width: 0;
}

.card.facedown {
    background-position: center;
    background-size: cover;
    background-image: url('/images/facedown.svg')
}

@media (min-width: 960px) {
    .card.facedown:after {
        background-size: 215px;
        border-width: 2px;
        border-radius: 3px;
    }
}




.header {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    color: #fff;
}

.header__info-bar {
    text-align: center;
}

.header__info-bar .elem-icon {
    font-size: 16px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
}

.header__info-bar .elem-icon .icon {
    font-size: 14px;
    margin-top: -7px;
}

@media (min-width: 480px) {
    .header__info-bar .elem-icon {
        font-size: 18px;
        padding-left: 25px;
    }

    .header__info-bar .elem-icon .icon {
        font-size: 18px;
        margin-top: -9px;
    }
}

@media (min-width: 768px) {
    .header__info-bar .elem-icon {
        font-size: 26px;
        padding-left: 35px;
    }

    .header__info-bar .elem-icon .icon {
        font-size: 24px;
        margin-top: -12px;
    }
}

@media (min-width: 960px) {
    .header__info-bar .elem-icon {
        height: 50px;
        line-height: 50px;
    }
}

.header__info-bar .elem-icon + .elem-icon {
    margin-left: 10px;
}

@media (min-width: 480px) {
    .header__info-bar .elem-icon + .elem-icon {
        margin-left: 20px;
    }
}

@media (min-width: 1220px) {
    .header__info-bar .elem-icon + .elem-icon {
        margin-left: 40px;
    }
}

.logo {
    display: block;
    float: left;
    margin-right: 10px;
}

.logo img {
    height: 40px;
}

@media (min-width: 960px) {
    .logo {
        margin-right: 0;
    }

    .logo img {
        height: 50px;
    }
}

.main-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu__list > li {
    display: inline-block;
    margin-left: 20px;
}

.main-menu__list > li:first-child {
    margin-left: 0;
}

.main-menu__list > li:hover > a, .main-menu__list > li:focus > a {
    color: #ecd201;
}

@media (min-width: 1220px) {
    .main-menu__list > li {
        margin-left: 30px;
    }
}

.main-menu__list > li > a {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.main-menu__list > li > a:hover, .main-menu__list > li > a:focus {
    text-decoration: none;
}

@media (min-width: 1220px) {
    .main-menu__list > li > a {
        letter-spacing: 0.6px;
        font-size: 14px;
    }
}

.main-menu__list .uk-dropdown {
    padding: 10px 0;
    background: #fff;
    color: #262626;
    margin: 0;
    margin-top: 10px;
    width: auto;
    min-width: 220px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
}

.main-menu__parent {
    position: relative;
}

.main-menu__parent > a {
    position: relative;
    padding-right: 20px;
}

.main-menu__parent > a:before {
    font-family: "icomoon";
    content: "\e90a";
    position: absolute;
    top: 50%;
    font-size: 8px;
    margin-top: -4px;
    right: 0;
    line-height: 1;
    display: block;
}

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

.subnav-list > li:hover > a, .subnav-list > li:focus > a {
    background-color: #e7e7e7;
    text-decoration: none;
    color: #262626;
}

.subnav-list > li > a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #262626;
    white-space: nowrap;
}

.subnav-list > li > a:hover, .subnav-list > li > a:focus {
    text-decoration: none;
}

@media (min-width: 1220px) {
    .subnav-list > li > a {
        padding: 5px 20px;
    }
}

.account-panel {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: right;
}

@media (min-width: 960px) {
    .account-panel {
        display: inline-block;
        text-align: left;
    }
}

.account-panel:hover, .account-panel:focus {
    color: #fff;
    text-decoration: none;
}

.account-panel:hover .account-panel__avatar, .account-panel:focus .account-panel__avatar {
    color: #ecd201;
    text-decoration: underline;
}

.account-panel .account-panel__avatar {
    text-align: left;
}

.account-panel .elem-icon {
    display: block;
    vertical-align: middle;
    font-size: 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (min-width: 480px) {
    .account-panel .elem-icon {
        display: inline-block;
    }
}

@media (min-width: 960px) {
    .account-panel .elem-icon {
        font-size: 14px;
    }
}

.account-panel .elem-icon.no-rang {
    padding: 0;
}

.account-panel .elem-icon.no-rang .icon {
    display: none;
}

.account-panel .icon.gold {
    color: #ffd500;
}

.account-panel .icon.silver {
    color: #b6b7c8;
}

@media (min-width: 960px) {
    .account-panel + .lang-select {
        margin-left: 15px;
    }
}

@media (min-width: 1220px) {
    .account-panel + .lang-select {
        margin-left: 30px;
    }
}

.account-panel__avatar {
/*    width: 100%;	*/
    max-width: 150px;
}

.account-panel__avatar .uk-text-truncate {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.lang-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.lang-select > span {
    display: block;
    position: relative;
    padding-right: 15px;
    height: 16px;
    line-height: 16px;
    width: 60px;
    font-size: 16px;
    padding-left: 20px;
    text-transform: uppercase;
}

.lang-select > span img {
    width: 20px;
    height: 16px;
    position: absolute;
    top: 0px;
    left: -6px;
}

.lang-select > span:before {
    font-family: "icomoon";
    content: "\e90a";
    position: absolute;
    top: 50%;
    font-size: 10px;
    margin-top: -4px;
    right: 4px;
    line-height: 1;
    display: block;
}

.lang-select .uk-dropdown {
    padding: 5px 4px;
    background: rgba(255, 255, 255, 0.6);
    color: #262626;
    margin: 0;
    margin-top: 10px;
    width: 64px;
    height: 224px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
}

.lang-select .uk-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lang-select .uk-dropdown ul > li > a {
    display: block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #262626;
    padding-left: 30px;
    text-transform: uppercase;
    position: relative;
}

.lang-select .uk-dropdown ul > li > a img {
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 6px;
}

.header__right {
    width: 100%;
    text-align: right;
}

.uk-offcanvas-bar {
    background-color: #09313E;
    color: #fff;
    font-size: 14px;
}

.uk-offcanvas-bar a {
    color: #fff;
}

.uk-offcanvas-bar h4, .uk-offcanvas-bar .uk-h4,
  .uk-offcanvas-bar h5, .uk-offcanvas-bar .uk-h5 {
    color: #fff;
}

.uk-offcanvas-bar h5, .uk-offcanvas-bar .uk-h5 {
    font-size: 16px;
    margin: 0 0 10px;
}

.uk-offcanvas-bar .offcanvas-title {
    color: #ecd201;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ecd201;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.offcanvas-menu {
    margin: 20px 0;
}

.offcanvas-menu:first-child {
    margin-top: 0;
}

.offcanvas-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas-menu > ul > li > a {
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #1D4E5F;
    color: #fff;
    font-size: 18px;
}

.offcanvas-menu > ul > li.uk-parent > a:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.offcanvas-menu > ul > li.uk-parent.uk-open > a:after {
    color: #ecd201;
}

.offcanvas-menu .uk-nav-sub {
    background: #0f3d4c;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #1d4e5f;
}

.offcanvas-menu .uk-nav-sub > li > a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
}

.offcanvas__content {
    margin: 35px 0;
    padding: 0 20px;
}

.offcanvas__content .control-panel__total {
    margin-top: 20px;
    padding-top: 20px;
}

.offcanvas__content .control-panel__total table td {
    font-size: 14px;
}

.offcanvas__content .uk-h5 .lang-select {
    display: inline-block;
    margin-left: 10px;
}

.offcanvas__content .uk-h5 .lang-select .uk-dropdown {
    background: #fff;
}

@font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon/icomoon.ttf?di79bg") format("truetype"), url("/fonts/icomoon/icomoon.woff?di79bg") format("woff"), url("/fonts/icomoon/icomoon.svg?di79bg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arroba:before {
    content: "\e90f";
}

.icon-fb:before {
    content: "\e910";
}

.icon-ok:before {
    content: "\e911";
}

.icon-vk:before {
    content: "\e912";
}

.icon-close:before {
    content: "\e90d";
}

.icon-menu:before {
    content: "\e90e";
}

.icon-expand:before {
    content: "\e900";
}

.icon-info:before {
    content: "\e901";
}

.icon-light-bulb:before {
    content: "\e902";
}

.icon-previous:before {
    content: "\e903";
}

.icon-reload:before {
    content: "\e904";
}

.icon-reuse:before {
    content: "\e905";
}

.icon-shuffle:before {
    content: "\e906";
}

.icon-star:before {
    content: "\e907";
}

.icon-star-fill:before {
    content: "\e908";
}

.icon-trophy:before {
    content: "\e909";
}

.icon-arrow-down:before {
    content: "\e90a";
}

.icon-avatar:before {
    content: "\e90b";
}

.icon-clock:before {
    content: "\e90c";
}



