
@font-face {
    font-family: CRC25;
    src: url('../fonts/CRC25.eot');
    src: url('../fonts/CRC25.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CRC25.woff') format('woff'),
    url('../fonts/CRC25.ttf') format('truetype'),
    url('../fonts/CRC25.svg#CRC25') format('svg');
}

@font-face {
    font-family: CRC35;
    src: url('../fonts/CRC35.eot');
    src: url('../fonts/CRC35.eot') format('embedded-opentype'),
    url('../fonts/CRC35.woff2') format('woff2'),
    url('../fonts/CRC35.woff') format('woff'),
    url('../fonts/CRC35.ttf') format('truetype'),
    url('../fonts/CRC35.svg#CRC35') format('svg');
}

@font-face {
    font-family: CRC75;
    src: url('../fonts/CRC75.eot');
    src: url('../fonts/CRC75.eot') format('embedded-opentype'),
    url('../fonts/CRC75.woff2') format('woff2'),
    url('../fonts/CRC75.woff') format('woff'),
    url('../fonts/CRC75.ttf') format('truetype'),
    url('../fonts/CRC75.svg#CRC75') format('svg');
}

body {
    font-family: CRC35, Verdana, sans-serif;
    color: black;
    overflow-x: hidden;
}

.extra-bold {
    font-family: CRC75, Verdana, sans-serif;
}

header {
    margin-top: 30px;
    margin-left: 30px;
}

.mo-link img {
    display: block;
    margin: 0 0 0 auto;
    width: 100px;
}
.main-header {
    font-size: 62px;
    line-height:74px;
    margin-bottom: 0;
}

.header-row {
    margin-bottom: 60px;
}

.logo {
    width: 100%;
    height: auto;
    padding-right: 70px;
    margin-bottom: 20px;
}

#main-navigation {
    position: fixed;
    top: 40px;
    z-index: 1001;
    margin-left: -30px;
}

#main-navigation nav ul {
    background-color: rgba(255, 255, 255, 0.92);
}

#main-navigation .nav a {
    color: black;
}

#main-navigation .navbar-right a {
    color: #3ac0a2;
}

#main-navigation .navbar-right a:hover, #main-navigation .navbar-right a:focus {
    color: #3ac0a2 !important;
    text-decoration: underline;
}

.nav li a:hover {
    background-color: inherit;
    color: #ce6667 !important;
}

.nav li a:hover, .nav li a:focus {
    background-color: inherit;
}

.nav li.active a {
    color: #ce6667 !important;
}

.nav li.active .nav-text{
    border: none !important;
}

.nav li a:hover .nav-text {
    border-bottom: 1px dashed #ce6667;
}

.nav-text {
    display: inline-block;
    border-bottom: 1px dashed #000;
}

header .navbar {
    margin-bottom: 0;
}

.slide-text {
    font-size: 34px;
    font-family: CRC25, Verdana, sans-serif;
    line-height: 1.5em;
    margin-top: -5px;
    padding-right: 70px;
}

@media (max-width: 1449px) {
    .main-logo {
        margin-top: 15px;
    }

    .main-header {
        font-size: 54px;
        line-height: 64px;
    }

    .slide-text {
        font-size: 28px;
    }

    .section {
        margin-bottom: 120px !important;
    }

    .second-page-header {
        font-size: 30px !important;
    }
}

@media (max-width: 1199px) {
    .main-logo {
        margin-top: 22px;
    }

    .main-header {
        font-size: 42px;
        line-height: 52px;
    }

    .slide-text {
        font-size: 26px;
    }

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

    .section {
        margin-bottom: 100px !important;
    }

    .second-page-header {
        font-size: 24px !important;
    }
}

@media (max-width: 991px) {
    .logo {
        width: 40%;
    }

    .section {
        margin-bottom: 100px !important;
    }

    .navbar-nav > li {
        float: left;
    }
}


.navbar-nav > li > a {
    padding: 10px;
}

.header-row {
    margin-top: 70px;
}

.navbar-header button {
    border: 1px solid #000;
}

.navbar-header .icon-bar {
    background-color: black;
}

.section-wrap {
    position: relative;
}

.section {
    position: relative;
    margin-bottom: 150px;
    padding-top: 60px;
}

.section-img {
    transition: all 0.7s ease;
    position: relative;
    top: 0;
    left: 0;
}

.section-img img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.section-text {
    transition: all 0.7s ease;
    position: relative;
    right: 0;
}

.slide-video  {
    border: 1px solid #e0e0e0;
}

.section .img-header {
    height: 40px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background-color: #f9f9f9;
}

.section .img-header .img-header-circle {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background-color: white;
    margin-top: 14px;
}

.section .img-header .img-header-circle:first-child {
    margin-left: 15px;
}

.try-free-btn {
    margin: auto;
    margin-top: 100px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background-color: #ce6667;
    color: white;
    vertical-align: middle;
    cursor: pointer;
}

.try-free-btn a {
    color: white;
}

.try-free-btn a:hover {
    text-decoration: none;
}

.try-free-btn:hover {
    background-color: #b23e3f;
}

.try-free-btn .try-free-main-text {
    display: inline-block;
    position: relative;
    font-size: 48px;
    line-height: 60px;
}

.try-free-main-text:after {
    content: '';
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: 0;

}

.try-free-second-text {
    padding-top: 15px;
}

.try-free-btn .btn-text-container {
    padding: 120px 60px;
}

.section-title {
    font-size: 80px;
    position: relative;
}

nav.tariffs {
    font-size: 30px;
    position: relative;
}

nav.tariffs li {
    padding: 15px 25px;
    cursor: pointer;
}

nav.tariffs li.with-icon {
}

.object-icon {
    position: relative;
    margin-left: 7px;
    height: 32px;
    width: 30px;
    display: inline-block;
}

.object-icon svg {
    fill: black;
}

.red-crossed {
    display: inline-block;
    position: relative;
}

.red-crossed:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    border: 1px solid #ff0000;
    z-index: 0;
}

nav.tariffs li:hover {
    color: #ce6667;
}

nav.tariffs li:hover .tariff-nav-text svg {
    fill: #ce6667;
}


nav.tariffs li.active .tariff-nav-text svg {
    fill: #ce6667;
}

nav.tariffs li.active {
    color: #ce6667;
}

nav.tariffs li.active .tariff-nav-text {
    color: #ce6667;
    border-bottom: 1px solid #ce6667;
}

nav.tariffs li:first-child {
    padding-left: 15px;
}

nav.tariffs li img {
    margin-top: -22px;
    margin-left: 10px;
}

.icon {
    margint-top: -12px;
    height: 36px;
    cursor: pointer;
}

.icon:hover {
    color: #ce6667;
}

.tariff-wrap {
    border-bottom: 5px solid #ce6667;
    position: relative;
}

.tariff-block {
    left: 0;
    transition: left 1.5s ease;
}

.hidden {
    display: none;
}
.visuallyhidden {
    opacity: 0;
}

.hidden-left {
    left: 120%;
}

.hidden-right {
    right: 120%;
}

.tariff-wrap > .row {
    position: relative;
}

.tariff-img img {
    max-width: 100%;
}

.tariff-img {
    position: absolute;
    bottom: 0;
}

.tariff-title {
    font-size: 40px;
}

#tariff-1 {
    background-image: url("../img/velo.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

#tariff-2 {
    background-image: url("../img/moped.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

#tariff-3 {
    background-image: url("../img/truck.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

#tariff-4 {
    background-image: url("../img/checkpoint.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

#tariff-5 {
    background-image: url("../img/train.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

#tariff-6 {
    background-image: url("../img/cars.png");
    background-repeat: no-repeat;
    background-position: 97% 100%;
}

.tariff-description {
    font-size: 30px;
    display: block;
    padding-bottom: 50px;
}

.strong {
    font-family: CRC75, Verdana, sans-serif;
}

.tariff-functionality {
    background-color: #fdf7f7;
    padding: 30px;
    padding-bottom: 60px;
    color: #0b0505;
    position: relative;
    transition: opacity 1.5s ease;
}

.tariff-functionality p {
    margin: 10px 0;
}

.second-row {
    margin-top: 30px;
}

.tariff-price {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background-color: #3ac0a2;
    position: absolute;
    right: -30px;
    bottom: -90px;
    text-align: center;
}

/*.tariff-price:hover {
    background-color: #0ba885;
}*/

.tariff-price-text {
    font-size: 30px;
    line-height: 32px;
    color: white;
    margin-top: 70px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;


}

.rub {
    display: inline-block;
    border-bottom: 2px solid;
    line-height: 0;
    width: 13px;
    height: 5px;
    font-size: 30px;
    box-sizing: border-box;
}

.regular-text {
    font-size: 30px;
    line-height: 45px;
}

.security-section {
    margin-top: 80px;
}

.security-section img {
    display: block;
    height: 200px;
}

#cloud-img {
    margin-left: -40px;
    margin-bottom: -40px;
    height: 240px;
}


.security-title {
    font-size: 50px;
    display: block;
}

footer {
    margin-top: 100px;
    border-top: 5px solid #ce6667;
    padding: 30px 0;
    font-family: Verdana, sans-serif;
    line-height: 25px;
}

footer a {
    color: #3ac0a2;
    text-decoration: underline;
}

footer a:hover {
    color: #ce6667;
}

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

footer > .row {
    position: relative;
}

.bk-link {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.bk-link img {
    width: 80px;
    margin-top: -8px;
}

#tariffs, #security, #introduction {
    padding-top: 30px;
}

.site-section {
    margin-top: 100px;
}

.modal-content {
    border-radius: 0;
}

.modal-content a{
    color: #ce6667;
}

.modal-content label {
    padding-top: 10px;
}

.form-control {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    color: #333;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ce6667;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.btn {
    border-radius: 0;
}

.btn-default {
    background-color: #7F7F7F;
    color: white;
    font-size: 26px;
}

.red-text {
    color: red;
}

input[type="checkbox"] {
    margin: 0;
    padding-right: 10px;
}

.error-msg {
    color: red;
}

.captcha-refresher {
    font-size: 20px;
    cursor: pointer;
}

#zenbox_tab {
    background-color: #3AC0A2 !important;
    border: medium none !important;
}

#call {
    background: rgba(0, 0, 0, 0) url("../img/phone.png") no-repeat scroll 0 0 / contain ;
    border-radius: 50%;
    bottom: 45px;
    height: 76px;
    position: fixed;
    right: 45px;
    width: 76px;
    z-index: 9;
}

#call:after {
    content: '';
    position: absolute;
    display: block;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border-radius: 50%;
    border: 1px solid #ea6667;
    z-index: 2;
}

#call:hover:after {
    border-color: #b23e3f;
}

#call:hover {
    cursor: pointer;
}

.btn-primary-2 {
    background-color: #3ac0a2;
    color: white;
}

.btn-primary-2:hover {
    color: white;
    background-color: #3acaa2;
}

.offer .donwload-frame {
    display: none;
}

.tariffs-link {
    font-family: CRC35;
    font-size: 16px;
    color: #EA6667;
    cursor: pointer;
    position: relative;
    top: -50px;
    border-bottom: 1px dashed #EA6667;
}

.tariffs-link:hover {
    border: none;
}

.tariffs-link a {
    color: inherit;
}

.tariffs-link a:hover, .tariffs-link a:focus {
    text-decoration: none;
}

video {
    border: 1px solid #e0e0e0;
    cursor: progress;
    position: relative;
}

.video-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    z-index: 2;
    cursor: progress;
}

.video-wrapper:hover {
    opacity: 0;
}

.second-page-logo-container {
    display: inline-block;
    padding: 5px 0;
    height: 90px;
    margin-right: 20px;
}

.second-page-logo-container img {
    height: 100%;
}

.second-page-header {
    display: inline-block;
    font-size: 36px;
}

.red-border-bottom {
    border-bottom: 5px solid #ea6667;
}

.email-icon {
    position: relative;
    top: 8px;
}

#content {
    margin-bottom: 20px;
}

.notvis {
    visibility: hidden;
    overflow:hidden;
    height:1px;
}

.help-modal {
    display: block;
    position: absolute;
    right: 15px;
    padding: 15px 15px 60px;
    background-color: #eee;
    bottom: 45px;
    max-width: 340px;
    width: 100%;
    text-align: left;
}

.help-modal:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: -3px;
    background: #eee;
    z-index: -1;
    transform: rotate(45deg);
}

.close-help-modal {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.technical-works-image-container {
   text-align: center;
}