@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'MarketPro';
    src: url('../css/fonts/market-pro/MarketPro.eot');
    src: local('MarketPro'),
    url('../css/fonts/market-pro/MarketPro.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/market-pro/MarketPro.woff2') format('woff2'),
    url('../css/fonts/market-pro/MarketPro.woff') format('woff'),
    url('../css/fonts/market-pro/MarketPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.gtranslate_wrapper {
	display: none;
}

html, body {
    height: 100%;
    font-family: Lato,sans-serif;
    font-weight: 400;
}
.general-landing-page {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* General
-----------------------------------------------------------------------------*/
.cover-background {
    background-size: cover;
    background-repeat: no-repeat;
}

.general-container {
    width: 100%;
    max-width: 1565px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.general-container-sm {
    width: 100%;
    max-width: 1275px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.general-main-title {
    font-size: 68px;
    line-height: 76px;
}
.general-main-title span {
    font-size: 78px;
}

.general-main-title,
.general-title {
    font-weight: 900;
    text-transform: uppercase;
}

.general-main-title span,
.general-title span {
    font-family: 'MarketPro';
    font-weight: 700;
    font-size: 66px;
}

.general-title {
    text-align: center;
    font-size: 58px;
    line-height: .7;
}

.form-logo {
    text-align: center;
    margin-bottom: 8px;
}

.form-logo img {
    max-width: 100%;
    max-height: 87px;
}

.general-title span small {
    color: inherit;
    font-weight: 900;
    font-size: 100%;
    text-transform: none;
}
.general-form-button {
    border-radius: 30px;
    background-color: #77C669;
    border: none;
    color: #fff;
    text-align: center;
    box-shadow: 0px 9px 18px 0px #0000001A;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    padding: 14px 45px;
}

.general-form-button:hover {
    background-color: #57ab48;
}

.general-centr-btn {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.white-btn {
    background-color: #fff;
    color: #5CBA4A;
}

.white-btn:hover {
    background-color: #d6ffcf;
}

/* Header
-----------------------------------------------------------------------------*/
.general-header {
  flex: 1 0 auto;
  padding-top: 65px;
  background-color: #303A3D;
  background-position: bottom left;
  padding-bottom: 273px;
}
.general-header-flexbox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.form-side {
    background-color: #fff;
    border-radius: 32px;
    padding: 35px;
    width: 38%;
    max-width: 540px;
}

.general-header-title-side {
    padding-left: 50px;
    width: 70%;
    max-width: 895px;
    padding-top: 35px;
}
.title-side-inner {
    max-width: 600px;
}

.general-header .general-main-title {
    color: #fff;
}

.general-header .general-main-title span {
    color: #F1CF11;
}

.general-main-title small,
.general-title small {
    color: inherit;
    font-weight: 900;
    font-size: 100%;
    text-transform: none;
}

.general-header .general-subtitle {
    color: #fff;
    font-size: 25px;
    max-width: 500px;
    font-weight: 400;
}

.general-header .general-subtitle span {
    color: #F1CF11;
}

.general-featured-in {
    margin-top: 85px;
}

.general-featured-in h4 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.general-featured-in h4:before,
.general-featured-in h4:after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 160px);
    margin-top: -1px;
    height: 2px;
    background-color: #fff;
    opacity: .5;
    display: block;
}

.general-featured-in h4:before {
    left: 0;
}

.general-featured-in h4:after {
    right: 0;
}

.general-featured-in-list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
}

.featured-in-logo {
    width: 25%;
    max-width: 250px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.featured-in-logo img {
    max-width: 184px;
    max-height: 112px;
    height: auto;
}

/* Content
-----------------------------------------------------------------------------*/
.general-content {
    flex: 2 0 auto;
}

/*----*/
.simplify-fleet {
    padding-top: 20px;
}
.simplify-fleet .general-title {
    color: #333;
    line-height: 1.1;
    margin-bottom: 30px;
}

.simplify-fleet .general-title span {
    color: #5CBA4A;
}

.simplify-fleet .general-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

.simplify-fleet-img {
    padding-left: 30px;
}

.simplify-fleet-img img {
    max-width: 100%;
}

/*----*/
.general-list-style ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.general-list-style li {
    position: relative;
    font-size: 20px;
    color: #314044;
    padding-left: 26px;
    margin-bottom: 14px;
}
.general-list-style li:last-child {
    margin-bottom: 0;
}

.general-list-style li:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #5CBA4A;
    position: absolute;
    left: 0;
    top: 10px;
}

/*----*/

/*----*/
.get-more-miles-section {
    padding-bottom: 213px;
    background-position: bottom center;
    padding-top: 65px;
}

.get-more-miles-section-inner {
    width: 100%;
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.get-more-miles-flexbox {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    column-gap: 30px;
    margin-bottom: 97px;
}
.get-more-miles-item {
    background-color: #fff;
    align-self: stretch;
    padding: 35px 35px 63px 40px;
    border-radius: 30px;
    width: 33.33%;
    box-shadow: 0px 9px 18px 0px #0000001A;
}

.get-more-miles-item h4 {
    font-weight: 900;
    color: #222;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 3px solid #5CBA4A;
    padding-bottom: 24px;
    margin-bottom: 43px;
}

.get-more-miles-item h4 span {
    display: block;
}

.miles-item-inner {
    max-width: 370px;
    margin: 0 auto;
}

.get-more-miles-item:nth-child(even) {
    background-color: #314044;
}

.get-more-miles-item:nth-child(even) h4 {
    color: #fff;
    border-block-color: #fff;
}

.get-more-miles-item:nth-child(even) .general-list-style li {
    color: #fff;
}

.get-more-miles-item:nth-child(even) .general-list-style li:before {
    background-color: #fff;
}

/*----*/
.avoid-accidents-section {
    padding-bottom: 160px;
}

.avoid-accidents-top {
    background-color: #7FC36D;
    background-position: bottom center;
    padding-top: 196px;
    margin-bottom: 100px;
}

.avoid-accidents-top .general-title {
    color: #fff;
    max-width: 1025px;
    margin: 0 auto;
    margin-bottom: 29px;
    line-height: 1;
}

.avoid-accidents-top .general-title span {
    color: #5CBA4A;
}

.avoid-accidents-top .general-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #E8E8E8;
    max-width: 710px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.dash-camera-image {
    width: 100%;
    max-width: 786px;
    margin: 0 auto;
    position: relative;
    bottom: -28px;
}

.dash-camera-image img {
    width: 100%;
}

.avoid-accidents-statistics {
    background-color: #fff;
    margin-bottom: 90px;
}

.statistics-flexbox {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    column-gap: 30px;
    max-width: 1405px;
    margin: 0 auto;
}
.statistics_item {
    width: 33.33%;
    text-align: center;
    max-width: 360px;
}

.statistics_item h4 {
    line-height: 1.1;
    font-weight: 800;
    font-size: 71px;
    color: #5CBA4A;
}

.statistics_item p {
    font-size: 20px;
    font-weight: 400;
    color: #314044;
}

/*---*/

.pluses-system-section {
    background-color: #e9e9e9;
    background-position: center center;
    position: relative;
    z-index: 2;
    padding-top: 198px;
}

.easy-to-use-system-list {
    padding-top: 53px;
}

.easy-to-use-system {
    position: relative;
    z-index: 3;
}

.easy-to-use-system .general-title {
    color: #fff;
    max-width: 910px;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 42px;
}

.easy-to-use-system .general-title span {
    color: #5CBA4A;
}

.easy-to-use-system .general-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #E8E8E8;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 79px;
}

.easy-to-use-system-flexbox {
    display: flex;
    justify-content: stretch;
    align-items: flex-start;
    column-gap: 30px;
    max-width: 1405px;
    margin: 0 auto;
}
.easy-to-use-item {
    background-color: #5CBA4A;
    align-self: stretch;
    padding: 0 30px 60px 30px;
    border-radius: 15px;
    width: 33.33%;
    text-align: center;
}

.easy-to-use-icon {
    display: flex;
    width: 100%;
    align-items: center;
    height: 110px;
    justify-content: center;
    margin-top: -50px;
    margin-bottom: 52px;
}

.easy-to-use-icon img {
    max-height: 110px;
}

.easy-to-use-item h4 {
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.easy-to-use-item h4 span {
    color: #222;
}

.easy-to-use-item p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

/* Footer
-----------------------------------------------------------------------------*/
.general-footer {
  flex-shrink: 0;
  background-color: #76B565;
  background-position: bottom left;
  padding-top: 152px;
  padding-bottom: 125px;
}

.general-footer .general-title {
    color: #222;
    max-width: 930px;
    margin: 0 auto;
    line-height: 1.1;
    margin-bottom: 42px;
}

.general-footer .general-title span {
    color: #5CBA4A;
}

.advantages-list {
    text-align: center;
    font-size: 25px;
    color: #686868;
    text-transform: uppercase;
    margin-bottom: 78px;
}

.advantages-list p {
    font-weight: 400;
}

.general-footer-form {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.footer-form-block {
    background-color: #fff;
    border-radius: 32px;
    width: 100%;
    padding: 49px 30px 30px 30px;
}

.general-footer-form .form-logo {
    margin-bottom: 0;
}

.footer-form-block-inner {
    max-width: 510px;
    margin: 0 auto;
}

.modal-content button.close {
    margin-right: 15px;
  font-size: 40px;
  color: #000;
  opacity: 1;
}

.modal-content button.close:hover {
    color: #5cba4a;
}

.modal-content-inner {
    max-width: 540px;
  margin: 0 auto;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1599px) {
    .general-footer {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .advantages-list {
        margin-bottom: 40px;
    }
    .general-footer .general-title {
        margin-bottom: 15px;
    }
    .general-header {
        padding-top: 50px;
        padding-bottom: 125px;
    }
    .general-footer-form {
        max-width: 600px;
    }

    /*--*/
    .get-more-miles-section {
        padding-bottom: 100px;
    }

    /*---*/
    .avoid-accidents-top {
        padding-top: 90px;
        margin-bottom: 70px;
    }
    .avoid-accidents-statistics {
        margin-bottom: 70px;
    }
    .avoid-accidents-section {
      padding-bottom: 80px;
    }

    /*---*/
    .easy-to-use-system .general-title {
        margin-bottom: 25px;
    }
    .easy-to-use-system .general-subtitle {
        margin-bottom: 50px;
    }

    /*---*/
    .pluses-system-section {
        padding-top: 100px;
    }

}
@media screen and (max-width: 1279px) {
    .general-header-title-side {
        width: 55%;
    }
    .form-side {
        width: 45%;
    }
    .general-main-title {
        font-size: 58px;
        line-height: 66px;
    }
    .general-main-title span {
        font-size: 56px;
    }
    .general-header .general-subtitle {
        font-size: 22px;
    }
    .general-title {
        font-size: 48px;
    }
    .general-title span {
        font-size: 56px;
    }
    .advantages-list {
        font-size: 22px;
    }

    .general-form-button {
        font-size: 18px;
    }

    /*--*/
    .get-more-miles-flexbox {
        column-gap: 15px;
    }
    .get-more-miles-item h4 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .get-more-miles-item {
        border-radius: 20px;
        padding: 20px 25px 43px 25px;
    }

    .general-list-style li {
        font-size: 18px;
    }
    .general-list-style li:before {
        top: 7px;
    }

    /*---*/
    .avoid-accidents-top .general-subtitle {
        font-size: 20px;
        font-weight: 400;
        max-width: 610px;
    }
    .statistics_item h4 {
        font-size: 60px;
    }
    .statistics_item p {
        font-size: 18px;
        font-weight: 400;
    }

    /*----*/
    .easy-to-use-system .general-title {
        max-width: 760px;
    }
    .easy-to-use-system .general-subtitle {
        font-size: 20px;
        max-width: 650px;
    }
    .easy-to-use-system-flexbox {
        column-gap: 15px;
    }
    
    .easy-to-use-item h4 {
        font-size: 30px;
    }
    .easy-to-use-item p {
        font-size: 18px;
    }
    .easy-to-use-item {
        padding: 0 25px 56px 25px;
    }
    .easy-to-use-icon {
        margin-bottom: 26px;
    }
    
}

@media screen and (max-width: 991px) {
    .general-header-flexbox {
        flex-direction: column;
    }
    .form-side {
        width: 100%;
        order: 2;
    }
    .general-header-title-side {
        width: 100%;
        padding-left: 0;
        text-align: center;
        order: 1;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .title-side-inner,
    .general-header .general-subtitle {
        max-width: 100%;
    }
    .general-featured-in h4 {
        font-size: 22px;
    }
    .general-featured-in h4:before,
    .general-featured-in h4:after {
        width: calc(50% - 100px);
    }
    .featured-in-logo img {
      max-width: 100%;
      max-height: 90px;
    }
    .general-header .general-main-title {
        max-width: 600px;
        margin: 0 auto;
    }
    .general-header {
        padding-bottom: 50px;
    }
    
    .general-footer {
        padding-top: 40px;
    }

    .general-footer {
        background-position: top right;
    }

    /*---*/
    .easy-to-use-system-flexbox {
        flex-direction: column;
    }

    .easy-to-use-item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 55px;
    }

    /*----*/
    .get-more-miles-flexbox {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .get-more-miles-item {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .get-more-miles-item:last-child {
        margin-bottom: 0;
    }
    .miles-item-inner {
        max-width: 100%;
    }

    .get-more-miles-item .general-list-style,
    .get-more-miles-item h4 span {
      max-width: 100%;
    }
    .get-more-miles-item h4 br {
        display: none;
    }
    .easy-to-use-item p {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .general-main-title {
        font-size: 40px;
        line-height: 48px;
    }
    .general-main-title span {
        font-size: 40px;
    }
    .general-header .general-main-title {
        max-width: 425px;
    }
    .general-header .general-subtitle {
        font-size: 20px;
    }
    .general-title {
        font-size: 30px;
    }
    .general-title span {
        font-size: 32px;
    }
    .form-logo img {
        max-height: 60px;
    }
    .general-featured-in {
        margin-top: 50px;
    }
    .general-featured-in-list {
        padding-top: 40px;
    }
    .advantages-list {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .simplify-fleet .general-subtitle {
        font-size: 20px;
    }

    /*----*/
    .avoid-accidents-top {
        padding-top: 50px;
    }
    .avoid-accidents-top {
        margin-bottom: 40px;
    }
    .avoid-accidents-top .general-title {
        max-width: 500px;
        margin-bottom: 20px;
    }
    .avoid-accidents-top .general-subtitle {
        font-size: 18px;
    }
    .statistics-flexbox {
        flex-direction: column;
    }
    .statistics_item {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .avoid-accidents-statistics {
        margin-bottom: 50px;
    }

    /*----*/
    .easy-to-use-system .general-title {
        max-width: 480px;
        margin-bottom: 10px;
    }
    .easy-to-use-system .general-subtitle {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .easy-to-use-item {
        padding-bottom: 30px;
    }
    .easy-to-use-item h4 {
        font-size: 26px;
    }

    .get-more-miles-section {
        padding-top: 0px;
    }
    .get-more-miles-flexbox {
        margin-bottom: 35px;
    }
    .pluses-system-section {
        padding-top: 50px;
    }
}

@media screen and (max-width: 639px) {
    .featured-in-logo {
        padding-left: 5px;
        padding-right: 5px;
    }
    .get-more-miles-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 479px) {
    .general-header {
        padding-top: 30px;
    }
    .general-main-title {
        font-size: 30px;
        line-height: 38px;
    }
    .general-main-title span {
        font-size: 34px;
    }
    .general-header .general-subtitle {
        font-size: 18px;
    }
    .form-side,
    .footer-form-block {
        border-radius: 15px;
        padding: 20px 10px 10px 10px;
    }
    .general-featured-in-list {
        flex-direction: column;
    }

    .featured-in-logo {
        width: 100%;
        margin-bottom: 15px;
        max-width: 200px;
    }

    .general-form-button {
        font-size: 16px;
        padding: 20px 25px;
    }

    /*---*/
    .avoid-accidents-top {
        margin-bottom: 20px;
    }
    .statistics_item h4 {
        font-size: 48px;
    }
    .dash-camera-image {
        bottom: 0;
    }
    
    /*----*/
    .easy-to-use-item h4 {
        font-size: 22px;
    }
    .easy-to-use-item p {
        font-size: 16px;
    }
    .easy-to-use-icon {
        height: 80px;
        margin-top: -32px;
        margin-bottom: 15px;
    }

    .easy-to-use-icon img {
        max-height: 80px;
    }
}