/*product-info*/
.product-info {
    padding: 40px 0 80px;
    background-repeat: no-repeat;
}
.product-info-right {
    background-position: right center;
}
.product-info-left {
    background-position: left center;
}

.product-info-grey {
    background-color: #FBFBFB;
}

.product-info-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.product-info-title {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.3;
    color: #000000;
}
.product-info-text p,
.product-info-text ul {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}
.product-info-text > *:last-child {
    margin-bottom: 0;
}
.product-info-btn {
    display: inline-block;
    margin-top: 30px;
    /*changed 10.02.2020*/
    width: 180px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    /*end*/
    text-align: center;
    color: #ffffff;
    background-color: #00D386;
}
.product-info-btn:hover,
.product-info-btn:active,
.product-info-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}

/*learn-more*/
.learn-more {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: left center;
}
.learn-more-dark {
    background-color: #FBFBFB;
}
.learn-more-img {
    display: block;
    max-width: 100%;
}
.learn-more-subtitle {
    margin-bottom: 10px;
    font-size: 21px;
    color: #000;
}
.learn-more-title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
}
.learn-more-text {
    margin-bottom: 20px;
    color: #000000;
}
.learn-more-text ul {
    list-style-position: inside;
    padding-left: 0;
}
.learn-more-text p,
.learn-more-text ul {
    margin-bottom: 10px;
    line-height: 1.6;
}
.learn-more-text > *:last-child {
    margin-bottom: 0;
}
.learn-more-link {
    font-size: 17px;
    color: #0099f9;
    margin-top: 20px;
}
.learn-more-link a {
    margin-left: 0;
    margin-top: 30px;
    margin-right: 30px;
}

/*additional*/
.additional {
    padding-top: 60px;
}
.additional-pb {
    padding-bottom: 100px;
}
.additional-title {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}
.additional-block {
    padding: 70px 0;
}
.additional-block-img {
    display: block;
    max-width: 100%;
}
.additional-block-title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.additional-block-text {
    margin-bottom: 0;
    font-size: 14px;
}
.additional-block-dark {
    background-color: #FBFBFB;
}
.additional-block-left {
    background-position: left center;
    background-repeat: no-repeat;
}
.additional-block-right .additional-block-img {
    margin-left: auto;
    margin-right: 0;
}

/*specifications*/
.specifications {
    border-top: 45px solid #E6E6E6;
    padding: 60px 0 120px;
}
.specifications-bt-none {
    border-top: none;
}
.specifications-title {
    margin-bottom: 80px;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    color: #000000;
}
.specification-img-wrapper {
    padding-top: 30px;
}
.specifications-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.specifications-list {
    margin-bottom: 40px;
}
.specifications-list-name {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}
.specifications-list-description {
    margin-bottom: 25px;
    font-weight: 400;
}
.specifications-list-description:last-child {
    margin-bottom: 0;
}
.specifications-btn {
    display: block;
    box-sizing: border-box;
    border: 1px solid #005188;
    /*changed 10.04.2020*/
    width: fit-content;
    padding: 0 20px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    /*end*/
    text-align: center;
    color: #005188;
    background-color: transparent;
}
.specifications-btn:hover,
.specifications-btn:active,
.specifications-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}

/*iot-solutions*/
.iot-solutions {
    padding: 60px 0;
    background-color: #E6E6E6;
}
.iot-solutions-img {
    display: block;
    margin: 5px auto 0;
    /*changed 10.02.2020*/
    -webkit-filter: drop-shadow(0 0 30px #A0A0A0);
    filter: drop-shadow(0 0 30px #A0A0A0);
    /*end*/
}
.iot-solutions-content {
    text-align: center;
}
.iot-solutions-title {
    margin-bottom: 20px;
    font-size: 27px;
    color: #000000;
}
.iot-solutions-title strong {
    font-weight: 800;

}
.iot-solutions-text {
    max-width: 530px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
}
.iot-solutions-btn {
    display: block;
    margin: 0 auto;
    width: 192px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #015186;
}
.iot-solutions-btn:hover,
.iot-solutions-btn:active,
.iot-solutions-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #00A3DA;
}

/*contact-us*/
.section-contact-us {
    padding: 30px 0 !important;
    background-color: #E6E6E6;
}
.contact-us-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #000000;
}
.contact-us-text span {
    display: block;
}
.contact-us-btn {
    display: block;
    margin: 0 auto;
    width: 192px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #015186;
}
.contact-us-btn:hover,
.contact-us-btn:active,
.contact-us-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #00A3DA;
}

/*kit*/
.kit-img-wrapper {
    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;
    box-sizing: border-box;
    padding: 10px;
    max-width: 480px;
    height: 260px;
    background-color: #E1E2E5;
}
.kit-img-wrapper img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.kit-title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.kit-list {
    list-style: none;
    padding-left: 0;
}
.kit-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}
.kit-list li:last-child {
    margin-bottom: 0;
}
.kit-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-color: #1578B3;
}
.kit-btn {
    display: block;
    margin-top: 30px;
    /*changed 10.02.2020*/
    width: 180px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    /*end*/
    text-align: center;
    color: #ffffff;
    background-color: #00D386;
}
.kit-btn:hover,
.kit-btn:active,
.kit-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}

/*components*/
.components {
    padding: 60px 0 130px;
}
.components-title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.component-card-wrapper {
    margin-bottom: 30px;
}
.component-card {
    display: block;
    height: 100%;
    box-shadow: 0 10px 12px 0 rgba(244, 244, 244, 0.6);
}
.component-card-img-wrapper {
    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;
    box-sizing: border-box;
    padding: 10px;
    height: 130px;
    background-color: #F4F4F4;
}
.component-card-img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.component-card-content {
    box-sizing: border-box;
    padding: 20px;
    height: -webkit-calc(100% - 130px);
    height: calc(100% - 130px);
    text-align: center;
    background-color: #ffffff;
}
.component-card-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
}
.component-card-text {
    margin-bottom: 0;
    line-height: 1.6;
}

.components-btn, .download-pdf-btn {
    box-sizing: border-box;
    border: 1px solid #005188;
    /*changed 10.02.2020*/
    width: fit-content;
    padding: 0 20px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    /*end*/
    text-align: center;
    color: #005188;
    background-color: transparent;
}

.components-btn {
    display: block;
    margin: 20px 20px 0;
}
.download-pdf-btn {
    display: inline-block;
}

.components-btn:hover,
.components-btn:active,
.components-btn:focus,
.download-pdf-btn:hover,
.download-pdf-btn:active,
.download-pdf-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}

@media (max-width: 991px) {
    /*learn-more*/
    .learn-more {
        background-size: 350px auto;
    }
    /*iot-solutions*/
    .iot-solutions-img {
        margin: 0 auto 40px;
    }
}
@media (max-width: 767px) {
    /*kit*/
    .kit-img-wrapper {
        margin: 0 auto 40px;
    }
    /*components*/
    .components {
        padding: 60px 0 80px;
    }
    /*product-info*/
    .product-info {
        background-image: none !important;
    }
    .product-info-img {
        margin: 0 auto 40px;
    }
    /*learn-more*/
    .learn-more {
        background-image: none !important;
    }
    .learn-more-img {
        margin: 0 auto 40px;
    }
}
@media (max-width: 575px) {
    /*product-info*/
    .product-info {
        padding: 60px 0;
    }
    /*learn-more*/
    .learn-more {
        padding: 60px 0;
    }
    /*additional*/
    .additional {
        padding-top: 60px;
    }
    .additional-pb {
        padding-bottom: 0;
    }
    .additional-block-img {
        margin: 0 auto 40px;
    }
    .additional-title {
        margin-bottom: 40px;
        font-size: 24px;
    }
    .additional-block {
        padding: 60px 0;
    }
    .additional-block-right .additional-block-img {
        margin-bottom: 40px;
        margin-right: auto;
    }
    /*specifications*/
    .specifications {
        padding: 60px 0;
    }
    .specifications-title {
        margin-bottom: 40px;
    }
    .specification-img-wrapper {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .specifications-list {
        text-align: center;
    }
    .specifications-btn {
        margin: 0 auto;
    }
}


/*PHASE 2*/
.zone-manager-img {
    display: block;
    max-width: 100%
}
.product-info-subtitle {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
}
.product-info-title-big {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    color: #000000;
}
/*features*/
.features {
    padding: 60px 0;
}
.features-title {
    margin-bottom: 45px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    color: #000000;
}
.features-container {
    padding: 25px 25px 0;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(160,160,160,0.3);
}
.feature-wrapper {
    margin-bottom: 30px;
}
.feature {
    padding-left: 35px;
    background-image: url("../img/ico-tick.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 25px auto;
}
.feature-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.feature-text {
    margin-bottom: 0;
}
/*free-trial*/
.free-trial {
    /*padding: 60px 0;*/
    background-color: #E6E6E6;
}
.free-trial-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.free-trial-content {
    padding-top: 25px;
    text-align: center;
}
.free-trial-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 29px;
    color: #000000;
}
.free-trial-text {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
}
.free-trial-btn {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #00D386;
}
.free-trial-btn:hover,
.free-trial-btn:active,
.free-trial-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #00A3DA;
}
/*characteristics*/
.characteristics {
    padding: 0 0 120px;
}
.characteristics .table-wrapper {
    overflow: auto;
}
.characteristics-table thead th {
    box-sizing: border-box;
    padding: 10px 10px 15px;
    width: 20%;
    vertical-align: top;
}
.characteristics-table thead th:first-child {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    vertical-align: bottom;
    color: #7E7F7E;
}
.characteristics-table tbody td {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    color: #000000;
}
.characteristics-table tbody td:first-child {
    border-left: none;
    text-align: left;
}
.characteristics-table-package-name {
    margin: 0 auto 15px;
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 5px;
    max-width: 165px;
    min-height: 26px;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: #0297FB;
}
.characteristics-table thead th.hovered,
.characteristics-table tbody td.hovered {
    /*box-shadow: 0 2px 20px 0 rgba(160,160,160,0.3);*/
    background-color: #eeeeee;
}
.characteristics-table-package-text {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    /*features*/
    .feature-wrapper:nth-child(4) {
        margin-bottom: 30px;
    }
    /*free-trial*/
    .free-trial-img {
        margin: 0 auto 20px;
    }
    .free-trial-title {
        font-size: 27px;
    }
}
@media (max-width: 767px) {
    .characteristics-table {
        min-width: 700px;
    }
    .characteristics-table thead th:first-child {
        font-size: 14px;
    }
    .characteristics-table-package-name {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .feature-wrapper:nth-child(5) {
        margin-bottom: 30px;
    }
}

/*PHASE 3*/
.solutions-card-wrapper {
    padding-top: 45px;
}
.solutions-card {
    padding: 0 25px 50px;
}
.solutions-card-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #015186;
}
.solutions-card-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.solutions-card-text {
    margin: 0 auto 20px;
    max-width: 350px;
    min-height: 63px;
    font-weight: 400;
    text-align: center;
}
.solutions-card-more {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #073C74;
    width: 132px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #073C74;
}
.solutions-card-more:hover,
.solutions-card-more:active,
.solutions-card-more:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #073C74;
}

@media (max-width: 991px) {
    .solutions-card {
        padding: 0 0 40px;
    }
    .solutions-card-title {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .solutions-card-text {
        min-height: 0;
    }
}


/*SOLUTION-PAGE*/
.solutions-examples {
    padding: 80px 0;
}
.solutions-examples-card {
    height: 100%;
    background-color: #1770E2;
    padding-bottom: 70px;
}
.solutions-examples-card-dark {
    background-color: #1168CD;
}
.solutions-examples-card-img {
    display: block;
    max-width: 100%;
}
.solutions-examples-card-content {
    box-sizing: border-box;
    padding: 20px 20px 40px;
}
.solutions-examples-card-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.solutions-examples-card-text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}
.product-info-title-big-2 {
    margin-bottom: 45px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    color: #000000;
}
.kit-list p {
    margin-top: 0;
    margin-bottom: 0;
}
.components-btn-mt-big {
    margin-top: 40px;
}
.component-card-width-btn .component-card-content {
    position: relative;
    padding-bottom: 84px;
}
.component-card-width-btn .component-card-title {
    font-size: 16px;
}
.component-card-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    background-color: #009AF7;
}
.component-card-btn:hover,
.component-card-btn:active,
.component-card-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #015186;
}
@media (max-width: 767px) {
    .solutions-examples {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .solutions-examples-card-img {
        width: 100%;
    }
}


/*Antennas*/
.antennas-cards-wrapper {
    padding: 80px 0 20px;
}
.antenna-card-wrapper {
    margin-bottom: 60px;
}
.antenna-card {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding-bottom: 158px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 12px 0 rgba(244, 244, 244, 0.6);
}
.antenna-card-img-wrapper {
    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;
    box-sizing: border-box;
    padding: 20px;
    height: 215px;
    background-color: #F4F4F4;
}
.antenna-card-img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.antenna-card-content {
    padding: 20px 20px 0;
}
.antenna-card-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #0297FB
}
.antenna-card-list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    max-width: 250px;
}
.antenna-card-list li {
    margin-bottom: 5px;
    line-height: 1.3;
}
.antenna-card-list li:last-child {
    margin-bottom: 0;
}
.antenna-card-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.antenna-card-pdf-btn {
    display: block;
    margin: 0 auto 10px;
    box-sizing: border-box;
    border: 1px solid #005188;
    max-width: 180px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #005188;
    background-color: transparent;
}
.antenna-card-pdf-btn:hover,
.antenna-card-pdf-btn:active,
.antenna-card-pdf-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}
.antenna-card-buy-btn {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    background-color: #00D386;
}
.antenna-card-buy-btn:hover,
.antenna-card-buy-btn:active,
.antenna-card-buy-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}
@media (max-width: 767px) {
    .antennas-cards-wrapper {
        padding: 0;
    }
}


/*HOMEPAGE*/
.home-more-footer {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
}
.home-more-footer:hover,
.home-more-footer:focus,
.home-more-footer:active {
    text-decoration: none;
}
.home-more-footer p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.home-more-footer img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.home-products {
    margin: 30px auto 80px;
}
.home-products-card {
    position: relative;
    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;
    box-sizing: border-box;
    padding: 35px 25px;
    height: 205px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(160,160,160,0.3);
}
.home-products-card-note {
    position: absolute;
    top: 15px;
    left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #0099f9;
}
.home-products-card img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.home-products-card-name {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.home-products-card-big {
    box-sizing: border-box;
    margin-top: 30px;
    padding-top: 35px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(160,160,160,0.3);
}
.home-products-card-big > img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.home-solutions {
    margin: 30px auto 80px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(160,160,160,0.3);
}
.home-solutions-content {
    box-sizing: border-box;
    padding: 50px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.home-solutions-content-title {
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 480px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.home-solutions-content-text {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 480px;
    color: #000000;
}
.home-news {
    margin: 30px auto 80px;
}
.home-news-card {
    box-sizing: border-box;
    padding: 15px 30px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(160,160,160,0.3);
}
.home-news-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}
.home-news-list {
    margin-bottom: 30px;
    list-style: none;
    padding-left: 0;
}
.home-news-item {
    margin-bottom: 10px;
}
.home-news-item:last-child {
    margin-bottom: 0;
}
.home-news-item-title {
    margin-top: 0;
    margin-bottom: 0;
}
.home-news-item-title a {
    color: #1F5788;
}
.home-news-item-date {
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
}
.home-news-btn {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #005188;
    width: 180px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #005188;
    background-color: transparent;
}
.home-news-btn:hover,
.home-news-btn:active,
.home-news-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #005188;
}
.home-news-card iframe {
    display: block;
    margin: 0 auto;
}
.home-clients {
    margin: 30px auto 80px;
    max-width: 824px;
}
@media (max-width: 767px) {
    .home-products-card-wrapper {
        margin-bottom: 30px;
    }
    .home-products-card-wrapper:last-child {
        margin-bottom: 0;
    }
    .home-news-card-wrapper:first-child {
        margin-bottom: 30px;
    }
}
@media (max-width: 680px) {
    .home-solutions-content {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .home-products {
        margin: 30px auto 60px;
        max-width: 824px;
    }
    .home-products-card-big > img {
        max-width: 90%;
    }
    .home-solutions {
        margin: 30px auto 60px;
    }
    .home-news {
        margin: 30px auto 60px;
    }
    .home-clients {
        margin: 30px auto 60px;
    }
}
@media (max-width: 520px) {
    .home-solutions-content {
        position: relative;
    }
    .home-solutions-content::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        background-color: #ffffff;
        opacity: 0.6;
    }
    .home-solutions-content-title,
    .home-solutions-content-text {
        position: relative;
        z-index: 2;
    }
}

.banner-front-item {

}
.wrapper-of-con-h {
    background-repeat: no-repeat;
    background-position: right 105px bottom 0;
}
.head-title-wr {
    max-width: 600px;
}
.head-title-wr > h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #ffffff;
}
.head-title-wr > p {
    margin-bottom: 40px;
    font-weight: 300;
}
.h-banner-btns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1170px;
}
a.header-link {
    border: 2px solid #0099f9;
}
a.header-link:hover,
a.header-link:active,
a.header-link:focus {
    background-color: #061F39;
    color: #0099f9;
}
a.header-link.align-item-center.home.buy {
    background-color: #061F39;
}
.wrapper-of-con-h > img {
    max-width: 480px;
}
@media (max-width: 1200px) {
    .wrapper-of-con-h {
        background-position: right 105px bottom 30px;
    }
    .wrapper-of-con-h > img {
        max-width: 460px;
        margin-top: 60px;
    }
    .head-title-wr {
        max-width: 490px;
    }
}
@media (max-width: 992px) {
    .head-title-wr > h1 {
        font-size: 46px;
    }
}
@media (max-width: 940px) {
    .wrapper-of-con-h {
        background-image: none;
    }
}
@media (max-width: 767px) {
    .head-title-wr > h1 {
        font-size: 39px;
    }
    .wrapper-of-con-h > img {
        margin-top: 25px;
    }
}
@media (max-width: 355px) {
    .head-title-wr > h1 {
        font-size: 32px;
    }
}
.carousel-wrapper .wpcp-slide-image {
    height: 150px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;

}
.carousel-wrapper .wpcp-slide-image img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: auto;
}
.wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-next, .wpcp-carousel-section.nav-vertical-center.slick-dotted .slick-prev {
     margin-top: -15px !important;
}

.f-col-padd-0 {
    padding: 0;
}

h2.sol-art-title.featured-products-title {
    margin-top: 80px;
}

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

.kit-img-wrapper-light img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.kits {
    padding-bottom: 80px;
    padding-top: 80px;
}

.kits h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

.kits .row {
    justify-content: center;
}

.kits-card-wrapper {
    margin-bottom: 55px;
}

.kits-card {
    position: relative;
    display: block;
    padding-bottom: 64px;
    height: 100%;
    box-shadow: 0 10px 12px 0 rgba(244, 244, 244, 0.6);
}

.kits-card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 216px;
    background-color: #f4f4f4;
}

.kits-card-img-wrapper img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.kits-card-content {
    padding: 20px 10px;
    text-align: center;
}

.kits-card-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.kits-card-text {
    font-size: 15px;
}

.kits-card-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #005188;
    width: 150px;
    padding: 0 20px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #005188;
    background-color: transparent;
    transform: translateX(-50%);
}

.kits-card-btn:hover,
.kits-card-btn:focus,
.kits-card-btn:active {
    text-decoration: none;
    color: #fff;
    background-color: #005188;
}

.kit-content {
    font-size: 15px;
}

.kit-content-btn {
    display: flex;
    justify-content: flex-start;
}

.kit-content-btn a {
    margin-left: 0;
    margin-top: 30px;
    margin-right: 30px;
}

.kit-content-btn a:last-child {
    margin-right: 0;
}

.components + .solutions-examples {
    padding-top: 0;
}

.components .row {
    justify-content: center;
}

.solutions-card-with-btn {
    position: relative;
    padding-bottom: 64px;
}

.solutions-card-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: fit-content;
    padding: 0 20px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    transform: translateX(-50%);
}

.solutions-card-btn:hover,
.solutions-card-btn:focus,
.solutions-card-btn:active {
    text-decoration: none;
    color: #005188;
    background-color: #fff;
}

.applications {
    padding-bottom: 80px;
}

.applications img {
    display: block;
    max-width: 100%;
}

.applications-content {
    padding: 40px;
    height: 100%;
    background-color: #1065d0;
}

.applications-content h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.applications-content ul {
    column-count: 2;
    column-gap: 30px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.applications-content li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 15px;
    color: #fff;
}

.applications-content li:last-child {
    margin-bottom: 0;
}

.applications-content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.platform-item.products {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


@media (max-width: 575px) {
    .contact-gen-info-wr {
        max-width: 460px;
        margin: 35px auto;
    }

    .contact-form-wr {
        margin: 0 auto;
    }
}

.contact-title {
    font-size: 22px;
    margin-top: 30px;
}

#home-solition-caorusel .slick-slide {
    margin: 0 35px;
}

/* the parent */
#home-solition-caorusel .slick-list {
    margin: 0 -15px;
}

#home-solition-caorusel {
    padding-bottom: 50px;
    text-align: center;
}

.solution_carousel {
    /*background: red;*/
}

.home-solition-caorusel {
    margin-bottom: 80px;
}

.home-solition-caorusel .wpcp-carousel-section .slick-prev {
    top: 97%;
    left: 35px;
}

.home-solition-caorusel .wpcp-carousel-section .slick-next {
    top: 97%;
    right: 20px;
}

.home-solition-caorusel .wpcp-carousel-section i {
    color: #808080ff;
}

#home-solition-caorusel {
    margin-top: 30px;
    box-shadow: -2px 5px 20px 5px rgba(34, 60, 80, 0.2);
    padding: 20px 10px 50px;
    overflow: hidden;
}

#home-solition-caorusel .slick-dots {
    bottom: 17px;
}

#home-solition-caorusel .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid black;
    background: none
}

#home-solition-caorusel .slick-dots li.slick-active {
    background: #015188;
}

#home-solition-caorusel .card-body {
    height: 250px;
    padding-left: 0;
    padding-right: 0;
}

#home-solition-caorusel .card-title {
    color: #005188
}

#home-solition-caorusel .card-text {
    overflow: hidden;
    white-space: break-spaces;
    height: 100px;
    text-overflow: ellipsis;
}

#home-solition-caorusel .home-news-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kits-card-title {
    font-size: 18px;
}
.learn-more-button {
    display: block;
    border: 1px solid #005188;
    width: 150px;
    padding: 0 20px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #005188;
    background-color: transparent;
}

.learn-more-button:hover {
    text-decoration: none;
    color: white;
    background: #005188;
}
