* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    margin: 0;
    padding: 0;
    background: #f0f2f3;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f0f2f3;
    margin: 0 auto;
    padding: 5px 0;
}

table {
    border-collapse: collapse;
}

img {
    max-width: 100%;
}

ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    outline: 0;
    color: inherit;
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

.container::before, .container::after {
    content: "";
    display: table;
}

.container::after {
    clear: both;
}

.container {
    zoom: 1;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
    position: relative;
    z-index: 2;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.row {
    padding: 0 60px;
    background: #fff;
}

.justify {
    font: 16px "Exo 2", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    text-align-last: justify;
}

.justify:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.justify li {
    display: inline-block;
    text-align: left;
    text-align-last: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
}

.header-wrap {
    background: #3a454d;
    margin: 0 auto;
    width: 1180px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .17);
    z-index: 9;
    position: relative;
}

.header-tabs {
    margin: 0 auto;
    width: 1180px;
}

.top-logo {
    float: left;
    width: 40%;
}

.head-panel {
    width: 60%;
    float: right;
    text-align: right;
    margin-top: 27px;
}

.header {
    padding-top: 4px;
}

.header-wrap .container {
    width: 1093px;
}

.tarif-menu li {
    display: inline-block;
}

.tarif-menu a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 5px 20px;
}

.tabs li {
    display: inline-block;
}

.header-tabs {
    background-color: #fff;
}

.tabs {
    text-align: center;
}

.tarif-menu {
    margin-top: 8px;
}

.tarif-menu a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 16px 29px 20px;
    position: relative;
}

.tarif-menu a.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 23px;
    height: 21px;
    background: url("../img/bottom-arrow.png") center top no-repeat;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tabs button {
    background: none;
    border: 0;
    display: inline-block;
    padding: 18px 0 13px;
    font-size: 17px;
    color: #737e8b;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    margin: 0 21px;
    cursor: pointer;
    outline: 0;
}

.tabs button.active {
    color: #fd7037;
    border-color: #fd7037;
}

.notifications {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 33px;
    cursor: pointer;
}

.logout-link {
    display: inline-block;
    vertical-align: top;
}

a.mail-link {
    color: #a9b6be;
    font-size: 16px;
    display: inline-block;
    margin-right: 24px;
}

a.mail-link span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}

a.mail-link img {
    vertical-align: middle;
}

.notifications span {
    position: absolute;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    right: -10px;
    top: -8px;
    background: #fd7037;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 4px 0 0 0;
}

.tab {
    display: none;
}

.tabs-wrap .tab:first-child {
    display: block;
}

.tarif-game {
    background: url("../img/tarif-game-bg.png") center top no-repeat;
    background-size: cover;
}

.tarif-head {
    color: #fff;
    padding-top: 38px;
    padding-bottom: 56px;
    position: relative;
    min-height: 300px;
}

.tarif-title h1 {
    margin: 0;
    font-size: 61px;
    color: #fff;
    font-weight: 400;
}

.tabs-wrap {
    margin-top: 21px;
}

.tarif-head-description {
    font-size: 17px;
    width: 414px;
    margin-top: 15px;
    line-height: 1.2;
}

.tarif-button {
    margin-top: 36px;
}

.tarif-button button {
    padding: 14px 15px;
    font-size: 15px;
    background: #fd7037;
    color: #fff;
    border: 0;
    outline: 0;
    box-shadow: 0 0 8px rgba(253, 112, 55, 0.25);
}

.block-title {
    font-size: 26px;
    color: #000;
    padding-top: 46px;
    padding-bottom: 15px;
}

.personal-info {
    color: #818485;
    font-size: 17px;
    width: 100%;
}

.personal-info td:last-child {
    color: #000;
    font-weight: bold;
}

.user-tables {
    margin-top: 2px;
}

.user-tables table tr {
    border-bottom: 1px solid #f0f2f3;
}

.user-tables td {
    padding: 15px 0;
}

.user-tables tr {
    border-bottom: 1px solid #f0f2f3;
}

.user-tables tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.user-col-1 {
    float: left;
    width: 345px;
}

.user-col-2 {
    float: right;
    width: 612px;
    text-align: center;
}

.tarif-not-connect {
    font-size: 17px;
    color: #818485;
    margin-top: 43px;
}

.sep {
    background: #fff;
}

.sep hr {
    width: 96%;
}

.user-info {
    padding-bottom: 31px;
}

.choose-tarif .block-title {
    padding-top: 42px;
}

.tarif-f-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 72%;
}

.tarif-f-img {
    display: inline-block;
    vertical-align: middle;
    width: 27%;
    padding-left: 17px;
    text-align: center;
    line-height: 0;
}

.tarif-name {
    font-size: 20px;
    font-weight: bold;
    padding-left: 19px;
    margin-bottom: 28px;
}

.tarif-feature strong {
    font-size: 17px;
}

.tarif-col {
    width: 47%;
    float: left;
    border: 1px solid #f0f2f3;
    padding-top: 19px;
}

.tarif-col-2 {
    float: right;
}

.tarifs-row {
    margin-top: 20px;
}

.tarif-feature {
    line-height: 1.4;
    margin-bottom: 24px;
}

.tarif-footer * {
    display: inline-block;
    vertical-align: middle;
}

.tarif-footer {
    border-top: 1px solid #f0f2f3;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 24px;
}

.tarif-footer strong {
    font-size: 17px;
}

.tarif-btn {
    display: inline-block;
    border: 0;
    background: #fd7037;
    color: #fff;
    font-size: 15px;
    padding: 12px 44px;
}

.tarif-footer .tarif-btn {
    margin-left: 31px;
}

a.conditions-btn {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tarif-footer a.conditions-btn {
    margin-left: 21px;
}

.choose-tarif {
    padding-bottom: 68px;
}

.guns-row {
    background: #f2f6f8;
    padding-bottom: 65px;
}

.guns .justify > li {
    width: 21%;
}

.guns {
    margin-top: 21px;
    position: relative;
}

.gun-img {
    min-height: 96px;
}

.gun-title {
    font-size: 20px;
    font-weight: bold;
}

.gun-text {
    color: #222222;
    padding-top: 9px;
    line-height: 1.55;
    font-size: 15px;
    min-height: 248px;
}

.gun-btn button {
    color: #000;
    font-weight: bold;
    border: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
    display: inline-block;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 16px;
    font-size: 16px;
    letter-spacing: -1px;
    background: url("../img/btn-arrow.png") right center no-repeat;
}

.space {
    height: 900px;
    width: 100%;
}

.gun-desc {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    bottom: -34px;
    padding: 30px 20px 52px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border: 1px solid #e1e8ec;
    z-index: 99;
}

.gun-desc5:after, .gun-desc5:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.gun-desc5:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.gun-desc5:before {
    border-color: rgba(225, 232, 236, 0);
    border-bottom-color: #e1e8ec;
    border-width: 11px;
    margin-left: -11px;
}

.arrow {
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 12px;
    background: url('../img/gun-desc-arrow.png') center bottom no-repeat;
    bottom: 100%;
    left: 50%;
}

.gun-desc li {
    font-size: 16px;
    margin-bottom: 4px;
    list-style: disc outside;
    display: list-item;
    padding-left: 0;
}

.gun-modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    letter-spacing: -1px;

}

.gun-desc strong {
    font-size: 17px;
}

.close-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("../img/close-icon.png") center center no-repeat;
    cursor: pointer;
}

.gun-desc p {
    line-height: 1.5;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 16px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.gun-desc ul {
    margin-top: 11px;
    margin-bottom: 25px;
    margin-left: 18px;
}

.about-warface {
    margin-top: 26px;
    padding-bottom: 62px;
}

.about-warface li {
    width: 30.7%;
}

.aw-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 11px;
}

.aw-text {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -1px;
    word-spacing: 3px;
}

.slider-wrap {
    position: relative;
}

.prev-arrow {
    width: 50px;
    height: 50px;
    background: url("../img/prev-slide.png") center center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.next-arrow {
    width: 50px;
    height: 50px;
    background: url("../img/next-slide.png") center center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-slide {
    position: relative;
}

.slide-caption {
    position: absolute;
    bottom: 59px;
    color: #fff;
    width: 47%;
    left: 61px;
    text-shadow: 0px 5px 32px rgba(0, 0, 0, 1);
}

.slide-text {
    line-height: 1.4;
}

.slide-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 11px;
}

.modal-body {
    max-height: 480px;
    width: 100%;
    margin: 20px auto;
    /*height: 400px;*/
    position: relative;
}

.nicescroll-rails {
    /*z-index: 99999 !important;*/
}

.modal-head {
    font-size: 26px;
}

.remodal {
    max-width: 557px;
}

button.modal-close {
    width: 50px;
    height: 50px;
    border: 0;
    background: url("../img/modal-close.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.remodal {
    padding: 43px 30px 8px;
}

.condition-body {
    border: 1px solid #fd7037;
}

.conditions {
    text-align: left;
    padding: 16px 17px;
    list-style: none;
    font-size: 17px;
    line-height: 1.4;
}

.conditions li {
    list-style: none;
}

.conditions ul {
    margin-top: 10px;
}

.modal-col-1 {
    display: inline-block;
    width: 37%;
    position: relative;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #818485;
}

.modal-col-2 {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.modal input,
.modal select {
    border: 1px solid #cfcfcf;
    display: inline-block;
    padding: 9px 10px;
    padding-right: 0;
    width: 100%;
    font-size: 16px;
}

.tip {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("../img/tip-icon.png") center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
}

.modal-row {
    margin-bottom: 12px;
}

select:invalid {
    color: gray;
}

option:disabled {
    color: gray;
}

select:required:invalid {
    color: gray;
}

select:required:invalid option {
    color: black;
}

.remodal.modal-connect {
    max-width: 530px;
    padding: 43px 0 8px;
}

.modal-connect .modal-head {
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f2f3;
}

.checkbox input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.checkbox label {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: url("../img/checkbox.png") center center no-repeat;
}

.checkbox input:checked + label {
    background: url("../img/checkbox-checked.png") center center no-repeat;
}

.checkbox span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.checkbox a {
    color: #fd7037;
    font-size: 15px;
    text-decoration: underline;
}
.submit-row {
    margin-top: 29px;
}

button.submit-btn {
    border: 0;
    background: #fd7037;
    color: #fff;
    display: inline-block;
    margin-top: 14px;
    padding: 15px 45px;
    font-size: 15px;
    width: 285px;
}
.footer {
    margin-top: 29px;
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 20px;
}
.footer a {
    display: inline-block;
    margin-left: 29px;
}
.copyrights {
    display: inline-block;
}
.faq-list li {
    list-style: none;
    margin-bottom: 32px;
}
.faq-list li > div {
    display: none;
    font-size: 17px;
    padding-top: 13px;
    color: #000;
}
.faq-list button {
    background: none;
    border: 0;
    font-size: 17px;
    border-bottom: 1px dashed lightgray;
    padding: 0 0;
    display: inline;
    text-align: left;
}
.faq-block {
    margin-top: 39px;
    padding-bottom: 138px;
}
#statistic .block-title {
    padding-top: 26px;
}
.statistic-table {
    margin-top: 33px;
}
.statistic-table th{
    color: #818485;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #f0f2f3;
    padding: 22px 2px;
}
.statistic-table td{
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    width: 30%;
    border-bottom: 1px solid #f0f2f3;
    padding: 16px 2px;
}
.statistic-table table {
    width: 575px;
    table-layout: fixed;
}
#statistic .statistic-table {
    padding-bottom: 117px;
}
.stat-gun {
    font-weight: bold;
}
.stat-credits {
    font-weight: bold;
    color: #44cf65;
}
.datepicker-input{
    display: inline-block;
    font-size: 17px;
    padding: 10px 9px;
    border: 1px solid #cfcfcf;
    margin-left: 13px;
    margin-right: 13px;
    width: 142px;
    background: url("../img/date-icon.png") right 9px center no-repeat;
}
.datepicker-row {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 26px;
}
.tarif-status-label{
    font-size: 17px;
    margin-top: 35px;
}
.tarif-status-label span{
    vertical-align: middle;
}
.tarif-status-label img{
    vertical-align: middle;
}
.tarif-connected .tarif-head {
    min-height: 242px;
}
.tarif-connected .user-info {
    padding-bottom: 50px;
}
.tarif-status-label img {
    margin-right: 11px;
}
.tarif-details {
    text-align: left;
    margin-left: 61px;
    font-size: 17px;
    color: #818485;
}
.tarif-details td button[type="button"] {
    background: none;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 0;
    margin-left: 11px;
    font-weight: 400;
}
.tarif-details td:last-child {
    color: #000;
    font-weight: bold;
}
.tip-form td {
    vertical-align: top;
}
.tip-modal input, .tip-modal select {
    border: 1px solid #cfcfcf;
    display: inline-block;
    padding: 9px 10px;
    padding-right: 0;
    width: 100%;
    font-size: 16px;
}
.tip-modal td:first-child {
    padding-top: 26px;
    padding-right: 20px;
    font-weight: 400;
    color: #818485;
    font-size: 17px;
}
.tarif-details td {
    position: relative;
}
.tip-modal {
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    z-index: 55;
    border: 1px solid #e1e8ec;
    box-shadow: 0 0 2px rgba(0,0,0,.1);

}
.tip-form{
    padding: 30px 33px 20px;
    position: relative;
}
.tip-form table {
    width: 362px;
    max-width: 100%;
}
.form-title {
    font-size: 20px;
}
.tip-modal{
    display: none;
}
.tip-form button.submit-btn {
    width: initial;
    padding: 12px 33px;
}
.tip-modal .close-btn {
    width: 15px;
    height: 15px;
    background-size: contain;
    top: 7px;
    right: 7px;
}
.tip-modal .arrow {
    left: initial;
}
span.field-info {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 15px;
    color: #fd7037;
    margin-left: 22px;
}