:root {
    --scrollBarWidth: 70px;
}

html,
body {
    background: #f5f5f5;
    color: #454545;
    height: 100%;
    min-height: 638px;
}

hr {
    background: #dededf;
    border: none;
    height: 1px;
    margin: 35px 0;
    position: relative;
    clear: both;
}

hr:before {
    background: #fafafa;
    content: '';
    height: 50px;
    left: 50%;
    margin: -25px;
    position: absolute;
    width: 50px;
}

hr:after {
    background: url(/img/logo-grey.png) no-repeat;
    background-size: contain;
    content: '';
    height: 30px;
    left: 50%;
    margin: -15px;
    position: absolute;
    width: 30px;
}

img {
    vertical-align: top;
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clearfix:after {
    clear: both;
}

.hidden {
    display: none;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden;
}

.autofill {
    left: -9999px;
    position: absolute;
}

.overflow-scroll {
    white-space: nowrap;
    overflow: auto;
}

.help-block {
    color: #d44950;
    font-size: 12px;
    text-align: left;
}

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

.text-left {
    text-align: left !important;
}

.text-strikethrough {
    text-decoration: line-through;
}

.fs-14px {
    font-size: 14px !important;
}

.position-relative {
    position: relative !important;
}

.header-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

input {
    background: #fff;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    outline: none;
    padding: 8px 15px;
    transition: border-color 0.25s;
    border-radius: 0;
}

textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    outline: none;
    padding: 8px 15px;
    resize: vertical;
    transition: border-color 0.25s;
    border-radius: 0;
}

.redactor-editor,
input,
textarea {
    font-family: 'Open Sans', sans-serif !important;
}

.redactor-box {
    margin-bottom: 0;
}

input:focus,
textarea:focus {
    border-color: #3a66ae;
}

h1 {
    background-position: center;
    background-size: cover;
    color: #fafafa;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 64px 15px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

h1.multiline {
    padding: 48px 15px;
}

.image-fit {
    object-fit: contain;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.container {
    padding: 30px 20px;
}
.container.site-error {
    padding: 100px 20px;
}

.form-vertical {
    margin: 0 auto;
    width: 280px;
}

.form-vertical.form-wide {
    width: 100%;
}

.form-vertical .form-group {
    margin: 0 0 20px 0;
}

.form-vertical label {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

.form-vertical input,
.form-vertical textarea {
    box-sizing: border-box;
    width: 100%;
}

.form-checkbox-label {
    display: inline-block !important;
    padding-left: 20px !important;
    padding-right: 10px !important;
    position: relative;
    font-size: 13px !important;
    cursor: pointer;
    user-select: none;
}

.form-checkbox-label .form-checkbox {
    appearance: none;
    border: none;
}

.form-checkbox-label .form-checkbox:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #C2C7CB;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.form-checkbox-label .form-checkbox:checked:before {
    border: 1px solid #0F4C81;
    background: #0F4C81;
}

input.form-checkbox {
    display: inline-block;
    width: auto;
}

.btn {
    border: 1px solid;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    outline: none;
    padding: 12px 45px;
    transition: .25s;
    font-weight: 300;
    letter-spacing: 2px;
}

.btn-link {
    text-decoration: none;
}

.btn-dark {
    background: #3a66ae;
    color: #fff;
    border: none;
}

.btn-dark:hover {
    background: #1b1b1b;
    color: #fff;
}

.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-white:hover {
    background: #fff;
    color: #1b1b1b;
}

.btn-blue {
    background: #3a66ae;
    border-color: #3a66ae;
    color: #fefefe;
}

.btn-blue:hover {
    background: transparent;
    color: #3a66ae;
}

.btn-positive:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}

.btn-negative:hover {
    background: #1b1b1b;
    border-color: #1b1b1b;
    color: #fff;
}

.btn-large {
    font-size: 14px;
    font-weight: 300;
    padding: 18px 65px;
}

.btn-send {
    position: relative;
}

.btn-send:after {
    bottom: 0;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: .25s;
    width: 0;
}

.btn-send.proccess:after {
    width: 100%;
}

.btn-blue.btn-send:after {
    background: #fff;
}

.btn-blue:hover.btn-send:after {
    background: #3a66ae;
}

.btn-white.btn-send:after {
    background: #fff;
}

.btn-white:hover.btn-send:after {
    background: #1b1b1b;
}

.btn-thin {
    font-weight: 300;
    letter-spacing: 1px;
}

.breadcrumb-wrapper {
    background-color: #e4ebf1;
}
.breadcrumb-container {
    margin: 0 auto;
}
.toka-shop-index .breadcrumb-container {
    width: 1470px;
}
.toka-shop-charging-station .breadcrumb-container {
    width: 940px;
}
@media (max-width: 1469px) {
    .toka-shop-index .breadcrumb-container {
        width: 1024px;
    }
}
@media (max-width: 1023px) {
    .breadcrumb-container {
        width: 100% !important;
    }
}
.breadcrumb {
    display: flex;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    width: fit-content;
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb li:not(:last-child):after {
    content: '';
    margin: 0 5px;
    width: 1px;
    height: 18px;
    background: #114c7f;
}
.breadcrumb a {
    display: inline-flex;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb span {
    padding: 10px 15px;
}

.header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.wrap > .content {
    padding-top: 61px;
}

.header .chargemap {
    border-right: 1px solid #eaeaea;
    color: #393636;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 15px 35px;
    text-decoration: none;
    transition: color .25s;
}

.header .chargemap:hover {
    color: #3a66ae;
}

.header .chargemap span {
    margin-left: 20px;
}

.header .link {
    border-left: 1px solid #eaeaea;
    color: #393636;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    padding: 22px 40px 21px;
    position: relative;
    text-decoration: none;
    transition: .25s;
    vertical-align: text-top;
}

.header .menu.opened .link:after {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1001;
}

.header .link:hover {
    color: #3a66ae;
}

.header .link img {
    margin-right: 10px;
    transition: .25s;
}

.header .link:hover img {
    opacity: .8;
}

.header .menu .link img {
    margin-left: 10px;
    margin-right: 0;
}

.top-menu {
    background: #fff;
    border-top: 1px solid #eaeaea;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    height: 64px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    position: fixed;
    text-align: right;
    top: 60px;
    width: 100%;
    z-index: 1000;
}

.top-menu li {
    color: #454545;
    display: inline-block;
    font-size: 12px;
    margin: 26px 15px 25px;
    vertical-align: top;
}

.top-menu li.divider {
    background: #454545;
    height: 12px;
    position: relative;
    width: 1px;
}

.top-menu a {
    color: #454545;
    text-decoration: none;
    transition: color 0.25s;
}

.top-menu a:hover {
    color: #3a66ae;
}

.form-office {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 25px;
    text-align: center;
    display: inline-block;
}

.form-office label {
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: left;
}

.form-office input {
    width: 180px;
}

.form-office button {
    cursor: pointer;
    margin: 20px 0 5px;
    padding: 7px 57px;
}

.wrap {
    min-height: calc(100% - 372px);
}

.toka-site-index .wrap {
    height: calc(100% - 248px);
}

.content {
    min-height: calc(100% - 61px);
    position: relative;
    line-height: 1.428;
}

.checkbox {
    position: relative;
}

.form-registration .form-group.checkbox {
    width: auto;
}

.form-registration .checkbox label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
    margin: 0;
}

.form-registration .checkbox input {
    position: absolute;
    top: 4px;
    left: 15px;
    width: 20px;
}

.toka-site-index .content {
    height: calc(100% - 61px - 64px);
}

.footer {
    background-color: #fff;
    overflow: hidden;
}

.footer-icon-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-icon-nav li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 195px;
    position: relative;
    width: 20%;
}

.footer-icon-nav li.buy {
    background-image: url(/img/charge_toka.jpg);
}

.footer-icon-nav li.client {
    background-image: url(/img/2.png);
}

.footer-icon-nav li.rates {
    background-image: url(/img/tarif_toka.jpg);
}

.footer-icon-nav li.map {
    background-image: url(/img/map_toka.jpg);
}

.footer-icon-nav li.app {
    background-image: url(/img/app_toka.jpg);
}

.footer-icon-nav a {
    background: rgba(0, 0, 0, 0);
    color: #fbfbfb;
    display: block;
    font-size: 20px;
    height: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .25s;
    width: 100%;
}

.footer-icon-nav a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.footer-icon-nav span {
    display: block;
    padding: 40px 15px 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer .links {
    overflow: hidden;
}

.social-share {
    color: #3a66ae;
    font-size: 12px;
    vertical-align: top;
    margin: 0 0 0 15px;
}

.social-share a {
    display: inline-block;
}

.social-share img {
    margin: 15px 5px 14px;
    opacity: .6;
    transition: .25s;
}

.social-share img:hover {
    opacity: 1;
}

.languages {
    color: #151515;
    font-size: 11px;
    font-weight: 600;
    margin: 20px 35px;
}

.languages a {
    color: #151515;
    text-decoration: none;
    transition: color .25s;
}

.languages span,
.languages a:hover {
    color: #3a66ae;
}

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

.footer-nav li {
    float: left;
}

.footer-nav li.divider {
    font-size: 12px;
    font-weight: 600;
    padding: 19px 0;
}

.footer-nav img {
    margin: 18px 10px;
}

.footer-nav a {
    color: #151515;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 20px 15px;
    text-decoration: none;
    transition: color .25s;
}

.footer-nav a:hover {
    color: #3a66ae;
}

.site-index {
    background: url(../img/main_charger_.jpg) no-repeat #fefefe;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 500px;
    position: relative;
}

.logo {
    position: absolute;
    right: 10%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    width: 320px;
    z-index: 1;
}

.slogan {
    color: #393636;
    font-size: 20px;
    line-height: 1.42;
    margin: 25px 0 35px;
}

.sidebar-left {
    float: left;
    margin: 0 0 0 5%;
    width: 70%;
}

.entry {
    background: #fafafa;
    border: 2px solid #ebebeb;
    padding: 40px 80px;
}

.entry-title {
    font-size: 18px;
    margin-bottom: 25px;
}

.content-image-right {
    display: block;
    margin: 0 -81px 0 auto;
}

.sidebar-right {
    float: right;
    width: 25%;
}

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

.sidebar-menu li {
    margin: 5px 0 5px 30px;
    position: relative;
}

.sidebar-menu li.active:after,
.sidebar-menu li.active:before {
    border: solid transparent;
    content: " ";
    height: 0;
    left: -32px;
    pointer-events: none;
    position: absolute;
    top: 19px;
    width: 0;
}

.sidebar-menu li.sub.active:after,
.sidebar-menu li.sub.active:before {
    top: 12px;
}

.sidebar-menu li.active:after {
    border-color: rgba(250, 250, 250, 0);
    border-left-color: #fafafa;
    border-width: 15px;
    margin-top: -15px;
}

.sidebar-menu li.active:before {
    border-color: rgba(235, 235, 235, 0);
    border-left-color: #ebebeb;
    border-width: 18px;
    margin-top: -18px;
}

.sidebar-menu-link {
    color: #454545;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.active > .sidebar-menu-link,
.sidebar-menu-link:hover {
    color: #3a66ae;
}

.sub .sidebar-menu-link {
    font-size: 14px;
    padding: 0 30px;
}

.btn-admin {
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
}

.edit-items-list {
    margin: 0;
    padding: 0;
}

.edit-row {
    background: #ebebeb;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 0 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px dashed transparent;
}

.edit-row-disabled {
    background: #f3cbcb;
}

.edit-item-row {
    padding: 10px 90px 10px 20px;
}

.edit-row .controls {
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 0;
    transition: .25s;
}

.edit-row:hover .controls {
    opacity: 1;
}

.edit-row .controls i {
    cursor: pointer;
    opacity: .7;
    transition: .25s;
    padding: 12px 3px 11px;
}

.edit-row .controls a {
    color: #454545;
    display: inline-block;
    height: 16px;
}

.edit-row .controls i:hover {
    opacity: 1;
}

.ui-sortable-placeholder {
    border: 2px dashed #ebebeb;
    background-color: transparent;
    visibility: visible !important;
    padding: 10px 90px 10px 20px;
}

.faq-q {
    background: #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 15px 0;
    padding: 15px 30px;
}

.faq-a {
    background: #fff;
    display: none;
    font-size: 13px;
    margin: 0 0 15px 55px;
    padding: 20px 30px;
    position: relative;
}

.faq-a:after {
    border: solid transparent;
    border-bottom-color: #fff;
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 45px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.toggle {
    background: url(/img/toggle.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 0;
    vertical-align: top;
    width: 21px;
}

.active > .toggle {
    background-position: 0 -21px;
}

.app-container {
    display: inline-block;
    margin: 50px 0;
}

.app-advantege {
    width: 420px;
}

.app-advantege-title {
    font-size: 15px;
    text-align: right;
}

.app-advantege-list {
    font-size: 14px;
    list-style: none;
    margin: 25px 0 0 0;
    min-height: 72px;
    padding: 0;
    text-align: right;
}

.app-advantege-list li {
    height: 58px;
    line-height: 1.42;
    margin: 15px 0;
    padding: 15px 120px 15px 0;
    position: relative;
}

.app-advantege-list-number {
    color: #84ac62;
    font-size: 63px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.app-preview {
    text-align: center;
}

.app-preview img {
    height: auto;
    max-width: 100%;
}

.app-description {
    text-align: left;
    width: 420px;
}

.app-description-download-title {
    font-size: 15px;
}

.app-description-stores {
    margin: 25px 0;
}

.app-description-title {
    font-size: 23px;
    margin: 30px 0;
    position: relative;
}

.app-description-text {
    font-size: 17px;
    line-height: 1.42;
}

.entry-tabs {
    padding: 0 0 35px;
    text-align: center;
}

.entry-tab {
    display: inline-block;
    font-size: 17px;
    margin: 20px 30px 0;
    position: relative;
}

.entry-tab.active:after,
.entry-tab.active:before {
    border: solid transparent;
    bottom: -37px;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.entry-tab.active:after {
    border-bottom-color: #fafafa;
    border-color: rgba(250, 250, 250, 0);
    border-width: 20px;
    margin-left: -20px;
}

.entry-tab.active:before {
    border-bottom-color: #ebebeb;
    border-color: rgba(235, 235, 235, 0);
    border-width: 23px;
    margin-left: -23px;
}

.entry-tab a {
    color: #303030;
    display: block;
    text-decoration: none;
    transition: 0.25s;
}

.entry-tab img {
    margin: 0 0 10px 0;
    transition: 0.25s;
}

.entry-tab.active a,
.entry-tab a:hover {
    color: #3a66ae;
}

.entry-tab.active a img,
.entry-tab a:hover img {
    opacity: .8;
}

.entry-wide {
    background: #fafafa;
    border-top: 2px solid #ebebeb;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
}

.form-registration {
    display: inline-block;
    margin: 40px auto;
    max-width: 1140px;
}

.form-registration .form-group {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 15px;
    text-align: left;
    vertical-align: top;
    width: 320px;
}

.form-registration label {
    display: block;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.form-registration input {
    box-sizing: border-box;
    color: #454545;
    font-size: 13px;
    line-height: normal;
    padding: 6px 15px;
    width: 100%;
}

.form-registration button {
    margin: 20px 0 0 0;
}

.form-registration select {
    height: 1px;
    visibility: hidden;
    width: 1px;
}

.form-registration .help-block {
    height: 13px;
    margin: 3px 0 0 0;
}

select option[value=""] {
    display: none;
}

.select-wrap {
    position: relative;
    background: #fff;
    z-index: 1;
}

.select-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #e0e0e0 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.select-wrap select {
    height: auto;
    visibility: visible;
    width: 100%;
    box-sizing: border-box;
    color: #454545;
    font-size: 13px;
    line-height: normal;
    padding: 6px 15px;
    background: transparent;
    border: 1px solid #e0e0e0;
    outline: none;
    transition: border-color 0.25s;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.select-wrap select:focus {
    border-color: #3a66ae;
}

#map {
    height: 500px;
    width: 100%;
}

.no-scroll {
    overflow: hidden;
}

.entry-content-left {
    float: left;
    width: 50%;
}

#popup-wrap-language,
#popup-wrap {
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;

    top: 0;
    width: 100%;

    z-index: 1000;
}

#popup-wrap-language .form-vertical {
    position: relative;
}

#popup-wrap-language .inner {
    text-align: center;
}

#popup-wrap-language .btn {
    width: 30%;
}

.popup {
    box-sizing: border-box;
    display: none;
    min-height: 100%;
    padding: 150px 0 20px 0;
    position: relative;
}

.popup .bg {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}

.popup .form {
    background: #fafafa;
    box-shadow: 2.868px 4.096px 6px 0 rgba(0, 0, 0, 0.14);
    position: relative;
    width: 425px;
}

.popup .inner {
    padding: 30px 50px 20px;
}

.popup .inner .text {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}

.popup .title {
    background: #3a66ae;
    color: #fafafa;
    font-size: 12px;
    padding: 15px 50px;
    position: relative;
}

.popup-close {
    color: #fafafa;
    cursor: pointer;
    font: 27px/25px arial, sans-serif;
    opacity: .7;
    padding: 9px 17px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 300ms;
}

.popup-close:hover {
    opacity: 1;
}

.popup .form label {
    font-size: 12px;
}

.popup button {
    font-weight: 300;
    letter-spacing: 1px;
}

.tabs .tab {
    background: #ddd;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    transition: .25s;
    width: 33.333333%;
}

.tabs .tab.active,
.tabs .tab:hover {
    background: transparent;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.hamburger {
    background-color: transparent;
    border: 0;
    color: #3a66ae;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0 0 0 5px;
    overflow: visible;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    display: inline-block;
    width: 14px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    transition: all 0s 0.15s linear;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #3a66ae;
    height: 1px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease;
    width: 14px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -5px;
}

.hamburger-inner::after {
    bottom: -5px;
}

.hamburger.is-active .hamburger-inner {
    background-color: transparent;
}

.hamburger.is-active .hamburger-inner::before {
    top: -10px;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger.is-active .hamburger-inner::after {
    bottom: 10px;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.co2 {
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    bottom: 25px;
    color: #0266b2;
    height: 130px;
    left: 25px;
    line-height: normal;
    position: absolute;
    transition: 200ms;
    width: 130px;
}

.co2-counter {
    bottom: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    transition: 200ms;
    width: 130px;
}

.co2-counter span {
    font-size: 150%;
}

.co2-description {
    bottom: 130px;
    left: 0;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    transition: 150ms;
    visibility: hidden;
    width: 270px;
}

.co2:hover {
    height: 300px;
    width: 300px;
}

.co2:hover .co2-counter {
    left: 85px;
}

.co2:hover .co2-description {
    opacity: 1;
    transition: 300ms;
    visibility: visible;
}

.notify {
    text-align: center;
    background: rgba(255, 255, 255, .9);
    padding: 10px 15px;
}

.notify img {
    width: 100%;
    height: auto;
}

@media (max-width: 1439px) {
    .top-menu {
        padding-right: 15px;
    }

    .top-menu li {
        margin: 26px 5px 25px;
    }

    .top-menu li.hide-m {
        display: none;
    }

    .footer-icon-nav span {
        font-size: 18px;
        padding: 40px 5px 15px;
    }

    .site-index {
        background-position: center;
    }
}

@media (max-width: 1023px) {
    .menu-bg {
        background: #000;
        display: none;
        height: 100%;
        left: 0;
        opacity: .4;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .top-menu {
        border-top: none;
        box-shadow: none;
        height: auto;
        left: auto;
        padding: 0;
        padding: 60px 0 20px;
        right: 20px;
        text-align: left;
        top: 90px;
        width: 350px;
    }

    .top-menu:after {
        border: solid transparent;
        border-bottom-color: #fff;
        border-color: rgba(255, 255, 255, 0);
        border-width: 16px;
        content: " ";
        height: 0;
        margin-left: -16px;
        pointer-events: none;
        position: absolute;
        right: 50px;
        top: -31px;
        width: 0;
    }

    .top-menu li.hide-m,
    .top-menu li {
        border-top: 1px solid #f8f9f9;
        display: block;
        margin: 0;
    }

    .header .menu.opened .link:after,
    .top-menu li.divider {
        display: none;
    }

    .top-menu a {
        display: block;
        padding: 20px 35px;
    }

    .form-office:before {
        left: auto;
        right: 34px;
    }

    .form-office:after {
        left: auto;
        right: 35px;
    }

    .header .chargemap,
    .header .link {
        border: none;
    }

    .header .contacts,
    .header .office {
        display: none;
        position: absolute;
        right: 20px;
        top: 90px;
        width: 175px;
        z-index: 1005;
    }

    .header .contacts {
        right: 195px;
    }

    .header .contacts .link,
    .header .office .link {
        padding: 22px 35px 21px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
    }

    .entry-content-left {
        float: none;
        width: 100%;
    }

    .logo {
        right: 0;
    }

    .footer .links {
        text-align: right;
    }

    .social-share {
        display: inline-block;
        float: none;
        margin-left: 0;
    }

    .languages {
        display: inline-block;
        float: none;
        margin-right: 15px;
    }

    .footer-icon-nav li.buy:before,
    .footer-icon-nav li.map:before {
        background: #5471b3;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .footer-icon-nav li.partner,
    .footer-icon-nav li.app {
        clear: both;
    }

    .footer-icon-nav li {
        width: 50%;
    }

    .footer-icon-nav li.app {
        width: 100%;
    }

    .footer-nav {
        clear: both;
        float: left;
        margin-right: 0;
        text-align: right;
        width: 100%;
    }

    .footer-nav li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .sidebar-left {
        margin: 0;
    }

    .sidebar-right {
        width: 30%;
    }

    .entry {
        padding: 40px;
    }

    .content-image-right {
        display: block;
        margin: 0 -41px 0 auto;
    }
}

@media (max-width: 767px) {
    img {
        height: auto !important;
        max-width: 100%;
    }

    .logo {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .slogan {
        margin-top: 50px;
    }

    .site-index {
        background: url(../img/background-main-small.png) no-repeat #fefefe;
        background-size: cover;
    }

    .footer-nav {
        box-sizing: border-box;
        padding-left: 140px;
    }

    .co2,
    .footer-nav li.divider {
        display: none;
    }

    .sidebar-right {
        margin: 0 -20px 30px -20px;
        width: calc(100% + 40px);
        position: relative;
    }

    .sidebar-right:before,
    .sidebar-right:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        width: 20px;
        z-index: 1;
    }

    .sidebar-right:before {
        left: 0;
        background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,0) 100%);
        background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
        background: linear-gradient(to right, rgba(245,245,245,1) 0%,rgba(245,245,245,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00f5f5f5',GradientType=1 );
    }

    .sidebar-right:after {
        right: 0;
        background: -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%);
        background: -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
        background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 );
    }

    .sidebar-menu {
        overflow-x: scroll;
        padding: 0 20px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .loaded .sidebar-menu {
        opacity: 1;
    }

    .sidebar-menu li.active:after,
    .sidebar-menu li.active:before {
        display: none;
    }

    .sidebar-menu li {
        margin: 0;
        display: inline-block;
    }

    .sidebar-menu-link {
        margin: 0 0 0 -15px;
    }

    .sidebar-left {
        margin: 0 -20px;
        min-width: calc(100% + 40px);
        width: auto;
    }

    .entry {
        border-left: none;
        border-right: none;
        padding: 20px;
    }

    .content-image-right {
        display: block;
        margin: 0 -20px 0 auto;
    }

    #map {
        width: calc(100% + 40px);
        margin: -45px -20px 0;
    }

    .entry-content {
        margin: 25px 0 0 0;
    }

    .faq-q {
        padding: 15px 20px;
    }

    .faq-a {
        margin: 0 0 15px 0;
        padding: 15px 20px;
    }

    .app-preview {
        margin: 30px 0;
    }

    .app-advantege {
        float: none;
        margin: 0 auto;
        width: 280px;
    }

    .app-preview,
    .app-description {
        width: 100%;
    }

    .entry-tab.active:after,
    .entry-tab.active:before {
        display: none;
    }

    .footer-contact input {
        margin-bottom: 15px;
    }

    .footer-contact button {
        margin-top: -15px;
    }

    .site-about blockquote {
        text-align: center;
    }

    .site-about blockquote img {
        float: none !important;
        margin: 0 0 15px !important;
    }

    .site-about blockquote em {
        display: block;
        text-align: left;
    }
}

@media (max-width: 450px) {
    .header .chargemap {
        padding: 15px;
    }

    .header .menu .link {
        height: 19px;
        padding: 21px 20px 20px;
        position: relative;
        width: 24px;
    }

    .hamburger {
        margin: 0;
        position: absolute;
        top: 19px;
        right: 15px;
    }

    .hamburger-box {
        height: 19px;
        width: 24px;
    }

    .hamburger-inner {
        height: 2px;
        margin: -1px 0 0 0;
        width: 24px;
    }

    .hamburger-inner::before {
        height: 2px;
        top: -8px;
        width: 24px;
    }

    .hamburger-inner::after {
        bottom: -8px;
        height: 2px;
        width: 24px;
    }

    .header .menu .link span {
        display: inline-block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 24px;
    }

    .top-menu:after,
    .menu-bg {
        display: none !important;
    }

    .top-menu {
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
        height: calc(100% - 61px);
        left: 0;
        overflow: scroll;
        right: auto;
        top: 61px;
        width: 100%;
        background: #fff;
    }

    .header .contacts,
    .header .office {
        background: #fff;
        top: 61px;
        width: 50%;
    }

    .header .contacts {
        left: 0;
        right: auto;
    }

    .header .office {
        left: auto;
        right: 0;
    }

    .header .contacts .link,
    .header .office .link {
        padding: 22px 25px 21px;
    }

    .top-menu a {
        padding: 20px 25px;
    }

    .header .chargemap span {
        margin-left: 10px;
    }

    .slogan {
        margin-top: 25px;
    }

    .footer .links {
        text-align: right;
        padding-right: 0 !important;
    }

    .footer-icon-nav li {
        float: none;
        height: auto;
        position: relative;
        width: 100%;
    }

    .footer-icon-nav li span {
        font-size: 15px;
        line-height: 1.5;
        padding: 25px 15px 25px 100px;
        text-align: left;
    }

    .footer-icon-nav li img {
        height: auto;
        left: 50px;
        max-width: 46px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .footer-icon-nav li.buy img,
    .footer-icon-nav li.app img {
        max-width: 60px;
    }

    .footer-icon-nav li.partner:before {
        background: #5471b3;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .footer-icon-nav li.map:before {
        display: none;
    }

    .languages {
        margin: 20px;
    }

    .social-share,
    .languages {
        vertical-align: top;
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .footer-nav {
        display: none;
    }

    .popup {
        padding: 61px 0;
    }

    .popup .bg {
        top: -15px;
    }

    .popup .form {
        width: 100%;
    }

    .popup .inner {
        padding: 30px 20px 20px;
    }
}

.partners-container {
    margin: 0 auto;
    max-width: 820px;
}

.partners-container img {
    margin: 15px 35px;
}

@media (max-height: 815px) {
    html, body {
        min-height: 720px;
    }

    .toka-site-index .wrap {
        height: calc(100% - 75px - 64px);
    }

    .footer-icon-nav li {
        height: 165px;
    }

    .footer-icon-nav span {
        padding: 22px 15px 15px;
    }
}

.description-text {
    width: 1160px;
    margin: 35px auto;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    font-size: 80%;
}

.site-chargemap .description-text {
    width: auto;
    margin: 0 auto 15px;
}

.description-text.opened {
    max-height: none;
}

.description-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(250, 250, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fafafa', GradientType=0);
    z-index: 0;
}

.description-text.opened:before {
    content: none;
}

.description-text p {
    margin-top: 0;
}

.description-text h2,
.description-text h3 {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .description-text {
        width: 860px;
    }
}

@media (max-width: 900px) {
    .description-text {
        width: 560px;
    }
}

@media (max-width: 600px) {
    .description-text {
        width: 100%;
    }
}

.description-popup {
    position: relative;
    display: inline-block;
}

.description-popup .btn {
    width: 130px;
}

.description-popup-text {
    opacity: 0;
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    text-align: left;
    width: 600px;
    height: 200px;
    padding: 20px 15px;
    margin: -20px 50px 0 0;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    font-size: 85%;
    transform: translateY(-50%);
    transition: opacity 300ms, margin 300ms;
    line-height: 1.428;
}

.description-popup-text.active {
    opacity: 1;
    margin: 0 50px 0 0;
}

.description-popup-text p {
    margin-top: 0;
}

.description-popup-text h1 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #454545;
    text-align: left;
    text-transform: none;
}

.description-popup-text h2,
.description-popup-text h3 {
    margin-bottom: 0;
    font-weight: 400;
}

.description-popup-text li {
    margin: 5px 0;
}

@media (max-width: 1200px) {
    .description-popup-text {
        width: 400px;
    }
}

@media (max-width: 850px) {
    .description-popup-text {
        width: 350px;
        margin: -20px 10px 0 0;
    }

    .description-popup-text.active {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 768px) {
    .description-popup-text {
        width: 290px;
        margin: -20px 0 0 0;
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .description-popup-text.active {
        margin: 0;
    }
}

.toka-site-dealer .entry-content p {
    margin: 12px 0;
}

.site-blog .entry-content {
    min-height: 435px;
}
@media (max-width: 767px) {
    .site-blog .entry-content {
        min-height: unset;
    }
}
.blog-item {
    display: flex;
    flex-wrap: wrap;
    word-break: break-word;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #dededf;
}
.blog-item:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.blog-item:before {
    bottom: 0;
    background: #fafafa;
    content: '';
    height: 50px;
    left: 50%;
    margin: -25px;
    position: absolute;
    width: 50px;
}
.blog-item:after {
    bottom: 0;
    background: url(/img/logo-grey.png) no-repeat;
    background-size: contain;
    content: '';
    height: 30px;
    left: 50%;
    margin: -15px;
    position: absolute;
    width: 30px;
}
.blog-item:last-child:before,
.blog-item:last-child:after {
    content: none;
}
.blog-item-title {
    width: 100%;
    margin-bottom: 15px;
}
.blog-item-title a {
    text-decoration: none;
}
.blog-item-title a:hover {
    text-decoration: underline;
}
.blog-item-content {
    width: 100%;
    font-size: 14px;
}
.blog-item-datetime {
    width: 50%;
    font-size: 13px;
}
.blog-item-more {
    width: 50%;
    text-align: right;
}
.blog-item-more a {
    text-decoration: none;
}
.blog-item-more a:hover {
    text-decoration: underline;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 15px auto;
    overflow: hidden;
    display: inline-block;
}
.pagination-item {
    float: left;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
}
.pagination-item:first-child {
    margin-left: 0;
}

.pagination-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #454545;
}

.pagination-item:not(.disabled):hover,
.pagination-item.active {
    background: #ebebeb;
}

.pagination-item.disabled .pagination-link {
    opacity: 0.5;
}


/** Fishka */
@font-face {
    font-family: PlumbC;
    src: url(../fonts/PlumbBoldC.eot);
    src: url(../fonts/PlumbBoldC.eot?#iefix) format("embedded-opentype"), url(../fonts/PlumbBoldC.woff) format("woff"), url(../fonts/PlumbBoldC.ttf) format("truetype"), url(../fonts/PlumbBoldC.svg#PlumbBoldC) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: PlumbC;
    src: url(../fonts/hinted-PlumbC.eot);
    src: url(../fonts/hinted-PlumbC.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-PlumbC.woff) format("woff"), url(../fonts/hinted-PlumbC.ttf) format("truetype"), url(../fonts/hinted-PlumbC.svg#PlumbLightC) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: RotondaC;
    src: url(../fonts/RotondaC/RotondaC.eot?#iefix) format('embedded-opentype'), url(../fonts/RotondaC/RotondaC.woff) format('woff'), url(../fonts/RotondaC/RotondaC.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: RotondaC;
    src: url(../fonts/RotondaC/RotondaC-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/RotondaC/RotondaC-Bold.woff) format('woff'), url(../fonts/RotondaC/RotondaC-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
}

.site-fishka {
    background: #fafcfd url(../img/fishka/bottom.png) no-repeat bottom right;
    color: #000;
    padding: 50px 15px 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -moz-backface-visibility: hidden;
}

.fishka-container {
    width: 1440px;
    margin: 0 auto;
}

.fishka-header {
    background-color: #ef4046;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 135px 30px 130px;
}

.fishka-slogan {
    color: #fff;
    font: 700 67px/1 'RotondaC', 'Open Sans', sans-serif;
    margin: 10px 0 70px;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.fishka-program {
    font-size: 26px;
}

.fishka-program path {
    font-family: 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-program-logo {
    margin-top: 10px;
}

.fishka-program-logo path,
.fishka-header-image circle,
.fishka-header-image path {
    fill: #fff;
}

.site-fishka h2 {
    text-align: center;
    font: 700 40px/42px 'RotondaC', 'Open Sans', sans-serif;
}

.site-fishka p {
    font: 400 18px/26px 'PlumbC', 'Open Sans', sans-serif;
    color: #434343;
}

.site-fishka .section {
    padding: 0 45px;
}

.fishka-description__content {
    font: 400 24px/30px 'PlumbC', 'Open Sans', sans-serif;
}

.how-it-works__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.how-it-works__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33%;
}

.how-it-works__img {
    width: 105px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.how-it-works__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.how-it-works__text {
    padding: 0 30px 0 15px;
    max-width: 217px;
}

.fishka-toka {
    margin-bottom: 80px;
}

.fishka-action {
    margin-top: 40px;
}

.fishka-partners {
    margin-top: -20px;
}

.fishka-toka__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fishka-toka__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
}

.list-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ef4046;
    position: absolute;
    top: 8px;
    left: -25px;
}

.fishka-toka__item__title {
    position: relative;
    color: #ef4046;
    font: 700 20px/28px 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-toka__item__text {
    font: 400 18px/26px 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-action h2 {
    color: #ef4046;
    text-align: left;
    font: 700 24px/28px 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-action__header {
    display: flex;
    align-items: center;
}

.fishka-action__header__img img {
    width: 110px;
}

.fishka-action__header__title {
    margin-left: 20px;
}

.fishka-action__header__multiple-title {
    margin-top: 23px;
}

.fishka-action__header__multiple-title h2 {
    margin-bottom: 10px;
}

.fishka-action__header__multiple-title p {
    margin: 0;
}

.fishka-partners-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0 40px;
}

.fishka-partner {
    width: 20%;
    padding: 0 40px;
    box-sizing: border-box;
}

.fishka-partners-group img {
    width: 100%;
}

.fishka-partner-easypay {
    padding: 0 60px 15px;
}

.fishka-link-more {
    text-align: center;
}

.fishka-link-more a {
    font: 700 20px/28px 'PlumbC', 'Open Sans', sans-serif;
    color: #000;
}

.fishka-description {
    font-size: 20px !important;
    margin: 0 0 0 15px;
}

.fishka-stores .fishka-partners-group {
    margin-top: 40px;
}

.fishka-smartphone {
    margin-top: -50px;
}

.fishka-list__item {
    margin-bottom: 30px;
}

.fishka-list__title {
    position: relative;
    text-transform: uppercase;
    font: 700 20px/28px 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-list__description {
    font: 400 18px/26px 'PlumbC', 'Open Sans', sans-serif;
}

.fishka-list__description a {
    color: #000;
}

.fishka-when-use {
    display: flex;
    justify-content: space-between;
}

.fishka-when-use .fishka-list {
    padding: 30px 0 0 200px;
}

.fishka-when-use__img {
    margin-top: -130px;
}

.fishka-smartphone .fishka-list {
    padding: 20px 0 0 40px;
}

.download-fishka-app__buttons {
    display: flex;
}

.download-app__btn {
    height: 40px;
    width: 135px;
    margin: 10px;
    background-color: #000;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.download-app__btn img {
    width: 104px;
    height: 26px;
}

.fishka-footer-overflow {
    height: 600px;
}

@media (max-width: 1499px) {
    .fishka-container {
        width: 100%;
    }

    .fishka-header {
        padding: 40px 50px 30px;
    }

    .fishka-header-left {
        width: 60%;
    }

    .fishka-header-right {
        width: 40%;
    }

    .fishka-slogan {
        font-size: 45px;
        margin: 10px 0 20px;
    }

    .fishka-program {
        font-size: 20px;
    }

    .fishka-program-logo {
        width: 190px;
        height: auto;
    }

    .fishka-header-image {
        height: auto;
    }

    .site-fishka .section {
        padding: 0 15px;
    }

    .site-fishka h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .site-fishka p {
        font-size: 15px;
        line-height: 21px;
    }

    .fishka-description__content {
        font-size: 20px;
        line-height: 24px;
    }

    .how-it-works__img {
        width: 40px;
        height: auto;
    }

    .fishka-toka__item__title {
        font-size: 19px;
    }

    .fishka-toka__item__text {
        font-size: 16px;
        line-height: 20px;
    }

    .fishka-toka {
        margin-bottom: 50px;
    }

    .fishka-action h2 {
        font-size: 22px;
    }

    .fishka-action__header__img img {
        width: 95px;
    }

    .fishka-partner {
        padding: 0 10px;
    }

    .fishka-partner-easypay {
        padding: 0 20px 10px;
    }

    .fishka-link-more a {
        font-size: 17px;
        line-height: 24px;
    }

    .fishka-description {
        font-size: 17px !important;
    }

    .fishka-when-use .fishka-list {
        padding: 30px 0 0 100px;
    }

    .fishka-when-use__img {
        margin-top: 0;
    }

    .fishka-when-use__img img {
        height: auto;
    }

    .fishka-smartphone {
        margin-top: 0;
    }

    .fishka-list__title {
        font-size: 17px;
    }

    .fishka-list__description {
        font-size: 16px;
        line-height: 20px;
    }

    .fishka-footer-overflow {
        height: 710px;
    }

    .site-fishka {
        background-size: contain;
    }
}

@media (max-width: 1240px) {
    .fishka-footer-overflow {
        height: 590px;
    }
}

@media (max-width: 860px) {
    .fishka-footer-overflow {
        height: 420px;
    }
}

@media (max-width: 767px) {
    .site-fishka {
        padding-top: 15px;
    }
    .fishka-header {
        padding: 10px 20px 10px;
    }
    .fishka-program-logo {
        width: 150px;
    }
    .fishka-header-left {
        width: 100%;
    }
    .fishka-header-right {
        display: none;
    }
    .fishka-slogan {
        font-size: 34px;
        margin: 10px 0 20px;
    }
    .fishka-program {
        font-size: 17px;
    }
    .site-fishka .section {
        padding: 0;
    }
    .site-fishka h2 {
        font-size: 26px;
        line-height: 1;
    }
    .fishka-description__content {
        font-size: 17px;
        line-height: 22px;
    }
    .fishka-action__header__title {
        margin-left: 10px;
    }
    .fishka-action h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .fishka-partners-group {
        padding: 0;
    }
    .fishka-link-more a {
        font-size: 15px;
    }
    .fishka-action__header {
        display: block;
        text-align: center;
    }
    .fishka-action__header__title {
        margin-left: 0;
    }
    .fishka-partners {
        margin-top: 0;
    }
    .fishka-action__header__multiple-title p {
        text-align: left;
    }
    .fishka-smartphone .fishka-list {
        padding: 20px 0 0 30px;
    }
    .fishka-list__item {
        margin-bottom: 15px;
    }
    .fishka-footer-overflow {
        height: 15px;
    }
    .download-fishka-app__buttons {
        justify-content: center;
    }
    .fishka-action__header__multiple-title {
        margin-top: 0;
    }
    .fishka-description {
        margin: 0;
        font-size: 15px !important;
    }
    .fishka-smartphone {
        margin-top: 40px;
    }
    .site-fishka {
        background-image: none;
    }
    .fishka-when-use__img {
        display: none;
    }
    .fishka-when-use .fishka-list {
        padding: 15px 0 0 30px;
    }
    .fishka-stores .fishka-partners-group {
        margin-top: 20px;
        justify-content: center;
    }
    .fishka-stores .fishka-partner {
        width: 50%;
        max-width: 180px;
        margin: 10px 0;
    }
    .fishka-partners {
        display: flex;
        flex-wrap: wrap;
    }
    .fishka-partners .fishka-link-more {
        width: 100%;
    }
    .fishka-partners .fishka-partners-group {
        width: 50%;
        justify-content: center;
    }
    .fishka-partners .fishka-partner {
        width: 100%;
        max-width: 180px;
        margin: 10px 0;
    }
    .fishka-partners .fishka-partner img {
        height: 50px !important;
    }
    .fishka-toka__content {
        margin-top: 20px;
        display: block;
    }
    .fishka-toka__item {
        width: 100%;
        padding-left: 25px;
    }

    .how-it-works__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .how-it-works__img {
        width: 60px;
    }
}

.entry-tabs-wrapper {

}

.entry-tabs-buttons {
    display: flex;
}

.entry-tab-button {
    border: 2px solid #ebebeb;
    border-left-width: 1px;
    border-right-width: 1px;
    background-color: #ebebeb;
    padding: 10px 15px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.entry-tab-button:first-child {
    border-left-width: 2px;
}

.entry-tab-button:last-child {
    border-right-width: 2px;
}

.entry-tab-button.active,
.entry-tab-button:hover {
    background-color: #fff;
    position: relative;
}

.entry-tab-button:not(.active):hover {
    cursor: pointer;
}

.entry-tab-button.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
}

.entry-tab-button img {
    margin-right: 5px;
}

.entry-tabs-content {
    border: 2px solid #ebebeb;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: -2px;
}

.entry-tab-content {
    display: none;
}

.entry-tab-content.active {
    display: block;
}

.translated-row .form-group:not(:first-child) .control-label {
    text-indent: -9999px;
}

.translated-row .form-control {
    padding-right: 35px;
    background-repeat: no-repeat;
}

.translated-input {
    background-position: right 10px center;
}

.translated-textarea {
    background-position: right 10px top 10px;
}

.translated-row .language-en-EN {
    background-image: url(/img/flags/en.png);
}

.translated-row .language-ru-RU {
    background-image: url(/img/flags/ru.png);
}

.translated-row .language-uk-UA {
    background-image: url(/img/flags/uk.png);
}

#redactor-image-box {
    vertical-align: top;
}

.fixed-image-width #redactor-image-box {
    outline: none;
}

.fixed-image-width .redactor-editor img {
    max-height: 200px;
    width: auto;
    margin: 0 10px 10px 0;
}

.pull-right {
    float: right;
}

.flash-success {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-left: 2px solid #188038;
    font-size: 14px;
}

.chargemap-app-banner {
    margin-bottom: 15px;
}

.chargemap-app-banner img {
    height: auto;
}

@media (max-width: 767px) {
    .chargemap-app-banner {
        margin-bottom: 60px;
        margin-left: -20px;
        margin-right: -20px;
    }
}
