/* ====================== reset styles ====================== */
a, article, body, div, footer, form, fieldset, h1, h2, h3, h4, h5, h6, header, html, i, img, li, nav, ol, p, section, span, u, ul, input, textarea, dl, dt, dd {
    margin: 0;
    padding: 0;
}

svg, use {
    display: block;
}

a {
    color: #03a9f4;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #1876d2;
}

img, fieldset {
    border: none;
}

li {
    list-style: none;
}

strong, b {
    font-weight: 500;
}

iframe {
    display: block;
    border: none;
}

input[type='text'],
input[type='text']:focus,
input[type='text']:active,
input[type='email'],
input[type='email']:focus,
input[type='email']:active,
input[type='tel'],
input[type='tel']:focus,
input[type='tel'],
input[type='submit'],
input[type='submit']:focus,
input[type='submit']:active,
textarea {
    -webkit-appearance: none;
}

/* ====================== END reset ====================== */
html {
    -webkit-animation-name: html_elem;
    animation-name: html_elem;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

html, body {
    position: relative;
    height: 100%;
    font-family: "Roboto Light", Arial, Tahoma, Verdana;
    line-height: normal;
    width: 100%;
}

body {
    color: #202020;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body.body-hidden {
    height: 0;
    overflow: hidden;
}

body.dhxwins_vp_material {
    overflow: auto !important;
}

.dhx-landing-global {
    overflow-x: hidden;
}

.dhx-global-page {
    min-height: 100%;
    font: normal 16px/26px "Roboto Light", Arial, Tahoma, Verdana;
}

svg.svg {
    display: none;
}

.block-c {
    display: block;
}

.gray-bg {
    background-color: #fafafa;
}

.gray-m-bg {
    background-color: #f7f7f7;
}

.header li {
    list-style: none;
}

.divider {
    display: inline-block;
    margin: 0 10px;
}

.higher {
    position: relative;
    z-index: 10;
}

.dhx-list li {
    position: relative;
    padding-left: 16px;
}

.dhx-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #03a9f4;
}

/* paddings */

.left-10{
    padding-left: 10px;
}

.left-30{
    padding-left: 30px;
}

.top-10{
    padding-top: 10px;
}

.top-20{
    padding-top: 20px;
}

.top-25{
    padding-top: 25px;
}

.top-30{
    padding-top: 30px;
}

.top-40{
    padding-top: 40px;
}

.top-50{
    padding-top: 50px;
}

.bottom-10{
    padding-bottom: 10px;
}

.bottom-20{
    padding-bottom: 20px;
}

.bottom-25{
    padding-bottom: 25px;
}

.bottom-30{
    padding-bottom: 30px;
}

.bottom-40{
    padding-bottom: 40px;
}

.bottom-50{
    padding-bottom: 50px;
}

.top-bottom-30{
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-bottom-40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-bottom-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-bottom-70{
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-bottom-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

/* margins */

.m-top-10{
    margin-top: 10px;
}

.m-top-25{
    margin-top: 25px;
}

.m-top-30{
    margin-top: 30px;
}

.m-top-40{
    margin-top: 40px;
}

.m-top-50{
    margin-top: 50px;
}

.m-bottom-10{
    margin-bottom: 10px;
}

.m-bottom-20{
    margin-bottom: 20px;
}

.m-bottom-30{
    margin-bottom: 30px;
}

.m-bottom-40{
    margin-bottom: 40px;
}

.m-bottom-50{
    margin-bottom: 50px;
}

.m-bottom-70{
    margin-bottom: 70px;
}

.m-bottom-75{
    margin-bottom: 75px;
}

.minus-indent-25{
    margin-top: -25px;
    margin-bottom: -25px;
}

.minus-indent-30{
    margin-top: -30px;
    margin-bottom: -30px;
}

.minus-indent-35{
    margin-top: -35px;
    margin-bottom: -35px;
}

/* ALIGN */
.center {
    text-align: center;
}

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

.v-centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.no-wrap {
    white-space: nowrap;
}

.col-h-centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.v-middle {
    display: inline-block;
    vertical-align: middle;
}

/* LINKS */
.page-link {
    text-decoration: none;
    font: 16px/24px "Roboto", Arial, Tahoma, Verdana;
    color: #03a9f4;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.page-link:after {
    content: "\00a0\003e";
    display: inline-block;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.page-link:hover {
    color: #2095f3;
}

.page-link:visited {
    color: #1876d2;
}

.page-link:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.page-link--white {
    font: 18px/24px "Roboto", Arial, Tahoma, Verdana;
    color: rgba(255, 255, 255, 0.6);
}

.page-link--white:hover {
    color: rgba(255, 255, 255, 0.9);
}

.page-link--white:visited {
    color: rgba(255, 255, 255, 0.4);
}

.caption-link {
    color: #202020;
}

.caption-link:hover {
    color: #03a9f4;
}

.help-note {
    color: #717171;
}

.help-note__title {
    font: 24px/30px "Roboto Light", Arial, Tahoma, Verdana;
}

/* TITLES */
.sub-title-28 {
    font: normal 28px/38px "Roboto Light", Arial, Tahoma, Verdana;
}

.sub-title-30 {
    font: normal 30px/40px "Roboto Light", Arial, Tahoma, Verdana;
}

.sub-title-40 {
    font: normal 40px/40px "Roboto Light", Arial, Tahoma, Verdana;
}

.sub-title {
    font: normal 44px/44px "Roboto Light", Arial, Tahoma, Verdana;
}

.center .custom-title:after {
    left: 50%;
    margin-left: -50px;
}

.custom-title {
    position: relative;
    padding-bottom: 30px;
}

.custom-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100px;
}

.custom-title.center:after {
    left: 50%;
    margin-left: -50px;
}

.custom-title--white {
    color: #fff;
}

.custom-title--white:after {
    background-color: #badefa;
}

.custom-title--blue {
    color: #202020;
}

.custom-title--blue:after {
    background-color: #03a9f4;
}

.font-bigger {
    font-size: 18px;
}

/* page content */
.page-content {
    font: normal 16px/26px "Roboto Light", Arial, Tahoma, Verdana;
}

.page-content img {
    max-width: 100%;
}

.page-content p {
    margin-top: 15px;
}

.page-content p:first-child {
    margin-top: 0;
}

.page-content ul {
    margin: 15px 0;
    padding-left: 60px;
}

.page-content ul li {
    position: relative;
    padding: 3px 0 3px 16px;
}

.page-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #03a9f4;
}

.page-content ol {
    margin: 15px 0;
    padding-left: 75px;
}

.page-content ol li {
    padding: 3px 0 3px 1px;
    list-style: decimal;
}

.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-content h2 {
    font: 40px/44px "Roboto Light", Arial, Tahoma, Verdana;
}

.page-content h3 {
    font: 36px/40px "Roboto Light", Arial, Tahoma, Verdana;
}

.page-content h4 {
    font: 32px/35px "Roboto", Arial, Tahoma, Verdana;
}

.page-content h5 {
    font: 28px/31px "Roboto", Arial, Tahoma, Verdana;
}

.page-content h6 {
    font: 24px/27px "Roboto", Arial, Tahoma, Verdana;
}

.page-content .left-15 {
    padding-left: 15px;
}

.page-content-bigger {
    font: normal 18px/36px "Roboto Light", Arial, Tahoma, Verdana;
}

@media (max-width: 1180px) {
    /* paddings */

    .top-10{
        padding-top: 8px;
    }

    .top-20{
        padding-top: 16px;
    }

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

    .top-30{
        padding-top: 24px;
    }

    .top-40{
        padding-top: 32px;
    }

    .top-50{
        padding-top: 40px;
    }

    .bottom-10{
        padding-bottom: 8px;
    }

    .bottom-20{
        padding-bottom: 16px;
    }

    .bottom-25{
        padding-bottom: 20px;
    }

    .bottom-30{
        padding-bottom: 24px;
    }

    .bottom-40{
        padding-bottom: 32px;
    }

    .bottom-50{
        padding-bottom: 40px;
    }

    .top-bottom-30{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .top-bottom-40{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .top-bottom-50{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top-bottom-70{
        padding-top: 56px;
        padding-bottom: 56px;
    }

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

    /* margins */

    .m-top-10{
        margin-top: 8px;
    }

    .m-top-25{
        margin-top: 20px;
    }

    .m-top-30{
        margin-top: 24px;
    }

    .m-top-40{
        margin-top: 32px;
    }

    .m-top-50{
        margin-top: 40px;
    }

    .m-bottom-10{
        margin-bottom: 8px;
    }

    .m-bottom-20{
        margin-bottom: 16px;
    }

    .m-bottom-30{
        margin-bottom: 24px;
    }

    .m-bottom-40{
        margin-bottom: 32px;
    }

    .m-bottom-50{
        margin-bottom: 40px;
    }

    .m-bottom-70{
        margin-bottom: 56px;
    }

    .m-bottom-75{
        margin-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    /* paddings */

    .top-10{
        padding-top: 6px;
    }

    .top-20{
        padding-top: 12px;
    }

    .top-25{
        padding-top: 15px;
    }

    .top-30{
        padding-top: 18px;
    }

    .top-40{
        padding-top: 24px;
    }

    .top-50{
        padding-top: 30px;
    }

    .bottom-10{
        padding-bottom: 6px;
    }

    .bottom-20{
        padding-bottom: 12px;
    }

    .bottom-25{
        padding-bottom: 15px;
    }

    .bottom-30{
        padding-bottom: 18px;
    }

    .bottom-40{
        padding-bottom: 24px;
    }

    .bottom-50{
        padding-bottom: 30px;
    }

    .top-bottom-30{
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .top-bottom-40{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .top-bottom-50{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .top-bottom-70{
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .top-bottom-100{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* margins */

    .m-top-10{
        margin-top: 6px;
    }

    .m-top-25{
        margin-top: 15px;
    }

    .m-top-30{
        margin-top: 18px;
    }

    .m-top-40{
        margin-top: 24px;
    }

    .m-top-50{
        margin-top: 30px;
    }

    .m-bottom-10{
        margin-bottom: 6px;
    }

    .m-bottom-20{
        margin-bottom: 12px;
    }

    .m-bottom-30{
        margin-bottom: 18px;
    }

    .m-bottom-40{
        margin-bottom: 24px;
    }

    .m-bottom-50{
        margin-bottom: 30px;
    }

    .m-bottom-70{
        margin-bottom: 42px;
    }

    .m-bottom-75{
        margin-bottom: 45px;
    }

    .minus-indent-35{
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

@media (max-width: 770px){
    .minus-indent-30,
    .minus-indent-25{
        margin-top: -10px;
        margin-bottom: -10px;
    }
}

@media (max-width: 660px){

    /* paddings */

    .top-10{
        padding-top: 5px;
    }

    .top-20{
        padding-top: 10px;
    }

    .top-25{
        padding-top: 12px;
    }

    .top-30{
        padding-top: 15px;
    }

    .top-40{
        padding-top: 20px;
    }

    .top-50{
        padding-top: 25px;
    }

    .bottom-10{
        padding-bottom: 5px;
    }

    .bottom-20{
        padding-bottom: 10px;
    }

    .bottom-25{
        padding-bottom: 12px;
    }

    .bottom-30{
        padding-bottom: 15px;
    }

    .bottom-40{
        padding-bottom: 20px;
    }

    .bottom-50{
        padding-bottom: 25px;
    }

    .top-bottom-30{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-bottom-40{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .top-bottom-50{
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .top-bottom-70{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .top-bottom-100{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* margins */

    .m-top-10{
        margin-top: 5px;
    }

    .m-top-25{
        margin-top: 12px;
    }

    .m-top-30{
        margin-top: 15px;
    }

    .m-top-40{
        margin-top: 20px;
    }

    .m-top-50{
        margin-top: 25px;
    }

    .m-bottom-10{
        margin-bottom: 5px;
    }

    .m-bottom-20{
        margin-bottom: 10px;
    }

    .m-bottom-30{
        margin-bottom: 15px;
    }

    .m-bottom-40{
        margin-bottom: 20px;
    }

    .m-bottom-50{
        margin-bottom: 25px;
    }

    .m-bottom-70{
        margin-bottom: 35px;
    }

    .m-bottom-75{
        margin-bottom: 37px;
    }
}

/* animation */
@-webkit-keyframes html_elem {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes html_elem {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes com-bounce {
    0% {
        -webkit-transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes com-bounce {
    0% {
        transform: rotate(0)
    }
    30% {
        transform: rotate(10deg)
    }
    60% {
        transform: rotate(-10deg)
    }
    100% {
        transform: rotate(0)
    }
}

/* grid */
.dhx-full-container,
.dhx-container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.dhx-container {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.dhx-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.col-indent-10.dhx-row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-indent-10 > .col-1, .col-indent-10 > .col-2, .col-indent-10 > .col-3, .col-indent-10 > .col-4, .col-indent-10 > .col-5, .col-indent-10 > .col-6, .col-indent-10 > .col-7, .col-indent-10 > .col-8, .col-indent-10 > .col-9, .col-indent-10 > .col-10, .col-indent-10 > .col-11, .col-indent-10 > .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.col-1, .col-1-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    z-index: 1;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-1-1 {
    width: 11.1111111111111%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6, .col-6-0 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}

/* mobile grid */
@media (max-width: 480px) {
    .dhx-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dhx-row {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    .t-col-1 {
        width: 8.333333333333332%;
    }

    .t-col-2 {
        width: 16.666666666666664%;
    }

    .t-col-3 {
        width: 25%;
    }

    .t-col-4 {
        width: 33.33333333333333%;
    }

    .t-col-5 {
        width: 41.66666666666667%;
    }

    .t-col-6, .col-6-0 {
        width: 50%;
    }

    .t-col-7 {
        width: 58.333333333333336%;
    }

    .t-col-8 {
        width: 66.66666666666666%;
    }

    .t-col-9 {
        width: 75%;
    }

    .t-col-10 {
        width: 83.33333333333334%;
    }

    .t-col-11 {
        width: 91.66666666666666%;
    }

    .t-col-12 {
        width: 100%;
    }
}

@media (max-width: 770px) {
    .xm-col-1 {
        width: 8.333333333333332%;
    }

    .xm-col-2 {
        width: 16.666666666666664%;
    }

    .xm-col-3 {
        width: 25%;
    }

    .xm-col-4 {
        width: 33.33333333333333%;
    }

    .xm-col-5 {
        width: 41.66666666666667%;
    }

    .xm-col-6, .col-6-0 {
        width: 50%;
    }

    .xm-col-7 {
        width: 58.333333333333336%;
    }

    .xm-col-8 {
        width: 66.66666666666666%;
    }

    .xm-col-9 {
        width: 75%;
    }

    .xm-col-10 {
        width: 83.33333333333334%;
    }

    .xm-col-11 {
        width: 91.66666666666666%;
    }

    .xm-col-12 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .m-col-1 {
        width: 8.333333333333332%;
    }

    .m-col-2 {
        width: 16.666666666666664%;
    }

    .m-col-3 {
        width: 25%;
    }

    .m-col-4 {
        width: 33.33333333333333%;
    }

    .m-col-5 {
        width: 41.66666666666667%;
    }

    .m-col-6, .col-6-0 {
        width: 50%;
    }

    .m-col-7 {
        width: 58.333333333333336%;
    }

    .m-col-8 {
        width: 66.66666666666666%;
    }

    .m-col-9 {
        width: 75%;
    }

    .m-col-10 {
        width: 83.33333333333334%;
    }

    .m-col-11 {
        width: 91.66666666666666%;
    }

    .m-col-12 {
        width: 100%;
    }
}

/* header */
.dhx-header {
    position: relative;
}

/* TOP NAV */
.dhx-navigation {
    position: relative;
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dhx-header--landing.dhx-header {
    background-color: #2095f3;
}

.dhx-header--landing .dhx-navigation {
    padding: 65px 0;
}

/* LOGO */
.dhx-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
    margin-top: -24px;
    line-height: 0;
}

.dhx-logo__svg {
    width: 80px;
    height: 48px;
}

.dhx-logo__use {
    fill: #2095f3;
}

.dhx-header--landing .dhx-logo__use {
    fill: #fff;
}

/* HOME LANDING HEADER */
.home-header-entry {
    position: relative;
    color: #fff;
    font: normal 20px/36px "Roboto Light", Arial, Tahoma, Verdana;
    padding-top: 85px;
    z-index: 20;
}

.home-header-entry__title {
    font: normal 48px/60px "Roboto Light", Arial, Tahoma, Verdana;
    margin-bottom: 35px;
}

.home-header-entry__text {
    max-width: 465px;
}

.to-demos-page {
    margin-top: 70px;
}

.move-apart {
    height: 581px;
}

.dhx-footer-page {
    height: 475px;
    margin-top: -581px;
}

.dhx-footer {
    position: relative;
    padding: 105px 0 0;
    background-color: #fff;
    z-index: 10;
}

.footer-col__title {
    display: inline-block;
    text-decoration: none;
    color: #202020;
    font: normal 34px "Roboto Light", Arial, Tahoma, Verdana;
    margin-bottom: 60px;
}

.footer-col__title:hover {
    color: #2095f3;
}

.footer-col__li {
    list-style: none;
    padding: 10px 0;
}

.footer-col__link {
    text-decoration: none;
    color: #202020;
    font: normal 16px "Roboto Light", Arial, Tahoma, Verdana;
}

.footer-col__link:hover {
    color: #2095f3;
}

/* social links */
.footer-social-wrapper {
    text-align: right;
    width: 100%;
}

.footer-social {
    display: inline-block;
    padding: 30px 20px;
    box-sizing: border-box;
}

.f-social-icon {
    width: 18px;
    height: 18px;
}

.f-icon__sym {
    fill: #202020;
}

.footer-social__link {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-left: 25px;
}

.footer-social__link:first-child {
    margin-left: 0;
}

.footer-social__link:hover .f-icon__sym {
    fill: #2095f3;
}

/* copyright */
.copyright-container {
    padding: 15px 0;
}

.copyright {
    font: 14px/26px "Roboto Light", Arial, Tahoma, Verdana;
}

.terms-link-container {
    padding: 0 20px;
    box-sizing: border-box;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.terms-link,
.feedback-link{
    display: inline-block;
    font: 18px "Roboto", Arial, Tahoma, Verdana;
}

.terms-link:hover .terms-link__use,
.feedback-link:hover .feedback-link__use{
    fill: #1876d2;
}

.terms-link__icon,
.terms-link__label,
.feedback-link__icon,
.feedback-link__label{
    display: inline-block;
    vertical-align: middle;
}

.terms-link__icon,
.feedback-link__icon{
    margin-right: 5px;
}

.terms-link__svg,
.terms-link__use {
    width: 22px;
    height: 28px;
}

.terms-link__use,
.feedback-link__use{
    fill: #03a9f4;
}

.terms-link{
    margin-right: 35px;
}

.feedback-link__svg,
.feedback-link__use{
    width: 32px;
    height: 32px;
}

.suite-components,
.suite-components-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.suite-components {
    padding: 0 10px;
    margin-top: 60px;
}

.suite-component {
    width: 16.666666666666664%;
    padding: 0 10px;
    box-sizing: border-box;
}

.suite-component__item {
    display: block;
    text-align: center;
    color: #202020;
    font: normal 16px/24px "Roboto", Arial, Tahoma, Verdana;
    white-space: nowrap;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.suite-component__item:hover {
    color: #1876d2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.suite-component__item:hover .suite-component__icon {
    -webkit-animation: com-bounce 0.25s ease-in-out;
    animation: com-bounce 0.25s ease-in-out;
}

.suite-component__item:hover .suite-component__icon-use {
    fill: #1876d2;
}

.suite-component__box {
    position: relative;
    display: block;
    padding: 50% 0;
}

.suite-component__content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -40px;
}

.suite-component__icon {
    display: block;
    line-height: 0;
    margin-bottom: 15px;
}

.suite-component__icon-svg {
    margin: 0 auto;
}

.suite-component__icon-svg,
.suite-component__icon-use {
    height: 46px;
    width: 46px;
    margin: 0 auto;
}

.suite-component__icon-use {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    fill: #03a9f4;
}

.suite-component-small {
    margin: 25px 0;
    width: 8.333333333333332%;
}

.suite-component-small .suite-component__item {
    color: #717171;
    font: normal 14px/20px "Roboto", Arial, Tahoma, Verdana;
}

.suite-component-small .suite-component__content {
    margin-top: -36px;
}

.suite-component-small .suite-component__icon {
    margin-bottom: 12px;
}

/* mobile */
@media (max-width: 1280px) {
    .dhx-container {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .suite-component-small {
        width: 10%;
    }
}

@media (max-width: 1024px) {
    /* COMMON */
    .sub-title {
        font: 34px/40px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-28 {
        font: normal 24px/34px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-30 {
        font: normal 26px/34px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-40 {
        font: 30px/38px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .center .custom-title:after {
        margin-left: -30px;
    }

    .custom-title {
        padding-bottom: 10px;
    }

    .custom-title:after {
        height: 2px;
        width: 60px;
    }

    .custom-title.center:after {
        margin-left: -30px;
    }

    .custom-title.m-bottom-75 {
        margin-bottom: 45px;
    }

    .top-bottom-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dhx-navigation {
        -webkit-transform: none;
        transform: none;
    }

    /* MENU */
    .dhx-logo {
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
    }

    .dhx-navigation {
        padding: 20px 0;
        line-height: 0;
    }

    .dhx-logo__svg {
        width: 84px;
        height: 52px;
    }

    .global-menu {
        height: auto;
    }
}

@media (max-width: 980px) {
    .suite-component__content {
        margin-top: -34px;
    }

    .suite-component__icon {
        margin-bottom: 5px;
    }

    .suite-component__item {
        font: normal 14px/22px "Roboto", Arial, Tahoma, Verdana;
    }

    /* PRODUCT PAGE */
    .suite-component-small {
        width: 12.5%;
    }

    /* footer */

    .dhx-global-page{
        min-height: 0;
    }

    .move-apart{
        height: 0;
    }

    .dhx-footer-page{
        height: auto;
        margin-top: 0;
    }

    .dhx-footer{
        padding: 50px 0 0;
    }

    .footer-social-wrapper{
        text-align: left;
    }

    .footer-social{
        width: auto;
    }

    .footer-col__title{
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-col__li{
        padding: 7px 0;
    }

    .terms-link-container {
        position: relative;
        width: auto;
        padding: 0;
        margin-top: 20px;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@media (max-width: 770px) {
    /* footer */

    .dhx-footer{
        padding: 30px 0 0;
    }

    .footer-col__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    /**/

    .top-bottom-100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .suite-component {
        width: 33.33333333333333%;
        margin: 10px 0;
    }

    .more-component-block {
        margin-top: 10px;
        text-align: center;
    }

    .suite-components {
        margin-top: 40px;
    }

    .minus-indent-20 {
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .suite-component-small {
        width: 12.5%;
        margin: 10px 0;
    }

    .suite-component-small .suite-component__icon {
        margin-bottom: 5px;
    }
}

@media (max-width: 660px) {
    .suite-component-small {
        width: 16.666666666666666666666666666667%;
    }

    /* footer */

    .footer-col__list{
        padding-bottom: 35px;
    }

    .footer-social-wrapper{
        margin-top: -35px;
    }
}

@media (max-width: 480px) {
    /* COMMON */
    .sub-title {
        font: 26px/34px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-28 {
        font: normal 20px/26px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-30 {
        font: normal 20px/26px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .sub-title-40 {
        font: 22px/28px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .menu-icon {
        right: 15px;
    }

    .suite-component__item {
        font: normal 12px/20px "Roboto", Arial, Tahoma, Verdana;
    }

    .suite-component-small {
        width: 25%;
    }

    /* footer */

    .footer-col__title{
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer-social{
        padding: 20px 15px;
    }

    .terms-link,
    .feedback-link{
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .suite-component {
        margin: 4px 0;
        padding: 0 4px;
    }

    /* PRODUCT PAGE */
    .suite-component-small {
        margin: 5px 0;
    }

    .suite-component-small .suite-component__item {
        font-size: 13px;
    }

    .suite-component-small .suite-component__content {
        margin-top: -24px;
    }

    .suite-component-small .suite-component__icon-svg {
        width: 23px;
        height: 23px;
    }

    .terms-link,
    .feedback-link{
        font-size: 14px;
    }

    .terms-link__svg,
    .terms-link__use{
        width: 18px;
        height: 24px;
    }

    .feedback-link__svg,
    .feedback-link__use{
         width: 24px;
         height: 24px;
    }
}

/* SAMPLES STYLE */

.samples-list{

}

.samples-list li{
    padding: 3px 0;
}

.samples-list a{
    display: inline-block;
    color: #202020;
    padding: 4px 0 4px 43px;
}

.samples-list a:hover{
    color: #03a9f4;
}

.demo-apps-list a{
    background: url("../images/demo-apps-icon.svg") left 1px no-repeat;
}

.demo-list a{
    background: url("../images/demo-icon.svg") left 2px no-repeat;
}

.folder-list a{
    background: url("../images/demo-folder-icon.svg") left 1px no-repeat;
}

.single-component-wrapp{
    display: inline-block;
    padding: 14px 23px 10px;
    border: 2px solid #fafafa;
    border-radius: 10px;
}

.single-component{
    display: inline-block;
    width: 100px;
    margin: 0 5px;
}

.single-component .suite-component__item{
    color: #717171;
    font: 14px/20px "Roboto",Arial,Tahoma,Verdana;
}

.single-component .suite-component__item:hover,
.suite-component-small .suite-component__item:hover{
    color: #1876d2;
}

.single-component .suite-component__icon-use{
    fill: #1876d2;
}

.sub-title-24{
    font: 24px/30px "Roboto Light", Arial, Tahoma, Verdana;
}

/* bread crumbs */

.navigation{
    font-size: 14px;
}

.navigation:before{
    content: "\003e\003e\00a0";
}

.navigation:first-child:before{
    display: none;
}

.current{
    color: #b6b6b6;
}

/* source */

.source-title{
    font: normal 32px "Roboto Light", Arial, Tahoma, Verdana;
    color: #03a9f4;
}

.code{
    overflow: hidden;
}

.source pre{
    font-size: 12px;
    line-height: 15px;
    overflow: auto;
    padding-bottom: 10px;
}

/* menu */

/* MENU */
/* MAIN MOBILE MENU */
/* icons */

/* MENU */
/* MAIN MOBILE MENU */
/* icons */
.menu-icon {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}

.menu-icon:active .menu-icon_row:first-child {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.menu-icon:active .menu-icon_row:last-child {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.menu-icon_row {
    display: block;
    height: 4px;
    margin-top: 3px;
    border-radius: 2px;
    background: #202020;
}

.menu-icon_row:first-child {
    margin-top: 0;
}

.dhx-header--landing .menu-icon_row {
    background: #fff;
}

.menu-close {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.menu-close:before, .menu-close:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background: #202020;
}

.menu-close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.menu-close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.menu-close:active {
    opacity: 0.5;
}

.dhx-menu-title {
    position: relative;
    text-align: right;
    z-index: 10;
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    box-sizing: border-box;
}

.menu-icon,
.dhx-menu-title {
    display: none;
}

/* MAIN MENU ON DESKTOP */
@media (min-width: 1025px) {
    .menu-back,
    .menu-section-title {
        display: none;
    }

    .dhx-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background: #fff;
    }

    .is-hidden {
        display: none;
    }

    .header-menu-wrapp {
        position: relative;
        text-align: right;
    }

    /* fixed menu */
    .global-menu {
        position: relative;
        height: 100px;
    }

    .dhx-header--landing .dhx-fixed-menu {
        position: fixed;
        background: #fff;
    }

    /* LANDING HEADER */
    .dhx-header--landing .global-menu {
        position: relative;
        height: 110px;
        box-sizing: border-box;
    }

    /* FIXED HEADER */
    .dhx-fixed-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    }

    .dhx-fixed-menu.dhx-navigation {
        padding: 0;
    }

    .dhx-fixed-menu .dhx-logo {
        margin-top: -24px;
    }

    .dhx-fixed-menu .dhx-logo__use {
        fill: #2095f3;
    }

    /* desktop menu */
    .menu-link-block {
        display: inline-block;
        vertical-align: middle;
        padding: 38px 35px;
    }

    .menu-link {
        position: relative;
        display: inline-block;
        font: 500 18px/24px "Roboto", Arial, Tahoma, Verdana;
        color: #202020;
        cursor: pointer;
        z-index: 5;
    }

    .menu-link:hover, .menu-link.active {
        color: #03a9f4;
    }

    .menu-link:hover .drop-icon__use, .menu-link.active .drop-icon__use {
        fill: #03a9f4;
    }

    .drop-icon {
        position: relative;
        display: inline-block;
        right: 0;
        top: 0;
        margin-top: 0;
        margin-left: 5px;
    }

    .drop-icon__svg, .drop-icon__use {
        width: 15px;
        height: 9px;
    }

    .drop-icon__use {
        fill: #202020;
    }

    .dhx-header--landing .menu-link {
        color: #fff;
    }

    .dhx-header--landing .menu-link:hover, .dhx-header--landing .menu-link.active {
        color: #badefa;
    }

    .dhx-header--landing .menu-link:hover .drop-icon__use, .dhx-header--landing .menu-link.active .drop-icon__use {
        fill: #badefa;
    }

    .dhx-header--landing .drop-icon__use {
        fill: #fff;
    }

    .dhx-header--landing .dhx-fixed-menu .menu-link,
    .dhx-fixed-menu .menu-link {
        color: #202020;
    }

    .dhx-header--landing .dhx-fixed-menu .menu-link:hover, .dhx-header--landing .dhx-fixed-menu .menu-link.active,
    .dhx-fixed-menu .menu-link:hover,
    .dhx-fixed-menu .menu-link.active {
        color: #03a9f4;
    }

    .dhx-header--landing .dhx-fixed-menu .menu-link:hover .drop-icon__use, .dhx-header--landing .dhx-fixed-menu .menu-link.active .drop-icon__use,
    .dhx-fixed-menu .menu-link:hover .drop-icon__use,
    .dhx-fixed-menu .menu-link.active .drop-icon__use {
        fill: #03a9f4;
    }

    .dhx-header--landing .dhx-fixed-menu .drop-icon__use,
    .dhx-fixed-menu .drop-icon__use {
        fill: #202020;
    }

    /* end first level menu */
    /* menu main dropdown */
    .menu-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        text-align: left;
        width: 100%;
        padding: 25px 20px;
        z-index: 0;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px) translateZ(0);
        transform: translateY(30px) translateZ(0);
    }

    .menu-dropdown.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .menu-dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -2500px;
        height: 100%;
        width: 5000px;
        box-shadow: 0 4px 4px 0 rgba(104, 104, 104, 0.5);
        background: #fff;
        z-index: 0;
    }

    .menu-dropdown-inside {
        position: relative;
        z-index: 10;
        overflow: hidden;
    }

    .main-drop-col {
        position: relative;
        float: left;
        width: 26%;
        box-sizing: border-box;
        padding-left: 30px;
        border-left: 1px solid #d9d9d9;
    }

    .main-drop-col:before {
        content: "";
        width: 1px;
        height: 1000px;
        background: #d9d9d9;
        position: absolute;
        left: -1px;
        top: 0;
    }

    .main-drop-col:first-child {
        width: 48%;
        padding-left: 0;
        border-left: none;
    }

    .main-drop-col:first-child:before {
        display: none;
    }

    .drop-title,
    .drop-title-link {
        display: inline-block;
        font: 500 18px/24px "Roboto", Arial, Tahoma, Verdana;
    }

    .drop-title {
        color: #202020;
        font: 500 20px/24px "Roboto", Arial, Tahoma, Verdana;
    }

    .drop-title-link {
        color: #03a9f4;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .drop-title-link:hover {
        color: #202020;
    }

    .drop-title-link:hover .suite-icon__use {
        fill: #202020;
    }

    .drop-title-link--suite {
        position: relative;
        padding-left: 32px;
    }

    .menu-descr-link {
        display: block;
    }

    .menu-descr-link:hover .drop-title-link {
        color: #202020;
    }

    .menu-descr-link:hover .suite-icon__use {
        fill: #202020;
    }

    .drop-title-note {
        display: block;
        font: 15px/20px "Roboto", Arial, Tahoma, Verdana;
        color: #717171;
        margin-top: 4px;
    }

    .drop-content {
        font-size: 0;
    }

    .drop-col {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        padding-right: 60px;
        box-sizing: border-box;
    }

    .drop-col--first {
        width: 42%;
        padding-right: 10%;
    }

    .drop-row {
        display: block;
        margin-top: 20px;
    }

    .drop-row:first-child {
        margin-top: 0;
    }

    /* end menu main dropdown */
    .drop-link {
        display: inline-block;
        font: 14px/26px "Roboto", Arial, Tahoma, Verdana;
        color: #03a9f4;
    }

    .dev-help-submenu {
        margin-top: 10px;
    }

    .suite-icon {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -12px;
    }

    .suite-icon__svg, .suite-icon__use {
        width: 25px;
        height: 25px;
    }

    .suite-icon__use {
        fill: #03a9f4;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .menu-popular {
        display: inline-block;
        padding: 15px 20px;
        margin: 20px 0;
        border: 1px dashed #03a9f4;
    }

    .menu-popular__title {
        font-family: "Roboto", Arial, Tahoma, Verdana;
        margin-bottom: 8px;
    }

    .menu-popular .drop-link {
        margin-left: 26px;
    }

    .menu-popular .drop-link:first-child {
        margin-left: 0;
    }

    .menu-components-row {
        overflow: hidden;
        padding-top: 20px;
    }

    .menu-components-row:first-child {
        padding-top: 0;
    }

    .menu-components {
        float: left;
        width: 50%;
        padding-left: 35px;
        box-sizing: border-box;
    }

    .menu-components:first-child {
        padding-left: 0;
    }

    .menu-components__title {
        display: block;
        color: #202020;
        font: 16px/26px "Roboto", Arial, Tahoma, Verdana;
        margin-bottom: 5px;
    }

    .menu-components__list {
        overflow: hidden;
    }

    .menu-components__col {
        width: 125px;
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .menu-components {
        padding-left: 0;
    }

    .menu-components__col {
        width: 50%;
        float: left;
    }
}

@media (min-width: 0) and (max-width: 1024px) {
    .drop-icon,
    .suite-icon,
    .drop-title-note,
    .menu-components__title,
    .drop-title {
        display: none;
    }

    .dhx-menu-title,
    .menu-icon {
        display: block;
    }

    .dhx-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        line-height: normal;
        background-color: #fff;
        -webkit-transform: translateY(-100%) translateZ(0);
        transform: translateY(-100%) translateZ(0);
        transition: transform 0.4s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
    }

    .dhx-menu.dhx-menu--visible {
        display: block;
    }

    .dhx-menu.dhx-menu--opened {
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .menu-link-block,
    .menu-link {
        display: block;
    }

    .site-menu a,
    .menu-link,
    .menu-back {
        position: relative;
        display: block;
        color: #202020;
        font: 18px "Roboto Light", Arial, Tahoma, Verdana;
        padding: 15px 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    .menu-back {
        padding-left: 40px;
    }

    .m-has-dropdown > a:before, .m-has-dropdown > a:after,
    .m-has-dropdown > .menu-link:before,
    .m-has-dropdown > .menu-link:after,
    .menu-back:before,
    .menu-back:after {
        content: "";
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #202020;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 50%;
    }

    .m-has-dropdown > a:before,
    .m-has-dropdown > .menu-link:before,
    .menu-back:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m-has-dropdown > a:after,
    .m-has-dropdown > .menu-link:after,
    .menu-back:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .m-has-dropdown > a:before, .m-has-dropdown > a:after,
    .m-has-dropdown > .menu-link:before,
    .m-has-dropdown > .menu-link:after {
        margin-top: -2px;
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

    .menu-back:before, .menu-back:after {
        margin-top: -1px;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

    .menu-popular {
        border-bottom: 1px solid #e1e1e1;
    }

    .menu-popular .drop-link {
        color: #03a9f4;
        border: none;
    }

    .menu-popular__title {
        display: block;
        padding: 15px 20px;
        color: #717171;
        font: 16px "Roboto", Arial, Tahoma, Verdana;
    }

    .site-menu .menu-section-title {
        color: #2095f3;
        background-color: #fafafa;
    }

    .m-dropdown {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        box-sizing: border-box;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

    .m-dropdown.no-visible {
        overflow: hidden;
    }

    .m-menu-hidden {
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0);
    }
}

@media (max-width: 1024px){
    .sub-title-24 {
        font: 22px/28px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .source-title {
        font-size: 28px;
    }
}

@media (max-width: 550px){
    .single-component-wrapp{
        display: block;
        text-align: center;
    }
}

@media (max-width: 480px){
    .single-component-wrapp{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .single-component{
        display: block;
        margin: 0;
        width: 33.3333333333333%;
    }

    .sub-title-24 {
        font: 20px/26px "Roboto Light", Arial, Tahoma, Verdana;
    }

    .source-title {
        font-size: 22px;
    }
}

@media (max-width: 380px){
    .single-component .suite-component__icon-svg {
        width: 23px;
        height: 23px;
    }

    .single-component .suite-component__item {
        font-size: 13px;
    }

    .single-component .suite-component__content {
        margin-top: -24px;
    }
}
